.site-after-full-width-area {
    background-image: url( https://www.cscience.ca/wp-content/themes/newsmaker/assets/images/acfwa-bg.jpg);
}

/* #Typography */
body {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.3;
    font-family: Lato, sans-serif;
    letter-spacing: 0em;
    text-align: inherit;
    color: #808080;
}

h1,.h1-style {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
    font-family: Oswald, sans-serif;
    letter-spacing: 0em;
    text-align: inherit;
    color: #222222;
}

h2,.h2-style {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    font-family: Oswald, sans-serif;
    letter-spacing: 0em;
    text-align: inherit;
    color: #222222;
}

h3,.h3-style {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    font-family: Oswald, sans-serif;
    letter-spacing: 0em;
    text-align: inherit;
    color: #222222;
}

h4,.h4-style {
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.4;
    font-family: Oswald, sans-serif;
    letter-spacing: 0.15em;
    text-align: inherit;
    color: #222222;
}

h5,.h5-style {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    font-family: Oswald, sans-serif;
    letter-spacing: 0em;
    text-align: inherit;
    color: #222222;
}

h6,.h6-style {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.43;
    font-family: Oswald, sans-serif;
    letter-spacing: 0em;
    text-align: inherit;
    color: #222222;
}

@media (min-width: 1200px) {
    h1,.h1-style {
        font-size: 48px;
    }

    h2,.h2-style {
        font-size: 34px;
        line-height: 1;
    }

    h3,.h3-style {
        font-size: 28px;
    }

    h4,.h4-style {
        font-size: 18px;
    }
}

a,h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover,.not-found .page-title {
    color: #ee2862;
}

a:hover {
    color: #222222;
}

/* #Invert Color Scheme */
.invert {
    color: #ffffff;
}

.invert h1 {
    color: #ffffff;
}

.invert h2 {
    color: #ffffff;
}

.invert h3 {
    color: #ffffff;
}

.invert h4 {
    color: #ffffff;
}

.invert h5 {
    color: #ffffff;
}

.invert h6 {
    color: #ffffff;
}

.invert a {
    color: #ffffff;
}

.invert a:hover {
    color: #ee2862;
}

.invert.invert_primary a:hover {
    color: #222222;
}

.text-accent-1 {
    color: #ee2862;
}

.invert .text-accent-1 {
    color: #ffffff;
}

.text-accent-2 {
    color: #222222;
}

.invert .text-accent-2 {
    color: #f7f8f8;
}

.text-accent-3 {
    color: #888888;
}

.invert .text-accent-3 {
    color: #888888;
}

/* #Layout */
@media (min-width: 1200px) {
    .site .container {
        max-width: 1200px;
    }
}

/*After content Fullwidth Area*/
.after-content-full-width-area .widget_nav_menu {
    background-color: #0c0c0c;
}

.menu-after-content-fullwidth-area-menu-container {
    max-width: 1200px;
}

.after-content-full-width-area .menu a {
    color: #888888;
}

.after-content-full-width-area .menu a:hover,.after-content-full-width-area .menu li.current-menu-item a {
    color: #ee2862;
}

/* #404 */
body.error404 .site-content {
    background-color: #2ed3ae;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: scroll;
}

body.error404 .breadcrumbs__title .page-title,body.error404 .breadcrumbs__item-target {
    color: #ffffff;
}

body.error404 .breadcrumbs {
    border-bottom-color: #ffffff;
}

.cherry-search .cherry-search__more-button {
    border-color: #ee2862;
    background-color: #ee2862;
    color: #ffffff;
}

.cherry-search .cherry-search__more-button:hover {
    border-color: #222222;
    background-color: #222222;
    color: #ffffff;
}

.mejs-inner .mejs-controls .mejs-time-rail .mejs-time-current {
    background-color: #ee2862;
}

.cherry-popup-wrapper .cherry-popup-title h4 {
    letter-spacing: 0em;
    color: #222222;
    font-size: 30px;
}

.popup-type-login .cherry-popup-login .cherry-popup-login__use-mail,.popup-type-login .cherry-popup-login .cherry-popup-login__signup-message,.popup-type-login .cherry-popup-login__wrap {
    color: #222222;
}

.cherry-popup-wrapper .cherry-popup-check.checked .marker,.popup-type-login .cherry-popup-login__login-in,.popup-type-signup .cherry-popup-register__sign-up {
    background-color: #ee2862;
    transition: 0.3s all;
}

.popup-type-login .cherry-popup-login__login-in:hover,.popup-type-signup .cherry-popup-register__sign-up:hover {
    background-color: #222222;
    transition: 0.3s all;
}

.cherry-popup-wrapper input[type='text'],.cherry-popup-wrapper input[type='password'],.cherry-popup-wrapper input[type='email'] {
    border-radius: 0;
    border: none;
    border-bottom: 3px solid #ee2862;
    color: #222222;
}

/* #Elements */
blockquote {
    color: #222222;
}

blockquote:before {
    color: #ee2862;
}

blockquote cite {
    color: #ee2862;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.43;
    font-family: Oswald, sans-serif;
}

blockquote {
    background-color: #222222;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    font-family: Oswald, sans-serif;
    color: #ffffff;
}

.single .site-main .format-quote .entry-content blockquote {
    background-color: #222222;
}

code {
    color: #ffffff;
    background-color: #222222;
    border-color: #222222;
    font-family: Lato, sans-serif;
}

/*List*/
.entry-content ol >li:before,.site-main ol >li:before,.entry-content ul:not([class]) > li:before,.site-main ul:not([class]) > li:before {
    color: #222222;
}

/* Page preloader */
.svg-path {
    stroke: #222222;
    fill: none;
}

/* #Header */
.header-container {
    background-color: #ffffff;
    background-image: url();
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: scroll;
    box-shadow: 0px 10px 30px 0px rgba(235,235,235,1);
}

@media (min-width: 1200px ) {
    .site-header.style-5.transparent .header-container {
        max-width: calc(1200px - 40px);
    }
}

/* ##Logo */
.site-logo {
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    font-family: Montserrat, sans-serif;
}

.site-logo__link,.site-logo__link:hover {
    color: #222222;
}

/* ##Top Panel */
.top-panel {
    background-color: #191919;
}

.site-header-cart .cart-contents i {
    color: rgb(242,242,242);
}

.invert .site-header-cart .cart-contents i {
    color: #ffffff;
}

.site-header-cart .cart-contents:hover i,.invert .site-header-cart .cart-contents:hover i {
    color: #ee2862;
}

.top-panel__message {
    color: #ee2862;
}

/*Contact block*/
.site-header .contact-block__label {
    color: #222222;
}

.site-header .invert .contact-block__label {
    color: #f7f8f8;
}

.contact-block__icon {
    color: #ee2862;
}

.invert .contact-block__icon {
    color: #ffffff;
}

.site-header {
    border-color: #222222;
}

.menu a {
    font-family: Oswald, sans-serif;
}

.widget_nav_menu .menu a {
    font-family: Lato, sans-serif;
    font-size: 14px;
}

.main-navigation .menu > li:before,.news-smart-box__navigation-terms-list-item:before {
    background-color: #ee2862;
}

.main-navigation .menu > li > a,.invert .main-navigation.vertical-menu .menu > li > a,.invert .main-navigation .menu.isStuck > li > a,.invert .main-navigation.mobile-menu .menu > li > a {
    color: #888888;
}

.main-navigation .menu > li > a:hover,.main-navigation .menu > li.menu-hover > a,.main-navigation .menu > li.tm-mega-menu-hover > a,.main-navigation .menu > li.current_page_item > a,.main-navigation .menu > li.current_page_ancestor > a,.main-navigation .menu > li.current-menu-item > a,.main-navigation .menu > li.current-menu-ancestor > a,.invert .main-navigation.vertical-menu .menu > li > a:hover,.invert .main-navigation.vertical-menu .menu > li.menu-hover > a,.invert .main-navigation.vertical-menu .menu > li.current_page_item > a,.invert .main-navigation.vertical-menu .menu > li.current_page_ancestor > a,.invert .main-navigation.vertical-menu .menu > li.current-menu-item > a,.invert .main-navigation.vertical-menu .menu > li.current-menu-ancestor > a,.invert .main-navigation .menu.isStuck > li > a:hover, .invert .main-navigation .menu.isStuck > li.menu-hover > a,.invert .main-navigation .menu.isStuck > li.curr.ent_page_item > a,.invert .main-navigation .menu.isStuck > li.current_page_ancestor > a,.invert .main-navigation .menu.isStuck > li.current-menu-item > a,.invert .main-navigation .menu.isStuck > li.current-menu-ancestor > a,.invert .main-navigation.mobile-menu .menu > li > a:hover,.invert .main-navigation.mobile-menu .menu > li.menu-hover > a,.invert .main-navigation.mobile-menu .menu > li.current_page_item > a,.invert .main-navigation.mobile-menu .menu > li.current_page_ancestor > a,.invert .main-navigation.mobile-menu .menu > li.current-menu-item > a,.invert .main-navigation.mobile-menu .menu > li.current-menu-ancestor > a {
    color: #222222;
}

.main-navigation .menu li.menu-item-has-children:not(.super-guacamole__menu-with-icon):hover > a:after,.main-navigation .menu li.menu-item-has-children:not(.super-guacamole__menu-with-icon).current-menu-item > a:after {
    color: #ee2862;
}

.main-navigation:not(.vertical-menu) .sub-menu,.main-navigation.mobile-menu {
    background-color: #f7f8f8;
}

.btn-default.header-btn.btn {
    font-family: Lato, sans-serif;
    color: #888888;
}

.btn-default.header-btn.btn:hover {
    color: #ee2862;
}

/* #Fields */
input[type='text'],input[type='email'],input[type='url'],input[type='password'],input[type='search'],input[type='number'],input[type='tel'],input[type='range'],input[type='date'],input[type='month'],input[type='week'],input[type='time'],input[type='datetime'],input[type='datetime-local'],input[type='color'],select,textarea {
    color: #222222;
}

.invert input[type='text'],.invert input[type='email'],.invert input[type='url'],.invert input[type='password'],.invert input[type='search'],.invert input[type='number'],.invert input[type='tel'],.invert input[type='range'],.invert input[type='date'],.invert input[type='month'],.invert input[type='week'],.invert input[type='time'],.invert input[type='datetime'],.invert input[type='datetime-local'],.invert input[type='color'],.invert select,.invert textarea {
    color: #ffffff;
}

.subscribe-block__input[type=email] {
    color: #808080;
}

.sidebar .subscribe-block__input[type=email] {
    color: #222222;
}

/* #Search Form */
.search-form__field {
    color: #808080;
}

.search-form__input-wrap i,.search-form__toggle,.search-form__close {
    color: #808080;
}

.invert .search-form__toggle,.invert .search-form__close {
    color: #888888;
}

.search-form__toggle:hover,.search-form__close:hover {
    color: #222222;
}

.invert .search-form__toggle:hover,.invert .search-form__close:hover {
    color: #ffffff;
}

.top-panel .search-form__submit,.header-container .search-form__submit,.mobile-panel .search-form__submit {
    color: #222222;
}

.top-panel .search-form__submit:hover,.header-container .search-form__submit:hover,.mobile-panel .search-form__submit:hover,.top-panel.invert .search-form__submit:hover,.header-container.invert .search-form__submit:hover,.mobile-panel.invert .search-form__submit:hover {
    color: #ee2862;
}

.top-panel.invert .search-form__field {
    color: #ffffff;
}

.top-panel.invert .search-form__field::-webkit-input-placeholder {
    color: #ffffff;
}

.top-panel.invert .search-form__field::-moz-placeholder {
    color: #ffffff;
}

.top-panel.invert .search-form__field:-moz-placeholder {
    color: #ffffff;
}

.top-panel.invert .search-form__field:-ms-input-placeholder {
    color: #ffffff;
}

.header-container.invert .search-form__field {
    color: #ffffff;
}

.header-container.invert .search-form__field::-webkit-input-placeholder {
    color: #ffffff;
}

.header-container.invert .search-form__field::-moz-placeholder {
    color: #ffffff;
}

.header-container.invert .search-form__field:-moz-placeholder {
    color: #ffffff;
}

.header-container.invert .search-form__field:-ms-input-placeholder {
    color: #ffffff;
}

/* #Comment, Contact, Password Forms */
[class^="comment-form-"] i {
    color: rgb(114,114,114);
}

.comment-form .submit,.wpcf7-submit,.post-password-form label + input {
    color: #ffffff;
    background-color: #ee2862;
    border-color: #ee2862;
}

.comment-form .submit:hover,.wpcf7-submit:hover,.post-password-form label + input:hover {
    color: #ffffff;
    background-color: #222222;
    border-color: #222222;
}

.comment-form .submit:active,.wpcf7-submit:active,.post-password-form label + input:active {
    box-shadow: 0 0 10px #222222;
}

/* #Input Placeholders */
::-webkit-input-placeholder {
    color: rgb(114,114,114);
}

::-moz-placeholder {
    color: rgb(114,114,114);
}

:-moz-placeholder {
    color: rgb(114,114,114);
}

:-ms-input-placeholder {
    color: rgb(114,114,114);
}

.after-content-full-width-area .subscribe-block__input::-webkit-input-placeholder {
    color: #ffffff;
}

.after-content-full-width-area .subscribe-block__input::-moz-placeholder {
    color: #ffffff;
}

.after-content-full-width-area .subscribe-block__input:-moz-placeholder {
    color: #ffffff;
}

.after-content-full-width-area .subscribe-block__input:-ms-input-placeholder {
    color: #ffffff;
}

.sidebar .subscribe-block::-webkit-input-placeholder {
    text-align: center;
}

.sidebar .subscribe-block::-moz-placeholder {
    text-align: center;
}

.sidebar .subscribe-block:-moz-placeholder {
    text-align: center;
}

.sidebar .subscribe-block:-ms-input-placeholder {
    text-align: center;
}

/* #Main Menu */
.main-navigation .menu > li > a,.invert .main-navigation.vertical-menu .menu > li > a,.invert .main-navigation .menu.isStuck > li > a,.invert .main-navigation.mobile-menu .menu > li > a {
    color: #222222;
}

.invert .main-navigation > .menu > li > a {
    color: #f7f8f8;
}

.main-navigation .menu > li > a:hover,.main-navigation .menu > li.menu-hover > a,.main-navigation .menu > li.tm-mega-menu-hover > a,.main-navigation .menu > li.current_page_item > a,.main-navigation .menu > li.current_page_ancestor > a,.main-navigation .menu > li.current-menu-item > a,.main-navigation .menu > li.current-menu-ancestor > a,.invert .main-navigation.vertical-menu .menu > li > a:hover,.invert .main-navigation.vertical-menu .menu > li.menu-hover > a,.invert .main-navigation.vertical-menu .menu > li.current_page_item > a,.invert .main-navigation.vertical-menu .menu > li.current_page_ancestor > a,.invert .main-navigation.vertical-menu .menu > li.current-menu-item > a,.invert .main-navigation.vertical-menu .menu > li.current-menu-ancestor > a,.invert .main-navigation .menu.isStuck > li > a:hover,.invert .main-navigation .menu.isStuck > li.menu-hover > a,.invert .main-navigation .menu.isStuck > li.current_page_item > a,.invert .main-navigation .menu.isStuck > li.current_page_ancestor > a,.invert .main-navigation .menu.isStuck > li.current-menu-item > a,.invert .main-navigation .menu.isStuck > li.current-menu-ancestor > a,.invert .main-navigation.mobile-menu .menu > li > a:hover,.invert .main-navigation.mobile-menu .menu > li.menu-hover > a,.invert .main-navigation.mobile-menu .menu > li.current_page_item > a,.invert .main-navigation.mobile-menu .menu > li.current_page_ancestor > a,.invert .main-navigation.mobile-menu .menu > li.current-menu-item > a,.invert .main-navigation.mobile-menu .menu > li.current-menu-ancestor > a {
    color: #222222;
}

.main-navigation:not(.vertical-menu) .sub-menu,.main-navigation.mobile-menu {
    background-color: rgb(139,139,139);
}

.main-navigation ul ul a {
    color: #222222;
}

.main-navigation .sub-menu > li > a:hover,.main-navigation .sub-menu > li.menu-hover > a,.main-navigation .sub-menu > li.current_page_item > a,.main-navigation .sub-menu > li.current_page_ancestor > a,.main-navigation .sub-menu > li.current-menu-item > a,.main-navigation .sub-menu > li.current-menu-ancestor > a {
    color: #ee2862;
}

.menu-item__desc,.invert .sub-menu .menu-item__desc {
    color: #808080;
}

.invert .menu-item__desc {
    color: #ffffff;
}

.menu-toggle[aria-controls="main-menu"],.main-navigation .menu li .sub-menu-toggle,.main-navigation-buttons .navigation-button {
    color: #222222;
}

.main-navigation-buttons .navigation-button:hover {
    color: #ee2862;
}

.main-navigation:not(.vertical-menu) .sub-menu,.main-navigation.mobile-menu {
    background-color: #f7f8f8;
}

.menu-toggle .menu-toggle-inner,.menu-toggle .menu-toggle-inner:before,.menu-toggle .menu-toggle-inner:after {
    background-color: #222222;
}

.invert .menu-toggle .menu-toggle-inner,.invert .menu-toggle .menu-toggle-inner:before,.invert .menu-toggle .menu-toggle-inner:after {
    background-color: #ffffff;
}

.menu-toggle:hover .menu-toggle-inner,.menu-toggle:hover .menu-toggle-inner:before,.menu-toggle:hover .menu-toggle-inner:after,.invert .menu-toggle:hover .menu-toggle-inner,.invert .menu-toggle:hover .menu-toggle-inner:before,.invert .menu-toggle:hover .menu-toggle-inner:after {
    background-color: #ee2862;
}

.invert .main-navigation.vertical-menu .menu > li > a,.invert .main-navigation .menu.isStuck > li > a,.invert .main-navigation.mobile-menu .menu > li > a {
    color: #888888;
}

.main-navigation .menu li.menu-item-has-children:not(.super-guacamole__menu-with-icon):hover > a:after,.main-navigation .menu li.menu-item-has-children:not(.super-guacamole__menu-with-icon).current-menu-item > a:after,.main-navigation .menu li.current-menu-ancestor > a:after {
    color: #ee2862;
}

/* #Footer Menu */
.footer-menu__items li a {
    color: #222222;
}

.invert .footer-menu__items li a {
    color: #ffffff;
}

.footer-menu__items li a:hover,.footer-menu__items li.current-menu-item a,.footer-menu__items li.current_page_item a,.invert .footer-menu__items li a:hover,.invert .footer-menu__items li.current-menu-item a,.invert .footer-menu__items li.current_page_item a {
    color: #ee2862;
}

/* #Top Menu */
.top-panel__menu .menu-item.current-menu-item a,.top-panel__menu .menu-item.current_page_item a {
    color: #222222;
}

.invert .top-panel__menu .menu-item.current-menu-item a,.invert .top-panel__menu .menu-item.current_page_item a {
    color: #ee2862;
}

.top-panel a {
    color: #888888;
}

.top-panel a:hover {
    color: #ffffff;
}

/*# TM Mega menu */
.tm-mega-menu > li.tm-mega-menu-has-children a:hover {
    color: #ee2862;
}

nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub li.tm-mega-menu-sub-item .mega-block-title {
    color: #222222;
}

nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub .tm-mega-menu-sub-item.sub-column-title > a {
    line-height: 1.3;
}

@media (min-width: 768px) {
    nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub .tm-mega-menu-sub-item.sub-column-title > a {
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 1.43;
        font-family: Oswald, sans-serif;
        letter-spacing: 0em;
    }
}

/* #Entry Meta */
.sticky__label {
    color: #ffffff;
    background-color: #ee2862;
    margin-top: calc(((16px * 1.4) - 30px) / 2);
}

.posts-list--default .sticky__label {
    margin-top: calc(((17px * 1.4) - 30px) / 2);
}

@media (min-width: 992px) {
    .posts-list--default .sticky__label {
        margin-top: calc(((18px * 1.4) - 30px) / 2);
    }
}

.entry-meta {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.5;
    font-family: Lato, sans-serif;
    letter-spacing: 0em;
    color: #ee2862;
}

.entry-meta > * {
    padding: 2.5px 10px;
}

@media (min-width: 544px) {
    .single-modern-header .entry-meta {
        font-size: 14px;
    }
}

.invert .entry-meta a {
    color: #ffffff;
}

.invert .entry-meta a:hover,.invert.invert_primary .entry-meta a,.invert.invert_primary .entry-meta {
    color: #ee2862;
}

.invert.invert_primary .entry-meta a:hover {
    color: #222222;
}

.invert .entry-meta .post__cats a {
    color: #ffffff;
}

.single-modern-header .posted-by {
    font-weight: 700;
    font-size: 12px;
    line-height: 1.4;
    font-family: Oswald, sans-serif;
    letter-spacing: 0.15em;
}

.single-modern-header .entry-title {
    font-size: 18px;
}

@media (min-width: 544px) {
    .single-modern-header .posted-by {
        font-size: 17px;
    }

    .single-modern-header .entry-title {
        font-size: 22px;
    }
}

@media (min-width: 992px) {
    .single-modern-header .posted-by {
        font-size: 18px;
    }

    .single-modern-header .entry-title {
        font-size: 36px;
    }
}

.posted-by,.posted-by a {
    color: #ee2862;
}

.before-loop-area .layout_type_2 .mini-type .posted-by {
    color: #808080;
}

.single-modern-header:not(.invert) .posted-by,.single-modern-header:not(.invert) .posted-by a {
    color: #222222
}

.invert .posted-by,.invert .posted-by a {
    color: #ee2862;
}

.entry-meta i {
    color: rgb(242,242,242);
}

.invert .entry-meta i {
    color: #ffffff;
}

/* #Post Format */
.format-audio .post-featured-content,.mejs-container-wrapper,.format-quote .post-featured-content,.single .format-quote .entry-content blockquote,.single-modern-header {
    background-color: #888888;
}

.mejs-container-wrapper {
    background-color: rgb(242,242,242);
}

.format-link .post-featured-content {
    background-color: #ee2862;
}

.post-format-quote {
    background-color: #222222;
}

blockquote a:hover {
    color: #ffffff;
}

@media screen and (min-width: 768px) {
    .single .entry-content {
        font-size: 18.5px;
        color: #000000;
    }
}
@media screen and (max-width: 767px) {
    .single .entry-content {
        font-size: 16px;
        color: #000000;
        line-height: 1.5;
    }
}

.single .entry-content > p:first-of-type strong {
    color: #ffffff;
    background-color: #f50559;
}

.single .entry-content > p:first-of-type strong a {
    color: #000;
}
.single .entry-content blockquote a:hover {
    color: #333333;
}
.single .entry-content blockquote {
    font-size: 1.3em;
    color: #333333;
}

.single .entry-content blockquote > *:nth-last-child(1), .single .entry-content blockquote > *:nth-last-child(2) {
    display: inline;
}
.single .entry-content blockquote > h4 {
    color: #f50559;
    font-size: 18.5px;
    letter-spacing: normal;
    text-transform: unset;
    line-height: inherit;
}

.single .entry-content h2, .single .entry-content h4, .single .entry-content h5, .single .entry-content h6 {
    font-weight: 700;
    margin-top: 1.5em;
    margin-bottom: 1em;
}

.single .entry-content h4, .single .entry-content h5, .single .entry-content h6 {
    text-transform: uppercase;
}

.single .entry-content h2 {
    font-size: 1.45em;
}

.single .entry-content h3 {
    font-weight: 700;
    font-size: 1.2em;
}
@media screen and (min-width: 992px) {
    .single .entry-content div[id^='attachment_'].alignleft,
    .single .entry-content div[id^='attachment_'].alignright {
        max-width: 40% !important;
        width: 40% !important;
    }
}
@media screen and (max-width: 767px) {
    .single .entry-content div[id^='attachment_'] {
        margin-left: 0 !important;
        margin-right: 0 !important;
        float: none !important;
    }
}
@media screen and (max-width: 767px) {
    .single .entry-content .single-source,
    .single .entry-content .single-credit,
    .single .entry-content .wp-caption-text {
        font-size: .875em;
        color: #808080;
    }
}
@media screen and (min-width: 768px) {
    .single .entry-content .single-source,
    .single .entry-content .single-credit,
    .single .entry-content .wp-caption-text {
        font-size: .75em;
        color: #808080;
    }
}
.single .entry-content .single-quote__author {
    color: #f50559;
    font-size: 18.5px;
}
.fluid-width-video-wrapper,
.responsive-iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25% !important;
}
.fluid-width-video-wrapper iframe,
.responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
/* #Author Bio */
.post-author__title a {
    color: #222222;
}

.post-author__title a:hover {
    color: #ee2862;
}

/* #Comments */
.comment-content-wrap:before {
    border-color: transparent #888888 transparent transparent;
}

.comment .comment-date {
    font-style: normal;
    font-size: 12px;
}

.comment .comment-date__link {
    color: #222222;
}

.comment .comment-date__link:hover {
    color: #ee2862;
}

.comment .comment-content p {
    font-size: 11px;
}

.comment-reply-link,#cancel-comment-reply-link {
    font-size: 12px;
}

.comment-reply-link {
    font-style: normal;
}

#cancel-comment-reply-link {
    color: #ee2862;
}

#cancel-comment-reply-link:hover {
    color: #222222;
}

/* #Swiper navigation*/
.swiper-pagination-bullet {
    background-color: rgba(136,136,136,0.15);
}

.swiper-pagination-bullet-active,.swiper-pagination-bullet:hover {
    background-color: #ee2862;
}

.swiper-button-next,.swiper-button-prev {
    color: #808080;
    background-color: #ffffff;
}

.swiper-button-next:not(.swiper-button-disabled):hover,.swiper-button-prev:not(.swiper-button-disabled):hover {
    color: #ee2862;
}

/* Image pop-up */
a[data-popup="magnificPopup"]:before,.mini-gallery a:before {
    background-color: #ee2862;
}

/* Audio list */
.wp-playlist.wp-audio-playlist.wp-playlist-light {
    background-color: #888888;
    border-color: #888888;
}

.wp-playlist.wp-audio-playlist.wp-playlist-light .wp-playlist-caption {
    color: #808080;
}

.wp-playlist.wp-audio-playlist .wp-playlist-current-item .wp-playlist-caption .wp-playlist-item-title {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.43;
    font-family: Oswald, sans-serif;
    letter-spacing: 0em;
    color: #222222;
}

.wp-playlist.wp-audio-playlist.wp-playlist-dark .wp-playlist-current-item .wp-playlist-caption .wp-playlist-item-title {
    color: #ffffff;
}

.posts-list__item .entry-title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    font-family: Oswald, sans-serif;
    letter-spacing: 0em;
    text-align: inherit;
}

.posts-list__item .link {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.43;
    font-family: Oswald, sans-serif;
    letter-spacing: 0em;
    text-align: inherit;
    color: #ffffff;
    background-color: #ee2862;
}

.posts-list__item .link:hover {
    background-color: #222222;
}

.post-author-bio {
    background-color: #f9f9f9;
    color: #000000;
}


.post-author-bio p a {
    color: #ffffff;
    text-decoration: underline !important;
}
@media (max-width: 768px) {
    .single-post.single .post-author-bio,
    .single .post-thumbnail {
        margin-bottom: 20px; }
}
.post-author-bio .post-author__holder {
    align-items: flex-start;
}
@media (min-width: 768px) {
    .post-author-bio .post-author__holder {
        display: flex;
        align-items: center;
    }
    .archive.author .post-author-bio .post-author__holder {align-items: flex-start;}
    .archive.author .post-author-bio .post-author__avatar {margin-right: 20px;}
    .archive.author .post-author__content,
    .single .post-author__content {
        width: calc(100% - 109px);
    }
}

.chronicle-smart-box__item .news-smart-box__item-header {margin-bottom: 10x;}
.news-smart-box__item .post-author__holder {
    display: flex;
    align-items: center;
    margin-bottom: 10x;
    color: #fff !important;
}
.news-smart-box__item .post-author__content {
    width: calc(100% - 55px);
}
.news-smart-box__item .post-author__content > * {
    margin-top: 0 !important;
}
.news-smart-box__item .post-author__avatar {
    margin: 0 10px 0 0;
}
.news-smart-box__item .post-author__avatar .avatar {
    width: 45px;
}
.news-smart-box__item .news-smart-box__item-author { margin-bottom: 8px; }
.news-smart-box__item .post-author__title { font-size: 16px; margin-bottom: 0;}
.news-smart-box__item .post-author__title a,
.news-smart-box__item .post-author__title a:hover {
    color: #fff !important;
}

.archive.author .post-author-bio {
    padding: 20px;}
.single .post-author-bio {
  padding: 10px; }

.post-author-bio .post-author__content h5 + p { margin: 0 0 0; } 
.post-author-bio .post-author__content p:nth-last-child(1){ margin-bottom: 0; } 
.archive.author .post-author-bio .post-author__content,
.post-author-bio .post-author__content {
    font-size: 16px;
    line-height: 1.5; }
    
@media (min-width: 992px) {
    .archive.author .post-author-bio .post-author__avatar,
    .single .post-author-bio .post-author__avatar {
    margin-right: 15px; } 
}

.archive.author .post-author__holder .post-author__avatar,
.single .post-author__holder .post-author__avatar {
    margin-top: 0;
}

.post-author__title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1em;
    line-height: 1.4;
    margin: 0 0 5px;
}
@media (min-width: 768px) {
    .post-author__title {
        font-size: 1.125em;
    }
}

.single .post-author__holder a,
.single .post-author__holder a:hover
.post-author__title a,
.post-author__title a:hover {
    color: #000000;
}
.post-author__contacts { margin-top: 10px; }
.post-author__contacts > span { display: inline-block; }
.post-author__contacts .post-auteur__email a { color: #f50559; }
.post-author__contacts .post-auteur__email + .post-auteur__social { margin-left: 20px; }
.post-author__contacts .post-auteur__social + .post-auteur__social { margin-left: 10px; }
.post-author__contacts .post-auteur__social a::before { 
    /*font: normal normal normal 14px/1 FontAwesome;*/
    font-family: 'Font Awesome 6 Free';
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.25em;
    display: block;
    line-height: 1.25;
    margin: auto;
}
@media (min-width: 992px) {
    .post-author__contacts { margin-top: 15px; }
    .post-author__contacts .post-auteur__social a:hover::before { color: #000; }
}
/* .post-author__contacts .post-auteur__social--twitter a::before { content: '\f099';  color: #000 }
.post-author__contacts .post-auteur__social--linkedin a::before { content: '\f0e1'; color: #0a66c2 }
*/

.comment-navigation,.post-navigation,.posts-navigation,.comments-area,.comment-list+.comment-respond,.single .related-posts {
    border-top-color: #222222;
}

.comments-title,.comment-reply-title {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.43;
    font-family: Oswald, sans-serif;
}

.related-posts .entry-title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.43;
    margin-bottom: 20px !important;
}

.share-btns__link {
    color: #888888;
}

.share-btns__link:hover {
    color: #222222;
}

.post-thumbnail__link.post-thumbnail--fullwidth:before {
    background-color: rgba(238,40,98,0.3);
}

/* #Paginations */
.site-content .page-links a,.site-content .page-numbers,#tm_builder_outer_content .pagination .page-numbers {
    background-color: #888888;
    border-color: #888888;
    color: #808080;
}

.site-content .page-numbers.next,.site-content .page-numbers.prev,#tm_builder_outer_content .pagination .page-numbers.next,#tm_builder_outer_content .pagination .page-numbers.prev {
    color: #808080;
}

.site-content .page-numbers.next:hover,.site-content .page-numbers.prev:hover,#tm_builder_outer_content .pagination .page-numbers.next:hover,#tm_builder_outer_content .pagination .page-numbers.prev:hover {
    color: #ee2862;
}

.site-content .page-links a,.site-content .page-numbers,#tm_builder_outer_content .pagination .page-numbers {
    color: #888888;
    font-family: Lato, sans-serif;
}

.site-content .page-numbers.current,.site-content a.page-numbers:hover {
    color: #222222;
}

.site-content .page-numbers.next:hover,.site-content .page-numbers.prev:hover {
    color: #222222;
}

/* #Page-title */
#content div.page-title-container {
    margin: 20px 20px;
}
@media (min-width: 1280px) {
    #content div.page-title-container {
        max-width: 1240px;
        margin: 50px auto;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #content div.page-title-container {
        margin: 25px 20px !important;
    }
}

/* #Breadcrumbs */
.breadcrumbs__item {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.58;
    font-family: Oswald, sans-serif;
    letter-spacing: 0em;
}
.breadcrumbs__item-target {
    color: #222222;
}
.breadcrumbs__item span {
    text-transform: uppercase;
    font-family: Lato; }
.breadcrumbs__item > span > span > a {
    padding-left: 0;
}
.breadcrumbs__item span a {
    padding-right: 7px;
    padding-left: 7px;
}
.breadcrumbs__item span .breadcrumb_last {
    padding-left: 7px;
}

.breadcrumbs a {
    color: #888888;
}

.breadcrumbs a:hover {
    color: #222222;
}

/* #Footer */
.site-footer {
    background-color: #0c0c0c;
}

.footer-area-wrap {
    background-color: #191919;
}

.footer-area.widget-area .widget-custom-posts .entry-title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    font-family: Oswald, sans-serif;
    letter-spacing: 0em;
    text-align: inherit;
}

.footer-area,.footer-container,.invert .widget_recent_entries .post-date {
    color: #808080;
}

.footer-area a,.invert .widget_recent_entries a,.invert .widget_recent_comments a,.invert .widget_archive a {
    color: #ffffff;
}

.footer-area a:hover {
    color: #ee2862;
}

.footer-area a.btn {
    color: #ffffff;
}

.footer-area a.btn:hover {
    color: #ffffff;
}

.invert .footer-area a:hover,.invert .widget_recent_entries a:hover,.invert .widget_recent_comments a:hover,.invert .widget_archive a:hover {
    color: #ee2862;
}

.footer-container.invert a {
    color: #888888;
}

.footer-container.invert a:hover {
    color: #ffffff;
}

.footer-area-wrap.invert .comment-author-link {
    color: #ffffff;
}

/* #ToTop button */
#toTop {
    color: #ffffff;
    background-color: #ee2862;
}

#toTop:hover {
    background-color: #222222;
}

/* #Magnific Popup*/
.mfp-iframe-holder .mfp-close ,.mfp-image-holder .mfp-close {
    color: rgb(242,242,242);
}

.mfp-iframe-holder .mfp-close:hover,.mfp-image-holder .mfp-close:hover {
    color: #222222;
}

.mfp-iframe-holder .mfp-arrow:before,.mfp-iframe-holder .mfp-arrow:after,.mfp-image-holder .mfp-arrow:before,.mfp-image-holder .mfp-arrow:after {
    background-color: rgb(242,242,242);
}

.mfp-iframe-holder .mfp-arrow:hover:before,.mfp-iframe-holder .mfp-arrow:hover:after,.mfp-image-holder .mfp-arrow:hover:before,.mfp-image-holder .mfp-arrow:hover:after {
    background-color: #222222;
}

/* #Button Appearance Styles (regular scheme) */
.link {
    color: #222222;
}

.invert .link {
    color: #ffffff;
}

.link:hover,.invert .link:hover {
    color: #ee2862;
}

.btn,.btn-primary,.btn-secondary,.btn:hover,.btn-primary:hover,.btn-secondary:hover,.invert .btn-primary,.invert .btn-secondary,.invert .btn-primary:hover,.invert .btn-secondary:hover {
    color: #808080;
}

.btn,.btn-primary {
    background-color: #ee2862;
    border-color: #ee2862;
}

.btn:hover,.btn-primary:hover {
    background-color: #222222;
    border-color: #222222;
}

.subscribe-block__submit {
    color: #ffffff;
}

.subscribe-block__submit:hover {
    background-color: #222222;
    color: #ffffff;
}

.btn:active,.btn-primary:active {
    box-shadow: 0 0 10px #222222;
}

.btn-secondary {
    background-color: #222222;
    border-color: #222222;
}

.btn-secondary:hover {
    background-color: #ee2862;
    border-color: #ee2862;
}

.btn-secondary:active {
    box-shadow: 0 0 10px #ee2862;
}

.error-404 .btn-secondary:hover {
    color: #ffffff;
    border-color: #ffffff;
}

.btn-default {
    color: #222222;
}

.btn-default:hover {
    color: #ffffff;
    background-color: #ee2862;
    border-color: #ee2862;
}

.btn-default:active {
    box-shadow: 0 0 10px #ee2862;
}

/* #Button Appearance Styles (invert scheme) */
.invert .btn,.invert .btn-primary,.invert .btn-secondary,.invert .btn-default {
    color: #ffffff;
    border-color: #ffffff;
}

.invert .btn-primary:hover,.invert .btn-secondary:hover,.invert .btn-default:hover {
    color: #222222;
    border-color: #ffffff;
    background-color: #ffffff;
}

.btn.btn-default,.error-404 .btn-secondary:hover,.invert .btn, .invert .btn-default,.invert .btn-primary,.invert .btn-secondary,.link {
    background-color: #ee2862;
    border-color: #ee2862;
    font-family: Oswald, sans-serif;
    color: #ffffff;
}

.cherry-search form.cherry-search__form button.search-submit.btn {
    color: #808080;
}

.sidebar .widget-subscribe .subscribe-block__submit {
    font-family: Oswald, sans-serif;
}

.btn.btn-default:hover,.error-404 .btn-secondary:hover,.invert .btn:hover, .invert .btn-default:hover,.invert .btn-primary:hover,.invert .btn-secondary:hover,.link:hover {
    background-color: #222222;
    color: #ffffff;
    border-color: #222222;
}

button,input[type='button'],input[type='reset'],input[type='submit'],.comment-form .submit,.wpcf7-submit,.post-password-form label + input {
    font-family: Lato, sans-serif;
}

/* #Widget Calendar */
.widget_calendar caption {
    color: #222222;
}

.invert .widget_calendar caption {
    color: #ffffff;
}

.widget_calendar tbody td:not(.pad) {
    background-color: #ee2862;
    color: #ffffff;
}

.invert .widget_calendar tbody td:not(.pad) {
    background-color: rgb(213,15,73);
    color: #ffffff;
}

.widget_calendar tbody td a {
    border: 1px solid #888888;
    background-color: #ffffff;
    color: #808080;
}

.widget_calendar tbody td#today {
    background-color: #ee2862;
    color: #ffffff;
}

.widget_calendar table,.widget_calendar caption {
    background-color: #ee2862;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.43;
    font-family: Oswald, sans-serif;
}

.widget_calendar caption,.widget_calendar thead {
    color: #ffffff;
}

.widget_calendar tfoot td a {
    color: #ffffff;
}

.widget_calendar tfoot td a:hover {
    color: #ee2862;
}

.widget.widget_calendar tbody td a {
    color: #ee2862;
}

.widget.widget_calendar tbody td a:hover {
    border-color: #808080;
}

/* #Widget Recent Posts - Comments, Archive */
.widget_recent_entries a,.widget_recent_comments a,.widget_archive a {
    color: #222222;
}

.widget_recent_entries a:hover,.widget_recent_comments a:hover,.widget_archive a:hover {
    color: #ee2862;
}

.widget_recent_entries .post-date {
    color: #ee2862;
}

.invert .widget_recent_entries .post-date {
    color: #ffffff;
}

.sidebar .widget_recent_entries li a,.sidebar .widget_recent_comments li a {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    font-family: Oswald, sans-serif;
    letter-spacing: 0em;
    text-align: inherit;
}

.sidebar .widget_recent_entries .post-date {
    color: #888888;
}

.invert .entry-meta a {
    color: #ee2862;
}

.widget_categories > ul > li:hover,.widget_categories > ul > li:hover a,.widget_archive > ul > li:hover,.widget_archive > ul > li:hover a {
    color: #ee2862;
}

.widget_categories > ul > li,.widget_categories > ul > li a,.widget_archive > ul > li,.widget_archive > ul > li a {
    color: #222222;
}

.invert .widget_categories > ul > li,.invert .widget_categories > ul > li a,.invert .widget_archive > ul > li,.invert .widget_archive > ul > li a {
    color: #ffffff;
}

.invert .widget_categories > ul > li:hover,.invert .widget_categories > ul > li:hover a,.invert .widget_archive > ul > li:hover,.invert .widget_archive > ul > li:hover a {
    color: #ee2862;
}

.invert .entry-meta a.post__date {
    color: #ffffff;
}

.invert .entry-meta a:hover {
    color: #ffffff;
}

.invert .entry-meta .post__cats a:hover {
    color: #222222;
}

.post__cats {
    margin: 0;
}
.post__cats a {
    font-family: Lato, sans-serif;
    background-color: #ee2862;
    color: #ffffff;
}

.post__cats a:hover {
    color: #ffffff !important;
}

.footer-area.widget-area .widget-title,
.footer-area.widget-area li.widget-title a{
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.43;
    font-family: Oswald, sans-serif;
    letter-spacing: 0em;
    text-align: inherit;
}

.post__cats,.post__comments,.post__date,.post__tags,.post__terms,.post__comments a,.post__date a,.post__tags a,.post__terms a {
    color: #222222;
}

.post__cats:hover,.post__comments:hover,.post__tags:hover,.post__terms:hover,.post__comments a:hover,.post__date a:hover,.post__tags a:hover,.post__terms a:hover {
    color: #ee2862;
}

.sidebar .post__cats:hover,.sidebar .post__comments:hover,.sidebar .post__tags:hover,.sidebar .post__terms:hover,.sidebar .post__comments a:hover,.sidebar .post__date a:hover,.sidebar .post__tags a:hover,.sidebar .post__terms a:hover {
    color: #ee2862;
}

.sidebar .post__cats,.sidebar .post__comments,.sidebar .post__date,.sidebar .post__tags,.sidebar .post__terms,.sidebar .post__comments a,.sidebar .post__date a,.sidebar .post__tags a,.sidebar .post__terms a {
    color: #808080;
}

.sidebar #widget-custom-posts-11 .post__date,.sidebar #widget-custom-posts-11 .post__date a {
    color: #222222;
}

.sidebar #widget-custom-posts-11 .posted-by {
    color: #ee2862;
}

.before-loop-area .layout_type_2 .mini-type .post__date,.after-loop-area .layout_type_1 .mini-type .post__date,.after-loop-area .layout_type_1 .mini-type .posted-by,.sidebar .posted-by {
    color: #808080;
}

.sidebar .widget-fpblock .posted-by {
    color: #ee2862;
}

.posted-by a,.posted-by a {
    color: #ee2862;
}

.posted-by a:hover,.posted-by a:hover {
    color: #222222;
}

.post__tags a {
    color: #ee2862;
}

.post__tags a:hover {
    color: #222222;
}

.post__tags:before {
    color: #808080;
}

.footer-area-wrap .custom-posts .custom-posts__item .post-inner .post__date,.footer-area-wrap .custom-posts .custom-posts__item .post-inner .posted-by,.footer-area-wrap .custom-posts .custom-posts__item .post-inner .post__date a {
    color: #808080;
}

.footer-area-wrap .custom-posts .custom-posts__item .post-inner .posted-by a {
    color: #ffffff;
}

.footer-area-wrap .custom-posts .custom-posts__item .post-inner .posted-by a:hover {
    color: #ee2862;
}

/*Widget categories*/
.widget_categories li,.tagcloud a,.widget_archive li {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.43;
    font-family: Lato, sans-serif;
    letter-spacing: 0em;
    text-align: inherit;
    text-transform: uppercase;
}

.widget_categories a:before {
    background-color: #ee2862;
}

/* #Widget Tag Cloud */
.widget_categories li a,.tagcloud a,.widget_archive li a {
    color: #888888;
}

.widget_categories li a:hover,.tagcloud a:hover {
    color: #222222;
}

/*Banner*/
.widget-banner__link:before,.widget-banner__link:after {
    background-color: #ee2862;
}

.before-content-area .swiper-slide-inner h5 a {
    color: #ffffff;
}

.before-loop-area .widget-carousel .content-wrapper .entry-title a,.before-loop-area .widget-carousel .content-wrapper .post__date,.before-loop-area .widget-carousel .content-wrapper .entry-content {
    color: #ffffff;
}

.before-loop-area .widget-carousel .content-wrapper .entry-title a:hover {
    color: #ee2862;
}

.before-loop-area .widget-carousel .content-wrapper .posted-by a:hover {
    color: #ffffff;
}

.after-content-full-width-area .widget-title {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    font-family: Oswald, sans-serif;
    letter-spacing: 0em;
    text-align: inherit;
    text-transform: uppercase;
}

.sidebar .subscribe-block .widget-title,.sidebar .follow-block .widget-title {
    font-size: 14px;
    letter-spacing: 0.1em;
}

.sidebar .subscribe-block__message {
    font-size: 14px;
    color: #222222;
}

.sidebar .follow-block .widget-title,.sidebar .widget-subscribe .menu-item a {
    color: #ffffff;
}

.sidebar .widget-subscribe .menu-item a:hover {
    color: #222222;
}

.sidebar .subscribe-block {
    background-color: transparent;
}

.sidebar .subscribe-follow__wrap .follow-block {
    background-color: #ee2862;
}

.sidebar .subscribe-follow__wrap .subscribe-block .widget-title {
    color: #222222;
}

.sidebar .widget-carousel .swiper-slide .post__excerpt,.site-footer .widget-carousel .swiper-slide .post__excerpt,.sidebar .widget-carousel .swiper-slide .posted-by,.sidebar .widget-carousel .swiper-slide .post__date,.sidebar .widget-carousel .swiper-slide .post__date a,.sidebar .widget-carousel .swiper-slide .posted-by a:hover {
    color: #ffffff;
}

.widget-taxonomy-tiles__content::before {
    background-color: #ee2862;
}

.widget-taxonomy-tiles__inner:hover .widget-taxonomy-tiles__content::before {
    background-color: #222222;
}

.invert .widget-image-grid__content::before {
    background-color: #222222;
}

.invert .widget-image-grid__title a:hover,.invert .widget-image-grid__date:hover {
    color: #ee2862;
}

.invert .widget-image-grid__terms a,.invert .widget-image-grid__author a:hover {
    color: #ee2862;
}

.invert .widget-image-grid__terms a:hover {
    color: #ffffff;
}

.invert .widget-image-grid__author,.invert .widget-image-grid__author a {
    color: #808080;
}

.widget-image-grid__terms,.widget-image-grid__author,.widget-image-grid__date {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.5;
    font-family: Lato, sans-serif;
    letter-spacing: 0em;
}

.widget-carousel .swiper-button-next,.widget-carousel .swiper-button-prev {
    color: #888888;
}

.after-content-full-width-area .swiper-button-next,.after-content-full-width-area .swiper-button-prev {
    color: #ffffff;
}

.widget-carousel .swiper-button-next:hover,.widget-carousel .swiper-button-prev:hover {
    color: #222222;
}

.swiper-slide-inner .entry-title {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.1;
    font-family: Oswald, sans-serif;
    letter-spacing: 0em;
    text-align: inherit;
}

.after-loop-area .swiper-slide-inner .entry-title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    font-family: Oswald, sans-serif;
    letter-spacing: 0em;
    text-align: inherit;
}

.after-content-full-width-area .swiper-slide-inner:before {
    background-image: linear-gradient(to bottom, rgba(34,34,34,0), rgba(34,34,34,0.8));
}

.after-content-full-width-area .swiper-slide-inner .entry-title,.after-content-full-width-area .swiper-slide-inner .posted-by,.after-content-full-width-area .swiper-slide-inner .posted-by a,.after-content-full-width-area .swiper-slide-inner .post__date {
    color: #ffffff;
}

.after-content-full-width-area .swiper-slide-inner .posted-by a:hover {
    color: #ee2862;
}

.widget-carousel .post-thumbnail__link:before {
    background-color: rgba(238,40,98,0.3);
}

.smart-slider__instance .sp-next-thumbnail-arrow:before,.smart-slider__instance .sp-next-thumbnail-arrow:after,.smart-slider__instance .sp-previous-thumbnail-arrow:before,.smart-slider__instance .sp-previous-thumbnail-arrow:after {
    background-color: #ee2862;
}

.smart-slider__instance .sp-next-arrow:hover,.smart-slider__instance .sp-previous-arrow:hover {
    color: #ee2862;
}

.smart-slider__instance[data-title="true"] .sp-image-container:after,.smart-slider__instance[data-content="true"] .sp-image-container:after,.smart-slider__instance[data-more-btn="true"] .sp-image-container:after,.smart-slider__instance .sp-button {
    background-color: rgba(34,34,34,0.3);
}

.smart-slider__instance .sp-button:hover,.smart-slider__instance .sp-button.sp-selected-button {
    background-color: #ee2862;
}

.smart-slider__instance .sp-full-screen-button {
    color: #ee2862;
}

.smart-slider__instance .sp-full-screen-button:hover {
    color: #222222;
}

.smart-slider__instance .sp-selected-thumbnail {
    border-color: #ee2862;
}

.smart-slider__instance .sp-bottom-thumbnails .sp-selected-thumbnail,.smart-slider__instance .sp-top-thumbnails .sp-selected-thumbnail {
    border-color: #ffffff;
}

.smart-slider__instance p.sp-content {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    font-family: Lato, sans-serif;
}

.smart-slider__instance .sp-arrow {
    color: #ffffff;
}

.smart-slider__instance .sp-arrow:hover {
    color: #ee2862;
}

.subscribe-block__input {
    color: #808080;
}

.subscribe-block__input-wrap i {
    color: rgb(242,242,242);
}

/*Subscribe Block*/
.widget-subscribe .menu-item a {
    color: #808080;
}

.widget-subscribe .menu-item a:hover {
    color: #222222;
}

.subscribe-block {
    background-color: transparent;
}

.subscribe-block .widget-title {
    color: #ffffff;
}

.subscribe-block .widget-title:before {
    color: #ee2862;
}

.invert .subscribe-block .btn-primary:hover {
    background-color: #ffffff;
    color: #ee2862;
}

/* #Custom posts*/
.custom-posts .entry-title {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    font-family: Oswald, sans-serif;
    letter-spacing: 0em;
    text-align: inherit;
}

.sidebar .custom-posts .entry-title {
    font-size: 14px;
    line-height: 1.5;
}

.footer-area-wrap .custom-posts .post-thumbnail:before {
    background-color: rgba(238,40,98,0.3);
}

.widget-playlist-slider .sp-next-thumbnail-arrow:before,.widget-playlist-slider .sp-next-thumbnail-arrow:after,.widget-playlist-slider .sp-previous-thumbnail-arrow:before,.widget-playlist-slider .sp-previous-thumbnail-arrow:after,.widget-playlist-slider .sp-arrow.sp-previous-arrow:before,.widget-playlist-slider .sp-arrow.sp-previous-arrow:after,.widget-playlist-slider .sp-arrow.sp-next-arrow:before,.widget-playlist-slider .sp-arrow.sp-next-arrow:after {
    background-color: #ee2862;
}

.widget-playlist-slider .sp-right-thumbnails .sp-thumbnail-container:hover {
    background-color: #888888;
}

.widget-playlist-slider .sp-right-thumbnails .sp-thumbnail-container.sp-selected-thumbnail {
    background-color: #ee2862;
}

.widget-playlist-slider .sp-thumbnail-container.sp-selected-thumbnail .sp-thumbnail .entry-meta,.widget-playlist-slider .sp-thumbnail-container.sp-selected-thumbnail .sp-thumbnail .posted-by,.widget-playlist-slider .sp-thumbnail-container.sp-selected-thumbnail .sp-thumbnail .sp-thumbnail-title {
    color: #ffffff;
}

.widget-playlist-slider .sp-slide--content-visible .sp-layer {
    background: linear-gradient(to bottom, rgba(34,34,34,0), rgba(34,34,34,0.8));
}

.widget-playlist-slider .sp-has-pointer .sp-selected-thumbnail:before,.widget-playlist-slider .sp-has-pointer .sp-selected-thumbnail:after {
    border-bottom-color: #ee2862;
}

.widget-fpblock__item-inner {
    background: linear-gradient(to bottom, rgba(34,34,34,0), rgba(34,34,34,0.8));
}

@media (min-width: 1200px) {
    .full-width-header-area .widget-fpblock__item-featured .widget-fpblock__item-title,.after-content-full-width-area .widget-fpblock__item-featured .widget-fpblock__item-title,.before-content-area .widget-fpblock__item-featured .widget-fpblock__item-title,.after-content-area .widget-fpblock__item-featured .widget-fpblock__item-title {
        font-weight: 700;
        font-size: 48px;
        line-height: 1.2;
    }

    .widget-fpblock__item-title,.full-type .news-smart-box__item-title {
        font-weight: 700;
        line-height: 1.2;
    }

    .mini-type h3.news-smart-box__item-title,
    .full-type h3.news-smart-box__item-title,
    .full-type h5.news-smart-box__item-title {
        margin-top: 5px;
        font-size: 18px;
    }
    .mini-type .post__cats,
    .mini-type .news-smart-box__item-excerpt { display: none ;}
    .mini-type .news-smart-box__item-content { display: inherit; flex-flow: wrap; }
    .mini-type .news-smart-box__item-title { order: -1 ; }
}
@media (max-width: 991px) {
    .news-smart-box__item.mini-type .news-smart-box__item-inner { padding-top: 20px;
        padding-bottom: 20px;
    }
    .widget-fpblock__item .widget-fpblock__item-inner {
        margin-top: 20px;
        min-height: 160px;
    }
}

.widget-fpblock__item-inner:before {
    background-image: linear-gradient(to bottom, rgba(34,34,34,0),rgba(34,34,34,0.9) );
}

.widget-news-smart-box .news-smart-box__item-title {
    letter-spacing: 0.25px;
}

/* #News-smart-box */
.full-width-header-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,.after-content-full-width-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,.before-content-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,.after-content-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,.tm_pb_column_4_4 .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content {
    background: linear-gradient(to bottom, rgba(34,34,34,0), rgba(34,34,34,0.8));
    color: #ffffff;
}

.full-width-header-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content a,.after-content-full-width-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content a,.before-content-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content a,.after-content-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content a,.tm_pb_column_4_4 .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content a,.full-width-header-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content .entry-meta a:hover,
.after-content-full-width-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content .entry-meta a:hover,.before-content-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content .entry-meta a:hover,.after-content-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content .entry-meta a:hover,.tm_pb_column_4_4 .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content .entry-meta a:hover,.full-width-header-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content .posted-by,
.after-content-full-width-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content .posted-by,.before-content-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content .posted-by,.after-content-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content .posted-by,.tm_pb_column_4_4 .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content .posted-by,.full-width-header-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content .posted-by a,
.after-content-full-width-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content .posted-by a,.before-content-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content .posted-by a,.after-content-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content .posted-by a,.tm_pb_column_4_4 .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content .posted-by a {
    color: #ffffff;
}

.full-width-header-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content a:hover,.after-content-full-width-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content a:hover,.before-content-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content a:hover,.after-content-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content a:hover,.tm_pb_column_4_4 .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content a:hover,
.full-width-header-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content .entry-meta a,.after-content-full-width-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content .entry-meta a,.before-content-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content .entry-meta a,.after-content-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content .entry-meta a,.tm_pb_column_4_4 .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content .entry-meta a,
.full-width-header-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content .posted-by a:hover,.after-content-full-width-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content .posted-by a:hover,.before-content-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content .posted-by a:hover,.after-content-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content .posted-by a:hover,
.tm_pb_column_4_4 .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content .posted-by a:hover {
    color: #ee2862;
}

.news-smart-box__navigation-terms-list-item:hover,.news-smart-box__navigation-terms-list-item.is-active {
    color: #ee2862;
}

.news-smart-box__navigation-title {
    color: #222222;
}

.news-smart-box__instance .double-bounce-1,.news-smart-box__instance .double-bounce-2 {
    background-color: #ee2862;
}

.news-smart-box__navigation-terms-list-item {
    color: #222222;
    font-family: Lato, sans-serif;
}

.news-smart-box__navigation-terms-list-item:hover,.news-smart-box__navigation-terms-list-item.is-active {
    color: #ee2862;
}

.news-smart-box__item.mini-type .news-smart-box__item-thumb-link:hover,.full-width-header-area .widget-custom-posts .custom-posts__item .post-thumbnail:hover,.before-content-area .widget-custom-posts .custom-posts__item .post-thumbnail:hover,.before-loop-area .widget-custom-posts .custom-posts__item .post-thumbnail:hover,.after-loop-area .widget-custom-posts .custom-posts__item .post-thumbnail:hover,.after-content-area .widget-custom-posts .custom-posts__item .post-thumbnail:hover,.after-content-full-width-area .widget-custom-posts .custom-posts__item .post-thumbnail:hover,
.footer-area-wrap .widget-custom-posts .custom-posts__item .post-thumbnail:hover {
    border-color: #ee2862;
}

.news-smart-box__item.mini-type .news-smart-box__item-thumb-link:before,.custom-posts__item .post-thumbnail__link:before {
    background-color: rgba(238,40,98,0.5);
}

.news-smart-box__item-thumb-link:before {
    background-color: rgba(238,40,98,0.3);
}

/* #Contact-information*/
.contact-information-widget .icon {
    color: #ee2862;
}

.invert .contact-information-widget .icon {
    color: #ffffff;
}

.cs-instagram__link:hover {
    border-color: #ee2862;
}

.cs-instagram__item .cs-instagram__cover {
    background-color: rgba(238,40,98,0.5);
}

.invert input[type='search'] {
    color: #ffffff;
}

.invert input[type='search'] {
    color: #ffffff;
}

.invert .cherry-search__results-item a,.invert .cherry-search__results-list {
    color: #808080;
}

.site-header .invert .search-submit {
    color: #ffffff;
}

.site-header .invert .search-submit:hover {
    color: #ee2862;
}

.mobile-panel .cherry-search .cherry-search__submit {
    color: #808080;
}

.top-panel .cherry-search .cherry-search__submit {
    color: #808080;
}

.top-panel .cherry-search .cherry-search__submit:hover {
    color: #ee2862;
}

.cherry-search .cherry-search__results-list .cherry-search__item-attr {
    color: #222222;
}

.cherry-search .cherry-search__results-list .cherry-search__item-attr:hover {
    color: #888888;
}

.invert input[type='search'] {
    color: #ffffff;
}

.invert input[type='search']::-webkit-input-placeholder {
    color: #ffffff;
}

.invert input[type='search']::-moz-placeholder {
    color: #ffffff;
}

.invert input[type='search']:-moz-placeholder {
    color: #ffffff;
}

.invert input[type='search']:-ms-input-placeholder {
    color: #ffffff;
}

.sidebar .cherry-search__submit {
    color: #888888;
}

.sidebar .cherry-search__submit:hover {
    color: #ee2862;
}

#newsmaker_widget_subscribe_follow-2 .widget-title {
    color: #ffffff;
}

#newsmaker_widget_subscribe_follow-2 .subscribe-follow__wrap {
    background-image: url("/wp-content/themes/cscience/assets/images/subs-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000000;
    color: #ffffff;
}

#cherry-search-wrapper-1 .cherry-search__results-list {
    overflow-y: auto;
    max-height: 500px;
}

#cherry-search-wrapper-2 .cherry-search__results-list {
    overflow-y: auto;
    max-height: 500px;
}

.cherry-popup-690 .cherry-popup-container {
    width: 620px;
    height: 560px;
    background-color: rgba(255,255,255,1);
    ; border-radius: 3px;
}

.cherry-popup-690 .cherry-popup-container__inner {
    padding: 40px;
    justify-content: center;
}

.cherry-popup-690 .cherry-popup-overlay {
    background-color: rgba(0,0,0,0.5);
    ; }

.cherry-popup-687 .cherry-popup-container {
    width: 620px;
    height: 560px;
    background-color: rgba(255,255,255,1);
    ; border-radius: 3px;
}

.cherry-popup-687 .cherry-popup-container__inner {
    padding: 40px;
    justify-content: center;
}

.cherry-popup-687 .cherry-popup-overlay {
    background-color: rgba(0,0,0,0.5);
}

.site-branding .site-logo.site-logo--image {
  width: 150px; }

.header-container .site-branding .site-logo.site-logo--image {
  display: none;
}

@media (min-width: 768px){
  .header-container .site-branding .site-logo.site-logo--image {
    display: block;
  }
  .header-container .top_mobile {
    display: none;
  }
}
@media (max-width: 991px){
    .site-content_wrap {
      margin-top: 0;
    }
}
@media (max-width: 767px){
  .top-panel {
    display: none;
  }
  .post__comments{
    display: none;
  }
}

/* Styles from Theme Customize CSS */
@media (max-width: 767px) {
	.fl-post-carousel .fl-post-carousel-post .fl-post-carousel-text .fl-post-carousel-title > a {
		font-size: 1.2rem !important;
	}
	
	.home_slider { display: none; }
}


.fl-photo-content a:hover {
	transform: none !important;
	box-shadow: none !important
}
.fl-photo-content a:hover img {
	transition: none;
	transform: none;
}

img.alignright, img.alignleft, img.aligncenter {
	width: auto !important;
}
.alignright, .alignleft, .aligncenter {
	 margin-bottom: 5px;
}

img.alignright, .alignright {
  float: right !important;
  margin-left: 25px !important;
}

img.alignleft, .alignleft {
  float: left !important;
  margin-right: 25px !important;
}

img.aligncenter, .aligncenter {
  margin: 0 auto !important;
}

img.alignnone, .alignnone {
  margin: 0 0 5px 0 !important;
}

.news-smart-box__item, .footer-area aside, .related-post, #sidebar, #primery {
    box-sizing: border-box;
}
@media (min-width: 992px) {
	.single #sidebar, .archive.category #sidebar {
		width: 33.33333% !important;
		flex: 0 0 33.33333% !important;
        padding-right: 0;
	}
	.single #primery, .archive.category #primery {
		width: 66.66667% !important;
		flex: 0 0 66.66667% !important;
		max-width: 66.66667% !important;
	}
}
@media (max-width: 991px) {
    .single #sidebar .fl-col, .archive.category #sidebar .fl-col {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }
}

@media (max-width: 768px) {
    .fl-node-5f4ce602df6e4 .fl-slide-content {
        background-color: #fff !important;
    }
}

.side-bar__latest .news-smart-box__item.col-lg-4.full-type {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.widget-chronicle h2, .widget-chronicle h3.widget-title {
    margin-top: 0;
}

@media (min-width: 768px) { 
    .widget-chronicle h2 { display: none; }

    .widget-chronicle {
        background-color: #ee2862;
        padding: 30px;
    }
    .widget-chronicle h2,
    .widget-chronicle h3,
    .widget-chronicle .entry-meta *,
    .widget-chronicle a:hover,
    .widget-chronicle .chronicle-smart-box__item * {
        color: #fff !important;
    }
}
@media (max-width: 767px) { 
    .category .news-smart-box__wrapper .news-smart-box__item:nth-child(n + 5) .news-smart-box__item-header,
    .category .news-smart-box__wrapper .news-smart-box__item:nth-child(n + 5) .news-smart-box__item-excerpt,
    .category .news-smart-box__wrapper .news-smart-box__item:nth-child(n + 5) .entry-meta,
    .category .news-smart-box__wrapper .news-smart-box__item:nth-child(n + 5) h3.widget-title { display: none; }

    .home .widget-news-smart-box.widget-posts .news-smart-box__item:nth-last-child(1) {
        display: none;
    }
    
    .home .widget-news-smart-box.widget-latest-mobile .news-smart-box__item:nth-child(n+2) .news-smart-box__item-excerpt,
    #sidebar .widget-news-smart-box.widget-latest-mobile .news-smart-box__item:nth-child(n+2) .news-smart-box__item-excerpt,
    .home .widget-news-smart-box.widget-latest-mobile .news-smart-box__item:nth-child(n+2) .news-smart-box__item-header,
    #sidebar .widget-news-smart-box.widget-latest-mobile .news-smart-box__item:nth-child(n+2) .news-smart-box__item-header,
    .home .widget-news-smart-box.widget-latest-mobile .news-smart-box__item:nth-child(n+2) .entry-meta,
    #sidebar .widget-news-smart-box.widget-latest-mobile .news-smart-box__item:nth-child(n+2) .entry-meta,
    .home .widget-news-smart-box.widget-latest-mobile .news-smart-box__item:nth-child(n+2) h3.widget-title,
    #sidebar .widget-news-smart-box.widget-latest-mobile .news-smart-box__item:nth-child(n+2) h3.widget-title,
    .home .widget-news-smart-box:not(.widget-latest-mobile) .news-smart-box__item-excerpt,
    #sidebar .widget-news-smart-box:not(.widget-latest-mobile) .news-smart-box__item-excerpt,
    .home .widget-news-smart-box:not(.widget-latest-mobile) .news-smart-box__item-header,
    #sidebar .widget-news-smart-box:not(.widget-latest-mobile) .news-smart-box__item-header,
    .home .widget-news-smart-box:not(.widget-latest-mobile) .entry-meta,
    #sidebar .widget-news-smart-box:not(.widget-latest-mobile) .entry-meta,
    .home .widget-news-smart-box:not(.widget-latest-mobile) h3.widget-title,
    #sidebar .widget-news-smart-box:not(.widget-latest-mobile) h3.widget-title { display: none; }
}


@media (min-width: 992px) {
    .widget-chronicle .news-smart-box__item.full-type .news-smart-box__item-inner {
        padding-bottom: 0;
    }
}

@media (max-width: 767px) { 
    article.news-smart-box__item .news-smart-box__item-author { margin-bottom: 0 !important; }
    article.news-smart-box__item {
        width: 100%;
    }
    article.news-smart-box__item:nth-child(1) .news-smart-box__item-inner {
        border-top: 2px solid #cccccc;
    }
    .widget-news-smart-box.widget-latest-mobile article.news-smart-box__item:nth-child(1) .news-smart-box__item-inner { border-top: none; padding-top: 0; }
    .category .news-smart-box__wrapper .news-smart-box__item:nth-child(n + 5) .news-smart-box__item-inner,
    article.news-smart-box__item:nth-child(n + 2) .news-smart-box__item-inner {
        border-top: 1px solid #cccccc;
    }
}

.dossier__header .dossier-title {
    line-height: 1.3;
    letter-spacing: 2.5px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(43,0,0,0.21);
    font-family: Lato, sans-serif;
    text-transform: uppercase;
}
.dossier__header .dossier__header-column > .fl-col-content {
    min-height: 75vw !important;
}
.dossier__header .dossier-title-container > .fl-module-content {
    margin-top: 0px;
    margin-right: 25px;
    margin-bottom: 0px;
    margin-left: 25px;
}
.single-dossiers .dossiers__article-container h2 {
    margin-top: 0;
}
.single-dossiers .dossiers__article-container p {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    color: #000000;
    line-height: 1.5;
}
.single-dossiers .dossiers__article-container .fl-module-content {
    margin: 0 0 20px 0;
}
.single-dossiers .dossiers__article-container .fl-rich-text p:first-child {
    margin-top: 0;
}
.single-dossiers .dossiers__article-container .fl-rich-text p:nth-last-child(1) {
    margin-bottom: 0;
}

.single-dossiers .dossiers__article-container  a.fl-button {
    padding-top: 7.5px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 15px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    border: 1px solid #e52159;
    background: #f12d65;
    margin-top: 30px;
}
.single-dossiers .dossiers__article-container  a.fl-button * {
    color:#fff;
    vertical-align: middle;
}
.single-dossiers .dossiers__article-container  a.fl-button  .fa-arrow-alt-circle-right:before {
    content: "\f35a";
}

.single-dossiers .dossiers__article-separator {
    margin: 12.5px 0;
}
.single-dossiers .dossiers__article-separator .fl-separator {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #cccccc;
    max-width: 100%;
    margin: auto;
}
h6.ad-title {
    margin-top: 0 !important;
    margin-bottom: 10px;
}
h6.ad-title .fl-heading-text {
    font-size: inherit;
} 
.single-dossiers .dossiers__article--sidebard_ad,
.single-dossiers .dossiers__article--sidebard_ad + .dossiers__article-separator {
    display: none;
}

@media (max-width: 767px) {
    .single-dossiers img.alignleft, .single-dossiers .alignleft {
        margin-right: 0 !important;
        margin-bottom: 1.5em;
        width: 100% !important;
        float: none !important;
    }
    .single-dossiers .dossiers__article--sidebard_ad,
    .single-dossiers .dossiers__article--sidebard_ad + .dossiers__article-separator {
        display: block;
    }
}
@media (min-width: 769px) and (max-width: 1299px) {
    .single-dossiers .dossiers__article-separator {
        margin: 20px 0;
    }
    .dossier__header .dossier-title {
        font-size: 42px;
    }
}
@media (min-width: 992px) and (max-width: 1299px) {
    .dossier__header .dossier__header-column > .fl-col-content {
        min-height: 27.69vw !important;
    }
}
@media (min-width: 1300px) {
    
    .dossier__header .dossier-title-container > .fl-module-content {
        margin-right: 75px;
        margin-left: 75px;
    }
    .dossier__header .dossier__header-column > .fl-col-content {
        min-height: 360px !important;
    }
    .dossier__header .dossier-title {
        font-size: 60px;
    }
    .single-dossiers .dossiers__article-separator {
        margin: 40px 0;
    }
}