/*
Theme Name: itfit
Author: <a href="http://rursul.ru">Roman Mihailovich</a>
Description: base wp theme
Version: 1.0
*/

.screen-reader-response,
form .wpcf7-response-output,
form .wpcf7-not-valid-tip,
form .wpcf7-mail-sent-ok {
  display: none !important;
}
form .wpcf7-not-valid:not(.wpcf7-checkbox) {
  border-color: transparent !important;
  box-shadow: inset 0 0 0 1px #c00 !important;
}

/*
.courses_list .course-heading {
  display: flex;
  align-items: center;
  padding-bottom: 25px;
}

.courses_list .course-heading .rating {
  margin-right: 45px;
  padding-bottom: 0 !important;
}

.courses_list .course-heading .company_name {
  text-decoration: underline;
  font-weight: bold;
  font-size: 15px;
}
.df_category_title {
  flex-wrap: wrap;
}
.df_category_title__head {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.df_category_title__head .order {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.df_category_title__head .order  select, .filter-terms select {
  margin-bottom: 25px;
  min-width: 200px;
  width: auto;
  text-indent: 0;
  padding-right: 40px;
  padding-left: 30px;
}

.tb-not-found {
  font-weight: normal;
  font-size: 28px;
  margin-bottom: 35px;
  margin-top: 25px;
}
*/

.pager {
  margin-bottom: 35px;
}

.courses_list .item.sticky {
  position: relative;
  overflow: hidden;
}

.courses_list .item.sticky .badge {
  position: absolute;
  transform: rotate(45deg) translate(-65px, 14px);
  transform-origin: center;
  top: auto;
  left: 0;
  bottom: 131px;
  background-color: #00afca;
  padding: 20px;
  width: 200px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}

.courses_list .item.sticky .bottom {
  background-color: #fff;
  position: relative;
  z-index: 30;
}

.courses_list .item .bottom .city {
  margin-top: 20px;
  display: block;
  font-weight: bold;
}

.courses_list .course-heading .rating {
  min-width: 140px;
}

#mc-container {
	margin-top: 30px;
}

.related-products {
	margin-top: 50px;
}
.terms-links a {
    display: inline-block;
    background: #fff;
    line-height: 20px;
    padding: 0 10px;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    border-radius: 3px;
    margin: 5px 10px 5px 0;    
}
.related-products.df {
	align-items: center;	
}
.related-products > .title {
	font-weight: 700;
    font-size: 14px;
    padding-right: 15px;
}
.related-products.section2 > .title {
	font-size: 18px;
	margin-bottom: 30px;
}
.related-products.section2 .articles .item .bg:before {
	display: none;
}
.related-products.section2 .articles .item .more {
	padding-left: 0;
}
.filter-terms {
	padding: 30px 0 5px 0;
	align-items: center;
}
.filter-terms select {
	padding: 0 15px;
}
.filter-terms .title {
	font-weight: 700;
	padding: 15px 30px 15px 0;	
	margin-bottom: 25px;
}
.article_recipe {
	display: flex;	
}
.article_recipe article {
	width: 60%;
	min-width: 60%;
	padding-right: 30px;
}
.article_recipe .slider-recipe_block {
	width: 40%;
	overflow: hidden;
}
.slider-recipe-nav {
	padding-top: 15px;
	margin: 0 -15px;
}
.slider-recipe-nav button {
	display: none !important;
}
.slider-recipe-nav .slide_b {
	padding: 0 7px;
}
.article_recipe img, .product_bg img {
	max-width: 100%;
	height: auto;
}
.article_recipe .slider-recipe_block img {
	border: 1px solid #ccc;
}
.additionals, .additionals * {
	box-sizing: border-box;
}
.additionals {
	padding: 30px 0;
	margin: 50px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
.additionals .block {
	width: 50%;
	padding-right: 50px;
	max-width: 400px;
	float: left;
}
.additionals .title-block, .title-recipes {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 800;
    padding-bottom: 20px;
    line-height: 1.3em;
}
.title-recipes {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.additionals dl {
	overflow: hidden;    
}
.additionals dt, .additionals dd {
    padding: 10px;
    background: #f90;
    width: 60%;
    float: left;
	color: #fff;
}
.additionals dt a, .additionals dd a {
	color: #fff;
}
.additionals dd {
	width: 40%;
	padding-left: 15px;
	border-left: 1px solid #eee;	
	font-weight: 700;
}
.additionals dl dt:nth-of-type(2n), .additionals dl dd:nth-of-type(2n) {
	background: #089fb7;
}
.filter-recipes, .filter-recipes *, .articles_recipe, .articles_recipe * {
	box-sizing: border-box;
}
.filter-recipes {
	overflow: hidden;
	margin: 0 -15px 15px;
}
.filter-recipes .col {
	overflow: hidden;
	width: 50%;
	float: left;
	padding: 0 15px;
	margin-bottom: 15px;
}
.filter-links {
	display: flex;
	margin-bottom: 15px;
}
.filter-links a {
	display: block;
	padding: 15px 15px;
	background: #089fb7;
	color: #fff;
}
.filter-links a.active {
	background: #f90;
	color: #fff !important;
}
.filter-recipes input[type="text"] {
    background: #fff;
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    border: solid 1px #e5e5e5;
}
.filter-recipes form {
	position: relative;	
	height: 50px;
}
.filter-recipes .wpcf7-submit {
	position: absolute;	
	top: 1px;
	right: 1px;
	width: 50px;
	height: 48px;
	padding: 0;
	line-height: 50px;
}
.articles_recipe {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.articles_recipe .item {
	width: 50%;
	min-width: 50%;
	padding: 15px;
}
.articles_recipe .item-content {
	background: #fff;
	border: 1px solid #ddd;
}
.articles_recipe .item-top {
	background: #edf4f6;
	padding: 15px 15px;
	display: flex;
	align-items: center;
    justify-content: space-between;
}
.articles_recipe .item-top span {
	font-weight: 700;
	text-transform: uppercase;
}
.articles_recipe .item-top a {
	color: #01bddb;
}
.item-bottom {
	background: #edf4f6;
	text-transform: uppercase;
	padding: 15px 15px;
	font-weight: 700;
}
.item-bottom .title-block {
	font-size: 16px;
}
.item-bottom span {
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	margin-right: 10px;
	margin-top: 10px;
	background: #d9b4ec;
	background: #9cdee6;
	background: #e7f28e;
	background: #b3e795;
	background: #bbd3ff;
	background: #f0d688;
}
.item-center {
	display: flex;
	font-size: 16px;
}
.item-center dl {
	overflow: hidden;
}
.item-center dt, .item-center dd {
    padding: 10px 15px;
    background: #fff;
    width: 40%;
    float: left;
	color: #000;
}
.item-center dd {
	width: 60%;
	border-left: 1px solid #eee;
	font-weight: 700;
}
.item-center dl dt:nth-of-type(2n), .item-center dl dd:nth-of-type(2n) {
	background: #f6f6f6;
}
.item-center .img {
	width: 50%;	
	background-size: cover;
    background-repeat: no-repeat;
	min-width: 150px;
}
.articles_recipe + .pager {
	margin-top: 35px;
}

.article h2,
.article h3 {
    clear: both;
}


@media (min-width: 1100px) {
  .df_category_title {
    position: relative;
  }
  .df_category_title .right {
    position: absolute;
    top: 0;
    right: 0;
  }
}


@media (max-width: 1200px) {
	.filter-recipes .col {
		width: 100%;
	}
}
@media (max-width: 1023px) {
	.articles_recipe .item {
		width: 100%;
	}
}
@media (max-width: 768px) {
  .df_category_title__head .order select, .filter-terms select {
    width: 100%;
    margin-right: 0 !important;
  }
}

@media (max-width: 768px) {
	.filter-terms.df {
		display: block;
	}
}

@media (max-width: 767px) {
	.article_recipe {
		display: block;	
	}
	.article_recipe article {
		width: 100%;
	}
	.article_recipe .slider-recipe_block {
		margin-top: 50px;
		width: 100%;
	}
	.additionals .block {
		width: 100%;
		padding-right: 0;
	}
	.additionals .block + .block {
		margin-top: 50px;
	}
	.item-center {
		flex-wrap: wrap;
	}
	.item-center dl {
		border-top: 1px solid #f6f6f6;
	}
	.item-center .img {
	    min-width: 200px;
		min-height: 200px;
		margin: 0 auto;
	}
}


.courses_list .item .right_data .btn_wr a {
  font-size: 16px;
}

.df.df_order .btn_wr {
  width: auto;
}


#order .title {
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 10px;
  line-height: 1.3;
}

#order .sub-title {
  text-align: left;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.3;
}

#order .discount {
  text-align: left;
  font-weight: bold;
  margin-bottom: 20px;
}

