/*!

Theme Name: Tema Yeah
Author: ACF Società cooperativa sociale
Author URI: https://yeahimpresasociale.it
Description: tema custom realizzato per ACF Yeah Impresa Sociale
Version: 1.0.0
Text Domain: tema-yeah

*/

/*per la scelta delle classi personalizzate non usare le classi di default di WP*/

/* WordPress Core

-------------------------------------------------------------- */

/*.alignnone {
  margin: 5px 20px 20px 0;
}*/
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */

.screen-reader-text {
	border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*vari*/

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

*:before,
*:after {
	box-sizing: border-box;
}

.clearer {
	clear: both;
}

.clearfix::before,
.clearfix::after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix::after {
	clear: both;
}

html,
body {
	/*permette lo scroll dell'header fixed*/
	overflow: auto;
}

img {
	max-width: 100%;
	height: auto;
}

.alignnone {
	margin: 0px;
}

.alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: auto;
	max-width: 1000%;
}

.fluid {
	width: 100%;
	margin: 0;
}

.container {
	width: 1000px;
	margin: 0 auto;
}

.container-wide,
.container-blog {
	width: 1170px;
	margin: 0 auto;
}

.align-center {
	text-align: center;
}

.flex {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: start;
	flex-wrap: wrap;
}

.p-10 {
	padding: 10px;
}

.p-20 {
	padding: 20px;
}

.p-30 {
	padding: 30px 0px;
}

.p-60 {
	padding: 60px 0px;
}

.p-60-30 {
	padding-top: 60px;
	padding-bottom: 30px;
}

.p-nomargin {
	margin-bottom: 0px;
}

.wp-block-list {
	padding-left: 20px;
}

.wp-block-list li {
	font-family: 'Noto Sans';
	margin-bottom: 10px;
}

.align-right {
	text-align: right;
}

hr {
	opacity: 1 !important;
}

.img-bottom {
	margin-bottom: -8px;
}

input, textarea{
	font-size:16px!important;
}

.wp-block-kadence-advancedheading{
	word-break:break-word;
	line-height:1.2
}

/*tipografia*/

/* unbounded-600 - latin */

@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 600;
	src: url('fonts/unbounded-v12-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* unbounded-700 - latin */

@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/unbounded-v12-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-regular - latin */

@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/noto-sans-v42-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Intestazioni */

h1 {
	font-weight: 700;
	font-size: clamp(20px, calc(14.33px + 1.57vw), 37px);
	line-height: 1.1;
	letter-spacing: -0.02em;
}

h2 {
	font-weight: 700;
	font-size: clamp(18px, calc(14px + 1.11vw), 30px);
	line-height: 1.2;
	letter-spacing: -0.02em;
}

h3 {
	font-weight: 600;
	font-size: clamp(17px, calc(14.67px + 0.65vw), 24px);
	line-height: 1.3;
	letter-spacing: -0.01em;
}

h4 {
	font-weight: 600;
	font-size: clamp(18px, 2vw, 22px);
	line-height: 1.4;
}

/*h5{
	font-weight: 500;
  	font-size: clamp(16px, 1.5vw, 20px);
  	line-height: 1.4;
}

h6{
	font-weight: 500;
  	font-size: clamp(14px, 1.2vw, 18px);
  	line-height: 1.4;
}*/

body {
	font-family: 'Noto Sans', sans-serif !important;
	color: #0d0d0d;
	font-size: 17px !important;
	line-height: 1.6;
}

.body-small {
	font-family: 'Noto Sans', sans-serif !important;
	color: #0d0d0d;
	font-size: 14px !important;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Unbounded', sans-serif !important;
	color: #0d0d0d;
	line-height: 1.5em;
	margin-bottom: 20px;
}

/*colors*/

a {
	color: #cd2a18;
	text-decoration: underline;
}

a:hover {
	color: #a82013;
}

/* Rosso */

.has-red-background-color {
	background-color: #cd2a18;
}

.has-red-color {
	color: #cd2a18;
}

/* Nero */

.has-black-background-color {
	background-color: #0d0d0d;
}

.has-black-color {
	color: #0d0d0d;
}

/* Bianco */

.has-white-background-color {
	background-color: #ffffff;
}

.has-white-color {
	color: #ffffff;
}

/* grigio chiaro */

.has-light_grey-background-color {
	background-color: #f2f2f7;
}

.has-light_grey-color {
	color: #f2f2f7;
}

/*pulsanti*/

.wp-block-button__link,
.gform-footer .gform_button {
	background-color: #0d0d0d !important;
	color: #fff;
	border-radius: 25px !important;
	padding: 10px 30px !important;
	font-weight: 600;
	font-family: 'Unbounded', sans-serif;
	font-size: 16px !important;
}

.btn-width {
	display: block;
	width: 39%;
}

.wp-block-button .wp-block-button__link:hover,
.gform-footer .gform_button:hover {
	background-color: #4a4a48 !important;
	color: #fff;
}

button:focus,
.wp-block-button__link:focus,
.btn-primary:focus,
.btn:focus,
.kb-button:focus {
	outline: 4px solid #cd2a18;
	outline-offset: 3px;
	border-radius: 0px;
	background-color: #4a4a48;
}

button:focus-visible,
.wp-block-button__link:focus-visible,
.btn-primary:focus-visible,
.btn:focus-visible,
.kb-button:focus-visible {
	outline: 4px solid #cd2a18;
	outline-offset: 3px;
	background-color: #4a4a48;
}
.btn-yeah {
	text-align: center;
	margin-bottom:60px;
}

/*backtotop*/

.back-to-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    background-color: #000;
    color: #fff;
    padding: 0.65rem;
    border-radius: 50%;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 999;
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.back-to-top svg {
    fill: #fff;
    display: block;
}

/*header*/

/* Topbar */

.topbar-container .right{
	flex-wrap:wrap;

}

.topbar {
	width: 100%;
}

.topbar-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1140px;
	margin: 0 auto;
}

/* Colonna sinistra */

.topbar .right {
	font-size: 16px;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 10px;
}

.topbar .area-riservata-menu {
	display: flex;
	align-items: center;
	gap: 20px;
}

.topbar .area-riservata-nav,
.topbar .area-riservata-menu ul {
	display: flex;
	align-items: center;
	gap: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.topbar .area-riservata-nav a,
.topbar .area-riservata-menu ul a {
	font-size: 16px;
	color: inherit;
	color: #fff;
}

.topbar .area-riservata-nav a:hover,
.topbar .area-riservata-menu ul a:hover {
	transition: opacity 0.2s ease;
}

.topbar .topbar-btn {
	display: inline-block;
	background-color: #cd2a18;
	color: #fff;
	padding: 3px 12px;
	border: 1px solid currentColor;
	border-radius: 20px;
	font-size: 0.9rem;
	font-weight: 500;
	text-decoration: none;
	white-space: nowrap;
	transition: opacity 0.2s ease;
}

.topbar .topbar-btn:hover {
	opacity: 0.75;
}

/*header*/

.navbar-brand img {
    max-height: 70px;
    height: auto;
}

.row {
	display: flex;
}

header .flex-row {
	flex-direction: row;
	justify-content: space-between;
	padding-right: 20px;
	padding-top: 10px;
	align-items: center;
}

header {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 99998;
	padding: 0px 0px 10px 0px;
	transition: all 0.3s ease-out;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}

header nav .menu-item li {
	list-style-type: none;
}

header nav .menu li {
	display: inline-block;
	font-weight: 600;
	font-size: 16px;
	padding: 0px 20px;
	position: relative;
	font-weight: 500;
}

header .menu .current-menu-item a {
	color: #cd2a18;
}

header .menu li a {
	color: #0d0d0d;
	transition: all 0.3s ease;
	text-decoration: none !important;
	padding-top: 20px;
	padding-bottom: 10px;
	white-space: nowrap;
}

header .menu li a:hover {
	color: #cd2a18;
	text-decoration: none;
}

/*menu-mobile*/

.navbar {
	float: right;
	cursor: pointer;
	margin-right: 0px;
	display: none;
	padding: 6px;
	color: #fff;
	border: 0px;
	background-color: #cd2a18;
}

.icon-bar {
	display: block;
	width: 30px;
	height: 3px;
	margin: 5px;
	background-color: #fff;
}

/* pulsante hamburger */

.menu-toggle {
	display: none; /* Nascosto su desktop */
	background: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
}

#hamburger[aria-expanded='true'] + .menu {
	display: block;
}

/* sottomenu */

.sub-menu {
	position: absolute;
	top: 100%;
	background: #fff;
	display: none; /* Nascondi di default */
	transition: 0.5s;
	min-width: 240px;
}

.sub-menu li {
	display: block !important;
}

.submenu-toggle {
	background-color: #fff;
	border: none;
	font-family: 'Noto Sans', sans-serif !important;
	font-size: 17px;
}

.submenu-toggle:focus {
	background-color:#fff;
}

.submenu-toggle::after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 6px;
	vertical-align: middle;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid currentColor;
	transition: transform 0.3s ease;
}

.submenu-toggle[aria-expanded='true']::after {
	transform: rotate(180deg);
}

@media (min-width: 1024px) {
	.menu li.expand-sub > .sub-menu {
		display: block;
	}
	.sub-menu:not([hidden]) {
		display: block;
	}
}

.menu .sub-menu li {
	padding: 10px 20px !important;
}

.sub-menu li a {
	color: #00455e;
}

.menu .sub-menu li:hover {
	background: #f4f4f4;
}

.menu .sub-menu li a {
	font-size: 16px;
}

.menu li:hover > .sub-menu {
	display: block;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 14px 0px;
}

/*FOCUS (mouse + tastiera + touch)*/

a:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus,
input:not([type='submit']):focus,
select:focus,
textarea:focus,
a.kb-gallery-item-link,
.wp-block-heading:focus {
	outline: 4px solid #cd2a18;
	outline-offset: 3px;
	border-radius: 0px;
}

/* FOCUS-VISIBLE (solo tastiera) */

a:focus-visible,
input[type='button']:focus-visible,
input[type='reset']:focus-visible,
input[type='submit']:focus-visible,
input:not([type='submit']):focus-visible,
select:focus-visible,
textarea:focus-visible,
.wp-block-heading:focus-visible,
.splide__slide a:focus-visible,
.splide__slide img:focus-visible,
.splide__arrow:focus-visible,
.splide__pagination__page:focus-visible {
	outline: 4px solid #cd2a18;
	outline-offset: 3px;
}
/*fine focus */

/*blog - archive */

.articoli-sidebar li {
	margin-bottom: 20px;
}

.box-articoli li {
	box-shadow: 2px 1px 5px 2px #3333334d;
	padding: 20px;
}

.box-articoli .wp-block-latest-posts__post-title {
	font-size: 20px;
	padding-bottom: 22px;
	text-transform: uppercase;
}

.box-articoli .wp-block-latest-posts__post-excerpt {
	font-size: 18px;
}

.archive-title-container {
	padding: 40px 0px 0px 0px;
}

.archive-title-container h1 {
	font-size: 40px;
}

.container-blog.flex {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: stretch;
	margin-bottom: 60px;
}

.archive-col {
	display: flex;
	flex-direction: column;
	box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.1), 0 0.1rem 0.3rem rgba(0, 0, 0, 0.1);
	flex: 1 1 calc(33.333% - 14px);
	min-width: 0; /* impedisce alla colonna di forzare lo spazio del contenuto e sovrapporsi alle altre a zoom alto */

}

.box-blog p {
	margin-bottom: 15px;
}

.box-blog {
	flex: 1;
	padding: 30px 10px;
}

.img-post-container {
	margin-bottom: -6px;
}

.archive-col h2 {
	font-size: 17px;
	font-weight: 500 !important;
	overflow-wrap: break-word;
}

.archive-col h2 a {
	color: #0d0d0d !important;
}

.post-categories {
	list-style: none;
	margin-bottom: 20px;
}

.container-navigation {
	padding-bottom: 60px;
	margin-top: 60px;
}

.wp-block-latest-posts__list li,
.box-casi-studio {
	border: 1px solid #b1b1b1;
	border-radius: 8px;
	padding: 10px !important;
}

.col-casi-studio .wp-block-post {
  	display: flex;
}

.col-casi-studio .box-casi-studio {
  	flex: 1;
	align-content: start;
}
.box-casi-studio .wp-block-post-title {
	text-decoration:underline;
}

.wp-block-latest-posts__post-title {
	font-family: 'Unbounded', sans-serif;
	font-weight: 500;
}

/*single.php*/

.container-single {
	width: 1000px;
	margin: 0 auto;
}

.single figure img,
.single p {
	margin-bottom: 20px;
}

.box-single h1 {
	font-size: 26px;
}

.img-post-container img {
	width: 100%;
	object-fit: cover;
}

.single-title-container {
	padding: 40px 0px 0px 0px;
}

.flex-sidebar {
	display: flex;
	flex-wrap: wrap;
}

.box-single {
	width: 100%;
}

.navigation {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.page-numbers {
	background-color: #cd2a18;
	padding: 10px;
	border-radius: 8px;
	margin-right: 10px;
	color: #fff;
}

.page-numbers:hover {
	color: #0d0d0d;
}

/*indice contenuti*/

#custom-toc {
    border-left: 4px solid #cd2a18; 
    padding: 16px;
    margin: 30px 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border-radius: 0 8px 8px 0;
}
#custom-toc strong {
    display: block;
    font-size: 0.9rem;
    margin-bottom: 15px;
    color: #0d0d0d;
    text-transform: uppercase;
    letter-spacing: 1px;
	font-family: 'Unbounded', sans-serif !important;
}
#toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
#toc-list li {
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}
#toc-list li a {
	color:#0d0d0d !important;
}
#toc-list a:hover {
    color: #cd2a18 !important;
}

/*.sidebar {
	width: 30%;
}
.sidebar li {
	list-style-type:none;
}

.sidebar-container {
	border:1px solid #b1b1b1;
}*/

/* breadcrumb */

.breadcrumb-container {
	width: 100%;
	background: #fff;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

.breadcrumb-container .breadcrumb {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.95rem;
	color: #000;
}

.breadcrumb-container .breadcrumb li {
	display: flex;
	align-items: start;
	margin:10px 0px;
}

.breadcrumb-container .breadcrumb li a {
	transition: color 0.2s;
	color:#0d0d0d;
}

.breadcrumb-container .breadcrumb li a:hover {
	color: #cd2a18;
	text-decoration: underline;
}

.breadcrumb-container .breadcrumb li + li::before {
	content: '»';
	padding: 0 8px;
	color: #000;
}

.breadcrumb-container .breadcrumb li.active span {
	color: #cd2a18;
	font-weight: 500;
}

/*nuove modifiche*/
.spazio-sotto-img {
	margin-bottom:20px;
}
.radius-img img {
	border-radius:8px;
}
.stat-box {
	display: flex;
	align-items: start;
	background: #f3f4f6;
	padding: 25px 30px;
	border-radius: 12px;
	max-width: 700px;
	justify-content: start;
}

.stat-value {
	font-size: 26px;
	font-weight: 700;
	color: #cd2a18;
	font-family: Unbounded;
	padding-right: 15px;
}

.stat-text p {
	margin: 0 0 8px;
	font-size: 18px;
	font-family: 'Noto Sans', sans-serif !important;
	font-weight: 600;
}

.stat-text a {
	font-size: 16px;
}

.card-box {
	display: flex;
	text-decoration: none;
	justify-content: space-between;
	align-items: start;
	background: #fff;
	padding: 25px;
	border-radius: 16px;
	border: 1px solid #d1d5db;
	transition: transform 0.18s ease-out, box-shadow 0.18s ease-out;
	/*max-width: 420px;*/
}

.card-content h3 {
	margin: 0 0 20px;
	font-size: 18px;
	line-height: 1.3;
	color: #0d0d0d;
}

.card-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 15px;
	font-weight: 500;
}

.card-link .arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	background: #111827;
	border-radius: 50%;
	flex-shrink: 0;
}

.card-icon {
	font-size: 40px;
	color: #d12b1f;
}

.card-icon img {
	width: 60px;
	height: auto;
	display: block;
}

.card-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.card-icon img {
	width: 64px;
	max-width: 100%;
}

.card-box:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.06);
}

.card-box .arrow {
	transition: transform 0.18s ease-out;
}

.card-box:hover .arrow {
	transform: translateX(2px);
}

.item-modalita {
	display: flex;
	align-items: center;
	margin: 12px 0;
}

.item-modalita img {
	width: 36px;
	height: 36px;
	margin-right: 12px;
}

.item-modalita span {
	font-size: 16px;
	color: #444;
}

.bottom-img {
	margin-bottom: -6px;
}
.info-contatti .kt-infobox-textcontent {
	min-width: 0;
}
.info-contatti .kt-blocks-info-box-text {
	overflow-wrap: break-word;
	word-break: normal;

}
/*carosello*/

.kb-splide .splide__arrow {
	opacity: 1;
}

.kb-splide .splide__arrow svg {
	height: 5em;
	width: 5em;
}

.kt-blocks-carousel .kt-carousel-arrowcaret-next,
.kt-blocks-carousel .kt-carousel-arrowcaret-prev {
  position: absolute;
  z-index: 10;
}

.kt-blocks-carousel {
  padding-left: 40px;
  padding-right: 40px;
}


/*footer*/

footer {
	background-color: #1f3a6d;
	font-size: 14px;
	list-style: none;
}

.footer-widgets-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 60px 20px 40px 20px;
	list-style: none !important;
}

.footer-first-column {
	flex: 0 0 35%;
}

.footer-second-column,
.footer-third-column,
.footer-fourth-column {
	flex: 0 0 21%;
}

.footer-column p {
	font-size: 16px;
	color: #fff;
}

.menu-footer a {
	font-size: 16px;
	line-height: 1.8em;
}
.menu-footer ul li {
	list-style:none;
}
.footer-column a,
.copyright-bar a {
	color: #fff;
}

.footer-column a:hover,
.copyright-bar a:hover {
	color: #fff;
}

.copyright-bg {
	border-top: 1px solid #fff;
}

.copyright-bar p {
	color: #fff;
}

.copyright-bar {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	align-items: center;
	gap: 10px 20px;
	padding: 10px 20px;
}

.copyright-bar .item:last-child {
	text-align: right;
}

.footer-privacy-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 12px;
}

.footer-privacy-menu li {
	display: inline-flex;
}

.footer-privacy-menu li::after {
	content: '|';
	margin-left: 12px;
	opacity: 0.6;
}

.footer-privacy-menu li:last-child::after {
	content: '';
}

.footer-privacy-menu a {
	color: #fff;
	white-space: nowrap;
}

.footer-privacy-menu a:hover {
	text-decoration: underline;
}

.loghi-footer .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner {
	width: 55px;
}

#block-36,
#block-37 {
	float: left;
	margin-right: 20px;
}

/** Desktop, iPad Pro **/

@media (min-width: 1400px) {
	.kb-theme-content-width {
		max-width: 1000px !important;
	}
}

@media (min-width: 1024px) {
	/*header .menu  .menu-item-has-children > .menu-item-wrap  a::after {
		content:' \f0d7 ';
		font-family:fontAwesome;
	 }	*/
	/*button.submenu-toggle {
		 display: none; 
	}*/
	.col-hero-home {
		width: 700px !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

@media (min-width: 1170px) {
	.alignfull {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
	}

	.archive-col {
		max-width: calc(33.333% - 14px);
	}
}

@media (max-width: 1170px) {
	.container,
	.container-single,
	.container-wide,
	.container-blog {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 1023.9px) {
	.sub-menu {
		position: relative;
		background-color: #fff;
		top: 0px;
	}

	.submenu-closed {
		max-height: 0;
		opacity: 0;
		visibility: hidden;
		display: none;
	}

	.submenu-open {
		max-height: 500px;
		opacity: 1;
		visibility: visible;
		display: block;
	}
}

@media (min-width: 768px) {
	.sidebar-container {
		margin-left: 60px;
		padding: 40px;
	}

	.scroll {
		padding: 10px 20px;
	}
	
	.navbar-brand img {
        max-width: 12vw;
    }
}

@media screen and (max-width:769px){
	.topbar-container .right{
		justify-content:center;
	}
}

@media only screen and (max-width: 768px) {
	.flex {
		flex-direction: column;
		align-items: center;
	}

	.flex-col,
	.footer-column {
		width: 100%;
		flex: 100%;
	}

	.flex-sidebar {
		flex-direction: column;
	}

	.box-single,
	.sidebar {
		width: 100%;
	}

	.sidebar {
		margin-top: 60px;
	}

	.sidebar-container {
		padding: 20px;
	}

	header {
		top: 0px;
	}

	header ul.menu {
		display: none;
	}

	.navbar {
		display: block;
	}

	header nav .menu li {
		display: block;
	}

	header nav .menu {
		background-color: #fff;
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		z-index: 1000;
		padding: 1rem;
		line-height: 40px;
	}

	header .menu li a {
		padding-bottom: 0px;
	}

	.wp-block-list {
		padding-left: 20px;
	}

	.copyright-bar {
		grid-template-columns: 1fr !important;
		text-align: center;
	}

	.footer-privacy-menu {
		justify-content: center;
		flex-wrap: wrap;
		gap: 6px;
	}

	.footer-privacy-menu li::after {
		content: '';
	}

	.footer-privacy-menu a {
		font-size: 16px;
	}

	.footer-column {
		margin-bottom: 30px;
	}

	.stat-box,
	.newsletter-section {
		flex-direction: column;
	}
}