/*
 Theme Name:     Divi Child Theme
 Theme URI:      No URI
 Description:    Divi Child Theme
 Author:         Ali H.
 Author URI:     http://www.upwork.com/o/profiles/users/_~01e738084a17bf84e8/
 Template:       Divi
 Version:        1.0.0
*/
@import url("../Divi/style.css");

/* =Theme customisation starts here
------------------------------------------------------- */

article > a > img {
    max-height: 220px !important;
    object-fit: cover;
}

p > a > img {
    width: inherit !important;
}

.alignright {
    float: right !important;
}

input#gform_submit_button_11 {
    margin: -18px 6px 8px 0;
    font-weight: normal!important;
    font-size: 20px;
    padding: 14px 24px;
    color: #569d51!important;
    background: #94e48d;
    background: -moz-linear-gradient(top,#94e48d 0%,#82cf7c 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#94e48d),color-stop(100%,#82cf7c));
    background: -webkit-linear-gradient(top,#94e48d 0%,#82cf7c 100%);
    background: -o-linear-gradient(top,#94e48d 0%,#82cf7c 100%);
    background: -ms-linear-gradient(top,#94e48d 0%,#82cf7c 100%);
    background: linear-gradient(to bottom,#94e48d 0%,#82cf7c 100%);
    border: 1px solid #4dab46;
    display: inline-block;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
    -moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.4),1px 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.4),1px 1px 1px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.4),1px 1px 1px rgba(0,0,0,0.1);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    line-height: 26px;
    cursor: pointer;
}

input#input_11_1, input#input_11_2, input#input_11_3, input#input_11_14{
    width: 57%;
}

li#field_11_1 label, li#field_11_2 label, li#field_11_3 label, li#field_11_14 label {
    width: 35% !important;
    font-size: 12px !important;
}

.abh_tab_content .abh_image img{
    max-width: 75px !important;
}

.abh_image a img{
    padding-right: 0px !important;
}

.request-form{
    width: 260px;
    border: 1px solid gray;
    padding: 0px 15px;
}

.et_pb_post a img{
    margin-bottom: 20px !important;
}

#search-22 input#searchsubmit{
    cursor: pointer !important;
}

#search-22 input#s{
    width: 280px !important;
}

#search-22 #searchform {
    margin-right: 20px;
}

@media only screen and (max-width: 980px){
    .abh_image a img {
        height: auto !important;
    }
}

@media only screen and (max-width: 768px){
    #search-22 input#s{
        width: 460px !important;
    }
}

@media only screen and (max-width: 600px){
    #search-22 input#s{
        width: 380px !important;
    }
}

@media only screen and (max-width: 500px){
    #search-22 input#s{
        width: 260px !important;
    }
}
.select2-search--hide {
    display: block !important;
}