/*!
Theme Name: imaika
Author: 
Version: 1.0.0

*/



/* Typography
--------------------------------------------- */


h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}


dfn,
cite,
em,
i {
	font-style: italic;
}



address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}


figure {
	margin: 1em 0;
}

table {
	width: 100%;
}


/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}




/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}


/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}




/* SZ STYLE BEGIN */

@media screen and (min-width: 1200px) {
	.card-params__col{
			max-width: 110px;
	}
}

.card-prices td{
	font-weight: bold;
}
.card-prices tr:first-child td{
	font-weight: normal;
}
.card-prices th{
	font-weight: normal;
}
.card-table th:first-child, .card-table td:first-child{
	font-weight: normal;
}

.card-sizes tr:first-child td:not(:first-child){
	font-weight: bold;
}

.textile-item__table tr:first-child td:not(:first-child){
	font-weight: bold;
	min-width: 36px;
}

.textile-item__table tr td:not(:first-child){
	text-align: center;
	padding: 5px 2px;
}


.cloth__img .img{
	margin: 0 auto;
}


/*слайдер на чем печатаем начало*/
/*
.swiper-slide:nth-child(2) .hero-print__item{
	    margin-left: auto;
    margin-right: auto;
}


.swiper-slide:nth-child(1) .hero-print__item .img {
  left: -5em;
  bottom: -3em;
  max-height: calc(100% + 6em);
}

@media screen and (max-width: 767px) {
  .swiper-slide:nth-child(1) .hero-print__item .img {
    left: -2em;
  }
}

.swiper-slide:nth-child(2) .hero-print__item {
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide:nth-child(2) .hero-print__item .img {
  left: -4em;
  bottom: 0;
}

.home .swiper-slide:nth-child(3) .hero-print__item, .swiper-slide:nth-child(3) .hero-print__item {
  margin-left: auto;
}

.home .swiper-slide:nth-child(3) .hero-print__item .img {
  left: -10em;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .home .swiper-slide:nth-child(3) .hero-print__item .img {
    left: -11em;
  }
}

.swiper-slide:nth-child(3) .hero-print__item .img {
  left: -1em;
  bottom: 0;
}

.swiper-slide:nth-child(3) .hero-print__item .hero-print__title {
  min-width: 300px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .swiper-slide:nth-child(3) .hero-print__item .img {
    left: -2em;
  }
  .swiper-slide:nth-child(3) .hero-print__item .hero-print__title {
    min-width: 245px;
  }
}*/
/*слайдер на чем печатаем конец*/




/* opt page begin */
.cloth-pricing  td{
	font-weight: bold;
}
.cloth-pricing  tr:first-child td,
.cloth-pricing  td:first-child{
	font-weight: normal;
}
.cloth-pricing  .cloth-hidden{
	padding: 30px 35px 25px;
}

/* opt page end */


.single-method .contacts{
	margin-top: 0;
}


/*Guttenberg*/

.article-header .txt-1 p{
	margin-bottom: 20px;
}
.article-header .txt-1 p:last-child{
	margin-bottom: 0px;
}

.single-post .article h2,
.single-post .article p{
	margin-bottom: 24px;
}

.single-post .wp-block-quote p{
	color: #000;
	max-width: 100%;
	margin-bottom: 0;
}

blockquote.wp-block-quote {
    margin-bottom: 40px;
}

.single-post .article-slider-wrap img{
	height: 100%;
}
.wp-block-embed__wrapper{
	    overflow: hidden;
    position: relative;
    padding-top: 56%;
    margin: 44px 0;
}
.wp-block-embed iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.single-post .article ul,
.single-post .article ol{
	margin-bottom: 25px;
}


.more-btn{
	flex: 0 0 100%;
	max-width: 100%;
}



/* CF7 begin   */
.attach{
	position: relative;
}
.file{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
}






.reviews-form_studio-select,
.reviews-form-imja,
.reviews-form-data,
.reviews-form_comment,
.reviews-form_file,
.reviews-form-ocenka,
.reviews-form-text,
.reviews-form-tel,
.reviews-form-email{
	padding: 0!important;
	border: none!important;
}
.reviews-form-imja,
.reviews-form-tel{
	margin-right: 2%!important;
}
.reviews-form_studio-select .acf-label{
	display: none !important;
}
.input{
	padding: 15px !important;
}
#reviews-form_comment textarea{
	resize: none;
}

.attachment .button{
	margin: 0!important;
}

.reviews-form_file label.acf-basic-uploader {
    width: 100%;
}

.reviews-form_file .acf-basic-uploader{
	margin-bottom: 0;
}

.reviews-form-ocenka li{
	margin-right: 0!important;
}



.reviews-form-ocenka .selected{
	z-index: 1;
    border: 2px solid #f16522!important;
}


.fullcontent{
	display: none;
}

.acf-form-submit .button{
	background: #fff;
}
@media screen and (max-width: 575px) {
	.reviews-form_studio-select,
	.reviews-form-imja,
	.reviews-form-data,
	.reviews-form_comment,
	.reviews-form_file,
	.reviews-form-ocenka li,
	.reviews-form-text,
	.reviews-form-tel,
	.reviews-form-email{
		width: 100% !important;
	}
}
.testimonials{
	padding-top: 30px;
}
.testimonials-filters{
	margin-top: 30px;
}

.testimonials-filters .facetwp-checkbox {
    font-size: 14px;
    color: #000;
    position: relative;
    padding-left: 40px;
    margin-bottom: 6px;
    background-position: 0 0;
}

.testimonials-filters .facetwp-checkbox:before{
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
  background: #fff;
  left: -1px;
  top: -2px;
  border-radius: 3px;
  border: 2px solid rgba(0, 0, 0, 0.08);
  z-index: 2;
}
.testimonials-filters .facetwp-checkbox.checked:after{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
  background: #f16522;
  left: 4px;
  top: 3px;
  border-radius: 3px;
  z-index: 4;
}
.testimonials-filters .facetwp-counter{
	color: #737373;
}
.testimonials-filters .facetwp-facet {
    margin-bottom: 36px;
}

.testimonials_reset{
	color: #f16522;
	border-bottom: 1px dashed #f16522;
	transition: all 0.25s;
	    font-weight: 600;
}
.testimonials_reset:hover{
	border-bottom: none;
}

.testimonials-sidebar__section-rev{
	padding: 20px 8px!important;
}

.testimonials-sidebar__section-rev .widget__goog-rev{
	background: #fff;
	border-radius: 8px;
	margin-bottom: 10px;
	display: block;
}

.postid-535 .effects .more-btn{
	display: none;
}

.contacts__subcol-full-width{
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
}
/* SZ STYLE END */



.testimonials-item__avatar .img {
    max-height: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.section.article figure.wp-block-gallery-1.wp-block-gallery{
    justify-content: center;
}

@media(max-width: 800px){
	.constructor .textTab{
		padding-top: 10px;
		overflow: visible;
		box-shadow: 0 0 38px rgba(0, 0, 0, .1);
	}
}