
.villa-container{
    width:98%;
    max-width: 1200px;
    margin:auto

}


.villa-row:after, .villa-info:after, .bx-pager:after{
    clear: both;
    display: block;
    content: '';
}

.villa-gallery{
    width: 100%;
    max-width: 720px;
    margin:auto 
}

.villa-details{
    width:54%;
    float:left
}



.villa-contact{
    width: 46%;
    
    padding: 25px 0 0 15px;
    
    float:left
}

.classifiedInfoList{
    margin:0;
    padding:20px 15px;
    background: #fff;
    list-style: none;
    border-radius: 15px 0 0 15px;
    font-size: 17px;
    display: table;
    width:100%;
    border-right:0
}

.classifiedInfoList > li{
    display: table-row
}

.classifiedInfoList > li > *{
    display: table-cell;
    line-height: 38px;
    padding:0 5px
}

.classifiedInfoList li:nth-child(odd) {
    background: #f5f5f5;
}

.classifiedInfoList li{
    padding: 5px 0;
}

.single-villa #main{
    padding: 0
}

.single-portfoy #main, .archive #main{
	padding:0!important
}

.single-villa #main .fusion-row{
    width:100%;
    margin:0;
    max-width:100%
}

.villa-price{
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50; 
}

.villa-address{
    font-size: 18px;
    line-height: 24px;
    padding: 15px 10px 25px 0;
    color: #444;
}

.company-name img{
    width: 115px;
    float: left;
    margin-right: 3px;
}

.company-agent{
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 20px;
    float: left;
}

.company-tel{
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 5px;
}

.company-tel a{
    display: block; 
    font-size: 18px;
    color:#2980b9;
    font-weight: bold;

}

.company-contact{
    float: left;
    margin: 5px 0 0 0;
}

.cf-text h2 {
    font-size: 19px;
    margin: 10px 0 0;
    padding: 10px 0 0;
    border-top: 1px solid #ddd;
    line-height: 22px;
}

.company-contact:before {
    content: '';
    display: block;
    clear: both;

}

.cf-text .wpcf7{
    padding-right: 15px;
}

.cf-text > p{
    margin: 5px 0;
    line-height: 16px;
}

.company-form label{
    font-weight: 600;
    font-size: 15px;
}

.company-form .wpcf7 .wpcf7-submit{

    font-weight: 600;
    font-size: 17px;
    width: 150px;
    padding: 0;
    display: block;
    line-height: 37px;
    width: 100%;
}

.company-form .wpcf7{
    margin-right:15px
}

.company-form:before {  
    content: '';
    display: block;
    clear: both;
}

.company-form{
    margin:10px 0 0 0
}


.villa-info{
    width: 700px;
    margin: 10px auto 0;
    background: #eee;
    border: 1px solid #ddd;
    border-radius: 15px;
}


.home-desc{
    max-width: 1000px;
    margin: 50px auto;
    background: #f0f0f0;
    color: #333;
    padding: 2% 3%;
    font-size: 16px;
}

.single-villa .entry-title{
    font-size: 20px;
    font-family: 'Arial';
    
}

.single-villa .fusion-page-title-secondary{
    display: none
}

.home-address iframe{
    width:100%
}

@media screen and (max-width:1100px){

    .villa-contact{
        padding: 10px 0 0 10px;
    }

    .villa-address{
        font-size:16px;
        line-height: 20px
    }


    .classifiedInfoList{
        padding: 20px 10px
    }
}

@media screen and (max-width:950px){

    .villa-info{
        width: 98%;
    }

    .villa-gallery{
        max-width: 800px;
        margin: auto;
        float: none!important
    }

    .company-contact{
        width: 65%;
    }
}

@media screen and (max-width:630px){

        .villa-details{
            width:100%;
            border-radius: 15px;
            margin-bottom: 20px;

            float: none
        }
        
        .single-portfoy .fusion-page-title-captions h1.entry-title{
            font-size:18px!important;
            line-height: 22px!important;
        }

        .single-portfoy .fusion-page-title-bar{
            padding:5px
        }

        .classifiedInfoList strong{
            text-align: right;
        }

        .villa-contact{
            width: 100%;
            max-width: 500px;
            margin: 10px auto;
            float: none;
        }

        .bx-pager > a {
            width: 13.5!important%;
        }
        
        
}

