/*
 Theme Name:   IPTV Sage
 Theme URI:    https://iptvsage.com/
 Description:  GeneratePress child theme for IPTV Sage.
 Author:       IPTV Sage
 Author URI:   https://iptvsage.com/
 Template:     generatepress
 Version:      1.1
*/

/*--------------------------------------------------------------
# General & Layout
--------------------------------------------------------------*/
.fullheight {
	height:100%;
}
.shadow {
	box-shadow: 0 .275rem .75rem -0.0625rem rgba(11,15,25,.06),0 .125rem .4rem -0.0625rem rgba(11,15,25,.03) !important;
}
.solidshadow {
	box-shadow: -20px 20px 0 rgb(255, 255, 255, 0.15);
	border-radius: 10px;
}

/*--------------------------------------------------------------
# Header & Navigation
--------------------------------------------------------------*/
.site-header { 
	border-bottom:0px solid #f1f1f1;
	box-shadow: 0 2px 4px rgba(0,0,0,.12);
}
.inside-header { 
	position:relative; 
	justify-content:space-between;
}
.header_cta {
	order: 20;
}
.top_nav { position:absolute; right:0; }
.inside-navigation.grid-container { justify-content:center; }
.toggle_button,
.search_button {
    position: absolute;
}
.top_toggle { margin-top:6px; position: absolute; right: 0; z-index: 991;}
.toggle_button { left:0; }
.search_button { right:0; }
a.search-icon { color:var(--tax-color); }

.main-navigation .menu-toggle {
    padding-right: 0;
    padding-left: 0;
    font-size: 23px;
}
.main-navigation ul.sub-menu {
    background: #fff;
    border-radius: 8px;
    padding: 8px 5px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
    border-bottom: 6px solid var(--contrast);
}
.tag_nav li a {
	border-radius:50px;
	padding:3px 10px;
	color:var(--accent)!important;
	border:1px solid var(--accent)
}

/*--------------------------------------------------------------
# Mobile & Slideout Navigation
--------------------------------------------------------------*/
.sub-menu.toggled-on {
    box-shadow: none!important;
    border: 0px solid #f1f1f1!important;
    border-radius: 0;
    margin-left: 0;
    width: 100%!important;
    padding: 0!important;
}
.sub-menu.toggled-on li a {
    position: relative;
    padding-left: 25px!Important;
}
.sub-menu.toggled-on li a::before {
    width: 5px;
    height: 5px;
    content: " ";
    position: absolute;
    left: 10px;
    background: var(--red);
    border-radius: 50px;
    top: 17px;
}
.slideout-navigation:not(.do-overlay) .main-nav {
	padding: 0 25px;
}
#generate-slideout-menu .slideout-menu li {
	border-bottom: 1px solid #ffffff1a
}
#generate-slideout-menu .inside-navigation .main-nav {
	padding-top:5px;
}

/*--------------------------------------------------------------
# Hero & Headlines
--------------------------------------------------------------*/
h1.gb-headline strong,
h2.gb-headline strong,
.colored {
    background-image: linear-gradient(120deg,#0f72d8,#00c6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.price_ribbon {
    position: absolute;
    top: 25px;
    left: -40px;
    transform: rotate(-45deg);
    overflow: hidden;
    padding-left: 50px;
    padding-right: 50px;
}
.pcolored strong {
    color:#fff;
}

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
.wp-block-search__inside-wrapper {
    border:none;
}
.wp-block-search__inside-wrapper input.wp-block-search__input {
    background:#fff;
    border:none!Important;
}
.wp-block-search__inside-wrapper button {
    font-weight:900!important;
    border-radius:5px!important;
}
.search-modal-form {
    background: transparent!important;
}
.gp-modal__container input.search-field {
    margin: 0!important;
    border: none !important;
}
.search-modal-fields {
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}
.search-form .search-submit { display:none; }
.search-form input {
	width: 100%;
	border: 1px solid #eee;
	border-radius: 8px;
}

/*--------------------------------------------------------------
# Breadcrumbs & Social Links
--------------------------------------------------------------*/
.wp-block-social-links { margin:0!important; }
.rank-math-breadcrumb p { margin-bottom:0; }
.breadcrumb { line-height: 18px; }

/*--------------------------------------------------------------
# Content Area
--------------------------------------------------------------*/
.site-content {
    padding: 0;
}
body.page .site-content {
    padding: 0;
}
.limit-title,
.limit-desc {
    overflow: hidden;
    display: -webkit-box;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.limit-desc {
	-webkit-line-clamp: 3;
}

/*--------------------------------------------------------------
# Owl Carousel
--------------------------------------------------------------*/
.owl-carousel {
    visibility: hidden;
}
.owl-carousel.owl-loaded {
    visibility: visible;
}
.owl-carousel .owl-stage::after {
    display: none;
}
.owl-stage {
    display: flex;       
}
.top_post .owl-nav button {
	position:absolute;
	top:125px;
}
.owl-dots {
    text-align: center;
    margin: 10px auto 20px;
    position: static;
    bottom: 20px;
    right: 20px;
}
.owl-dots button,
.owl-dot {
    width: 8px;
    height: 8px;
    opacity: 0.5;
    border-radius: 100px;
    margin: 0 4px;
    background: #ccc!important;
}
.owl-dots button.active,
.owl-dot.active {
    opacity: 0.85;
    width: 35px;
}
.owl-nav {
    text-align: left;
}
.owl-nav button {
    top: 38%;
    width: 35px;
    opacity: 1;
    height: 35px;
    transition: all .2s ease-in-out;
    background-repeat: no-repeat;
    background-position: center center!important;
}
.owl-nav button.disabled {
    opacity:0.34;
}
.owl-nav button:hover { opacity:1; }
.owl-nav button span {
    display: none;
}
/* CORRECTED PATHS: Added quotes to url() */
.owl-nav button.owl-prev {
    left: 20px;
    background-image: url('images/arrow-left.svg') !important;
}
.owl-nav button.owl-next {
    right: 20px;
    background-image: url('images/arrow-right.svg') !important;
}
.hero_post .owl-dots {
    position: absolute;
    bottom: 0;
}
.top_post .owl-dots {
    position:absolute;
    top: 235px;
    margin: 0;
}
.top_post .owl-dots button {
    background: #fff !important;
}
.owl-item figure { width:100%!important;}
.chlogo .owl-item figure img,
.movielist .owl-item figure img { border:2px solid #fff; border-radius:12px;}
.stories_slider .owl-stage-outer {
    overflow: visible;
}
.stories_slider .owl-dots { margin-top:0; }


/*--------------------------------------------------------------
# Archive & Blog Pages
--------------------------------------------------------------*/
.site-main > * { margin-bottom: 10px;}
.post-categories {
    display: flex;
    gap: 5px;
    padding: 0;
    margin-left: 0;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
.post-categories span,
.post-categories span a {
    padding: 0 5px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 50px;
    background: var(--tax-bg);
    color: var(--tax-color);
    display: inline-block;
    transition: all .3s ease-in-out;
}
.term_list {
    display: flex;
    gap: 8px;
}
.term_list a {
    padding-bottom: 3px;
    border-bottom: 1.5px solid var(--contrast-2);
}
.featured-column .arc_box {
    display: block!important;
}
.featured-column .arc_left,
.featured-column .arc_right,
.generate-columns.tablet-grid-50.featured-column,
.generate-columns.grid-50 { width:100%!important; }
.featured-column .acr_img { height: 330px; }
.gb-block-image a {
    display: block;
    height: 100%;
}
.grid {
    display: grid;
    grid-template-columns: 150px 1fr;
    grid-gap: 25px;
}
.featured-column .grid {
    grid-template-columns: 1fr;
}
.grid-small,
.grid-list{
    display: grid;
    grid-template-columns: 50px 1fr;
    grid-gap: 15px;
}
.small-grid {
    display: grid;
    grid-template-columns: 80px 1fr;
    grid-gap: 20px;
}
.grid-list { min-height:70px; }
.masonry-load-more {
    display: flex;
    justify-content: center;
    margin: 10px 0 65px;
}
.masonry-load-more a {
    border-radius: 5px;
    background:var(--accent)!important;
    color:#fff!important;
    font-weight:bold!Important;
}
.more-link {
    position: absolute;
    top: 0;
    right: 0;
}
.more-link a {
    padding: 0 15px !important;
    border-radius: 50px;
    font-size: 12px !important;
    background: #fff !important;
    color: var(--accent) !important;
    border: 1px solid var(--accent);
    line-height: 13px;
    display: flex !important;
    align-items: center;
}
.page-header {
  margin-bottom: 25px;
	padding:0px!important;
}
h1.widget-title,
h1.page-title,
h1.entry-title,
h2.widget-title,
h3.widget-title { 
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
}
h1.entry-title:after,
h1.widget-title:after,
h1.page-title:after,
h2.widget-title:after,
h3.widget-title:after {
	content: " ";
	height: 3px;
	width: 110px;
	margin-left: 20px;
	bottom: 40%;
	position: absolute;
	border-radius: 10px;
	background: #f1f1f1;
}
.search h1.page-title {
    border-bottom: 1px solid #f1f1f1;
    display: flex;
	font-weight:normal;
    padding-bottom: 15px;
}
.search h1.page-title span {
    font-weight: bold;
}
.search h1.page-title:after {
    display: none;
}
.author .page-header {
    padding: 20px;
    font-size: 15px;
    line-height: 22px;
	margin-bottom:10px;
    background: #fff;
}
.author .page-header .page-title:after {
    display: none;
}
.author .page-header .avatar {
    margin-right: 20px;
    border-radius: 50px;
}
body.author h1.page-title {
    margin-bottom: 10px;
}
.paging-navigation {
    margin: 0;
    background: none!important;
    text-align: center;
    font-size: 14px;
    padding: 15px 0!important;
}
.paging-navigation span,
.paging-navigation a {
	background: #F5FAFF;
	font-weight:bold;
    padding: 7px 12px!important;
    color: var(--accent)!important;
    border-radius: 50px;
}
.paging-navigation span.current {
    background: #fff;
    color: #fff!important;
    background: var(--accent);
    font-weight: normal!important;
}
.paging-navigation a.prev,
.paging-navigation a.next {
    display: none;
}
.neon-auto-page-break-pagination {
    font-size: 14px;
}
.neon-auto-page-break-pagination .pagination {
    display: flex;
    gap: 5px;
}
.neon-auto-page-break-pagination span.post-page-numbers.current,
.neon-auto-page-break-pagination a.post-page-numbers {
    background: var(--accent);
    width: 23px;
    height: 23px;
    display: flex;
    color: #fff;
    border: 1px solid var(--accent);
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 13px;
}
.neon-auto-page-break-pagination span.post-page-numbers.current {
    background: none;
    color: var(--accent);
}
.neon-show-all-page-content a {
    text-decoration: underline!important;
}

/*--------------------------------------------------------------
# Single Post Content
--------------------------------------------------------------*/
.dynamic-entry-content ul,
.dynamic-entry-content ol {
    margin: 0 0 1.5em 1.3em;
}
.also-read {
    background: #f1f1f1;
    padding: 15px;
    border-left: 5px solid var(--accent);
    padding-left: 20px;
    margin: 20px 0;
}
.also-read h2 { margin-bottom:8px; }
.also-read p { margin:0 0 10px; font-size:14px;  line-height:18px; }

blockquote {
    border-left: 5px solid var(--accent);
    padding: 20px;
    font-size: 18px;
    font-style: italic;
    margin: 0 0 1.5em;
    position: relative;
    text-align: left;
    line-height: 24px;
}
.wp-block-pullquote {
    padding: 0;
	margin-bottom:25px;
}
blockquote p {
    margin-bottom: 5px;
}
.wp-block-pullquote cite {
    font-size: 14px;
    font-weight: bold;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
.wp-block-table { margin-bottom:25px; }
.wp-block-table table { margin-bottom:0; }
.wp-block-table .wp-element-caption {
    font-size: 13px;
    margin-top: 5px;
}
.gb-block-image figcaption,
.wp-block-image figcaption {
    font-size: 13px;
    text-align: center;
    margin: 10px 0 0;
    line-height: 19px;
}
.wp-block-image {
    margin-bottom: 25px;
}
.wp-block-image img {
    border-radius: 5px;
}
.taxonomy-post_tag {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.taxonomy-post_tag a {
    position: relative;
	text-transform:uppercase;
    font-size: 13px;
	border-bottom:2px dotted #f1f1f1;
    line-height: 20px;
    display: inline-block;
}
.wp-block-post-terms__separator {
    display:none;
}
.taglist {
	display: flex;
	gap: 5px;
}
.taglist span a {
	border-bottom: 1px solid var(--red);
	padding-bottom: 2px;
}
.tag_abs {
	position:absolute;
	top:20px;
	right:20px;
}
.tag_abs span a {
	border:none;
	font-size:11px;
	text-transform:uppercase;
	padding:4px 10px;
	border-radius:50px;
	color:#fff!Important;
	background: var(--red);
}

/*--------------------------------------------------------------
# Table of Contents (TOC)
--------------------------------------------------------------*/
#ez-toc-container {
    background: #f9f9f9;
    border: 1px solid var(--accent);
    border-radius: 5px;
    box-shadow: none;
    padding: 25px;
    width: 100%;
    margin-bottom: 25px;
}
div#ez-toc-container p.ez-toc-title {
    font-weight: bold;
}
#ez-toc-container ul {
    margin-top: 10px;
    padding-left: 18px;
}
div#ez-toc-container ul li {
    font-size: 100%;
    list-style: circle;
    overflow: visible;
    padding: 2px 0;
}
#ez-toc-container a {
    color: var(--contrast)!Important;
    box-shadow: none;
    text-decoration: none;
    text-shadow: none;
    display: inline-flex;
    align-items: stretch;
    flex-wrap: nowrap;
    font-weight: bold!important;
}
#ez-toc-container ul.ez-toc-list-level-3 {
    margin-top: 5px;
    margin-left: 0;
}
#ez-toc-container ul.ez-toc-list-level-3 li a {
    font-weight: normal!important;
}
#ez-toc-container label.cssicon {
    border: none;
    margin-top: -5px;
}
.toc_left #ez-toc-container {
	background:none;
	padding:0;
	border:none;
}
.toc_left #ez-toc-container ul {
	margin:0;
	padding:0;
}
.toc_left #ez-toc-container ul li {
	list-style:none;
}
.toc_left #ez-toc-container ul li a {
	font-size:14px;
	font-weight:normal!Important;
}
.toc_left #ez-toc-container ul li a:focus,
.toc_left #ez-toc-container ul li a:active {
	color:var(--red);
}
.toc_left .ez-toc-title  {
	border-bottom:1px solid #eee;
	padding-bottom:20px;
	margin-bottom:20px;
}
.eb-toc-wrapper {
	margin-top:15px;
}
ul.eb-toc__list li a {
	padding-right:0!Important;
}
ul.eb-toc__list li.recent.eb-toc-active a {
	color:var(--red);
}

/*--------------------------------------------------------------
# Comments Section
--------------------------------------------------------------*/
ol.wp-block-comment-template {
	margin-left:0;
}
.comments-area {
    border: 0px solid #f1f1f1;
    padding: 0px!important;
    border-radius: 8px;
    margin-top: 25px;
    font-size: 14px;
    background: none!important;
}
.comment-content {
    padding: 10px 0!Important;
    border: none;
    margin: 8px 0;
    border-radius: 8px;
}
.comment-content p {
    margin-bottom: 10px;
    line-height: 21px;
}
.comment-list .reply a {
    border-radius: 20px;
    padding: 2px 10px;
    border: 1px solid #f1f1f1;
}
.comment-list article {
    border: none;
    padding: 0!important;
    margin: 0!important;
}
.comment-list li.depth-1 {
    border: 1px solid #f1f1f1!important;
    padding: 20px!important;
    border-radius: 8px!important;
    margin-bottom: 20px;
}
.comment .children {
    padding-left: 30px;
    margin: 20px 0 20px 20px!important;
    border-left: 0 dotted rgba(0,0,0,.09)!important;
    border-bottom: none !important;
}
.comment-respond {
    margin-top: 40px;
}
.comment-form input {
	margin-bottom:15px!important;
}
.comment-form-cookies-consent {
    font-size: 12px;
    line-height: 18px;
}
.comment-form-cookies-consent input {
	margin:0 8px 0 0!Important;
}
input[type=email], 
input[type=number], 
input[type=password],
input[type=tel],
input[type=text], 
input[type=url], 
select, textarea {
    border: 1px solid #f1f1f1!important;
    border-radius: 5px!important;
    padding: 10px 15px!important;
    margin: 0;
    width: 100%;
}
.comments-area .form-submit input.submit,
.form-submit input.submit {
    border-radius: 8px!important;
    background: var(--accent)!important;
    padding: 10px 35px!important;
}
h3.comments-title {
    font-size: 18px;
}
.comments-area footer.comment-meta {
    display: block;
}
.comments-area footer.comment-meta img.avatar {
    display: none;
}
.entry-meta.comment-metadata { margin-top:-1.5px; }
.entry-meta.comment-metadata a {
    color: #000;
    opacity: 0.5;
}
h2.wp-block-comments-title {
	font-size:20px;
}
.wp-block-comment-template li .wp-block-columns {
	gap:18px;
}
.wp-block-comment-template li .wp-block-columns .wp-block-comment-author-name {
	font-size: 14px!Important;
	font-weight: bold;
}
.wp-block-comment-template li .wp-block-columns .wp-block-comment-content {
	font-size: 13px!Important;
	margin-top:10px;
}
.comment_button {
	position:absolute;
	width:100%;
	height:100%;
	display:block;
	opacity:0;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.inside-right-sidebar,
.inside-left-sidebar {
	height:100%;
} 
.stickies {
	position:sticky;
	top:20px;
}
.separate-containers .inside-right-sidebar {
	margin-top: 0;
	margin-bottom: 0;
}
.popular_item a {
    color: var(--contrast);
    font-weight: 500;
    padding-bottom: 12px!important;
    margin-bottom: 12px!important;
    display: block;
    border-bottom:1px solid var(--tax-bg);
}
.popular_item a:hover {
    color: var(--contrast-2);
}
.popular_item:last-child a {
    border-bottom: none;
}
.list_custom {
    list-style: none;
    counter-reset: my-awesome-counter;
}
.list_custom .gb-query-loop-item {
    counter-increment: my-awesome-counter;
    position: relative;
}
.list_custom .gb-query-loop-item::before {
    content: "#" counter(my-awesome-counter) "";
    position: absolute;
    top: 4px;
    left: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    width: 40px;
    height: 40px;
    background: var(--accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list_custom .generate-columns.grid-50 {
    width: 100%!important;
    margin: 0;
}
.list_custom .sd_title {
    min-height: 50px;
	display:flex;
	align-items:center;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer ul.wp-block-navigation__container {
    margin: 0;
    column-gap: 20px;
    row-gap: 0px;
}
.site-footer ul.wp-block-navigation__container li a {
  color:#fff!Important;
	line-height: 2em;
}
.site-footer ul.wp-block-navigation__container li:hover a {
   opacity:0.5;
}

/*--------------------------------------------------------------
# Forms (Mailchimp)
--------------------------------------------------------------*/
.mc4wp-form-fields {
	position: relative;
}
.mc4wp-form-fields input[type="email"] {
	width: 100%;
	max-width: 100%;
	height: 55px;
	border-radius: 5px;
	padding: 15px 20px;
}
.mc4wp-form-fields input[type="submit"] {
	height: 45px !important;
	padding: 2px 20px !important;
	position: absolute;
	right: 5px;
	color: #fff;
	background: var(--accent);
	font-weight: 700;
	border-radius: 5px;
	font-size: 16px;
	top: 4px;
}

/*--------------------------------------------------------------
# Special Page Templates & 404
--------------------------------------------------------------*/
.gb-button .gb-icon svg {
	height:auto!Important;
}
img.slide {
    width: inherit!important;
}
.site-content .content-area {
	border-right: 1px solid #eee;
	padding-right: 10px;
}
body.search .site-content .content-area {
	padding-top:15px;
}
body.error404 .inside-article {
    margin: 40px auto;
    text-align: center;
}
header#cyb-header {
  position: relative;
  border-bottom: 1px solid #ffffff2e;
}
.external-page .inside-ttl {
  text-align: center;
  background: #00c6ff;
  color: #fff;
  display: block;
  padding: 50px 10px;
}
.external-page .inside-ttl h1 {
  font-size: 40px;
}
div#insidepage-container {
  display: block;
  overflow: hidden;
}
.boxx {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 700px;
  background-color: #F8F8F8;
  border-radius: 30px;
  padding: 30px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
  font-weight: 600;
}
.boxx::-webkit-scrollbar {
  width: 8px;
}
.boxx::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.boxx::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 14px;
}
.boxx::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
.search-bar {
  margin-bottom: 10px;
  border-radius: 10px;
  width: 60%;
  display: flex;
  align-items: center;
  align-content: flex-end;
  justify-content: space-around;
  margin: auto;
  position: relative;
}
.search-bar i {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  color: #03bffc;
  font-size: 20px;
}
.search-bar input {
  padding: 5px 46px;
  border: none;
  border-radius: 30px;
  height: 50px;
  justify-content: space-around;
  width: 100%;
}
.search-bar input:focus {
  outline: 0;
  box-shadow: none;
}
.list-item {
  cursor: pointer;
  padding: 10px;
  background-color: #d3d3d3;
  margin-bottom: 9px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  color: #000 !important;
}
.list-item:hover {
  background-color: #00c6ff;
  color: #fff;
}
.list-item .image {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-size: cover;
  background-position: center;
  border-radius: 2px;
}
.item-info {
  display: flex;
  align-items: center;
}
.sub-item-count {
  color: #101010 !important;
}
.sub-list {
  display: none;
  margin-left: 20px;
  color: #000 !important;
  padding: 0;
  padding-left: 20px;
}
.sub-list.active {
  display: block;
}
.kolchi {
  color: #000 !important;
}
.boxx-wrapper {
  margin: 20px auto;
  width: 100%;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  height: 100%;
}
#channels_list h2 {
  color: #fff;
  text-align: center;
  display: block;
  margin: 20px 0;
  font-size: 32px;
}
#channels_list p {
  color: #7f8ea3;
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
}
#channels_list p b {
  color: #03bffc;
}

/*--------------------------------------------------------------
# Media Queries (Mobile Responsive)
--------------------------------------------------------------*/
@media screen and (max-width: 1003px) {
  .boxx {
    padding: 20px !important;
  }
}

@media only screen and (max-width: 768px) {
    body.page .site-main { padding:30px 20px;}
    body.full-width-content .site-main { padding:0;}
    .gb-button.slideout-toggle span.gb-button-text { display:none; }
    .toggle_button, .search_button { top:33px; }
    .toggle_button { left:20px; }
    .search_button { right:20px; }
    .menu-bar-items { right:10px;}
    .menu-toggle { left:20px;}
    .header_cta { position:absolute; right:60px; top: 15px;}
    .site-header .header-image { width: 150px;}
    .top_toggle { right: 20px;}
    .inside-right-sidebar { position:static; padding: 0; border: none;}
    .featured-column { margin-bottom:25px; }
    .is-left-sidebar.sidebar { order: -1;}
    .separate-containers .site-main { margin-top:0;}
    .site-content { padding:20px;}
    .site-content .content-area { padding-right:0; border-right:0; }
    .is-right-sidebar { margin-top:40px; }
    .grid {
        grid-template-columns: 100px 1fr;
        grid-gap: 20px;
    }
    .featured-column .grid { margin-bottom:0; }
    .comments-area {
        border: none;
        padding: 20px 0!important;
    }
    .owl-nav button { top:30%; }
    .owl-nav button.owl-prev { left: -16px;}
    .owl-nav button.owl-next { right: -16px;}
    .center_nav .owl-dots {
        margin: 0 auto;
        right: 0;
        left: 0;
    }
    .gp-search-modal .gp-modal__overlay {
        padding-left: 30px!important;
        padding-right: 30px!important;
        background: rgba(0, 0, 0, 0.65)!important;
    }
    .post-abs,
    .post-abs-r {
        position: absolute;
        top: 20px;
        left: 20px;
    }
    .post-abs-r {
        right: 20px;
        left: auto;
    }
    .col-reverse {
        flex-direction: column-reverse;
    }
    .stc_desc {
        width: 100%;
        margin: 0;
        position: absolute;
        bottom: 0;
        border-radius: 0;
        min-height: 0;
        z-index:99;
        background: linear-gradient(358.75deg,rgba(0,0,0,.85) 26.7%,rgba(0,0,0,0) 99.62%)!important;
    }
    .separate-containers .inside-right-sidebar {
        margin-bottom:0;
    }
    .has-inline-mobile-toggle #site-navigation.toggled {
        background:#fff!important;
    }
    .main-navigation .main-nav ul li a {
        padding-left: 0;
        padding-right: 0;
    }
    .stickies {
        position:static;
    }
}

@media only screen and (max-width: 767px) {
    .featured-column .acr_img { height: 200px; }
    .grid-small { grid-template-columns: 80px 1fr;}
    .small-grid {
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }
    .cat_grid_desc { position:relative; }
    .cat_grid_desc:before {
        content: " ";
        position: absolute;
        top: -10px;
        left: 30px;
        border-left: solid 10px transparent;
        border-right: solid 10px transparent;
        border-bottom: solid 10px #f1f1f1;
        height: 0;
        width: 0;
    }
    h1.widget-title:after,
    h1.page-title:after,
    h2.widget-title:after,
    h3.widget-title:after {
        width: 60px;
    }
    .separate-containers .site-main {
        margin-top:0;
    }
    .site-footer ul.wp-block-page-list {
        justify-content:center;
    }
}