/*
  Theme Name:   Masonic Child
  Template:     masonic
*/

/* IMPORT FULL STYLES*/
@import url('/css/global.css');

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


.the_page {
	padding-bottom: 40px;
}

.page-poster.mag-poster {
	border: none;
	font-family: "Inter", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color emoji;
}
.page-poster.mag-poster h1 {
	margin: 0;
	padding: 16px;
	color: black;
	font-family: "Inter", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color emoji;
	min-height: 150px;
	font-size: 50px;
	align-content: center;
	text-align: center;
	line-height: 50px;
	font-weight: 800;
}

/*search*/

#masonic-toggle {
	display:none;
	position: absolute;
	opacity: 0;
}
#masonic-toggle-label {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: none;
	height: 50px;
	left: 21px;
	position: relative;
	top: 8px;
	width: 50px;
	z-index: 9999;
}/*
.masonic-search {
	border: 1px solid #f2f2f2;
}*/
.sb-search-res {
	display: none;
}


.masonic-search-toggle .masonic-search {
	/*border-bottom: 1px solid #333;*/
	margin: 30px auto 0;
	width: 85%;
	z-index: 999;
}
.masonic-search > input {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	color: #ccc;
	font-size: 18px;
}
#masthead .masonic-search > input {
	font-size: 40px;
	width: 100%;
	color: white;
	border-left:none;
	border-top:none;
	border-right:none;
	border-bottom:1px solid rgba(255,255,255,0.3);
}
.primary .masonic-search > input[type="text"] {
	color:rgb(73,73,73);
	border: 1px solid #f2f2f2;
}

#masthead .masonic-search > input::-webkit-input-placeholder {
	color: rgba(255,255,255,0.5);
}
#masthead .masonic-search > input:-moz-placeholder {
	color: rgba(255,255,255,0.5);
}
#masthead .masonic-search > input::-moz-placeholder {
	color: rgba(255,255,255,0.5);
}
#masthead .masonic-search > input:-ms-input-placeholder {
	color: rgba(255,255,255,0.5);
}

.sb-search {
	width: 100%;
	right: 1.25%;
	position: relative;
	top:-2px;
}
.sb-search-input {
	position: absolute;
	top: 0px;
	right: 0px;
	border: medium none;
	outline: medium none;
	background: none repeat scroll 0% 0% #FFF;
	width: 100%;
	margin: 0px;
	z-index: 10;
	padding: 20px 75px 20px 20px;
	font-family: inherit;
	color: #2C3E50;
}
.sb-search-input::-webkit-input-placeholder {
	color: #efb480;
}
.sb-search-input:-moz-placeholder {
	color: #efb480;
}
.sb-search-input::-moz-placeholder {
	color: #efb480;
}
.sb-search-input:-ms-input-placeholder {
	color: #efb480;
}
.sb-icon-search, .sb-search-submit {
	width: 38px;
	height: 38px;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	line-height: 38px;
	text-align: center;
	cursor: pointer;

	border-radius: 50%;
}
.sb-search i {
	color: #fff;
}
.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
	filter: alpha(opacity=0); /* IE 5-7 */
	opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}
.sb-icon-search {
	color: #fff;
	background: rgba(0, 0, 0, 0.23);
	z-index: 999;
	font-size: 18px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}
/* Open state */
.sb-search.sb-search-open, .no-js .sb-search {
	width: 300px;
}
.sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search {
	background: #333;
	color: #fff;
	z-index:9999;
}
.sb-search.sb-search-open .sb-search-submit, .no-js .sb-search .sb-search-submit {
	z-index: 9999;
}
.masonic-search-toggle {
	background: none repeat scroll 0 0 #c4c4c4;
	display: none;
	height: 148px;
	position: absolute;
	width: 100%;
	z-index: 999;
	/*border-top: 1px solid #333;*/
	top: 50px;
}

.page-body .masonic-search input[type="text"] {
	border: 1px solid #ccc;
	padding: 10px;
	width: auto;
	color: #333;
}

/******************************************************************/
/********************** HOME ***************************************/
/*********************************************************************/
.blog-hero {
	position: relative;
	width: 100%;
	height: 400px; /* Výška hlavičky */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center; /* Centrovanie textu vertikálne */
	justify-content: center; /* Centrovanie textu horizontálne */
	color: white;
	overflow: hidden;
	margin-bottom: 40px;
}

/* Tmavý filter cez obrázok, aby bol text čitateľný */
.hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.hero-content {
	position: relative;
	z-index: 2; /* Text musí byť nad overlayom */
	text-align: center;
}

button#toggleNavbarButton {
	margin-right: 0px;
}

/******************************************************************/
/********************** POST ***************************************/
/*********************************************************************/

article figure {
	overflow: hidden;
	margin-bottom: 15px;
}

article figure img {
	max-width:100%;
	height: auto;
	transition:0.2s all;
	-moz-transition:0.2s all;
	-webkit-transition:0.2s all;
}

figure img {
	max-width:100%;
	display: block;
	width: 100%;
	height: auto;
	max-height: 500px;
	object-fit: cover;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
	margin-bottom: 32px;
	transition: transform 0.3s ease;
}

.post-query figure img:hover {
	transform:scale(1.02);
	-webkit-transform:scale(1.02);
	-moz-transform:scale(1.02);
}

.post-query .entry-content h3 {
	margin-bottom: 5px;
	margin-top: 0;
	font-family: "Inter", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color emoji;
	font-size: 30px;
	font-weight: 600;
	margin-left: 15px;
	margin-right: 15px;
	
}

article.post-query figure img {
	min-height: 280px;
	max-height: 300px;
}

.entry-content .meta {
	opacity: 0.8;
	margin-left: 15px;
}

.entry-content {
	font-family: "Inter", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color emoji;
	margin-bottom: 15px;
	font-size: 16px;
}

.entry-content p {
	line-height: 1.55;
}

.entry-content h3 {
	font-family: 'Segoe UI', Roboto, sans-serif;;
}

.entry-content.the_post a {
	text-decoration: underline;
	font-weight: 500;
}

.entry-excerpt p {
	font-family: "Inter", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color emoji;
	margin: 15px;
}

/* Hlavný kontajner karuselu začiatok*/
.custom-carousel-root {
	position: relative;
	max-width: 1100px;
	margin: 30px auto;
	font-family: 'Segoe UI', Roboto, sans-serif;
	overflow: hidden;
	user-select: none;
	touch-action: pan-y;
}

/* Pohyblivá dráha (track) */
.cc-track {
	display: flex;
	cursor: grab;
	will-change: transform;
}

/* Jednotlivá položka (slide) */
.cc-item {
	flex: 0 0 240px;
	padding: 10px;
	box-sizing: border-box;
}

/* Odkaz v položke */
.cc-link {
	text-decoration: none;
	color: inherit;
	display: block;
}

/* Obrázok letáku */
.cc-image {
	width: 100%;
	height: 340px;
	object-fit: contain;
	border-radius: 15px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	pointer-events: none;
}

/* Nadpis a dátum */
.cc-title {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	width: 60%;
	margin-left: 42px !important;
	margin-top: 10px !important;
}

.cc-date {
	font-size: 13px;
	color: #666;
}

/* Dráha, po ktorej sa letáky posúvajú */
.cc-track {
	display: flex !important; /* Položky musia byť v rade */
	flex-wrap: nowrap !important; /* Nesmú sa zalomiť pod seba */
	cursor: grab;
	will-change: transform;
	transition: transform 0.3s ease-out;
}

/* Jednotlivý leták */
.cc-item {
	flex: 0 0 240px; /* Fixná šírka letáku, aby JS vedel vypočítať posun */
	width: 240px;
	padding: 10px;
	box-sizing: border-box;
}

.cc-item img {
	width: 100%;
	height: auto;
	display: block;
	pointer-events: none; /* Zabraňuje nechcenému sťahovaniu obrázka pri dragu */
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Navigačné tlačidlá */
.cc-prev, .cc-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 45px;
	height: 45px;
	background: white;
	border: none;
	border-radius: 50%;
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
	cursor: pointer;
	z-index: 10;
	display: flex; /* JS prepína na 'none' ak je málo položiek */
	align-items: center;
	justify-content: center;
}

.cc-prev { left: 10px; }
.cc-next { right: 10px; }

.cc-icon {
	width: 24px;
	height: 24px;
	fill: #333;
}


/* Kontajner pre bodky */
.cc-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px; /* Mierne menšia medzera umocňuje efekt spojenia */
	margin-top: 5px;
	padding-bottom: 5px;
}

/* Základný vzhľad neaktívnej bodky */
.cc-dot {
	width: 10px; /* Šírka kruhu */
	height: 10px; /* Výška kruhu */
	border-radius: 50%; /* Dokonalý kruh */
	background-color: #ccc; /* Šedá farba */
	border: none;
	padding: 0;
	cursor: pointer;
	/* Kľúčová plynulá animácia pre šírku a farbu */
	transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.3s ease; 
}

/* Aktívna bodka (Roztiahnutá "pilulka") */
.cc-dot.is-active {
	width: 26px; /* Roztiahnutie (cca 2 bodky + medzera) */
	border-radius: 10px; /* Aby rohy ostali zaoblené do tvaru pilulky */
	background-color: #0050aa; /* Modrá farba z obrázku */
}
/* Hlavný kontajner karuselu koniec*/


.more-link {
	background: black;
	color: white;
	padding: 8px 16px;
	border-radius: 20px;
	font-weight: 600;
	font-size: 16px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	margin: 15px;
}

.button-link a {
	color: white;
}

.post-header {
	padding-bottom: 0;
	font-family: "Inter", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color emoji;
}


.post-header h1 {
	margin-bottom: 5px;
}

.the_post p{
	font-size: 16px;
	margin-top: 15px;
}

.extra-hatom-entry-title {display: none !important}

.nav-previous {
	float: left;
	max-width: 150px;
}

.nav-next {
	float: right;
	max-width: 150px;
}

.nav-previous i, .nav-next i {
	margin: 0 10px;
}

.sharing {
	padding: 18px;
	margin-top: 20px;
	border: 1px solid #ddd;
	border-top: 3px solid #14b5e3;
}

.sharing h4 {
	margin-top: 0;
	font-weight: bold;
}

.comment-form-comment label{
	display:block;
}

.form-submit .submit{
	background: #14b5e3;
	color: white;
	border: none;
}

.form-submit .submit:hover {
	color: white;
	background: #17a8d1
}

ul.comment-list > .comment {
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.comment-author.vcard {
	margin-bottom: 5px;
}

.comment-author.vcard img {
	margin-right: 5px;
}

.comment-metadata {
	font-size: 12px;
	opacity: 0.8;
}

.comment article {
	margin-bottom: 15px;
}

.comment-list ol.children {
	list-style: none;
	padding-left: 30px;
}

.search-result {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.box {
	display: flex;
	flex-direction: column;
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	text-decoration: none;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	position: relative;
	max-width: 500px;
	margin: 10px auto;
	min-height: 550px;
	padding: 0px;
	border: 0;
	min-height: 620px;
}

.page-header img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 500px;
	object-fit: cover;
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-medium);
	margin-bottom: 32px;
	transition: transform 0.3s ease;
}

.container h1 {
	font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 2.6rem;
	font-weight: 800;
	line-height: 1.25;
	color: var(--text-dark);
	margin-bottom: 24px;
	position: relative;
	display: inline-block;
	margin-top: 20px;
}

/* --- AUTHOR --- */
/* --- ZÁKLADNÝ ŠTÝL (Pre mobily a ako základ) --- */
.modern-author-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	background-color: #f8f9fa; /* Jemnučké sivé pozadie */
	padding: 30px 20px;
	border-radius: 12px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); /* Jemný tieň */
	margin: 40px 0;
	gap: 20px;
}

/* Štýlovanie fotky */
.modern-author-box .author-avatar {
	margin: 0;
	padding: 0;
	flex-shrink: 0;
}

.modern-author-box .avatar-img {
	width: 120px;
	height: 120px;
	border-radius: 50%; /* Urobí dokonalý kruh */
	object-fit: cover; /* Zabezpečí, že fotka sa nedeformuje */
	border: 3px solid #ffffff; /* Biely okraj okolo fotky */
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Štýlovanie textu */
.modern-author-box .author-box-wrap {
	flex: 1;
}

.modern-author-box .author-name {
	margin: 0 0 10px 0;
	font-size: 22px;
	font-weight: 600;
	color: #222;
}

.modern-author-box .author-desc {
	margin: 0 0 15px 0;
	font-size: 15px;
	line-height: 1.6;
	color: #555;
}

/* --- RESPONSIVITA (Pre tablety a počítače) --- */
@media (min-width: 768px) {
	.modern-author-box {
		flex-direction: row; /* Hodí fotku a text vedľa seba */
		align-items: flex-start; /* Zarovná ich pekne hore */
		text-align: left; /* Text bude zarovnaný doľava */
		padding: 40px;
		gap: 30px; /* Väčšia medzera medzi fotkou a textom */
	}
}

.entry-info .meta {
	display: flex !important;
	align-items: center !important; 
	flex-wrap: wrap; 
	gap: 15px; 
}

.entry-info .meta .date {
	margin: 0 !important; 
	padding: 0 !important;
}

/* --- Štýlovanie miniprofilu --- */
.entry-info .meta .top-meta-author {
	display: flex !important;
	align-items: center !important;
	gap: 10px; 
}

/* Tu sme oveľa prísnejší, aby šablóna fotku neroztiahla */
.entry-info .meta .top-meta-author img.top-author-img {
	width: 35px !important;
	height: 35px !important;
	max-width: 35px !important; /* Toto zabráni roztiahnutiu */
	min-width: 35px !important;
	border-radius: 50% !important;
	object-fit: cover !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid #ccc !important;
	box-shadow: none !important;
}

.entry-info .meta .top-meta-author .top-author-name {
	font-size: 14px;
	font-weight: 600;
	color: #444;
}
/******************************************/
/********************* sidebar ***********/
/*****************************************/

#sidebar {
	margin-top: 25px;
}
#sidebar .widget {

	border: 1px solid #d9d9d9;
	border-top: 3px solid #c4c4c4;
    background: white;
		    margin-bottom: 16px;
				padding: 18px;
}

#sidebar .widget-title {border: none;}

#sidebar .widget_recent_entries ul {
	list-style: none;
	padding-left: 0;
}

#sidebar .widget_recent_entries ul li a {
	font-weight: bold;
}

#sidebar .widget_recent_entries ul li span {
	display: block;
	font-size: 11px;
	opacity: 0.8;
}

#sidebar .widget_recent_entries ul li {
	margin:10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

#sidebar .widget_recent_entries ul li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.fb-page-wrapper {
	overflow: hidden;
}

/******************************************/
/********************* footer ***********/
/*****************************************/


footer .widget_nav_menu ul.menu{
	 list-style: none;
	 padding: 0;
	 margin-bottom: 0;
}

footer .widget_nav_menu ul.menu li {
	display: inline-block;
	padding-right: 10px;
	margin-right: 8px;
	border-right: 1px solid rgba(255,255,255,0.2);
}

footer .widget_nav_menu ul.menu li:last-child {
	border: none;
}

/* ---------------------------------- FOOTER ---------------------------------- */
/* ---------------------------------- FOOTER ---------------------------------- */
/* ---------------------------------- FOOTER ---------------------------------- */
.footer-middle {
	background: #262626;
	padding: 30px 0 20px 0;
	
	.social-media {
		p {
			font-size: 16px;
			font-weight: 700;
			line-height: 22px;
			margin: 0;
			padding: 0 0 10px 0;
		}
		
		a {
			margin-right: 1rem;
		}
	}
}


.footer-newsletter {
	label {
		color: #aaa;
		font-size: 12px
	}
	
	.form-inline .checkbox {
		margin-top: 8px
	}
	
	form .form-control {
		border-radius: 20px 0 0 20px
	}
	
	#souhlas {
		margin-right: 5px
	}
	
	.fa-envelope {
		position: relative;
		top: -3px;
	}
	
	.fa-question-circle {
		position: relative;
		top: -1px;
	}
}

.footer-newsletter h4,
.footer-middle h3 {
	color: #fff;
	font-weight: 700;
	font-size: 23px;
	padding-bottom: 20px;
	font-family: "Inter", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color emoji;
}

.footer-middle p {
	color: #bbb;
	margin-bottom: 15px
}

.slogan {
	font-family: "Inter", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color emoji;
}

.project-logo .title {
	font-weight: 800;
	font-family: "Inter", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color emoji;
}

.footer-bottom {
	background: #262626;
	padding-bottom: 5px;
	color: #888;
	
	hr {
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 20px;
		border-top: 1px solid #707070;
	}
	
	p {
		float: left;
		font-size: 14px;
		padding-right: 20px;
		color: #aaa;
	}
	
	ul {
		display: block;
	}
	
	ul li {
		display:inline;
		margin-right: 20px;
	}
	
	ul li:last-child {
		margin-right: 0;
	}
	
	ul li a {
		color: #aaa;
		padding: 4px;
		font-size: 14px;
	}
}

.footer-bottom a {
	color: white;
}

.footer-menu ul li {
	margin-bottom: 15px;
}

.footer-menu ul li a {
	color: #aaa;
	padding: 4px;
	font-size: 16px;
}

.getintouch-block .btn i {
	padding: 0
}

@media all and (max-width: 1024px) {
	.btn-app {
		margin: 0 10px 20px 10px;
	}
}

@media all and (max-width: 767px) {
	.footer-menu, .footer-newsletter {
		margin-bottom: 22px;
		padding-bottom: 8px;
		border-bottom: 1px solid #444
	}
	
	.footer-middle {
		.btn-app {
			margin: 0 10px 20px 10px;
		}
		
		.btn-app:last-child {
			margin: 0 10px 20px 10px;
		}
		
		picture img {
			
		}
	}
	
	.footer-bottom {
		p {
			float: none;
			text-align: center;
			padding-right: 0;
			padding-bottom: 20px;
		}
		
		ul {
			display: block;
			text-align: center;
			padding: 0;
		}
		
		ul li {
			display: block;
			margin-right: 0;
			padding-bottom: 20px;
		}
	}
}

.preloader {
	width: 50px;
	height: 50px;
	margin: 20px auto;
	text-align: center;
	background: url('../img/preloader.svg') center center no-repeat;
	background-size: cover;
	//animation: preloader 1s steps(8, end) infinite;
}

// @keyframes preloader {
//   to {
//     transform: rotate(360deg);
//   }
// }

.blur {
	filter: blur(10px);
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-o-filter: blur(10px);
	-ms-filter: blur(10px);
}

/* ---------------------------------- bottom links ---------------------------------- */


.bottom-links {
	ul > li {
		font-size: 16px;
		color: white;
		
		a {
			color: white;
		}
	}
}


/* ---------------------------------- footer-banner ---------------------------------- */
.footer-banner {
	.application-wrapper{
		display: flex;
		flex-wrap: wrap;
		gap: 12px;
	}
	
	&.kimbino-app {
		overflow: hidden;
		
		& > .container {
			display: flex;
			align-items: center;
			justify-content: space-between;
			max-width: 1100px !important;
			@include mobile-devices {
				flex-flow: column;
			}
		}
		
		.banner-img {
			width: 100%;
			align-self: flex-end;
			text-align: center;
			max-height: 380px;
			
			@include mobile-devices {
				align-self: center;
			}
			
			img {
				max-width: 100%;
				max-height: 380px;
				display: block;
				margin: 0 auto;
				
				@include mobile-devices {
					max-height: 250px;
				}
			}
		}
		
		
		.banner-text {
			max-width: 670px;
			padding-top: 0px;
			font-family: 'Open Sans', sans-serif;
			h2 {
				font-weight: normal;
				font-family: "Inter";
				font-size: 20px;
				letter-spacing: 0;
				color: #575757;
				opacity: 1;
			}
			
			.img-container {
				display: block;
			}
			
			.img-container-application {
				cursor: pointer;
				max-width: 120px;
				height: 35.5px;
				display: block;
				width: 100%;
			}
			
			.img-container-kimbino{
				max-width: 330px;
			}
			
			@include ultra-big-desktop {
				h2 {
					font-family: "Inter";
					font-size: 24px;
				}
			}
			
			
			@include mobile-devices {
				max-width: 250px;
				text-align: center;
				
				.img-container {
					margin-left: auto;
					margin-right: auto;
				}
				
				.actions {
					padding-bottom: 0;
				}
			}
		}
		
		.fa {
			color: #43d72c;
			font-size: 26px;
			line-height: 26px;
		}
		
	}
}

.btn-app {
	height: 35px;
	cursor: pointer;
	margin-right: 20px;
	
	picture img {
		height: 100%;
	}
}

.btn-app:last-child {
	margin-right: 0;
}
/* ---------------------------------- FOOTER END---------------------------------- */
/* ---------------------------------- FOOTER END---------------------------------- */
/* ---------------------------------- FOOTER END---------------------------------- */

/******************************************/
/********************* responsive ***********/
/*****************************************/


@media (max-width:1024px) {


		#masthead .container {
			position: relative;
		}

.navbar-toggle {
	margin-right: 40px;
	margin-top: 2px;
}

.navbar-toggle:hover {
	color: white;

}

.sb-search {
	top: -37px;
}

.sb-icon-search {
	width: 34px;
	height: 34px;
	font-size: 16px;
	line-height: 34px;
}

.masonic-search-toggle {
	top: 42px;
}

}

@media (max-width:767px) {

	#navbar nav li a:hover {
		background: none;
	}


	.navbar-toggle {
		margin-right: 55px;
	}

	#masthead .masonic-search > input {
		font-size: 26px;
	}
}

@media (max-width:480px) {
	.navbar-toggle {
    margin-right: 60px;
	}
}


