/*
 Theme Name:     Fin Energy
 Theme URI:      http://druff.co.za/
 Description:    Fin Energy isn’t one of the biggest solar-system contractors in Gauteng, Johannesburg, South Africa and we have no plans to become one of the biggest.
 Author:         Druff Interactive
 Author URI:     http://druff.co.za/
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

/*------------ Home ------------*/

span.cuatom_title {
    color: #0d2d77;
    font-weight: 700;
}
.home_banner .et_pb_slide_description {
    padding-left: 0;
}
.home_banner .et_pb_slide_content h3 {
    color: #ffe310 !important;
    font-size: calc(2.2vw + 10px);
    margin-bottom: 10px;
    font-weight: 600;
}
.et_pb_slide_description .et_pb_more_button:hover{
    background: #0E2E7B;
}


/*------------ Genral ------------*/
.custom_ul ul li:before {
    content: url('https://finenergy.co.za/wp-content/uploads/2023/01/bullet-icon.png');
    position: absolute;
	left:-13px;
	top: 2px;
}
.custom_ul ul li {
    list-style: none;
    margin-bottom: 8px;
	padding-left:10px;
	position: relative;
}
.custom_ul ul {
    margin-top: 20px;
	padding-bottom:0;
}

/*------------ Contact Us ------------*/
.custom_form input[type=text],
.custom_form input[type=email],
.custom_form input[type=tel],
.custom_form textarea {
    font-size: 16px !important;
    border: none;
    border-bottom: 3px solid #6177ab;
    border-radius: 4px;
    background: rgba(110,130,208,0.04);
    padding: 16px !important;
    margin-bottom: 20px !important;
}
.custom_form .gform_footer.top_label {
    float: right;
}
.custom_form .gform_footer.top_label input[type=submit]{
    background: #ffe310;
    border: none;
    padding: 10px 2.5em;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s;
}
.custom_form .gform_footer.top_label input[type=submit]:hover{
    background: #103690;
    color: #fff;
}
div#gform_confirmation_message_1 {
    text-align: center;
    font-size: 18px;
    color: #103690;
    font-weight: 600;
}

/*------------ Footer ------------*/
.et_pb_blurb_0_tb_footer .et_pb_blurb_container {
    vertical-align: middle;
}
span.et-pb-icon.call{
    width: auto;
}
span.et-pb-icon.call:before{
    content: "\e090";
    font-family: etmodules;
    color: #ffe310;
    font-size: 65px;
    position: relative;
    top: -13px;
    width: 70px;
    display: inline-block;
}

@media (min-width: 981px){
    .home_banner .et_pb_slide_content {
        width: 80%;
    }
}

@media (max-width: 980px){
    .mobile_menu_bar:before{
        color: #0f3389;
    }
    .et_mobile_menu{
        border-top: 3px solid #0e3081 !important;  
    }
}

@media (min-width: 1201px) and (max-width: 1540px){
    img#logo{
        max-height: 48%;
    }
    div#et-top-navigation {
        padding-left: 30px !important;
    }
    #top-menu li a{
        font-size: 13px !important;
    }
}

@media (min-width: 981px) and (max-width: 1200px){
    img#logo{
        max-height: 32%;
    }
    div#et-top-navigation {
        padding-left: 30px !important;
    }
    #top-menu li a{
        font-size: 13px !important;
    }
}
@media (max-width: 767px){
    .home_banner .et_pb_slide_content h3{
        font-size: 28px;
        line-height: 1.3em;
    }
    .ginput_container.ginput_recaptcha{
        transform:scale(0.70);
        -webkit-transform:scale(0.70);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
}