/**
* Theme Name: Bansta
* Theme URI: https://tsteki.com/bansta
* Author: TS
* Author URI: https://tsteki.com/author/ts
* Description: Bansta is multipupose theme for all kind of blogs.
* Version: 1.0.0
* Tested up to: 8.2
* Requires PHP: 5.6
* License: GNU General Public License v3 or later
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
* Text Domain: bansta
* Tags: blog, grid-layout, one-column, two-columns, left-sidebar, right-sidebar
*/

/* global defaults 
---------------------------------------------------------------
*/
:root {
    --red: #DF1417;
    --header-height-1: 54px;
    --header-height-2: 90px;
    --system-font: -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
* {
	box-sizing: border-box!important;
	margin: 0;
	padding: 0;
	text-rendering: optimizeSpeed;
}
main {
    display: block;
  }  
  
li {
	list-style: none;
}
a {
	text-decoration: none;
    color: var(--red);
}
.dark-mode a {
    color: var(--red);
}
.active,
.current {
	background-color: var(--link-color);
}
.active a,
.current span {
    color: white !important;
}
h6 {
    font-size: 14px;
    padding: 2px 0;
}
h5 {
    font-size: 16px;
    padding: 2.6px 0;
}
h4 {
	font-size: 18px;
	word-spacing: 0.15em;
    padding: 3px 0;
}
h4, h5, h6 {
    line-height: 1.1;
}
h3 {
	font-size: 21px;
	word-spacing: 0.15em;
	padding: 4px 0;
	line-height: 1.4;
	color: #252525;
}
h2{
	text-transform: capitalize;
	word-spacing: 0.15em;
	font-weight: var(--font-weight);
	font-size: 25px;
	padding: 6px 0;
	color: #252525;
}
h1 {
	font-size: 35px;
	padding: 8px 0;
}
h1, h2, h3, h4, h5, h6 {
    display: block;
}
p {
	word-wrap: break-word;
	color: var(--content-color);
	word-spacing: -0.003em;
	margin-bottom: 1.3em;
	line-height: 1.7;
}
b {
    overflow-wrap: break-word;
}
.dark-mode h1,
.dark-mode h2,
.dark-mode h3,
.dark-mode h4,
.dark-mode h5,
.dark-mode h6 {
    color: white;
}
.clear::after {
    display: table;
	content: "";
	clear: both;
}

/* site grids
---------------------------------------------
*/
.col-ts-1 {
    width: 8.33%;
}
.col-ts-2 {
    width: 16.66%;
}
.col-ts-3 {
    width: 25%;
}
.col-ts-4 {
    width: 33.33%;
}
.col-ts-5 {
    width: 41.66%;
}
.col-ts-6 {
    width: 50%;
}
.col-ts-7 {
    width: 58.33%;
}
.col-ts-8 {
    width: 66.66%;
}
.col-ts-9 {
    width: 75%;
}
.col-ts-10 {
    width: 83.33%;
}
.col-ts-11 {
    width: 91.66%;
}
.col-ts-12 {
    width: 100%;
}
.slider-default {
    max-width: var(--site-grid-size);
    margin: 20px auto;
    padding: 0 10px;
}
.slider-default img {
    max-height: 500px;
}
.slider-button .fa {
    cursor: pointer;
    font-size: 25px;
    padding: 12px;
}
.slider-default .slider-button {
    z-index: 1;
    top: 50%;
}
.slider-default .next-slider {
    right: 10px;
}
.slider-default .slider-header {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 50px;
    left: 15%;
    right: 15%;
    padding: 15px;
    transition: .5s all;
}
.slider-default .metas {
    color: var(--link-color);
}
.slider-default .previous-slider:hover, 
.slider-default .next-slider:hover {
    background-color: rgba(0,0,0,0.8);
  }
  
.big-grid-default,
.big-grid-2,
.big-grid-3,
.big-grid-4 {
    max-width: var(--site-grid-size);
    margin: 20px auto;
    display: flex;
    gap: 4px;
    height: auto;
    padding: 0 10px;
    max-height: 520px;
}
.slider-default a,
.big-grid-default a,
.big-grid-default .entry-date,
.big-grid-2 a,
.big-grid-2 .entry-date,
.big-grid-3 a,
.big-grid-3 .entry-date,
.big-grid-4 a,
.big-grid-4 .entry-date {
    color: #FFFFFF !important;
}
.big-grid-2 .tr-grid-big2 .entry-post-title a,
.big-grid-2 .tr-grid-big3 .entry-post-title a,
.big-grid-2 .tr-grid-big2 .grid-metas a,
.big-grid-2 .tr-grid-big3 .grid-metas a,
.big-grid-2 .tr-grid-big2 .entry-date,
.big-grid-2 .tr-grid-big3 .entry-date,
.big-grid-4 .tr-grid-big2 .entry-post-title a,
.big-grid-4 .tr-grid-big2 .grid-metas a,
.big-grid-4 .entry-date {
    font-size: 0.9em;
}
.tr-grid-big1 {
    display: block;
    flex-basis: 70%;
}
.tr-grid-big2,
.tr-grid-big3 {
    display: flex;
    flex-direction: column;
    flex-basis: 34.6%;
    gap: 4px;
}

.item-grid-row1,
.item-grid-row2,
.item-grid-big,
.slider-default {
    position: relative;
}

.item-grid-row1 .featured-image img,
.item-grid-row2 .featured-image img {
    max-height: 258px; 
}

.item-grid-row1 .featured-image img:hover,
.item-grid-row2 .featured-image img:hover {
    transform: var(--img-transform-scale); 
}

.item-grid-big img {
    max-height: 520px;
}

.item-grid-big img:hover {
    transform: var(--img-transform-scale); 
}
.tr-grid-big3 {
    position: relative;
}
.big-grid-3 img {
    min-height: 400px;
}
[class*="item-grid-"] img,
.tr-grid-big3 img {
    filter: brightness(0.5);
    aspect-ratio: var(--ts-aspect-ratio);
}
.slider-default .slider-button,
.slider-default .slider-header,
.slider-default .ts-category,
[class*="item-grid-"] .ts-category,
[class*="item-grid-"]:not(.item-grid-big) .grid-metas,
[class*="item-grid-"]:not(.item-grid-big) .entry-post-title, 
.item-grid-big .entry-post-title,
.item-grid-big .grid-metas,
.tr-grid-big3 .ts-category,
.tr-grid-big3 .grid-metas,
.tr-grid-big3 .entry-post-title {
    position: absolute;
}
.tr-grid-big3 .grid-metas {
    bottom: 40px;
}
.tr-grid-big3 .entry-post-title {
    bottom: 80px;
}
[class*="item-grid-"]:not(.item-grid-big) .entry-post-title a:hover, 
.item-grid-big .entry-post-title a:hover,
.tr-grid-big3 .entry-post-title a:hover {
    color: var(--link-color) !important;
}
.slider-default .ts-category,
[class*="item-grid-"] .ts-category,
.tr-grid-big3 .ts-category {
    top: -2px;
}
[class*="item-grid-"] .ts-category,
.tr-grid-big3 .ts-category {
    left: 0;
}
[class*="item-grid-"]:not(.item-grid-big) .grid-metas {
    bottom: 10px;
    font-size: 0.8em;
}
[class*="item-grid-"]:not(.item-grid-big) .entry-post-title {
    bottom: 43px;
    font-size: 90%;
}
[class*="item-grid-"]:not(.item-grid-big) .grid-metas,
[class*="item-grid-"]:not(.item-grid-big) .entry-post-title {
    padding: 10px;
}

[class*="item-grid-"] .entry-post-title a,
.item-grid-big .entry-post-title a {
    font-family: var(--secondary-font);
}

.item-grid-big .grid-metas {
    bottom: 43px;
}
.item-grid-big .entry-post-title,
.item-grid-big .grid-metas,
.tr-grid-big3 .grid-metas,
.tr-grid-big3 .entry-post-title {
    padding: 10px;
}
.item-grid-big .entry-post-title {
    bottom: 80px;
    font-size: 1.1em;
}
.big-grid-default .meta-separator,
.big-grid-2 .meta-separator,
.big-grid-3 .meta-separator,
.big-grid-4 .meta-separator {
    color: #FFFFFF;
}

@media (max-width:599px) {
    .slider-default .slider-header {
        bottom: 20px;
    }
    .tr-grid-big2 .entry-post-title a {
        font-size: .8em !important;
    }
    .tr-grid-big2 .ts-meta-info,
    .tr-grid-big3 .ts-meta-info {
        display: none;
    }
    .tr-grid-big2 .grid-metas,
    .tr-grid-big3 .grid-metas {
        display: none;
    }
    [class*="item-grid-"]:not(.item-grid-big) .entry-post-title {
        bottom: 5px;
    }

}
@media (min-width:600px) and (max-width:767px) {
    [class*="item-grid-"]:not(.item-grid-big) .entry-post-title a,
    [class*="item-grid-"]:not(.item-grid-big) .elem-post-title-2 a {
        font-size: 95%;
        line-height: 1.3;
    }
}
@media (max-width:767px) {
    .big-grid-default,
    .big-grid-2,
    .big-grid-3,
    .big-grid-4 {
        flex-direction: column;
        max-height: inherit;
    }
    .tr-grid-big2,
    .tr-grid-big3 {
        flex-direction: row;
    }
    .item-grid-row1,
    .item-grid-row2 {
        width: 100%;
    }
    .tr-grid-big1 {
        flex-basis: auto;
    }
    .item-grid-big img,
    .tr-grid-big3 img {
        max-height: 400px;
        min-height: auto;
    }
    .item-grid-big .entry-post-title {
        font-size: 1em;
    }
}

/* HTML Forms
--------------------------------------------------------------
*/
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0 10px;
    width: unset;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 10px;
    border-top-width: 1px;
    border-top-style: solid;
    border-left-width: 1px;
    border-left-style: solid;
}
tr:last-child th ,
tr:last-child td {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
td:last-child,
th:last-child {
    border-right-width: 1px;
    border-right-style: solid;
}
.ts-search-form {
    position: relative;
}
.ts-search-form::before {
    content: "";
    position: absolute;
    right: 0;
    top: 36px;
    border-width: 19px;
    border-style: solid;
    border-color: #FFFFFF transparent transparent transparent;
}
.ts-search-wrap .ts-search-form::before {
    display: none;
}
.ts-search-wrap .ts-search-form input[type=submit] {
    height: 39px;
    border: 1px solid;
}
.ts-search-wrap .ts-search-form input[type=text] {
    width: 94%;
    border: 2px solid #FFFFFF;
}
.dark-mode [class*="main-nav"] {
    background-color: transparent;
}
.dark-mode .main-nav-2 .ts-search-form::before {
    border-color: #ADADAD transparent transparent transparent;
}
.dark-mode .ts-search-form::before {
    border-color: #000 transparent transparent transparent;
}
.ts-search-form input[type=text] {
    padding: 10px; 
    width: 100%;
    position: absolute;
    top: 50px;
    right: 10px;
}
.ts-search-form input[type=submit] {
    width: 70px;
    position: absolute;
    top: 50px;
    right: 10px;
    cursor: pointer;
    background-color: var(--primary-color); 
    color: white;
    border: none;
    height: 36px;
    padding: 0 5px 0 0;
}
.ts-page-content p {
    padding: 10px;
}
.ts-page-content input[type=text] {
    margin: -20px -20px 0px 0px;
}
.ts-page-content input[type=submit] {
    right: -11px;
    top: 19px;
    height: 38px;
}
.ts-page-content .ts-search-form {
    margin-bottom: 150px;
}
.search-icon .ts-search-form {
    position: relative;
    display: none;
}
.search-icon .ts-search-form input[type=text],
.search-icon .ts-search-form input[type=submit] {
    position: absolute;
    top: 43px;
    right: 0;
}

.search-icon .ts-search-form input[type=text] {
    padding: 10px; 
    width: 200px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    border: 1px solid #212121;
    height: 40.8px;
}
.search-icon .ts-search-form input[type=text]:focus {
    width: 400px;
}
.search-icon .ts-search-form input[type=submit] {
    width: 70px;
    cursor: pointer;
    background-color: var(--primary-color); 
    color: white;
    height: 40.8px;
    padding: 2px;
}
.dark-mode .ts-search-form input[type=submit] {
    background-color: var(--link-color);
}
.fn a,  
.comment-content a, 
.reply a {
    color: #0c0c0c;
    font-weight: var(--font-weight);
}
.comment-form .widget-title {
    padding: 10px 0 10px 10px;
}
form {
    display: flex;
    flex-direction: column;
}
form input[type=text], 
form input[type=email], 
form input[type=submit], 
#comment {
    padding: 6px;
    width: 100%;
    margin: 12px 0;
}
.dark-mode input[type=text],
.dark-mode input[type=email],
.dark-mode input[type=search],
.dark-mode input[type=password],
.dark-mode textarea {
    background-color: #ccc;
}
form input[type=submit] {
    font-size: 16px;
    font-weight: 700; 
    background-color: var(--primary-color);
    color: white;
    cursor: pointer;
    border: none;
}
.dark-mode input[type=submit],
.dark-mode button {
    background-color: var(--link-color);
    border: 1px solid #ccc;
    color: #FFFFFF;
    font-weight: bolder;
}
.comment-content p {
    font-size: 16px;
    margin-left: 40px;
    margin-top: 10px;
}
.comment-metadata time {
    margin-left: 40px;
    color: #0c0c0c;
}
.dark-mode .comment-metadata time {
    color: #ccc;
}
.comment-edit-link {
    color: var(--link-color);
}
.comment-metadata a {
    font-size: 13px;
}
.reply {
    margin: 10px 0;
}
.reply a {
    text-decoration: underline;
}
.comment-reply-title a {
    color: #212121;
    margin-left: 8px;
}
.dark-mode .comment-reply-title a {
    color: orangered;
}

#modal-container {
    display: none;
	z-index: 99;
	width: 100%;
	position: fixed;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	overflow: auto;
	left: 0;
	top: 0;
	padding-top: 60px;
}

.modal-form {
	background-color: #fefefe;
  	margin: 5px auto; /* 15% from the top and centered */
  	border: 1px solid #888;
  	width: 30%;
}
.dark-mode .modal-form {
    background-color: #121212;
}
.form-container li {
    float: right;
}
.imgcontainer img.avatar {
    width: 40%;
}
.author-box-wrap img.avatar {
    width: 60px;
}
.imgcontainer img.avatar, .author-box-wrap img.avatar {
	height: auto;
	border-radius: 50%;
}
.form-container {
  	padding: 16px;
}
span .psw {
  	float: right;
  	padding-top: 16px;
    color: var(--link-color);
}
.psw a {
    color: var(--link-color);
}
.imgcontainer {
  	text-align: center;
  	margin: 24px 0 12px 0;
}
.cancelbtn {
  	width: auto!important;
  	padding: 10px 18px!important;
  	background-color: var(--primary-color)!important;
}
.modal-form input[type=text], 
.modal-form input[type=password] {
  	width: 100%;
  	padding: 12px 20px;
  	margin: 8px 0;
  	display: inline-block;
  	border: 1px solid #ccc;
  	box-sizing: border-box;
}
.modal-form button {
  	background-color: #222;
  	color: white;
  	padding: 14px 20px;
  	margin: 8px 0;
  	border: none;
  	cursor: pointer;
  	width: 100%;
}
.modal-form button:hover {
  	opacity: 0.8;
}
#modal-container .close {
  	color: #000;
  	font-size: 35px;
  	font-weight: bold;
    margin: -4% 0 0 90%;
}

.dark-mode #modal-container .close {
    color: #FFFFFF;
}

/* Close button on hover */
#modal-container .close:hover,
#modal-container .close:focus {
  	color: var(--link-color);
  	cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  	-webkit-animation: animatezoom 0.6s;
  	animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  	from {-webkit-transform: scale(0)}
  	to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
  	from {transform: scale(0)}
  	to {transform: scale(1)}
}
@media (max-width:420px) {
    .search-icon .ts-search-form input[type=text]:focus {
        width: 300px;
    }
}
@media (max-width:767px) {
	.modal-form {
		width: 80%;
	}
	#modal-container .close {
		right: 22%;
	}
    
}
@media (max-width:599px) {
    .ts-search-form::before {
        left: 90%;
    }
}

/* arrow top
--------------------------------------------------
*/
#go-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 99;
    background-color: var(--link-color);
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
}
#go-to-top:hover {
    background-color: #535353;
}
#go-to-top .fa {
    font-size: 30px;
}

/* captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
/* galleries
--------------------------------------------------------------
*/
.gallery {
	margin: -5px;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding: 5px;
	margin: 0;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/* Global containers
--------------------------------------------------
*/
.main-wrapper, 
.top-bar, 
.top-container, 
.container,
.main-area {
    max-width: 100%;
    display: block;
}
body {
    line-height: var(--line-height);
    font-family: var(--primary-font);
}
.main-wrapper {
    overflow-x: clip;
}
.container {
    position: relative;
    width: var(--site-header-size);
    display: flex;
    margin: 0 auto;
    align-items: center;
    padding: 0 10px;
}
.dark-mode .main-wrapper {
	background-color: #222;
}
.mobile-container {
    display: none !important;
}

/* Accesibility
------------------------------------------------------------------
*/

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
  }
  
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875em;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
  }
  
  /* Do not show the outline on the skip link target. */
  #main-content[tabindex="-1"]:focus {
    outline: 0;
  }

/* top bar
----------------------------------------------------------------------
*/

.top-bar,
.top-bar-2,
.top-bar-3 {
    height: 35px;
    position: relative;
}

.dark-mode .top-bar-2 {
    background-color: var(--primary-color);
}
.top-bar-3 .fa {
    color: #0c0c0c;
}
.top-bar-3 svg {
    fill: #0c0c0c;
}
.dark-mode .top-bar-3 .fa {
    color: #fff;
}
.dark-mode .top-bar-3 svg {
    fill: #fff;
}
.dark-mode .top-bar,
.dark-mode .navigation-menu li.current-menu-item > a,
.dark-mode .navigation-menu .navigation > li:hover > a,
.dark-mode .navigation-menu .navigation > li.focus > a,
.dark-mode .navigation-menu .navigation > li > a:hover,
.dark-mode .navigation-menu .navigation > li > a:focus {
    background-color: var(--link-color);
}
.top-social {
    display: flex;
    justify-content: flex-end;
}
.top-social a {
    display: inline-block;
    padding: 5px 8px;
}

/* site header
------------------------------------------------------------------
*/


header {
    padding: 0 10px;
}

.header-wrapper {
    border-bottom: 1px solid #ccc;
}
.header,
.header-2,
.header-4,
.header-5 {
    padding: unset;
    
}
.header,
.header-4,
.header-5 {
    height: var(--header-height-1); 
    max-width: 100%;
    position: relative;
}
.header-2 {
    border-bottom: none;
    height: var(--header-height-2);
    display: flex;
    align-items: center;
}
.dark-mode .top-bar-3 {
    background-color: var(--red);
}

.dark-mode .header-2 {
    background-color: var(--primary-color);
}

.sticky-header {
    position: fixed;
    z-index: 999;
    top: 0;
    background-color: #fff;
    max-width: 100%;
}
.dark-mode .sticky-header {
    background-color: var(--secondary-color);
}

#off-canvas-2 {
    width: 22%;
    z-index: 2;
}
#menu-toga {
    display: none;
}
.menu-icon-canva {
    display: inline-block;
}
.menu-icon-canva label {
    cursor: pointer;
    display: inline-block;
    height: 35px;
    width: 35px;
    margin: 8px 0;
}
.menu-icon-canva label span {
    display: block;
    height: 4px;
    width: 30px;
    background-color: black;
    margin: 6px 0;
    transition: .6s;
}
.dark-mode .menu-icon-canva label span {
    background-color: #fff;
}
.off-canvas-toga span:first-child {
    -webkit-transform: rotate(-45deg) translate(-8px, 6px);
    -ms-transform: rotate(-45deg) translate(-8px, 6px);
    -moz-transform: rotate(-45deg) translate(-8px, 6px);
    transform: rotate(-45deg) translate(-8px, 6px);
}
.off-canvas-toga span:nth-child(2) {
    opacity: 0;
}
.off-canvas-toga span:last-child {
    -webkit-transform: rotate(45deg) translate(-9px, -6px);
    -ms-transform: rotate(45deg) translate(-8px, -6px);
    -moz-transform: rotate(45deg) translate(-9px, -6px);
    transform: rotate(45deg) translate(-8px, -6px);
}
#menu-toga:checked ~ .off-canvas-menu {
    width: 22%;
}
#menu-toga:checked ~ #site-header,
#menu-toga:checked ~ [class*="big-grid-"],
#menu-toga:checked ~ .content-wrapper,
#menu-toga:checked ~ .single-content-wrapper, 
#menu-toga:not(:checked) ~ #site-header,
#menu-toga:not(:checked) .big-grid-4,
#menu-toga:not(:checked) ~ .content-wrapper,
#menu-toga:not(:checked) ~ .single-content-wrapper {
    transition: .5s all ease-in-out;
}

#menu-toga:checked ~ #site-header,
#menu-toga:checked ~ [class*="big-grid-"],
#menu-toga:checked ~ .content-wrapper,
#menu-toga:checked ~ .single-content-wrapper,
.off-canvas-wrapper [class*="big-grid-"],
.off-canvas-wrapper .content-wrapper,
.off-canvas-wrapper .single-content-wrapper,
.off-canvas-wrapper .footer-widgets {
    margin-left: 22%;
}
.off-canvas-wrapper .breadcrumbs {
    margin-left: 16%;
}

.off-canvas-menu {
    height: 100%; 
    width: 0; 
    position: fixed; 
    z-index: 2; 
    top: 0;
    left: 0;
    background-color: var(--primary-color); 
    padding-top: 15px;
    overflow-x: hidden; 
    transition: 0.5s; 
}

.off-canvas-menu .site-branding {
    margin: 5px;
    justify-content: center;
}
.off-canvas-menu .site-title a {
    color: #fff;
}
.off-canvas-menu ul {
    flex-direction: column;
}
.off-canvas-menu #main-nav ul ul {
    position: static;
}

#main-nav {
    align-content: center;
}

.off-canvas-menu .profile-icon {
    padding: 10px;
}
.off-canvas-menu .navigation {
    margin: 20px 0;
}
.off-canvas-menu p {
    font-size: 1em;
    color: var(--link-color);
}
.off-canvas-menu .top-social {
    justify-content: flex-start;
    border-top: 1px solid #ccc;
    padding: 10px
}
.off-canvas-top {
    display: flex;
}
.site-branding,
.site-branding a,
.site-branding img,
.site-logo,
.primary-navigation,
.dark-mode-switch,
.search-icon {
    max-height: var(--header-height-1);
}
.primary-navigation {
    display: flex;
    align-self: normal;
}
.site-branding {
    display: inline-flex;
} 
.select-menu a {
    color: var(--secondary-color);
}
.off-canvas-menu .select-menu a {
    color: var(--link-color);
    font-weight: 500;
}
#site-logo {
    display: inline-flex;
    align-items: center;
    padding: 0;
}

.header #site-logo img,
.header-4 #site-logo img,
.header-5 #site-logo img {
    max-height: 53px;
}
#site-logo img {
    margin: 0;
    width: var(--logo-size);
}
.site-title a {
    color: #282828;
    font-size: var(--site-identity-font-size);
    font-family: var(--site-identity-font);
    font-weight: var(--font-weight);
    display: inline-flex;
    align-items: center;
}
.navigation {
    display: flex;
}
.main-nav-2 {
    height: 48px;
    display: flex;
}
.navigation li a {
    display: block;
    padding: 14px 12px;
    font-size: 1.03em;
    font-weight: var(--font-weight);
    color: var(--secondary-color);
    text-wrap: nowrap;
}
.off-canvas-menu .navigation li a {
    padding: 12px 9px;
    text-decoration: none;
    font-size: 1.1em;
    color: #fff;
    display: block;
    transition: 0.3s;
}
.main-nav-2 .navigation li a {
    padding: 11px;
}

.navigation li a, .search-icon .fa-search {
    color: var(--menu-link-color);
}
.off-canvas-menu .navigation li a:hover {
    background-color: inherit;   
}

ul .sub-menu {
    display: none;
    border-top: 2px solid black;
    position: absolute;
    background-color: var(--secondary-color);
    z-index: 999;
    width: 170px;
}
.off-canvas-menu ul .sub-menu {
    background-color: transparent;
}

ul .sub-menu li a {
    padding: 12px 24px;
    color: #fff;
}
ul .sub-menu .sub-menu {
	position: absolute;
	left: 100%;
	top: -2px;
	display: none; 
}

.menu-item-has-children {
    position: relative;
}
.menu-item-has-children::after {
	content: " ";
	position: absolute;
	right: 0;
	top: 27px;
	border-width: 4px;
	border-style: solid;
	border-color: var(--menu-link-color) transparent transparent transparent;
}
.off-canvas-menu .menu-item-has-children::after {
    border-color: var(--link-color) transparent transparent transparent;
    margin: 0 5px;
}

.main-nav-2 .menu-item-has-children::after {
    top: 23px;
}
.menu-item-has-children:hover .menu-item-has-children::after,
.dark-mode .menu-item-has-children:hover .menu-item-has-children::after {
    border-color: transparent transparent transparent var(--menu-link-color);
}
.off-canvas-menu .menu-item-has-children:hover .menu-item-has-children::after {
    border-color: var(--link-color) transparent transparent transparent;
}
.dark-mode .menu-item-has-children::after {
    border-color: #FFFFFF transparent transparent transparent;
}

.off-canvas-menu .menu-item-has-children:hover {
    background-color: var(--secondary-color);
}

.menu-item-has-children:hover > .sub-menu {
	display: block;
}
.dark-mode .menu-item-has-children:hover {
    background-color: var(--link-color);
}
.dark-mode .sub-menu li a {
    color: #000!important;
}
#menu-toggle {
    display: none;
}
.dark-mode-switch,
.search-icon {
    display: inline-flex;
    justify-content: flex-end;
}
.dark-mode-switch {
    margin: auto;
}
.dark-mode {
    background-color: black; 
    color: white;
}
.dark-mode #site-header:not(.header-2) {
    background-color: black;
    box-shadow: 0 4px 8px 0 rgba(250, 250, 250, 0.2);
    border: none;
}
.dark-mode .site-title a,
.dark-mode #post-title a, 
.dark-mode #main-nav a, 
.dark-mode .wp-block-latest-posts:not(.is-grid) li a, 
.dark-mode .wp-block-latest-comments .wp-block-latest-comments__comment a, 
.dark-mode .widget ul li a, 
.dark-mode .pagination li a, 
.dark-mode p, 
.dark-mode #site-header .fa, 
.dark-mode #site-logo, 
.dark-mode .ts-post-content li,
.dark-mode .read-more a {
    color: white;
    border-color: white;
}
.dark-mode .share-nodes .fa {
    color: #fff;
}
.dark-mode #post-title a:hover, 
.dark-mode .ts-post-author-name a, 
.dark-mode .widget ul li a:hover, 
.dark-mode .ts-tags a, 
.dark-mode .ts-prev-next-content a {
    color: var(--link-color);
}
.dark-mode .fn a, 
.dark-mode .comment-metadata a, 
.dark-mode .comment-content a, 
.dark-mode .reply a, 
.dark-mode .comment-metadata a {
    color: var(--link-color) !important;
}
#switch {
    display: none;
}
label .slider {
    width: 33px;
    height: 18px;
    background-color: #484848;
    display: inline-block;
    cursor: pointer;
    position: relative;
    border-radius: 15px;
    margin: 6px 0;
}
.fa-moon-o::before {
    color: #FFFFFF;
    font-size: 15px;
    position: absolute;
    top: 1px;
    transform: rotate(210deg);
    left: 16px;
}
.dark-mode .fa-moon-o::before {
    display: none;
}
label .slider::before {
    width: 16px;
    height: 16px;
    position: absolute;
    display: block;
 	background-color: #FFFFFF;
    content: "";
	bottom: 1px;
    border-radius: 25px;
    transition: .3s all ease-in-out;
}
.dark-mode .slider::after {
    content: "\263C";
    font-size: 15px;
    position: absolute;
    top: -4px;
    left: 0;
}
#switch:checked + .slider,
.dark-mode .slider {
    background-color: #484848;
}
.dark-mode .slider::before {
    -webkit-transform: translateX(15px);
    -ms-transform:translateX(15px);
    transform: translateX(15px);
    box-shadow: 0 2px 8px 0;
}
.search-icon {
    position: relative;
	z-index: 99;
}
.search-icon .fa-search {
    cursor: pointer;
}
.dark-mode .search-icon .fa-search {
    color: #FFFFFF;
}
#close {
    position: absolute;
    right: 10px;
    top: 33px;
    font-size: 35px;
    font-weight: 600;
    cursor: pointer;
    display: none;
}

@media (max-width:767px) {
    .mobile-container {
        display: inline-block !important;
    }
    .container {
        align-items: inherit;
    }
    .site-branding {
        width: 100%;
        position: absolute;
        display: flex;
        justify-content: center;
        top: 0;
    }
    
    .search-icon,
    .dark-mode-switch {
        position: absolute;
    }
    .search-icon {
        top: 14px;
        right: 10px;
    }
    
    .dark-mode-switch {
        left: 78%;
        top: 11px;
    }
	.navigation {
        position: absolute;
        display: block;
        width: 100%;
        background-color: #454545;
        height: auto;
        transition:  all 0.2s ease-in-out;
        left: 0;
        z-index: 2;
        top: 47px;
        overflow: hidden;
    }
    .header-4 .navigation,
    .header-5 .navigation {
        top: 55px;
    }
    .header-4 ul .sub-menu,
    .header-5 ul .sub-menu {
        background-color: inherit;
    }
    #off-canvas-2 {
        display: none;
    }
    .stick-navi {
        top: 50px;
    }
	#main-nav li a {
        color: white;
    }
	#main-nav ul ul {
		position: static;
  	}
    ul .sub-menu {
        background-color: red;
        width: 100%;
    }
    .menu-item-has-children::after {
        border-color: #FFFFFF transparent transparent transparent;
        margin: 0 5px;
    }
	.menu-item-has-children:first-child::after {
		content: "\25BE";
	}
    .menu-item-has-children:first-child::after {
        border-style: none;
    }
	.menu-item-has-children::after, 
	.menu-item-has-children:first-child::after {
		color: #fff;
	}
	.menu-item-has-children .sub-menu {
		display: none !important;
		height: auto !important;
	}
	.menu-item-has-children:hover > .sub-menu {
		display: block !important;
    }
    .header-2 .site-branding {
        position: unset;
    }
    .menu-icon-canva {
        position: absolute;
        z-index: 1;
    }
	.menu-icon {
        position: absolute;
        left: 10px;
        display: inline-block;
        margin: 5px 0;
        z-index: 1;
    }
    #menu-toga:checked ~ .off-canvas-menu {
        width: 0;
   }
    #menu-toga:checked ~ #site-header,
    #menu-toga:checked ~ .big-grid-4,
    #menu-toga:checked ~ .content-wrapper,
    #menu-toga:checked ~ .single-content-wrapper,
    .off-canvas-wrapper [class*="big-grid-"],
    .off-canvas-wrapper .content-wrapper,
    .off-canvas-wrapper .single-content-wrapper,
    .off-canvas-wrapper .breadcrumbs {
        margin-left: auto;
    }
   .menu-icon-canva {
    display: none;
   }
	.menu-icon label {
        cursor: pointer;
        display: inline-block;
        height: 35px;
        width: 35px;
    }
    .header .menu-icon label,
    .header-4 .menu-icon label,
    .header-5 .menu-icon label {
        margin: 3px 0;
    }
	.menu-icon label span {
        display: block;
        height: 4px;
        width: 30px;
        background-color: black;
        margin: 6px 0;
        transition: .6s;
    }
    .dark-mode #menu-icon label span {
        background-color: white;
    }
	#menu-toggle:checked ~ .menu-icon label span:first-child {
        -webkit-transform: rotate(-45deg) translate(-8px, 6px);
        -ms-transform: rotate(-45deg) translate(-8px, 6px);
        -moz-transform: rotate(-45deg) translate(-8px, 6px);
        transform: rotate(-45deg) translate(-8px, 6px);}
	#menu-toggle:checked ~ .menu-icon label span:nth-child(2) {
        opacity: 0;
    }
	#menu-toggle:checked ~ .menu-icon label span:last-child {
        -webkit-transform: rotate(45deg) translate(-9px, -6px);
        -ms-transform: rotate(45deg) translate(-8px, -6px);
        -moz-transform: rotate(45deg) translate(-9px, -6px);
        transform: rotate(45deg) translate(-8px, -6px);
    }
	#menu-toggle:not(:checked) ~ #main-nav ul {
        height: 0;
    }
	#menu-toggle:checked ~ #main-nav ul {
        height: calc(100vh - 50px);
    }
}

@media (min-width: 768px) {
    .header-5 {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1018px) {
    .navigation li a {
        text-wrap: nowrap;
        font-size: 90%;
        padding: 15px 9px;
    }
    .main-nav-2 .navigation li a {
        padding: 13px;
    }
    #menu-toga:checked ~ .off-canvas-menu {
        width: 200px;
    }
    #menu-toga:checked ~ #site-header,
    #menu-toga:checked ~ .big-grid-4,
    #menu-toga:checked ~ .content-wrapper,
    #menu-toga:checked ~ .single-content-wrapper {
        margin-left: 200px;
    }
    .off-canvas-menu p {
        display: none;
       }
}
@media (min-width:1019px) and (max-width:1240px) {
    #menu-toga:checked ~ .off-canvas-menu {
        width: 280px;
    }
    #menu-toga:checked ~ #site-header,
    #menu-toga:checked ~ .big-grid-4,
    #menu-toga:checked ~ .content-wrapper,
    #menu-toga:checked ~ .single-content-wrapper {
        margin-left: 280px;
    }
}

/* main content area
------------------------------------------------------------------------
*/
.breadcrumbs-container {
    width: var(--site-content-size);
    margin: auto;
    max-width: 100%;
    padding: 10px;
}
.dark-mode .breadcrumbs-container {
    background-color: inherit;
}
.breadcrumbs {
    display: flex;
    align-items: center;
}
.breadcrumbs .separator {
    padding: 0 4px;
}
.breadcrumbs .item-cat a,
.breadcrumbs .item-home a {
    color: #454545;
}
#breadcrumbs .item-home,
#breadcrumbs .item-cat,
#breadcrumbs .bread-current {
    font-family: var(--primary-font);
    font-size: 0.88em;
}
#breadcrumbs .fa-chevron-right {
    font-size: 13px;
    color: #3B3B3B;
}
.dark-mode #breadcrumbs .fa-chevron-right {
    color: #FFFFFF;
}
.dark-mode .breadcrumbs .item-cat a,
.dark-mode .breadcrumbs .item-home a {
    color: var(--link-color);
}
.content-wrapper,
.single-content-wrapper {
    margin: 20px 0;
}
.content-wrapper,
.dark-mode .content-wrapper,
.dark-mode .single-content-wrapper {
    background-color: transparent;
}
.content-wrapper {
    display: flex;
}
.main-area {
    display: flex;
    width: var(--site-content-size);
    margin: auto;
    max-width: 100%;
    padding: 0 10px;
    column-gap: 20px;
}

#main-content {
	display: flex;
	flex-direction: column;
	max-width: 100%;
}

#main-content .default-container,
#main-content .grid2-container,
#main-content .grid3-container,
#main-content .grid4-container,
#main-content .grid5-container,
#main-content .card1-container,
#main-content .card2-container,
#main-content .card3-container {
    display: grid;
}

#main-content .default-container,
#main-content .card1-container {
    grid-gap: 20px;
}
.card1-container .type-post {
    position: relative;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.dark-mode .card1-container .type-post {
    background-color: #0c0c0c;
    box-shadow: 0 4px 8px 0 rgba(250, 250, 250, 0.2), 0 6px 20px 0 rgba(250, 250, 250, 0.19);
}
.card1-container header {
    padding-top: 8px;
}
#main-content .grid2-container,
#main-content .grid3-container,
#main-content .grid4-container,
#main-content .grid5-container {
    max-width: 100%;
    grid-gap: 45px 15px;
}
#main-content .card2-container,
#main-content .card3-container {
    max-width: 100%;
    grid-gap: 25px 15px;
}
#main-content .grid2-container,
#main-content .card2-container {
    grid-template-columns: repeat(2,minmax(0,2fr));
}
#main-content .grid3-container,
#main-content .card3-container {
    grid-template-columns: repeat(3,minmax(0,2fr));
}
#main-content .grid4-container {
    grid-template-columns: repeat(4,minmax(0,2fr));
}
#main-content .grid5-container {
    grid-template-columns: repeat(5,minmax(0,2fr));
}

.default-container .ts-content-wrap,
.card1-container .ts-content-wrap {
    float: right;
    width: 55%;
}
.ts-post-excerpt {
    padding: 10px 0;
    line-height: 1.2;
    font-size: 0.9em;
    color: #454545;
}
.default-container .ts-post-content-entry {
    padding: 0 10px;
}

.grid2-container .content-entry,
.grid3-container .content-entry,
.grid4-container .content-entry,
.grid5-container .content-entry {
    height: 380px;
}
.card2-container header,
.card3-container header {
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card2-container header {
    height: 220px;
}

.no-sidebar .card2-container header {
    height: 250px;
}

.no-sidebar .entry-post-title a {
    font-size: 1.2em;
}

.card3-container header {
    height: 190px;
}

.no-post-thumb .ts-content-wrap {
    width: 100%;
}

.no-sidebar .card3-container header {
    height: 250px;
}
.single-wide-1,
.single-wide-2 {
    margin: 0;
}
.ts-single-hero-1,
.ts-single-hero-2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.ts-single-hero-1 {
    position: relative;
}
.ts-single-hero-1 .ts-post-header {
    width: var(--site-content-size);
    position: relative;
    bottom: 80px;
    margin: -100px auto 20px auto;
    max-width: 100%;
}
.ts-single-hero-1 .ts-category a {
    background-color: var(--link-color);
}
.ts-single-hero-1 .entry-post-title {
    font-size: 1.2em;
    color: #fff;
}
.ts-single-hero-1 .featured-image img,
.ts-single-hero-2 .featured-image img {
    max-height: 640px;
    filter: brightness(0.5);
}
.ts-single-hero-1 .metas,
.ts-single-hero-1 .ts-post-comments .fa {
    color: #c0c0c0;
}
.ts-single-hero-2 {
    display: flex;
    margin-bottom: 40px;
}
.ts-single-hero-2 .ts-post-header {
    width: 40%;
    display: block;
}
.ts-single-hero-2 .featured-image {
    width: 60%;
}
.ts-single-hero-2 .entry-post-title,
.ts-single-hero-1 .entry-post-title {
    font-size: 1.8em;
    line-height: 1.6;
}
.ts-single-hero-2 .entry-post-title,
.ts-single-hero-2 .ts-category {
    margin-bottom: 26px;
}

[class*="single-wide-"] .social-share > div {
    width: 100%;
}
[class*="single-wide-"] .share-nodes {
    width: 30% !important;
}
.single-wide-1 .share-nodes .fa,
.single-wide-2 .share-nodes .fa {
    margin-top: 0;
    font-size: 1.8em;
}

.inner-container-modern-3 {
    position: relative;
}
.inner-container-modern-3 .ts-post-header {
    padding: 20px 15px !important;
    margin: -60px 20px 10px 20px;
    background-color: var(--primary-color);
}
.inner-container-modern-3 .entry-post-title {
    color: #fff;
}
.inner-container-modern-3 .metas,
.inner-container-modern-3 .ts-post-author-name a,
.inner-container-modern-3 .ts-post-comments .fa {
    color: #ccc;
}
.card3-container .entry-post-title {
    font-size: 90%;
}
.card3-container .metas {
    font-size: 82%;
}
.dark-mode .card2-container header,
.dark-mode .card3-container header {
    background-color: #0c0c0c;
    box-shadow: 0 4px 8px 0 rgba(250, 2500, 250, 0.2), 0 6px 20px 0 rgba(250, 250, 250, 0.19);;
}

[class*="-container"] .featured-image img {
    aspect-ratio: var(--ts-aspect-ratio);
}

[class*="-container"] .featured-image img:hover {
    transform: var(--img-transform-scale);
}

.card2-container .featured-image {
    max-height: 220px;
}

.no-sidebar .card2-container .featured-image {
    max-height: 250px;
}

.card3-container .featured-image {
    max-height: 180px;
}

.no-sidebar .card3-container .featured-image {
    max-height: 250px;
}
.card2-container .ts-category,
.card3-container .ts-category {
    margin-left: -16px;
}

.dark-mode .ts-post-excerpt {
    color: #CCC!important;
}
.default-container .entry-post-title,
.card1-container .entry-post-title {
    font-size: 1.05em;
    line-height: 1.4;
}
.default-container .featured-image,
.card1-container .featured-image {
    float: left;
    width: 45%;
}

.card1-container .featured-image {
    width: 50%;
}
.card1-container .ts-post-header {
    width: 50%;
    float: right;
}
.content-entry-grid_3 .read-more a {
    border: none;
}
.content-entry-grid_3 .read-more::after {
    content: "...";
    font-size: 12px;
}
.entry-post-title {
    padding: 0;
}
.bypostauthor {
    display: block;
    line-height: 1;
  }
.read-more a {
	border: 1px solid var(--secondary-color);
	color: var(--secondary-color);
	font-weight: 600;
	font-size: 13px;
}
.default-container .read-more a{
    padding: 4px 2px;
    font-size: 12px;
}
.read-more a:hover {
	border-color: #E91E21;
}
.pagination {
    margin: 10px 0;
}
.pagination ul {
    display: flex;
	justify-content: center;
}

.pagination li a,
.pagination li span {
    padding: 4px 12px;
    font-size: 0.9em;
    font-weight: bold;
    display: block;
    font-family: 'Roboto', sans-serif;
    color: #222222;
    text-wrap: nowrap;
} 
.pagination a:active,
.pagination span:active {
    color: white;
    background-color: red;
}
.bansta-loadmore-link {
    display: block;
    text-align: center;
}
.bansta-lodmore-txt {
    border: 1px solid #fff;
    padding: 2px 50px 5px 50px;
    font-size: .9em;
    font-weight: 600;
    border-radius: 15px;
    background-color: var(--primary-color);
    color: #fff;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,0.6);
}
.bansta-infinity-text {
    text-align: center;
}
#sidebar {
    max-width: 100%;
    height: auto;
}
.sidebar-container {
    -webkit-position: sticky;
    position: sticky;
    top: 50px;
    margin-bottom: 10px;
}
.no-sidebar .sidebars {
	display: none;
}

.no-sidebar #main-content {
	width: 100%;
}
.left-sidebar .main-area {
	flex-direction: row-reverse;
}

.content-entry {
	background-color: #fff;
	width: 100%;
	height: auto;
	float: left;
	max-width: 100%;
	overflow: hidden;
}

.dark-mode .content-entry {
    box-shadow: 0 4px 8px 0 rgba(250, 250, 250, 0.2), 0 6px 20px 0 rgba(250, 250, 250, 0.19);
	background-color: black;
}
.content-entry-grid_2 header,
.content-entry-grid_3 header,
.content-entry-grid_4 header,
.content-entry-grid_5 header {
    padding: 10px 0;
}
.content-entry-grid_2 .ts-post-excerpt {
    font-size: 14px;
    color: #454545;
    line-height: 1.2;
}
.content-entry-grid_2 .read-more a {
    border: none;
}
.content-entry-grid_2 .read-more::after {
    content: "...";
    font-size: 12px;
}
.content-entry-grid_3 .metas,
.content-entry-grid_4 .metas,
.content-entry-grid_5 .metas {
    font-size: .75em;
}
.featured-image {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: cover;
    transition: .6s all;
}
.single-container .featured-image img {
    max-height: 380px;
}
.single-container .ts-post-header {
    padding: 0;
    position: relative;
}
.single-container .entry-post-title {
    font-size: 1.1em;
}
.single-post-wrap .ts-small-box {
	position: static;
	padding: 10px 0;
}

.related-articles-container .featured-image img {
    max-height: 300px;
    aspect-ratio: 16/11;
}
.related-articles-container .featured-image {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.related-articles-container .entry-post-title {
    font-size: 15px;
}
.inner-card-container,
.card-wrap .comments {
	padding: 12px;
	background-color: #fff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.dark-mode .inner-card-container {
	background-color: black;
    box-shadow: 0 4px 8px 0 rgba(250, 250, 250, 0.2), 0 6px 20px 0 rgba(250, 250, 250, 0.19);
}

.entry-post-title a {
    color: var(--secondary-color);
}

.dark-mode .entry-post-title {
    color: #FFFFFF;
}
.entry-post-title {
    font-size: 1em;
    line-height: 1.4;
    padding-top: 8px;
}
.default-container .entry-post-title,
.card1-container .entry-post-title {
    padding: 0;
}

.grid2-container .entry-post-title,
.grid3-container .entry-post-title,
.grid4-container .entry-post-title,
.grid5-container .entry-post-title {
    line-height: 1.4;
    font-size: 1em;
} 
.ts-category,
.ts-category-2 {
	display: flex;
    margin-left: -6px;
    flex-wrap: wrap;
    z-index: 1;
}
.ts-category a,
.ts-category-2 a {
	font-size: 0.7em;
	font-weight: 500;
	color: aliceblue;
	background-color: var(--primary-color);
	padding: 4px 5px;
	margin-left: 6px;
}
.ts-category a:hover,
.ts-category-2 a:hover {
	background-color: var(--link-hover-color);
}
.inner-card-container .ts-post-author-name::before {
    content: "By";
	margin-right: 3px;
}
.ts-meta-info {
    display: inline-flex;
    width: 100%;
    margin-bottom: 5px;
}
.ts-post-author-name a {
    color: #121212;
    font-family: var(--secondary-font);
}
.wp-block-latest-comments__comment-meta a {
    color: #212121;
}
.ts-post-comments .fa {
    color: #000;
    font-size: 17px;
    padding-left: 20px;
}
.logged-in-as a {
    color: var(--link-color);
}
.dark-mode .ts-post-comments .fa {
    color: white;
}
.ts-post-comments a {
    position: relative;
}
.ts-post-comments a span {
    position: absolute;
    left: 40px;
}
.metas {
    padding: 4px 8px 4px 0;
    display: inline-flex;
    font-size: 0.9em;
    color: #535353;
    position: relative;
}

.ts-post-author {
    color: #3B3B3B;
}
.dark-mode .metas {
    color: #FFFFFF;
}
.heading-default,
.heading-style-2 {
    border-bottom: 4px solid var(--link-color);
    display: inline;
    padding-bottom: 8px;
}
.heading-style-4 {
    display: block;
    background-color: #eeeeee;
    border-left: 6px solid var(--link-color);
    padding-left: 4px;
}
.dark-mode .heading-style-4 {
    background-color: transparent;
}
.heading-style-5 {
    padding: 6px;
}
.heading-style-5,
.heading-style-7 {
    background-color: var(--primary-color);
    color: #FFFFFF;
}
.heading-style-6,
.heading-style-7 {
    display: flex;
    text-wrap: nowrap;
    line-height: 2;
}
.heading-style-6 div {
    display: inline;
    width: 100%;
    border: 1px solid;
    margin: auto 0 auto 6px;
}
.heading-style-7 {
    position: relative;
    padding: 0 0 0 6px;
}
.heading-style-7 div {
    content: "";
    border-width: 22px;
	border-style: solid;
	border-color: transparent transparent transparent var(--primary-color);
    background-color: var(--link-color);
    width: 100%;
    margin-left: 12px;
}
.heading-default::after {
    border-bottom: 1px solid #3B3B3B;
}
.heading-style-3 {
    border-bottom: 1px solid;
}

.heading-style-2::after {
    border-bottom: solid transparent;
}

.heading-default::after,
.heading-style-2::after,
.heading-style-3 {
    width: 100%;
    display: block;   
    content: "";
    padding-bottom: 8px;
}
.widget {
	background-color: transparent;
}
.card1 .widget,
.card2 .widget,
.card3 .widget {
    padding: 12px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 10px;
    background-color: #fff;
}
.dark-mode .card1 .widget,
.dark-mode .card2 .widget,
.dark-mode .card3 .widget {
    background-color: #0c0c0c;
    box-shadow: 0 4px 8px 0 rgba(250, 250, 250, 0.2), 0 6px 20px 0 rgba(250, 250, 250, 0.19);
}
.widget li img {
    width: 120px;
    max-height: 100px;
    object-fit: cover;
    display: block;
}
.widget ul {
    flex-direction: column;
}
.widget li {
    margin: 13px 0;
    display: flex;
}
.widget ul li a {
    line-height: 1.4;
    word-spacing: 0.2em;
    font-size: 1em;
    font-weight: 600;
    font-style: normal;
    color: var(--secondary-color);
}

.widget .entry-header {
    margin: -6px 0 0 6px;
}

.widget .metas {
    font-size: 12px;
}

.inner-card-wrap {
    padding: 12px; 
	background-color: #fff;
    margin: 10px 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.dark-mode .inner-card-wrap,
.dark-mode .card-wrap .comments {
	background-color: black;
    box-shadow: 0 4px 8px 0 rgba(250, 250, 250, 0.2), 0 6px 20px 0 rgba(250, 250, 250, 0.19);
}
.ts-prev-next-post {
    display: flex; 
	position: relative;
}
.inner-container-default .ts-prev-next-post {
    margin-bottom: 10px;
}
.ts-prev-next-content {
    display: flex;
    flex-direction: column;
}
.ts-prev-post, 
.ts-next-post {
    width: 40%;
}
.ts-next-post {
	position: absolute; 
}
.ts-prev-next-separator {
	width: 20%;
}
.ts-prev-next-content span {
    font-weight: 600;
    color: #282828;
    margin-bottom: 8px;
}
.dark-mode .ts-prev-next-content span {
    color: #FFFFFF;
}
.ts-prev-next-content a {
    color: #252525;
    font-weight: 600;
    font-size: 0.8em;
    line-height: 1.5;
}
.ts-prev-next-content a:hover {
    color: var(--link-hover-color);
}
.author-box-wrap {
    display: flex;
    border: 1px solid #ccc;
    padding: 20px 10px;
}
.ts-author-url {
    display: none;
}
.desc {
    margin-left: 5px;
}
.desc > div {
    padding: 3px 6px;
}
.inner-wrap-default {
    margin: 20px 0;
}
.inner-card-content {
    padding: 0 10px;
}
.comment-author.vcard {
    display: inline-flex;
    padding: 8px;
}
.comment-author.vcard img {
    width: 18px;
}
.fn a {
    padding: 0 5px;
}
.second-inner {
    display: flex;
}
.ts-related-article-title {
    background-color: transparent;
    color: #282828;
    margin-bottom: 10px;
}
.dark-mode .ts-related-article-title {
    color: #FFFFFF;
}
.related-post-container {
    display: flex;
    width: 100%;
    gap: 10px;
    padding-top: 10px;
}


[class*="single-wide-"] .related-post-container,
.single-modern-3 .related-post-container {
    padding: 20px 0;
}
.related-articles-wrap {
    width: var(--site-header-size);
    margin: auto;
    max-width: 100%;
}
[class*="single-wide-"] .related-post-container .entry-post-title a,
[class*="single-wide-"] .ts-related-article-title,
.single-modern-3 .related-post-container .entry-post-title a,
.single-modern-3 .ts-related-article-title {
    color: #FFFFFF;
}
[class*="single-wide-"] .related-post-container .metas,
[class*="single-wide-"] .related-post-container .ts-post-comments .fa,
.single-modern-3 .related-post-container .metas,
.single-modern-3 .related-post-container .ts-post-comments a {
    color: #ccc;
}
[class*="single-wide-"] .related-post-container .metas a,
.single-modern-3 .related-post-container .metas a {
    color: var(--link-color);
}
[class*="single-wide-"] .related-articles,
.single-modern-3 .related-articles {
    background-color: var(--primary-color);
    padding: 20px;
}

.single-modern-3 {
    margin-bottom: 0;
}

.single-page-wrap h2 {
    margin-left: -15px;
}

.deferred-loading-container {
    position: relative; 
}

.ts-pagin-loading-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99; 
}
  
  .ts-pagin-loading-wrapper .bs-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -27px;
    margin-left: -27px; 
}
  

.ajaxified-comments-container {
    margin: 20px 0;
    border: 1px solid #ccc;
    background: #f6f7f9;
    padding: 18px 18px;
    text-align: center;
    color: #1d1d1d;
    border-radius: 3px;
    font-size: 1em;
    font-weight: bolder; 
}
.dark-mode .ajaxified-comments-container {
    background-color: #535353;
}
.comment-ajaxified-placeholder {
    color: #3B3B3B;
}
  
.comment-ajaxified-placeholder .fa {
    color: #454545 !important;
    margin: 0 5px; 
}

.dark-mode .comment-ajaxified-placeholder .fa {
    color: #CCC !important;
}

 .ts-loading,
 .ts-loading > div {
   position: relative;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box; 
}
 
 .ts-loading {
   display: block;
   font-size: 0;
   color: #333; 
}
 
 .ts-loading > div {
   display: inline-block;
   float: none; 
}
 
 .ts-loading {
   width: 54px;
   height: 54px; 
}
 
 .ts-loading > div {
   width: 10px;
   height: 10px;
   margin: 4px;
   border-radius: 100%;
   -webkit-animation-name: ts-loading-keyframe;
   -moz-animation-name: ts-loading-keyframe;
   -o-animation-name: ts-loading-keyframe;
   animation-name: ts-loading-keyframe;
   -webkit-animation-iteration-count: infinite;
   -moz-animation-iteration-count: infinite;
   -o-animation-iteration-count: infinite;
   animation-iteration-count: infinite; 
}
 
 .ts-loading > div:nth-child(1) {
   -webkit-animation-duration: .65s;
   -moz-animation-duration: .65s;
   -o-animation-duration: .65s;
   animation-duration: .65s;
   -webkit-animation-delay: .03s;
   -moz-animation-delay: .03s;
   -o-animation-delay: .03s;
   animation-delay: .03s; 
}
 
 .ts-loading > div:nth-child(2) {
   -webkit-animation-duration: 1.02s;
   -moz-animation-duration: 1.02s;
   -o-animation-duration: 1.02s;
   animation-duration: 1.02s;
   -webkit-animation-delay: .09s;
   -moz-animation-delay: .09s;
   -o-animation-delay: .09s;
   animation-delay: .09s; 
}
 
 .ts-loading > div:nth-child(3) {
   -webkit-animation-duration: 1.06s;
   -moz-animation-duration: 1.06s;
   -o-animation-duration: 1.06s;
   animation-duration: 1.06s;
   -webkit-animation-delay: -.69s;
   -moz-animation-delay: -.69s;
   -o-animation-delay: -.69s;
   animation-delay: -.69s; 
}
 
 .ts-loading > div:nth-child(4) {
   -webkit-animation-duration: 1.5s;
   -moz-animation-duration: 1.5s;
   -o-animation-duration: 1.5s;
   animation-duration: 1.5s;
   -webkit-animation-delay: -.41s;
   -moz-animation-delay: -.41s;
   -o-animation-delay: -.41s;
   animation-delay: -.41s; 
}
 
 .ts-loading > div:nth-child(5) {
   -webkit-animation-duration: 1.6s;
   -moz-animation-duration: 1.6s;
   -o-animation-duration: 1.6s;
   animation-duration: 1.6s;
   -webkit-animation-delay: .04s;
   -moz-animation-delay: .04s;
   -o-animation-delay: .04s;
   animation-delay: .04s; 
}
 
 .ts-loading > div:nth-child(6) {
   -webkit-animation-duration: .84s;
   -moz-animation-duration: .84s;
   -o-animation-duration: .84s;
   animation-duration: .84s;
   -webkit-animation-delay: .07s;
   -moz-animation-delay: .07s;
   -o-animation-delay: .07s;
   animation-delay: .07s; 
}
 
 .ts-loading > div:nth-child(7) {
   -webkit-animation-duration: .68s;
   -moz-animation-duration: .68s;
   -o-animation-duration: .68s;
   animation-duration: .68s;
   -webkit-animation-delay: -.66s;
   -moz-animation-delay: -.66s;
   -o-animation-delay: -.66s;
   animation-delay: -.66s; 
}
 
 .ts-loading > div:nth-child(8) {
   -webkit-animation-duration: .93s;
   -moz-animation-duration: .93s;
   -o-animation-duration: .93s;
   animation-duration: .93s;
   -webkit-animation-delay: -.76s;
   -moz-animation-delay: -.76s;
   -o-animation-delay: -.76s;
   animation-delay: -.76s; 
}
 
 .ts-loading > div:nth-child(9) {
   -webkit-animation-duration: 1.24s;
   -moz-animation-duration: 1.24s;
   -o-animation-duration: 1.24s;
   animation-duration: 1.24s;
   -webkit-animation-delay: -.76s;
   -moz-animation-delay: -.76s;
   -o-animation-delay: -.76s;
   animation-delay: -.76s; 
}
 
 @-webkit-keyframes ts-loading-keyframe {
   0% {
     opacity: 1;
     -webkit-transform: scale(1);
     transform: scale(1); 
    }
   50% {
     opacity: .35;
     -webkit-transform: scale(0.45);
     transform: scale(0.45); 
    }
   100% {
     opacity: 1;
     -webkit-transform: scale(1);
     transform: scale(1); 
    } 
}
 
 @-moz-keyframes ts-loading-keyframe {
   0% {
     opacity: 1;
     -moz-transform: scale(1);
     transform: scale(1); 
    }
   50% {
     opacity: .35;
     -moz-transform: scale(0.45);
     transform: scale(0.45); 
    }
   100% {
     opacity: 1;
     -moz-transform: scale(1);
     transform: scale(1); 
    } 
}
 
 @-o-keyframes ts-loading-keyframe {
   0% {
     opacity: 1;
     -o-transform: scale(1);
     transform: scale(1); 
    }
   50% {
     opacity: .35;
     -o-transform: scale(0.45);
     transform: scale(0.45); 
    }
   100% {
     opacity: 1;
     -o-transform: scale(1);
     transform: scale(1); 
    } 
}
 
 @keyframes ts-loading-keyframe {
   0% {
     opacity: 1;
     -webkit-transform: scale(1);
     -moz-transform: scale(1);
     -o-transform: scale(1);
     transform: scale(1); }
   50% {
     opacity: .35;
     -webkit-transform: scale(0.45);
     -moz-transform: scale(0.45);
     -o-transform: scale(0.45);
     transform: scale(0.45); }
   100% {
     opacity: 1;
     -webkit-transform: scale(1);
     -moz-transform: scale(1);
     -o-transform: scale(1);
     transform: scale(1); 
    } 
}

@media (max-width:599px) {
    .main-area, 
    #site-footer .container {
        flex-direction: column;
    }
    #main-content .grid2-container,
    #main-content .grid3-container,
    #main-content .grid4-container,
    #main-content .grid5-container,
    #main-content .card2-container,
    #main-content .card3-container {
        grid-template-columns: none;
    }
    
	.left-sidebar .main-area {
		flex-direction: column;
	}
   
    .ts-post-header {
        padding-bottom: 8px!important;
    }
    .ts-single-hero-1 .ts-post-header {
        bottom: 40px;
    }
    .ts-single-hero-1 .entry-post-title {
        font-size: 90%;
    }
    .default-container .ts-post-excerpt,
    .default-container .read-more {
        display: none;
    }
    article .post-thumbnail img {
        height: auto;
    }

    .default-container .entry-post-title a,
    .entry-post-title, .entry-post-title a {
        line-height: 1.3!important;
        font-size: 94%;
    }

    .default-container .entry-post-title,
    .card1-container  .entry-post-title a {
        font-size: .98em;
    }
    .default-container .ts-category {
        display: none;
    }

    .card1-container .featured-image img {
        min-height: 130px;
    }

    .default-container .metas,
    .card1-container  .metas {
        font-size: .78em;
        padding-right: 4px;
    }
    
    .card1-container header {
        padding: 6px;
    }
    .card1-container .entry-post-title,
    .widget ul li a {
        font-size: 88%;
    }
    .main-pagination {
        margin-left: 25%;
    }
    .default-container .ts-post-comments .fa {
        display: none;
    }
   
    .inner-container-modern-3 .ts-post-header {
        margin-right: 0;
    }
}
@media (min-width:600px) and (max-width:767px) {
    article .post-thumbnail img {
        height: auto;
    }
    #main-content .grid3-container,
    #main-content .grid4-container,
    #main-content .grid5-container {
        grid-template-columns: repeat(2,minmax(0,2fr));
    }

    .ts-meta-info {
        height: auto;
    }
    .default-container .ts-post-excerpt {
        font-size: 90%;
    }
    .ts-single-hero-1 .entry-post-title {
        font-size: 94%;
    }
    .card1-container .entry-post-title {
        font-size: 92%;
    }
    .widget-title {
        color: #282828;
    }
    .widget li img {
        max-width: 400px;
    }
    .widget .entry-header {
        margin: 4px;
        width: 150%;
    }
    .default-container .metas {
        font-size: .8em;
    }
}
@media (max-width:767px) {
    .main-area,
    .related-post-container {
        flex-direction: column;
    }
    .related-articles-container,
    #sidebar,
    #main-content {
        width: 100%;
        height: auto;
    }
    #main-content .default-container {
        border: none;
    }
    .featured-image-2 img {
        width: 100%;
        height: auto;
    }
    .ts-category a {
        font-size: 10px;
    }
    .entry-post-title {
        line-height: 1.3;
        font-size: 90%;
    }
    .ts-single-hero-2 {
        flex-direction: column-reverse;
    }
    .ts-single-hero-2 .ts-post-header,
    .ts-single-hero-2 .featured-image {
        width: 100%;
    }
    .ts-single-hero-2 .entry-post-title {
        font-size: 1.2em;
    }
}
@media (max-width:1018px) {
    .card2-container .entry-post-title {
        font-size: 98%;
    }
    .no-sidebar .card2-container header {
    height: 220px;
    }
}
@media (min-width:600px) and (max-width:1018px) {
    #main-content .card3-container {
        grid-template-columns: repeat(2,minmax(0,2fr));
    }
    .read-more a {
		font-size: 70%;
	}
    .widget ul li a {
        font-size: 84%;
    }
    .featured-image-2 img {
        height: 120px;
    }
    .default-container .entry-post-title, 
    .card1-container .entry-post-title {
        font-size: 96%;
        line-height: 1.3;
    }
    .no-sidebar .entry-post-title a {
        font-size: 1em;
    }
    
}
@media (min-width: 768px) and (max-width: 1018px) {
    #main-content .grid4-container,
    #main-content .grid5-container {
        grid-template-columns: repeat(3,minmax(0,2fr));
    }
    .main-area {
        column-gap: 10px;
    }
    .ts-single-hero-1 .entry-post-title {
        font-size: 97%;
    }
    
    .card1-container .entry-post-title {
        font-size: 94%;
    }

    .grid3-container .entry-post-title {
        font-size: 90%;
    }
    .ts-single-hero-2 .entry-post-title {
        font-size: 1.4em;
        line-height: 1.4;
    }
    .related-post-container {
        gap: 6px;
    }
    .related-articles-container .entry-post-title {
        font-size: .85em;
    }
}

@media (min-width: 1019px) and (max-width: 1140px) {
    #main-content .grid5-container {
        grid-template-columns: repeat(4,minmax(0,2fr));
    }
    .entry-post-title {
        font-size: 98%;
    }
    .widget ul li a {
        font-size: 96%;
    }
    .read-more a {
        font-size: 11px;
    }
}

.ts-post-tags {
    width: 100%;
}
.ts-tags {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
}
.ts-tags li:not(:first-child) {
    padding-right: 2px;
}
.ts-tags a {
    color: #121212;
}
.ts-tags a:hover {
    color: #E91E21;
}
.ts-post-tags li a::before {
    content: "#";
}
.ts-post-tags ul {
    padding: 4px 0;
    display: inline-flex;
}
.ts-post-tags li {
	margin-left: 0!important;
	list-style: none!important;
    padding: 4px 0 !important;
    font-size: 16px;
    font-weight: 500;
}
/* social links
--------------------------------------------------------------
*/
.social-share {
    display: flex;
}
.social-share span {
    margin-top: 10px;
    margin-right: 10px;
}
.social-share > div {
    padding: 6px;
	height: 43px;
	width: 48px;
}
.social-share > div:not(.share-nodes) {
    cursor: pointer;
} 
.social-share .fa {
    font-size: 33px;
}
.share-nodes {
	font-size: 12px;
}
.share-nodes p {
    font-size: .9em;
}
.share-nodes .fa {
	color: #000;
    font-size: 23px;
    margin-top: -5px;
}

.social-share div:nth-child(2) {
    background-color: #1E1652;
}
.social-share div:nth-child(3) {
    background-color: #0c0c0c;
}
.social-share div:nth-child(4) {
    background-color: #FF0000;
}
.social-share div:nth-child(5) {
    background-color: #13E72B;
}
.social-share div:not(:first-child):hover {
	background-color:#ADADAD;
}
@media (max-width:599px) {
    .social-share {
		height: auto;
	}
}
@media (max-width:767px) {
    .second-inner {
        flex-direction: column;
    }
}
.profile-icon .fa {
	font-size: 25px;
    padding: 5px 0;
}
#user-login {
    cursor: pointer;
}

/* site footer
----------------------------------------------------------------------------
*/
[class*="single-wide-"] ~ #site-footer,
[class*="single-wide-"] ~ #site-footer .footer-widgets,
.single-modern-3 ~ #site-footer,
.single-modern-3 ~ #site-footer .footer-widgets {
    margin: 0 auto;
}
#site-footer {
    clear: both;
    margin-top: 20px;
    width: 100%;
}
.footer-widgets {
    display: flex;
    max-width: 100%;
    width: var(--site-header-size);
    margin: 10px auto 0 auto;
    padding: 20px 10px;
}
.footer-widgets .widget-title {
    color: var(--red);
}
.footer-widgets a {
    color: #fff !important;
}
.footer-widget:not(:last-child) {
    padding-right: 15px;
}
.copyright {
    padding: 5px 0;
    background-color: var(--primary-color);
    color: white;
    display: flex;
    justify-content: center;
    height: 40px;
}
.copyright h3,
.copyright p {
    font-size: 15px;
    padding: 0;
}
.copyright h3 {
    margin: 2px 0;
}
.copyright a {
    color: var(--link-color);
}
@media (max-width:599px) {
    .footer-widgets {
        flex-direction: column;
    }
    .footer-widgets > .footer-widget {
        width: 100%;
    }
}

/* less gutenberg blocks
----------------------------------------------------------------------------
*/
.ts-post-content {
    padding: 6px 0;
}
.ts-post-content button {
    padding: 4px 15px;
}
.wp-caption-text {
    text-align: center;
}
.ts-post-content ul, .ts-post-content ol {
	margin-bottom: 4px;
}
.ts-post-content ul li, .ts-post-content ol li {
    list-style: inherit;
    padding: 2px 15px 2px 0;
    margin-left: 30px;
    line-height: 1.6;
    color: #252525;
}
.ts-post-content ul li, .ts-post-content ol li, p {
    font-size: 1em;
}