/*
Theme Name: Affinite Bartosovi
Theme URI: https://affinite.io
Author: Affinite.io
Author URI: https://affinite.io
Description: Elegantní FSE šablona pro mmbartosovi.cz - osobní rozvoj, knihy a koučink.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: affinite-bartosovi
Tags: full-site-editing, block-patterns, block-styles, wide-blocks, editor-style, custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
body{
	padding-top:84px;
	background-color: #f9f5ec;
}
header{
	position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 20;
}
body.admin-bar header{
	top:32px;
}
@media (max-width: 680px) {
	body.admin-bar header{
		top:46px;
	}
}
/* Base styles */
main {
	margin-block-start: 0;
	margin-block-end: 0;
}

main > * {
	margin-block-start: 0;
	margin-block-end: 0;
}

/* Stats counter styling */
.stats-number {
	font-family: var(--wp--preset--font-family--spectral-sc);
	font-size: var(--wp--preset--font-size--xxx-large);
	font-weight: 400;
	color: var(--wp--preset--color--primary);
	line-height: 1;
}

.stats-label {
	font-family: var(--wp--preset--font-family--source-sans-3);
	font-size: var(--wp--preset--font-size--small);
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--wp--preset--color--foreground-muted);
}

/* Product card styling */
.product-card {
	text-align: center;
	transition: transform 0.3s ease;
}

.product-card:hover {
	transform: translateY(-5px);
}

.product-card img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

/* Price styling */
.price-original {
	text-decoration: line-through;
	color: var(--wp--preset--color--foreground-muted);
	font-size: var(--wp--preset--font-size--small);
}

.price-sale {
	color: var(--wp--preset--color--secondary);
	font-weight: 600;
	font-size: var(--wp--preset--font-size--large);
}

/* Testimonial styling */
.testimonial-card {
	background: var(--wp--preset--color--background);
	padding: var(--wp--preset--spacing--40);
	border-radius: var(--wp--custom--border-radius--large);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.testimonial-text {
	font-family: var(--wp--preset--font-family--spectral-sc);
	font-style: italic;
	font-size: var(--wp--preset--font-size--large);
	line-height: 1.6;
}

.testimonial-author {
	font-family: var(--wp--preset--font-family--source-sans-3);
	font-weight: 600;
	font-size: var(--wp--preset--font-size--small);
}

/* Section label styling */
.section-label {
	font-family: var(--wp--preset--font-family--source-sans-3);
	font-size: var(--wp--preset--font-size--small);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: var(--wp--preset--color--primary);
}

/* Author profile card */
.author-card {
	text-align: center;
}

.author-card img {
	border-radius: var(--wp--custom--border-radius--full);
	max-width: 200px;
}

/* Blog card styling */
.blog-card {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Button outline style */
.wp-block-button.is-style-outline-primary .wp-block-button__link {
	background: transparent;
	border: 2px solid var(--wp--preset--color--primary);
	color: var(--wp--preset--color--primary);
}

.wp-block-button.is-style-outline-primary .wp-block-button__link:hover {
	background: var(--wp--preset--color--primary);
	color: #fff;
}

/* Gold accent text */
.has-gold-accent {
	color: var(--wp--preset--color--primary);
}

/* Responsive adjustments */
@media (max-width: 781px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.stats-number {
		font-size: var(--wp--preset--font-size--xx-large);
	}
}

/* Footer */
footer{
	margin-top:0;
	background-image: linear-gradient(180deg, #26415e 53%, #0a192d 99%);
}
footer>.wp-block-group{
	background:transparent!important;
}

/* Footer link styling */
.footer-links a {
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer-links a:hover {
	color: #fff;
}

/* Social icons styling */
.social-icons a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	transition: background 0.3s ease;
}

.social-icons a:hover {
	background: var(--wp--preset--color--primary);
}

/* Custom styles */
:root :where(.is-layout-flow) > *{
	margin-block-start:0!important;
}

/* Homepage hero */
.homepage-hero{
	position:relative;
	overflow: visible;
	height: 680px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top 25%;
    background-image: url(https://www.mmbartosovi.cz/wp-content/uploads/2024/07/IMG3_5946.avif) !important;
}
.homepage-hero-content{
	padding-right: 50px;
    padding-left: 50px;
    box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.3);
}
@media (min-width: 981px) {
    .homepage-hero-content {
		position: absolute;
        top: 0;
        z-index: 10;
        bottom: -20px;
        left: 0;
        height: 100%;
        width: 47.25%;
        max-width: 410px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        padding-top: 20px;
        box-sizing: content-box;
    }
}
@media (max-width: 980px) {
    .homepage-hero-content {
        width: 100%;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .homepage-hero {
		padding-top:110%!important;
		padding-bottom:0!important;
		height: fit-content;
        width: 100%;
        background-size: 100% auto;
        background-position: center bottom 100%;
        background-image: url(https://www.mmbartosovi.cz/wp-content/uploads/2024/07/IMG4_5945.jpg) !important;
    }
	.homepage-hero-content {
        padding-top:30px;
		padding-bottom:30px;
    }
	.homepage-hero-content h1{
		text-align:center;
	}
	.homepage-hero-content p{
		padding-bottom:0;
	}
	.homepage-nase-tvorba>.wp-block-group{
		padding-top:0!important;
		margin-top:0!important;
	}
	body .wp-block-columns.is-not-stacked-on-mobile{
		flex-wrap:wrap!important;
	}
	body .wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{
		flex-basis:inherit!important;
	}
	.homepage-z-blogu{
		padding-top:0px!important;		
	}
	.homepage-z-blogu h3{
		font-size:32px!important;
	}
	.napsali-o-nas{
		padding-top:50px!important;		
	}
}
@media (max-width: 479px) {
    .homepage-hero-content {
        width: 100% !important;
    }
}

.single-add-to-cart-shortcode form.cart{
	display:flex;
	gap:20px;
	align-items: center;
}
.single-add-to-cart-shortcode form.cart .qty{
	padding:6px 4px;
}

/* Icon stats */
.icon-stats>.wp-block-columns{
	max-width:1080px;
}
.icon-stats img{
	width:42px;
	height:auto;
	min-height:1px;
}

:root :where(.wp-element-button, .wp-block-button__link) {
   	font-size: 14px;
   	background-color: #cb983c!important;
   	border-width: 0px !important;
   	border-radius: 50px;
   	font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 3px;
	padding: 0.3em 1em;
	color:#ffffff;
}
:root :where(.wp-element-button:hover, .wp-block-button__link:hover) {
	opacity:0.5;
}

.full-width-image{
	width:100%!important;
}
.full-width-image picture,
.full-width-image picture img{
	display:grid;
	width:100%!important;
}
.add-to-cart-shortcode input{
	display:none;
}

.footer-socials{
	padding: 0;
	margin:0;
	list-style:none;
	display:flex;
	align-items: center;
	gap:16px;
}
.footer-socials li,
.footer-socials li a{
	display:grid;
}
.footer-socials li a svg{
	width:24px;
	fill:#ffffff;
}

@media (max-width: 680px) {
	.hide-mobil{
		display:none!important;
	}
}

/* Homepage Blog */
.homepage-blog {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	max-width: 800px;
	justify-content: center;
	margin:auto;
}

@media (max-width: 980px) {
	.homepage-blog {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.homepage-blog {
		grid-template-columns: 1fr;
	}
}

.homepage-blog__item {
	display: flex;
	flex-direction: column;
	background: var(--wp--preset--color--background);
	border-radius: var(--wp--custom--border-radius--medium);
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	padding: 10px;
	background-color: #470D19;
	border-radius:0;
}

.homepage-blog__item:hover {
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.homepage-blog__thumbnail {
	display: block;
	aspect-ratio: 16/10;
	overflow: hidden;
	margin-bottom:22px;
}

.homepage-blog__thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.homepage-blog__item:hover .homepage-blog__thumbnail img {
	transform: scale(1.05);
}

.homepage-blog__content {
	padding: var(--wp--preset--spacing--30);
	display: flex;
	flex-direction: column;
	color:#ffffff;
}

.homepage-blog__categories {
	width:100%;
	line-height:1.2;
	text-align: center;
	color: #DABC79 !important;
	margin:0 0 10px 0;
}

.homepage-blog__category {
	text-transform: uppercase;
    font-size: 12px;
    color: #DABC79 !important;
    letter-spacing: 1px;
    line-height: 1.1em;
	font-family: var(--wp--preset--font-family--source-sans-3);
	font-weight: 600;
	text-decoration: none;
}

.homepage-blog__category:hover {
	color: var(--wp--preset--color--primary-dark);
}

.homepage-blog__title {
	font-family: var(--wp--preset--font-family--spectral-sc);
	font-size: 20px;
	font-weight: 500;
	line-height: 1.1;
	margin: 0;
	padding-bottom:10px;
	color:#ffffff;
	width:100%;
	text-align:center;
}

.homepage-blog__title a {
	color:#ffffff;
	text-decoration: none;
}

.homepage-blog__title a:hover {
	color:#ffffff;
}

.homepage-blog__excerpt {
	font-family: var(--wp--preset--font-family--source-sans-3);
	font-size: 12px;
	font-weight:500;
	color:#ffffff;
	line-height: 1.2;
	margin: 0;
	width:100%;
	text-align:center;
}

header .wp-block-navigation__container{
	gap:15px;
}
header .wp-block-navigation__container>li.has-child{
	display:flex;
	flex-direction:row-reverse
}
header .wp-block-navigation__container>li>a{
	padding:15px;
	color:#3d3d3d;
	text-transform: uppercase;
	font-size:14px;
	line-height:14px;
}

header .wp-block-navigation>li>.wp-block-navigation__submenu-icon{
	font-size:24px;
	line-height:24px;
	display:grid;
	align-items: center;
}
header .wp-block-navigation>li>.wp-block-navigation__submenu-icon svg{
	display:grid;
	margin:0;	
}

header .wp-block-navigation>li>.wp-block-navigation-submenu{
	min-width:240px!important;
	background: #f9f5ec!important;
    z-index: 11!important;
	left:0!important;
	right:auto!important;
	border:none!important;
}
header .wp-block-navigation>li>.wp-block-navigation-submenu a{
	width:100%;
	text-align: center;
}

.styled-title{
	gap:50px;
}
.styled-title hr{
	flex:1;
}
.centerd-element{
	margin:auto;
}
.centered-list{
	max-width:500px;
	margin:auto;
	justify-content: center;
}
.small-icon{
	max-width:51px;
	height: auto;
}

.image-hero{
	width:100%;
	height:680px;
	background-position: center top 25%;
    background-image: url(https://www.mmbartosovi.cz/wp-content/uploads/2024/07/IMG3_5946.avif) !important;
	background-size: cover;
}

p{
	color:#666666;
	font-weight:500;
	font-size:14px;
	line-height:1.3;
	padding-bottom:16px;
}
.wp-elements-be3c503ca62f9984f3e6a0841f784e82 a:where(:not(.wp-element-button)){
	color: #cb983c;
}
p a{
	color:#cb983c!important;
}

/* Contact Form */
.affinite-contact-form-wrapper {
	max-width: 600px;
	margin: 10px auto 0 auto; 
}

.affinite-contact-form-message {
	padding: 1rem 1.5rem;
	border-radius: 6px;
	margin-bottom: 1.5rem;
	font-weight: 500;
}

.affinite-contact-form-message.success {
	background-color: #d4edda;
	border: 1px solid #c3e6cb;
	color: #155724;
}

.affinite-contact-form-message.error {
	background-color: #f8d7da;
	border: 1px solid #f5c6cb;
	color: #721c24;
}

.affinite-form-row {
	margin-bottom: 3%;
}

.affinite-form-row-half {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3%;
}

@media (max-width: 600px) {
	.affinite-form-row-half {
		grid-template-columns: 1fr;
	}
}

.affinite-form-field {
	display: flex;
	flex-direction: column;
}

.affinite-form-field label {
	display:none;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0.5rem;
	color: var(--wp--preset--color--foreground, #333);
}

.affinite-form-field label .required {
	color: #dc3545;
}

.affinite-form-field input,
.affinite-form-field textarea {
	border: none;
	border-radius: 0px;
	color: #999;
    font-size: 14px;
	line-height: 14px;
	font-family: "Source Sans 3", sans-serif;
    padding: 16px;
	background-color: #eeeeee;
	color:#999;
}

.affinite-form-field input:focus,
.affinite-form-field textarea:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.15);
}

.affinite-form-field input.has-error,
.affinite-form-field textarea.has-error {
	border-color: #dc3545;
	background-color: #fff8f8;
}

.affinite-form-field input.has-error:focus,
.affinite-form-field textarea.has-error:focus {
	box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.15);
}

.affinite-field-error {
	color: #dc3545;
	font-size: 12px;
	margin-top: 0.375rem;
	display: none;
}

.affinite-form-field textarea {
	resize: vertical;
	min-height: 120px;
}

.affinite-form-submit {
	width: 100%;
    justify-content: center;
    display: grid
}

.affinite-submit-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.6em 1.5em;
	background-color: var(--wp--preset--color--primary, #c9a227);
	color: #fff;
	border: none;
	border-radius: 50px;
	font-family: var(--wp--preset--font-family--source-sans-3, sans-serif);
	font-size: 14px;
	line-height: 14px;;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
	transition: opacity 0.3s ease;
}

.affinite-submit-btn:hover {
	opacity: 0.8;
}

.affinite-submit-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.single-post .entry-content p{
	line-height:1.6;
}
.sidebar-button{
	display:grid;
	width:100%;
	justify-content: center;
}

.add-to-cart-shortcode.centered{
	width:100%;
	display: grid;
	justify-content: center;
}
.add-to-cart-shortcode.button-size-middle button{
	padding:0.6em 1.3em;
}
.add-to-cart-shortcode .quantity{
	display:none;
}
.add-to-cart-shortcode p:has(.single_add_to_cart_button){
	width:100%;
	display:grid;
	justify-content: center;
}
.recent-posts-list,
.categories-list{
	padding:0;
	margin:0 0 56px 0;
	list-style: none;
	width:100%;
}
.recent-posts-list li,
.categories-list li{
	display:grid;
	width:100%;
	margin-bottom:7px;
	line-height: 1em;
}
.recent-posts-list li a,
.categories-list li a{
	width:100%;
	font-size: 14px;
    color: #ffffff !important;
    line-height: 1em;
	font-weight:500;
    text-align: center;
}

body.single-product main.has-global-padding{
	padding-left:0;
	padding-right:0px;
}
body.single-product main .entry-content{
	width:100%;
	max-width:100%;
}

strong{
	font-weight: 700;
}

.hero-image{
	background-position:center bottom 0px;
}
.wp-block-columns:has(.hero-image-column){
	justify-content: center;
}
.check-ikon img{
	width:48px;
	height: 48px;;
}

@media (max-width: 600px) {
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
		padding: 10px 15px!important;
	}
}

.woocommerce-cart .wp-block-post-title{
	display:none;
}

/* Smartemailing form css */
#se-webform-5.se-webform{
	width:100%;
}

.se-webform-v2-modal-content{
	background-color: rgb(255, 255, 255);
    border-radius: 12px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 439px;
    box-shadow: rgba(0, 0, 0, 0.41) 2px 2px 4px 1px;
    overflow: auto;
    max-height: 919px;
}
.se-webform-v2-close-button{
	position:absolute;
	right:10px;
	top:10px;
	background-color: transparent;
	font-size:30px;
}
.se-webform-inner{
	padding: 60px 56px 30px 56px;
    color: #000000;
}
#se-webform-5.se-webform .se-header h3{
	padding:0;
	font-size: 24px;
	font-weight:bold;
    margin-top: 9px;
    margin-bottom: 9px;
    color: #000000;
	font-family: 'Open Sans', Arial, sans-serif;
}
#se-webform-5.se-webform .se-body ul{
	margin:0;
}

#se-webform-5.se-webform .se-body ul li input[type="text"]{
	text-align: left;
    display: block;
    width: 100%;
    padding: 7px 16px;
    font-size: 14px;
    line-height: 24px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    height: auto;
}
#se-webform-5.se-webform .se-submit{
	display:grid;
	justify-content: center;
}

#se-webform-5.se-webform .se-submit button{
	border: 0;
    background-color: #BAA53D;
    color: #FFFFFF;
    text-align: center;
    font-family: Open Sans, Arial, sans-serif;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 16px;
}

/* Vyjížděcí */
.se-button.se-webform-v2-slideup-trigger{
	position: fixed;
    bottom: -7px;
    left: 10%;
    transition: all 0.3s ease-in-out;
    z-index: 99999;
    display: block;
    cursor: pointer;
    padding: 10px 25px;
    padding-bottom: 17px;
    color: #000000;
    background-color: #BAA53D;
    font-size: 14px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: fit-content;
	height: 40px;
}
.se-webform-v2-slideup #se-webform-11.se-webform{
	width:400px!important;
}
.se-webform-v2-slideup-container{
	position: fixed;
    bottom: -7px;
    left: 10%;
	background-color: rgb(255, 255, 255);
    width: fit-content;
    border-radius: 12px 12px 0 0;
    padding-top: 0px;
    padding-bottom: 0px;
    box-shadow: rgba(0, 0, 0, 0.41) 2px 2px 4px 1px;
    overflow: auto;
    display: block;
    bottom: 0px;
	z-index:100000;
}
.se-webform-v2-slideup .se-webform-v2-slideup-close-button{
	position:absolute;
	right:10px;
	top:10px;
	background-color: transparent;
	font-size:30px;
}

.se-webform-v2-slideup #se-webform-11.se-webform .se-header h3{
	padding:0;
	font-size: 24px;
	font-weight:bold;
    margin-top: 9px;
    margin-bottom: 9px;
    color: #000000;
	font-family: 'Open Sans', Arial, sans-serif;
}
.se-webform-v2-slideup #se-webform-11.se-webform .se-body ul{
	margin:0;
}

.se-webform-v2-slideup #se-webform-11.se-webform .se-body ul li input[type="text"]{
	text-align: left;
    display: block;
    width: 100%;
    padding: 7px 16px;
    font-size: 14px;
    line-height: 24px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    height: auto;
}
.se-webform-v2-slideup #se-webform-11.se-webform .se-submit{
	display:grid;
	justify-content: center;
}

#se-webform-11.se-webform .se-submit button{
	border: 0;
    background-color: #BAA53D;
    color: #FFFFFF;
    text-align: center;
    font-family: Open Sans, Arial, sans-serif;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 16px;
}

@media (max-width: 767px) {
	.se-webform-v2-slideup-container,
	.se-webform-v2-slideup-trigger {
	  display: none!important;
	}
	.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{
		justify-content: end;
	}
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{
		padding-right:0px;
	}
}

.xoo-wsc-ft-btn{
	font-size: 14px!important;
	padding:0.3em 1em !important;
    background-color: #cb983c;
	color:#ffffff;
    border-width: 0px !important;
    border-radius: 50px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 3px;
}
.xoo-wsc-ft-btn:hover{
	opacity:0.5;
}

#se-webform-14.se-webform,.se-wrapper{margin:0;padding:0;border:0;outline:0;}#se-webform-14.se-webform,.se-wrapper,#se-webform-14.se-webform *,.se-wrapper *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#se-webform-14.se-webform{width:400px;background:#fff;}#se-webform-14.se-webform > *,#se-webform-14.se-webform .se-webform-inner > *{width:100%}#se-webform-14.se-webform .se-header h3{margin:0;padding:24px 24px 5px}#se-webform-14.se-webform .se-image{background-size:cover;background-repeat:no-repeat;background-position:50% 50%;margin-top:15px}#se-webform-14.se-webform .se-body ul{margin:0 5%;padding:0;list-style:none;}#se-webform-14.se-webform .se-body ul li{list-style-type:none;margin:0;padding:.5em 0;}#se-webform-14.se-webform .se-body ul li label.se-required:after{content:" *";color:#f00}#se-webform-14.se-webform .se-body ul li label{display:block;padding:5px 0;margin:0}#se-webform-14.se-webform .se-submit{padding:14px 24px 24px 24px;}#se-webform-14.se-webform .se-submit button,#se-webform-14.se-webform .se-submit div.se-fake{cursor:pointer}#se-webform-14.se-webform .se-close{width:auto}#se-webform-14.se-webform .se-webform-sent-info,#se-webform-14.se-webform .se-webform-sending-info{display:none;}#se-webform-14.se-webform .se-webform-sent-info h3,#se-webform-14.se-webform .se-webform-sending-info h3{text-align:center;margin:1em}#se-webform-14.se-webform.se-webform-sent .se-header,#se-webform-14.se-webform.se-webform-sending .se-header,#se-webform-14.se-webform.se-webform-sent .se-body,#se-webform-14.se-webform.se-webform-sending .se-body,#se-webform-14.se-webform.se-webform-sent .se-text,#se-webform-14.se-webform.se-webform-sending .se-text,#se-webform-14.se-webform.se-webform-sent .se-submit,#se-webform-14.se-webform.se-webform-sending .se-submit{display:none}#se-webform-14.se-webform.se-webform-sent .se-webform-sent-info{display:block}#se-webform-14.se-webform.se-webform-sending .se-webform-sent-info{display:none}#se-webform-14.se-webform.se-webform-sending .se-webform-sending-info{display:block}#se-webform-14.se-webform.se-has-image-aside{display:table;}#se-webform-14.se-webform.se-has-image-aside .se-image-aside{margin-top:0;display:table-cell !important;width:50%}#se-webform-14.se-webform.se-has-image-aside .se-webform-inner{display:table-cell !important;vertical-align:middle;width:50%;padding-left:20px;padding-right:20px;}#se-webform-14.se-webform.se-has-image-aside .se-webform-inner .se-header h3{padding-left:12px;text-align:left}#se-webform-14.se-webform.se-has-image-aside .se-webform-inner .se-image{display:none}#se-webform-14.se-webform.se-has-image-aside.se-shrink{width:100% !important;}#se-webform-14.se-webform.se-has-image-aside.se-shrink .se-webform-inner .se-image{display:block}#se-webform-14.se-webform.se-has-image-aside.se-shrink .se-image-aside{display:none !important}#se-webform-14.se-webform.se-has-image-aside.se-shrink .se-webform-inner{padding-left:0;padding-right:0;display:block !important;width:100%;vertical-align:none}#se-webform-14.se-webform ul.se-errors{list-style:none;margin:0;padding:0 10px;}#se-webform-14.se-webform ul.se-errors li{color:#fff;margin:10px 0;background:#da5555;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;padding:0 10px;}#se-webform-14.se-webform ul.se-errors li div{display:table-row;}#se-webform-14.se-webform ul.se-errors li div > *{display:table-cell;vertical-align:middle;padding:8px 0}#se-webform-14.se-webform ul.se-errors li .fa{font-size:30px;padding-right:15px}#se-webform-14 .se-close a,.se-close a{font-size:30px !important;content:"\d7" !important;cursor:pointer;text-decoration:none !important}.se-popup-open{overflow:hidden;}.se-popup-open .se-popup{overflow-x:hidden;overflow-y:auto}.se-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;background-color:#000;}.se-backdrop.se-fade{opacity:0;filter:alpha(opacity=0)}.se-backdrop.se-in{opacity:.5;filter:alpha(opacity=50)}.se-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.se-popup{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;-webkit-overflow-scrolling:touch;outline:0;}.se-popup.se-fade .se-popup-inner{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.se-popup.se-in .se-popup-inner{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.se-popup .se-popup-inner{position:relative;width:auto;margin:10px auto;}.se-popup .se-popup-inner #se-webform-14.se-webform{width:100%;position:relative;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);-webkit-background-clip:padding-box;background-clip:padding-box;outline:0;-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5);}.se-popup .se-popup-inner #se-webform-14.se-webform .se-header{min-height:16.42857143px;}.se-popup .se-popup-inner #se-webform-14.se-webform .se-header .se-close{margin-top:-2px}.se-popup .se-popup-inner #se-webform-14.se-webform .se-body{position:relative}.se-popup .se-popup-inner #se-webform-14.se-webform .se-submit:before,.se-popup .se-popup-inner #se-webform-14.se-webform .se-submit:after{content:" ";display:table}.se-popup .se-popup-inner #se-webform-14.se-webform .se-submit:after{clear:both}.se-popup .se-popup-inner #se-webform-14.se-webform .se-close{position:absolute;display:block;top:0;right:10px}@media (min-width:768px){.se-popup .se-popup-inner{width:350px;margin:30px auto;}.se-popup .se-popup-inner #se-webform-14.se-webform{width:100%}}.se-button{width:auto;display:none;cursor:pointer}.se-popup-button{position:fixed;text-align:right;z-index:999;right:5%;bottom:0;}.se-popup-button,.se-popup-button *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media (max-width:768px){.se-popup-button{width:90%}}@media (min-width:768px){.se-popup-button{right:10%}}.se-popup-button .se-image{diplay:none}.se-popup-button .se-button.se-top{top:0}.se-popup-button .se-button.se-bottom{bottom:0}.se-popup-button .se-button:hover{-webkit-animation-name:shake;-webkit-animation-duration:.8s;-webkit-animation-iteration-count:1;-webkit-animation-timing-function:linear;-webkit-transform-origin:50% 100%}.se-popup-button .se-close{display:none;}.se-popup-button .se-close:after{clear:both}.se-popup-button .se-container{display:none;text-align:left}.se-popup-button #se-webform-14.se-webform{display:none}.se-popup-button.se-button-show .se-button{display:inline-block}.se-popup-button.se-open{overflow-y:auto;}.se-popup-button.se-open .se-close{display:block;position:absolute;top:10px;right:18px;z-index:999}.se-popup-button.se-open .se-button{display:none;width:100%;cursor:inherit}.se-popup-button.se-open #se-webform-14.se-webform{width:100%}.se-popup-button.se-open .se-container{display:block;margin:0 0 0 auto;max-width:100% !important}@-webkit-keyframes shake{0%{-webkit-transform:translate(0,5px) rotate(0)}10%{-webkit-transform:translate(0,-5px) rotate(0)}20%{-webkit-transform:translate(0,5px) rotate(0)}30%{-webkit-transform:translate(0,-5px) rotate(0)}40%{-webkit-transform:translate(0,4px) rotate(0)}50%{-webkit-transform:translate(0,-4px) rotate(0)}60%{-webkit-transform:translate(0,3px) rotate(0)}70%{-webkit-transform:translate(0,-3px) rotate(0)}80%{-webkit-transform:translate(0,2px) rotate(0)}90%{-webkit-transform:translate(0,-2px) rotate(0)}100%{-webkit-transform:translate(0,0) rotate(0)}}#se-webform-14.se-webform .se-submit .se-fake{appearance:button;-moz-appearance:button;-webkit-appearance:button;}@media(max-width: 490px){#se-webform-14{width:100% !important;}.se-webform-v2-slideup-container{right: 0;}}
.se-webform-inner span {
		font-size: 12px;
		font-weight: 400;
	}

	.se-webform-primary-purpose {
		border-bottom: 1px solid #bbbbbb;
		text-align: justify !important;
		padding: 10px 0px 15px 0px !important;
		margin: 5px 0 0 0 !important;
		color: #444;
	}

	.se-license-agreement {
		border-bottom: 1px solid #bbbbbb;
		text-align: justify !important;
	}

	.se-license-agreement:last-of-type {
		border-bottom: none !important;
	}

	.se-license-agreement span {
		font-size: 12px;
		font-weight: 400;
	}

	.se-license-agreement .se-checkbox input {
		margin: 1px 5px 1px 0 !important;
	}

	.se-submit {
		margin-top: 0px;
	}
  .static-newsletter-email{
    -webkit-appearance: none !important;
    padding: 14px 4% !important;
    font-family: 'Source Sans 3', Helvetica, Arial, Lucida, sans-serif !important;
    font-size: 16px !important;
    color: #666 !important;
    background-color: #fff !important;
    width: 100% !important;
    font-weight: 400 !important;
    border-width: 0 !important;
    border-radius: 3px !important;
    margin-top: 25px !important;
  }
  .static-newsletter-button{
    width: 100% !important;
    padding: 4.8px 16px !important;
    font-family: 'Source Sans 3', Helvetica, Arial, Lucida, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.7em !important;
    background-color: #470D19 !important;
    color: #ffffff !important;
    border-width: 0 !important;
    border-radius: 50px !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    letter-spacing: 3px !important;
  }

.blog-container{

}
.bartos-blog ul{
	display:grid;
	grid-template-columns: 1fr 1fr;
	gap:30px;
	row-gap:30px;
}

.bartos-blog ul li{
	background-color: #fff;
	display:grid;
	grid-template-columns: 1fr;
}
.bartos-blog ul li>.wp-block-columns{
	display:grid;
	grid-template-columns: 1fr;
	margin-bottom: 10px;
}
.wp-block-post-featured-image{
	aspect-ratio: 3/2;
	margin-bottom:20px;
}
.wp-block-post-featured-image img{
	aspect-ratio: 3/2;
    object-fit: cover;
}
.bartos-blog ul li h2{
	padding:0 10px;
	font-size: 22px;
    width: 100%;
    text-align: center;
}
.bartos-blog ul li .wp-block-group{
	padding:10px;
	padding: 10px;
    gap: 10px;
    font-size: 12px;
	color:#cc9739;
	font-weight:400;
    align-items: flex-start;
	text-transform: uppercase;
}
.bartos-blog ul li .wp-block-post-date{
	white-space: nowrap;
	font-size: 12px;
	color:#cc9739;
	font-weight:400;
	text-transform: uppercase;
}
@media (max-width: 767px) {
	.bartos-blog ul{
		grid-template-columns: 1fr;
	}
	.bartos-blog ul li .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column{
		padding:0;
	}
}
