/*
Theme Name: BodyShop
Theme URI: https://bodyshopmag.com
Author: Ali Çınaroğlu
Author URI: https://alicinaroglu.com
Description: Clean theme for Bodyshop Magazine
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bodyshop
*/

/* Hide old network modal widget from Paper theme database */
#custom_html-5,
#pl-network,
.pl-network,
.nw-item,
.item-plenham,
.item-bodyshop,
.item-ibis,
.widget_custom_html .pl-network {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
}

/* Clearfix */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

* html .clearfix {
    zoom: 1
}

*:first-child + html .clearfix {
    zoom: 1
}

/**
 * Global HTML elements.
 */

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #fff;
    color: #111;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 16px;
    line-height: 1.45em;
    margin: 0;
    padding: 0;
}

a {
    color: #222222;
    outline: none;
    text-decoration: none;
    transition: all .25s ease;
}

a:hover {
    color: #4db2ec;
    text-decoration: none;
}

b, strong {
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.5em;
}

h1 {
    font-size: 1.2rem;
}

h2 {
    font-size: 1.2rem;
}

h3 {
    font-size: 1.15rem;
}

h4 {
    font-size: 1.1rem;
}

h5 {
    font-size: 1.05rem;
}

h6 {
    font-size: 1rem;
}

h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 1.5rem;
}

p:last-child {
    margin-bottom: 0;
}

strong {
    font-weight: bold;
}

ul, ol {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

cite, em, i {
    font-style: italic;
}

pre, code {
    font-family: Monaco, "Courier New", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace;
    margin-bottom: 10px;
}

ins {
    text-decoration: none;
}

sup, sub {
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 5px;
}

sub {
    top: 5px;
}

dl {
    margin: 0 0 10px 0;
}

dl dt {
    font-weight: bold;
}

dd {
    margin-left: 10px;
}

blockquote {
    border-left: .25rem solid #32b3c0;
    padding: 1.5rem 1rem;
    background: #f2f2f2;
    line-height: 1.5rem;
    color: #212121;
    font-style: normal;
    margin: 0 0 2rem;
}

blockquote p {
    margin-bottom: 1rem;
}

input, textarea, select {
    border: 1px solid #ced4da;
    border-radius: 3px;
    display: block;
    font-family: inherit;
    padding: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input[type="checkbox"], input[type="radio"] {
    display: inline-block;
}

button {
    background-color: #007bff;
    border: 1px solid #007bff;
    color: #fff;
    font-family: inherit;
    padding: 10px 20px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

button:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.button-outline {
    background: transparent;
    border-color: #fff;
    border-radius: 0;
    color: #fff;
}

.button-outline:hover {
    background: #32b3c0;
    border-color: #32b3c0;
}

input:focus,
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.clear {
    clear: both;
}

.inline-block {
    display: inline-block;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.align-center {
    display: inherit !important;
    float: none !important;
    margin: auto !important;
}

.align-left {
    float: left !important;
}

.align-right {
    float: right !important;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-primary {
    background-color: #cce5ff;
    border-color: #b8daff;
    color: #004085;
}

.alert-secondary {
    background-color: #e2e3e5;
    border-color: #d6d8db;
    color: #383d41;
}

.info {
    background-color: #d1ecf1;
    border-color: #bee5eb;
    color: #0c5460;
}

.success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}

.warning {
    background-color: #fff3cd;
    border-color: #ffeeba;
    color: #856404;
}

.error,
.danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

/* Youtube video embed fixer */

.yt-video-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.yt-video-container iframe,
.yt-video-container object,
.yt-video-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* Social Media Brand Colors */

.twitter {
    color: #00aced;
}

.facebook {
    color: #3b5998;
}

.instagram {
    color: #bc2a8d;
}

.youtube {
    color: #bb0000;
}

.linkedin {
    color: #007bb6;
}

.googleplus {
    color: #dd4b39;
}

.pinterest {
    color: #cb2027;
}

.vimeo {
    color: #1ab7ea;
}

.tumblr {
    color: #32506d;
}

.flickr {
    color: #ff0084;
}

.dribbble {
    color: #ea4c89;
}

.quora {
    color: #a82400;
}

.foursquare {
    color: #0072b1;
}

.forrst {
    color: #5B9A68;
}

.vk {
    color: #45668e;
}

.wordpress {
    color: #21759b;
}

.stumbleupon {
    color: #EB4823;
}

.yahoo {
    color: #7B0099;
}

.blogger {
    color: #fb8f3d;
}

.soundcloud {
    color: #ff3a00;
}

/* #site */

.site {
}

.inner {
    margin: 0 auto;
    padding: 0 0.75rem;
    width: 80rem;
    max-width: 100%;
}

.top-bar .inner,
.site-header .inner {
    padding: 0;
}

/* Header */

.ad-section .inner {
    padding: 0;
}

/* Top Bar */

.top-bar {
    background: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.5rem 0.25rem;
    text-transform: uppercase;
}

.top-bar .inner {
    column-gap: 1.5rem;
    display: flex;
    justify-content: space-between;
}

.top-bar .top-divider {
    width: 1px;
    border-right: 1px solid #e6e6e6;
}

.top-bar .top-menu {
    flex: 1;
}

.top-bar .top-menu li {
    display: inline-block;
    list-style: none;
}

.top-bar .top-menu a {
    margin-right: .8rem;
}

.top-bar .top-social {
    text-align: right;
}

.top-bar .top-social ul {
    margin: 0;
}

.top-bar .top-social li {
    display: inline-block;
    list-style: none;
}

.top-bar .top-social a {
    display: inline-block;
    padding: 0 0.5rem;
}

.top-bar .top-social i {
    font-size: 1rem;
}

/* .site-header */

.site-header.fixed {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    top: 0;
}

body.admin-bar .site-header.fixed {
    top: 32px;
}

.header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 0.825rem;
}

.header-main .header-ad {
    height: 112px;
    overflow: hidden;
}

.site-branding {
    margin-left: 1.5rem;
    margin-top: 1rem;
}

.site-logo {
    padding-right: 2rem;
}

.site-logo .logo-white {
    display: none;
}

.site-header.fixed .logo-dark {
    display: none;
}

.site-header.fixed .logo-white {
    display: block;
}

.mobile-navicon {
    display: none;
}

/* Navigation */

.main-navigation {
    background: #08006e;
    border-top: 0.25rem solid #32b3c0;
    position: relative;
}

.main-navigation > ul {
    height: 3.5rem;
}

.main-navigation li {
    display: inline-block;
    list-style: none;
    position: relative;
}

.main-navigation .menu-item-has-children > a:after {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-size: 0.85rem;
    font-weight: 900;
    margin-left: 0.3rem;
}

.main-navigation > ul > li.menu-item-has-children > a:after {
    content: "\f078";
}

.main-navigation > ul > li > a {
    font-size: 1.0475rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.main-navigation li > a {
    display: block;
    font-size: 0.875rem;
    line-height: 3.5rem;
    padding: 0 1.5rem;
    white-space: nowrap;
}

.main-navigation .sf-menu > li:first-child a {
    margin-left: 1.5rem;
}

.main-navigation > ul > li:hover > a {
    background: #32b3c0;
    color: #fff;
    text-decoration: none;
}

.main-navigation > ul > li.current-menu-item > a {
    background: #fff;
    color: #111;
}

.main-navigation .sub-menu {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
    min-width: 200px;
}

.main-navigation li:hover > .sub-menu {
    display: block;
}

.main-navigation .sub-menu .sub-menu {
    left: 100%;
    top: 0;
}

.main-navigation .sub-menu,
.main-navigation .sub-menu li {
    background: #fff;
    min-width: 100%;
}

.main-navigation .sub-menu li {
    display: block;
    width: 100%;
}

.main-navigation .sub-menu li a {
    color: #222;
    display: block;
    line-height: 2.5rem;
}

.main-navigation .sub-menu li a:hover {
    background: #f5f5f5;
    color: #4db2ec;
    text-decoration: none;
}

.main-navigation .sub-menu li:last-child {
    padding-bottom: .25rem;
}

.main-navigation .sub-menu li a {
    padding: 0 2.25rem 0 1.5rem;
}

.main-navigation .search-icon {
    color: #fff;
    padding: 1rem 1.5rem 1rem 0;
    position: absolute;
    right: 0;
    top: 0;
}

/* Scrolled header and fixed logo */
@media screen and (min-width: 768px) {
    .site-header.fixed .inner {
        position: relative;
    }

    .site-header.fixed .header-main .header-ad {
        display: none;
    }

    .site-header.fixed .logo-link,
    .site-header.fixed .site-branding .logo-img,
    .site-header.fixed .main-navigation {
        transition: all .25s ease;
    }

    .site-header.fixed .main-navigation {
        padding-left: 15rem;
        z-index: 0;
    }

    .site-header.fixed .header-main {
        margin: 0;
    }

    .site-header.fixed .header-main .site-branding {
        left: 0;
        margin: 0;
        position: absolute;
        padding: 0 1rem 0 .25rem;
        top: 0;
        z-index: 5;
    }

    .site-header.fixed .header-main .site-logo {
        padding: .8rem;
    }

    .site-header.fixed .site-branding .logo-link {
        background-image: url('/wp-content/uploads/2024/01/bodyshopmag-logo-2024-w.png?');
        background-size: contain;
        display: inline-block;
        height: 36px;
        width: 176px;
    }

    .site-header.fixed .site-branding .logo-img {
        opacity: 0;
    }

    .site-header.fixed .site-branding .logo-img.logo-white {
        opacity: 1;
    }
}

/* site search */

.site-search {
    font-size: 0.8rem;
    position: absolute;
    opacity: 0;
    right: 0;
    top: 3.5rem;
    transition: all 0.25s ease;
    z-index: -80;
}

body.show-search .site-search {
    opacity: 1;
    z-index: 80;
}

.site-search .search-form {
    background-color: #fff;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #e6e6e6;
    box-shadow: 0 0 2px #aaa;
    padding: 1rem;
}

.site-search label {
    display: inline-block;
    float: left;
    width: calc(100% - 5rem);
}

.site-search input {
    border: 1px solid #e6e6e6;
    border-radius: 0;
    box-shadow: none;
    padding: 0.4rem;
}

.site-search .search-field {
    border-right: 0;
    max-width: 100%;
    min-width: 14rem;
}

.site-search .search-field:focus {
    border-color: #222;
}

.site-search .search-submit {
    background-color: #222;
    border-color: #222;
    color: #fff;
    width: 5rem;
}

.search-modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: transparent;
    opacity: 0;
}

body.show-search .search-modal {
    opacity: 1;
    z-index: 9;
}

/* news-ticker */

.news-ticker-container {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    display: flex;
    margin: 0 auto;
    overflow: hidden;
    padding: 0.75rem;
    max-width: 100%;
    width: 80rem;
}

.ticker-title {
    background-color: #4db2ec;
    border-radius: 0.25rem;
    color: #fff;
    font-size: .6875rem;
    font-weight: 500;
    line-height: 1.5rem;
    margin-bottom: 0;
    padding: 0 0.925rem;
    white-space: nowrap;
    width: auto;
    margin-top:0px;
}

.news-ticker {
    display: flex;
    height: 1.5rem;
    margin-left: 1rem;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.news-ticker.news-ticker-fallback {
    padding-right: 3.375rem;
}

.news-ticker .slick-list {
    width: 85%;
}

.news-ticker .slick-item a {
    display: block;
    font-size: .825rem;
    font-weight: 600;
    width: 100%;
}

.news-ticker button.slick-arrow {
    background: #fff;
    border: .0625rem solid #ddd;
    border-radius: .225rem;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    height: 1.275rem;
    left: inherit;
    position: absolute;
    text-align: center;
    width: 1.5rem;
    transition: all .25s ease;
    padding:0px;
}

.news-ticker button.slick-arrow:focus {
    box-shadow: none;
}

.news-ticker button.slick-arrow:hover {
    background-color: #4db2ec;
}

.news-ticker button.slick-prev {
    right: 1.725rem;
}

.news-ticker button.slick-next {
    right: 0;
}

.news-ticker button.slick-prev:before {
    content: "\f053";

}

.news-ticker button.slick-next:before {
    content: "\f054";

}

.news-ticker button.slick-next:before,
.news-ticker button.slick-prev:before {
    color: #222;
    font-family: "Font Awesome 6 Free";
    font-size: .625rem;
    font-weight: 900;
}

.news-ticker button.slick-arrow:hover:before {
    color: #fff;
}

/* .site-content */

.site-header.fixed + .site-content {
    margin-top: 126px;
}

.site-content .inner {
    border: 1px solid #e6e6e6;
    padding: 0.75rem;
}

.archive .site-content .inner {
    padding-top: 1.8rem;
}

.site-main {
    display: flex;
    gap: 0.75rem;
    position: relative;
}

.news-block {
    margin-bottom: 1.5rem;
    position: relative;
}

.section-header {
    display: flex;
    justify-content: space-between;
}

section .section-title {
    background-color: #222;
    border-radius: .25rem;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 1rem;
    padding: 0 0.925rem;
    text-transform: uppercase;
}

.section-header .news-more {
    font-size: .8rem;
    text-transform: uppercase;
}

.section-header .news-more:after {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 3px;
    transition: all .25s ease;
}

.section-header .news-more:hover:after {
    margin-left: 6px;
}

.news-block .news-item {
    position: relative;
}

.news-block .news-image {
    border: 1px solid #e6e6e6;
    overflow: hidden;
}

.news-block .news-image img {
    height: auto;
    width: 100%;
}

.news-block .news-item .news-info {
    font-size: .8rem;
}

/* .home-slider */

.home-slider {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    margin: auto;
    margin-bottom: 0;
    padding-bottom: 1.25rem;
    width: 80rem;
}

.home-slider .news-item .slider-item-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
}

.home-slider .slider-item-1 {
    grid-area: 1 / 1 / 3 / 3;
}

.home-slider .slider-item-2 {
    grid-area: 1 / 3 / 2 / 4;
}

.home-slider .slider-item-3 {
    grid-area: 1 / 4 / 2 / 5;
}

.home-slider .slider-item-4 {
    grid-area: 2 / 3 / 3 / 4;
}

.home-slider .slider-item-5 {
    grid-area: 2 / 4 / 3 / 5;
}

.home-slider .news-image {
    height: 100%;
}

.home-slider .news-image a {
    display: block;
}

.home-slider .news-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.home-slider .news-image:after,
.news-style-1 .news-image a:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: .6;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: transparent;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,#000000 100%);
}

.home-slider .news-image .news-img {
    transition: transform 0.35s ease 0s;
}

.home-slider .news-item:hover .news-img {
    transform: scale3d(1.05, 1.05, 1);
}

.home-slider .news-info,
.news-style-1 .news-info {
    bottom: 0;
    color: #fff;
    font-size: .8rem;
    padding: .8rem;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.news-style-1 .news-item .news-info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.home-slider .news-info h2,
.news-style-1 .news-info h2 {
    line-height: 1.25rem;
}

.home-slider .news-info h2 {
    font-size: 1.0rem;
    font-weight: 600;
}

.home-slider .slider-item-1 .news-info {
    padding: 1.5rem;
}

.home-slider .slider-item-1 h2 {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.2rem;
    max-width: 60%;
}

.home-slider .news-info a,
.news-style-1 .news-info a {
    color: #fff;
}

.home-slider .news-info .news-meta,
.news-style-1 .news-info .news-meta {
    font-size: 0.6875rem;
    line-height: 1;
    margin-bottom: .5rem;
}

.news-block .section-inner {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 0.75rem;
    padding-bottom: 1.5rem;
}

.news-block:last-child .section-inner {
    border-bottom: 0;
}

.news-block .news-author-name {
    margin-right: 2px;
}

.news-block .news-cat-name a {
    padding: 2px 5px;
    background-color: #222;
    border-radius: .125rem;
    font-size: .675rem;
    font-weight: 600;
}

.news-block .news-cat-name a:first-child {
    display: none;
}

.news-block .meta-separator {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 18px;
    vertical-align: sub;
}

/* News Style 0 (default) */

.news-style-0 .section-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    row-gap: 1.5rem;
}

.news-style-0 .news-item {
    width: calc(50% - 0.5rem);
}

.news-style-0 .news-image {
    margin-bottom: .5rem;
}

/* News Style 1 */

.news-style-1 .section-title {
    background-color: #e29c04;
}

.news-style-1 .section-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.news-style-1 .news-item {
    width: calc(50% - .5rem);
}

/* News Style 2 */

.news-style-2 .section-title {
    background-color: #f24b4b;
}

.news-style-2 .section-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 0.75rem;
    grid-row-gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.news-style-2 .news-item-1 {
    grid-area: 1 / 1 / 5 / 2;
}

.news-style-2 .news-item-2 {
    grid-area: 1 / 2 / 2 / 3;
}

.news-style-2 .news-item-3 {
    grid-area: 2 / 2 / 3 / 3;
}

.news-style-2 .news-item-4 {
    grid-area: 3 / 2 / 4 / 3;
}

.news-style-2 .news-item-5 {
    grid-area: 4 / 2 / 5 / 3;
}

.news-style-2 .news-title {
    font-size: 1.6em;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
}

.news-style-2 .news-item .news-info {
    font-size: .8rem;
}

.news-style-2 .news-item:not(.news-item-1) {
    display: flex;
}

.news-style-2 .news-item-1 .news-image img {
    margin-bottom: 1.15rem;
}

.news-style-2 .news-item .news-image img {
    height: auto;
    width: 100%;
}

.news-style-2 .news-item-1 .news-excerpt {
    font-size: .8rem;
    line-height: 1.25rem;
}

.news-style-2 .news-item-1 .news-info {
    margin-bottom: 0.5rem;
}

.news-style-2 .news-item:not(.news-item-1) .news-image {
    width: 35%;
}

.news-style-2 .news-item:not(.news-item-1) .news-info {
    padding-left: 1rem;
    width: 65%;
}

.news-style-2 .news-item:not(.news-item-1) .news-title {
    font-size: 1rem;
    line-height: 1.4rem;
    margin-bottom: 0.5rem;
}

/* News Style 3 */

.news-style-3 .section-title {
    background-color: #4db2ec;
}

.news-style-3 .section-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.75rem;
}

.news-style-3 .news-item {
    display: flex;
}

.news-style-3 .news-item .news-image {
    width: 25%;
}

.news-style-3 .news-item .news-info {
    padding-left: 1rem;
    width: 75%;
}

.news-style-3 .news-item .news-title {
    font-size: .9rem;
}

/* Ad section */

.ad-section {
}

.content-area .ad-section {
    text-align: center;
}

.content-area .ad-section .a-single,
.content-area .ad-section .g {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    text-align: center;
}

.ad-section .ad-image img {
    height: auto;
    width: 100%;
}

#latest-article .section-inner {
    border-bottom: 0;
    padding-bottom: 0;
}

/* #primary.content-area */

.content-area {
    border-right: 1px solid #e6e6e6;
    min-height: 80rem;
    width: 75%;
    padding-right: 0.75rem;
}

.home-slider .news-info h2.news-title,
.content-area .news-block .news-item h2.news-title {
    margin-bottom: 0;
}

.content-area .news-item .news-image img {
    transition: transform 0.35s ease 0s;
}

.content-area .news-item .news-image:hover img {
    transform: scale3d(1.05, 1.05, 1);
}

.content-area ul,
.content-area ol {
    margin-bottom: 1.2rem;
    margin-left: 1.2rem;
}

.content-area li {
    line-height: 1.4rem;
    list-style: disc;
}

/* Sidebar */

.widget-area {
    width: calc(25% - 1rem);
}

.widget-area .sticky {
    position: sticky;
    top: 76px;
}

.admin-bar .widget-area .sticky {
    top: 108px;
}

.widget-area .widget {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 1.2rem;
    padding-bottom: 1.2rem;
}

.widget-area .widget:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.widget-area .widget .widget-title {
    margin-bottom: 1rem;
    line-height: 1.25;
}

.widget-area img {
    width: 100%;
}

/* Archive */

body.archive .news-item .news-image {
    margin-bottom: .8rem;
}

body.archive .news-item h2.news-title {
    line-height: 1.4em;
}

body.archive .news-meta {
    margin: 0.4rem 0;
}

body.archive .news-excerpt p {
    font-size: .9rem;
}

/* Single */

.single .news-content a,
.page .news-content a,
.page .page-content .wpb_wrapper p a {
    color: #1ec8d5;
}

.single .news-content a:hover,
.page .news-content a:hover,
.page .page-content .wpb_wrapper p a:hover {
    text-decoration: underline;
}

.news-detail .news-header {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 1.25rem;
}

.news-detail .entry-crumbs,
.news-detail .meta-info {
    font-size: .75rem;
}

.news-detail .entry-crumbs i {
    font-size: .5rem;
    margin: 0 .25rem;
}

.news-detail .meta-info {
    margin-bottom: 1rem;
}

.news-detail .news-title {
    font-size: 2rem;
    font-weight: 700;
    padding-right: 1rem;
    line-height: 3.25rem;
    margin-bottom: .25rem;
}

.news-detail .news-image {
    margin-bottom: 1rem;
}

.news-detail .featured-image img {
    height: auto;
    width: 100%;
}

.single .news-image img {
    height: auto;
    width: 100%;
}

.single .post-categories {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 15px;
}

.single .post-categories li {
    display: inline-block;
    line-height: 15px;
    margin: 0 5px 3px 0;
}

.single .post-categories a {
    color: #fff;
    background-color: #4db2ec;
    padding: 1px 7px;
    border-radius: 3px;
    white-space: nowrap;
}

.single h1.news-title {
    line-height: 2.1rem;
    margin: 0.5rem 0 1rem;
}

.single .news-content p + .g {
    margin-bottom: 1.4rem;
    max-width: 100%;
    text-align: center;
}

.single .news-content p + .g .g-dyn {
    width: auto;
    display: inline-block;
}

nav.navigation.pagination {
    margin: 2.5rem 0 1.5rem;
}

.nav-links {
    padding: 0;
}

.nav-links span.pages {
    border: 0;
    float: right;
    font-size: .8rem;
}

.nav-links a,
.nav-links span {
    border: 1px solid #e6e6e6;
    border-radius: .125rem;
    color: #444;
    display: inline-block;
    line-height: 1rem;
    margin-right: .25rem;
    padding: .5rem .75rem;
    text-align: center;
}

.nav-links a:hover {
    color: #fff;
    background-color: #444;
    border-color: #444;
}

.nav-links .current {
    background-color: #4db2ec;
    border-color: #4db2ec;
    color: #fff;
}

.single .post-tags {
    margin-bottom: 3rem;
}

.single .addtoany_content,
.single .post-tags h4 {
    margin-top: 2.5rem;
}

.single .post-tags h4 {
    font-weight: 400;
    margin-bottom: .25rem;
    text-transform: uppercase;
}

.single .post-tags a {
    font-weight: 400;
}

.single .news-content img,
.page .news-content img {
    height: auto;
    width: 100%;
}

/* Breadcrumbs */

.breadcrumbs {
    margin-bottom: 1rem;
}

.breadcrumbs span,
.breadcrumbs a {
    color: #555;
    font-size: 13px;
}

.breadcrumbs i {
    color: #777;
    font-size: 10px;
}

/* Page */

.page-title {
    border-bottom: 1px solid #e6e6e6;
    font-size: 1.8rem;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

/* event section */

.event-section #event-link-section {
    background-color: #33b3c0;
    color: #fff;
    margin: 0 auto;
    padding: 24px 20px 20px;
    text-align: center;
    width: 1280px;
}

.tribe-events .tribe-events-c-top-bar__nav-list-item {list-style: none;}

.event-section #event-link-section .sec-left {
    font-weight: 700;
}

body #event-link-section a.bs-subscribe {
    background: #32b3c0 !important;
    border: 1px solid #fff !important;
    color: #fff !important;
    margin-left: 20px;
    padding: 10px 20px;
    white-space: nowrap;
}

body #event-link-section a.bs-subscribe:hover {
    background: #08006e !important;
    border-color: #08006e !important;
    border-width: 1px !important;
    color: #fff !important;
}

/* Footer */

.site-footer,
.site-footer a {
    font-size: .8rem;
    color: #fff;
}

.site-footer .inner {
    background: #08006e;
    padding: 4rem 3rem 1.5rem;
}

.site-footer .footer-content {
    display: grid;
    grid-template-columns: 4fr 2fr 2fr 3fr;
    gap: 3rem;
    padding-bottom: 1.5rem;
}

.site-footer .widget-title {
    color: #fff;
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    padding: .125rem 0;
}

.site-footer .footer-info {
    padding-right: 3rem;
}

.footer-logo,
.footer-text {
    margin-bottom: 2rem;
}

.site-footer .footer-text a {
    color: #4db2ec;
}

.footer-social li {
    list-style: none;
    display: inline-block;
    margin: 1rem 1rem 0 0;
}

.footer-social i {
    font-size: 1.1rem;
}

.footer-quick-menu #menu-quick-menu {
    list-style-type: none;
}

.footer-quick-menu {
    padding-left: 1rem;
}

.footer-quick-menu #menu-quick-menu li a {
    border-bottom: 1px solid #2f2981;
    display: inline-block;
    margin-bottom: .4rem;
    padding-bottom: .4rem;
    padding-right: 1rem;
}

.footer-quick-menu #menu-quick-menu li:last-child a {
    border-bottom: 0;
}

.footer-contacts {
    margin-left: -1rem;
}

.footer-contacts a {
    color: #49b1bd;
}


.footer-about {
    padding-right: 2rem;
}

.footer-about #nw-open {
    display: inline-block;
    margin-top: .75rem;
    text-decoration: none;
}

.footer-about #nw-open:hover {
    text-decoration: none;
}

.footer-about #nw-open .vc_btn3 {
    background: transparent !important;
    border: 1px solid #fff !important;
    color: #fff !important;
    cursor: pointer;
    padding: .5rem 1rem !important;
    transition: all .25s ease;
}

.footer-about #nw-open:hover .vc_btn3,
.footer-about #nw-open .vc_btn3:hover,
.footer-about #nw-open .vc_btn3:focus {
    background: #33b3c0 !important;
    border-color: #33b3c0 !important;
    box-shadow: none !important;
    color: #fff !important;
    outline: none !important;
}

/* .footer-bottom */

.footer-bottom {
    border-top: 1px solid rgba(204, 204, 204, .2);
    color: #fff;
    font-size: .8rem;
    margin-top: 1rem;
    padding-top: 1.25rem;
}

.footer-bottom .inner {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.footer-bottom a {
    color: #fff;
}

.footer-menu {
    line-height: 2.2rem;
    width: 54%;
}

.footer-menu a.abc {
    background: url(images/abc-logo.png);
    background-size: cover;
    content: "";
    float: left;
    height: 35px;
    margin-right: 20px;
    width: 42px;
}

.footer-menu #menu-footer-menu {
    width: 100%;
}

.site-info {
    width: 24%;
}

.footer-bottom .site-copyright {
    line-height: 2.2rem;
}

.footer-bottom .footer-menu li {
    display: inline-block;
    margin-left: .5rem;
}

.footer-bottom .socials {
    width: 22%;
}

.footer-bottom .socials li {
    display: inline-block;
    line-height: 2rem;
    padding: 0 .5rem;
}

/* Search Results */

.search-results .news-block .section-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    row-gap: 2rem;
}

.search-results .news-item {
    width: calc(50% - 0.5rem);
}

.search-results .news-image {
    margin-bottom: .5rem;
}

/*
 * Media queries for different screen sizes.
 */

@media screen and (max-width: 768px) {

    section.ad-1 {
        padding: 0;
    }

    .top-bar,
    nav.main-navigation {
        display: none;
    }

    .top-bar .inner > div {
        text-align: center;
        width: 100%;
    }

    .header-main {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .site-branding {
        background: #fff;
        margin: 0;
    }

    .site-logo {
        padding-left: .5rem;
    }

    .site-logo img {
        max-height: 70px;
        padding: .8rem .5rem;
        width: auto;
    }

    body .site-header.fixed {
        background: #fff;
        position: fixed;
        left: 0;
        right: 0;
        height: 50px;
        top: 0;
    }

    body.admin-bar .site-header.fixed {
        top: 0;
    }

    .site-header .header-ad {
        height: auto;
    }

    .site-header.fixed .header-ad {
        display: none;
    }

    .site-header.fixed .site-logo {
        left: 1rem;
    }

    .site-header .mobile-navicon {
        display: block;
        left: inherit !important;
        position: absolute;
        right: 1rem !important;
        top: 1.4rem;
    }

    .site-header.fixed .mobile-navicon {
        left: inherit !important;
        position: absolute !important;
        right: 1rem !important;
        top: 1.2rem !important;
    }

    body.admin-bar .site-header .mobile-navicon {
        top: 4.2rem;
    }

    .site-header .mobile-navicon i {
        font-size: 1.85rem;
    }

    body.show-menu nav.main-navigation {
        bottom: 0;
        display: block;
        height: 100vh;
        left: 0;
        position: fixed;
        right: 0;
        top: 70px;
        z-index: 99;
    }

    body.show-menu.admin-bar nav.main-navigation {
        top: 116px;
    }

    body.show-menu.admin-bar .fixed nav.main-navigation {
        top: 70px;
    }

    .main-navigation li {
        display: block;
        width: 100%;
    }

    .main-navigation .sf-menu > li:first-child a {
        margin-left: 0;
    }

    .top-bar .inner,
    .header-main,
    .featured-area,
    .home-slider,
    .site-main,
    .news-block .section-inner,
    .site-footer .footer-content,
    .footer-bottom .inner {
        display: block;
    }

    .header-main .header-ad img {
        height: auto !important;
        width: 100% !important;
    }

    .news-ticker {
        display: block;
    }

    .news-ticker marquee {
        display: block;
        overflow: auto;
        position: relative;
        width: 75rem !important;
        white-space: nowrap !important;
        z-index: 9999;
    }

    .event-section #event-link-section {
        height: auto;
        max-width: 100%;
        width: 100%;
    }

    #home-slider {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
        margin-bottom: 1rem;
        padding: 0;
        width: 100%;
    }

    #home-slider .slider-title {
        bottom: 0;
        font-size: 1.0rem;
        left: 0;
        right: 0;
        width: 100%;
    }

    #home-slider .slider-item .news-title {
        font-size: 1.2rem;
        line-height: 1.35rem;
    }

    #home-slider .news-item .news-title {
        font-size: 0.95rem;
        line-height: 1.05rem;
    }

    #home-slider .slider-item-1 .news-title {
        font-size: 1.4rem;
        font-weight: 600;
        line-height: 1.5rem;
        max-width: 60%;
    }

    #home-slider .news-item:nth-child(1) {
        width: 100%;
        margin: 0;
    }

    #home-slider .news-item {
        width: 49.5%;
        margin: 0 0 1%;
        box-sizing: border-box;
        display: inline-block;
    }

    #home-slider .news-item .news-image {
        border: 0;
    }

    #home-slider .news-item:nth-child(2),
    #home-slider .news-item:nth-child(4) {
        margin-right: .5%;
        float: left;
    }

    #home-slider .news-item:nth-child(3),
    #home-slider .news-item:nth-child(5) {
        margin-left: .5%;
        float: right;
    }

    .site-content .inner,
    .news-block .section-inner {
        border: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .content-area,
    .widget-area,
    .news-block .news-item {
        margin-bottom: 1rem;
        width: 100%;
    }

    .content-area,
    .widget-area {
        border: 0;
        padding-right: 0;
        width: 100%;
    }

    .news-block .news-title {
        font-size: 1rem;
        font-weight: 700;
        height: auto;
        line-height: 1.4rem;
    }

    .widget-area .widget:last-child,
    .widget-area .news-item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    body #event-link-section a.bs-subscribe {
        margin: 1rem 0 0;
    }

    .site-footer .inner {
        margin-bottom: 0;
        margin-top: 0;
        padding: 2rem 1rem;
    }

    .site-footer .footer-content {
        padding-bottom: .5rem;
    }

    .site-footer .footer-content .footer-widget {
        margin: 0 1rem;
        padding: 0 0 1rem;
        text-align: center;
    }

    .site-footer .widget-title {
        font-size: 1.125rem;
        margin-bottom: 0;
        padding: 0;
    }

    .footer-about h4.widget-title {
        margin: 1rem 0;
    }

    .footer-bottom {
        padding-top: 2rem;
    }

    .footer-bottom .inner {
        padding: 0 1rem;
    }

    .footer-bottom .footer-menu,
    .footer-bottom .socials,
    .footer-bottom .site-info {
        text-align: center;
        width: 100%;
    }

    .site-footer .footer-content .footer-quick-menu {
        display: none;
    }

    .footer-bottom .footer-menu li {
        margin-left: 0;
    }

    .footer-bottom .footer-menu li a {
        display: block;
        line-height: 1.25rem;
        padding: 0 1rem 0 0;
    }

    .footer-bottom .site-info {
        padding-bottom: 1rem;
    }

    .footer-bottom .socials {
        margin: .5rem 0;
    }

    .footer-menu a.abc {
        margin: 0 auto;
        float: none;
        display: block;
        margin-bottom: 1rem;
    }

    /* Search results mobile */
    .search-results .news-item {
        width: 100%;
    }
}


/**
 * WordPress Gallery Styles - Matching Live Site
 */
.gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px 1.5rem;
    max-width: 960px;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 33.333%;
    padding: 5px;
    margin: 0;
    box-sizing: border-box;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33.333%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-item a {
    display: block;
    position: relative;
    overflow: hidden;
}

.gallery-item img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.2s ease;
}

.gallery-item a:hover img {
    opacity: 0.9;
    transform: scale(1.02);
}

.gallery-caption {
    display: none;
}

/* Gallery mobile */
@media screen and (max-width: 767px) {
    .gallery-item,
    .gallery-columns-3 .gallery-item,
    .gallery-columns-4 .gallery-item {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .gallery-item,
    .gallery-columns-2 .gallery-item,
    .gallery-columns-3 .gallery-item,
    .gallery-columns-4 .gallery-item {
        width: 100%;
    }

    .gallery-item img {
        aspect-ratio: 4 / 3;
    }
}


/**
 * Lightweight Lightbox
 */
.bs-lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.92);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.bs-lightbox-overlay.active {
    opacity: 1;
    visibility: visible;
}

.bs-lightbox-image {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    border-radius: 4px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.5);
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.bs-lightbox-overlay.active .bs-lightbox-image {
    transform: scale(1);
}

.bs-lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.2s ease;
    line-height: 1;
    font-family: Arial, sans-serif;
}

.bs-lightbox-close:hover {
    opacity: 1;
}

.bs-lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 50px;
    font-weight: 300;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.2s ease;
    padding: 20px;
    user-select: none;
    font-family: Arial, sans-serif;
}

.bs-lightbox-nav:hover {
    opacity: 1;
}

.bs-lightbox-prev {
    left: 10px;
}

.bs-lightbox-next {
    right: 10px;
}
