/*
Theme Name: ItsHungarian
Theme URI: 
Author: LandingNation
Author URI: 
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: 
Text Domain: itshun

*/

body {
	font-family: 'Open Sans', Arial, sans-serif;
}
a {
	color: #c0392b;
}
a:hover {
	color: #a01709;
}
.clear {
	clear: both;
}
img.alignleft {
    float: left;
    margin: 0 1em 0.5em 0;
}
img.alignright {
    float: right;
    margin: 0 0 0.5em 1em;
}

.container {
	width: 1000px;
}
.upper_line {
	background: #c0392b;
	height: 35px;
	color: #FFF;
	padding: 5px 0;
	overflow: hidden;
}
.slogen {
	margin-top: 3px;
}

header {
	background: #FFF;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1500;
}
.header_margin {
	height: 100px;
}

.upper_line #searchform1 {
	float: left;
	width: 53%;
}
.upper_line #searchform1 label {
	margin-bottom: 0;
}
.upper_line #s1 {
    background: none;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    width: 100%;
    display: inline-block;
    height: 25px;
    color: #e74c3c;
    padding: 0 5px;
    background: #FFF;
    font-size: 13px;
}
.search-fields {
	width: 82%;
	display: inline-block;
	position: relative;
}
.upper_line #searchform1 .search-btn {
	background: none;
	border: none;
	position: absolute; 
	right: 0;
	top: 0;
	color: #000;
	font-size: 19px;
	line-height: 120%;
}


.langs,
.social {
    display: inline-block;
    float: right;
    margin-left: 2%;
}

.nka {
	max-height: 80px;
	margin-top: 15px;
}

.social span {
	color: #FFF;
	font-size: 14px;
	margin: 3px 5px 0 0;
}
span.friends_title {
    float: left;
}


.langs img {
	border: 1px solid rgba(255, 255, 255, 0.25);
	margin: 0 0 0 3px;
}
.langs img:hover {
	border: 1px solid rgba(255, 255, 255, 0.8);
}

.logo {
	width: 30%;
	margin-top: 10px;
	margin-bottom: 5px;
}
.navbar {
	width: 70%;
	margin-bottom: 0;
	min-height: 0;
}
.navbar .navbar-collapse {
	padding: 0;
}
.navbar ul {
    list-style: none;
}
.navbar li {
    float: left;
    margin: 0 0 0 6px;
    font-weight: bold;
}
.navbar li#menu-item-4962,
.navbar li#menu-item-6177,
.navbar li#menu-item-8557,
.navbar li#menu-item-4959 {
	border: 1px solid rgba(192,57,43,0.4);
	padding: 3px 6px;
}
.navbar li#menu-item-4962:hover,
.navbar li#menu-item-4959:hover,
.navbar li#menu-item-6177:hover {
	border: 1px solid rgba(192,57,43,0.2);
	padding: 3px 6px;
}
.navbar li#menu-item-4958,
.navbar li#menu-item-4960 {
	border: 1px solid rgba(39,174,96,0.4);
	padding: 3px 6px;
}
.navbar li#menu-item-4958:hover,
.navbar li#menu-item-4960:hover {
	border: 1px solid rgba(39,174,96,0.2);
	padding: 3px 6px;
}
.navbar li a {
    color: #000;
    text-transform: lowercase;
    font-size: 16px;
}
.header_row .menu-header_menu-container {
    margin-top: 25px;
}

.navbar-toggle {
	border: 1px solid #AAA;
	padding: 5px 8px 8px;
}
.navbar-toggle .icon-bar {
	background: #777;
	width: 30px;
	height: 4px;
	margin-top:5px;
}
.home .mobile_header,
.mobile_header {
	display: none;
	margin: 0 0 15px;
}
a.btn-main-page {
    background: #27ae60;
    border: none;
    margin: 0 0 0 15px;
}
a.btn-main-page:hover,
a.btn-main-page:focus:active,
a.btn-main-page:active {
	background: #169d50;
}

.carousel-inner {
	height: 300px;
}
.carousel a.carousel-control {
	background: #2e3438;
	width: 40px;
	height: 100px;
	opacity: 1;
	top: 40%;
}
.carousel a.carousel-control.left {
	border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
}
.carousel a.carousel-control.right {
	border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
}
.carousel_title {
    position: absolute;
    z-index: 30;
    top: 65px;
    left: 10%;
}
.carousel_title div {
	width: 75%;
	margin-left: 10px;
}
.carousel_title h2 {
	background: #27ae60;
	font-size: 36px;
	color: #FFF;
	display: inline;
	line-height:135%;
	box-shadow: 10px 0 0 #27ae60, -10px 0 0 #27ae60;
	-moz-box-shadow: 10px 0 0 #27ae60, -10px 0 0 #27ae60;
	-webkit-box-shadow: 10px 0 0 #27ae60, -10px 0 0 #27ae60;
}
.carousel_title h2 a {
	color: #FFF;
}
.carousel_title h2 a:hover {
	text-decoration: none;
	color: #FFF;
}
.carousel_title a.read_more {
	background: #c0392b;
	font-size: 30px;
	display: inline-block;
	padding: 5px 20px;
	margin: 30px 0 0;
	color: #FFF;
}
.carousel_title a.read_more:hover {
	background: #a01709;
	text-decoration: none;
}

.carousel_img {
    float: right;
    position: relative;
    z-index: 10;
    height: 300px;
    overflow: hidden;   
}
.carousel_img img {
    vertical-align: middle;
    max-height: 100%;
    width: auto;
}
.carousel_img span {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
    -webkit-box-shadow: inset 0px 0px 15px 10px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 15px 10px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 15px 10px rgba(255,255,255,1); 
}
ol.carousel-indicators {
	background: #2a3f4a;
	width: 230px;
	margin: 0 0 0 -75px;
	padding: 10px 20px;
	bottom: 0;
	top: auto;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border: 0px solid #000;
}
.carousel-indicators li {
	background: #daeffa;
	border: none;
}
.carousel-indicators li.active {
	background: #a5b9c3;
}
.post_image {
	height: 150px;
	overflow:hidden;
}
.post_image img {
	max-width: 100%;
	left: 0 !important;
}
.other_lang {
	margin: 10px 0 25px;
}

.ribbon_articles {
    background: #27ae60;
    border-top: 5px solid #2ecc71;
}
.ribbon_articles h3 {
	color: #FFF;
	margin: 5px 0;
	font-weight: bold;
	font-size: 18px;
}
.ribbon_articles h3 a {
	color: #FFF;
}
.ribbon_content {
	padding: 0 0 15px 0;
}
.ribbon_content .post_image {
	width: 90px;
	height: 60px;
	overflow: hidden;
	float: left;
	margin: 0 5px 0 0;
}
.ribbon_content .post_image img {
	height: auto;
}
.ribbon_content h2 {
	padding-top: 0;
	line-height: 100%;
	font-size: 15px;
	margin-bottom: 0;
	margin-top: 3px;
}
.ribbon_content h2 a {
	font-size: 15px;
	color: #FFF;
	line-height: 125%;
}
.event_table .img_holder {
    margin: 0 25px 0 0;
}
.events_box {
	background: #c0392b;
	border-top: 5px solid #a01709;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.events_box.ribbon_articles h3 {
	margin-bottom: 15px;
}
.events_box p,
.events_box a {
	color: #FFF;
}
.events_box .ribbon_box .img_holder {
	height: 120px;
	margin: 0 0 10px 0;
	overflow: hidden;
}
.events_box .ribbon_box .img_holder img {
    max-width: 100%;
}
.no_event_image {
    background: rgba(255, 255, 255, 0.2);
    display: inline-block;
    height: 120px;
    width: 100%;
}
.events_box p.title {
	font-weight: bold;
}
.events_box a.detail_link {
	text-align: left;
	display: block;
	font-weight: bold;	
}
.event_table {
	border-collapse: collapse;
	border-spacing: 0 0;
}
.event_table td {
	padding: 5px;
}
.event_table tr {
	border-top: 1px solid #EEE;
}
form.event_search {
    background: #869A19;
    padding: 3px 20px;
    margin-bottom: 25px;
}
.event_search label {
    margin: 10px 0 2px;
}
.event_search .date_picker {
	width: 100%;
}


/* Pager block */
.pager_block {
color: #000;
height: 50px;
border-top: 1px solid #DDD;
border-bottom: 1px solid #DDD;
padding: 7px 0;
margin: 15px 0;
}
.pager_block a, 
.pager_block p {
color: #FFF;
background: #777;
padding: 5px 10px;
margin: 0 3px;
display: block;
float: left;
border: 1px solid #333;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
.pager_block a {
	width: 10px;
	min-width: 10px;
}
.pager_block a:hover {
background: #3F9BCF;
text-decoration: none;
color: #DDD;
font-style: italic;
}
.pager_block p {
background: #444;
font-weight: bold;
border: 1px solid #999;
}
.pager_block span {
float: left;
margin: 10px 7px;
}
.pager_block div {
float: left;
}
.pager_total {
width: 300px;
}
.pages {
height: 50px;
margin-left: 50px;
}
.pager_total {
	width: 200px;
}
.pager_block .pages {
	margin-left: 0;
}



.sponsor_line {
	margin-bottom: 15px;
}
.sponsor_line img {
	float: left;
	margin: 0 15px 0 0;
}

.archive_content {
	background: #FFF;
	padding: 0 0 15px;
	min-height: 285px;
}
.archive_video {
	padding: 0;
}
.archive_video iframe {
	width: 100%;
	height: 340px;
	float: left;
	padding: 1px 0;
}
.search_post .image_holder,
.archive_content .post_image {
	width: 100%;
	height: 140px;
	margin: 30px 0 10px;
}
.archive_content img {
	width: auto;
	height: auto;
}
.search_post h2,
.archive_content h2 {
	padding: 0;
	margin: 0;
	line-height: 100%;
	font-size: 20px;
	height: 45px;
	overflow: hidden;
}
.single-post-content .archive_content h2 {
	height: 65px;
}
.post_date, .post_data .categories {
    float: left;
    margin-right: 25px;
}
.archive_content h2 a {
	font-size: 18px;
	color: #2c3e50;
	line-height: 125%;
}
.categories {
	color: #27ae60;
	margin: 5px 0;
}
.categories a {
	color: #27ae60;
}
.post_data .categories {
	margin-top: 0;
}

hr.archive_divider {
    background-color: #d7d7d7;
    clear: both;
    border: none;
    height: 1px;
    margin: 0 15px;
    padding: 0;
}
.archive_cat {
    padding: 10px 0;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}
.archive_cat a {
    font-size: 18px;
}
.archive_cat span {
    font-size: 18px;
    display: inline-block;
    margin: 0 7px;
}

.main_social_line {
	margin-top: 30px;
}

.single-post img {
	max-width: 100%;
	height: auto;
}
.single-post .wp-caption,
.single-post .article_images img {
	margin-bottom: 1.5em;
	margin-top: 1.5em;
}
.single-post .wp-caption .article_images img {
	margin: 0;
}


.sidebar .archive_content h2 {
	height: auto;
}
.sidebar .archive_content .post_image {
	margin-top: 0;
}
.sidebar_related {
	margin-top: 25px;
}

.search_post {
	height: 400px;
}
.search_post .image_holder {
    height: 190px;
    overflow: hidden;
}
.search_post h2 {
	height: 45px;
}
.search_post h2 a {
    font-size: 18px;
    line-height: 125%;
    display: block;
    color: #2c3e50;
}
.search_post img {
	max-width: 100%;
	height: auto;
}
.search_post a.more_link {
    background: #a01709;
    color: #FFF;
    padding: 5px 10px;
    float: right;
}
.search_post a.more_link:hover {
    background: #800507;
    text-decoration: none;
}

footer {
	background: #c0392b;
	padding: 45px 0 25px;
	margin-top: 35px;
}
footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer ul.sub-menu {
    display: none !important;
}
footer ul a:visited,
footer ul a {
    color: #FFF;
    border-bottom: 1px solid rgba(255,255,255,0.25);
    font-size: 13px;
}
footer ul a:focus,
footer ul a:hover {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
}
.main_footer li {
	margin-bottom: 15px;
}
.center_col li {
	margin-bottom: 5px;
}
.main_footer a {
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}

footer .follow_us {
	color: #FFF;
	font-size: 16px;
	margin-top: 30px;
}
footer .follow_us a {
    overflow: hidden;
    text-indent: -3000px;
    width: 28px;
    height: 28px;
    background: url(images/fb_logo.png) center center no-repeat;
    display: inline-block;
    margin-top: 5px;
}
footer .follow_us a.gp {
    background: url(images/gp_logo.png) center center no-repeat;
}
footer .follow_us a.pint {
    background: url(images/pin_logo.png) center center no-repeat;
}
footer .follow_us a.tw {
    background: url(images/tw_logo.png) center center no-repeat;
}
footer .follow_us a.yt {
    background: url(images/yt_logo.png) center center no-repeat;
}
footer .follow_us a.rss {
    background: url(images/rss_logo.png) center center no-repeat;
}

footer .copyright {
	color: #FFF;
}


/**
 * Navigation
 */
.navigation {
    margin: 25px 0;
}
div.wp-pagenavi a, 
div.wp-pagenavi span {
    border: 1px solid #a01709;
    padding: 5px 8px;
    background: #c0392b;
    color: #FFF;
}
div.wp-pagenavi a:hover, 
div.wp-pagenavi span.current {
	background: #27ae60;
	border: 1px solid #058c40;
}

/**
 * Recipe landing
 */
span.recipe_eng_button,
span.recipe_hun_button {
	display: inline-block;
	cursor: pointer;
	font-size: 21px;
	font-family: 'Open Sans', Helvetica, serif;
	margin: 0 7px;
	font-style: italic;
}

span.recipe_hun_button {
	color: #e00022;
}
span.recipe_eng_button {
	color: #869b1c;
}

.pp_left_side {
	width: 570px;
	float: left;
}
.pp_left_side h5 {
	font-family: 'Times New Roman', Georgia, serif;
	font-size: 37px;
	color: #e3000f;
	font-weight: bold;
	margin: 50px 0 5px 200px;
}
.shadow_message .pp_left_side p {
	color: #7e920e;
	font-size: 24px;
	font-weight: bold;
	font-family: 'Times New Roman', Georgia, serif;
	margin: 15px 0 5px 200px;
	text-align: left;
}
.pp-ipad {
	background: url(images/recipe/mrg-popup-ipad.png) no-repeat;
	width: 231px;
	height: 288px; 
	position: absolute;
	top: 40px;
	left: -40px;
}
.pp-pdf {
	background: url(images/recipe/mrg-popup-pdf.png) no-repeat;
	width: 102px;
	height: 124px; 	
	position: absolute;
	top: 300px;
	left: 450px;	
}
.page-id-4991 .header_margin {
    height: 40px;
}
.pp_right_side {
	width: 330px;
	min-height: 420px;
	background: #869a19;
	color: #FFF;
	position: relative;
     right: -5px;
     top: -20px;
     float: right;
     box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
     -moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
     -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}
div.shadow_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3200;
	display: none;
}
.hun_recipes .shadow_message {
	background: url(images/recipe/pp_bg.jpg) repeat-x;
	border: 5px solid #FFF;
	width: 610px;
	height: 365px;
	padding: 0;
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -305px;
	z-index: 1010;
	display: none;
	text-align: center;
}
.nocolumn .shadow_message {
	width: 900px;
	z-index: 1100;
	height: 380px;
}
.hun_recipes .shadow_message h3 {
	font-family: 'Lobster', Verdana;
	font-size: 24px;
	color: #e3000f;
	margin: 10px 0;
}
.hun_recipes .shadow_message p {
	font-family: Verdana, Arial;
	text-align: center;
	font-size: 14px;
}
.hun_recipes .shadow_message p.form_title {
	font-size: 22px;
	margin: 30px 0 10px 0;
}
.hun_recipes .shadow_message .privacy {
	background: url(images/recipe/padlock.png) no-repeat;
	width: 220px;
	height: 45px;
	margin: 3px 0 0 40px;
	font-size: 10px;
	padding-left: 25px;
}
.hun_recipes .shadow_message input[type="text"] {
	background: url(images/recipe/input_bg.jpg) repeat-x;
	color: #000;
	width: 230px;
	height: 35px;
	padding: 0 10px;
	margin: 5px 0 4px 30px;
	border: 1px solid #4c5322;
}
.hun_recipes .shadow_message .form-hun-submit input,
.hun_recipes .shadow_message .form-submit input {
	background: url(images/recipe/submit_bg.jpg) repeat-x;
	width: 250px;
	height: 40px;
	color: #FFF;
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	margin: 15px 0 20px 30px;
	border: 1px solid #000;
	cursor: pointer;
	text-shadow: 0 2px 2px #000;
	box-shadow: 0 2px 3px #333;	
}
.hun_recipes .shadow_message {
	width: 100%;
	display: block;
	position: relative;
	top: auto;
	left: auto;
	margin: 0;
}
.hun_recipes  div.shadow_hun_message {
	display: none;
}
.hun_recipes .shadow_message .pp_left_side p {
	line-height: 120%;
	font-size: 18px;
}
.hun_recipes .shadow_message .pp_right_side p {
	color: #FFF;
	text-align: center;
	margin-right: 0;
}
.hun_recipes .shadow_message  a {
	color: #FFF;
}
.hun_recipes .shadow_message .close {
	background: url(images/recipe/pp_close.png) no-repeat;
	width: 39px;
	height: 39px;
	cursor: pointer;
	position: absolute;
	top: -27px;
	right: -15px;
	z-index: 1211;
}
.page-id-4991 .header_row,
.page-id-4991 .menu-footer_left-container,
.page-id-4991 .social4i {
	display: none;
}
.page-id-4991 #searchform1 {
	visibility: none;
}
label.error {
    color: #720000;
    text-align: left;
    display: inline-block;
    width: 60%;
}
.checkbox_line label.error {
	display: inline;
}
.sp_pics img {
    width: 50%;
    float: left;
    margin: 10px 0 25px;
    background: #EEE;
    padding: 5px 1%;
}




/**
 * Banner Line/Box
 */
.archive .banner_line,
.home .banner_line {
	width: 768px;
}
.banner_line {
	background: #27ae60;
	width: 100%;
	margin: 25px auto 0;
	font-size: 15px;
	text-align: center;
	position: relative;
	clear: both;
}
.mobile-banner {
	display: none;
}
.banner_box {
	background: #27ae60;
	width: 100%;
	margin: 20px auto 0;
	font-size: 18px;
	text-align: center;
	position: relative;
	clear: both;
}
.banner_box a,
.banner_line a {
	width: 100%;
	height: 100%;
	/*padding: 10px 15px;*/
	color: #FFF;
	display: block;
}
.banner_box a {
	/*padding: 20px 10px 10px;*/
}
.banner_box a:focus,
.banner_box a:hover,
.banner_line a:focus,
.banner_line a:hover {
	text-decoration: none;
	background: #27ae60;
	opacity: 0.9;
}
.banner_box a span,
.banner_line a span {
	font-size: 25px;
	display: block;
}
.banner_box a span {
	font-size: 26px;
}
.banner_box a span strong {
	display: block;
	text-transform: capitalize;
	margin: 3px 0 10px;
	letter-spacing: 0.5px;
}
.banner_box span.dl_box,
.banner_line span.dl_box {
	background: #c0392b;
	display: inline-block;
	font-size: 31px;
	float: right;
	margin: 0 0 0 25px;
	padding: 5px 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.banner_box span.dl_box {
	float: none;
	display: block;
	width: 60%;
	padding: 0 5px;
	margin: 30px auto 10px;
}
.fb_follow_box {
	text-align: center;
	margin: 25px 0 35px;
}
.social4i {
    margin: 2em 0 1.5em 0;
}
.wp-caption {
    width: 100% !important;
}

.pager_line {
	margin: 25px 0 35px;
	position: relative;
	text-align: center;
	clear: both;
}
.ingredients_container {
	background: rgba(22,157,80,0.35);
	padding: 0;
	margin: 10px 0 15px;
}
.ingredients_container h3 {
    background: #c0392b;
    padding: 10px;
    margin: 0;
    color: #FFF;
}
.ingredients_container p {
	margin: 5px 15px;
}

.mobile_banner {
	display: none;
}


/**
 * New styles
 */
li.menu-item {
	position: relative;
}
li.menu-item:hover ul.sub-menu {
	display: block;
}
ul.sub-menu {
	display: none;
	position: absolute;
	left: 0;
	width: 120%;
	padding: 5px 0;
	background: #FFF;
	z-index: 55;
}
#menu-item-4960 ul.sub-menu {
	width: 180%;
}
ul.sub-menu li {
	margin: 0 0 5px;
	display: block;
	float: none;
}
ul.sub-menu li a {
	display: block;
	padding: 3px 10px;
}
ul.sub-menu li a:hover {
	background: #EEE;
	text-decoration: none;
}

.ribbon_content p {
    font-size: 13px;
    margin-bottom: 5px;
}
.ribbon_articles h3 {
	color: #FFF;
	margin: 0 0 5px 0;
	font-weight: bold;
}
.ribbon_box {
	padding: 0 15px 0 0;
	color: #FFF;
}
.ribbon_box.last {
	padding: 0;
}
.ribbon_box a {
	font-weight: bold;
	color: #FFF;
}

.hidden_subscriber,
.hidden_article,
.hidden_fb_box {
	display: none;
}


.shop_introbox {
	background: url(images/shop_intro_bg.jpg) 0 0 no-repeat #544a3a;
	width: 100%;
	padding: 10px 5px 10px 10px;
	margin: 15px 0 30px 0;
	position: relative;
	z-index: 20;
}
.shop_introbox p {
	background: rgba(0,0,0,0.6);
	font-size: 14px;
	line-height: 135%;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
	color: #e8bc7a;
	margin: 0 0 0 200px;
	padding: 5px 10px;
	font-family: Tahoma, Arial;
}
.shop_introbox p strong {
	color: #FFF;
}
.shop_introbox p a {
	font-family: Arial;
	color: #FFF;
}
.page-id-5071 .shop_introbox p {
	margin: 0 0 0 35%;
}
.event_box img {
	float: left;
	margin: 0 15px 5px 0;
}


.wp-caption {
    background: #EEE;
    padding: 5px;
    text-align: center;
}
.wp-caption p {
	margin: 5px;
	text-align: center;
}
.other_lang {
	margin: 20px 0 5px;
}
.stNativeButton {
    display: inline-block;
    position: relative;
    top: 3px;
    vertical-align: top;
}
.single-post-content iframe {
	width: 100%;
	height: 360px;
}

.icon_container {
	position: absolute;
	top: 210px;
	margin-left: 55px;
	z-index: 200;
}
.icon_container a {
	margin-bottom: 4px;
	display: inline-block;
}


.single-post-content div.wonderplugincarousel-container .amazingcarousel-prev {
	margin-left: -25px !important;
}

.single-post-content div.wonderplugincarousel-container .amazingcarousel-next {
	margin-right: -25px !important;
}
.single-post-content div.wonderplugincarousel-container .amazingcarousel-list-container {
    padding-bottom: 35px !important;
}
.single-post-content div.wonderplugincarousel-container .amazingcarousel-nav {
    top: auto !important;
    bottom: 10px !important;
}

input.wpcf7-form-control.wpcf7-submit {
    position: relative;
    z-index: 1000000;
}



.related-container {
    margin: 0 15px;
}




@media (max-width: 1240px) {
	.icon_container {
		margin-left: 2%;
		margin-top: 40px;
	}
	.header_margin {
		height: 150px;
	}
	.nka {
		left: 0;
	}

}
@media (max-width: 1160px) {
	.icon_container img {
		width: 50px;
	}
}
@media (max-width: 1100px) {
	.icon_container {
		/*display: none;*/
	}
	.container {
		width: 90%;
		margin-right: 0;
	}	
}
@media (max-width: 1050px) {
	.navbar li {
		margin: 0 0 7px 4%;
	}
	.upper_line #searchform1 {
		width: 55%;
	}
	.upper_line .search-fields {
		width: 80%;
	}
	.events_box {
		padding: 0 10px 20px;
	}
	.ribbon_articles {
		padding: 7px 10px 10px;
	}
	.header_line {
		width: 100%;
		padding: 0 3%;
	}
	.header_margin {
		height: 150px;
	}
	.social {
		width: auto;
		margin: 0;
		text-align: left;		
	}
	.upper_line {
		height: auto;
	}
}
@media (max-width: 970px) {
	.archive_divider {
		display: none;
	}
	.nka {
		/*display: none;*/
		max-width:100%;
	}
	.logo img {
		max-width: 100%;
	}
	.carousel_title {
		left: 50px;
	}
	.carousel_title div  {
		width: 85%;
	}
	.search_post .image_holder, 
	.archive_content .post_image {
		margin: 15px 0 10px;
		height: 110px;
	}
	.archive_content {
	    min-height: 265px;
	}
	.archive_content h2 {
		height: 45px;
	}
	.archive_content h2 a {
		font-size: 16px;
	}
	.archive .archive_content {
		height: 310px;
	}	
	.archive .archive_content.archive_video {
		 margin: 15px 0 10px;
		 height: 300px;
	}	
	.archive_video iframe {
		height: 290px;
	}
	.banner_line a span {
		font-size: 22px;
	}
	.banner_box span.dl_box {
		width: 100%;
	}
	.banner_box a span {
		font-size: 22px;
	}
	.archive .archive_content {
		width: 100%;
	}
	.pp_left_side,
	.pp_right_side {
		position: static;
		float: none;
		width: 100%;
		padding: 20px 8%;
		height: auto;
	}
	.hun_recipes .shadow_message {
		height: auto;
	}
	.pp-ipad {
		background: url(images/recipe/mrg-popup-ipad.png) center center / 100% auto no-repeat;
		width: 185px;
		height: 240px;
		left: -20px;
	}
	.shadow_message .pp_left_side p,
	.pp_left_side h5 {
		    margin: 30px 0 5px 130px;
	}
	label.error {
		text-align: center;
		width: 100%;
	}
	.hun_recipes .shadow_message .privacy {
		width: 50%;
		padding: 0 5%;
		margin: 15px auto;
	}
	.checkbox_line,
	.hun_recipes .shadow_message input[type="text"],
	.hun_recipes .shadow_message .form-hun-submit input, .hun_recipes .shadow_message .form-submit input {
		margin-left: 0 !important;
	}
	.friends_title {
		display: none;
	}
	.upper_line #searchform1 {
		width: 55%;
	}
	.upper_line .search-fields {
		width: 70%;
	}
	
	.icon_container {
		display: none;
	}
	.container {
		width: 100%;
	}
}
@media (max-width: 850px) {
	.slogen {
		width: 100%;
		text-align: center;
		margin-bottom: 5px;
	}
	.header_btns {
		width: 100%;
	}
	.friends_title {
		display: inline-block;
	}	
}
@media (max-width: 800px) {
	.main_footer, 
	.center_col {
		width: 50%;
	}	
	.upper_line #searchform1 {
		width: 53%;
	}	
}
@media (max-width: 767px) {
	.header_line .social,
	.slogen,
	.logo {
		text-align: center;
	}
	.mobile-banner {
		display: block;
		max-width: 100%;
	}
	.home .banner_line {
		width: 100%;
	}
	.mobile-banner img {
		max-width: 100%;
	}
	.web-banner { 
		display: none; 
	}
	.navbar-toggle {
		margin-top: 5px;
	}
	.mobile_header {
		display: block;
	}
	.ribbon_content h2 a {
		font-size: 15px;
		word-break: break-all;
	}
	.archive_content h2 {
		height: 45px;
	}
	.search_post .image_holder, 
	.archive_content .post_image {
		height: 140px;
	}
	.categories {
		margin-top: 0;
	}
	.archive .archive_content {
		height: 240px;
	}		
	.archive .archive_content h2 {
		height: 40;
	}
	.archive_content h2 a {
		font-size: 16px;
	}
	.hidden_mobile_box {
		display: none;
	}
	.facebook_box {
		text-align: center;
		width: 100%;
	}
	footer {
		text-align: center;
	}
	.carousel_title h2 {
		font-size: 30px;
	}
	.carousel_title a.read_more {
		font-size: 26px;
	}
	/*h1.pagetitle {
		margin-top: 0;
	}*/
	.archive_content {
		width: 100%;
		margin: 0 auto;
	}
	.fb_box {
		width: 300px !important;
		margin: 0 auto !important;
	}
	.banner_box span.dl_box {
		width: 60%;
	}	
	.banner_line {
		background: #27ae60;
		margin: 20px auto 0;
		font-size: 18px;
		text-align: center;
		position: relative;
		clear: both;
	}
	.banner_line span.dl_box {
		position: absolute;
		bottom: 15px;
		left: 10%;
		width: 80%;
		padding: 0;
		margin-left: 0;
	}
	.banner_line span strong {
		display: block;
	}	
	.archive .archive_content {
		height: 300px;
	}
	.article_video_box {
		width: 50%;
	}
	.carousel_title {
		left: 15%;
	}
	.navbar {
		min-height: 0;
	}
	.menu-header_menu-container {
		margin-top: 10px;
	}	
	.mobile_banner {
		display: block;
		margin: 5px 0 20px;
	}
	.events_box .ribbon_box {
		margin-bottom: 25px;
	}
	.upper_line #searchform1 {
		width: 50%;
	}
	.navbar {
		margin-bottom: 0;
	}	
	.header_margin {
		height: 140px;
	}
	ul.sub-menu,
	#menu-item-4960 ul.sub-menu {
		display: block;
		width: auto;
		position: static;
	}
	header {
		position: static;
	}
	.header_margin {
		display: none;
	}	
	#menu-header_menu {
		padding: 0;
	}
	.navbar {
		width: 100%;
	}	
	.navbar-toggle {
		margin-top: -40px;
	}
	#menu-header_menu {
		padding: 0;
		margin: 0;
	}
	.header_row .navbar li {
		width: 100%;
		float: none;
		display: block;
		margin: 0;
		padding: 15px 10px !important;
		border: none !important;
		border-bottom: 1px solid #CCC !important;
	}
	.navbar li a {
		font-size: 14px;
	}
}
@media (max-width: 750px) {
	.ribbon_content .post_image {
		width: 100%;
		text-align: center;
		height: 90px;
	}
	.ribbon_content .post_image img {
		max-height: 100%;
		max-width: none;
		width: auto;
	}
	.ribbon_content h2 {
		text-align: center;
	}
	.item .container {
		margin: 0;
		padding: 0;
	}
	.social {
		margin: 10px 0 0 0;	
	}
}
@media (max-width: 600px) {
	.archive .archive_content {
		height: 330px;
	}
	.pp-ipad {
		width: 100px;
		height: 120px;
		position: relative;
		float: left;
		left: -30px;
		top: 0;
	}
	.pp_left_side, 
	.pp_right_side {
		width: 100%;
		padding-left: 3%;
		padding-right: 3%;
	}
	.shadow_message .pp_left_side p,
	.pp_left_side h5 {
		margin-left: 0;
	}
	.pp_left_side h5 {
		font-size: 28px;
		margin: 10px 0;
	}
	.hun_recipes .shadow_message .privacy {
		width: 80%;
	}	
	.h1, h1 {
		font-size: 22px;
	}
	.h2, h2 {
		font-size: 22px;
		line-height: 135%;
	}
	.h3, h3 {
		font-size: 18px;
	}	
	.ribbon_content h2 a {
		word-break: normal;
	}
	.page-id-5071 .single-post-content img {
		width: 100%;
		height: auto;
	}
	.shop_introbox p {
		margin: 0;
	}
	.shop_introbox {
		padding-top: 200px;
	}
	.upper_line #searchform1 {
		width: 40%;
	}	
}
@media (max-width: 560px) {
	.fb_box {
		text-align: center;
	}
	.article_box {
		width: 100%;
		text-align: center;
		border-bottom: 1px solid #EEE;
		margin-bottom: 15px;
	}
	.archive_content {
		padding: 0;
	}
	.hidden_mobile {
		display: none;
	}
	.archive_content .post_image {
		margin: 10px 0;
	}
	.archive .archive_content,
	.archive_content h2 {
		height: auto;
		margin-bottom: 10px;
	}
	.video_box,
	.facebook_box {
		margin-bottom: 30px;
	}
	.carousel_title h2 {
		font-size: 21px;
		line-height: 130%;
	}
	.carousel_title a.read_more {
		font-size: 20px;
	}	
	.carousel_img img {
		height: 100%;
		width: auto;
	}		
	.logo {
		text-align: left;
	}
	.navbar-toggle {
		margin: -35px 0 0 0;
	}
	.navbar li {
		width: 100%;
		margin: 0;
		line-height: 35px;
		text-align: left;
		border-bottom: 1px solid #DDD;
	}
	.navbar li.menu-item-has-children {
		border: none;
	}
	.navbar ul.sub-menu li {
		padding-left: 25px;
	}
	.langs img {
		margin: 0 0 0 15px;
	}
	.social span {
		margin: 10px 10px 0;
	}
	.archive_content {
		width: 100%;
		margin: 0 auto;
		text-align: left;
	}
	.fb_box {
		width: 100% !important;
		margin: 0 auto !important;
		text-align: center;
	}
	.main_footer, .center_col {
		width: 100%;
		margin-bottom: 25px;
	}	
	.search_post {
		height: auto;
		padding-bottom: 45px;
	}	
	.ribbon_box {
		width: 100%;
	}	
	.ribbon_content {
		padding-bottom: 5px;
	}
	.ribbon_content .post_image {
		width: auto;
		float: left;
	}
	.ribbon_content h2 {
		margin-top: 0;
		text-align: left;
	}
	div.wp-pagenavi span.pages {
		display: inline-block;
		margin: 0 2px 15px;
	}
	.social {
		width: 100%;
		margin: 10px 0;
	}	
	.upper_line #searchform1 {
		width: 50%;
	}
	.be_friends {
		width: 270px;
		margin: 0 auto;
	}	
}
@media (max-width: 480px) {
	.h1, h1 {
		font-size: 21px;
	}
	.h2, h2 {
		font-size: 18px;
	}
	.h3, h3 {
		font-size: 16px;
	}	
	.upper_line #searchform1 {
		width: 60%;
	}
	.upper_line .search-fields {
		width: 65%;
	}
	.header_btns {
		width: 90%;
		margin: 0 auto;
		padding: 0;
		float: none;
	}	
	.slogen {
		font-size: 12px;
	}
	.logo {
		margin: 5px 0;
	}
	.logo img {
		max-width: 75%;
	}
	.header_row .menu-header_menu-container {
		margin-top: 0;
	}
	.navbar-toggle {
		margin-top: 5px;
	}
	.navbar,
	.logo {
		width: 100%;
	}
	.navbar .navbar-toggle {
		margin-top: -45px;
	}
	
}
