/* start UX */
@font-face {
    font-family: 'Nexa_Free_Bold';
    src: url('../fonts/Nexa_Free_Bold-webfont.woff2') format('woff2'),
         url('../fonts/Nexa_Free_Bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Nexa_Free_Light';
    src: url('../fonts/Nexa_Free_Light-webfont.woff2') format('woff2'),
         url('../fonts/Nexa_Free_Light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body, p {
    font-family: 'Nexa_Free_Light' !important;
}
.footer-bottom .social-links, .profile-header, .listing-details.actions.c27-footer-section{
	display: none !important
}
/* header */
header{background: #fff;border-bottom: 1px solid #56b6b1}
.i-nav > ul > li.current-menu-item > a{
	color: #56b6b1;
	border-color: transparent !important
}
/* content */
.fc-description {
    font-size: 40px;
    background: rgba(96,178,68,0.7);
    width: 385px;
    padding: 40px;
}
.green {
    text-align: center;
    color: #56b6b1;
    font-size: 19px;
}
.sub-green {
    text-align: center;
    font-size: 30px;
}
.bav, .bal {
    border: 1px solid #56b6b1;
    padding: 50px 0;
    text-align: center;
    font-size: 19px;
    width: 350px;
}
.bav img, .bal img{padding-bottom: 15px}
.bav {float: right;}
.bal {float: left;}

.info li{padding: 3px 0;}

.quick-listing-actions > ul > li > a > i::before {
    border: 1px solid;
    border-radius: 50%;
    padding: 5px;
}

/* footer */
.footer.footer-mini .row.fux {
    background: #fff;
    border-top: 1px solid #56b6b1;
    padding: 70px 0;
}
.footer.footer-mini .row.fux img {
    width: 100%;
    max-width: 230px;
}
.footer.footer-mini .row.fux li {
    padding: 3px 0;
}
.address, .phone, .mail, .tva {
    width: 20px;
    height: 20px;
    display: inline-table;
}
.info li span {
    padding-left: 10px;
    display: inline-table;
}
.img-footer {
width: 20px !important;
height: auto !important;
margin: -4px 0 0 0 !important;
display: inline !important;
}
.info li span {
    padding-left: 10px;
	padding-bottom: 5px;
}
.copyright p {
    color: #fff;
}
/* end UX */

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.sticky, .bypostauthor, .gallery-caption { font-size: 14px; }
