/*
 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;
}

/* StarBox Author Box Styling */
.abh_tab_content .abh_image img{
    max-width: 75px !important;
}

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

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

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

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

.select2-search--hide {
    display: block !important;
}
