/*
Theme Name: Kabanic
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/* Variables */
:root {
	--font: 'Lato', sans-serif;
	--black:#000; 
	--gray:#808285; 
	--gray-secondary:#a7a9ac; 
	--light:#f2f2f2; 
}


/* Default elements */
body#top {
	font-family: var(--font);
	font-weight: 300;
	color: var(--gray);
	font-size: 18px;
	line-height: 1.3rem;
}

#top h1, #top h2, #top h3, #top h4, #top h5, #top h6 {
	font-family: var(--font);
	font-weight: 700;
}
#top h1 {
	font-size: 2.75rem;
}
#top h2 {
	font-size: 2.25rem;
}
#top h3 {
	font-size: 1.75rem;
}
#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
	background: rgb(255 255 255 / 85%);
	padding: 0.85rem 1.5rem;
	font-family: var(--font);
	font-size: 1rem;
	border-radius: 15px;
	font-weight: 400;
	border: 0px;
}
.wpcf7-form-control::-webkit-input-placeholder { color: var(--gray); } /* WebKit */
.wpcf7-form-control::-moz-placeholder { color: var(--gray); } /* Firefox 18- */
.wpcf7-form-control::-moz-placeholder { color: var(--gray); } /* Firefox 19+ */
.wpcf7-form-control::-ms-input-placeholder { color: var(--gray); } /* IE 10+ */
input[type="submit"], #submit, .button {
	padding: 1rem 2rem 1rem 80px;
	border-radius: 15px;
	font-family: var(--font);
	font-size: 1rem;
	background-image: url(img/arrow-right_white.svg);
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: left 2rem center;
}
.avia-content-slider .slide-image, .avia-content-slider .slide-image img {
	border-radius: 0px;
}
#top .avia-button {
	padding: 1rem 1.5rem;
	font-family: var(--font);
	font-weight: 600;
	font-size: 1rem;
	border-radius: 5px;
}



/* General styles */
.container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0px 50px;
	clear: both;
}
.content, .sidebar {
	padding-top: 70px;
	padding-bottom: 70px;
}
#top .av-special-heading.title-section .av-special-heading-tag {
	font-size: 2.75rem;
	font-weight: 700;
}
#top .btn-readmore .avia-button {
	border-radius: 0px;
	padding: 0 0 0 50px;
	line-height: normal;
	margin: 0;
	background: url(img/arrow-right.svg) no-repeat left center;
	background-color: transparent!important;
	background-size: 30px;
	border: 0;
	font-size: 1.5rem;
	font-family: var(--font);
	font-weight: 300;
	color: var(--gray-secondary);
}
#top .btn-readmore .avia-button strong {
	color: var(--gray-secondary);
}
.av-special-heading + .avia-button-wrap {
	margin-top: 2rem;
}
.flex_column .avia-image-container + .av-special-heading + .av_textblock_section + .avia-button-wrap {
	margin-top: 2rem;
}
.flex_column .av-special-heading + .av_textblock_section + .avia-button-wrap {
	margin-top: 2rem;
}
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
	text-transform: initial;
	letter-spacing: 0;
}
.flex_column .avia-image-container + .av-special-heading {
	margin-top: 1.5rem;
	padding-bottom: 0px!important;
}
.avia-image-container-inner, .avia_image, .av-image-caption-overlay {
	border-radius: 15px;
}
.wpcf7 form .wpcf7-response-output {
	text-align: center;
	position: relative;
	padding: .75rem 1.25rem!important;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
}
.wpcf7 form.sent .wpcf7-response-output {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb!important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}
#top .avia_textblock {
	line-height: 1.3em;
}
.av-masonry-image-container {
	border-radius: 15px;
}



/* Custom */
.logo-main img {
	width: 100%;
	max-width: 300px;
	display: block;
	margin-bottom: 20px;
}



/* Header */
.av-logo-container .inner-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#top .logo {
	position: static;
	float: none;
}
.logo, .logo a {
	height: auto;
}
.logo img, .logo svg {
	width: auto;
	height: 60px;
}
#top .main_menu {
	position: static;
	display: flex!important;
	align-items: center;
}
.avia-menu.av_menu_icon_beside {
	border: 0;
	margin: 0;
	padding: 0;
}
.av-main-nav > li:not(:first-child) {
	margin-left: 4rem;
}
.av-main-nav > li > a {
	padding: 0;
	font-size: 18px;
	font-weight: 500;
}
.additional {
	display: flex;
	justify-content: end;
	order: 3;
}
#top .additional > ul.menu {
	display: flex;
	margin: 0;
}
#top .additional > ul.menu li:not(:first-child) {
	margin-left: 8px;
	padding-left: 8px;
	border-left: 1px solid var(--gray-secondary);
}
#top .additional > ul.menu li, #top .additional > ul.menu li a {
	line-height: normal;
}
.additional .current-lang {
	font-weight: 400;
}
#top nav .social_bookmarks {
	position: static!important;
	margin: 0 3rem 0 3rem!important;
	float: none;
	order: 2;
}
#top #wrap_all .social_bookmarks li:not(:last-child) {
	margin-right: 0.5rem;
}
#top #wrap_all .social_bookmarks li a {
	border-radius: 50%;
	background: var(--gray-secondary);
	color: #fff; 
}



/* Footer */
#section-footer .entry-content-wrapper:after, #section-footer .entry-content-wrapper:before {
	display: none;
}
#section-footer .entry-content-wrapper {
	display: flex;
	align-items: center;
}
#logo-footer {
	display: flex;
	justify-content: center;
}
#logo-footer img {
	width: 100%;
	max-width: 200px;
}
#section-footer a {
	text-decoration: none!important;
}
#colum-contact ul {
	list-style: none;
	margin: 0;
}
#social-footer {
	display: flex;
	justify-content: end;
}
#scroll-top-link {
	display: none;
}
#footer-page .template-page {
	padding-bottom: 100px;
}
#section-footer .entry-content-wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}





.card-about {
	background: var(--light);
	padding: 2rem;
	border-radius: 15px;
}
.card-about .avia-image-container img {
	width: 100%;
	max-width: 70px;
	border-radius: 0;
}
#top #section-grid .entry-content-wrapper > .av-special-heading {
	margin-bottom: 20px;
}
#top #section-grid .flex_column_table {
	display: flex;
	flex-wrap: wrap;
	min-height: 450px;
}
#top #section-grid .flex_column_table:nth-child(even) .flex_column:first-child, #top #section-grid .flex_column_table:nth-child(odd) .flex_column:last-child {
	padding: 3rem;
	background: var(--light);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#top #section-grid .flex_column_table {
	margin-top: 0px!important;
}




.avia-content-slider-inner {
	display: flex;
	flex-wrap: wrap;
	width: auto;
	margin: 0 -15px;
}
.slide-entry-wrap {
	flex: 0 0 50%;
	padding: 0 15px;
}








@media(max-width: 1100px) {
	#top h3 {
		font-size: 1.25rem;
	}
	#top h1 {
		font-size: 2.5rem;
	}
	#top nav .social_bookmarks {
		margin: 0 2rem 0 0rem!important;
	}
	#top .av-special-heading.title-section .av-special-heading-tag {
		font-size: 1.75rem;
	}
	.av-main-nav > li:not(:first-child) {
		margin-left: 2rem;
	}
	.av-main-nav > li:not(:first-child) a {
		padding-left: 0rem!important;
	}
	.avia-menu.av_menu_icon_beside {
		order: 3;
	}
	.additional {
		order: 2;
	}
	#top nav .social_bookmarks {
		order: 1;
	}
	#top .av-special-heading.title-section .av-special-heading-tag {
		font-size: 2.25rem;
		font-weight: 700;
	}
}


@media(max-width: 989px) {
	#footer-page .template-page {
		padding-bottom: 50px;
	}
	#grid1 .flex_column_table .flex_column:not(:last-child) {
		margin-bottom: 30px;
	}
	#grid1 .flex_column_table .flex_column {
		width: 100%;
		margin-left: 0;
	}
	#grid1 .flex_column_table {
		display: flex;
		flex-direction: column;
	}
	#top #section-contacto .flex_column {
		width: 100%;
		margin: 0!important;
	}
}


@media(max-width: 767px) {
	#top h1 {
		font-size: 2rem;
	}
	#section-footer * {
		text-align: center!important;
	}
	#top #section-grid .flex_column_table:nth-child(even) .flex_column:first-child {
		order: 2;
	} 
	#top #section-grid .flex_column_table:nth-child(even) .flex_column:last-child {
		order: 1;
	} 
	#top #section-grid .flex_column_table:nth-child(even) .flex_column:last-child, #top #section-grid .flex_column_table:nth-child(odd) .flex_column:first-child {
		padding: 33% 0;
	}
	#top #section-grid .flex_column_table .flex_column {
		margin: 0;
	}
	#top #wrap_all #header-page .flex_cell:first-child {
		padding: 40px 25px!important;
		min-height: 200px;
	}
	#social-footer {
		justify-content: center;
	}
	#top #section-footer .entry-content-wrapper {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		flex-wrap: initial;
		text-align: center;
	}
	#top #section-grid-2 .flex_column_table:nth-child(odd) {
		display: flex;
		flex-direction: column;
	}
	.responsive #top #header-page .flex_cell {
		min-height: auto!important;
	}
	.responsive #top #header-page .flex_cell.have-background {
		min-height: 250px!important;
	}
	#top #section-grid-2 .flex_column_table:nth-child(odd) .flex_column:first-child {
		order: 3;
	}
	#top #section-grid-2 .flex_column_table:nth-child(odd) .flex_column:last-child {
		order: 1;
	}
	.flex_column .avia-image-container + .av-special-heading + .av_textblock_section + .avia-button-wrap {
		margin-top: 1rem;
	}
	#section-products .flex_column:not(:first-child, :last-child) {
		margin-bottom: 4rem!important;
	}
	.responsive .logo img, .responsive .logo svg {
		max-height: 50px;
	}
	#top .av-special-heading.title-section .av-special-heading-tag {
		font-size: 1.65rem;
	}
}