/*
	Theme Name: siehunting
	Author: siehunting
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.j-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.baseline {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.j-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex-row {
	margin: 0 -10px;
}

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

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
	font-size: 62.5%;
}

body {
	font-family: "Poppins", sans-serif;
	color: #141414;
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Barlow", sans-serif;
}

body p {
	font-size: 14px;
	line-height: 23px;
}

/* clear */
.clear:before,
.clear:after {
	content: ' ';
	display: table;
}

.clear:after {
	clear: both;
}

.clear {
	*zoom: 1;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

a {
	color: #141414;
	text-decoration: none;
}

a:hover {
	color: #141414;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

input:focus {
	outline: 0;
}

.is-hidden {
	display: none !important;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}

/* header */
.header {}

.header_usps {
	background: #141414;
	padding: 13px 0;
}

.header_usps-item {
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.header_usps-item span {
	color: #af5a22;
}


.header_logo-section {
	position: relative;
	padding: 12px 0;
}

.header_logo-section .wrapper {
	position: static;
}

.search-toogle {
	display: flex;
	margin-right: 20px;
	cursor: pointer;
}


.top-search-form {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 999;
	margin: 0 10px;
}

.woocommerce-product-search {
	border: 1px solid #b9b9b9;
	background: #fff;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}

.woocommerce-product-search svg {
	width: 26px;
}

.woocommerce-product-search .search-field {
	border: none;
	background: none;
	padding: 15px;
	width: 100%;
}

.woocommerce-product-search .search-field::placeholder {
	font-size: 15px;
	font-weight: 500;
	font-style: italic;
	color: #b2b2b2;
}

.woocommerce-product-search button {
	border: none;
	background: none;
	padding-right: 12px;
}

.icons_menu svg {
	width: 24px;
	height: 24px;
}

.headerCart {
	margin-left: 20px;
}

.headerCart .cart {
	display: flex;
	position: relative;
}

.headerCart svg {
	width: 34px;
	height: 34px;
}

.cart-count {
	position: absolute;
	top: 11px;
	right: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	color: #141414;
	font-size: 12px;
	line-height: 12px;
	font-weight: 700;
}

#mmenu_button {
	display: flex;
}

.header_menu {
	display: none;
}

.header_menu .wrapper {
	padding-right: 0;
}

/* nav */
.nav {
	flex-grow: 1;
}

.nav>ul {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.nav ul li {
	position: relative;
}

.nav>ul>li {
	display: inline-block;

}

.nav ul>li>a {
	font-family: "Barlow", sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 2px;
	display: block;
	padding: 15px 25px;
}

.nav>ul>li:first-child>a {
	padding-left: 5px;
}

.nav ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9;
	text-align: left;
	white-space: nowrap
}

.nav ul li:hover>ul {
	display: block;
}

.nav ul ul ul {
	top: 0;
	left: 100%;
	width: 100%;
}

.nav ul ul li a {
	padding: 15px;
	font-size: 14px;
	display: block;
	background: #405c26;
	transition: .3s cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition: .3s cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition: .3s cubic-bezier(0.075, 0.82, 0.165, 1);
	-ms-transition: .3s cubic-bezier(0.075, 0.82, 0.165, 1);
	-o-transition: .3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.nav ul ul li a:hover {
	background: #af5a22;
}

.mm-navbar__title {
	font-size: 16px;
	font-weight: 700;
	color: #000 !important;
}

.mm-menu_offcanvas {
	z-index: 9;
}

.phone {
	background: #af5a22;
	color: #fff !important;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 2px;
	padding: 0 28px;
	display: flex;
	align-items: center;
	min-width: max-content;
}


/* slider */
.slider {
	position: relative;
	z-index: 1;
}

.slider img {
	width: 100%;
	min-height: 300px;
	object-fit: cover;
}

.slideContent {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	max-width: 1200px;
	margin: 0 auto;
}

.slideContent-wrapper {
	max-width: 390px;
	margin-left: auto;
	margin-right: 0;
	padding: 0 10px;
}

.slideContent h2 {
	font-size: 36px;
	line-height: 36px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	margin-top: 0;
	margin-bottom: 10px;
}

.slideText p {
	color: #fff;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 23px;
}

.btnMain {
	font-family: "Barlow", sans-serif;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 26px;
	background: #af5a22;
	color: #fff !important;
	text-transform: uppercase;
	border-radius: 25px;
	padding: 5px 30px;
	border: none;
	transition: .3s linear;
}

.btnMain:hover {
	background: #405c26;
}

.swiper-button-next,
.swiper-button-prev {
	color: #fff;
}

/* categories */
.mainCategories {
	margin-top: 20px;
}

.categoryItem {
	width: 100%;
	padding: 0 10px;
	margin-bottom: 20px;
}

.categoryItem img {
	display: block;
	width: 100%;
	transform: scale(1);
	transform-origin: center;
	transition: transform .6s cubic-bezier(.22, .61, .36, 1);
	will-change: transform;
}

.categoryItem__link {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}

.categoryItem:hover img {
	transform: scale(1.08);
}

.categoryTitle {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	left: 0;
	right: 0;
	bottom: auto;
	text-align: center;
	color: #fff;
	font-size: 27px;
	font-weight: 800;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .35), 0 3px 10px rgba(0, 0, 0, .45);
	margin: 0;
}

/* welcome */
.bg {
	margin-bottom: 30px;
}

.bgSection {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	padding: 45px 40px;
	min-height: 360px;
}

.bgSection h1,
.bgSection h2 {
	font-size: 19px;
	letter-spacing: 2px;
	color: #fff;
	margin-top: 0;
	margin-bottom: 10px;
}

.bgSection p {
	color: #ffffff;
	margin-top: 0;
}

.bgSection p:last-child {
	margin-bottom: 0;
}

.bgSection .btnMain {
	margin-top: 10px;
}

.bgSection-content {
	max-width: 500px;
}

.advantages .bgSection-content {
	margin-left: auto;
}

.advantages .bgSection {
	background-position: right !important;
}

/* stores */
.stores-section {
	position: relative;
	padding: 100px 0 200px 0;
	background-position: bottom !important;
}

.stores-section.has-bg {
	background-image: var(--stores-bg);
	background-size: cover;
	background-position: center;
}

.stores-title {
	text-align: center;
	font-size: clamp(19px, 2.6vw, 31px);
	letter-spacing: .2em;
	font-weight: 700;
	margin: 0 0 55px;
}

.stores-grid {
	gap: 57px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}


.store-card {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
	width: 100%;
	max-width: 370px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.store-media {
	position: relative;
}

.store-img {
	display: block;
	width: 100%;
	height: 210px;
	object-fit: cover;
}

.store-body {
	background: #262424;
	color: #fff;
	padding: 25px 30px;
}

.store-card:first-child .store-body {
	background: #b45232;
}

.store-label {
	font-family: "Barlow", sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 25px;
	margin: 0 0 21px;
	text-transform: uppercase;
	position: relative;
}

.store-label::after {
	content: "";
	display: block;
	width: 187px;
	height: 4px;
	margin-top: 8px;
	background: url('/wp-content/uploads/2025/10/border.png') no-repeat center;
	background-size: contain;
}

.store-info p a,
.store-info p {
	font-size: 13px;
	line-height: 21px;
	color: #fff;
}

.store-maps {
	display: inline-block;
	margin-top: 12px;
	font-style: italic;
	color: #b45232 !important;
}

.store-card:first-child .store-maps {
	color: #141414 !important;
}

.store-info p a:hover,
.store-maps:hover {
	text-decoration: underline;
}

/* news */
.newsletter-block {
	margin-top: -84px;
	margin-bottom: 70px;
}

.newsletter-left {
	width: 100%;
	display: flex;
	background: #1a1b1b;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.newsletter-right {
	width: 100%;
	display: flex;
}

.newsletter-card {
	padding: 40px;
	color: #fff;
}

.newsletter-content {
	max-width: 380px;
}

.newsletter-content h3 {
	font-size: 31px;
	line-height: 31px;
	letter-spacing: 2px;
	margin-top: 0;
	margin-bottom: 25px;
}

.newsletter-content .wpcf7 {
	margin-top: 30px;
}

.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-textarea {
	width: 100%;
	max-width: 380px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border: 1px solid #000;
}

.wpcf7 .wpcf7-text {
	padding: 10px;
	margin-bottom: 10px;
}

.wpcf7-list-item {
	margin: 0;
	font-size: 11px;
	font-style: italic;
	color: #9c9c9c;
	margin-bottom: 30px;
}

.newsletter-right {
	display: none;
}

.newsletter-right img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

/* bottom usps */
.bottom-usps {
	margin-bottom: 50px;
}

.bottom-usps__icon {
	margin-bottom: 15px;
}

.bottom-usps__item {
	margin-bottom: 20px;
	padding: 0 10px;
	width: 50%;
	text-align: center;
}

.bottom-usps__title {
	font-family: "Barlow", sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.bottom-usps__subtitle {
	font-size: 13px;
	line-height: 18px;
	font-weight: 300;
	color: #405c26;
}

/* footer */
.footer {
	background: #141414;
	padding: 70px 0;
}

.footer .wrapper>div {
	width: 100%;
	margin-bottom: 25px;
}

.footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer ul li ul {
	display: none;
}

.footer p,
.footer li,
.footer a {
	font-size: 13px;
	line-height: 21px;
	color: #ffffff;
}

.footer a:hover {
	text-decoration: underline;
}

.footer p.h3 {
	font-family: "Barlow", sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #af5a22;
	margin-top: 0;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.footer-socials svg {
	width: 31px;
	height: 31px;
}

.social.ig svg path {
	transition: fill .2s ease;
}

.social.ig:hover svg path {
	fill: #f77737 !important;
}

.footer-socials .social {
	text-decoration: none !important;
	margin-right: 5px;
}

.footer-socials .social:hover svg circle,
.footer-socials .social:hover svg {
	fill: #af5a22 !important;
}

.payments {
	text-align: center;
	background: #405c26;
	padding: 30px 0;
}

.site-main {
	padding: 20px 0;
}

/*------------------------------------*\
    Products
\*------------------------------------*/
.sale-products .swiper-slide,
.frontpage-products .swiper-slide {
	height: auto !important;
}

.sale-products .swiper-button-next,
.sale-products .swiper-button-prev,
.frontpage-products .swiper-button-next,
.frontpage-products .swiper-button-prev {
	color: #000;
}

.sale-products .swiper-button-next::after,
.sale-products .swiper-button-prev::after,
.frontpage-products .swiper-button-next::after,
.frontpage-products .swiper-button-prev::after {
	font-size: 21px;
}

.sale-products .sale-swiper,
.frontpage-products .frontpage-swiper {
	max-width: calc(100% - 60px);
}

.products-title {
	font-size: 31px;
	line-height: 31px;
	margin-top: 0;
	margin-bottom: 0;
}

.up-sells.upsells.products,
.related.products {
	clear: both;
}

.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
	display: none;
}

ul.products.columns-4 {
	display: grid;
	grid-template-columns: 1fr;
	margin: 0;
	gap: 20px;
}

.woocommerce ul.products li.product {
	float: none;
	margin: 0;
	width: 100% !important;
	margin-bottom: 35px !important;
}

.productWrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	border: 1px solid #c4c4c4;
	border-radius: 15px;
	height: 100%;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	overflow: hidden;
}

.productWrapper img {
	margin-bottom: 0 !important;
	border-radius: 15px 15px 0 0;
	height: 280px !important;
	object-fit: contain;
	padding: 10px;
	background: #fff;
	-webkit-border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	-ms-border-radius: 15px 15px 0 0;
	-o-border-radius: 15px 15px 0 0;
}

.productInfo {
	background: url(/wp-content/uploads/2025/10/productBg.jpg) no-repeat bottom/cover;
	text-align: center;
	padding: 30px 10px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.woocommerce-loop-product__title {
	display: inline-block;
	font-size: 12px !important;
	font-weight: 500;
	letter-spacing: 2px;
	color: #fff !important;
	padding-top: 0 !important;
	padding-bottom: 20px !important;
	text-transform: uppercase;
}

.productInfo .price,
.woocommerce ul.products li.product .price {
	margin-top: auto;
}

.summary.entry-summary .price {
	margin-top: auto;
}

.summary.entry-summary .price .price,
.productWrapper .price .price {
	display: flex !important;
	flex-direction: column;
	margin-bottom: 20px;
}

.summary.entry-summary .price-before,
.productWrapper .price-before {
	font-family: "Barlow", sans-serif;
	font-size: 11px;
	letter-spacing: 2px;
	font-weight: 600;
	color: #b5b5b5;
	text-decoration: line-through;
}

.summary.entry-summary .price-before {
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: 600;
	color: #b5b5b5;
}

.summary.entry-summary .price-now,
.productWrapper .price-now {
	font-family: "Barlow", sans-serif;
	font-size: 17px;
	letter-spacing: 2px;
	font-weight: 700;
	color: #fff;
}

.summary.entry-summary .price-now {
	font-size: 28px;
	color: #af5a22;
}

.summary.entry-summary .price .price {
	margin-bottom: 30px;
}

.add_to_cart_button,
.woocommerce div.product form.cart .button,
.woocommerce ul.products li.product .button {
	font-family: "Barlow", sans-serif;
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 26px;
	background: #405c26;
	color: #fff !important;
	text-transform: uppercase;
	border-radius: 25px;
	padding: 5px 30px;
	border: none;
	transition: .3s linear;
	-webkit-transition: .3s linear;
	-moz-transition: .3s linear;
	-ms-transition: .3s linear;
	-o-transition: .3s linear;

}

.woocommerce div.product form.cart .button:hover,
.woocommerce ul.products li.product .button:hover {
	background: #af5a22;
}

.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
	display: none !important;
}

.added_to_cart {
	color: #fff !important;
}

.added_to_cart:hover {
	text-decoration: underline;
}

form.cart .input-text.qty.text {
	height: 36px;
	border-radius: 5px;
	margin-right: 10px;
	border: 1px solid #000;
}

.woocommerce div.product div.images img {
	max-height: 500px !important;
	object-fit: contain;
}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family: 'Font-Name';
	src: url('fonts/font-name.eot');
	src: url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:420px) {

	.bgSection h1,
	.bgSection h2 {
		font-size: 28px;
	}
}

@media only screen and (min-width:480px) {
	.categoryItem {
		width: 50%;
	}

	.bottom-usps__item {
		width: 33.333%;
	}

	.footer .wrapper>div {
		width: 50%;
	}

	ul.products.columns-4 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (min-width:768px) {
	.top-search-form {
		display: block;
		position: relative;
		width: 100%;
		max-width: 490px;
		margin: 0 20px;
	}

	.search-toogle {
		display: none;
	}

	.slideContent-wrapper {
		max-width: 390px;
		margin-right: 0;
	}

	.bgSection h1,
	.bgSection h2 {
		font-size: 31px;
	}

	.categoryItem {
		width: 33.333%;
	}

	.newsletter-left {
		width: calc(50% - 70px);
		border-radius: 10px 0 0 10px;
		-webkit-border-radius: 10px 0 0 10px;
		-moz-border-radius: 10px 0 0 10px;
		-ms-border-radius: 10px 0 0 10px;
		-o-border-radius: 10px 0 0 10px;
	}

	.newsletter-right {
		display: block;
		width: calc(50% + 70px);
	}

	.newsletter-right img {
		border-radius: 0 10px 10px 0;
		-webkit-border-radius: 0 10px 10px 0;
		-moz-border-radius: 0 10px 10px 0;
		-ms-border-radius: 0 10px 10px 0;
		-o-border-radius: 0 10px 10px 0;
	}

	ul.products.columns-4 {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media only screen and (min-width:960px) {
	.header_menu {
		display: block;
		background: #405c26;
	}

	.header_usps-item {
		width: auto;
	}

	.slideContent-wrapper {
		max-width: 600px;
		padding-left: 40px;
	}

	.slideContent-wrapper-inner {
		max-width: 410px;
	}

	.slideContent h2 {
		font-size: 52px;
		line-height: 52px;
	}

	.slideText p {
		margin-bottom: 30px;
	}

	.stores-grid {
		gap: 57px;
	}

	.bottom-usps__item {
		width: 16.666%;
	}

	.footer {
		background: url(/wp-content/uploads/2025/10/footer_bg.jpg) no-repeat center/cover;
		min-height: 490px;
	}

	.footer .wrapper>div {
		width: 25%;
	}

	.footer-socials {
		position: absolute;
		top: 0;
		right: 10px;
		width: unset !important;
	}
}

@media only screen and (max-width:1023px) {
	.header_usps-item {
		text-align: center;
	}
}

@media only screen and (min-width:1024px) {
	.header_usps .swiper-wrapper {
		justify-content: space-between;
	}

	.slideContent h2 {
		font-size: 59px;
		line-height: 59px;
	}
}

@media only screen and (min-width:1140px) {}

@media only screen and (min-width:1280px) {}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi) {}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

/*------------------------------------*\
    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%;
	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 .wp-caption-text,
.gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.sticky {}

.bypostauthor {}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " ("attr(href) ")";
	}

	abbr[title]:after {
		content: " ("attr(title) ")";
	}

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}