h1 {
    font-size: 45px;
    text-transform: uppercase;
    line-height: 57px
    }
@media (max-width: 575.98px) {
    h1 {
        font-size: 40px;
        line-height: 52px
        }
    }
h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 35px;
    text-transform: uppercase
    }
h2 span.gradient {
    background-image: linear-gradient(-45deg, #21afd8 0%, #ce6adf 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500
    }
h3 {
    font-size: 18px;
    line-height: 25px
    }
h4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    text-transform: uppercase
    }
h5 {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase
    }
h6 {
    font-size: 18px;
    line-height: 25px;
    font-weight: normal;
    text-transform: uppercase
    }
h1.section-title span, h2.section-title span, h3.section-title span, h4.section-title span, h5.section-title span, h6.section-title span {
    position: relative;
    width: 240px;
    display: inline-block
    }
h1.section-title span:after, h2.section-title span:after, h3.section-title span:after, h4.section-title span:after, h5.section-title span:after, h6.section-title span:after {
    content: "";
    display: block;
    position: absolute;
    left: calc(100% + 30px);
    bottom: 0;
    height: 2px;
    width: 70px;
    background: #000
    }
@media (max-width: 991.98px) {
    h1.section-title span:after, h2.section-title span:after, h3.section-title span:after, h4.section-title span:after, h5.section-title span:after, h6.section-title span:after {
        display: none
        }
    }
.post-list-item {
    position: relative;
    margin-bottom: 130px
    }
@media (max-width: 1199.99px) {
    .post-list-item {
        margin-bottom: 80px
        }
    }
@media (max-width: 575.98px) {
    .post-list-item {
        margin-bottom: 20px
        }
    }
.post-list-item .thumbnail {
    position: absolute;
    top: 0;
    left: 15px;
    width: 424px;
    height: 264px
    }
@media (max-width: 1199.99px) {
    .post-list-item .thumbnail {
        width: 320px;
        height: 199px
        }
    }
@media (max-width: 991.98px) {
    .post-list-item .thumbnail {
        width: 251px;
        height: 156px
        }
    }
@media (max-width: 575.98px) {
    .post-list-item .thumbnail {
        position: relative;
        padding-top: 62.26%;
        width: calc(100% - 10px);
        left: 0
        }
    }
.post-list-item .thumbnail img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2
    }
@media (max-width: 575.98px) {
    .post-list-item .thumbnail img {
        position: absolute;
        top: 0;
        left: 0
        }
    }
.post-list-item .thumbnail:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 25px;
    left: 25px;
    position: absolute;
    background: linear-gradient(-45deg, #21afd8 0%, #ce6adf 100%);
    z-index: 1
    }
@media (max-width: 1199.99px) {
    .post-list-item .thumbnail:after {
        top: 18px;
        left: 18px
        }
    }
@media (max-width: 991.98px) {
    .post-list-item .thumbnail:after {
        top: 10px;
        left: 10px
        }
    }
.post-list-item .thumbnail.empty:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    background: #9b9b9b
    }
.post-list-item .post-item-inner {
    margin-left: 390px;
    margin-top: 44px;
    background: #fff;
    padding: 20px;
    position: relative;
    z-index: 3;
    min-height: 200px
    }
@media (max-width: 1199.99px) {
    .post-list-item .post-item-inner {
        margin-left: 290px;
        margin-top: 20px
        }
    }
@media (max-width: 991.98px) {
    .post-list-item .post-item-inner {
        margin-left: 220px;
        margin-top: 25px
        }
    }
@media (max-width: 575.98px) {
    .post-list-item .post-item-inner {
        margin: -40px 20px 20px 20px;
        padding: 20px
        }
    }
.post-list-item .post-item-inner h4 a {
    color: #000;
    text-decoration: none
    }
.post-list-item .post-item-inner .categories a {
    color: #8f8c8c;
    text-transform: uppercase;
    font-size: 13px;
    margin-right: 20px;
    position: relative;
    white-space: nowrap
    }
.post-list-item .post-item-inner .categories a:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 3px;
    background: linear-gradient(-45deg, #21afd8 0%, #ce6adf 100%);
    bottom: -3px;
    right: 0
    }
a.btn, button.btn, input[type="submit"] {
    border: none !important;
    box-shadow: none !important;
    text-transform: uppercase;
    font-size: 14px
    }
a.btn.btn-light, button.btn.btn-light, input[type="submit"].btn-light, a.btn.btn-light:visited, button.btn.btn-light:visited, input[type="submit"].btn-light:visited {
    background: #d8d8d8;
    color: #fff
    }
a.btn.btn-light:not(:disabled):hover, button.btn.btn-light:not(:disabled):hover, input[type="submit"].btn-light:not(:disabled):hover {
    background: #cecece;
    color: #fff
    }
a.btn.btn-light:not(:disabled):focus, button.btn.btn-light:not(:disabled):focus, input[type="submit"].btn-light:not(:disabled):focus, a.btn.btn-light:not(:disabled):active, button.btn.btn-light:not(:disabled):active, input[type="submit"].btn-light:not(:disabled):active {
    background: #c4c4c4;
    color: #fff
    }
a.btn.btn-primary, button.btn.btn-primary, input[type="submit"].btn-primary, a.btn.btn-primary:visited, button.btn.btn-primary:visited, input[type="submit"].btn-primary:visited {
    background: linear-gradient(-45deg, #21afd8 0%, #ce6adf 100%);
    color: #fff
    }
a.btn.btn-primary:not(:disabled):hover, button.btn.btn-primary:not(:disabled):hover, input[type="submit"].btn-primary:not(:disabled):hover {
    background: linear-gradient(-45deg, #17a5ce 0%, #c460d5 100%);
    color: #fff
    }
a.btn.btn-primary:not(:disabled):focus, button.btn.btn-primary:not(:disabled):focus, input[type="submit"].btn-primary:not(:disabled):focus, a.btn.btn-primary:not(:disabled):active, button.btn.btn-primary:not(:disabled):active, input[type="submit"].btn-primary:not(:disabled):active {
    background: linear-gradient(-45deg, #0d9bc4 0%, #ba56cb 100%) !important;
    color: #fff
    }
a.btn.btn-primary.btn-special, button.btn.btn-primary.btn-special, input[type="submit"].btn-primary.btn-special, a.btn.btn-primary.btn-special:hover, button.btn.btn-primary.btn-special:hover, input[type="submit"].btn-primary.btn-special:hover, a.btn.btn-primary.btn-special:focus, button.btn.btn-primary.btn-special:focus, input[type="submit"].btn-primary.btn-special:focus, a.btn.btn-primary.btn-special:active, button.btn.btn-primary.btn-special:active, input[type="submit"].btn-primary.btn-special:active, a.btn.btn-primary.btn-special:visited, button.btn.btn-primary.btn-special:visited, input[type="submit"].btn-primary.btn-special:visited {
    position: relative;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0
    }
a.btn.btn-primary.btn-special span, button.btn.btn-primary.btn-special span, input[type="submit"].btn-primary.btn-special span {
    background: #fff;
    border-radius: 25px;
    color: #4a90e2;
    position: relative;
    z-index: 3;
    padding: 5px 25px;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold
    }
a.btn.btn-primary.btn-special:before, button.btn.btn-primary.btn-special:before, input[type="submit"].btn-primary.btn-special:before {
    content: "";
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    position: absolute;
    top: -2px;
    left: -2px;
    border-radius: 25px;
    background: linear-gradient(-45deg, #21afd8 0%, #ce6adf 100%);
    z-index: 1
    }
a.btn.btn-primary.btn-special:after, button.btn.btn-primary.btn-special:after, input[type="submit"].btn-primary.btn-special:after {
    content: "";
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 25px;
    background: linear-gradient(-45deg, #21afd8 0%, #ce6adf 100%);
    z-index: 2
    }
.newsletter-form .input-wrapper {
    position: relative
    }
.newsletter-form .input-wrapper:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(-45deg, #21afd8 0%, #ce6adf 100%)
    }
.newsletter-form .input-wrapper label {
    position: absolute;
    left: 0;
    font-size: 25px
    }
.newsletter-form .input-wrapper input[type="email"] {
    max-width: 270px;
    padding-left: 40px;
    display: inline-block;
    vertical-align: middle;
    border: none !important;
    box-shadow: none !important
    }
.wpcf7-form input.form-control, .wpcf7-form textarea.form-control {
    background: #ececec;
    border: none
    }
.wpcf7-form input.form-control:active, .wpcf7-form textarea.form-control:active, .wpcf7-form input.form-control:focus, .wpcf7-form textarea.form-control:focus {
    border: none;
    box-shadow: 0 0 0 0.2rem rgba(236, 236, 236, 0.25)
    }
.post-blockquote blockquote {
    padding-left: 80px;
    position: relative
    }
@media (max-width: 575.98px) {
    .post-blockquote blockquote {
        padding-left: 40px
        }
    }
.post-blockquote blockquote:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    font-size: 22px;
    position: absolute;
    top: 5px;
    left: 5px
    }
@media (max-width: 575.98px) {
    .post-blockquote blockquote:before {
        font-size: 16px
        }
    }
.post-blockquote blockquote p {
    color: #9b9b9b;
    font-size: 20px;
    line-height: 30px
    }
.post-blockquote blockquote cite {
    font-size: 15px;
    color: #000;
    font-style: normal
    }
.post-blockquote blockquote cite:before {
    content: "";
    width: 90px;
    height: 1px;
    background: linear-gradient(-45deg, #21afd8 0%, #ce6adf 100%);
    vertical-align: middle;
    display: inline-block;
    margin-right: 20px
    }
.text-highlight {
    position: relative
    }
.text-highlight:before {
    content: "";
    display: block;
    height: 100%;
    width: 4px;
    background: linear-gradient(-45deg, #21afd8 0%, #ce6adf 100%);
    left: -15px;
    top: 0;
    position: absolute
    }
.image-highlight figure.vc_figure {
    width: 100%
    }
.image-highlight figure.vc_figure .vc_single_image-wrapper {
    width: 100%;
    position: relative
    }
.image-highlight figure.vc_figure .vc_single_image-wrapper img {
    width: 100%;
    position: relative;
    z-index: 2
    }
.image-highlight figure.vc_figure .vc_single_image-wrapper:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 10px;
    left: 10px;
    position: absolute;
    background: linear-gradient(-45deg, #21afd8 0%, #ce6adf 100%);
    z-index: 1
    }
.image-highlight.right figure.vc_figure .vc_single_image-wrapper:after {
    left: -10px
    }
.special-separator.vc_separator .vc_sep_holder {
    height: auto
    }
.special-separator.vc_separator .vc_sep_holder .vc_sep_line {
    border-color: transparent;
    height: 2px;
    background: linear-gradient(-45deg, #21afd8 0%, #ce6adf 100%);
    top: 0;
    border-width: 0 !important;
    opacity: 0.2
    }
.pagination .page-numbers {
    font-size: 14px;
    padding: 0 10px;
    border: 1px solid rgba(216, 210, 210, 0.5);
    border-right-width: 0;
    border-left-width: 0;
    color: #000
    }
.pagination .page-numbers:first-child {
    border-left-width: 1px;
    border-radius: 3px 0 0 3px
    }
.pagination .page-numbers:last-child {
    border-right-width: 1px;
    border-radius: 0 3px 3px 0
    }
.pagination .page-numbers.current {
    background: linear-gradient(-45deg, #21afd8 0%, #ce6adf 100%);
    border: none;
    padding: 1px 11px;
    color: #fff
    }
.pagination a.page-numbers:hover {
    background: rgba(216, 210, 210, 0.2);
    text-decoration: none
    }
header.main-header {
    position: relative;
    height: 100vh;
    min-height: 700px
    }
header.main-header:before {
    content: "";
    display: block;
    width: 50%;
    width: 50vw;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(-45deg, #21afd8 0%, #ce6adf 100%);
    z-index: 1
    }
@media (max-width: 991.98px) {
    header.main-header {
        height: auto;
        min-height: initial
        }
    header.main-header:before {
        width: 100%;
        height: calc(100% - 10px)
        }
    }
header.main-header.transparent {
    height: 150px;
    min-height: 150px
    }
@media (max-width: 991.98px) {
    header.main-header.transparent {
        height: 100px;
        min-height: 100px
        }
    }
header.main-header.transparent:before {
    display: none
    }
header.main-header.transparent .header-top a.mobile-toggle {
    color: #000
    }
header.main-header .header-top {
    position: relative;
    z-index: 2;
    height: 150px
    }
@media (max-width: 991.98px) {
    header.main-header .header-top {
        height: 100px
        }
    }
@media (max-width: 991.98px) {
    header.main-header .header-top .logo img {
        width: auto;
        height: 50px
        }
    }
@media (max-width: 991.98px) {
    header.main-header .header-top .main-menu {
        display: none
        }
    }
header.main-header .header-top .main-menu nav.main-nav {
    display: inline-block
    }
header.main-header .header-top .main-menu nav.main-nav ul {
    list-style: none;
    padding: 0;
    margin: 0
    }
header.main-header .header-top .main-menu nav.main-nav ul li {
    display: inline-block;
    padding: 0 20px
    }
header.main-header .header-top .main-menu nav.main-nav ul li.current_page_item a:after {
    -webkit-transform: translatey(0);
    transform: translatey(0);
    opacity: 1
    }
header.main-header .header-top .main-menu nav.main-nav ul li a {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    position: relative
    }
header.main-header .header-top .main-menu nav.main-nav ul li a:after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -10px;
    left: 0;
    background: linear-gradient(-45deg, #21afd8 0%, #ce6adf 100%);
    -webkit-transform: translatey(5px);
    transform: translatey(5px);
    opacity: 0;
    transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    pointer-events: none
    }
header.main-header .header-top .main-menu nav.main-nav ul li a:hover:after {
    -webkit-transform: translatey(0);
    transform: translatey(0);
    opacity: 1
    }
header.main-header .header-top a.mobile-toggle {
    display: none;
    font-size: 30px;
    color: #fff
    }
@media (max-width: 991.98px) {
    header.main-header .header-top a.mobile-toggle {
        display: inline-block;
        vertical-align: middle
        }
    }
header.main-header aside.widget.widget_search {
    display: inline-block
    }
header.main-header aside.widget.widget_search span.hidden {
    display: none
    }
header.main-header aside.widget.widget_search form {
    position: relative
    }
header.main-header aside.widget.widget_search form:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 900;
    line-height: 14px;
    color: #949498;
    position: absolute;
    left: 10px;
    top: 13px;
    z-index: 2;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
    }
header.main-header aside.widget.widget_search form label.screen-reader-text {
    display: none !important
    }
header.main-header aside.widget.widget_search form input[type="text"] {
    background: #f1f1f2;
    color: #f1f1f2;
    border: none;
    border-radius: 10px;
    padding: 10px;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    z-index: 1;
    outline: none !important;
    width: 30px;
    padding-left: 30px;
    transition: width 0.3s ease-in-out, color 0.3s ease-in-out, padding-left 0.3s ease-in-out
    }
header.main-header aside.widget.widget_search form input[type="text"]:focus {
    width: 200px;
    padding-left: 40px;
    color: #000
    }
header.main-header aside.widget.widget_search form input[type="submit"] {
    display: none
    }
header.main-header .header-content {
    position: relative;
    z-index: 3;
    height: calc(100vh - 150px);
    min-height: 550px
    }
@media (max-width: 991.98px) {
    header.main-header .header-content {
        height: auto;
        min-height: initial
        }
    }
header.main-header .header-content .header-content-side {
    position: relative
    }
header.main-header .header-content .header-content-side nav.sub-nav {
    position: absolute;
    bottom: 20px;
    left: 15px
    }
header.main-header .header-content .header-content-side nav.sub-nav ul.menu {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    list-style: none;
    padding: 0;
    margin: 0
    }
header.main-header .header-content .header-content-side nav.sub-nav ul.menu:before {
    content: "";
    display: inline-block;
    width: 70px;
    height: 2px;
    background: #fff;
    vertical-align: middle;
    margin-right: 40px
    }
header.main-header .header-content .header-content-side nav.sub-nav ul.menu li {
    padding: 0 20px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 22px
    }
header.main-header .header-content .header-content-side nav.sub-nav ul.menu li:first-child {
    padding-left: 0
    }
header.main-header .header-content .header-content-side nav.sub-nav ul.menu li.current_page_item a:after {
    -webkit-transform: translatey(0);
    transform: translatey(0);
    opacity: 1
    }
header.main-header .header-content .header-content-side nav.sub-nav ul.menu li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    position: relative
    }
header.main-header .header-content .header-content-side nav.sub-nav ul.menu li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 4px;
    background: #fff;
    -webkit-transform: translatey(5px);
    transform: translatey(5px);
    opacity: 0;
    transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    pointer-events: none
    }
header.main-header .header-content .header-content-side nav.sub-nav ul.menu li a:hover:after {
    -webkit-transform: translatey(0);
    transform: translatey(0);
    opacity: 1
    }
header.main-header .header-content .header-content-inner {
    padding: 0 60px
    }
@media (max-width: 991.98px) {
    header.main-header .header-content .header-content-inner {
        background: #fff;
        padding: 60px
        }
    }
@media (max-width: 575.98px) {
    header.main-header .header-content .header-content-inner {
        padding: 60px 30px
        }
    }
header.main-header .header-content .header-content-inner h2 {
    font-weight: normal;
    margin-bottom: 30px
    }
@media (max-width: 575.98px) {
    header.main-header .header-content .header-content-inner h2 {
        font-size: 22px;
        line-height: 28px
        }
    }
header.main-header .header-content .header-content-inner p {
    font-size: 18px;
    line-height: 22px
    }
header.main-header .header-content .header-content-inner .text {
    margin-bottom: 20px
    }
@media (max-width: 575.98px) {
    header.main-header .header-content .header-content-inner .text {
        margin-bottom: 40px
        }
    }
header.main-header .header-content .header-content-inner .newsletter-form {
    margin-top: 40px;
    margin-bottom: 50px
    }
@media (max-width: 575.98px) {
    header.main-header .header-content .header-content-inner .newsletter-form .row {
        flex-direction: column
        }
    header.main-header .header-content .header-content-inner .newsletter-form .row .input-wrapper {
        margin-bottom: 20px
        }
    }
header.main-header .header-content .header-content-inner .social-menu .menu-neo-social-menu-container {
    display: inline-block;
    margin-left: 30px;
    position: relative;
    top: -2px
    }
header.main-header .header-content .header-content-inner .social-menu .menu-neo-social-menu-container ul {
    list-style: none;
    padding: 0;
    margin: 0
    }
header.main-header .header-content .header-content-inner .social-menu .menu-neo-social-menu-container ul li {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    font-size: 16px
    }
header.main-header .header-content .header-content-inner .social-menu .menu-neo-social-menu-container ul li:last-child {
    margin-right: 0
    }
header.main-header .header-content .header-content-inner .social-menu .menu-neo-social-menu-container ul li a {
    color: #000;
    text-decoration: none
    }
header.main-header .mobile-menu {
    position: fixed;
    top: 100%;
    opacity: 0;
    left: 0;
    overflow: auto;
    width: 100%;
    width: 100vw;
    height: 100%;
    height: 100vh;
    z-index: 1000
    }
header.main-header .mobile-menu .mobile-menu-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    z-index: 1001;
    opacity: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: opacity 0.3s ease-out
    }
header.main-header .mobile-menu .mobile-menu-inner {
    width: 80%;
    max-width: 320px;
    background: #fff;
    position: absolute;
    z-index: 1002;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
    -webkit-transform: translatex(-100%);
    transform: translatex(-100%);
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    pointer-events: none;
    padding: 30px
    }
header.main-header .mobile-menu .mobile-menu-inner ul {
    list-style: none;
    padding: 0
    }
header.main-header .mobile-menu .mobile-menu-inner ul li {
    margin-bottom: 20px
    }
header.main-header .mobile-menu .mobile-menu-inner ul li a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    text-decoration: none
    }
header.main-header .mobile-menu.visible .mobile-menu-backdrop {
    opacity: 1;
    pointer-events: initial
    }
header.main-header .mobile-menu.visible .mobile-menu-inner {
    -webkit-transform: translatex(0);
    transform: translatex(0);
    pointer-events: initial
    }
body.admin-bar header.main-header .mobile-menu nav.mobile-nav {
    padding-top: 70px
    }
footer.main-footer {
    background: linear-gradient(-45deg, #21afd8 0%, #ce6adf 100%);
    padding: 60px 0
    }
@media (max-width: 991.98px) {
    footer.main-footer {
        text-align: center
        }
    }
footer.main-footer .footer-left .logo {
    display: inline-block;
    padding-right: 25px;
    margin-right: 25px;
    position: relative
    }
@media (max-width: 991.98px) {
    footer.main-footer .footer-left .logo {
        margin-bottom: 10px;
        margin-right: 0;
        padding-right: 0;
        display: block
        }
    }
footer.main-footer .footer-left .logo:after {
    content: "";
    height: 70%;
    width: 1px;
    background: #fff;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    position: absolute
    }
@media (max-width: 991.98px) {
    footer.main-footer .footer-left .logo:after {
        display: none
        }
    }
footer.main-footer .footer-left .baseline {
    display: inline-block;
    max-width: 200px;
    color: #fff;
    margin: 0;
    vertical-align: middle;
    font-size: 16px;
    line-height: 23px
    }
@media (max-width: 991.98px) {
    footer.main-footer .footer-left .baseline {
        margin-bottom: 30px
        }
    }
footer.main-footer .address {
    color: #fff;
    font-size: 16px
    }
@media (max-width: 991.98px) {
    footer.main-footer .address {
        margin-bottom: 30px
        }
    }
footer.main-footer .address h6 {
    margin-bottom: 10px;
    font-size: 16px
    }
@media (max-width: 991.98px) {
    footer.main-footer .address h6 {
        font-weight: bold
        }
    }
footer.main-footer .address p {
    margin-bottom: 0
    }
footer.main-footer .footer-right .social-menu {
    margin-bottom: 15px
    }
footer.main-footer .footer-right .social-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left
    }
footer.main-footer .footer-right .social-menu ul li {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    font-size: 21px
    }
@media (max-width: 991.98px) {
    footer.main-footer .footer-right .social-menu ul li {
        margin-right: 20px
        }
    }
footer.main-footer .footer-right .social-menu ul li:last-child {
    margin-right: 0
    }
@media (max-width: 991.98px) {
    footer.main-footer .footer-right .social-menu ul li:last-child {
        margin-right: 0
        }
    }
footer.main-footer .footer-right .social-menu ul li a {
    color: #fff;
    text-decoration: none
    }
footer.main-footer .footer-right .footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left
    }
footer.main-footer .footer-right .footer-menu ul li {
    display: inline-block;
    font-size: 12px
    }
footer.main-footer .footer-right .footer-menu ul li:last-child:after {
    display: none
    }
footer.main-footer .footer-right .footer-menu ul li:after {
    content: "|";
    margin: 0 5px;
    color: #fff
    }
footer.main-footer .footer-right .footer-menu ul li a {
    color: #fff;
    text-decoration: none
    }
footer.main-footer .footer-right p {
    margin-bottom: 0;
    color: #fff
    }
footer.main-footer .footer-right p.mail a {
    font-size: 18px;
    color: #fff;
    text-decoration: underline
    }
form.filter-categories-form ul.categories-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 30px
    }
form.filter-categories-form ul.categories-list li.category {
    position: relative
    }
form.filter-categories-form ul.categories-list li.category:last-child a.parent:before {
    display: none
    }
form.filter-categories-form ul.categories-list li.category.active a.parent:after {
    color: #ce6adf;
    content: ""
    }
form.filter-categories-form ul.categories-list li.category.active ul.sub-categories {
    display: block !important
    }
form.filter-categories-form ul.categories-list li.category a.parent {
    position: relative;
    padding: 15px 0;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
    cursor: pointer;
    font-size: 16px;
    color: #000;
    text-decoration: none
    }
form.filter-categories-form ul.categories-list li.category a.parent:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #d8d2d2;
    position: absolute;
    bottom: 0;
    left: 0
    }
form.filter-categories-form ul.categories-list li.category a.parent:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    position: absolute;
    right: 0;
    color: #a4a4a4;
    margin-top: -2px
    }
form.filter-categories-form ul.categories-list li.category ul.sub-categories {
    list-style: none;
    padding: 0;
    margin: 0
    }
form.filter-categories-form ul.categories-list li.category ul.sub-categories li.sub-category {
    cursor: pointer
    }
form.filter-categories-form ul.categories-list li.category ul.sub-categories li.sub-category label.child {
    cursor: pointer;
    margin: 0;
    padding: 10px 0 10px 20px;
    display: block
    }
form.filter-categories-form ul.categories-list li.category ul.sub-categories li.sub-category label.child input {
    display: none
    }
form.filter-categories-form ul.categories-list li.category ul.sub-categories li.sub-category label.child span.checkmark {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #9b9b9b;
    border-radius: 2px;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
    line-height: 19px
    }
form.filter-categories-form ul.categories-list li.category ul.sub-categories li.sub-category label.child span.checkmark:after {
    content: "";
    color: #fff;
    opacity: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    position: relative;
    top: -4px
    }
form.filter-categories-form ul.categories-list li.category ul.sub-categories li.sub-category label.child input:checked + span.checkmark {
    background: #9b9b9b
    }
form.filter-categories-form ul.categories-list li.category ul.sub-categories li.sub-category label.child input:checked + span.checkmark:after {
    opacity: 1
    }
form.filter-categories-form ul.categories-list li.category ul.sub-categories li.sub-category:hover label.child span.checkmark {
    background: #9b9b9b
    }
form.filter-categories-form .buttons .btn {
    width: calc(50% - 5px);
    margin-right: 5px
    }
form.filter-categories-form .buttons .btn:last-child {
    margin-right: 0
    }
.related-posts .related-post {
    max-width: 350px
    }
.related-posts .related-post .thumbnail {
    position: relative;
    max-width: 311px;
    width: 100%;
    padding-top: 69.13%;
    margin: 0 auto -40px;
    z-index: 2
    }
.related-posts .related-post .thumbnail img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #9b9b9b
    }
.related-posts .related-post .thumbnail:after {
    content: "";
    width: 100%;
    padding-top: 69.13%;
    top: 10px;
    left: 10px;
    position: absolute;
    background: linear-gradient(-45deg, #21afd8 0%, #ce6adf 100%);
    z-index: 1
    }
.related-posts .related-post .thumbnail.empty:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 69.13%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: #9b9b9b
    }
.related-posts .related-post .related-post-inner {
    margin: 0 30px;
    padding: 30px 20px;
    background: #fff;
    position: relative;
    z-index: 3
    }
.related-posts .related-post .related-post-inner h5 a {
    color: #000;
    text-decoration: none
    }
.related-posts .related-post .related-post-inner .categories a {
    color: #9b9b9b;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px
    }
.related-posts .related-post .related-post-inner .categories a:after {
    content: "|";
    margin: 0 5px 0 7px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: bold
    }
.related-posts .related-post .related-post-inner .categories a:last-child:after {
    display: none
    }
.related-posts .related-post .related-post-inner .author .avatar {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    margin-right: 10px
    }
.related-posts .related-post .related-post-inner .author .infos h6 {
    font-size: 12px;
    line-height: 16px;
    text-transform: initial;
    margin-bottom: 0;
    font-weight: bold
    }
.related-posts .related-post .related-post-inner .author .infos h6 a {
    color: #000;
    text-decoration: none
    }
.related-posts .related-post .related-post-inner .author .infos p {
    margin-bottom: 0;
    font-size: 12px
    }
.team-item.text-right p.job:after {
    right: 0;
    left: auto
    }
.team-item.text-center p.job:after {
    right: 0;
    left: 0
    }
.team-item h5 {
    margin-bottom: 0
    }
@media (max-width: 991.98px) {
    .team-item h5 {
        text-align: center
        }
    }
.team-item p.job {
    color: #9b9b9b;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 25px
    }
@media (max-width: 991.98px) {
    .team-item p.job {
        text-align: center
        }
    }
.team-item p.job:after {
    content: "";
    display: block;
    width: 55px;
    height: 2px;
    background: linear-gradient(-45deg, #21afd8 0%, #ce6adf 100%);
    position: absolute;
    bottom: -15px
    }
@media (max-width: 991.98px) {
    .team-item p.job:after {
        left: 0 !important;
        right: 0 !important;
        margin: auto
        }
    }
@media (max-width: 991.98px) {
    .team-item .social {
        text-align: center !important
        }
    }
.team-item .social ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 20px;
    display: inline-block;
    text-align: left
    }
.team-item .social ul li {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle
    }
.team-item .social ul li:last-child {
    margin-right: 0
    }
.team-item .social ul li a {
    color: #9b9b9b;
    text-decoration: none
    }
.modal.newsletter-modal .modal-dialog {
    max-width: 700px
    }
.modal.newsletter-modal .modal-dialog .modal-content {
    border: none;
    border-radius: 0
    }
.modal.newsletter-modal .modal-dialog .modal-content .modal-header {
    text-align: center;
    background: linear-gradient(-45deg, #21afd8 0%, #ce6adf 100%);
    color: #fff;
    position: relative;
    display: block;
    border-radius: 0;
    padding: 40px 100px
    }
@media (max-width: 575.98px) {
    .modal.newsletter-modal .modal-dialog .modal-content .modal-header {
        padding: 40px 50px
        }
    }
.modal.newsletter-modal .modal-dialog .modal-content .modal-header h2 {
    font-size: 24px
    }
.modal.newsletter-modal .modal-dialog .modal-content .modal-header .logo {
    margin-bottom: 30px
    }
.modal.newsletter-modal .modal-dialog .modal-content .modal-header .emoji {
    font-size: 30px;
    margin-bottom: 20px
    }
.modal.newsletter-modal .modal-dialog .modal-content .modal-header .close {
    position: absolute;
    right: 20px;
    top: 20px
    }
.modal.newsletter-modal .modal-dialog .modal-content .modal-body {
    border-radius: 0;
    padding: 40px 0
    }
.modal.newsletter-modal .modal-dialog .modal-content .modal-body .row {
    justify-content: center
    }
@media (max-width: 575.98px) {
    .modal.newsletter-modal .modal-dialog .modal-content .modal-body .input-wrapper {
        margin-bottom: 20px
        }
    }
.post-list-date {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px
    }
.post-list-date:after {
    content: "";
    width: calc(100% - 30px);
    height: 2px;
    background: #d8d2d2;
    position: absolute;
    left: 15px;
    bottom: 0
    }
.post-list-date h3 {
    color: #4a4a4a
    }
.post-list-date h3 span {
    margin-left: 20px
    }
.post-list-date a.subscribe {
    color: #9b9b9b;
    text-transform: uppercase;
    font-size: 18px;
    text-decoration: none
    }
.post-list-date a.subscribe span {
    margin-left: 10px
    }
@media (max-width: 575.98px) {
    .post-list-date a.subscribe {
        display: none
        }
    }
.search .search-term {
    margin-bottom: 5px
    }
.search .search-term strong, .search .search-term span {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase
    }
.search .search-term span {
    margin-left: 10px;
    background-image: linear-gradient(-45deg, #21afd8 0%, #ce6adf 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
    }
.search .search-results {
    margin-bottom: 30px
    }
.search .search-results span {
    color: #8f8c8c;
    font-weight: bold;
    font-size: 13px
    }
.single-post-container .post-infos .emoji {
    font-size: 20px;
    margin-bottom: 25px
    }
.single-post-container .post-infos .post-date {
    font-size: 18px
    }
.single-post-container .post-title h1 {
    margin-top: 30px;
    margin-bottom: 15px
    }
.single-post-container .post-author {
    margin-bottom: 50px
    }
@media (max-width: 575.98px) {
    .single-post-container .post-author {
        flex-direction: column
        }
    }
.single-post-container .post-author .avatar {
    width: 90px;
    max-width: 90px;
    height: 60px;
    min-height: 60px;
    border-radius: 50%;
    text-align: left
    }
@media (max-width: 575.98px) {
    .single-post-container .post-author .avatar {
        align-self: center;
        width: 60px;
        max-width: 60px
        }
    }
.single-post-container .post-author .avatar img {
    width: 60px;
    height: 60px
    }
.single-post-container .post-author .author-name {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 5px
    }
@media (max-width: 575.98px) {
    .single-post-container .post-author .author-name {
        text-align: center
        }
    }
.single-post-container .post-author .author-name a {
    color: #4a90e2;
    text-transform: initial
    }
.single-post-container .post-author .author-reveal {
    font-size: 14px
    }
@media (max-width: 575.98px) {
    .single-post-container .post-author .author-reveal {
        text-align: center
        }
    }
.single-post-container .post-author .author-reveal a {
    color: #000;
    text-decoration: none
    }
.single-post-container .post-author .author-reveal a:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    margin-left: 5px;
    text-decoration: none
    }
.single-post-container .post-author .author-reveal a .hide-toggle {
    display: inline
    }
.single-post-container .post-author .author-reveal a .show-toggle {
    display: none
    }
.single-post-container .post-author .author-reveal a.collapsed .hide-toggle {
    display: none
    }
.single-post-container .post-author .author-reveal a.collapsed .show-toggle {
    display: inline
    }
.single-post-container .post-author .author-reveal a.collapsed:after {
    content: ""
    }
.single-post-container .post-author .author-desc {
    padding-top: 10px;
    padding-bottom: 30px;
    font-size: 14px;
    max-width: 400px
    }
@media (max-width: 575.98px) {
    .single-post-container .post-author .author-desc {
        max-width: 100%
        }
    }
.single-post-container .post-author .author-social {
    margin-top: 5px;
    margin-bottom: 0
    }
.single-post-container .post-author .author-social a {
    color: #9b9b9b;
    margin-right: 10px
    }
.single-post-container .post-header .post-categories {
    margin-bottom: 70px
    }
.single-post-container .post-header .post-categories a {
    color: #8f8c8c;
    text-transform: uppercase;
    font-size: 14px;
    margin-right: 20px;
    position: relative;
    font-weight: bold
    }
.single-post-container .post-header .post-categories a:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 3px;
    background: linear-gradient(-45deg, #21afd8 0%, #ce6adf 100%);
    bottom: -3px;
    right: 0
    }
.single-post-container .post-wrapper .post-thumbnail {
    margin-bottom: -100px
    }
@media (max-width: 991.98px) {
    .single-post-container .post-wrapper .post-thumbnail {
        margin-bottom: -80px
        }
    }
@media (max-width: 575.98px) {
    .single-post-container .post-wrapper .post-thumbnail {
        margin-bottom: -30px
        }
    }
.single-post-container .post-wrapper .post-thumbnail .post-thumbnail-inner {
    position: relative;
    padding-top: 41.67%
    }
.single-post-container .post-wrapper .post-thumbnail .post-thumbnail-inner img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
    }
.single-post-container .post-wrapper .post-thumbnail .post-thumbnail-inner:after {
    background: linear-gradient(-45deg, #21afd8 0%, #ce6adf 100%);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1
    }
@media (max-width: 575.98px) {
    .single-post-container .post-wrapper .post-thumbnail .post-thumbnail-inner:after {
        top: 10px;
        left: 10px
        }
    }
.single-post-container .post-wrapper .post-content-inner {
    background: #fff;
    position: relative;
    z-index: 3;
    padding: 70px 90px;
    min-height: 300px
    }
@media (max-width: 991.98px) {
    .single-post-container .post-wrapper .post-content-inner {
        padding: 50px 70px
        }
    }
@media (max-width: 575.98px) {
    .single-post-container .post-wrapper .post-content-inner {
        padding: 20px
        }
    }
.single-post-container .post-wrapper .post-content-inner .text h2 {
    margin-bottom: 25px
    }
.single-post-container .post-wrapper .post-content-inner .text h3 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 500
    }
.single-post-container .post-wrapper .post-content-inner .text h3:after {
    content: "";
    width: 10px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0
    }
.single-post-container .post-wrapper .post-content-inner .text p {
    color: #000
    }
.single-post-container .post-wrapper .post-content-inner .post-categories {
    margin-bottom: 50px
    }
.single-post-container .post-wrapper .post-content-inner .post-categories a {
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold
    }
.single-post-container .post-wrapper .post-content-inner .post-categories a:after {
    content: "|";
    margin: 0 5px 0 7px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: bold
    }
.single-post-container .post-wrapper .post-content-inner .post-categories a:last-child:after {
    display: none
    }
.single-post-container .post-wrapper .post-content-inner .post-author {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid rgba(155, 155, 155, 0.2);
    border-bottom: 1px solid rgba(155, 155, 155, 0.2)
    }
@media (max-width: 991.98px) {
    .single-post-container .post-wrapper .post-content-inner .post-author {
        flex-direction: column;
        text-align: center
        }
    .single-post-container .post-wrapper .post-content-inner .post-author .col {
        min-height: initial
        }
    }
@media (max-width: 991.98px) {
    .single-post-container .post-wrapper .post-content-inner .post-author .avatar {
        width: 60px;
        max-width: 60px;
        align-self: center;
        margin-bottom: 10px
        }
    }
.single-post-container .post-wrapper .post-content-inner .post-author .author-social {
    margin-top: 5px;
    margin-bottom: 0
    }
.single-post-container .post-wrapper .post-content-inner .post-author .author-social a {
    color: #9b9b9b;
    margin-right: 10px
    }
.single-post-container .post-wrapper .post-content-inner .post-author .author-desc {
    max-width: 100%;
    padding-top: 30px
    }
.single-post-container .post-wrapper .post-content-inner .post-author .author-reveal {
    margin-top: 10px;
    font-size: 14px;
    max-width: 130px;
    text-align: right
    }
@media (max-width: 991.98px) {
    .single-post-container .post-wrapper .post-content-inner .post-author .author-reveal {
        max-width: initial;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px
        }
    }
.single-post-container .post-wrapper .post-content-inner .post-author .author-reveal a {
    color: #000
    }
.single-post-container .post-wrapper .post-content-inner .post-author .author-reveal a:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    margin-left: 5px;
    text-decoration: none
    }
.single-post-container .post-wrapper .post-content-inner .post-author .author-reveal a.collapsed:after {
    content: ""
    }
.single-agenda-container .post-infos .emoji {
    font-size: 20px;
    margin-bottom: 25px
    }
.single-agenda-container .post-infos .post-date {
    font-size: 18px
    }
.single-agenda-container .post-title h1 {
    margin-top: 30px;
    margin-bottom: 100px
    }
.single-agenda-container .post-header .post-categories {
    margin-bottom: 70px
    }
.single-agenda-container .post-header .post-categories a {
    color: #8f8c8c;
    text-transform: uppercase;
    font-size: 14px;
    margin-right: 20px;
    position: relative;
    font-weight: bold
    }
.single-agenda-container .post-header .post-categories a:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 3px;
    background: linear-gradient(-45deg, #21afd8 0%, #ce6adf 100%);
    bottom: -3px;
    right: 0
    }
.single-agenda-container .post-wrapper .post-thumbnail {
    margin-bottom: -100px
    }
.single-agenda-container .post-wrapper .post-thumbnail .post-thumbnail-inner {
    position: relative
    }
.single-agenda-container .post-wrapper .post-thumbnail .post-thumbnail-inner img {
    width: 100%;
    position: relative;
    z-index: 2
    }
.single-agenda-container .post-wrapper .post-thumbnail .post-thumbnail-inner:after {
    background: linear-gradient(-45deg, #21afd8 0%, #ce6adf 100%);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 20px;
    left: 20px
    }
.single-agenda-container .post-wrapper .post-content-inner {
    background: #fff;
    position: relative;
    z-index: 3;
    padding: 70px 90px;
    min-height: 300px
    }
.single-agenda-container .post-wrapper .post-content-inner .text h2 {
    margin-bottom: 25px
    }
.single-agenda-container .post-wrapper .post-content-inner .text h3 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 500
    }
.single-agenda-container .post-wrapper .post-content-inner .text p {
    color: #000
    }
.page-contact .special-header-background {
    position: relative;
    padding-top: 200px
    }
@media (max-width: 991.98px) {
    .page-contact .special-header-background {
        padding-top: 100px
        }
    }
@media (max-width: 575.98px) {
    .page-contact .special-header-background {
        padding-top: 50px
        }
    }
.page-contact .special-header-background:before {
    content: "";
    width: 100%;
    height: 415px;
    background: linear-gradient(-45deg, #21afd8 0%, #ce6adf 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
    }
.page-contact .special-header-background .special-header-background-container {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 130px 100px
    }
@media (max-width: 991.98px) {
    .page-contact .special-header-background .special-header-background-container {
        padding: 80px 50px
        }
    }
@media (max-width: 575.98px) {
    .page-contact .special-header-background .special-header-background-container {
        padding: 20px
        }
    }
.page-contact .menu-neo-social-menu-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center
    }
.page-contact .menu-neo-social-menu-container ul li {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    font-size: 21px
    }
.page-contact .menu-neo-social-menu-container ul li:last-child {
    margin-right: 0
    }
.page-contact .menu-neo-social-menu-container ul li a {
    color: #000;
    text-decoration: none
    }
@media (max-width: 991.98px) {
    .page-contact .infos h2, .page-contact .infos h4, .page-contact .infos p {
        text-align: center !important
        }
    }
.post-type-archive-agenda .page-title {
    margin: 30px auto 100px;
    text-align: center
    }
@media (max-width: 991.98px) {
    .post-type-archive-agenda .page-title {
        margin: 30px auto 70px
        }
    }
@media (max-width: 575.98px) {
    .post-type-archive-agenda .page-title {
        margin: 30px auto
        }
    }
.post-type-archive-agenda .agenda-list-item {
    position: relative;
    margin-bottom: 80px
    }
@media (max-width: 575.98px) {
    .post-type-archive-agenda .agenda-list-item {
        margin-bottom: 20px
        }
    }
.post-type-archive-agenda .agenda-list-item .thumbnail {
    position: absolute;
    top: 0;
    left: 15px;
    width: 250px;
    height: 156px
    }
@media (max-width: 575.98px) {
    .post-type-archive-agenda .agenda-list-item .thumbnail {
        padding-top: 62.4%;
        position: relative;
        width: calc(100% - 10px);
        left: 0
        }
    }
.post-type-archive-agenda .agenda-list-item .thumbnail img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    background-color: #9b9b9b
    }
@media (max-width: 575.98px) {
    .post-type-archive-agenda .agenda-list-item .thumbnail img {
        position: absolute;
        top: 0;
        left: 0
        }
    }
.post-type-archive-agenda .agenda-list-item .thumbnail:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 10px;
    left: 10px;
    position: absolute;
    background: linear-gradient(-45deg, #21afd8 0%, #ce6adf 100%);
    z-index: 1
    }
.post-type-archive-agenda .agenda-list-item .thumbnail.empty:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #9b9b9b
    }
.post-type-archive-agenda .agenda-list-item .agenda-item-inner {
    margin-left: 260px;
    margin-top: 20px;
    background: #fff;
    padding: 0 20px;
    position: relative;
    z-index: 3
    }
@media (max-width: 575.98px) {
    .post-type-archive-agenda .agenda-list-item .agenda-item-inner {
        margin-left: 0
        }
    }
.post-type-archive-agenda .agenda-list-item .agenda-item-inner h4 a {
    color: #000;
    text-decoration: none
    }
.post-type-archive-agenda .agenda-list-item .agenda-item-inner h5 {
    font-weight: normal
    }
.post-type-archive-agenda .agenda-list-item .agenda-item-inner h5 span.date:after {
    content: "|";
    margin: 0 4px
    }
.post-type-archive-agenda .empty .emoji {
    font-size: 35px
    }
@media (max-width: 991.98px) {
    .page-a-propos .no-padding-md.vc_column_container .vc_column-inner {
        padding-left: 0 !important;
        padding-right: 0 !important
        }
    }
.error404 .emoji {
    font-size: 30px
    }
* {
    outline: none
    }
body {
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    line-height: 27px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased
    }
body .main-container {
    padding: 50px 0
    }
/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJtYWluLmNzcyIsInNvdXJjZVJvb3QiOiIifQ==*/