/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      1.0
*/

/* General */
.flex { display:flex!Important;}
h1.gb-text strong,
h2.gb-text strong,
h3.gb-text strong {
	color:var(--rev-yellow);
}
.border_title {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.border_title:before {
	height:6px;
	width:15%;
	content:" ";
	display:inline-block;
	background:var(--rev-yellow);
}

/* Header */
.inside-header {position:relative;}
.toggle_button,
.search_button {
    position: absolute;
}
.toggle_button { left:0; }
.search_button { right:0; }
a.search-icon { color:var(--tax-color); }

/* Social Link */
.wp-block-social-links { margin:0!important; display:flex!Important; }
.wp-block-social-links li a { font-size:22px; }

/* Off Canvas CTA */
.offcanvas_cta {
	font-size: 15px!Important;
	line-height: 1.6em;
	color: var(--contrast) !important;
	display: inline-block!Important;
}

/* Breadcrumb */
.rank-math-breadcrumb p { margin-bottom:0; }
.breadcrumb { line-height: 18px; }

/* Main Nav Dekstop & Mobile */
.menu-toggle { padding-left:20px;}
.sub-menu.toggled-on li a::before {
	width: 5px;
	height: 5px;
	content: " ";
	position: absolute;
	left: 12px;
	background: var(--accent);
	border-radius: 0px;
	top: 16px;
}
#generate-slideout-menu.main-navigation .main-nav ul ul {
	padding-left:1em;
}
.main-navigation li.trp-language-switcher-container {
	border-left:1px solid rgba(255, 255, 255, 0.1);
	margin-left:20px;
}

/* Flex */
.sticky-flex {
    position: sticky;
    top: 90px;
    align-self: flex-start;
}

/*.main-navigation .main-nav > ul > li:first-child a { padding-left:0; }*/
.main-navigation .main-nav ul li:hover a,
.main-navigation .main-nav ul li.current-menu-item a {
    position:relative;
}
.main-navigation ul ul {
    box-shadow: none;
    border: 1px solid #f1f1f1!Important;
    border-radius: 5px;
    border-top: none;
    padding: 5px 0;
    border-bottom: 5px solid var(--contrast-2)!Important;
}
.main-navigation ul ul li a {
    border-bottom: 1px solid #F1F1F1;
}
.main-navigation ul ul li:last-child a {
    border-bottom: none;
}
.top_toggle {
    position: absolute;
    left: 0;
    margin-top: 10px;
}
ul.slideout-menu ul,
ul.slideout-menu ul li a {
    border: none!important;
}


/* Home Page */
.rev_gallery {
	gap:0!Important;
}
.rev_gallery figure {
	margin-left:-10px!Important;
}
.rev_gallery figure:firt-child {
	margin-left:0;
}
.rev_gallery img {
	border-radius:50%;
	border:2px solid #fff;
}
.testi_slider img {
	width:auto!Important;
}
.testi_slider .owl-stage-outer {
    overflow: initial;
}
.testi_slider .owl-item {
    opacity: 0;
	margin-bottom:15px;
    transition: opacity .10s linear;
}
.testi_slider .owl-item.active {
	opacity:0.40;
}
.testi_slider .owl-item .testi_border {
	border-top: 4px solid #ccc;
}
.testi_slider .owl-item.active.center {
	opacity:1;
}
.testi_slider .owl-item.active.center .testi_border {
	border-top: 4px solid var(--rev-yellow);
}

/* List Custom */
ul.stepp_list {
	margin: 0!important;
	counter-reset: li;
}
ul.stepp_list li {
	position: relative;
	display: block;
	list-style: none;
	border-left: 1px dashed var(--rev-yellow);
	margin-left: 25px;
	font-size: 15px;
	padding-left: 40px;
	padding-bottom: 26px;
}
ul.stepp_list li::before {
	content: "#"counter(li);
	counter-increment: li;
	position: absolute;
	top: 0px;
	left: -25px;
	box-sizing: border-box;
	box-shadow: 0px 0px 0 7px #fff;
	margin-right: 8px;
	font-size: 20px;
	padding: 7px;
	width: 50px;
	border: 2px solid var(--rev-yellow);
	height: 50px;
	text-align: center;
	background: #fff;
	color: #103021;
	border-radius: 999em;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}
ul.tr_stepp li {
}
ul.tr_stepp li::before {
	content:counter(li);
}
ul.stepp_list li:last-child {
	border-left: 0;
}
ul.stepp_list li strong {
	font-size: 20px;
}

/* FLuent Form */
.fluentform input[type="text"],
.fluentform input[type="email"],
.fluentform select {
	border-radius:5px;
	border:1px solid #DCDCDC;
	font-size:14px;
	height:47px;
	background:none!important;
}
.fluentform .ff-el-group {
	margin-bottom: 12px!important;
}
button.ff-btn-submit {
	background: var(--rev-yellow)!important;
	color: #000!important;
	width: 100%!important;
	border-radius: 5px!important;
	font-weight: bold!important;
	margin-top: 8px!important;
}
.hero_form p.gb-text strong em {
	text-decoration:underline;
	color:#000;
	font-style:normal;
}
select.ff-el-form-control {
	background-image: url(images/vron.svg) !Important;
    background-repeat: no-repeat !Important;
    background-position: 95% center !Important;
	background-size: 15px auto !important;
    appearance: none;
	appearance:none;
}

/* Content Area */
.entry-content ul,
.entry-content ol {
    margin-left:1.3em;
}

/* owl caraousel styling */
.owl-carousel {
    visibility: hidden;
}
.owl-carousel.owl-loaded {
    visibility: visible;
}
.owl-carousel .owl-stage::after {
    display: none;
}

    /* Slide Nav */
    .owl-dots {
        text-align: center;
        margin: 20px auto;
        position: static;
        bottom: 20px;
        right: 20px;
    }
    .owl-dots button {
        width: 8px;
        height: 8px;
        opacity: 0.2;
        border-radius: 100px;
        margin: 0 3px;
        background: var(--contrast)!important;
    }
    .owl-dots button.active {
        width: 30px;
    }
    .owl-stage {
       
    }

    /* Owl Nav */
    .owl-nav button {
        position: absolute;
        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:hover { opacity:1; }
    .owl-nav button span {
        display: none;
    }
    .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;
    }

    .latestpost_slider .owl-dots {
        position: absolute;
        margin: 0;
        right: 20px;
    }
	.latestpost_slider .owl-dots button {
		background: #fff!important;
	}    
	.latestpost_slider .owl-dots button.active {
		opacity: 0.5;
		width: 30px;     
    }
    .owl-carousel .owl-stage::after {
        display: none!important;
    }

/* Archive */
.dynamic-term-description {
	line-height:1.5em;
}
.tmb { display:flex; align-items:center;}
.fh { height:100%;}
.meta_terms .gb-headline-text {
    display:flex;
    column-gap: 5px;
    flex-wrap:wrap;
}
.site-content .content-area {}
.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 10px;
    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);
}
.post-abs {
    position: absolute;
    top: 20px;
    left: 20px;
}

    /* masonry-load-more */
    .masonry-load-more {
        display: flex;
        justify-content: center;
        border-top:1px solid #f1f1f1;
        border-bottom:1px solid #f1f1f1;
    }
    .masonry-load-more a {
        border-radius: 0;
        background:none!Important;
        color:#000;
        text-transform:uppercase;
        letter-spacing:0.2em;
    }

    .more-link {
        position: absolute;
        top: 0;
        right: 0;
    }

/* Limite Title */
.limit {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.limit_three {
     -webkit-line-clamp: 3;
}
.limit_two {
    -webkit-line-clamp: 2;
}

/* Destinations */
.caritem_items {
	border-bottom:1px solid #f0f0f0;
	padding-bottom:20px;
}
.caritem_wrapp .caritem_items:last-child {
	border-bottom:none;
	padding-bottom:0;
}

/* Page Pagination */
.paging-navigation {
    margin: 30px 0 0;
    background: none!important;
    text-align: center;
    font-size: 14px;
    padding: 15px 0!important;
}
.paging-navigation .nav-links {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.paging-navigation span.screen-reader-text {
	display:none;
}
.paging-navigation a {
	border: 0px solid #ccc;
	padding: 5px 10px !important;
	color: #333333 !important;
	border-radius: 50px;
	height: 32px;
	font-weight: bold;
	width: 32px;
	background: #f1f1f1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.paging-navigation span.current {
	color: #fff !important;
	background: #000;
	display: flex;
	border-radius: 50px;
	border: 0px solid #f1f1f1;
	font-weight: bold !important;
	width: 32px;
	height: 32px;
	justify-content: center;
	align-items: center;
	padding: 0;
}

.container.grid-container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
}
a.prev,
a.next,
a.prev span,
a.next span {
    display: none;
}

/* Query Paginations */
.gb-query-loop-pagination .page-numbers {
	width: 40px;
	height: 40px;
	display: flex!Important;
	padding: 0 !important;
	border-radius: 50px;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	border:none!important;
	background:#f1f1f1!important;
} 
.gb-query-loop-pagination .page-numbers.current {
	background:var(--contrast)!important;
	color:#fff!important;
}

/* Comment */
.wp-block-comment-template {
	margin-left:0;
}
.wp-block-comment-template li {
	position:relative;
}
.wp-block-comment-author-name {
	font-size:14px!Important;
	font-weight:bold;
}
.wp-block-comment-content {
	margin-left: -60px;
	margin-top: 15px;
	font-size: 14px;
	line-height: 1.45em;
}
a.comment-reply-link {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	border: 1px solid #f1f1f1;
	border-radius: 50px;
	padding: 0 10px;
}
.wp-block-comment-date a {
	font-size:12px;
	color:#9E9E9E;
}
.comment_form h3.comment-reply-title {
	display:none;
}
.cmt .wp-block-columns-is-layout-flex {
	gap:20px!Important;
}

.comment_form input[type="text"],
.comment_form input[type="email"],
.comment_form input[type="url"],
.comment_form textarea {
	border:1px solid #f1f1f1!important;
	border-radius:8px;
	background:#fff!Important;
}
.comment_form input[type="submit"] {
	border-radius:8px;
}

.comments-area {
    border: 0px solid #f1f1f1;
    padding: 0px!important;
    border-radius: 8px;
    margin-top: 25px;
    font-size: 14px;
    background: none!important;
}
.comment-content {
    padding: 0;
    border: none;
    margin: 8px 0;
    padding: 10px 0!Important;
    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;
}
.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;
}
.comments-area .form-submit input.submit {
    border-radius: 8px!important;
    background: var(--accent)!important;
    padding: 10px 35px!important;
}
.comment-form-cookies-consent {
    font-size: 12px;
    line-height: 18px;
}

.comment-list li.depth-1 {
    border-bottom: 0px solid #f1f1f1;
    margin-bottom: 20px;
}
h3.comments-title {
    font-size: 18px;
}
.comment-meta .avatar {
    padding-top: 1px;
}
.comments-area footer.comment-meta {
    display: block;
    grid-template-columns: 30px 1fr;
    grid-gap: 10px;
}
.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;
}
.comment-content {
    margin: 10px 0;
    border: 0px solid #f1f1f1;
}

/* Search Modal */
.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;
}

/* Sidebar */
.inside-left-sidebar,
.inside-right-sidebar {
    position: sticky;
    top: 20px;
    margin-top: 0 !important;
}

/* List Custom */
.lmt {
	min-height:50px;
	display:flex!important;
	align-items:center;
}
.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;
	display: block;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	background: #000;
	height: 45px;
	width: 45px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	align-items: center;
}
.list_custom .generate-columns.grid-50 {
    width: 100%!important;
    margin: 0;
}

/* Title Header */
.page-header {
    margin-bottom: 30px;
}
body.page .entry-header h1.entry-title,
.widget-title,
h1.widget-title,
h1.page-title,
h2.widget-title { 
    position:relative; 
    display: block;
	border-bottom:2px solid #f1f1f1;
	padding-bottom:15px;
}
body.page .entry-header h1.entry-title:after,
.widget-title:after,
h1.widget-title:after,
h1.page-title:after,
h2.widget-title:after {
    height: 2px;
    border-radius: 0;
    width: 90px;
    content: " ";
    background: var(--orange);
    position: absolute;
    left: 0;
    bottom: -2px;
}
.search h1.page-title {
    border-bottom: 1px solid #f1f1f1;
    display: block;
    padding-bottom: 15px;
}
.search h1.page-title span {
    font-weight: bold;
    color: var(--accent);
}
.site-footer h2.widget-title {
	border-bottom:1px solid #212121;
}
.site-footer h2.widget-title:after {
	height:1px;
	bottom:-1px;
	background: var(--accent);
}
body.page .entry-header h1.entry-title {
	margin-bottom:30px;
}

/* Author */
.author .page-header {
    padding: 20px;
    font-size: 15px;
    line-height: 22px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid var(--tax-bg);
}
.author .page-header .page-title:after {
    display: none;
}
.author .page-header .avatar {
    margin-right: 20px;
    border-radius: 50px;
}

/* Popular Post */
.nq_number { display:none; }
.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;
}

/* Single Post Content */
.dynamic-entry-content ul,
.dynamic-entry-content ol {
    margin: 0 0 1.5em 1.2em;
}
.dynamic-entry-content ul li {}
.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; }
.ss-wrapper {
	display:flex;
	align-items:center;
	gap:12px;
}
.ss-wrapper a {
	font-size:17px;
}
.ss-wrapper a svg {
	width:17px;
	height:17px;
	fill:var(--contrast);
}
.ss-wrapper a:hover svg {
	fill:var(--accent);
}
.ss-wrapper a.tg svg {
	position:relative;
	top: -3px;
}
.bot_sr .ss-wrapper { gap:5px;}
.bot_sr .ss-wrapper a {
	width:35px;
	height:35px;
	background:var(--contrast);
	border-radius:50px;
	display:flex;
	align-items:center;
	justify-content: center;
}
.bot_sr .ss-wrapper a:hover {
	background:var(--accent);
}
.bot_sr .ss-wrapper a svg {
	fill:#fff;
}

.author_social {
	position:absolute;
	right:0;
}
.pst .gb-headline-text {
	font-size: 12px;
	color: var(--blue);
	display: inline-block;
	padding: 6px 13px;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 50px;
	background: #e0ebfd;
	line-height: 1em;
}

.social_author {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	gap: 10px;
	flex-wrap: wrap;
}
.social_author li {
	list-style: none;
}
.social_author li a {
	display: block;
	width: 22px;
	color:var(--contrast);
	height: 22px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}
.social_author li:hover a {
	color:var(--accent);
}
/*
.social_author li.fb a {
	background-image: url(images/fb-icon.svg);
}
.social_author li.twit a {
	background-image: url(images/twit-icon.svg);
}
.social_author li.linked a {
	background-image: url(images/linked-icon.svg);
}
.social_author li.ig a {
	background-image: url(images/ig-icon.svg);
}
.social_author li.youtube a {
	background-image: url(images/youtube-icon.svg);
}
.social_author li.twit a {
	background-image: url(images/twit-icon.svg);
}
*/
.atr_sing {
	position:absolute;
	right:0;
	top:0;
}
.atr_sing li a {
	width: 18px;
	height: 18px;
}

/* Blockquote */
.wp-block-pullquote {
    padding: 0;
}
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;
}
blockquote p {
    margin-bottom: 5px;
}
.wp-block-pullquote cite {
    font-size: 14px;
    font-weight: bold;
}

/* Pre */
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

/* table */
.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;
}

/* Featured Image Caption */
.gb-block-image figcaption,
.wp-block-image figcaption {
    font-size: 13px;
    text-align: center;
    margin: 10px 0 0;
    line-height: 19px;
}

/* Tag List */
.taxonomy-post_tag {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
.taxonomy-post_tag a {
    color: #fff;
    position: relative;
    background: var(--accent);
    padding: 2px 13px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 50px;
    display: inline-block;
    transition: all .3s ease-in-out;
}
.taxonomy-post_tag a:hover {
    background: var(--contrast-2);
}
.taxonomy-post_tag a:before {
    content: "#";
}
.wp-block-post-terms__separator {
    display: none;
}

/* Search Form */
.search-form .search-submit { display:none; }

/* 404 */
body.error404 .inside-article {
    margin: 40px auto;
    text-align: center;
}

/* Limit */
.limit-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* TOC */
#ez-toc-container {
    background: #fff;
    border: 0px solid var(--accent);
    border-radius: 8px;
    padding: 0;
	width:100%;
    margin: 35px 0;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
div#ez-toc-container p.ez-toc-title {
    font-weight: bold;
}
#ez-toc-container ul {
	margin-top: 10px;
	padding-left: 0;
	padding:20px 30px 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	row-gap: 10px;
}
div#ez-toc-container ul li {
    font-size: 100%;
    list-style: none;
    overflow: visible;
    padding: 2px 0;
	width:45%;
}
#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;
	line-height: 1.35em;
    font-weight: bold!important;
}
#ez-toc-container ul.ez-toc-list-level-3 {
    margin-top: 5px;
}
#ez-toc-container ul.ez-toc-list-level-3 {
    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;
}
#ez-toc-container .ez-toc-js-icon-con {
	border:none;
}
.ez-toc-icon-toggle-span {
	background-image:url(images/vron.svg);
	background-repeat: no-repeat;
	background-position:center center;
}
.ez-toc-icon-toggle-span svg { display:none;}
.ez-toc-counter nav ul li a::before {
	content: counters(item, ".", decimal);
	display: inline-block;
	counter-increment: item;
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: .2em;
	float: left;
	width: 25px;
	height: 25px;
	background: var(--orange);
	border-radius: 50%;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
	margin-top: 5px;
	margin-right: 10px;
}
.ez-toc-title-container {
	padding:15px 30px;
	border-bottom:1px solid #f1f1f1;
	font-size: 20px;
}
#ez-toc-container a:hover {
	text-decoration: none;
	color:var(--contrast-3)!Important;
}


/* Page Break */
.neon-auto-page-break-pagination {
    font-size: 14px;
}
.neon-auto-page-break-pagination .pagination {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
.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;
}

/* Tag List */
.tag_list {
	display:flex;
	gap: 5px;
	flex-wrap: wrap;
}
.tag_list span a {
	font-size:12px;
	text-transform:uppercase;
	color:var(--accent);
	border:1px solid var(--accent);
	border-radius:50px;
	padding:4px 9px;
}
.tag_list span a:before {
	content:"#";
}

/* Exclide Include */
ul.include_list ,
ul.exclude_list {
	margin: 20px 0 !important;
}
ul.include_list li,
ul.exclude_list li {
	position: relative;
    background-repeat: no-repeat;
	background-size: 16px auto;
    background-position: left center;
	list-style: none;
	margin-bottom: 8px;
	padding-left: 25px;
	line-height: 18px;
	font-size:16px;
}
ul.include_list li { background-image: url(images/check-icon.svg); }
ul.exclude_list li { background-image: url(images/close.svg); background-size: 13px auto; }


/* Footer */
.site-footer ul.wp-block-navigation {
    gap: 17px;
    margin-bottom:15px;
}


/* Cat Nav */
.cat_nav {
	gap: 25px;
	flex-wrap: nowrap;
}
.cat_nav li a:hover {
	opacity:0.75;
}

    @media only screen and (max-width: 1024px) {
		.inside-header {
			padding-left:40px!important;
			padding-right:40px!important;
		}
        .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;}

        .gp-search-modal .gp-modal__overlay {
            padding-left: 30px!important;
            padding-right: 30px!important;
            background: rgba(0, 0, 0, 0.65)!important;
        }
        #left-sidebar { display:none!important;}
        .testi_slider .owl-item { opacity: 1;}
		
		.main-navigation li.trp-language-switcher-container {
			border-left: 0px solid rgba(255, 255, 255, 0.1);
			border-top: 1px solid rgba(255, 255, 255, 0.2);
			border-bottom: 1px solid rgba(255, 255, 255, 0.2);
			margin-left: 0;
			margin-top:20px;
		}
	
    }
    @media only screen and (max-width: 767px) {
		.inside-header {
			padding-left:20px!important;
			padding-right:10px!important;
		}
		.rev_gallery figure {
			width:25%!Important;
		}
		
        /* Flex */
        .sticky-flex {position: static;}
		.yoast-breadcrumbs > span {
			display: flex;
  			gap: 4px;
		}
		.breadcrumb_last {
			overflow: hidden;
			width: 50%;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			 -webkit-line-clamp: 1;
		}

		.ez-toc-title-container { padding: 15px 20px;}
		#ez-toc-container ul { padding: 20px 20px 30px;}
		div#ez-toc-container ul li { width:100%;}
		.paging-navigation { margin-top:0;}
		.btag {
			font-size:10px!important;
			line-height:1.8em!important;
		}
		.atr_sing { position:static; margin-top:30px;}
		
		.des_right {
			flex-direction: column;
			align-items: flex-start;
		}
		.des_prc {
			flex-basis: auto!Important;
			flex-shrink: 0!Important;
			text-align: center;
			margin-top: 20px;
		}
    }