/*
 Theme Name:   London365	
 Theme URI:    https://london365.net
 Description:  London365
 Author:       Hadoq
 Author URI:   https://hadoq.com
 Template:     hadoq
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #080808;
    margin-top: 0;
    letter-spacing: -0.04em;
    font-weight: 600;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
}

a,
a:hover,
a:focus,
a:visited {
    outline: none;
}

@font-face {
    font-family: "Droid Serif";
    src: url('fonts_/Droid_Serif/DroidSerif-Regular.woff');
}

@font-face {
    font-family: "Droid Serif";
    src: url('fonts_/Droid_Serif/DroidSerif-Bold.woff');
    font-weight: bold;
}

.site-header .site-title {
    margin: 0;
}

ul {
    margin: 0;
    padding-left: 22px;
}

ul.login-menu {
    position: relative;
    top: 12px;
    padding-left: 0;
}

.footer-fixed ul.login-menu {
    top: 0;
}

ul.login-menu li {
    display: block;
    transition-duration: 0.5s;
}

ul.login-menu>li {
    padding-left: 20px;
    line-height: 1.6em !important;
}

.header-sticky ul.login-menu {
    top: 15px;
}

.header-sticky ul.login-menu>li {
    line-height: 1.9em !important;
}

ul.login-menu>li>i.fa {
    vertical-align: top;
}

.footer-fixed ul.login-menu>li>i.fa {
    vertical-align: inherit;
}

ul.login-menu li:hover,
ul.login-submenu li:hover {
    cursor: pointer;
}

ul.login-menu li ul.login-submenu {
    visibility: hidden;
    opacity: 0;
    width: max-content;
    position: absolute;
    transition: all 0.5s ease;
    right: 0;
    text-align: center;
    display: none;
    padding: 0;
    border: 1px solid #f0f0f0;
    background: #fff;
    z-index: 9999;
}

.footer-fixed ul.login-menu li ul.login-submenu {
    bottom: 54px;
    z-index: 100;
    left: 0;
    right: unset;
}

ul.login-menu li:hover>ul,
ul.login-menu li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
}

ul.login-menu li ul.login-submenu li {
    clear: both;
    width: 100%;
    padding: 10px;
}

ul.login-menu li ul.login-submenu li:first-child {
    border-bottom: 1px solid #f0f0f0;
}

ul.login-menu,
ul.login-submenu {
    list-style: none;
}

ul.login-menu>li {
    line-height: 1;
}

ul.login-menu>li i.fa.fa-user.logged {
    color: #000;
}

ul.login-menu>li i.fa.fa-user.not-logged {
    line-height: 1;
    color: #abadb0;
}

ul.login-submenu>li {
    line-height: 1;
    color: #abadb0;
}

ul.login-submenu>li a {
    color: inherit;
}

ul.login-menu>li:hover,
ul.login-submenu>li:hover {
    color: #000;
}


/*
ul.login-submenu {
    margin: 0;
    position: absolute;
    width: max-content;
    padding: 10px;
    right: -25px;
    top: 28px;
    border: 1px solid #f0f0f0;
    text-align: center;
	display: none;
}

ul.login-submenu li:first-child {
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}

ul.login-submenu li:nth-child(2) {
    padding-top: 10px;
}

.fa-lock:hover + ul.login-submenu {
    display:block;
}
*/

#content {
    max-width: 1100px;
}

.container,
.header-static {
    padding: 24px 0;
}

.site-header {
    box-shadow: none;
    padding: 0;
}

.header-static,
.header-sticky {
    width: 100%;
}

.header-sticky {
    display: none;
    position: fixed;
    padding: 0 24px;
    justify-content: space-around;
    flex-wrap: nowrap;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    z-index: 10000;
    transition: all 200ms ease;
}

.header-sticky.visible {
    display: flex;
}

.site-header .site-branding #logo, .site-header .site-branding #logo img {
    max-height: 30px;
}

.site-header .site-branding {
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.site-header .header-sticky .site-branding,
.site-header .header-sticky .nav-search {
    flex: 1 1 auto;
    margin: unset;
    padding: 0;
}

.site-header .header-sticky .main-navigation,
.site-header .header-sticky .site-breadcrumbs {
    /*flex: 2 1 auto;*/
    margin: unset;
    justify-content: center;
    padding: 0;
}

.home-sidebar.widget {
    margin: 2rem 0 1rem 0;
}

aside#secondary.widget-area>div {
    position: sticky;
    top: 47px;
}

aside .widget .widget-title {
    color: rgb(0, 0, 0) !important;
    font-weight: bold !important;
    font-family: Cairo !important;
    font-size: 20px !important;
    text-transform: uppercase !important;
    padding-bottom: 5px !important;
    border-bottom: 2px solid rgb(0, 0, 0) !important;
}

aside .widget .list-posts-widget ul li article {
    padding-left: 1rem;
    margin-bottom: 0rem;
    padding-bottom: .5rem;
    border-bottom: unset;
}

.widget ul li:first-child {
    padding-top: 0px;
}

aside .widget .list-posts-widget li {
    margin-bottom: 1.5em;
}

.list-posts-widget .widget_list_title {
    font-size: 13px;
    font-weight: 600;
    font-family: 'Cairo';
    text-transform: uppercase;
    color: #080808;
    letter-spacing: -0.04em;
    line-height: 16px;
    flex: 1 0 0;
}

li.article_list_full:hover {
    border-color: transparent;
}

.home .list-posts-widget .article_list_full article {
    padding-left: 0;
}

.list-posts-widget .widget_list_full {
    margin-bottom: 10px;
}

.single .entry-content a {
    text-decoration: none !important;
}

.single #breadcrumbs {
    margin: .5rem 0 0 1.5rem;
}

.single #breadcrumbs span.post_title {
    display: inline;
}

.single #breadcrumbs span.post_title:before {
    content: ">";
    padding: 0 .5rem;
    color: #abadb0;
}

.single #breadcrumbs a {
    display: inline;
}

.single #breadcrumbs .home a,
.single #breadcrumbs .cat a {
    color: #000;
    font-family: 'Cairo';
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.single #breadcrumbs .post_title a {
    color: #abadb0;
    font-family: 'Cairo';
    text-transform: uppercase;
    font-size: 12px;
}

.site-header .header-sticky .site-branding {
    justify-content: center;
    align-items: center;
    flex-direction: unset;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.site-header .header-sticky .nav-search {
    justify-content: flex-end;
}

.autor-post a {
    font-size: 38px;
    color: #abadb0 !important;
    float: left;
    font-family: 'Noticia Text';
    line-height: 43px;
}

.local-info {
    text-align: center;
    color: rgb(171, 173, 176);
    font-style: italic;
    font-family: 'Noticia Text';
    padding: 0 0 0.5em 0;
}

.home-layout .meta {
    font-family: Cairo;
    color: rgb(0, 0, 0);
    text-align: left;
    padding: 0.9em 0;
}

.home-layout .meta a {
    font-family: Cairo;
    color: rgb(0, 0, 0);
    font-weight: 600;
}

.home-layout-3 .excerpt p {
    text-align: left;
    font-size: 18px;
    line-height: 25px;
    font-family: 'Droid Serif';
    color: rgb(102, 102, 102);
}

.home-layout-3 .entry-title .title a {
    line-height: 40px;
    font-size: 38px;
    font-weight: 400;
    letter-spacing: -0.96px;
}

.home-layout-3 .post-thumbnail img {
    height: auto;
    width: 100%;
    object-fit: cover;
}

.home .md-12 .xs-12 .post-thumbnail img {
    height: 150px;
}

.layout.row>div.flex:first-child .dflex.flex {
    flex: none;
}

.contenido_flexible {
    max-width: 100%;
}

@media (max-width: 768px) {
    .home-layout-3 {
        padding: 1rem 0;
    }

    .contenido_flexible {
        padding: 0 .5em;
    }
}

article.flex-row>div>a {
    display: flex;
}

.home-layout-3 .entry-title .title {
    font-size: 22px;
    line-height: 1.2;
    text-align: left;
    padding: 0;
}

.navigation-container {
    order: 2;
    border-bottom: 1px solid #f0f0f0;
}

.main-navigation {
    height: 40px;
}

.main-navigation ul#primary-menu {
    display: inline-block;
}

.main-navigation li {
    padding: 10px 0 5px;
    margin: 0 30px 0 0;
    display: inline-block;
}

.main-navigation ul#primary-menu>li>a {
    color: #abadb0;
    font-weight: normal;
    font-size: 12px;
    font-family: 'Cairo';
    line-height: 25px;
}

.main-navigation ul#primary-menu>li>a:hover,
.current-menu-item a {
    color: #000 !important;
    font-weight: bold !important;
}

.main-navigation ul#primary-menu>li:hover,
.current-menu-item {
    border-bottom: 4px solid #000;
}


/*********/

.header-sticky ul.flex-row.socials {
    list-style: none;
    padding: 0 0 0 20px;
    margin: auto 0;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    height: 47px;
}

.header-sticky ul.flex-row.socials li {
    margin-right: 15px;
}

.header-sticky ul.flex-row.socials li a {
    color: #abadb0;
    vertical-align: middle;
    line-height: 47px;
}

.header-sticky ul.flex-row.socials li a:hover,
ul.flex-row.socials li a:focus {
    color: #000;
}

.header-sticky .nav-search #toggle-search+label {
    font-size: 1rem;
    color: #abadb0;
    padding-right: 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.header-sticky .nav-search #toggle-search+label:hover,
.nav-search #toggle-search+label:focus {
    color: #000;
}


/**********/

.header-static ul.flex-row.socials {
    list-style: none;
    padding: 0;
    margin: auto 0;
}

.header-static ul.flex-row.socials li {
    margin-right: 15px;
}

.header-static ul.flex-row.socials li a,
.single aside ul.social-share-bar li a {
    color: #abadb0;
}

.header-static ul.flex-row.socials li a:hover,
ul.flex-row.socials li a:focus,
.single aside ul.social-share-bar li a:hover,
.single aside ul.social-share-bar li a:focus {
    color: #000;
}

.header-static .nav-search #toggle-search+label {
    font-size: 1rem;
    color: #abadb0;
}

.header-static .nav-search #toggle-search+label:hover,
.nav-search #toggle-search+label:focus {
    color: #000;
}


/* Top Navigation Desktop */

@media (min-width: 1025px) {
    h2 {
        font-size: 34px;
    }

    .site-header .site-branding {
        flex: 1 0 100%;
        justify-content: center;
    }

    .site-header .site-branding #logo, .site-header .site-branding #logo img {
        max-height: 50px;
    }

    .site-header .header-sticky .site-branding #logo {
        max-height: 21px;
    }

    .site-header :not(.header-sticky) .main-navigation {
        flex: 1 0 auto;
        justify-content: flex-start;
    }

    .navigation-container {
        flex: 1 1 100%;
        justify-content: center;
        max-width: calc(1100px - .5rem * 2);
        display: flex;
        margin: 20px auto 0;
    }

    .site-header .nav-search {
        flex: 1 0 auto;
        text-align: left;
        justify-content: flex-end;
    }
}

.grecaptcha-badge {
    opacity: 0 !important;
}


/*Footer*/

.footer-columns {
    max-width: 1280px;
    margin: auto;
}

.site-footer .footer-columns {
    max-width: 1100px;
    display: flex;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.site-footer .footer-columns section {
    text-align: left;
}

.site-footer .footer-columns .widget {
    padding: 10px;
    margin: 0px;
    background: none !important;
    flex: 1 1 33%;
    max-width: 33%;
    min-width: 232px;
}

@media only screen and (max-width: 768px) {
    .site-footer .footer-columns .widget {
        flex: 1 1 100%;
        max-width: 100%;
        margin-bottom: 2em;
    }

    .site-footer .footer-columns {
        max-width: 75%;
        display: flex;
        flex-wrap: wrap;
        /* justify-self: center; */
        margin: 0 auto;
    }
}

.widget {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.8);
    padding: 15px;
}

.widget {
    background: none;
    padding: 0px;
    margin: 0px;
}

@media only screen and (max-width: 468px) {
    .site-footer .post-tags {
        padding-left: 0px;
        margin: 0px;
        text-align: left;
    }
}

.widget ul {
    position: relative;
    margin: 0px;
}

.site-footer .post-tags li {
    display: inline-block;
}

.widget ul li:first-child {
    padding-top: 0px;
}

.widget ul li {
    display: block;
    font-size: 14px;
    line-height: 18px;
    margin: 0px;
}

.post-tags li a {
    font-family: Cairo;
    text-transform: uppercase;
    color: rgb(171, 173, 176) !important;
    font-size: 12px;
}

.separador-tags {
    font-family: Cairo;
    font-weight: bold;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    margin-left: 10px;
    margin-right: 10px;
}

.lema-footer {
    font-family: NoticiaText;
    color: rgb(0, 0, 0);
    font-size: 24px;
    line-height: 29px;
    font-style: italic;
    text-align: left;
}

.site-footer .site-info,
.site-footer .site-info .widget {
    margin: 0rem;
    padding: 0rem;
}

.site-footer .site-info .flex {
    flex: unset;
    margin: 0 30px;
}

.site-footer .site-info .flex a {
    white-space: nowrap;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
    border: 1px solid #e6e6e6;
    padding: 10px 15px 15px;
    margin-bottom: 24px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    font-weight: 500;
    background: #fff;
    max-width: 100%;
    outline: 0;
    font-family: inherit;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

select {
    margin-bottom: 24px;
}

.widget input[type="text"],
.widget input[type="password"],
.widget input[type="date"],
.widget input[type="datetime"],
.widget input[type="email"],
.widget input[type="number"],
.widget input[type="search"],
.widget input[type="tel"],
.widget input[type="time"],
.widget input[type="url"],
.widget textarea {
    background: transparent;
}

#find-column .caja-busc {
    border-top: none !important;
    border-bottom: none !important;
    border-right: none !important;
    border-left: 1px solid #000 !important;
    font-size: 28px !important;
    font-family: 'NoticiaText' !important;
    color: #abadb0 !important;
    max-width: 70%;
    flex: 1 1 70%;
    margin-bottom: 0px;
}

.btn,
.button,
input[type=submit],
.wpfep-save input[type="submit"] {
    font-family: inherit;
    font-size: 11px;
    line-height: 11px;
    font-weight: 600;
    padding: 14px 30px 12px;
    border: 1px solid #080808;
    margin: 0;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    color: #080808;
    background: transparent;
    text-transform: uppercase;
    text-shadow: none !important;
    text-align: center;
    vertical-align: middle;
    border-radius: 0 !important;
    width: 100%;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

#searchsubmit {
    flex: 1 1 30%;
}

.boton-buscar-footer {
    color: #000 !important;
    background-size: 20px !important;
    border: none !important;
    font-family: 'Cairo' !important;
    text-transform: uppercase !important;
    padding: 0 !important;
    font-size: 14px !important;
}

#find-column {
    display: flex;
    margin-bottom: 20px;
}

.subfooter .layout .flex a {
    color: rgba(0, 0, 0, 0.8);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 2.5;
}

.subfooter p {
    color: rgba(0, 0, 0, 0.4);
    font-size: 10px;
    font-weight: 600;
    margin: 0;
    font-family: Poppins;
}

.mailerlite-home-form,
.mailerlite-home-form form {
    background-color: #eeeeee;
}

.mailerlite-home-form form {
    padding: 32px !important;
    padding-left: 15px !important;
}

.mailerlite-home-form input[type="text"],
.mailerlite-home-form input[type="email"] {
    width: 320px !important;
    margin: 0 !important;
}

.mailerlite-home-form button {
    width: 100px;
    background: none;
    color: #000;
    text-transform: capitalize;
}

.mailerlite-submit-button {
    text-align: right;
}

.mailerlite-submit-button button {
    padding: 10px 5px;
}

.mailerlite-submit-button button:hover {
    background-color: #000;
    color: #eee;
}

.mailerlite-privacy label {
    text-transform: none;
}

.mailerlite-privacy input[type=checkbox] {
    margin-right: 20px;
}

.texto-registro {
    float: left;
    font-size: 21px;
    line-height: 26px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Cairo';
    width: 40%;
    padding: 0 32px 0 28px;
}

.mailerlite-home-form clear {
    text-align: right;
    position: absolute;
    margin-left: 86%;
    margin-top: -8%;
}

.mailerlite-home-form .clear input {
    font-family: 'Cairo';
    text-transform: uppercase;
    color: #abadb0 !important;
}

.mailerlite-home-form .clear input:hover {
    font-weight: bold !important;
    color: #000 !important;
}

.mailerlite-home-form input.checkbox-newsletter {
    width: 20px !important;
}

.mailerlite-home-form input[type=submit] {
    width: auto;
}

.colaboracion-widgets {
    text-align: right;
    margin: 20px 0;
}

.colaboracion-widgets p {
    margin: 0 0 5px;
    color: #cccacb;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#toc_container {
    margin: 0;
    margin-bottom: 50px;
}

#toc_container .toc_list {
    margin: 0;
    list-style: none;
    padding: 0;
    border: none;
}

#toc_container li {
    margin-bottom: 10px;
}

#toc_container span.toc_number.toc_depth_1 {
    content: counter(item);
    counter-increment: item;
    color: #7a7a7a;
    display: inline-block;
    height: 28px;
    line-height: 24px;
    margin-right: 10px;
    width: 28px;
    border: 2px solid #7a7a7a;
    background: #fff;
    text-align: center;
    font-size: 1rem;
    font-weight: 800;
    border-radius: 14px;
}

#toc_container .toc_list a {
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    font-family: 'Poppins';
    color: #080808;
}

#toc_container .toc_list a:hover {
    color: #a7120e;
    opacity: 1;
}

.page .entry-content p,
.page .entry-content li {
    font-family: 'Droid Serif';
    color: #666666;
}

article.page {
    width: 100%;
}

.wpcf7 textarea,
.wpcf7 input {
    width: unset;
}

#pmpro_payment_method span.gateway_check {
    margin-left: 2em;
}

.pmpro_checkout-fields label,
.wpfep-field label,
.pmpro_check_instructions label {
    font-size: 12px;
    display: block;
    color: #080808;
    /*margin: 0 0 8px;*/
    /* line-height: 1; */
    letter-spacing: normal;
    font-weight: 600;
    text-transform: uppercase;
    clear: both;
}

.pmpro_checkout-field #bstate {
    padding: 0px 11px 0px;
}

.section-title {
    margin: 1rem 0 10px;
    padding: 1rem 0 0 0;
    text-align: left;
}

#post-37259 .section-title {
    text-align: center;
}

.nav-search .search-box {
    z-index: 10;
}

[class^="pmpro"] th {
    background: #ddd;
}

[class^="pmpro"] th,
[class^="pmpro"] td {
    border: 2px solid #fff;
}

[class^="pmpro"] tbody tr {
    border-bottom: 1px solid #ddd;
}

[class^="pmpro"] a {
    color: #c00;
}

[class^="pmpro"] td:not(:first-child) {
    text-align: right;
}

[class^="pmpro"] table {
    margin-top: 1em;
}

.pmpro_actionlinks {
    margin-bottom: 1.5rem;
}

a.pmpro_btn.pmpro_yeslink.yeslink {
    font-weight: bold !important;
    color: #FFF !important;
    background-color: #000 !important;
    padding: 8px !important;
    font-size: 16px;
    box-shadow: 0 0.0625rem 0.25rem 0 rgba(0, 0, 0, .19) !important;
    text-transform: uppercase !important;
}

a.pmpro_btn.pmpro_btn-cancel.pmpro_nolink.nolink {
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-weight: inherit;
}

button#reset-pass-submit:hover {
    opacity: .75;
}

button#reset-pass-submit {
    border: none;
    width: auto;
    padding: 0;
    color: #c00;
    font-family: Cairo;
    font-size: 1rem;
    line-height: 1.7;
    font-weight: normal;
    text-transform: none;
    vertical-align: baseline;
    margin-right: .5rem;
}

form#lostpasswordform {
    display: inline-block;
}

.lostpassword-submit {
    margin-bottom: 0;
}

.som-password-sent-message {
    border: none;
    background-color: unset;
    color: #0C0 !important;
}

.wpfep-wrapper .tab-content {
    max-width: 300px;
    margin-bottom: 50px;
}

.wpfep-wrapper>.messages>.updated {
    display: block;
}

.home-layout-3 .subtitle {
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-family: Cairo;
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 2px solid rgb(0, 0, 0);
    letter-spacing: 0.3em;
    text-align: left;
    margin-bottom: 1em;
}

.footer-fixed .social-mobile-bar>li:not(:last-child) {
    display: none;
}

.page-template-membership .entry-title,
.page-template-membership-profile .entry-title {
    text-transform: uppercase;
    font-family: 'Cairo';
    border: 6px solid #b71f2e;
    text-align: center;
    padding: 20px;
}

#pmpro_account .pmpro_box h3,
.pmpro-account h3,
.pmpro_checkout-h3-name {
    color: #FFF;
    background-color: #b71f2e;
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 30px;
}

.pmpro_box table th {
    background-color: #b71f2e;
    opacity: 0.65;
    color: #FFF;
}

.pmpro_box table td {
    text-align: center;
    padding: 10px;
    border: 1px solid #f1f1f1;
}

#pmpro_account .pmpro_box p,
.pmpro-account .entry-content p {
    font-family: 'Cairo';
    margin-top: 0;
}

#pmpro_account .pmpro_box ul li {
    font-family: 'Cairo';
}

.pmpro_box .pmpro_actionlinks {
    margin-top: 20px;
    position: absolute;
}

.pmpro_box .pmpro_account-membership-levelfee,
.pmpro_box .pmpro_account-membership-expiration {
    text-align: center !important;
}

.pmpro_box #pmpro_actionlink-levels {
    display: none;
}

#pmpro_account #pmpro_account-profile {
    margin-bottom: 50px;
}

#pmpro_account .pmpro_box ul {
    margin-bottom: 0;
    margin-left: 0;
    list-style: none;
    padding-left: 0;
}

#pmpro_account-sponsored,
.pmpro_confirmation_wrap .pmpro_content_message {
    border: 2px solid #b71f2e !important;
    padding: 20px !important;
}

#pmpro_account-sponsored strong,
.pmpro_confirmation_wrap .pmpro_content_message strong {
    color: #b71f2e;
}

#pmpro_account-sponsored .pmpro_message {
    border: 1px solid #b71f2e;
    background-color: #d06e78;
    color: #000;
    margin-top: 15px;
    display: inline-block;
}

.pmpro-account form,
.pmpro_form {
    margin-bottom: 40px;
}

.pmpro-account form p,
.pmpro_form p {
    margin-bottom: 0;
}

.pmpro-account form input,
.pmpro-account form textarea {
    border: 1px solid #d06e78;
}

.pmpro_checkout-fields,
.pmpro_check_instructions {
    border: 1px solid #d06e78;
    padding: 20px;
}

.pmpro_checkout-fields input,
.pmpro_check_instructions input {
    padding: 8px 15px 8px;
}

.pmpro-account form label,
.pmpro_form label {
    font-weight: bold;
    color: #000;
    font-size: 15px;
}

.pmpro-cancel #content {
    margin-bottom: 40px;
}

.pmpro_checkout-h3-msg a {
    font-size: 14px;
    font-style: normal;
    text-transform: capitalize;
    text-decoration: underline;
}

.pmpro_checkout_gateway-stripe hr {
    background-color: transparent;
}

.pmpro_checkout-fields .pmprorh_checkbox_label.pmpro_clickable,
.pmpro_checkout-fields .pmprorh_checkbox_label.pmpro_clickable .precio-contenedor,
.pmpro_checkout-fields .pmprorh_checkbox_label.pmpro_clickable .precio-contenedor .precio-final,
.pmpro_checkout-fields .pmprorh_checkbox_label.pmpro_clickable .precio-contenedor .precio-final .precio-frecuencia,
.pmpro_checkout-fields .pmprorh_checkbox_label.pmpro_clickable .precio-contenedor .precio-iva {
    display: inline;
    font-size: 1rem;
    line-height: 1.7;
    font-weight: 400;
    text-transform: none;
}

.pmpro_checkout-fields .pmprorh_checkbox_label.pmpro_clickable .precio-contenedor .precio-final .precio-frecuencia {
    margin-right: 0.3rem;
}

form.pmpro_form .pmpro_checkout-fields div.pmpro_checkout-field-checkbox.pmpro_checkout_field-autorenew {
    margin: 0;
}

.wpcf7 {
    background: #f1f1f1;
    box-shadow: 0 1px 10px #000000;
    max-width: 700px;
    width: 100%;
    padding: 20px 20px 20px 20px !important;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
}

.wpcf7 input[type="submit"],
#pmpro_btn-submit,
.wpfep-save input[type="submit"] {
    background-color: #b71f2e;
    color: #FFF;
    font-weight: bold;
    font-size: 22px;
    font-family: 'Cairo';
    border-radius: 25px !important;
    text-transform: none;
    border: none;
}

.wpcf7 textarea,
.wpcf7 input {
    width: unset;
    font-family: 'Cairo';
    font-size: 14px;
}

.wpcf7 label {
    font-weight: bold;
    color: #000;
    font-family: 'Cairo';
}

.wpcf7-not-valid-tip {
    display: block;
    color: #b71f2e;
    margin-bottom: 50px;
}

.screen-reader-response ul {
    display: none;
}

.screen-reader-response {
    color: #b71f2e;
}

.pmpro_checkout-fields-left,
.pmpro_checkout-fields-right {
    display: inline-grid;
    width: 49%;
}

.pmpro_checkout-fields .pmpro_payment-discount-code {
    display: none;
}

.pmpro_confirmation_wrap h3 {
    margin-top: 20px;
}

input#getresponse_check,
input#terms,
#terms_div .pmpro_asterisk {
    vertical-align: top;
    margin-top: 4px;
}

#wpfep-field-getresponse_check {
    display: inline-flex;
    margin-bottom: 38px;
}

.wpfep-fields label {
    font-size: 18px;
}

.wpfep-fields .regular-text {
    font-size: 16px;
}

#wpfep-field-getresponse_check input[type=checkbox] {
    transform: scale(2.5);
    margin-top: 20px;
    cursor: pointer;
}

.page-template-membership-profile form {
    margin-top: 40px;
}

.pmpro_checkout-h3-msg a,
.pmpro_checkout-h3-msg {
    text-transform: none;
    font-style: normal !important;
    font-size: 15px !important;
    font-family: 'Cairo' !important;
}

.pmpro_checkout-fields p,
.pmpro_check_instructions p {
    font-family: 'Cairo' !important;
}

.pmpro_check_instructions p:first-child {
    margin-top: 0;
}

#pmpro_level_cost .precio-label {
    font-weight: bold;
    font-size: 25px;
}

#pmpro_level_cost .precio-final {
    font-family: Cairo;
    font-size: 30px;
    color: #b71f2e;
    font-weight: bold;
}

#pmpro_level_cost .precio-iva {
    font-size: 14px;
    color: #abadb0;
}

#pmpro_level_cost .precio-contenedor {
    display: inline;
}

form.pmpro_form #pmpro_processing_message {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.navigation {
    margin-bottom: 100px;
}

#pmpro_processing_message {
    display: flex !important;
    margin-left: 20px !important;
    margin-top: 20px !important;
}

#pmpro_processing_message:after {
    content: " ";
    display: block;
    width: 30px;
    height: 30px;
    margin-left: 15px;
    border-radius: 50%;
    border: 4px solid #fff;
    border-color: #000 transparent #000 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#pmpro_btn-submit {
    display: block;
    max-width: 200px;
}

ul.wpfep-tabs li a {
    color: #FFF;
    border-bottom-color: #FFF;
    background-color: #b71f2e;
    opacity: 0.65;
}

ul.wpfep-tabs li a.active {
    color: #FFF;
    border-bottom-color: #FFF;
    background-color: #b71f2e;
    opacity: 1;
}

.pmpro-billing .entry-content {
    border: 1px solid #b71f2e;
    padding: 20px;
    margin-bottom: 40px;
}

.pmpro-billing .entry-content li {
    list-style: none;
}

.pmpro-billing .entry-content li strong {
    color: #b71f2e;
}

#tribe-events-content a {
    display: inline-block;
    margin-right: .5rem;
    text-decoration: none;
    color: #c00;
    font-weight: inherit;
    background: none;
}

.single-tribe_events .tribe-events-single-event-title {
    color: #FFF;
    background-color: #b71f2e;
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 30px;
}

.tribe-events-schedule h2 {
    color: #666;
}

#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover {
    color: #b71f2e;
    background: no-repeat;
}

h1.tribe-events-page-title {
    text-transform: uppercase;
    font-family: 'Cairo';
    border: 6px solid #b71f2e;
    text-align: center;
    padding: 20px;
}

.tribe-events-calendar thead th {
    background-color: #b71f2e;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.tribe-events-calendar td.tribe-events-present>div:first-child {
    background-color: #b71f2e;
}

.tribe-events-list-widget .tribe-list-widget,
section[id^=tribe-events-list] .tribe-events-list-widget-events {
    padding: 0;
}

li.tribe-events-list-widget-events {
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 0;
}

.tribe-event-duration {
    padding: 0 10px;
}

.tribe-events-list-widget .tribe-event-title {
    background-color: #b71f2e;
    font-weight: bold;
    font-size: 22px;
    font-family: 'Cairo';
    padding: 10px 0;
    text-align: center;
}

.tribe-events-list-widget .tribe-event-title a {
    color: #fff;
}

.tribe-events-widget-link a {
    display: inline-block;
    margin-right: .5rem;
    text-decoration: none;
    color: #b71f2e;
}

.tribe-events-schedule {
    display: inline-block;
    margin: 0.65em 0 1.5em;
}

.tribe-events-schedule h2 {
    border: 2px solid #b71f2e;
    padding: 10px;
}

.tribe-events-list-widget-events {
    border: 1px solid #ccc;
}

.tribe-events-list-widget .tribe-event-title {
    font-size: 20px;
    padding: 10px 10px;
}

.tribe-event-duration {
    padding: 10px 10px;
    text-align: center;
    font-weight: bold;
}

.single-tribe_events .tribe-events-event-meta {
    border: 2px solid #b71f2e;
    background: none;
}

.tribe-rsvp-message-error {
    font-size: 1em;
}

.tribe_events.has-post-thumbnail {
    display: flex;
    flex-flow: row wrap;
}

.tribe_events.has-post-thumbnail>div {
    flex: 1 1 48%;
    padding: 1%;
}

.tel-contacto {
    background: #fff;
    width: fit-content;
    padding: 20px;
    position: fixed;
    bottom: 70px;
    right: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

:first-child.tags-links {
    margin-top: 0;
}

.payment-logos {
    text-align: right;
}

.payment-logos img {
    height: 50px;
    vertical-align: middle;
}

.payment-logos img:last-child {
    height: 30px;
}

form.pmpro_form .pmpro_submit {
    text-align: left;
}

@media (max-width: 1025px) {
    .nav-search {
        padding-right: 0;
    }

    .texto-registro {
        width: 100%;
        padding-bottom: 15px;
    }

    .nav-search li,
    .header-static .nav-search #toggle-search+label {
        font-size: 2rem;
    }

    .header-static ul.flex-row.socials li {
        margin-right: 20px;
    }

    .header-static ul.login-menu li ul.login-submenu {
        top: 43px;
    }

    .header-static ul.login-menu li ul.login-submenu li {
        font-size: 20px;
        white-space: nowrap;
    }

    .footer-fixed .social-mobile-bar>li:not(:last-child) {
        display: block;
    }

    .single aside.share-article-vertical.hide-on-print.fixed-me.show-for-medium {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .tribe_events.has-post-thumbnail>div {
        flex: 1 1 100%;
        padding: 1%;
    }

    .site-footer .footer-columns .widget {
        flex: 1 1 100%;
        max-width: 100%;
        margin-bottom: 2em;
    }

    .site-footer .footer-columns {
        max-width: 75%;
        display: flex;
        flex-wrap: wrap;
        /* justify-self: center; */
        margin: 0 auto;
    }

    input[type="text"],
    input[type="password"],
    input[type="date"],
    input[type="datetime"],
    input[type="email"],
    input[type="number"],
    input[type="search"],
    input[type="tel"],
    input[type="time"],
    input[type="url"],
    textarea {
        font-size: 16px;
    }

    label {
        font-size: 16px;
    }

    .list-posts-widget .widget_list_title {
        font-size: 16px;
    }

    .post-tags li a {
        font-size: 18px;
    }

    .subfooter .layout .flex a {
        font-size: 16px;
    }

    #pmpro_payment_method span.gateway_check {
        display: block;
        margin: 1em 0 0 0;
    }
}

@media (max-width: 468px) {
    #whatsapp-logo-mobile {
        display: block;
    }

    #whatsapp-logo-desktop {
        display: none;
    }

    .pmpro_checkout-fields-left,
    .pmpro_checkout-fields-right {
        width: 100%;
    }
}

@media (min-width: 469px) {
    #whatsapp-logo-mobile {
        display: none;
    }

    .pmpro_checkout-fields,
    .pmpro_check_instructions {
        border: 1px solid #d06e78;
        padding: 20px;
        padding-left: 40px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}


/*Directorio de comercios de madrid con servicio de entrega a domicilio CONTACT FORM
02/04/2020
Raúl Angeli*/

.formulario-empresas {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    flex-basis: 100%;
}

.formulario-empresas .campos-formularios {
    margin: 10px;
    flex-grow: 1;
}

.formulario-empresas .linea-completa {
    width: 100%;
}


/*PLUGIN EMPRESAS*/

.directorio-comercios h3 {
    color: #222;
    text-align: center;
    max-width: 95%;
    font-family: 'Cairo', sans-serif;
}

@media only screen and (min-width:1024px) {
    .directorio-comercios h3 {
        max-width: 100%;
    }
}

.tabla-empresas {
    width: 100%;
    margin: 40px 0;
}

.tabla-empresas .titulo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.titulo a {
    color: black !important;
    font-weight: 700;
    font-size: 1.8rem;
}

@media only screen and (min-width:478px) {
    .tabla-empresas .titulo {
        flex-direction: row;
        justify-content: flex-start;
    }
}

.tabla-empresas h3 {
    font-family: 'Cairo', sans-serif;
}

.tabla-empresas label {
    color: #000;
    font-weight: 400;
}

.tabla-empresas a {
    color: #333;
}

.tabla-empresas a:hover {
    opacity: 50%;
}

.tabla-empresas ul {
    padding: 0;
}

.tabla-empresas li {
    padding: 20px;
    list-style: none;
    border: 1px solid #aaa;
    border-bottom: none;
    border-left: 4px solid #000;
    line-height: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse;
    text-align: center;
}

.tabla-empresas li:hover {
    border-left: 4px solid #aaa;
}

@media only screen and (min-width:768px) {
    .tabla-empresas li {
        flex-direction: row;
        text-align: left;
    }
}

.tabla-empresas li:last-of-type {
    border-bottom: 1px solid #aaa;
}

.tabla-empresas img {
    max-width: 300px;
    width: 100%;
    height: auto;
    max-height: 280px;
    object-fit: cover;
}

.tabla-empresas nav.paginacion-empresas {
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
    font-family: 'Cairo', sans-serif;
}


/*Formulario empresas PLUGIN 16/04/2020*/

.titulo-pagina-form {
    max-width: 1120px;
    margin: 30px auto;
}

.titulo-pagina-form h3 {
    text-align: center;
}

.errores-empresas {
    max-width: 1120px;
    margin: 30px auto;
    border: 1px solid #c00;
    padding: 0 20px 20px 20px;
    background: #cc00000a;
}

.success-empresas {
    max-width: 1120px;
    margin: 30px auto;
    border: 1px solid #00ae15;
    padding: 20px;
    background: #00ae1508;
    text-align: center;
}

.contenedor-formulario-empresas {
    max-width: 700px;
    background-color: #f1f1f1;
    box-shadow: 0 1px 10px #000;
    width: 100%;
    padding: 20px;
    margin-bottom: 40px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 60px;
}

.contenedor-formulario-empresas label {
    display: block;
    font-family: 'Cairo', sans-serif;
}

.contenedor-formulario-empresas label {
    font-weight: bold;
    color: #000;
}

.contenedor-formulario-empresas .asterisco {
    color: red;
    font-size: 20px;
    font-weight: bold;
}

.contenedor-formulario-empresas input {
    width: 100%;
    font-size: 16px;
    margin: 0 10px 0 0;
}

.contenedor-formulario-empresas .linea-completa {
    width: 100%;
    margin-top: 10px;
}

.contenedor-formulario-empresas .linea-politica {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}

@media only screen and (min-width:768px) {
    .contenedor-formulario-empresas .linea-politica {
        flex-wrap: nowrap;
    }

    .contenedor-formulario-empresas .politica-privacidad {
        width: 5%;
    }
}

.contenedor-formulario-empresas .boton-enviar {
    width: 50%;
    margin: 0 auto;
}


/*BUSCADOR EN DIRECTORIO*/

.contenedor-buscador-empresas {
    width: 100%;
    max-width: 1100px;
}

.contenedor-buscador-empresas form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media only screen and (min-width:1024px) {
    .contenedor-buscador-empresas form {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

.contenedor-buscador-empresas .campo-busqueda {
    margin: 5px 10px 5px 0;
    line-height: 40px;
    height: 40px;
    border: 1px solid #000;
    padding: 0 0 0 10px;
    max-width: 95%;
    width: 600px;
}

@media only screen and (min-width:1024px) {
    .contenedor-buscador-empresas .campo-busqueda {
        flex-grow: 2;
        width: unset;
    }
}

.campo-busqueda input {
    border: none;
    padding: 0 0 0 5px;
    width: 90%;
}

.contenedor-buscador-empresas select {
    margin: 5px 10px 5px 0;
    line-height: 40px;
    height: 40px;
    border: 1px solid #000;
    flex-grow: 1;
    padding: 0 10px;
    width: 600px;
    max-width: 95%;
}

@media only screen and (min-width:1024px) {
    .contenedor-buscador-empresas select {
        width: 300px;
    }
}

.contenedor-tags-municipios{
    margin-top:.5rem;
}

.tag-municipio {
    background-color: #000;
    display: inline-block;
    border-radius: 15px;
    padding: 0px 16px 2px;
    margin: 4px 4px;
}


.tag-municipio a {
    color: white !important;
    display: inline-block;

}

.footer-buscador-municipios button{
    background-color: white;
    border:none;
}

.footer-buscador-municipios button:focus{
    outline:none;
}

.footer-buscador-municipios button i{
    color: #000;
}

.select2-container{
    vertical-align: unset !important;
}

.select2-container--default .select2-selection--multiple{
    padding-top: 5px;
}


.bloque-8-noticias .home-layout-3 .tag-municipio{
    width: fit-content;
    margin-top:.5rem;
    order:3;
    margin-left: 0;
    padding: 2px 16px;
    font-size: 14px;
}

.select2-container--default .select2-search--inline .select2-search__field{
    line-height: 17px;
}

.qc-cmp2-persistent-link{
    display: none;
}
@media only screen and (max-width:768px) {
    div.infogram-embed, div.infogram-embed iframe {
        width: 100% !important;
    }
}
/*BANNER NEWSLETTER*/
.banner-newsletter{
    display: none;
    position: sticky;
    top: 0px;
    z-index: 11;
    background-color: white;
    padding: 8px 0px;
    border-bottom: 1px solid black;
    text-align: center;
    margin-bottom: 16px;
}
.banner-newsletter span{
    font-family: "Noticia Text";
    font-weight: 600;
    color: black;
}
@media (max-width: 500px) {
    header {
        margin-bottom: 6px;
    }
    .banner-newsletter{
        display: block;
    }
}

/*FICHA TÉCNICA TAGS*/
.ficha-tecnica{
    padding: 16px;
    background-color: #f7f7f7;
    margin-top: 16px;
  }
.ficha-tecnica img{
    width: 100%;
}
@media (max-width: 500px) {
    .ficha-tecnica{
        position: fixed;
        bottom: 0px;
        left: 0;
        z-index: 999;
        padding: 0px;
        border: none;
    }
    .ficha-tecnica-content-wrapper{
        display: none;
        max-height: 46vh;
        overflow: scroll;
    }
    .ficha-tecnica.active {
        padding: 16px;
        margin-bottom: 90px;
    }
    .ficha-tecnica.active .caja-ficha-roja{
        display: none;
    } 
}
.mobile-trigger-tag{
    width: 100vw;
    background-color: #f7f7f7;
    text-align: center;
    position: absolute;
    top: -166px;
    left: 0px;
    padding: 12px 0;
}
.mobile-trigger-tag.active{
    top: -36px;
    left: 0px;
    padding-bottom: 0px;
}
.mobile-trigger-tag.active .arrow{
    display: inline-block;
    transition: all .3s ease;
    transform: rotate(180deg);
}
@media (min-width: 500px){
    .mobile-trigger-tag{
        display: none;
    }
}