/*
Theme Name: Print Hunter
Theme URI: https://print-hunter.com
Author: Maxxim
Description:  The best Print Hunter theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: print-hunter.com
*/





body {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Open Sans","Helvetica Neue",sans-serif;
	/*font-family: 'Open Sans', sans-serif;*/
	font-size: 16px;
	line-height: 1.5;
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	/*font-family: 'Montserrat', sans-serif;*/
	font-weight: 700;
	color: #223752;
}
h2 {
    margin-top: 50px;
}
@media (min-width: 1200px) {
	.h1, h1 {
	    font-size: 2rem;
	}
	.h3, h3 {
	    font-size: 1.2rem;
	}
}

a {
	color: #ff471f;
	text-decoration: none;
	transition: 300ms ease;
}
a:hover {
	color: #000;
	text-decoration: underline;
	transition: 300ms ease;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.content p {
	font-size: 1.125rem;
	line-height: 1.5;
	margin-bottom: 1rem;
}
.content ul {
	list-style-type: square;
	margin-bottom: 30px;
	padding-left: 30px;
}
.short__description {
	margin: 15px 30px;
	font-size: 18px;
}
.content .gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.content .gallery .gallery-item {
	width: 240px !important;
}
.content .gallery .gallery-item img {
	max-width: 100%;
	height: auto;
	border: 1px solid #f2f2f2 !important;
}
.amzn__link {
	display: inline-block;
    background: #000;
    color: #fff;
    font-weight: 600;
    padding: 7px 30px;
    border-radius: 50px;
    font-size: 18px;
}
.amzn__link:hover, .amzn__link:focus {
	text-decoration: none;
	color: #ffac2c;
}
.post__author_and_cat {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	align-items: center;
	padding-bottom: 10px;
	border-bottom: 1px dashed #eee;
}

/*=== HEADER ===*/
header.header {
    background: #fff;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.nav-link:focus, .nav-link:hover {
    color: #ff471f;
    text-decoration: none;
}
@media (min-width: 1200px) {
	.navbar-expand-xl .navbar-nav .nav-link {
	    padding-right: 1rem;
	    padding-left: 1rem;
	}	
}
.section__breadcrumb {
	background: #f9f9f9;
	margin-bottom: 30px;
	font-size: 13px;
	color: #777;
	padding: 15px 0;
}

ul.header__social {
	display: flex;
	list-style-type: none;
}
ul.header__social li {
	margin-left: 10px;
}
span.header__icon {
	display: block;
	width: 32px;
	height: 32px;
	background: #ccc;
	background-size: contain;
}
span.header__icon.header__icon_twitter {
	-webkit-mask: url('img/twitter.svg')no-repeat;
	mask: url('img/twitter.svg')no-repeat;
}
span.header__icon.header__icon_pinterest {
	-webkit-mask: url('img/pinterest.svg')no-repeat;
	mask: url('img/pinterest.svg')no-repeat;
}
span.header__icon:hover {
	background: #777;
}
@media (max-width: 1199px) {
	ul.header__social {
		display: none;
	}
}


/* Hamburger */
/*.collapsing {
    transition: none;
}*/
.navbar-toggler {
    color: #000;
    border-color: transparent;
    padding: 0;
    fill: #24292e;
}
button.navbar-toggler[aria-expanded="false"] svg rect {
  transition: 300ms;
}

button.navbar-toggler[aria-expanded="false"] svg rect:nth-child(1){
  top: 0px;
  transform-origin: left center;
}
button.navbar-toggler[aria-expanded="false"] svg rect:nth-child(3){
  top: 42px;
  transform-origin: left center;
}
button.navbar-toggler[aria-expanded="true"] svg rect:nth-child(1){
  transform: rotate(45deg) translateX(15px);
  transition: 300ms;
}
button.navbar-toggler[aria-expanded="true"] svg rect:nth-child(2){
  width: 0%;
  opacity: 0;
  transition: 300ms;
}
button.navbar-toggler[aria-expanded="true"] svg rect:nth-child(3){
  transform: rotate(-45deg) translateX(-52px);
  transition: 300ms;
}
.navbar-light .navbar-toggler {
    border-color: transparent;
}
button:focus {
    outline: none;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
/* Hamburger */
/*=== HEADER ===*/






/*=== SIDEBAR ===*/
aside#secondary {
    padding: 50px 15px 50px 15px;
}
.widget.widget_block {
    margin-bottom: 40px;
}
form.wp-block-search__button-outside {
    padding: 15px 20px 30px 20px;
    background-image: linear-gradient(to right top, #515ada, #5e58da, #6a56db, #7554da, #8051da);
}
label.wp-block-search__label {
    color: #fff;
    margin: 5px 0;
}
.wp-block-search__button {
    background: #ffdb5a;
    border: none;
    padding: 0.375em 0.625em;
    color: #32373c;
    margin-left: 0;
    word-break: normal;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    transition: 300ms ease;
}
.wp-block-search__button:hover, .wp-block-search__button:focus {
	background: #e1be3f;
	transition: 300ms ease;
}
.wp-block-search__input {
    padding: 8px;
    flex-grow: 1;
    min-width: 3em;
    border: none;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}
.wp-block-tag-cloud a {
	padding: 3px 10px;
    margin-right: 10px;
    border-radius: 20px;
    background: #eee;
    color: #fff;
}
.wp-block-tag-cloud a:nth-child(1) {
	background: #ffdb5a;
}
.wp-block-tag-cloud a:nth-child(2) {
	background: #515ada;
}
.wp-block-tag-cloud a:nth-child(3) {
	background: #8051da;
}
.wp-block-tag-cloud a:nth-child(4) {
	background: #ea4c89;
}
.wp-block-tag-cloud a:nth-child(5) {
	background: #2bb1fc;
}
.wp-block-tag-cloud a:nth-child(6) {
	background: #eb5757;
}
.wp-block-tag-cloud a:nth-child(7) {
	background: #27cc7d;
}
.wp-block-tag-cloud a:nth-child(8) {
	background: #a7a4b3;
}
.wp-block-tag-cloud a:nth-child(9) {
	background: #ff8052;
}
.wp-block-tag-cloud a:nth-child(10) {
	background: #fa2bc1;
}
.wp-block-tag-cloud a:hover {
	background: #ff6c70;
	text-decoration: none;
}
/*=== SIDEBAR ===*/






/*=== FRONTPAGE ===*/
.front__category {
	margin: 50px 0;
}
.front__categories {
	padding: 50px 0 70px;
	background: #f5f5f5;
}
.category__item {
	background: #fff;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.category__item:before {
	content: "";
	padding-top: 100%;
}
.category__item span {
	color: #223752;
	text-transform: uppercase;
	font-weight: 700;
}
.category__item:hover {
	text-decoration: none;
	background: #ff471f;
}
.category__item:hover span {
	color: #fff;
}
.color__title {
	margin-bottom: 20px;
}
.color__title span {
	text-transform: none;
	font-weight: 300;
	color: #ff471f;
}
.front__cat_item {
	margin-bottom: 20px;
}
.square__cat {
	padding: 20px;
}
section.section__blog {
    padding: 50px 0;
    background: rgba(0,0,0,.01);
}
@media	(max-width: 575px) {
	.category__item span {
		font-size: 16px;
	}
}
@media	(min-width: 576px) {
	.category__item span {
		font-size: 18px;
	}
	.front__categories p {
		font-size: 1.2rem;
		color: #777;
	}
}
/*=== FRONTPAGE ===*/






/*=== POSTS ===*/
.by__flex {
    display: flex;
    gap: 15px;
}
nav.navigation.post-navigation {
	margin: 40px 0;
}
@media	(min-width: 1200px) {
	.single-post article .content {
		padding: 40px 0 15px;
	}
	nav.navigation.post-navigation {
	    margin: 0px 0 40px;
	}
}
.y-bg {
	background: #fff574;
}
.post-thumbnail {
	margin-bottom: 40px;
}
.post-thumbnail img {
    max-width: 100%;
    height: auto;
    border: 1px solid #eee;
}
.post__item_card {
    margin-bottom: 30px;
}
/*.post__item_card .post__thumb {
	position: relative;
	width: 100%;
	padding-top: 100%;
	border: 1px solid #eee;}
.post__item_card .post__thumb img {
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}*/
.post__item_title {
	margin: 0 0 15px;
}
.post__item_title h3 {
	margin: 0;
}
.post__item_content {
	padding: 15px;
}
.post__tags {
	padding: 20px 0;
	border-top: 1px solid #eee;
	margin-top: 30px;
	font-size: 14px;
}
.post__item_link:hover {
	text-decoration: none;
}
.post__item_link:hover .post__item_title h3 {
	color: #ff471f;
}
.post__item_category {
	color: #ff471f;
}
.post__item_link:hover .post__item_category {
	color: #ff471f;
}
nav.navigation.post-navigation .nav-links {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 700;
}
.nav-links > div {
	flex: 0 0 48%;
}
.nav-links .nav-previous {
	position: relative;
	padding-left: 15px;
}
.nav-links .nav-next {
	position: relative;
	padding-right: 15px;
	text-align: right;
}
.nav-links .nav-previous:after {
	position: absolute;
	content: "<";
	left: 0;
	top: 0;
	color: #ccc;
	font-weight: 700;
}
.nav-links .nav-next:after {
	position: absolute;
	content: ">";
	right: 0;
	top: 0;
	color: #ccc;
	font-weight: 700;
}
.lwptoc_toggle, .lwptoc-baseItems .lwptoc_items {
    font-size: 100% !important;
}
.author__block {
	font-size: 14px;
	color: #777;
}
.author__block p {
	margin: 0;
}
.post__img img {
	max-width: 100%;
	height: auto;
}
.post__category span.cat__item {
    background: #fb4009;
    color: #fff;
    font-size: 14px;
    padding: 2px 10px;
    font-weight: 700;
    text-transform: uppercase;
}
.post__header {
	margin-bottom: 40px;
}
.extension {
	text-transform: uppercase;
	font-weight: 700;
}
.btn-download {
	background: #fff;
	font-size: 15px;
	color: #fb4009;
	border: 2px solid #fb4009;
	border-radius: 0;
	transition: 300ms ease;
}
.btn-download:hover {
	background: #000;
	color: #fff;
	border: 2px solid #000;
	border-radius: 0;
	text-decoration: none;
	transition: 300ms ease;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.files__download {
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0;
}
.file__item {
	margin-right: 10px;
}
input.wpcf7-form-control,
textarea.wpcf7-form-control {
    border: 1px solid #eee;
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 8px 15px;
    color: #777;
    font-size: 14px;
    width: 100%;
}
.feedback__wrapper {
	padding: 40px;
	background: rgba(0,0,0,.01);
}
ul.social__list {
	display: flex;
	margin: 30px 0;
}
ul.social__list li {
	padding: 15px;
}
/*=== POSTS ===*/





/*=== Category Teasers ===*/
.category__card {
	padding: 15px;
	margin-bottom: 40px;
}
.teaser__wrapper {
	/*border: 1px solid #f2f2f2;
	padding: 15px;*/
}
.category__card .teaser__img,
.post__thumb .teaser__img {
	position: relative;
	width: 100%;
	padding-top: 90%;
	background-size: cover !important;
	background-position: center center !important;
	border: 1px solid #f9f9f9;
}
/*.category__card .teaser__img:after,
.post__thumb .teaser__img:after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0,0,0,.1);
}*/
.category__card .teaser__title {
	font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.1;
    margin: 15px 0 0;
    position: relative;
}
.category__card .teaser__title:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: -10px;
	width: 25%;
	height: 2px;
	background: #ff471f;
	transition: 600ms ease;
}
.category__card .teaser__title:hover:after {
	width: 35%;
	transition: 300ms ease;
}
.category__card .teaser__title a {
	color: #223752;
}
.category__card .teaser__title a:hover {
	color: #ff471f;
	text-decoration: none;
}
.category__card .created {
	margin: 20px 0 0;
	font-size: 14px;
	color: #777;
}
/*=== Category Teasers ===*/




/*=== WOO ===*/
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: none !important;
    width: auto !important;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: 0;
    margin: 0;
    font-size: 1em;
    font-weight: 500;
}
/*=== WOO ===*/






/*=== FOOTER ===*/
footer.footer {
	background: #223752;
	padding: 80px 0 0;
	color: rgba(255,255,255,.6);
	margin-top: 40px;
}
.footer a {
	color: #fff;
	text-transform: none;
    font-weight: 400;
    padding: 0;
}
.footer a:hover,
.footer a:focus {
	color: rgba(255,255,255,.5);
	text-decoration: none;
}
.foot__block {
	margin-bottom: 40px;
}
.footer__title {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
}
ul#menu-footer-menu {
    margin-left: 20px;
}
ul#menu-footer-menu li {
	margin-bottom: 10px;
	list-style-type: square;
}
.copyright {
	background: #000;
	color: rgba(255,255,255,.4);
	font-size: 14px;
	padding: 15px 0;
}
.copyright a {
	color: rgba(255,255,255,.6);
}
.copyright a:hover {
	color: rgba(255,255,255,.8);
}
/*=== FOOTER ===*/



ul.post__gallery {
    list-style-type: none;
    margin: 20px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
ul.post__gallery img {
	border: 1px solid #eee;
	padding: 5px;
    box-shadow: 0 15px 15px rgba(0,0,0,.1);
    transition: 300ms;
}
ul.post__gallery a:hover img {
	box-shadow: 0 15px 25px rgba(0,0,0,.2);
	transition: 300ms;
}
ul.post__gallery li {
	display: flex;
	flex-direction: column;
	gap: 10px;
}




@media	(max-width: 1199px) {
	.navbar-nav {
	    margin-top: 20px;
	    text-align: center;
	}
}