/* JT Recipes - CSS Stylesheet */

.jt-recipes .container {
    width: 80% !important;
    margin: 0 auto;
}

.jt-recipes article {
	margin: 0;
}

.jt-recipes .row {
    margin: 0;
	overflow: auto;
}

/* Recipe's Page - Style 1 */
.recipes-style-1 .recipe-image {
    position: relative;
}

.recipes-style-1 .recipe-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.recipes-style-1 .recipe-image .fa-play {
    position: absolute;
    top: 39%;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: block;
    width: 140px;
    font-size: 80px;
    background: rgba(70, 70, 70, 0.48);
    box-shadow: 0 0 10px #b9b9b9;
    padding: 30px 20px 30px 30px;
    color: rgba(255, 255, 255, 0.92);
    text-align: center;
    border-radius: 50%;
	transition: all .4s ease;
}

.recipes-style-1 div.html5video {
    position: absolute;
    top: 8%;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 50%;
}

.recipes-style-1 div.html5video video {
    width: 100%;
	height: auto;
}

.recipes-style-1 div.html5video .fa-close {
    position: absolute;
    top: 0;
    left: -60px;
    background: rgba(95, 95, 95, 0.15);
    padding: 14px 18px;
    font-size: 30px;
    color: #fff;
	transition: all .4s ease;
}

.recipes-style-1 div.html5video i:hover {
	color: #ea4354;
	transition: all .4s ease;
}

.recipes-style-1 div.html5video iframe {
	margin-top: 30px;
	width: 640px;
	height: 410px;
}

.recipes-style-1 video::-webkit-media-controls {
    overflow: hidden !important
}

.recipes-style-1 video::-webkit-media-controls-enclosure {
    width: calc(100% + 32px);
    margin-left: auto;
}

.recipes-style-1 .container-row {
    background: #fff;
    padding: 20px 0;
	border-bottom: 1px solid #f0f0f0;
    color: #484848;
}

.recipes-style-1 .container-row .container {
	overflow: auto;
}

.recipes-style-1 .container-row p {
	float: left;
    margin: 0;
}

.recipes-style-1 .container-row .recipe-tools {
    float: right;
}

.recipes-style-1 .container-row span {
    padding: 0 30px 0 0;
}

.recipes-style-1 .container-row span i {
    padding: 0 10px 0 0;
    color: #626262;
}

.recipes-style-1 .container-row .fa-circle-o {
    color: #e2e2e2;
	padding: 0 5px 0 0 !important;
}

.recipes-style-1 .container-row .filled1 {
    color: #5dcb56;
	padding: 0 5px 0 0 !important;
}

.recipes-style-1 .container-row .filled2 {
    color: #9fcb56;
	padding: 0 5px 0 0 !important;
}

.recipes-style-1 .container-row .filled3 {
    color: #eff050;
}

.recipes-style-1 .container-row .filled4 {
    color: #fb7824;
}

.recipes-style-1 .container-row .filled5 {
    color: #fb2424;
}

.recipes-style-1 .recipe-title {
    text-align: center;
    margin: 60px 0 10px;
    font-size: 30px;
    color: #484848;
}

.recipes-style-1 .recipe-short-info {
	text-align: center;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 80px;
	color: #888;
}

.recipes-style-1 .ingredients-box {
    background: #fff;
    border: 1px solid #f5f5f5;
    padding: 0 30px 10px !important;
}

.recipes-style-1 .ingredients-box h3 {
    padding: 15px 30px;
    margin: 0 -30px 20px;
    border-bottom: 1px solid #f5f5f5;
    font-size: 18px;
    background: #fbfbfb;
}

.recipes-style-1 .ingredients-box p {
    padding: 5px 0;
    margin: 0;
    color: #585858;
    transition: all .4s ease;
}

.recipes-style-1 .ingredients-box input[type="checkbox"] {
    margin: 0 15px 0 0;
}

.recipes-style-1 .col-md-4 {
	padding: 0;
}

.recipes-style-1 .col-md-8 {
    padding: 0 0 0 30px;
	box-sizing: border-box;
}

.recipes-style-1 .directions-box {
    background: #fff;
    border: 1px solid #f5f5f5;
    padding: 0 30px 10px !important;
}

.recipes-style-1 .directions-box h3 {
    padding: 15px 30px;
    margin: 0 -30px 20px;
    border-bottom: 1px solid #f5f5f5;
    font-size: 18px;
    background: #fbfbfb;
}

.recipes-style-1 .directions-box .step {
    padding: 30px 0;
    border-bottom: 1px dotted #f0f0f0;
	margin: 0;
    transition: all .4s ease;
}

.recipes-style-1 .directions-box .step:last-child {
	border: 0;
}

.recipes-style-1 .directions-box .step input {
    float: right;
    margin: 5px 0 0 0;
}

.recipes-style-1 .directions-box .step .step-title {
    display: block;
    padding: 0 0 10px;
    font-size: 15px;
    text-transform: uppercase;
    color: #ec2b57;
}

.recipes-style-1 .ingredients-box .selected,
.recipes-style-1 .directions-box .selected,
.recipes-style-1 .directions-box .selected .step-title {
    color: #cbcbcb !important;
    transition: all .4s ease;
}

.recipes-style-1 .directions-box .recipe-times {
    float: right;
    font-size: 13px;
    padding: 3px 0 0;
    color: #f06657;
}


.recipes-style-1 .directions-box .recipe-times .separator .time-title {
    border: 0;
    padding-left: 0;
}

.recipes-style-1 .directions-box .recipe-times span .time-title {
    padding-right: 5px;
    padding-left: 15px;
	margin-left: 17px;
    color: #888;
    border-left: 1px solid #000;
}

.recipes-style-1 .recipe-tips {
    background: #ea4354;
    margin: 30px 0 0;
    padding: 20px 30px 25px;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
}

.recipes-style-1 .recipe-tips h3 {
	font-size: 18px;
    padding: 0 0 20px;
    margin: 0 0 20px;
    color: #fff;
    position: relative;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}

.recipes-style-1 .recipe-tips h3:after {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.85);
    width: 8px;
    height: 8px;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(45deg);
}

.recipes-style-1 .recipe-gallery {
    background: #fff;
    padding: 20px;
    margin: 30px 0;
    border: 1px solid #f5f5f5;
    text-align: center;
}

.recipes-style-1 .recipe-gallery img {
    display: inline-block;
    width: 125px;
    height: 100px;
    object-fit: cover;
    padding: 0 2px;
}

.recipes-style-1 .recipe-gallery .title {
    margin: -30px 0 30px;
    padding: 25px 30px 15px;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px dotted #f0f0f0;
    position: relative;
}

.recipes-style-1 .recipe-gallery .title:after {
    position: absolute;
    content: '';
    background: #ea4354;
    width: 8px;
    height: 8px;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(45deg);
}

.recipes-style-1 .nutrition-facts {
    background: #fff;
    padding: 20px;
    margin: 30px 0;
    border: 1px solid #f5f5f5;
}

.recipes-style-1 .nutrition-facts .row > * {
	padding: 0 8px 0 0;
	margin: 0 11px 0 0;
	box-sizing: content-box;
	border-right: 1px dotted #f0f0f0;
	font-size: 13px;
}

.recipes-style-1 .nutrition-facts .row > *:last-child {
	border: 0;
}

.recipes-style-1 .nutrition-facts h3 {
    margin: 0 0 30px;
    font-size: 18px;
    position: relative;
}

.recipes-style-1 .nutrition-facts h3:after {
    position: absolute;
    content: '';
    background: #ea4354;
    width: 40px;
    height: 2px;
    bottom: -10px;
    left: 0;
}

.recipes-style-1 .nutrition-facts h3 span {
    font-size: 13px;
    padding-left: 10px;
    vertical-align: middle;
    color: #999;
}

.recipes-style-1 .nutrition-facts p {
	color: #ea4354;
}

.recipes-style-1 .recipe-source {
    background: #fff;
    padding: 20px 20px 10px;
    margin: 30px 0 0;
    border: 1px solid #f5f5f5;
    text-align: center;
}

.recipes-style-1 .recipe-source a {
    color: #ea4354;
}
.recipes-style-1 .diet-health-info {
	background: #fff;
	padding: 20px 20px 10px;
	margin: 0 0 30px;
	border: 1px solid #f5f5f5;
}
.recipes-style-1 .diet-health-info i {
    width: 20px;
    color: #ea4354;
}
.recipes-style-1 .main-ingredient,
.recipes-style-1 .recipe-cuisine {
	font-size: 13px !important;
	overflow: auto;
}
.recipes-style-1 .label-title {
	color: #787878;
	font-style: italic;
}
.recipes-style-1 .label-value {
	padding-left: 10px;
}
.recipes-style-1 .recipe-diet-health span {
    display:  inline-block;
    font-size:  12px;
    margin:  0 5px 4px 0;
    padding:  0 2px 0 0;
}
.recipes-style-1 .recipe-diet-health span:after {
    content: '\2022';
    margin: 0 0 0 10px;
    color: #ccc;
}
.recipes-style-1 .recipe-diet-health span:last-child:after {
    display: none;
}
.recipes-style-1 .recipe-diet-health span:nth-child(5) {
    margin-left: 33px;
}
.recipes-style-1 .ideal-for-diabetics {
    position: absolute;
    bottom: 70px;
    background: #9fcc55;
    color: #fff;
    padding: 10px 40px;
    font-size: 13px;
}
.recipes-style-1 .ideal-for-vegetarians {
    position: absolute;
    bottom: 28px;
    background: #484848;
    color: #fff;
    padding: 10px 40px;
    font-size: 13px;
}
.recipes-style-1 .rating-value {
    position:  absolute;
    bottom: 112px;
    left: 0;
    background:  #f7f6f6;
    padding: 8px 40px;
}
.recipes-style-1 .rating-value i {
    padding: 0 8px 0 0;
    color: #eb4353;
}



/* Page Style 2 */
.recipes-style-2 .recipe-image img {
    width: 100%;
    height: 300px;
	object-fit: cover;
}
.recipes-style-2 .recipe-top-info {
    margin: 30px 0;
    background: #fff;
    border: 1px solid #f5f5f5;
}

.recipes-style-2 .recipe-top-info > * {
    padding: 0;
}

.recipes-style-2 .recipe-info {
    padding: 20px;
    text-align: center;
}


.recipes-style-2 .recipe-title {
    text-align: center;
    margin: 20px 0 10px;
    font-size: 30px;
    color: #484848;
}

.recipes-style-2 .recipe-short-info {
	text-align: center;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 35px;
	color: #888;
}

.recipes-style-2 .recipe-info p {
    margin: 0;
}

.recipes-style-2 .recipe-info span {
    padding: 0 25px 0 0;
}

.recipes-style-2 .recipe-info p span:last-child {
    padding: 0;
}

.recipes-style-2 .recipe-info span i {
    padding: 0 10px 0 0;
    color: #626262;
}

.recipes-style-2 .recipe-info .fa-circle-o {
    color: #e2e2e2;
	padding: 0 5px 0 0 !important;
}

.recipes-style-2 .recipe-info .filled1 {
    color: #5dcb56;
	padding: 0 5px 0 0 !important;
}

.recipes-style-2 .recipe-info .filled2 {
    color: #9fcb56;
	padding: 0 5px 0 0 !important;
}

.recipes-style-2 .recipe-info .filled3 {
    color: #eff050;
}

.recipes-style-2 .recipe-info .filled4 {
    color: #fb7824;
}

.recipes-style-2 .recipe-info .filled5 {
    color: #fb2424;
}

.recipes-style-2 .recipe-info .recipe-tools {
    background: #fbfbfb;
    border: 1px solid #f5f5f5;
    width: 60%;
    margin: 0 auto;
    padding: 10px 0;
}

.recipes-style-2 .recipe-basic-info .col-md-8 {
    padding: 20px;
    background: #fff;
    border: 1px solid #f5f5f5;
}

.recipes-style-2 .recipe-basic-info .uk-tab {
    text-align: center;
    border-bottom: 1px solid #f0f0f0
}

.recipes-style-2 .recipe-basic-info .uk-tab li {
    display: inline-block;
    float: none;
}

.recipes-style-2 .recipe-basic-info .uk-tab li a {
    color: #484848;
    background: #fff;
    border: 0;
}

.recipes-style-2 .recipe-basic-info .uk-tab li.uk-active a {
    position: relative;
    border: 0;
    border-bottom: 1px solid #f0f0f0;
}

.recipes-style-2 .recipe-basic-info .uk-tab li.uk-active a:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 3px;
    background: #ea4354;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.recipes-style-2 .recipe-basic-info
 .col-md-4 {
    padding: 0 0 0 30px;
}

.recipes-style-2 .recipe-times {
    background: #565353;
    display: block;
    padding: 10px 15px;
    font-size: 13px;
    color: #fff;
	text-align: center;
}

.recipes-style-2 .recipe-tips {
    background: #ea4354;
    margin: 30px 0 0;
    padding: 20px 30px 25px;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
}

.recipes-style-2 .recipe-tips h3 {
	font-size: 18px;
    padding: 0 0 20px;
    margin: 0 0 20px;
    color: #fff;
    position: relative;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}

.recipes-style-2 .recipe-tips h3:after {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.85);
    width: 8px;
    height: 8px;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(45deg);
}

.recipes-style-2 .recipe-gallery {
    background: #fff;
    padding: 20px;
    margin: 30px 0;
    border: 1px solid #f5f5f5;
    text-align: center;
}

.recipes-style-2 .recipe-gallery img {
    display: inline-block;
    width: 69px;
    height: 70px;
    object-fit: cover;
    padding: 0 2px 4px;
}

.recipes-style-2 .recipe-gallery .title {
    margin: -30px 0 30px;
    padding: 25px 30px 15px;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px dotted #f0f0f0;
    position: relative;
}

.recipes-style-2 .recipe-gallery .title:after {
    position: absolute;
    content: '';
    background: #ea4354;
    width: 8px;
    height: 8px;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(45deg);
}

.recipes-style-2 .selected,
.recipes-style-2 .selected,
.recipes-style-2 .selected .step-title {
    color: #cbcbcb !important;
    transition: all .4s ease;
}

.recipes-style-2 .recipe-times .separator {
    padding-right: 30px;
}

.recipes-style-2 .ingredient input[type="checkbox"] {
    margin: 5px 20px 0 0;
}

.recipes-style-2 .ingredient input[type="checkbox"] {
    margin: 5px 20px 0 0;
}

.recipes-style-2 .step {
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px dotted #eee;
}

.recipes-style-2 .step:last-child {
	border: 0;
}

.recipes-style-2 .step .step-title {
    font-size: 18px;
    display: block;
    margin: 0 0 10px;
    color: #ea4354;
}

.recipes-style-2 .step input[type="checkbox"] {
    float: right;
    margin: 10px 0 0;
}

.recipes-style-2 .nutritions span {
    display: block;
    text-align: center;
    margin: 30px 0 40px;
    font-size: 15px;
    font-style: italic;
}

.recipes-style-2 .nutritions p {
    display: inline-block;
    width: 90%;
    padding: 0 10px 10px;
    margin: 0 0 10px;
    font-weight: bold;
}

.recipes-style-2 iframe {
	width: 100%;
	height: auto;
}
.recipes-style-2 video {
    width: 100%;
    height: auto;
}

.recipes-style-2 video::-webkit-media-controls {
    overflow: hidden !important
}

.recipes-style-2 video::-webkit-media-controls-enclosure {
    width: calc(100% + 32px);
    margin-left: auto;
}

.recipes-style-2 .recipe-source {
    background: #fff;
    padding: 20px 20px 10px;
    margin: 0 0 30px;
    border: 1px solid #f5f5f5;
    text-align: center;
}

.recipes-style-2 .recipe-source a {
    color: #ea4354;
}
.recipes-style-2 .diet-health-info {
	background: #fff;
	padding: 20px 20px 10px;
	margin: 30px 0 0;
	border: 1px solid #f5f5f5;
}
.recipes-style-2 .diet-health-info i {
    width: 20px;
    color: #ea4354;
}
.recipes-style-2 .main-ingredient,
.recipes-style-2 .recipe-cuisine {
	font-size: 13px !important;
	overflow: auto;
}
.recipes-style-2 .label-title {
	color: #787878;
	font-style: italic;
}
.recipes-style-2 .label-value {
	padding-left: 10px;
}
.recipes-style-2 .recipe-diet-health span {
    display:  inline-block;
    font-size:  12px;
    margin:  0 5px 4px 0;
    padding:  0 2px 0 0;
}
.recipes-style-2 .recipe-diet-health span:after {
    content: '\2022';
    margin: 0 0 0 10px;
    color: #ccc;
}
.recipes-style-2 .recipe-diet-health span:last-child:after {
    display: none;
}
.recipes-style-2 .recipe-diet-health span:nth-child(5) {
    margin-left: 33px;
}
.recipes-style-2 .ideal-for-diabetics {
    position: absolute;
    bottom: 60px;
    background: #9fcc55;
    color: #fff;
    padding: 10px 40px;
    font-size: 13px;
}
.recipes-style-2 .ideal-for-vegetarians {
    position: absolute;
    bottom: 18px;
    background: #484848;
    color: #fff;
    padding: 10px 40px;
    font-size: 13px;
}
.recipes-style-2 .rating-value {
    position:  absolute;
    bottom: 18px;
    right: 0;
    background:  #f7f6f6;
    padding: 8px 40px;
}
.recipes-style-2 .rating-value i {
    padding: 0 8px 0 0;
    color: #eb4353;
}



/* Page Style 3 */
.recipes-style-3 {
    margin: 50px 0 30px;
}
.recipes-style-3 .container {
    /* padding: 0; */
}
.recipes-style-3 .row {
    background: #fff;
    margin: 0 0 30px;
}
.recipes-style-3 .col-md-8 {
    padding: 0;
}
.recipes-style-3 .col-md-4 {
    padding: 0 20px;
}
.recipes-style-3 .recipe-image img {
    width: 100%;
    height: 460px;
    object-fit: cover;
}
.recipes-style-3 .recipe-title {
    font-size: 22px;
}
.recipes-style-3 .recipe-short-info {
    border-top: 1px solid #eee;
    padding: 10px 0 0;
    margin: 0 0 35px;
    font-size: 14px;
}
.recipes-style-3 .main-ingredient,
.recipes-style-3 .recipe-cuisine {
	font-size: 12px !important;
	overflow: auto;
}
.recipes-style-3 .label-title {
	color: #787878;
	font-style: italic;
}
.recipes-style-3 .label-value {
	padding-left: 10px;
}
.recipes-style-3 p.recipe-info > * {
    display: block;
    padding: 0 0 6px;
    margin: 0 0 6px;
    font-size: 14px;
    border-bottom: 1px dotted #f0f0f0;
}
.recipes-style-3 p.recipe-info > *:last-child {
    border: 0;
}
.recipes-style-3 p.recipe-info i {
    width: 30px;
    color: #ea4354;
}
.recipes-style-3 .recipe-tools {
    margin: 15px 0 0;
    padding:  15px 0 0;
    font-size: 13px;
    text-align:  center;
    border-top:  1px solid #eee;
}
.recipes-style-3 .recipe-tools > * {
    padding: 0 15px 0 0;
}
.recipes-style-3 .recipe-tools .views i {
    color: #888;
    padding: 0 8px 0 0;
}
.recipes-style-3 .recipe-tools .share i {
    color: #888;
    padding: 0 6px;
    transition: all .4s ease;
}
.recipes-style-3 .recipe-tools .print i {
    color: #888;
    transition: all .4s ease;
}
.recipes-style-3 .recipe-tools .print i:hover,
.recipes-style-3 .recipe-tools .share i:hover {
    color: #ea4354;
    transition: all .4s ease;
}
.recipes-style-3 .directions-box {
	padding: 20px;
}
.recipes-style-3 .directions-box h3 {
	position: relative;
	padding: 0 0 5px;
	margin: 0 0 8px;
	border-bottom: 1px solid #f0f0f0;
}
.recipes-style-3 .directions-box h3:after {
	position: absolute;
	content: '';
	background: #ea4354;
	width: 83px;
	height: 1px;
	bottom: -1px;
	left: 0;
}
.recipes-style-3 .directions-box p {
	font-size: 14px;
}
.recipes-style-3 .directions-box .step {
    padding: 15px 0;
    border-bottom: 1px dotted #f0f0f0;
    margin: 0;
    transition: all .4s ease;
}
.recipes-style-3 .directions-box .step:last-child {
	border: 0;
}
.recipes-style-3 .directions-box .step input {
    float: right;
    margin: 5px 0 0 0;
}
.recipes-style-3 .directions-box .step .step-title {
    display: block;
    padding: 0 0 10px;
    font-size: 15px;
    text-transform: uppercase;
    color: #ec2b57;
}
.recipes-style-3 .ingredients-box h3 {
	position: relative;
	padding: 0 0 5px;
	margin: 0 0 8px;
	border-bottom: 1px solid #f0f0f0;
}
.recipes-style-3 .ingredients-box h3:after {
	position: absolute;
	content: '';
	background: #ea4354;
	width: 83px;
	height: 1px;
	bottom: -1px;
	left: 0;
}
.recipes-style-3 .ingredients-box .selected,
.recipes-style-3 .directions-box .selected,
.recipes-style-3 .directions-box .selected .step-title {
    color: #cbcbcb !important;
    transition: all .4s ease;
}
.recipes-style-3 .ingredients-box p {
	font-size: 14px;
    padding: 5px 0;
    margin: 0;
    color: #585858;
    transition: all .4s ease;
}
.recipes-style-3 .ingredients-box input[type="checkbox"] {
    margin: 0 15px 0 0;
}
.recipes-style-3 .recipe-times {
    display:  block;
    padding: 20px 0 12px;
    margin: 0 0 15px;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
}
.recipes-style-3 .recipe-times .separator {
    display: inline-block;
    width: 50%;
}
.recipes-style-3 .recipe-times span:last-child {
    display: inline-block;
    width: 50%;
    text-align: right;
}
.recipes-style-3 .recipe-times .separator span {
    width: auto;
    text-align: left;
}
.recipes-style-3 .recipe-times .time-title {
    color: #686868;
}
.recipes-style-3 .recipe-basic-info .col-md-4 {
    border-right: 1px solid #f0f0f0;
}
.recipes-style-3 .recipe-basic-info .col-md-8 {
    border-left: 1px solid #f0f0f0;
    margin-left: -1px;
}
.recipes-style-3 .recipe-info .fa-circle-o {
    color: #e2e2e2;
    width: auto;
    padding: 0 7px 0 0 !important;
}
.recipes-style-3 .recipe-info .filled1 {
    color: #5dcb56;
    width: auto;
    padding: 0 7px 0 0 !important;
}
.recipes-style-3 .recipe-info .filled2 {
    color: #9fcb56;
    width: auto;
    padding: 0 7px 0 0 !important;
}
.recipes-style-3 .recipe-info .filled3 {
    color: #eff050;
    width: auto;
    padding: 0 7px 0 0 !important;
}
.recipes-style-3 .recipe-info .filled4 {
    color: #fb7824;
    width: auto;
    padding: 0 7px 0 0 !important;
}
.recipes-style-3 .recipe-info .filled5 {
    color: #fb2424;
    width: auto;
    padding: 0 7px 0 0 !important;
}
.recipes-style-3 .recipe-tips h3 {
	position: relative;
    font-size: 16.4px;
	padding: 0 0 5px;
	margin: 0 0 8px;
	border-bottom: 1px solid #f0f0f0;
}
.recipes-style-3 .recipe-tips h3:after {
	position: absolute;
	content: '';
	background: #ea4354;
	width: 60px;
	height: 1px;
	bottom: -1px;
	left: 0;
}
.recipes-style-3 .nutritions h3 {
	position: relative;
	padding: 0 0 5px;
	margin: 0 0 8px;
	border-bottom: 1px solid #f0f0f0;
}
.recipes-style-3 .nutritions h3:after {
	position: absolute;
	content: '';
	background: #ea4354;
	width: 90px;
	height: 1px;
	bottom: -1px;
	left: 0;
}
.recipes-style-3 .recipe-gallery h3 {
	position: relative;
	padding: 0 0 5px;
	margin: 0 0 8px;
	border-bottom: 1px solid #f0f0f0;
}
.recipes-style-3 .recipe-gallery h3:after {
	position: absolute;
	content: '';
	background: #ea4354;
	width: 85px;
	height: 1px;
	bottom: -1px;
	left: 0;
}
.recipes-style-3 .recipe-tips {
    margin: 35px 0;
    font-size: 14px;
}
.recipes-style-3 .nutritions {
    font-size: 14px;
	padding-bottom: 20px;
}
.recipes-style-3 .nutritions span {
    font-size: 13px;
    font-style: italic;
    display: block;
    margin: 0 0 10px;
}
.recipes-style-3 .nutritions p {
    display: inline-block;
    width: 82%;
    color: #888;
}
.recipes-style-3 .recipe-gallery {
    padding:  20px;
}
.recipes-style-3 .recipe-gallery a {
    margin: 0 5px 5px 0;
    display: inline-block;
}
.recipes-style-3 .recipe-gallery img {
    width: 126px;
    height: 90px;
    object-fit: cover;
}
.recipes-style-3 .more-recipes {
    margin: 0 !important;
}
.recipes-style-3 .recipe-diet-health span {
    display:  inline-block;
    font-size:  12px;
    margin:  0 5px 4px 0;
    padding:  0 2px 0 0;
}
.recipes-style-3 .recipe-diet-health span:after {
    content: '\2022';
    margin: 0 0 0 10px;
    color: #ccc;
}
.recipes-style-3 .recipe-diet-health span:last-child:after {
    display: none;
}
.recipes-style-3 .recipe-diet-health span:nth-child(5) {
    margin-left: 33px;
}
.recipes-style-3 .ideal-for-diabetics {
    position: absolute;
    bottom: 70px;
    background: #9fcc55;
    color: #fff;
    padding: 10px 40px;
    font-size: 13px;
}
.recipes-style-3 .ideal-for-vegetarians {
    position: absolute;
    bottom: 28px;
    background: #484848;
    color: #fff;
    padding: 10px 40px;
    font-size: 13px;
}
.recipes-style-3 .rating-value {
    position:  absolute;
    bottom: 28px;
    right: 0;
    background:  #f7f6f6;
    padding: 8px 40px;
}
.recipes-style-3 .rating-value i {
    padding: 0 8px 0 0;
    color: #eb4353;
}



/* More Recipes - Slideset 4 Columns */

.jt-recipes .slideset-4-cols ul {
    margin: 0;
}

.jt-recipes .slideset-4-cols ul > * {
	position: relative;
    padding: 0 4px;
}

.jt-recipes .slideset-4-cols img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.jt-recipes .slideset-4-cols figcaption {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.95) 100%); 
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%); 
}

.jt-recipes .slideset-4-cols figcaption h3 {
    margin: 0;
    font-size: 16px;
}

.jt-recipes .slideset-4-cols .uk-slidenav {
    color: #fff;
}

.jt-recipes .more-recipes {
    background: #fff;
    padding: 30px;
    border: 1px solid #f5f5f5;
    margin: 30px 0;
}

.jt-recipes .more-recipes .title {
    margin: -30px 0 30px;
    padding: 25px 30px 15px;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px dotted #f0f0f0;
    position: relative;
}

.jt-recipes .more-recipes .title:after {
    position: absolute;
    content: '';
    background: #ea4354;
    width: 8px;
    height: 8px;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(45deg);
}

.jt-recipes .more-recipes .recipe-category {
    position: absolute;
    top: 30px;
    background: #ea4354;
    font-size: 13px;
    padding: 5px 15px;
    color: #fff;
}



/* Comments */
.jt-recipes #comments {
    background: #fff;
    padding: 30px;
    border: 1px solid #f5f5f5;
    margin: 0 0 50px;
}

.jt-recipes #comments h3 {
    background: #fbfbfb;
    padding: 15px 30px;
    margin: -30px -30px 30px;
    font-size: 18px;
    border-bottom: 1px solid #f5f5f5;
}

.jt-recipes #comments a {
    color: #ea4354;
}

.jt-recipes #comments textarea {
    outline: none;
    border: 1px solid #f5f5f5;
    background: #fbfbfb;
    padding: 10px;
}

.jt-recipes #comments .submit {
    background: #ea4354;
    padding: 12px 24px;
    font-size: 13px;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    border: 0;
    border-radius: 50px;
    transition: all .4s ease;
}

.jt-recipes #comments .submit:hover {
    background: #444444;
    transition: all .4s ease;
}

.jt-recipes #comments label {
    width: 100px;
}

.jt-recipes #comments input {
    background: #f9f9f9;
    border: 1px solid #f0f0f0;
    outline: none;
    padding-left: 6px;
}

.jt-recipes #comments .form-submit {
    margin: 30px 0 0;
}


.jt-recipes form .stars {
  background: url("../images/rating-icon.png") repeat-x 0 0;
  width: 150px;
  margin: 0;
}
 
.jt-recipes form .stars input[type="radio"] {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.jt-recipes form .stars input[type="radio"].star-5:checked ~ span {
  width: 100%;
}
.jt-recipes form .stars input[type="radio"].star-4:checked ~ span {
  width: 80%;
}
.jt-recipes form .stars input[type="radio"].star-3:checked ~ span {
  width: 60%;
}
.jt-recipes form .stars input[type="radio"].star-2:checked ~ span {
  width: 40%;
}
.jt-recipes form .stars input[type="radio"].star-1:checked ~ span {
  width: 20%;
}
.jt-recipes form .stars label {
  display: block;
  width: 30px !important;
  height: 30px;
  margin: 0!important;
  padding: 0!important;
  text-indent: -999em;
  float: left;
  position: relative;
  z-index: 10;
  background: transparent!important;
  cursor: pointer;
}
.jt-recipes form .stars label:hover ~ span {
  background-position: 0 -30px;
}
.jt-recipes form .stars label.star-5:hover ~ span {
  width: 100% !important;
}
.jt-recipes form .stars label.star-4:hover ~ span {
  width: 80% !important;
}
.jt-recipes form .stars label.star-3:hover ~ span {
  width: 60% !important;
}
.jt-recipes form .stars label.star-2:hover ~ span {
  width: 40% !important;
}
.jt-recipes form .stars label.star-1:hover ~ span {
  width: 20% !important;
}
.jt-recipes form .stars span {
  display: block;
  width: 0;
  position: relative;
  top: 0;
  left: 0;
  height: 30px;
  background: url("../images/rating-icon.png") repeat-x 0 -60px;
  -webkit-transition: -webkit-width 0.5s;
  -moz-transition: -moz-width 0.5s;
  -ms-transition: -ms-width 0.5s;
  -o-transition: -o-width 0.5s;
  transition: width 0.5s;
}

.jt-recipes #comments .comments-title {
    font-size: 18px;
    padding: 0 0 15px;
    margin: 0 0 20px;
    border-bottom: 1px solid #f5f5f5;
}

.jt-recipes #comments .comment-list {
    list-style: none;
    margin: 0 0 50px;
    padding: 0;
}

.jt-recipes #comments .comment-list img {
    border-radius: 50%;
    margin-right: 0;
}

.jt-recipes #comments .comment-list .comment-metadata {
    float: right;
    margin: -36px 0 0;
    font-size: 13px;
}

.jt-recipes #comments .edit-link a {
    color: #484848;
    margin: 0 0 0 20px;
}

.jt-recipes #comments .comment-rating {
    float: right;
    padding: 15px 0 0;
}

.jt-recipes #comments .comment-content p {
    width: 80%;
    padding: 15px 0 8px;
}

.jt-recipes #comments .comment-list li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
}

.jt-recipes #comments .comment-list li:last-child {
    border: 0;
    padding: 0;
}


/* Category CSS */
.recipe-filters {
    background:  #f9f9f9;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    margin:  40px 0 -30px;
    padding:  20px;
}
.recipe-filters select {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 2px;
    height: 35px;
    font-size: 13px;
    font-weight: 300;
    margin: 0 1% 0 0;
    outline: none;
    padding: 5px 10px !important;
    width: 15%;
}
.recipe-filters input[type="submit"] {
    background: #eb4353;
    border: 0;
    border-radius: 2px;
    box-shadow: none !important;
    color: #fff;
    float: right;
    font-size: 13px;
    font-weight: 300;
    height: 35px;
    padding: 10px 20px;
    text-shadow: none;
    transition: all .4s ease;
}
.recipe-filters input:hover {
    background: #585858;
    transition: all .4s ease;
}

.recipes-category .recipe-filters {
	margin: 20px 0;
}

/* Style 1 */
.recipes-category {
    margin: 50px 0;
}

.recipes-category .uk-grid {
	margin: 0;
}

.recipes-category .uk-grid > * {
	padding: 0;
}

.recipes-category .uk-grid .uk-width-3-10 {
	padding-left: 20px;
}

.recipes-category .recipe-row {
    margin: 0 0 20px;
    border: 1px solid #f5f5f5;
    background: #fff;
}

.recipes-category .recipe-row .recipe-image-col {
    padding: 0;
}

.recipes-category .recipe-image-col img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}

.recipes-category .recipe-row .recipe-info-col {
	padding: 20px;
}

.recipes-category .recipe-title {
    margin: 10px 0;
    font-size: 18px;
}

.recipes-category .recipe-title a {
    color: #ea4354;
}

.recipes-category .recipe-basic-info {
    position: absolute;
    width: 92%;
    bottom: 15px;
    border-top: 1px solid #f5f5f5;
    padding-top: 10px;
}

.recipes-category .recipe-info-col {
    position: relative;
}

.recipes-category .recipe-basic-info span {
    padding: 0 20px 0 0;
}

.recipes-category .recipe-basic-info .recipe-rating {
    padding: 5px 0 0 28px;
    float: right;
	position: relative;
	top: -3px;
	left: 0;
	height: 30px;
	background: url("../images/rating-icon.png") no-repeat 0 -45px;
	background-size: 35%;
}


.recipes-category .recipe-basic-info i {
    padding: 0 10px 0 0;
    color: #626262;
}

.recipes-category .recipe-basic-info .fa-circle-o {
    color: #e2e2e2;
	padding: 0 3px 0 0 !important;
}

.recipes-category .recipe-basic-info .filled1 {
    color: #5dcb56;
	padding: 0 3px 0 0 !important;
}

.recipes-category .recipe-basic-info .filled2 {
    color: #9fcb56;
	padding: 0 3px 0 0 !important;
}

.recipes-category .recipe-basic-info .filled3 {
    color: #eff050;
	padding: 0 3px 0 0 !important;
}

.recipes-category .recipe-basic-info .filled4 {
    color: #fb7824;
	padding: 0 3px 0 0 !important;
}

.recipes-category .recipe-basic-info .filled5 {
    color: #fb2424;
	padding: 0 3px 0 0 !important;
}

.recipes-category .recipes-category-title {
    padding: 10px;
    margin: 0;
    font-size: 24px;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
}
.recipes-category .recipes-category-title span {
    border-bottom: 1px solid #ea4354;
    padding: 9px 0;
}
.recipes-category .recipes-category-description {
    background: #fff;
    padding: 10px;
    margin: 0 0 20px;
    font-size: 14px;
}
.recipes-category .recipes-category-description p:last-child {
    margin: 0;
}


/* Style 2 */
.recipes-category-2 .uk-grid {
    margin: 60px 0;
}

.recipes-category-2 .recipe-row {
    padding: 0 10px;
    margin-bottom: 20px;
}

.recipes-category-2 .recipe-image-col img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.recipes-category-2 .recipe-info-col {
    background: #fff;
    padding: 20px;
    border: 1px solid #f5f5f5;
}

.recipes-category-2 .recipe-title {
    font-size: 16px;
    margin: 0 0 10px;
}

.recipes-category-2 .recipe-title a {
	color: #ea4354;
}

.recipes-category-2 .recipe-short-info {
    font-size: 13px;
    color: #444;
}

.recipes-category-2 .recipe-basic-info {
    border-top: 1px solid #f5f5f5;
    padding-top: 10px;
    margin-bottom: -5px;
}

.recipes-category-2 .recipe-basic-info span {
    padding: 0 12px 0 0;
    font-size: 12px;
}

.recipes-category-2 .recipe-basic-info .recipe-rating {
    padding: 5px 0 0 28px;
    float: right;
	position: relative;
	top: -3px;
	left: 0;
	height: 30px;
	background: url("../images/rating-icon.png") no-repeat 0 -45px;
	background-size: 35%;
}


.recipes-category-2 .recipe-basic-info i {
    padding: 0 3px 0 0;
    color: #626262;
    font-size: 11px;
}

.recipes-category-2 .recipe-basic-info .fa-circle-o {
    color: #e2e2e2;
    padding: 0 2px 0 0 !important;
}

.recipes-category-2 .recipe-basic-info .filled1 {
    color: #5dcb56;
	padding: 0 2px 0 0 !important;
}

.recipes-category-2 .recipe-basic-info .filled2 {
    color: #9fcb56;
	padding: 0 2px 0 0 !important;
}

.recipes-category-2 .recipe-basic-info .filled3 {
    color: #eff050;
	padding: 0 2px 0 0 !important;
}

.recipes-category-2 .recipe-basic-info .filled4 {
    color: #fb7824;
	padding: 0 2px 0 0 !important;
}

.recipes-category-2 .recipe-basic-info .filled5 {
    color: #fb2424;
    padding: 0 2px 0 0 !important;
}

.recipes-category-2 .recipe-image-col {
    position: relative;
}

.recipes-category-2 .recipe-category {
    position: absolute;
    top: 15px;
    padding: 6px 15px;
    background: #ea4354;
    font-size: 13px;
    color: #fff;
}
.recipes-category-2 .recipes-category-title {
    position: relative;
    display: block;
    text-align: center;
    margin: 50px 0 0;
}
.recipes-category-2 .recipes-category-title:after {
    position: absolute;
    content: '';
    background: #ea4354;
    width: 40px;
    height: 1px;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.recipes-category-2 .recipes-category-description {
    display: block;
    text-align: center;
    padding: 20px 0 0;
    font-style: italic;
    color: #999;
}


/* Style 3 */
.recipes-category-3 .uk-grid {
    margin: 60px 0;
}

.recipes-category-3 .recipe-row {
    padding: 0 10px;
    margin-bottom: 20px;
}

.recipes-category-3 .recipe-image-col img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.recipes-category-3 .recipe-info-col {
    background: #fff;
    padding: 20px;
    border: 1px solid #f5f5f5;
}

.recipes-category-3 .recipe-title {
    font-size: 16px;
    margin: 0 0 10px;
}

.recipes-category-3 .recipe-title a {
	color: #ea4354;
}

.recipes-category-3 .recipe-short-info {
    font-size: 13px;
    color: #444;
}

.recipes-category-3 .recipe-basic-info {
    border-top: 1px solid #f5f5f5;
    padding-top: 10px;
    margin-bottom: -5px;
}

.recipes-category-3 .recipe-basic-info span {
    padding: 0 12px 0 0;
    font-size: 12px;
}

.recipes-category-3 .recipe-basic-info .recipe-rating {
    padding: 4px 0 0 28px;
    float: right;
	position: relative;
	top: 0;
	left: 0;
	height: 30px;
	background: url("../images/rating-icon.png") no-repeat 0 -45px;
	background-size: 37%;
}

.recipes-category-3 .recipe-basic-info i {
    padding: 0 3px 0 0;
    color: #626262;
    font-size: 11px;
}

.recipes-category-3 .recipe-basic-info .fa-circle-o {
    color: #e2e2e2;
    padding: 0 2px 0 0 !important;
}

.recipes-category-3 .recipe-basic-info .filled1 {
    color: #5dcb56;
	padding: 0 2px 0 0 !important;
}

.recipes-category-3 .recipe-basic-info .filled2 {
    color: #9fcb56;
	padding: 0 2px 0 0 !important;
}

.recipes-category-3 .recipe-basic-info .filled3 {
    color: #eff050;
	padding: 0 2px 0 0 !important;
}

.recipes-category-3 .recipe-basic-info .filled4 {
    color: #fb7824;
	padding: 0 2px 0 0 !important;
}

.recipes-category-3 .recipe-basic-info .filled5 {
    color: #fb2424;
    padding: 0 2px 0 0 !important;
}

.recipes-category-3 .recipe-image-col {
    position: relative;
}

.recipes-category-3 .recipe-category {
    position: absolute;
    top: 25px;
    padding: 6px 15px;
    background: #ea4354;
    font-size: 13px;
    color: #fff;
}
.recipes-category-3 .recipes-category-title {
    position: relative;
    display: block;
    text-align: center;
    margin: 50px 0 0;
}
.recipes-category-3 .recipes-category-title:after {
    position: absolute;
    content: '';
    background: #ea4354;
    width: 40px;
    height: 1px;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.recipes-category-3 .recipes-category-description {
    display: block;
    text-align: center;
    padding: 20px 0 0;
    font-style: italic;
    color: #999;
}




/* Pagination Links */
.recipes-category .pagination-numbers {
    display: block;
    margin: 40px 0 0;
}

.recipes-category .pagination-numbers .page-numbers {
    background: #fff;
    padding: 8px 10px;
    margin: 0 2px;
    border: 1px solid #f5f5f5;
    color: #555;
    transition: all .4s ease;
}

.recipes-category .pagination-numbers .current {
    background: #ea4354;
    color: #fff;
    border: 1px solid #ea4354;
}

.recipes-category .pagination-numbers a:hover {
    color: #ea4354;
    transition: all .4s ease;
}

.recipes-category-2 .pagination-numbers {
    text-align: center;
}

.recipes-category-2 .pagination-numbers .page-numbers {
    background: #fff;
    padding: 10px 12px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    margin: 0 -2px;
}

.recipes-category-2 .pagination-numbers .page-numbers:first-child {
    border-left: 1px solid #f0f0f0;
    border-radius: 50px 0 0 50px;
    padding-left: 20px;
}

.recipes-category-2 .pagination-numbers .page-numbers:last-child {
    border-right: 1px solid #f0f0f0;
    border-radius: 0 50px 50px 0;
    padding-right: 20px;
}

.recipes-category-2 .pagination-numbers a {
    color: #ea4354;
    transition: all .4s ease;
}

.recipes-category-2 .pagination-numbers a:hover {
    color: #555;
    transition: all .4s ease;
}

.recipes-category-3 .pagination-links {
    text-align: center;
}

.recipes-category-3 .pagination-links a, .recipes-category-3 .pagination-links span {
    background: #fff;
    display: inline-block;
    width: 34px;
    height: 34px;
    padding: 6px;
    border: 1px solid #f0f0f0;
    border-radius: 50%;
    color: #444;
    transition: all .4s ease;
}

.recipes-category-3 .pagination-links a:hover {
    color: #ea4354;
    transition: all .4s ease;
}

.recipes-category-3 .prev, .recipes-category-3 .next {
    width: auto !important;
    border-radius: 50px !important;
    padding: 6px 15px !important;
}

.recipes-category-3 .pagination-links span {
    background: #ea4354;
    color: #fff;

}



/* Admin CSS */
.notes-field {
    width: 250px;
    vertical-align: top;
    padding: 0 20px 0 0;
}

.notes-field h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 10px;
}

#recipe-tabs-nav {
    background: #f9f9f9;
    border: 1px solid #f0f0f0;
    padding: 0 10px;
}

#recipe-tabs-nav li {
    display: inline-block;
    margin: 0;
}

#recipe-tabs-nav li a {
    position: relative;
    outline: none;
    color: #a6a6a6;
    text-decoration: none;
    padding: 10px;
    display: block;
    font-size: 14px;
    box-shadow: none !important;
}

#recipe-tabs-nav li.uk-active a:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: rgba(255, 0, 0, 0.5);
    border-radius: 50%;
    border: 1px solid #fff;
    box-shadow: 0 0 2px #ccc;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#recipe-tabs-nav li.uk-active a {
    color: #484848;
}

#recipe-tabs {
    border: 1px solid #f0f0f0;
    margin: -14px 0 0;
    padding: 20px;
}

.jt-settings-box form {
    background: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    border-top: 0;
}

.jt-settings-box form table tr {
    width: 33%;
    display: inline-block;
}

.comment-rating img {
    width: 22px;
}



/* Submit Recipe Form */

.submit-recipe-form #recipe-tabs-nav {
    margin: 0 0 13px;
}

.submit-recipe-form input[type="text"],
.submit-recipe-form input[type="url"] {
    margin: 10px 0;
}

.submit-recipe-form input {
    border-radius: 50px !important;
    outline: none;
    box-shadow: none;
    border: 1px solid #ddd !important;
    padding: 5px 10px !important;
}

.submit-recipe-form textarea {
    border-radius: 4px !important;
    padding: 10px !important;
    outline: none;
    border: 1px solid #ddd !important;
    box-shadow: none;
}

.submit-recipe-form .info-field {
    font-size: 12px;
    color: #888;
    font-style: italic;
    margin: 0 0 0 15px;
}

.submit-recipe-form button[type="submit"],
.submit-recipe-form .button-upload {
    background: #ea4354;
    box-shadow: none !important;
    color: #fff !important;
    text-shadow: none !important;
    border: 0 !important;
    margin: 20px 10px 0;
    border-radius: 50px;
    padding: 8px 20px !important;
    font-size: 13px !important;
    transition: all .4s ease;
}

.submit-recipe-form button[type="submit"]:hover,
.submit-recipe-form input[type="button"]:hover {
    background: #555;
    transition: all .4s ease;
}

.submit-recipe-form #recipe_featured_img {
	width: 82%;
}

.submit-recipe-form select {
    border-radius: 50px;
    padding: 3px 10px;
    border: 1px solid #ddd;
    outline: none;
}


/* Responsive Design */
@media (max-width: 767px) {
	.recipes-style-1 .recipe-info span {
		display: block;
		padding: 6px 0;
	}
	.recipes-style-1 .recipe-tools span {
		padding: 0 18px 0 0;
	}
	.recipes-style-1 .recipe-tools span i {
		padding: 0 5px 0 0;
	}
	.recipes-style-1 .recipe-tools {
		float: left !important;
		margin: 10px 0 0 !important;
		display: block;
	}
	.recipes-style-1 .recipe-title {
		padding: 0 20px;
	}
	.recipes-style-1 .recipe-short-info {
		padding: 0 20px;
	}
	.recipes-style-1 .container,
	.jt-recipes .container {
		padding: 0;
	}
	.recipes-style-1 .ingredients-box {
		padding: 0 20px 10px !important;
	}
	.recipes-style-1 .recipe-source {
		margin-bottom: 30px;
	}
	.recipes-style-1 .col-md-8 {
		padding: 0;
	}
	.recipes-style-1 .directions-box .recipe-times {
		float: none;
		display: block;
	}
	.recipes-style-1 .directions-box .recipe-times .separator {
		display: block;
		margin: 10px 0;
	}
	.recipes-style-1 .directions-box .recipe-times .time-title {
		border: 0 !important;
		padding: 0 10px 0 0 !important;
	}
	.recipes-style-1 .recipe-gallery img {
		width: 105px;
		height: 85px;
		margin: 0 0 5px;
	}
	.recipes-style-1 .nutrition-facts p {
		display: inline-block;
		width: 50%;
	}
	.recipes-style-1 .nutrition-facts .col-md-1,
	.recipes-style-1 .nutrition-facts .col-md-2 {
		border: 0;
	}
	.recipes-style-1 .nutrition-facts span {
		display: block;
		margin: 10px 0;
		padding: 0 !important;
	}
	.recipes-style-2 .recipe-info span {
		display: block;
		text-align: left;
		margin: 8px 0;
	}
	.recipes-style-2 .recipe-info .recipe-tools {
		width: 90% !important;
		padding: 0 15px !important;
	}
	.recipes-style-2 .recipe-basic-info .uk-tab {
		border: 0;
	}
	.recipes-style-2 .recipe-basic-info .uk-tab li {
		display: block;
	}
	.recipes-style-2 .recipe-basic-info .uk-tab li a {
		background: #f9f9f9;
		margin: 0 -20px;
	}
	.recipes-style-2 .recipe-basic-info .col-md-8 {
		padding-top: 0;
	}
	.recipes-style-2 .recipe-basic-info .col-md-4 {
		padding: 0;
		margin-top: 30px;
	}
	.jt-recipes video {
		width: 100% !important;
		height: auto !important;
	}
	.recipes-category .uk-grid > * {
		width: 100%;
	}
	.recipes-category .recipe-basic-info {
		position: relative;
		margin: 30px 0 0;
	}
	.recipes-category .recipe-basic-info span {
		display: block;
		padding: 0 0 5px;
	}
	.recipes-category .pagination-numbers {
		margin: 30px 0 50px;
	}
	.recipes-category .uk-grid .uk-width-3-10 {
		padding: 0 !important;
	}
	.recipes-category-2 .recipe-row {
		width: 100%;
	}
	.recipes-category-3 .recipe-row {
		width: 100%;
	}
	.recipes-style-3 .nutritions p {
		width: 78%;
	}
	.recipes-style-3 .recipe-gallery img {
		width: 103px;
	}
	.recipes-style-3 .recipe-times .separator {
		width: 100%;
		padding: 0 0 10px;
	}
	.recipes-style-3 .recipe-times span:last-child {
		text-align: left;
	}
	.recipes-style-3 .recipe-tools .share i {
		padding: 0 3px 0 6px;
	}
	.recipes-style-3 .col-md-4 {
		padding: 0 20px 20px;
	}
	.jt-recipes #comments input {
		width: auto;
	}
	.recipes-style-1 div.html5video .fa-close {
		top: -58px;
		left: auto;
		right: 0;
		background: rgba(95, 95, 95, 0.75);
	}
	.recipes-style-1 div.html5video {
		top: 20%;
		width: 95%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.recipes-style-1 .col-md-8,
	.recipes-style-2 .recipe-basic-info .col-md-4{
		padding: 30px 0 0 0;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
    .recipe-filters select {
        margin: 0 1% 10px;
        width: 47%;
    }
    .recipe-filters input {
        float: none !important;
        margin: 10px 0 0 1%;
        width: 47%;
    }
}
@media (max-width: 767px) {
    .recipe-filters select {
        margin: 0 1% 10px;
        width: 47%;
    }
    .recipe-filters input {
        float: none !important;
        margin: 10px 0 0 1%;
        width: 47%;
    }
}
@media (max-width: 480px) {
    .recipe-filters select {
        margin: 0 0 10px !important;
        width: 100%;
    }
    .recipe-filters input {
        float: none !important;
        margin: 10px 0 0 0;
        width: 100%;
    }
}

@media print {
	.noprint, .noprint * {
        display: none !important;
    }
	#recipe-info-tabs li {
		display: block;
	}
}