/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/






    body.has-sidebar #content {

        width: 100% !important;

    }
.home-heading  { 
    color: rgb(209, 59, 87);
    text-align: center;
    margin-top: 0px;
    margin-bottom: -17px;
    --fontSize: 33;
    line-height: 1.45;
    font-family: 'PT Sans'!important;
    font-weight: bold !important;
}
#wrapper .select-arrow { border-radius:0px!important; }
    @media only screen and (max-width: 800px){

        .fusion-body .products li {

            width: 250px;

        }

        .products li {

            float: none !important;

            margin-left: auto !important;

            margin-right: auto !important;

        }

        .rating {

            /*margin-right: -40px;*/

        }



    }

    .wpcf7-select-parent .wpcf7-select {



        padding: 8px 15px;

        height: 36px !important;

    }

    #wrapper .select-arrow {



    }

    .wpcf7-select-parent .wpcf7-select {



        padding: 8px 15px;

        height: 36px !important;

    }



    #frm-search-products .fusion-layout-column select {

        width:100%;

    }

    .button-large {

        padding: 9px 29px;

    }

    @media only screen and (min-width : 768px) and (max-width : 800px) {

        .fusion-body .products li {

            float: left !important;

            width: 44%;

            margin-right: 3% !important;

            margin-bottom: 11px;

            margin-left: 3% !important;

        }



    }


    @media only screen and (max-width: 768px) {
        .image-heading-row {
            margin-left: 0px !important;
            margin-right: -68px !important;
            margin-top: 0px !important;
        }

        .image-heading-row-one {
            margin-bottom: 11px !important;
            margin-top: -35px !important;
            font-size: 15px !important;
            color: #c60c30 !important;
            margin-left: 0px !important;
            width: 90% !important;
            font-family: 'Roboto Slab';
        }

        .image-heading-row-two {
            width: 100% !important;
            margin: -2px auto !important;
            text-align: center !important;
        }
        .image-heading-row-two img{
            margin-left: -76px;
        }
        .image-heading-row-one p {
            margin-top: 38px;
            margin-left: 0px !important;
        }
    }

    .image-heading-row {
        margin-left: 0px;
        margin-right: -61px;
        margin-top: 18px;
    }

    .image-heading-row-one {
        margin-bottom: 11px;
        margin-top: -32px;
        font-size: 17px;
        color: #c60c30; 
        margin-left: 77px; 
        font-family: 'Roboto Slab';
    }

    .image-heading-row-two {
        float: right;
        margin-top: -14px;
        margin-right: 325px;
    }
    .image-heading-row-one p {
        margin-top: 38px;
        margin-left: 130px;
    }
    .gm{
        padding:15px;}
    .img_hW{
        width:265px !important;
        height:149px !important;}
   
    .filter-dropdowns{
        display: flex;
        margin-top: 20px;
    }
    @media(max-width:800px){
        .filter-dropdowns {
            display: block;
        }
    } 
    .list_itemid {
        float: left;
        padding-top: 0;
        margin-top: 0px;
        color: #333333;
        font-size: 12px;
        margin-left: 27px;

    }
    .list_year {
        float: left;
        padding-top: 0;
        margin: 0 2px;
        margin-top: 0px;
        color: #333333;
        font-size: 12px;
    }

    h5.h5Bold {
        font-size: 20px !important;
        font-weight: 700 !important;
        margin: 5px 0px !important;
    }
    .cls-main-home-banner {
        /*width: 100vw;
        margin-left: -220px !important;*/
        margin-top: -40px;
        margin-bottom: 35px;
    }

/* I've added this CSS code to fix homepage banner*/


@media only (min-width: 767px){
	
	.home h1 { color: rgb(209, 59, 87);
    text-align: center;
    margin-top: 0px;
    margin-bottom: -17px;
    font-size: 16.5px;
    line-height: 22.5p }
    .cls-main-home-banner{
        min-height: 130px;
    }

    .cls-main-home-banner img{
        min-height: 130px;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
    } 
}


@media (min-width: 1000px){
    .cls-main-home-banner{
        min-height: 160px;
    }

    .cls-main-home-banner img{
        min-height: 160px;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
    } 
}



@media (min-width: 1200px) and (max-width: 1600px){
    .cls-main-home-banner{
        min-height: 180px;
    }

    .cls-main-home-banner img{
        min-height: 180px;
    } 
}

@media (min-width: 1600px) and (max-width: 1845px){
    .cls-main-home-banner{
        min-height: 270px;
    }

    .cls-main-home-banner img{
        min-height: 270px;
    } 
}



