/*********** Buttons ***********/

.et_button_no_icon.et_button_icon_visible.et_button_left .et_pb_button, .et_button_no_icon.et_button_left .et_pb_button:hover, .et_button_no_icon .et_pb_button, .et_button_no_icon .et_pb_button:hover {
    padding: 0.4em 1.5em !important;
}

/********** Tabs **************/

.cs-menu-tabs .et_pb_tabs_controls {
    background-color: #0a0a0a;
    text-align: center;
}

.cs-menu-tabs .et_pb_tabs_controls li {
    padding: 5px 5px;
    margin: 7px 5px;
    border: solid 1px #bea44f !important;
}

ul.et_pb_tabs_controls:after {
    border-top: none;
}

.cs-menu-tabs h1 {
    color: #bea44f;
}

/***** Jobs *******/

.cs-txt-box, .cs-txt-area {
    width: 100%;
    background-color: #0a0a0a !important;
    padding: 15px !important;
    border: solid 1px #bea44f !important;
    color: #fff !important;
    font-size: 16px;
}

.cs-txt-file {
    font-size: 16px;
}

.cs-sub-btn {
    padding: 15px 30px 13px 30px;
    background-color: #0a0a0a;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: solid 1px #bea44f;
}

.cs-sub-btn:hover {
    cursor: pointer;
    background-color: #bea44f;
    color: #000;
}

@media only screen and (max-width: 768px) {
	
		.cs-sub-btn {
    width: 100%;
}
		
}

/******* Mobile Responsive ***********/

@media only screen and (max-width: 768px) {
	
		#logo {
    max-height: 80% !important;
}
		
}

/********* Contact us *************/

.cs-drpdwn-box {
		width: 100%;
    background-color: #0a0a0a !important;
    padding: 15px !important;
    border: solid 1px #bea44f !important;
    color: #fff !important;
    font-size: 16px;
}

/******** Footer *********/

#menu-footer-menu {
    display: flex;
    justify-content: center;
    align-items: center;
}

#menu-footer-menu li a {
    padding-bottom: 0px;
}

.cs-menu-btn a {
    padding: 10px 20px !important;
    border: solid 1px #bea44f;
}