/*---------------------------------------------------------------------------------

 Theme Name:   CAMA-2020
 Theme URI:    http://cama.com
 Description:  Divi child theme for CAMA
 Author:       M4 Interactive
 Author URI:   http://m4interactive.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/


/** GENERAL **/
body {
    margin: auto;
    padding: 0px !important;
    box-sizing: border-box;
    height:  100vh;
    font-size: 1.1rem;
    font-family:  'Montserrat', helvetica, arial, sans-serif !important;
}
.et_pb_row {
    max-width: 1800px;
    width: 89%;
}
.container {
    text-align: center !important;
}
.logo_container {
    display: none;
}
.et_pb_section {
    padding: 0px !important;
}
#site-title h1{
    color: #614099;
    font-size: 36px !important;
    font-weight: bold !important;
    padding-top: 15px;
}
 /** COVID-BANNER **/
 #covid-banner {
    text-align: center;
	background-image: -webkit-linear-gradient(top, #2d6cc0, rgba(45, 108, 192, 0));
	background-image: -o-linear-gradient(top, #2d6cc0, rgba(45, 108, 192, 0));
	background-image: linear-gradient(to bottom, #493073, #372456);
}
 #covid-banner h3 {
     color: #FFF;
     font-weight: 600;
     padding: 18px;
 }
/** HEADER **/
#main-header {
    text-align: center !important;
    background-color: transparent;
    -webkit-box-shadow: 0 0px 0 rgba(0,0,0,.1) !important;
    position: relative;
    padding-top: 20px;
    height: 130px;
}
.et_menu_container {
    margin: auto !important;
}
#header-widget-area {
    width: 100%; 
    margin: auto;
}
#header-widget-area img {
    max-width: 14% !important;
    position: absolute;
    left: 100px !important;
    top: 85px !important;
    z-index: 9999;
}

/** SECONDARY MENU **/
.secondary_menu {
	position: relative;
	z-index: 9999;
	width: 300px;
	float: right;
	text-align: right;
	margin-top: 25px;
	margin-right: 5%;
}
.secondary_menu #et_search_icon:before {
	position: relative;
	top: 2px;
	left: 0px;
	margin-right: 5px;
}
.secondary_menu span {
	font-size: 14px;
	font-weight: 600;
	color: #000;
}
.secondary_menu span a {
	color: #000;
}
#site-title {
	position: absolute;
	width: 100%;
}

/** NAVIGATION **/
.et_menu_container {
	width: 100%;
	max-width: none;
	text-align: center;
	position: absolute;
	bottom: 0px;
}
#et-top-navigation {
    padding-left: 0px !important;
    float: none !important;
    padding-top: 20px !important;
}
nav#top-menu-nav, #top-menu, nav.et-menu-nav, .et-menu {
    float: none !important; 
}
#et-top-navigation #top-menu-nav > ul > li > a {
	padding-bottom: 20px;
}
#et-top-navigation a {
    font-size: 19px;
    text-transform: uppercase;
    color: #000;
}
/** HERO-SLIDER **/
.home #home-hero .et_pb_row {
	padding: 0px;
}
.home .et_pb_slide {
    padding: 0px !important;
}
.home .et_pb_slide_description {
    width: 100%;
    margin: auto;
    position: absolute;
    left: 0px;
    bottom: 0px;
	padding: 0px 50% 40px 80px !important;
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
.et-pb-controllers {
	bottom: 10px;
}
.et-pb-controllers a {
	width: 14px;
	height: 14px;
	background-color: transparent;
	border: 1px solid #fff;
}
.et-pb-controllers a.et-pb-active-control {
	background-color: #fff;
}


/** FOOTER **/
#footer-bottom {
    display: none;
}
#main-footer {
    background-color: #0e182c;
    padding: 0px 0px 50px;
}
#main-footer .container {
    max-width: 100% !important;
    width: 89%;  
}
.footer-widget #media_image-2 img {
    max-width: 75% !important;
}
.et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget {
    margin-bottom: 0px !important;
}
#footer-widgets:nth-child(1) {
    text-align: left;
    font-size: 13px;
    font-weight: 700;
}
.footer-widget {
    width: 25% !important;
    margin: 0px !important;
}
.et_pb_widget {
    float: none !important;
}
.footer-widget #text-6 {
    padding-left: 130px !important;
}
.footer-widget #text-6 a {
    font-size: 18px !important;
    font-weight: 700;
    color: #FFF;
}

.give-footer-btn{
    border: 1px solid #fff;
    border-radius: 200px;
    padding: 5px 15px;
    text-align: center;
    width: 130px;
    margin-top: 15px;
}
#text-6 .give-footer-btn a {
    font-size: 22px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
}
#mc4wp-form-1 {
    text-align: center;
}
#mc4wp-form-1 h6.title-small {
    color: #FFF;
    font-size: 1.1rem;
    font-weight: 700;
}
#mc4wp-form-1 h6.wont-share {
    color: #FFF;
    font-weight: 300;
}
.mc4wp-form-fields input {
    margin-bottom: 10px;
}
.mc4wp-form-fields input[type="email"]  {
    border-radius: 15px 0 0 15px;
    width: 300px;
    height: 45px;
    font-size: 1.1rem;
    padding-left: 25px;
    border: .1px solid #000 !important;

}
.mc4wp-form-fields input[type="submit"]   {
    border-radius: 0 15px 15px 0px;
    background-color:  #614099;
    color: #FFF;
    font-weight: 700;
    margin-left: -6px;
    width: 100px;
    height: 45px;
    font-size: 1.1rem;
    border: .1px solid #000 !important;
    cursor: pointer;
}
.footer-widget:last-child {
    text-align: right;
}



