  
/*---------------------------------------------------------------------------------
 Theme Name:   Silence
 Theme URI:    https://khctechnologies.com/
 Description:  
 Author:       Hasmukh Mistry
 Author URI:   
 Version:      0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
.montserrat{
    font-family: 'Montserrat', sans-serif;
}
.vente-fullscreen-bg{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}
.vente-fullscreen-bg__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);       
}

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    margin-bottom: -46px;
} 

.embed-container div.plyr--video,
.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoWrapper {
    position: relative;
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.videoWrapper iframe{
    height:200px
}

.compare-video-wrapper, .compare-video-wrapper iframe{
    width: 100%;
	/*max-width: 354px;
    height: 245px;*/
	max-width: 500px;
    height: 226px;
}

.archive-video-wrapper, .archive-video-wrapper iframe{
    max-width: 470px;
    width: 100%;
}

.about-card-video-wrapper{
    margin-bottom: 20px;
}

.about-card-video-wrapper, .about-card-video-wrapper iframe{
    max-width: 354px;
    width: 100%;
    height: 230px;
}

input[disabled][type="submit"]{
    cursor: not-allowed;
}

span.accept-terms span.wpcf7-list-item{
    margin: 0px;
}

.pagination span.page-numbers, .pagination a{
    padding:10px 15px;
    display: inline-flex;
    background-color: #f2b965;
    margin-right: 2px;
    color: #fff;
}

.pagination span.page-numbers.current{
    background-color: #231f20;
}

div.wpcf7-response-output{
    border-color: red!important;
    margin: 2em 1.2em 0 0em!important;
    font-family: 'Montserrat', sans-serif!important;
}
.wpcf7 form.sent div.wpcf7-response-output{
    border-color: #46b450!important;
}
.fav-button.remove::before{
    color: red;
}
.footer-menu li{
    margin-bottom: 8px;
}
iframe .ytp-large-play-button, .ytp-large-play-button .ytp-button,.ytp-button .ytp-expand,.ytp-watermark .yt-uix-sessionlink, .ytp-chrome-top, .ytp-chrome-top.ytp-show-cards-title, .ytp-button, .ytp-watermark, .ytp-show-cards-title, .ytp-title-channel, .ytp-title{
    display: none!important;
}
.hamburger-menu{
    position: relative;
    cursor: pointer;
}
.hamburger-menu::before{
    content: "";
    position: absolute;
    top: 0.55em;
    left: 0;
    width: 1.55em;
    height: 0.850em;
    border-top: 0.485em double #fff;
    border-bottom: 0.155em solid #fff;
}
.hamburger-menu-container{
    left: 0;
    right: 0;
    top: 2.75rem;
    padding: 5px 0px;
    background-color: rgba(35, 31, 32, 0.85);
}
.hamburger-menu-container ul li a:hover{
    color: #f6b34f;
}
.comercios-in-town, .productos-y-servicios-in-town{
    cursor: pointer;
}
.comercios-in-town::before, .productos-y-servicios-in-town::before{
    content:url('./images/vente-arrow.png');
    margin-right: 10px;
    top:0px;
    display: inline-block;
}
.flip::before{
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
#comercio-items, #producto-y-servicio-items{
    display: none;
}
.vc-tooltip-container{
    position: relative;
}
.vc-tooltip-container .vc-tooltip-text{
    position: absolute;
    padding: 5px;
    background: rgba(255, 255, 255, 0.85);
    color: #231f20;
    border-radius: 5px;
    width: 200px;
    /* margin-left: -25px; */
}

/**
* Circle SVG
<?xml version="1.0" encoding="utf-8"?>
<svg height="12" width="12" xmlns="http://www.w3.org/2000/svg">
  <circle cx="6" cy="6" r="6" fill="#1a890b"/>
</svg>

Step 1: https://yoksel.github.io/url-encoder/ - Check preview
Step 2: Copy above xml and go to https://www.base64encode.org/
Step 3: Generate Base64 format
*/
.vc-info-toggler::before{
    content: 'No';
    height: 24px;
    width: 24px;
    display: inline-block;
    background-color: #E13231;
    color: #fff;
    position: relative;
    margin-right: 5px;
    text-align: center;
    padding: 2px;
}
.vc-info-toggler.active::before{
    content: 'Si';
    height: 24px;
    width: 24px;
    display: inline-block;
    background-color: #1a890b;
    color: #fff;
    position: relative;
    margin-right: 5px;
    text-align: center;
    padding: 2px;
}
.vc-faq-title{
    position: relative;
    padding-left: 100px;
}
.vc-faq-title::before{
    content: '';
    display: inline-block;
    background: url('./images/question-mark.png') no-repeat;
    width: 88px;
    height: 91px;
    position: absolute;
    top:-28px;
    left: 0px;
}
.vc-faq-link{
    position: relative;
    padding-top: 42px;
}
.vc-faq-link::before{
    content: '';
    display: block;
    background: url('images/faq-icon.png') no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
}
/* Medium (md) */
@media (min-width: 768px) { 
    .videoWrapper iframe{
        height:400px;
    }
    .archive-video-wrapper, .archive-video-wrapper iframe{
        height: 320px;
    }
}

@media (min-width: 1024px) { 
    .videoWrapper iframe{
        height:408px;
    }
}

@media (max-width: 1023px) {
    .vente-fullscreen-bg__video {
        display: none;
    }
    .map-container {
        height: 100vh;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) { 
    .container {
        padding: 0 15px;
    }
}

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen 
and (min-width: 1024px) 
and (max-height: 1366px) 
and (-webkit-min-device-pixel-ratio: 1.5) {
    .vente-fullscreen-bg__video {
        /*display: none;*/
    }
    .map-container {
        height: 100vh;
    }
}

.category h1,
.page-id-8845 h1{
	text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-weight: bold;
}

#my-back-button,
.wp-show-posts-read-more{
	font-weight: bold;
	background: #f6b34f;
	padding: 10px;
	text-transform: capitalize;
	border: 1px solid #000;
	border-radius: 5px;
	display:inline-block;
}

.wp-show-posts-inner header{
	background-color:inherit !important;
}

h2.wp-show-posts-entry-title{
	font-family:'Montserrat', sans-serif;
	font-weight: bold;
	text-transform: capitalize;
}

.wp-show-posts-terms{
	text-transform: capitalize;
}


@media only screen and (min-width: 767px){

.wp-show-posts-columns article:first-child{
	width:100% !important;
}

.wp-show-posts-columns article:first-child .wp-show-posts-inner .wp-show-posts-image{
	width:50% !important;
	float:left;
	margin-right: 25px;
}

}

#my-back-button{
	margin-top:30px;
}