/*
Theme Name: Politicalo
Theme URI: http://httpcoder.com/demo/wordpress/politicalo/
Description: Political and Candidate WordPress Theme
Version: 1.2.0
Author: HTTPCODER
Author URI: http:http://httpcoder.com/
License: GNU General Public License
Text Domain: politicalo
Tags: custom-background, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, translation-ready

*/


/*--------------------------------------------------------------
## Theme Default Style
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
}


/*--------------------------------------------------------------
## Style
--------------------------------------------------------------*/

article footer #comments #respond form .comment-form-cookies-consent #wp-comment-cookies-consent {
    float: left;
    height: 12px;
    width: 20px !important;
    position: relative;
    top: 4px;
}

.comment-form-cookies-consent label {
    width: 95% !important;

}


.menu-quick-links-container {
    display: inline-block;
    float: left;
}


#rpwwt-recent-posts-widget-with-thumbnails-2 img {
    width: 65px !important;
    height: 65px !important;
}

#vcx-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99998;
    width:100%;
    height:100%;
}


.csi-banner-content-left {
    text-align: left;
}


.csi-banner-content-right {
    text-align: right ;
}


.csi-banner-content-center {
    text-align: center ;
}


.lgx-parallax-particle {
    z-index: auto !important;
}

/*STYLE FOR 4AM SAATCHI & SAATCHI*/
.container-principal{
    padding-top: 200px !important;
    padding-bottom: 100px !important;
    background-image: url(/wp-content/uploads/2019/01/San-Luis-Poaquil-2-1000x1000-1.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.first-column-home{
    margin-right: 115px;
    padding-top: 100px;
    padding-bottom: 100px;
}
.column-form-home {
    margin-right: 0px !important;
    margin-left: 150px !important;
    padding-top: 35px;
    background-color: #ffffff;
    border-radius: 15px;
}
.title-form{
    color: #193f86;
    text-align: center;
    font-size: 30px;
    font-weight: bolder;
}
.subtitle-home {
    text-align: center;
    color: #43bbe0;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: -40px;
}
.title-home{
    font-size: 6.8rem;
    color: #fff;
    font-style: italic;
}
.title-one-home {
    color: #fff;
    font-style: italic;
    margin-top: -5px;
}
.title-two-home {
    color: #fff;
    border-bottom: 5px solid #fff;
    font-size: 76px;
    margin-top: -10px;
    font-style: italic;
}
span.first-button-home > input.wpcf7-form-control.wpcf7-submit {
    background: #2ac0ec;
    font-style: inherit;
    text-decoration: none;
    width: 70%;
    display: block;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bolder;
    box-shadow: none;
    font-family: 'montserrat', sans-serif;
}

span.first-button-home > input.wpcf7-form-control.wpcf7-submit:hover {
    background: #11498a;
    font-style: inherit;
    text-decoration: none;
    width: 70%;
    display: block;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bolder;
    box-shadow: none;
    padding: 10px 40px !important;
    font-family: 'montserrat', sans-serif;
}
.fa-briefcase:before {
    font-size: 44px;
}
.fa-plus:before {
    content: "\f107" !important;
    font-size: 40px;
}
.fa-minus:before {
    content: "\f106" !important;
    font-size: 40px;
}
.button {
    background-color: #2ac0ec;
    border-radius: 50px;
    color: white;
    padding: 10px 30px;
    display: block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    width: 40%;
    text-align: center;
    font-weight: 900;
}
.button:hover {
    background-color: #11498a;
    border-radius: 50px;
    color: white;
    padding: 10px 30px;
    display: block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    width: 40%;
    text-align: center;
    font-weight: 900;
}
/*style hover card home*/


.hvrbox,
.hvrbox * {
    box-sizing: border-box;
}
.hvrbox {
    position: relative;
    display: inline-block;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.hvrbox img {
    max-width: 100%;
}
.hvrbox .hvrbox-layer_bottom {
    display: block;
}
.hvrbox .hvrbox-layer_top {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(232, 232, 232);
    color: #fff;
    padding: 15px;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
    opacity: 1;
}
.hvrbox .hvrbox-text {
    text-align: center;
    position: relative;
    display: contents;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.hvrbox .hvrbox-text_mobile {
    font-size: 15px;
    border-top: 1px solid rgb(179, 179, 179); /* for old browsers */
    border-top: 1px solid rgba(179, 179, 179, 0.7);
    margin-top: 5px;
    padding-top: 2px;
    display: none;
}
.hvrbox.active .hvrbox-text_mobile {
    display: block;
}
.title-card {
    color: #43bbe0;
    font-size: 16px;
    margin: 0 auto !important;
}
.card-description {
    color: #020645;
    font-size: 14px;
}
.button-card {
    background-color: #2ac0ec;
    border-radius: 50px;
    color: white;
    padding: 5px 40px;
    font-size: 16px;
    margin-top: -30px;
    font-weight: 900;
    width: 60%;
    display: -webkit-box;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.button-card:hover {
    background-color: #2ac0ec;
    border-radius: 50px;
    color: white;
    padding: 5px 40px;
    font-size: 16px;
    margin-top: -30px;
    font-weight: 900;
    width: 60%;
    display: -webkit-box;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
/*Style Contact form*/
/*
Formulario CF7 a 2 columnas responsive
*/
#responsive-form{
    max-width:600px /*-- change this to get your desired form width --*/;
    margin:0 auto;
        width:100%;
}
.form-row{
    width: 100%;
}
.column-half, .column-full{
    float: left;
    position: relative;
    padding: 0.65rem;
    width:100%;
    -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
    .column-half{
        width: 50%;
    }
}

/*Style Contact form*/
/*style hover card home*/

/*Contador eleciones*/
.countdown > span {
    width: 22.5% !important;
}
.counterdown-title{
    text-align: center;
    color: #fff;
    font-size: 50px;
    padding-bottom: 15px;
}
.counterdown-title-v2{
    text-align: center;
    color: #fff;
    font-weight: 100 !important;
    font-size: 40px;
    padding: 25px;
}
.time_left {
    background-color: transparent !important;
    font-size: 20px !important;
    font-family: 'montserrat' !important;
    color: #fff !important;
}
span.time_description {
    color: #fff !important;
    font-family: 'montserrat' !important;
    font-weight: 100 !important;
    font-size: 18px !important;
}
span.time_left {
    padding-left: 0 !important;
}
/*Contador eleciones*/

.column-form-footer {
    margin-right: 60px !important;
    margin-left: 60px !important;
    padding-top: 35px;
    background-color: #ffffff;
    border-radius: 15px;
    border: 1px solid #ddd;
}
.csi-footer .csi-footer-bottom {
    margin-top: 0px !important;
    background: #15161a;
}
.csi-footer .csi-inner {
    padding-top: 4rem !important;
}
.csi-footer .csi-footer-bottom p{
    color: #fff;
}
ul.menu.vg-footer-social-links {
    display: inline-flex;
}
.csi-footer .menu li:before{
    content: "" !important;
}
ul.menu.vg-footer-social-links > li > a > i {
    color: #fff !important;
    font-size: 20px !important;
}
@media only screen and (min-width: 768px) {
    .hide-web {
        display: none !important;
    }
    .lwx-header .menu-onscroll .lwx-navbar .hide-web{
        display: none !important;
    }
    ul#lwx-nav {
        width: 100%;
    }
    ul#lwx-nav > li:nth-child(1){
        width:7%;
    }
    ul#lwx-nav > li:nth-child(2){
        width:12%;
    }
    ul#lwx-nav > li:nth-child(3){
        width:9%;
    }
    ul#lwx-nav > li:nth-child(4){
        width:34%;
    }
    ul#lwx-nav > li:nth-child(5){
        width:8%;
    }
    ul#lwx-nav > li:nth-child(6){
        width:10%;
    }
    ul#lwx-nav > li:nth-child(7){
        width:20%;
    }
    div.logo-container {
        float: none;
        margin: 0 auto !important;
        display: block !important;
        position: absolute;
        width: 100%;
        top: 0;
        left: 45%;
        right: 0;
        bottom: 0;
    }
    .lwx-logo.hide-mobile {
        margin: 0 auto;
        display: block !important;
    }
}
@media only screen and (max-width: 767px) {
    .hide-mobile {
        display: none !important;
    }
    .lwx-header .menu-onscroll .lwx-navbar .hide-mobile{
        display: none !important;
    }
}
.site-main .lwx-page-wrapper, .site-main .lwx-post-wrapper {
    padding: 0 !important;
}
h3.widgettitle.widget-title {
    color: #052d85;
    text-align: center;
}
.subtitle-about-us {
    /*text-align: center;*/
    color: #43bbe0;
    font-size: 22px;
    margin-bottom: -20px;
}

.icon-vis-1{
	color: #30beec;
    font-size: 35px;
}
span.text-vis-1 {
    padding: 20px;
    font-size: 22px;
}
.icon-vis-2 {
    color: #30beec;
    font-size: 21px;
}
span.text-vis-2 {
    padding: 20px;
    font-size: 22px;
}
.icon-vis-3 {
    color: #30beec;
    font-size: 25px;
}
span.text-vis-3 {
    padding: 18px;
    font-size: 22px;
}
.icon-top {
    padding-top: 15px;
}
span.ac_title_class {
    border-bottom: 1px solid #020645;
}
.fa:before {
    color: #2ac0ec !important;
}
.first-column-footer-form{
    padding-top: 100px;
}

.button-afiliate{
    background-color: #2ac0ec;
    border-radius: 50px;
    color: white;
    padding: 10px 40px;
    font-size: 16px;
    margin-top: -30px;
    font-weight: 900;
    width: 30%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.column-form-footer-inter {
    padding-top: 35px;
    background-color: #ffffff;
    border-radius: 15px;
    border: 1px solid #ddd;
}

@media screen and (min-width: 768px) {
a.button {
    width: 15% !important;
    display: block !important;
    margin: 20px auto 0px !important;
}
}

@media screen and (max-width: 767px) {
    .column-form-home{
        margin-left: 0px !important;
    }
    .first-column-home {
        margin: 0 !important;
        padding: 0 60px;
    }
    span.title-home {
        font-size: 30px;
        text-align: center;
        display: block;
    }
    h1.title-one-home {
        font-size: 35px;
        text-align: center;
        margin-top: -20px;
    }
    h1.title-two-home {
        font-size: 40px;
        text-align: center;
        margin-top: -45px;
        margin-bottom: 30px !important;
    }
    p.title-form {
        font-size: 26px;
    }
    .lwx-logo.hide-web {
        position: absolute;
        margin: 0 auto;
        display: block;
        width: 100%;
    }
    .lwx-header-bottom-default .navbar-header{
        padding-left: 0px !important;
    }
    .lwx-logo.hide-web > a.lwx-scroll > img {
        margin: 0 auto !important;
        display: block;
        float: none;
    }
    .navbar-collapse.collapse.in {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 !important;
        padding: 0 !important;
        background: rgba(26,29,50,.85);
    }
    button.navbar-toggle {
        z-index: 999;
    }
    ul#lwx-nav {
        float: none;
        width: 89% !important;
        margin-top: 70px;
        margin-left: auto;
        margin-right: auto;
    }
    .lwx-header .lwx-navbar .lwx-nav .active a {
        color: #2ac0ec;
        font-size: 23px;
        border-bottom: 2px solid #fff;
    }
    li.menu-item.menu-item-type-custom > a {
        font-size: 23px !important;
        color: #fff !important;
        padding-top: 27px !important;
    }
    div.navbar-collapse > ul >li.menu-item.menu-item-type-custom > a {
        font-size: 23px !important;
        color: #fff !important;
        padding-top: 27px !important;
        border-bottom: 2px solid #fff;
    }
    li#menu-item-3619 > a {
        text-align: center;
        background: #2ac0ec;
        margin-left: 0 !important;
        margin-right: 0 !important;
        display: block;
        float: none !important;
        border: none !important;
        margin-top: 40px;
        padding-top: 11px !important;
        border-radius: 50px;
    }
    li#menu-item-3619 {
        margin: 0 auto !important;
        width: 75% !important;
    }
    .column-form-footer {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    span.first-button-home > input.wpcf7-form-control.wpcf7-submit {
        width: 100% !important;
    }
    span.time_description {
        font-size: 16px !important;
    }
    h3.counterdown-title-v2 {
        font-size: 26px;
    }
    h3.counterdown-title {
        font-size: 32px;
    }
    a.button-afiliate {
        width: 100%;
    }
    h2.lwx-heading {
        font-size: 12px !important;
    }
    blockquote.blockquote {
        padding: 0;
        margin: 25px 0 -30px !important;
        font-size: 12px;
    }
    blockquote.blockquote > p {
        font-size: 20px;
        margin-top: 20px;
    }
    .blockquote:before {
        font-size: 100px !important;
    }
    .hvrbox-layer_top.hvrbox-layer_slidedown {
        padding: 20px;
    }
    p.card-description {
        font-size: 12px;
    }
    a.button-card {
        font-size: 17px;
        margin: 0px;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
        display: block;
        width: 100%;
    }
    a.button-card:hover {
        font-size: 17px;
        margin: 0px;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
        display: block;
        width: 100%;
    }
    button.navbar-toggle {
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }
    button.navbar-toggle:hover {
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        background-color: : #fff !important;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #2ac0ec;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
        background-color: #ffffff;
    }
    span.fa.fa-align-justify:hover {
        color: #2ac0ec !important;
    }
    span.fa.fa-align-justify {
        font-size: 30px;
        margin: 0 !important;
        padding: 0 !important;
        display: block;
    }
    .lwx-header-bottom.lwx-header-bottom-default.menu-onscroll > .container > .row > .col-xs-12 > nav.navbar.navbar-default.lwx-navbar > .lwxcontainer > .navbar-collapse.collapse.in{
        overflow: hidden;
    }
    .lwx-header-bottom.lwx-header-bottom-default > .container > .row > .col-xs-12 > nav.navbar.navbar-default.lwx-navbar > .lwxcontainer > .navbar-collapse.collapse.in{
        overflow: hidden;
    }
    .collapsing {
        position: fixed;
        height: 100% !important;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
        -webkit-transition-timing-function: unset !important;
        -o-transition-timing-function: unset !important;
        transition-timing-function: unset !important;
        -webkit-transition-duration: unset !important;
        -o-transition-duration: unset !important;
        transition-duration: unset !important;
        -webkit-transition-property: none !important;
        -o-transition-property: none !important;
        transition-property: none !important;
    }
    #instafeed a img {
        padding-right: 0px !important;
        /* padding-bottom: 4px; */
        /* border-radius: 6px; */
        /* opacity: .8; */
        height: 100%;
        -moz-transition-duration: unset !important;
        -webkit-transition-duration: unset !important;
        -o-transition-duration: unset !important;
        transition-duration: unset !important;
        -ms-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
    }
    div#instafeed {
        width: 100% !important;
        display: flex;
        flex-wrap: wrap;
    }
    #instafeed a {
        list-style-type: none;
        width: 160px;
        display: block;
        margin: 0 auto !important;
    }
    .title-card {
        color: #43bbe0;
        font-size: 20px !important;
        margin: 0 auto !important;
        line-height: 4.2rem !important;
    }
    p.card-description {
        font-size: 17px;
        line-height: 1.2;
        margin-bottom: 0px;
    }
    .lwx-header-bottom .navbar-default .navbar-collapse, .lwx-header-bottom .navbar-default .navbar-form {
        background: rgba(26,29,50,.85) !important;
    }
    .hvrbox {
        display: block !important;
    }
    .mec-events-event-image > img.attachment-full.size-full.wp-post-image {
        margin-top: 40px;
    }
    .mec-event-info-desktop.mec-event-meta.mec-color-before.mec-frontbox {
        border: none !important;
        padding-left: 0 !important;
    }
    .mec-event-info-mobile {
        display: none;
    }
    .mec-event-social.mec-frontbox {
        padding: 0 !important;
        border: none;
    }
    .mec-single-event-date {
        background: #ffff !important;
    }
    .mec-single-event-time {
        background: #fff !important;
    }
    .mec-single-event-location {
        background: #fff !important;
    }
    .mec-events-meta-group.mec-events-meta-group-countdown {
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        width: 100% !important;
        display: flex;
    }
    span.flip-clock-label {
        display: block !important;
    }
/*    span.flip-clock-divider.minutos{
        position: static !important;
        margin-top: 25px !important;
        width: 50% !important;
        float: none !important;
    }
    span.flip-clock-divider.minutos > span.flip-clock-label {
        left: -365px !important;
        bottom: -6px;
    }*/
    section#main-content {
        width: 100% !important;
    }
    .mec-wrap .flip-clock-wrapper {
        margin: 0 auto;
        display: block;
    }
    .mec-wrap span.flip-clock-divider {
        width: 0px !important;
    }
    .mec-event-info-desktop.mec-event-meta.mec-color-before.mec-frontbox > div {
        display: block;
    }
    .mec-event-info-desktop.mec-event-meta.mec-color-before.mec-frontbox > div {
        display: -webkit-inline-box;
    }
    .mec-single-event-time {
        width: 100% !important;
    }
    .mec-single-event-date {
        padding-left: 0 !important;
    }
    .mec-single-event-location {
        padding-left: 16px;
    }
    h3.mec-events-single-section-title.mec-location {
	    display: none !important;
	}
	h3.mec-time {
	    display: none !important;
	}
	h3.mec-date {
	    display: none !important;
	}
	.mec-event-info-desktop.mec-event-meta.mec-color-before.mec-frontbox > div {
	    display: contents !important;
	}
	.mec-event-info-desktop.mec-event-meta.mec-color-before.mec-frontbox {
	    padding: 0 !important;
	}
	abbr.mec-events-abbr {
	    margin-bottom: 10px;
	    display: -webkit-inline-box;
	}
	.mec-event-export-module.mec-frontbox {
	    margin-top: -20px !important;
	}
	.mec-event-social.mec-frontbox {
	    margin-top: -20px !important;
	    margin-bottom: 40px !important;
	}
	.mec-links-details > ul {
	    padding: 0 !important;
	}
	h1.mec-single-title {
	    padding-top: 30px;
	}
	.mec-single-event-organizer > h3.mec-events-single-section-title {
	    display: none !important;
	}
	.mec-single-event-organizer > dd.mec-organizer {
	    display: none !important;
	}
	.mec-event-schedule.mec-frontbox > h3.mec-schedule-head.mec-frontbox-title {
	    display: none !important;
	}
	.mec-event-schedule.mec-frontbox > .mec-event-schedule-content {
	    display: none !important;
	}
	span.text-vis-1 {
	    font-size: 13px;
	}
	span.text-vis-2 {
	    font-size: 13px;
	}
	span.text-vis-3 {
	    font-size: 13px;
	}
	a.button {
	    width: 70%;
	}
    li.menu-item.active > a {
        float: none !important;
    }
    li.mec-event-share {
        display: none !important;
    }
    .vc_column-inner.vc_custom_1550265048662 {
        margin-bottom: 0 !important;
    }
    #main_countedown_1 .element_conteiner {
        min-width: 74px !important;
    }
    span.time_left {
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center;
    }
    span.time_description {
        font-size: 12px !important;
        text-align: center;
    }
    .wpb_text_column.wpb_content_element.vc_custom_1550506892171 > .wpb_wrapper > p {
        padding: 0 10px;
    }
    .wpb_text_column.wpb_content_element.vc_custom_1551113059384 > .wpb_wrapper > p {
        padding: 0 10px;
    }
    .wpb_text_column.wpb_content_element.vc_custom_1551113116710 > .wpb_wrapper > p {
        padding: 0 10px;
    }
    .wpb_text_column.wpb_content_element.vc_custom_1551113198971 > .wpb_wrapper > p {
        padding: 0 10px;
    }
    .wpb_text_column.wpb_content_element.vc_custom_1551113059384 > .wpb_wrapper > p {
        padding: 0 10px;
    }
    .vc_column-inner.vc_custom_1548719553780 > .wpb_wrapper > .wpb_text_column.wpb_content_element > .wpb_wrapper > p {
        padding: 0 10px;
    }
    .vc_row.wpb_row.vc_row-fluid.vc_custom_1548703798694 > .container > .row > .wpb_column.vc_column_container.vc_col-sm-6 > .vc_column-inner > .wpb_wrapper > .wpb_text_column.wpb_content_element.first-column-footer-form {
        padding: 0 !important;
    }
    h1.title-form {
        line-height: 1;
        padding-bottom: 30px;
    }
    .vc_row.wpb_row.vc_row-fluid.vc_custom_1548703798694 {
        padding-top: 30px !important;
    }
}
.mec-single-event .mec-event-meta dd {
    margin: 0;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.mec-single-event .mec-event-content {
    padding: 20px 0 0 0px !important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #1a1d32;
  font-weight: 300 !important;
  font-family: Poppins,sans-serif !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #1a1d32;
  font-weight: 300 !important;
  font-family: Poppins,sans-serif !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #1a1d32;
  font-weight: 300 !important;
  font-family: Poppins,sans-serif !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #1a1d32;
  font-weight: 300 !important;
  font-family: Poppins,sans-serif !important;
}
.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li:last-child {
    text-align: left;
}
.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li {
    text-align: right;
}
.blockquote {
    padding: 60px 80px 40px;
    position: relative;
    width: 100%;
    margin: 2rem auto -50px !important;
}
.blockquote p {
    font-family: "Utopia-italic";
    font-size: 35px;
    font-weight: 700px;
    text-align: center;
}

/*blockquote p::before {
    content: "\f095"; 
    font-family: FontAwesome;
   display: inline-block;
   padding-right: 6px;
   vertical-align: middle;
  font-size: 180px;
 }*/

.blockquote:before {
    position: absolute;
    font-family: 'FontAwesome';
    top: 0;
    content:"\f10d";
    font-size: 200px;
    color: rgba(0,0,0,0.1);
    width: 35%;
}

.blockquote::after {
    content: "";
    top: 20px;
    left: 50%;
    margin-left: -100px;
    position: absolute;
    border-bottom: 3px solid #2ac0ec;
    height: 3px;
    width: 200px;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic);
.otro-blockquote {
    font-size: 1.4em;
    width: 60%;
    margin: 0 auto;
    font-family: Open Sans;
    font-style: italic;
    color: #555555;
    padding: 1.2em 30px 1.2em 75px;
    border-left: 8px solid #2ac0ec;
    line-height: 1.6;
    position: relative;
    background: #EDEDED;
    display: block;
}

.otro-blockquote::before{
  font-family:Arial;
  content: "\201C";
  color:#78C0A8;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

.otro-blockquote::after{
  content: '';
}

.otro-blockquote span {
    display: block;
    color: #333333b3;
    font-style: normal;
    font-weight: lighter;
    margin-top: 0em;
    font-size: 20px;
}
body.page-template-default.page.page-id-3773 > .lwxsite.hdrtop > .site-content > .content-area > main.site-main > .lwx-page-wrapper > .container {
    width: 100% !important;
}

select {
  margin: 50px;
  width: 150px;
  padding: 5px 35px 5px 5px;
  font-size: 16px;
  border: 1px solid #ccc;
  height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(http://www.stackoverflow.com/favicon.ico) 96% / 15% no-repeat #eee;
}

/* CAUTION: IE hackery ahead */
select::-ms-expand { 
    display: none; /* remove default arrow on ie10 and ie11 */
}

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
    select {
        background:none\9;
        padding: 5px\9;
    } 
}

select:after {
    background-image: url(/release/plums/cxp/images/icon-expand.28132d19.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 19px 11px;
    content: "";
    height: 11px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 1.875rem;
    width: 19px;
    z-index: 2;
}
span.wpcf7-form-control-wrap.departamento, select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: none;
    /*border-bottom: .0625rem solid #241c15;*/
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 300;
    margin: 0;
    padding: 1.25rem 0;
    position: relative;
    width: 100%;
}
option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}

div#municipios-alta-verapaz, div#municipios-baja-verapaz, div#municipios-guatemala > span > select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: none;
    /*border-bottom: .0625rem solid #241c15;*/
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 300;
    margin: 0;
    padding: 1.25rem 0;
    position: relative;
    width: 100%;
}
option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}

.icon-normal-6 {
    width: 4%;
}
.icon-normal-6-v2 {
    width: 8%;
}
.icon-beneficios {
    padding-top: 15px;
    padding-left: 10px;
}

img {
    width: 100%;
}
#instafeed a {
    width: 100%;
    float: none;
}
div#instafeed {
    width: 68%;
    margin: 0 auto;
    float: none !important;
    display: flex;
}
ul.menu.vg-footer-social-links > a > i:before {
    color: #fff !important;
}
.vc_btn3-container.vc_btn3-left {
    border-top: 1px solid #8080804d;
}
.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title > h4 {
    color: #000;
    font-weight: 700;
    font-size: 18px;
}
a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-white {
    padding: 20px 0 0;
    color: #2ac0ec;
    font-size: 19px;
}
.vc_gitem-zone.vc_gitem-zone-a.vc_custom_1549328578422.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-16-9.vc_gitem-is-link {
    border-radius: 15px 15px 0 0 !important;
}
.vc_gitem-zone.vc_gitem-zone-c.vc_custom_1549328286910 {
    border-radius: 0 0 15px 15px;
}
.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_date > div > a {
    background: #2ac0ec;
    color: #fff;
    padding: 12px 10px;
    border-radius: 46px;
}
.vc_btn3-container.vc_btn3-left {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.vc_gitem-zone {
    background-size: auto !important;
}
.vc_gitem-zone {
    background-size: auto !important;
}
.lwx-header .menu-onscroll .lwx-navbar {
    padding: 0 !important;
}
/*.mec-wrap .mec-clear:before {
    content: " ";
    position: absolute;
    display: flex;
    bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.95) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.95)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.95) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.95) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.95) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.95) 100%);
    transition-duration: .6s;
    border-radius: 2%;
}*/
.mec-event-grid-colorful .mec-event-article {
    min-height: 241px;
    border-radius: 2%;
    padding-top: 0 !important;
}
.mec-event-grid-modern .mec-event-article {
    padding: 0 !important;
}
.mec-event-grid-modern > .row > .col-md-6.col-sm-6 {
    padding: 5px;
}
.mec-event-grid-colorful .mec-event-footer .mec-booking-button {
    border: none;
}
article.mec-event-article.mec-clear {
    background-size: cover !important;
}
.mec-event-day {
    display: none;
}
.mec-event-detail {
    display: none;
}
.mec-event-month {
    background: #c01b33;
    text-transform: uppercase;
    padding: .1rem 1.6rem;
    font-size: 1.4rem;
    line-height: 2.0999999999999996rem;
    margin: -5px 0 .5rem;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    border-radius: 50px;
}
a.mec-booking-button {
    background: #2ac0ec !important;
    color: #fff !important;
    border-radius: 50px;
}
a.mec-booking-button:hover {
    background: #020645 !important;
    border-radius: 50px;
}
article.mec-single-event {
    margin-top: 100px;
}
.mec-events-event-image > img.attachment-full.size-full.wp-post-image {
    height: 100% !important;
}
body.mec-events-template-default {
    background: #fff !important;
}

.mec-event-info-desktop.mec-event-meta.mec-color-before.mec-frontbox > div {
    display: -webkit-inline-box;
}

.mec-single-event-location > dd.location {
    display: none;
}
.mec-event-info-desktop.mec-event-meta.mec-color-before.mec-frontbox {
    margin: 0 auto;
    display: block;
    text-align: center;
}
li.menu-item.active > a {
    color: #ee2e24 !important;
    font-style: initial;
    border-bottom: 4px solid red;
    float: left;
}
.lwx-header .lwx-navbar .lwx-nav li a:hover {
    background: transparent;
    color: #ee2e24;
    opacity: 1 !important;
}
.mec-events-meta-group.mec-events-meta-group-countdown {
    display: none !important;
}
.mec-event-export-module.mec-frontbox {
    border: none;
    box-shadow: none !important;
}
.mec-event-info-desktop.mec-event-meta.mec-color-before.mec-frontbox {
    border: none !important;
    box-shadow: none !important;
}
.mec-event-social.mec-frontbox {
    box-shadow: none !important;
    border: none !important;
}
.mec-event-export-module.mec-frontbox {
    margin: 0 !important;
    padding: 2px !important;
}
.mec-event-social.mec-frontbox {
    margin: 0 !important;
    padding-bottom: 30px !important;
    padding-top: 0 !important;
}
.mec-single-event-description.mec-events-content {
    margin-bottom: 0 !important;
}

input.wpcf7-form-control.wpcf7-submit {
    color: #fff !important;
}
.hvrbox.last > .hvrbox-layer_top.hvrbox-layer_slidedown > .hvrbox-text {
    top: 20%;
    transform: none !important;
    display: block;
}
.hvrbox.tres > .hvrbox-layer_top.hvrbox-layer_slidedown > .hvrbox-text {
    top: 14%;
    transform: none !important;
    display: block;
}
.hvrbox.dos > .hvrbox-layer_top.hvrbox-layer_slidedown > .hvrbox-text {
    top: 6%;
    transform: none !important;
    display: block;
}
.hvrbox.uno > .hvrbox-layer_top.hvrbox-layer_slidedown > .hvrbox-text {
    top: 12%;
    transform: none !important;
    display: block;
}
.mec-event-info-desktop.mec-event-meta.mec-color-before.mec-frontbox {
    padding-bottom: 0 !important;
}
input.wpcf7-form-control.wpcf7-submit {
    width: 70% !important;
    text-align: center !important;
    display: block !important;
    margin: 0 auto !important;
    padding: 0 !important;
}
#instafeed a img {
    opacity: 1 !important;
}


#valor-boot{
    min-width: 350px;
    width: 350px;
    position: fixed;
    min-height: 500px;
    z-index: 99999;
    background: #ffffff;
    bottom: 0px; right: 5px;

}
.button-open-chat {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99 !important;
    background: #ee2e24 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    border-radius: 50% !important;
    padding: 14px 9px!important;
}
.button-open-chat:hover {
    background: #ee2e24;
    text-decoration: none !important;
}
.content-chat{
    min-width: 350px;
    width: 350px;
    position: fixed;
    min-height: 500px;
    z-index: 99999;
    bottom: 0px; right: 5px;
}

.close-chat {
    z-index: 999999;
    position: fixed;
    bottom: 466px;
    right: 0px;
    font-family: monospace;
    font-style: normal;
    font-size: 21px;
    padding: 0 20px;
    margin: 0 !important;
    background: transparent;
    box-shadow: none !important;
    text-decoration: none !important;
}

.close-chat{
    background: transparent !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

i.fa.fa-weixin {
    display: block;
    color: #fff !important;
    font-size: 22px;
}
i.fa.fa-weixin:before {
    color: #fff !important;
}

.vc_row[data-vc-full-width].vc_hidden {
    opacity: 1 !important;
}
blockquote:before {
    font-family: FontAwesome;
    font-size: 2rem;
    line-height: 3rem;
    color: #2ac0ec !important;
    opacity: .6 !important;
}
blockquote:after {
    font-family: FontAwesome;
    font-size: 2rem;
    line-height: 3rem;
    color: #2ac0ec !important;
    opacity: .6 !important;
}
.mec-event-schedule.mec-frontbox {
    display: none !important;
}
blockquote.blockquote > p {
    position: inherit;
}