/*
Theme Name: InVogue Bathrooms
Theme URI: 
Author: Click Click Media
Author URI: http://clickclick.media/
Description: This is a custom wordpress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: customtheme
*/

.resetStyle {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 15px;
}

.renovation_product {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.pricing-section {
    padding: 60px 0 80px;
}

.renovation_product li {
    width: 33.33%;
    margin-right: 30px;
}

.renovation_product li:last-child{
    margin-right: 0;
}

h3.title {
    font-size: 32px;
    font-weight: bold;
}

.client-info {
    max-width: 330px;
    margin: auto;
}

p.description {
    font-size: 20px;
    font-family: 'Sailec';
}

.priceWrap {
    padding: 21px 20px;
    clip-path: ellipse(95px 95px at 50% 98%);
    background: #fff;
    position: relative;
    margin-top: -59px;
}

h4.client-desi {
    margin: 0;
    margin-top: 27px;
    font-family: 'Sailec';
    font-size: 27px;
}

.image-thumb img {
    width: 100%;
}

h2.sectionTitle {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px;
}

.renovations-section .resetStyle li, .tile_packages .resetStyle li {
    font-family: 'Sailec';
    display: flex;
    font-size: 20px;
	margin-bottom:15px;
}

.resetStyle.icon li::before{
    display: inline-block;
    /* font-family: FontAwesome; */
    font-family: Font Awesome\ 5 Pro;
    content: "\f058";
    font-size: 18px;
    padding-right: 15px;
}

.renovations-section ul li{
    margin-bottom: 10px;
}

.renovations-section ul li:last-child{
    margin-bottom: 0;
}

section.batch_section {
    text-align: center;
    background: #262626;
}

section.renovations-section {
    padding-bottom: 30px;
}

.tile_packages .left .image-wrap img{
    width: 100%;
}

.tile_packages h4, .tile_packages h3{
    font-size: 30px;
    font-weight: 700;
}

.tile_packages h3 span.small{
    font-size: 20px;
    color: #343a40;
    text-align: right;
    font-family: 'Sailec';
    margin-left: 10px;
}

.tile_packages h4, .tile_packages .resetStyle {
    margin-bottom: 30px;
}

.buttonWrap {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
/******** Edit - Start *******/
.pricing-section .buttonWrap {
    margin-top: 30px;
}
/******** Edit - End *******/
.buttonWrap .button-flat {
    color: #464646;
    font-size: 20px;
    padding: 10px 30px;
    border: 1px solid #ccc;
    display: inline-block;
    font-family: 'Sailec';
    cursor: pointer;
	font-weight:bold;
}
.buttonWrap .button-flat:hover{
	background-color: #848c94;
	color:#fff;
}
.tile_packages {
    margin-top: 60px;
}

.contact-us.pricing .contact-form {
    max-width: 730px;
    margin: auto;
}

.contact-us.pricing.padding60{
    padding-top: 60px !important;
    padding-bottom: 30px !important;
}

.contact-us.pricing .contact-form .gform_wrapper {
    padding: 0 65px;
}


.resetStyle.renovation_product{
    margin-left: 0;
}

.box-wrap {
    display: flex;
}

.box-wrap .box{
    width: 50%;
}

.box-wrap .right {
    margin-left: 30px;
}

.tile_packages .expand {
    display: none;
}

.home .pricing-section {
   padding-bottom: 0;
}

h2.section-title-home {
    font-size: 74px;
    margin-bottom: 30px;
    color: #454545;
    text-align: center;
}

@media only screen and (max-width: 992px){
    h3.title {
        font-size: 24px;
        font-weight: bold;
    }

    p.description {
        font-size: 16px;
        font-family: 'Sailec';
    }
}

@media only screen and (max-width: 767px){
    .renovation_product {
        display: flex;
        flex-direction: column;
    }

    .renovation_product li {
        width: 70%;
        margin: 0 auto;
    }

    .renovation_product li:last-child {
        margin-right: auto;
    }

    .tile_packages .row{
        flex-direction: column !important;
    }

    .tile_packages .left, .tile_packages .right{
        width: 100%;
    }

    .box-wrap {
        display: flex;
        flex-direction: column;

    }
    
    .box-wrap .box{
        width: 100%;
    }
    
    .box-wrap .right {
        margin-left: 0;
        padding: 30px 15px 0;
    }

    h2.sectionTitle {
        font-size: 38px;
    }
}

@media only screen and (max-width: 585px){
    .renovations-section .col.col-md-6 {
        flex-basis: 100% !important;
    }
}

@media only screen and (max-width: 480px){
    .renovation_product li {
        width: 100%;
    }

    .renovations-section 
}