.singlephp {
    max-width: 1160px;
    margin: 40px auto;
}
.breadcrum {
    list-style: none;
    display: flex;
    padding: 0;
}
    .breadcrum li {
        padding: 0;       
        color: #646464;       
        font-size: 12px;
        letter-spacing: 0;
        line-height: 21px;
        text-transform:uppercase;
    }
    
    .breadcrum li + li { padding-left: 15px; }
    
	.breadcrum li + li::before {
	    display: inline-block;
	    margin: 0 0.25em;
	    transform: rotate(15deg);
	    border-right: 0.1em solid currentColor;
	    height: 0.8em;
	    content: "";
	}
	.cat-bread, .current{ padding-left: 15px; }
.bread_bar {
    margin: auto 15px;
}
.interior-title h1{
    color: #000000;
    
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 53px;
    text-transform: uppercase;
    margin-bottom:0;
}
.date_zone {
    color: #646464;
    
    font-size: 14px;
    letter-spacing: 0;
    line-height: 21px;
    margin-bottom: 55px;
    text-transform: uppercase;
}
#content_easy h2:not(.c-accordion__title) {
    color: #016944;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 42px;
    max-width: 960px
}
#content_easy{
    margin-bottom:60px;
}
#content_easy ul li{
    margin-bottom:20px;
}
#content_easy a {
    text-decoration: underline;
    color: unset;
}

#content_easy a:hover {
    color: #016944;
}
#content_easy h3 {
    color: #000000;
   
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 33px;
    max-width: 960px;
    margin-top: 43px;
}
p {
    max-width: 960px;
    color: #000000;
    
    font-size: 18px;
    letter-spacing: 0;
    line-height: 27px;
}

.c-accordion__item h2 {
    background-color: #EEEEEE;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15);
    color: #000000;
    
    font-size: 18px;
    letter-spacing: 0;
    line-height: 27px;
    max-width: 1160px;
    padding: 14px 27px;
}
.c-accordion__title:after {
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 15px;
}
.is-open .c-accordion__title:after {
    content: '\f077';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 15px;
}
.wp-block-separator {
    margin-top: 50px;
    color: #979797;
}
.shadow {
    background: #000;
    opacity: 0.2;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 0px;
    left: 0;
}

#listResults p {
    font-size: 14px;
}

.divfilters {
   
}

.detailsProvider {
    margin-bottom: 30px;
}

    .detailsProvider ul {
        list-style: none;
        padding: 0;
    }

    .detailsProvider li {
        font-size: 14px;
        color: #6d6d6f;
    }

    .detailsProvider .name {
        font-weight: bold;
        color: #000;
        font-size: 16px;
    }

    .detailsProvider .address {
        margin-bottom: 20px;
    }

.submitForm {
    background: #d41c1e;
    width: 115px;
    height: 50px;
    border: 0;
    color: #fff;
    font-weight: bold;
    margin-bottom: 25px;
    font-size: 16px;
}

    .submitForm:disabled {
        background: #a7a7a7;
        color: #6f6f6f;
        cursor: not-allowed;
    }

.searchareas {
    border-bottom: 1px solid #ccc;
    height: 25px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
}

    .searchareas.morada {
        font-size: 16px;
    }

.selectfilter {
    margin-bottom: 25px;
   
}

    .selectfilter label {
        display: block;
        width: 100%;
        font-size: 18px;
        margin-left: 20px;
        margin-bottom: 10px;
    }

    .selectfilter select {
        box-sizing: border-box;
        height: 50px;
        max-width: 389px;
        width: 100%;
        border: 1px solid #000000;
        font-family: "Nunito Sans", sans-serif;
        font-size: 18px;
        padding-left:15px;
        
    }
      


.hide {
    display: none !important;
}
#popup {
    background: #fff;
    position: fixed;
    top: 40%;
    left: 45%;
    border: 1px solid #666;
    z-index: 100;
    padding: 10px;
}
    #popup img {
        width: 50px;
        height: 50px;
        margin: 5px;
        margin-left: 24px;
    }

.hide {
    display: none !important;
}

.iframe_zone {
    max-width: 960px;
    margin: 70px auto;
    background-color: #ffffff26;
    box-shadow: 0 8px 24px 0 #00000026;
}
.iframe_box iframe {
    width: 100%;
    height:500px;
}
.iframe_zone a, .cartazes_zone a{
    text-decoration: none !important;
}
.iframe_zone a:hover, .cartazes_zone a:hover{
    text-decoration: none !important;
    color:#000000 !important;
}
.text_zone {
    padding: 30px 25px;
    display:flex;
}
.title_item {    
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 33px;
}
.link_img_item {
    margin-left: auto;
    display: flex;
}
    .link_img_item span {
        margin-right: 25px;
    }
    .link_img_item img {
        margin-top: -7px;
        height: 25px;
        width: 48px;
    }
.cartazes_zone {
    max-width: 960px;
    margin: 70px auto;
    display:flex;
}

.cartaz_left, .cartaz_right {
    height: auto;
    max-width: 437px;
    background-color: #ffffff26;
    box-shadow: 0 8px 24px 0 #00000026;
}
.cart_lft_box img {
    width: 100%;
    height: auto;
}
.cart_rgh_box img {
    width: 100%;
    height: auto;
}
.cartaz_right {
    margin-left: auto;
}
.cart_title_item {
    margin-left: auto;
    margin-right: 15px;
    margin-top: 5px;
}
.text_zone img {
    margin-top: -2px;
}
/*=============================================Mobile=============================================*/
/*---------------------Phones-------------------*/
@media (max-width: 667px) {
    #content_easy {
        margin-bottom: 60px;
        margin-left:20px;
        margin-right:20px;
    }
    .interior-title h1{
        margin-left: 20px;
        margin-right: 20px;
    }
    .breadcrum {
        margin-left: 20px;
    }
    .date_zone {
        margin-left: 20px;
    }
    .cartazes_zone{
        display:block;
    }
    .cartaz_right {
        margin-top: 40px;
    }
    .iframe_box iframe {
        height: 200px;
    }
    .iframe_zone .text_zone {
        margin-top: 0px;
        padding: 20px 15px;
    }
    .link_img_item span {
        margin-right: 0;
        width: 70px;
        margin-top: 10px;
    }    
    .text_zone img {
        margin-top: 5px;
    }
    .breadcrum{
        flex-wrap:wrap;
    }
    .breadcrum li + li {
        display: flex;
    }
        .breadcrum li + li::before {
            margin: 5px 0.25em;
        }
    .singlephp {
        margin: 30px auto;
    }
}
