/*
** vars
*/
:root{
	--th-transitions:color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	--swiper-theme-color: var(--bs-body-bg) !important;
}

@media (prefers-color-scheme: dark) {
    :root {
        --bs-blue: #2e7dd1;
		--bs-indigo: #6610f2;
		--bs-purple: #9d68d3;
		--bs-pink: #d15796;
		--bs-red: #cd4a45;
		--bs-orange: #fd7e14;
		--bs-yellow: #ebcf4f;
		--bs-green: #2d9965;
		--bs-teal: #20c997;
		--bs-cyan: #2dadcf;
		--bs-primary: #17f7d8;
		
    }
}

body{
	min-width: 300px;
}

b, strong {
    font-weight: bold;
}

/*
** backgrounds
*/

.bg-lighter{
	background-color: #f1f2f5;
}

img[data-lazyloaded]{
  opacity: 0;
}

.btn-primary.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-teal);
    border-color: var(--bs-teal);
}

img.litespeed-loaded{
  -webkit-transition: opacity .5s linear 0.2s;
  -moz-transition: opacity .5s linear 0.2s;
  transition: opacity .5s linear 0.2s;
  opacity: 1;
}

/*
** headings
*/

#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose, #cmplz-document .cmplz-dropdown .cookies-per-purpose, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose,
#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div, #cmplz-document .cmplz-dropdown .cookies-per-purpose div, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div,
#cmplz-cookies-overview .cmplz-dropdown, #cmplz-document .cmplz-dropdown, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown,
#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose .name-header, #cmplz-document .cmplz-dropdown .cookies-per-purpose .name-header, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose .name-header {
    background: none !important;
}

.display-regular {
	font-weight: normal;
}

blockquote, .blockquote {

    margin: 2.5rem 0;
    padding-left: 2rem;
    position: relative;
	width: 100%;
	font-size: 1.1rem;
}

blockquote::before, .blockquote::before {
    background-color: var(--bs-primary);
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
}

cite {
   font-size: .875rem;
}

.hidden {
    display: none;
}


/*
** editor
*/

.wp-block-image img{
    height: auto;
}

/*
** buttons
*/

.btn-lg{
	padding: .782rem 1rem;
}



[aria-expanded="false"] > .expanded,
[aria-expanded="true"] > .collapsed {
  display: none;
}

/*
** editor styles
*/

.has-gold-color{
	color: var(--bs-primary)
}
.has-dark-color{
	color: var(--bs-secondary)
}
.has-red-color{
	color: var(--bs-danger)
}
.has-blue-color{
	color: var(--bs-info)
}
.has-yellow-color{
	color: var(--bs-warning)
}
.has-green-color{
	color: var(--bs-success)
}
.has-grey-color{
	color: var(--bs-grey)
}
.has-light-color{
	color: var(--bs-light)
}


.has-dark-background-color{
	background-color: var(--bs-secondary)
}
.has-pink-background-color{
	background-color: var(--bs-pink)
}
.has-blue-background-color{
	background-color: var(--bs-cyan)
}
.has-yellow-background-color{
	background-color: var(--bs-yellow)
}
.has-green-background-color{
	background-color: var(--bs-primary)
}
.has-gray-background-color{
	background-color: var(--bs-gray-100)
}
.has-orange-background-color{
	background-color: var(--bs-orange)
}



/*
** topbar
*/


.top-bar{
	padding: 10px 0;
	margin-bottom:80px;
}
.top-bar h1{
	font-size: 12px;

	color:#a5abb3;
	margin:0;
	font-weight: normal;
	letter-spacing: 0;
}

/*
** menu
*/

.navbar-brand a{
	display: block;
}

.navbar-brand a img{
	width: 100%; height: auto;
}
.navbar .nav-item{
	position: relative;
}

.navbar .last-link a{
	color: var(--bs-primary) !important;
}

.navbar-light .navbar-nav .nav-link:hover, 
.navbar-light .navbar-nav .nav-link:focus {
    color: var(--bs-primary) !important;
}



.site-menu{
	text-align: right;
}

.navbar .nav-item .dropdown-menu{
	margin-top: 0;
}

.site-menu .btn{
	width: 48px;
	height: 48px;
	padding: 0;
}

.site-menu .btn i{
	font-size: 24px;
	line-height: 48px;
	display: block;
}

.site-menu .navbar__toggler > i{
	font-size: 38px;
}



/*
** slider
*/
.swiper-container {
	height: 300px;
}
.swiper-slide {
	background-size: cover;
    background-position: center;
	background-repeat: no-repeat;
}
.swiper-slide-content{
	opacity: 0;
	visibility: hidden;
}
.swiper-slide-active .swiper-slide-content{
	opacity: 1;
	visibility: visible;	
}

.swiper-slide-content h2{
	color: var(--bs-white);
}
.banner-bg .container:after {
    background-color:  var(--bs-primary);
    bottom: 100px;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

/*
** pub 
*/

.pub a {
	text-decoration: none;
	color: var(--bs-secondary);
	display: inline-block;
}

.pub-adlabel,
.pub__label {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
	text-decoration: none;
	text-align: right;
	opacity: .5;
	text-align:center;
}

.pub__header {
    text-align: center;
}

.pub__md a{
    padding-left: 10px;
    padding-right: 10px;
}

.pub__xl {
    padding-bottom:1.5rem;
}


.pub__xl .pub-adlabel{
    padding: 0 10px;
}

.pub-sidebar{
   background-color:  var(--bs-body-bg);
   padding: 10px 10px 20px 10px;
}

.pub-widget br{
   display:none !important
}

.pub img{
   max-width: 100%;
   height: auto;
}



/*
** site-logo
*/

.logo{
   width: 200px;
}

/*
** site-listings
*/

.site-listing .card{
	text-decoration: none;
	border:none;

}

.site-listing .card-img{
	position: relative;
	padding-top: 100%;
	width: 100%;
	overflow: auto;
}
.site-listing .card-img > img{
	position: absolute;
	top: 0;
	margin: auto;
	object-fit: contain;
    height: 100% !important;
}

.site-listing .card-body{
	padding-left: 0;
	padding-right: 0;
}
.site-listing .card-title{
	font-size: 1.25rem;

	color:#71809d;
	margin-bottom: 0;
	transition: color .15s ease-in-out;
}
.site-listing .card-text{
	color:#71809d
}

.card-chevron{
	width: 20px;
	height: 24px;
	display: inline-block;
	text-align: center;
	background-image: url(../images/icons/chevron-forward-circle-outline.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	filter: invert(72%) sepia(20%) saturate(764%) hue-rotate(2deg) brightness(92%) contrast(88%);
}

	.site-listing .card:hover .card-title{
		color: var(--bs-primary);
	}

.cta-icon{
	color:#71809d;
	font-size: 30px;
}

.card-badge{
	position: absolute;
	width: 38px;
	height: 38px;
	right: -10px;
	top: -10px;
	z-index: 1;
}

.card-img-top.default-featured-img{
	max-width: 100%!important;
}


.site-listing-single .card-img-link{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
    padding-top: 100%;
    width: 100%;
	overflow: hidden;
}
.site-listing-single a{
	text-decoration: none;
}
.site-listing-single a p{
	color: var(--bs-secondary);
}

/*
** site-categories
*/

.category__link{


	box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
	text-decoration: none;
	text-align: center;
	align-items: center;
	transition: var(--th-transitions);
}

	.category__link:hover{
		background-color: var(--bs-bg-dark);
	
		box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 25%);
	}	
	
	.category__link:hover .category__img{

		background-color: transparent;
	}

.category__img{
	height:90px;
	width:90px;
	background-size: contain;
	background-position:center;
	background-repeat: no-repeat;
}

.category__title{
	font-size: 1rem;
	margin-left: 15px;
	margin-bottom: 0;

	flex: 1 0;
}

.entry-footer a{
	color: var(--bs-secondary);
	font-weight: normal;
}




/*
** footer
*/


.site-footer .menu {
    font-size: .875rem;
    line-height: 1.8;
}

.site-footer .menu {
    list-style: none;
	padding:0;
	margin-bottom: 30px;
}

.site-footer .menu > li {
    padding: 4px 0px;
}

.site-footer .menu > li > a{
    text-decoration: none;
	color: var(--bs-gray-100);
}

.site-footer h3.widget-title{
   font-size: 1.1em;

   margin-bottom: 30px;
}


.site-copyright{
   padding-top: 15px;
   padding-bottom: 15px;
   border-top: 1px solid  color: var(--bs-gray-600);
   text-align: center;
}



.site-social{
   text-align: center;
}

.site-social a{
   margin-left: 15px;
   padding: 5px;
   display: inline-block;
}

.site-social a > img{
   height: 15px;
   width: 15px;
   filter: invert(21%) sepia(36%) saturate(552%) hue-rotate(174deg) brightness(98%) contrast(95%);
   display: block;
}



/*
** site-search
*/


.post__bg,
.search__bg{
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url(../images/md.webp);
	position: relative;
}

.search__bg::before{
	position: absolute;
	content: "";
	width: 100%;
	top:0;
	bottom:0;
	left: 0;
	right: 0;

	opacity: .65;
}

.search__bg::after{
	position: absolute;
	content: "";
	width: 100%;
	bottom:0;
	height: 95px;

}

.search__content{
	position: relative;
	z-index: 1;
}


.page__form,
.search__form{

	padding: 20px;
	box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%);
}

.page__form + a,
.search__form + a{
	float: right;
}

span.wpcf7-acceptance .wpcf7-list-item {
   margin-left: 0;
}
span .wpcf7-not-valid:not(.wpcf7-acceptance) {
    border: 1px solid var(--bs-danger) !important;
}

div.wpcf7-validation-errors {
    background: #ffe2e2;
    border: 1px solid var(--bs-danger);
    color: var(--bs-danger);
}

.wpcf7 form .wpcf7-response-output {
	position: relative;
    padding: 1rem 1rem;
    margin: 1rem 0;
    border: 1px solid transparent;
    border-radius: 0;
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	color: #5f6713;
    background-color: #eceed2;
    border-color: #e2e6bc;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    color: #8c2b1a;
	background-color: #fbdad5;
    border-color: #f9c8c0;
}

.wpcf7 form.spam .wpcf7-response-output {
	color: #806f34;
    background-color: #fff1cc;
    border-color: #ffeab3;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	color: #8c2b1a;
	background-color: #fbdad5;
    border-color: #f9c8c0;
}

.wpcf7 form .ajax-loader{
	background-color: #f4eee1;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	border-radius: 0;
}

.wpcf7 form.submitting .ajax-loader{
	position: fixed;
}

.wpcf7 form .ajax-loader::before{
	background-color: #786540;
	display: inline-block;
	width: .5rem;
    height: 3rem;
    vertical-align: text-bottom;
    border-radius: 50%;
    margin: auto;
	top: 50%;
	left: 50%;
	margin-left: -1rem;
	margin-top: -1rem;
}


.wpcf7-not-valid-tip{
	display: none !important;
}

.listing-nav__content{
	background-color: var(--bs-secondary);
	box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%);
	margin-bottom: 15px;
}

.listing-nav__content .form-control{
	padding: .5rem 1rem;
	border-color: transparent;
}
.listing-nav__content .input-group .btn{
	padding: .5rem 1rem;
	border-color: transparent;
}

.listing-nav__content .facetwp-facet{
	margin-bottom: 0;
}
.listing-nav__content .fs-wrap{
	width: 100%;
	display: block;
}
.listing-nav__content .facetwp-input-wrap {
    width: 100%;
}
.listing-nav__content .facetwp-facet input.facetwp-search, .listing-nav__content .facetwp-facet input.facetwp-location {
   border-color: transparent;
   padding: 8px 22px 8px 13px;
}

.listing-nav__content .fs-label-wrap{
	width: 100%;
	font-weight: bold;
}
.listing-nav__content .facetwp-icon:before{
	width: 40px;
	background-position: 50%;
	font-weight: bold;
}

.listing-nav__content .fs-label-wrap .fs-label{
	padding: 13px 22px 13px 13px;
}
.listing-nav__content .fs-arrow{
	width: 40px;
	height: 100%;
	right: 0;
	border: transparent;
	background-image: url(../assets/icons/bsicons/chevron-down.svg);
	background-size: 16px;
	background-position: center;
	background-repeat: no-repeat;
}

.listing-nav__button{
	width: 100% !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: left;
	cursor: pointer;
	text-transform: none;
	letter-spacing: 0;
	font-size: 1rem;
	padding: .5rem 1rem;
	outline: none;
	box-shadow: none !important;
}

.listing-nav__button i::before{
	content: "\f286";
}

.listing-nav__button.collapsed i::before{
	content: "\f282";	
}

.listing-nav__collapse{
	padding: 1rem 1.25rem;
	will-change: height;
}

#listing-nav__reset{
    padding-right: 16px;
	padding-left: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23c8a96a' class='bi bi-x-circle' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: right center;
	box-shadow: none !important;
}

#listing-nav__reset:hover{
    color: var(--bs-secondary);
}

.listing-nav__collapse .facetwp-checkbox {
    background-color:#ffffff;
    background-size: 20px;
    margin-bottom: 5px;
    padding-left: 25px;
    cursor: pointer;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='grey' class='bi bi-square' viewBox='0 0 16 16'%3E%3Cpath d='M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z'/%3E%3C/svg%3E");
}


.listing-nav__collapse .facetwp-checkbox.checked {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-check-square' viewBox='0 0 16 16'%3E%3Cpath d='M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z'/%3E%3Cpath d='M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.235.235 0 0 1 .02-.022z'/%3E%3C/svg%3E");
}

.facetwp-selections > ul {
    list-style: none;
	padding-left: 0;
	font-size:12px;
}

.facetwp-selections li {
    display: inline-block;
    line-height: 1;
}

.facetwp-selections .facetwp-selection-value {
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    padding-right: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-x-circle' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: right center;
}

/*
** hero
*/

.listing__recent .widget{
	margin:30px 0;
	padding-bottom: 1.5rem;
}

.listing__recent a{
	border-bottom: 0;
	text-decoration: none;

}


.listing__recent a:hover{
	color: var(--bs-primary)
}

.listing__recentcat{
	color: #71809d;
	font-size: 14px;

}
.listing__recenttitle{
	color: var(--var-bs-secondary);

}

.listing__recenttitle a{
	color: var(--var-bs-secondary);
	
}


.listing-nav__collapse li{
	padding: 0;
	border-color: transparent;
}

.listing-nav__collapse li a{
	border-color: transparent;
}

/*
** hero
*/

.site-hero .breadcrumb{

}
.site-hero .breadcrumb a{
	color: var(--bs-gray-600);
	text-decoration: none;
}

.hero__badge{
	margin-left: 15px;
}

.site-hero-img{
	background-color: #bfc5cc;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 40vh;
	overflow: hidden;
}


/*
** cta
*/

.cta__bg{
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.cta__bg.bg-dark::before{
	position: absolute;
	content: "";
	width: 100%;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
	background-color: inherit;
	opacity: .75;
}
.cta__content{
	position: relative;
	max-width: 450px;
	padding-left: 15px;
	padding-right: 15px;
	margin: auto;
}

/*
** post
*/


.postarticle__content ul,
.postarticle__content ol{
	margin: 1.5em 0 1.5em 0px;
}
.postarticle__content ul li::marker,
.postarticle__content ol li::marker{
	color:var(--bs-primary);
}
.postarticle__content .wp-block-image{
	margin:30px 0;
}

.postarticle__content figcaption{
    font-size: .875rem;
    line-height: 1.7;
    margin-top: 1rem;
    width: 100%;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e4e4e4;

}

.content__desc img,
.postarticle__content img{
   min-width: 100%;
   width: 100%;
}

.site-listing-single .post-thumbnail {
    padding: 1rem;
}

.pub-content {
    text-align:center;
}

div.pub-content img {
    min-width:initial;
}

.pub-content img,
.site-listing-single .post-thumbnail img {
   width: auto !important;
   height: auto !important;
}
.site-listing-single .post-thumbnail:after {
    background-color: var(--bs-secondary);
    bottom: -1px;
    content: "";
    height: 50%;
    position: absolute;
    width: 100%;
	border-radius: var(--bs-border-radius);
	left: 0;
	z-index: -1;
}

.postarticle__content h2, .postarticle__content .h2,
.postarticle__content h3, .postarticle__content .h3,
.postarticle__content h4, .postarticle__content .h4,
.postarticle__content h5, .postarticle__content .h5{
	margin-bottom: 1rem;
}


.lead2{
	font-size: 1.125rem;
	letter-spacing: 0;

	margin-bottom: 1rem;
	line-height:1.6;
	font-weight: normal;
}


.lead3{
	color: #71809d;
	margin-bottom: 1rem;
	line-height:1.6;
	font-weight: normal;
	text-align: center;
	margin: 50px 0 !important;
}

.lead3::before{
	margin-bottom: 2rem;
}

.lead3::after{
	margin-top: 2rem;
}

.lead3::after,
.lead3::before{
	background-color: var(--bs-primary);
	content: "";
	max-width: 5rem;
	height: 2px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}


.video-container{
	position: relative;
	overflow: hidden;
	display: block;
    width: 100%;
    padding: 0;
	margin:30px 0;
}

.video-container::before {
    padding-top: 56.25%;
	display: block;
    content: "";
}

.video-container > iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}


.social-share{
    width: 100%;
}

.social-share_icons{
    display: inline-flex;
}

.social-share_icons a{
    display: inline-block;
	padding: 12px;
	line-height: 1;
	margin-left:12px;
}

.social-share_icons a > svg {
    fill: currentColor;
}

.social-share_icons a:hover > img {
    filter: invert(21%) sepia(36%) saturate(552%) hue-rotate(174deg) brightness(98%) contrast(95%);
}


.content__desc ul,
.content__desc ol {
	list-style-position: inside;
	padding-left: 0;
	margin-bottom: 0;
}
  

.content__desc .bi-geo-alt-fill {
	padding-right: 5px;
	font-size: .75em;
}


.content__desc ul li::marker {
	content: "› ";
	display: inline-block;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

	padding-right: 15px;
}

#galeria__thumbs .ratio {
	width: 75px;
	height: 75px;
	margin-bottom: 15px;
}

.content__logo {
	margin-top: -15px;
	position: relative;
	z-index: 1;
}
.recomendado {
	font-size: .875em;
}
.entry-content > .container:focus {
	outline: none;
	border:none;
}

#diretorio_content {
	outline: none;
}

#content_collapse .active{
	color: rgba(44, 62, 87, 0.55);
}

#content_collapse .active::after{
	content: none;
}

.readMore {
	font-size: 12px;

}

.readMore h2,
.readMore h3,
.readMore h4,
.readMore h5,
.readMore h6 {

	font-size: 14px;
}

#ded-back-to-top {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 25px;
    bottom: 25px;
    margin: 0;
    background-color: var(--bs-primary);
    opacity: 0;
    visibility: hidden;
    z-index: 10000;border-radius: 25px;
}

#ded-back-to-top.ded--on {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s ease;
}


#ded-back-to-top .ded-back-to-top-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 20px;
    color: var(--bs-secondary);
    background-color: transparent;
    overflow: hidden;
    z-index: 2;
    transition: var(--th-transitions);
}

#ded-back-to-top:before {
    bottom: 0;
    left: 0;
    top: auto;
}

#ded-back-to-top:after, #ded-back-to-top:before {
    content: '';
    position: absolute;
    height: 0;
    width: 50%;
    background: #101010;
    z-index: 1;
    -webkit-transition: .3s cubic-bezier(.785,.135,.15,.86);
    -o-transition: .3s cubic-bezier(.785,.135,.15,.86);
    transition: .3s cubic-bezier(.785,.135,.15,.86);
}


#cmplz-document {
    font-size: inherit;
    max-width: inherit;
}

#post_hero{
    height: 250px;
}

.bg__bottom{
	background-position: center bottom;
}
.bg__top{
	background-position: center top;
}
.bg__center{
	background-position: center;
}

.h-10rem {
    height: 10rem!important;
}
.mt-n5 {
    margin-top: -2rem!important;
}
/*
** media queries
*/
.admin-bar .offcanvas.show,
.admin-bar .site {
	padding-top: 32px;
}

body.admin-bar header .fixed-top {
    top:32px;
}
  
@media only screen and (max-width: 782px) {
	
	.admin-bar .site {
	  padding-top: 46px;
	}
	body.admin-bar .fixed-top {
        top:46px;
    }
	
}

@media (min-width: 769px) { 


	.site-copyright{
		text-align: left;
		margin-bottom: 0;
	}
	
	.site-social{
		text-align: right;
	}

	blockquote, .blockquote {
		line-height: 1.75;
		font-size: 1.25rem;
	}

	.site-hero-img{
		min-height: 250px;
	}

	#post_hero{
		height: 400px;
	}	
	 
}

@media (min-width: 991px) and (max-width: 1199.98px) { 
	.site-listing .last-col{
		width: 100%;
	}
	.pub__header{
		background-color: #f1f2f5;
		padding-top:15px;
		margin-bottom: 0rem !important;
	}
}

@media (min-width: 991px) { 
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
	}

@media (min-width: 1141px) {
    .swiper-slide-content {
        max-width: 590px;
    }

	.postarticle__content ul,
	.postarticle__content ol{
		margin: 1.7em 0 1.7em 40px;
	}
}
@media (min-width: 1200px) {

	.logo{
		width: 326px;
	}

  
}

@media (min-width: 1200px) {
	.pub__header {
		text-align: right;
		margin-top: 10px;
	}

	.lead3{
		padding-left: 4rem;
		padding-right: 4rem;
	}
	
}


@media (min-width: 1401px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1440px;
    }
	.swiper-container {
		height: 549px;
	}

	.swiper-container .swiper-button-prev {
		left: -60px;
	}

	.swiper-container .swiper-button-next {
		right: -60px;
	}

	.site-footer .menu {
		margin-bottom: 0;
	}
	
	.page__form,
	.search__form{
		padding: 30px;
	}


	.site-hero-img{
		min-height: 440px;
	}
	
}

@media (min-width: 1679px) {

	.mt-4{
		margin-top: 1.875rem !important;
	}

	.mb-4{
		margin-bottom: 1.875rem !important;
	}

	.py-6{
		padding-top: 75px !important;
		padding-bottom: 75px !important;
	}
	#post_hero{
		height: 500px;
	}	
}

@media (prefers-reduced-motion: reduce) {
	.category__link,
	.card-title {
		-webkit-transition: none;
		transition: none;
	}
}

.editor-styles-wrapper {
	background-color: var(--bs-body-bg);
}