/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 19, 2020, 11:38:37 PM
    Author     : spiap
*/


/*Col*/
.posts-wrap.s-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.posts-wrap.s-row.singleRow {
    display: block;
}
.post-wrap.s-col {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    margin-bottom: 25px;
}
.s-col-6 {
    flex-basis: 50%;
    min-width: 50%;
}
.s-col-4 {
    flex-basis: 33.3333%;
    min-width: 33.3333%;
}
.s-col-3 {
    flex-basis: 25%;
    min-width: 25%;
}
.s-col-2 {
    flex-basis: 16.6666%;
    min-width: 16.6666%;
}

.post-image {
    min-height: 200px;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block;
}
.post-imageBg{
    background: #ddd;
    position:absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
}
.post-wrap.s-col-12 .post-content .post-title {
    margin-top: 20px;
}
/*.post-image img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(1.8);
    transition: all .2s;
}*/
/*.post-wrap:hover > a img {
    transform: translate(-50%,-50%) scale(2);
}*/

/*Single Column*/
.post-wrap.s-col-12.singleCol {
    display: flex;
    margin-bottom: 30px;
}
.post-wrap.s-col-12.singleCol .post-content .post-title {
    margin-top: 0;
}
.post-wrap.s-col-12.singleCol .post-image {
    max-width: 200px;
    margin-right: 15px;
}

/*/popUp*/
.popUp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999999;
    background: rgba(255,255,255,.8);
}
.popUp .wpcf7-form p {
    margin-bottom: 10px !important;
}
.popUp .wpcf7-form-control.wpcf7-textarea {
    height: 80px;
}
.wpcf7-form-control-wrap.referer-page {
    display: none;
}
.btn.btn-default.getPrice {
    width: 100px;
    background: transparent;
    border: 1px solid #b0b0b0;
    border-radius: 5px;
    height: 34px;
    color: #000;
    line-height: 1px;
    font-size: 14px;
    padding: 0;
    font-weight: normal;
}
.btn.btn-default.getPrice:hover {
    background: #ac0286;
    color: #fff;
}
.popUp .wpcf7-form p label {
    font-size: 13px;
    position:relative;
}
.popUp .wpcf7-form-control-wrap {
    position: initial;
}
.popUp .wpcf7-not-valid-tip {
    font-size: 11px;
    position: absolute;
    display: block;
    width: 500px;
    text-align: right;
    right: 0;
    top: 0;
}
.popUp .wpcf7-form-control {
    padding: 5px !important;
}

.popUpBody {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 25px 35px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.closePopUp {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #f00;
    cursor: pointer;
}
.logoh1{
    font-size:0;
    line-height:0;
}
.post-pagination {
    margin: 10px 0;
}
.post-wrap .post-content .post-title a {
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    display: block;
    text-overflow: ellipsis;
}
.page-numbers {
    background: #ddd;
}
.customTitle {
    padding: 40px 0;
    text-align: center;
    background: #eee;
    text-transform: capitalize;
}
@media only screen and (max-width: 768px) {
    .posts-wrap.s-row {

    }
    .s-col {
        flex-basis: 100%;
        min-width: 100%;
    }

    .popUpBody {
        left: 0;
        top: 0;
        transform: translate(0, 0);
        width: 100%;
        height: 100%;
    }
    .popUp .wpcf7-form-control {
        width: 100%;
    }
}