/*=================================================================================
/*=================================================================================

	Theme Name: Kolay Yemek Tarileferi
	Theme URI: http://www.google.com.tr
	Description: Kolay Yemek Tarifleri

	
================================================================================= */

/*=================================================================================
	0.	CSS Reset Styles
/*=================================================================================*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin: 0;  padding: 0;  border: 0;  font-size: 100%;  font: inherit;  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block; }
body {line-height: 1; }
ol, ul {list-style: none; }
blockquote, q {quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {content: '';  content: none; }
table {border-collapse: collapse;  border-spacing: 0; }
form {display:inline; }
strong {font-weight: 700;  }
b {font-weight: 700;  }

h1,h2,h3,h4,h5,h6 {}

.clear {height: 0px;  border: none;  margin: 0px 0 0px 0;  padding: 0px 0 0 0;  width: auto;  font-size: 0px;   clear: both; }

*s {outline: 1px solid red;}

* {-moz-box-sizing: border-box;  -webkit-box-sizing: border-box;  box-sizing: border-box;  }

.navi * { -webkit-transition: all 0.3s ease; 
	-moz-transition: all 0.3s ease; 
	transition: all 0.3s ease; }
	
.alignleft {float: left; margin: 0 20px 0 0;}
.alignright {float: right; margin: 0 0 0 20px; }
.aligncenter {display: block; margin: 0 auto 20px auto;}
.alignnone {display: block; margin: 0 0 20px 0;}
.wp-caption {max-width: 590px; padding: 4px 4px 4px 4px; background: #eee; border: 1px solid #ccc; text-align: center;}
.wp-caption .wp-caption-text {margin: 0; padding: 0 5px; text-align: left; font-size: 11px; color: #666; }
.wp-caption  p {padding-bottom: 0px !important; }
.wp-caption img { max-width: 588px; margin: 0 auto; padding: 0; border: 1px solid #666; }



a{text-decoration:none; color:#000; }
a:hover{text-decoration:none; color: #002756; }

body{font-family: 'Rajdhani', sans-serif; background: #F3F4F4;  color:#656565; font-size: 16px; font-weight:500; line-height:22px; text-align:center; padding: 0; overflow-x: hidden; position: relative; left: 0; }


.header {width: 100%; height: 125px; background: white;}
.wrap {width: 1180px; margin: 0px auto; text-align: left;}

.logo {display: block; float: left; width: 283px; height: 76px; text-indent: -999em; background: url(img/logo.png) no-repeat; margin: 28px 0 0 0px;}
.mobilenav {display: none;}
.navi {float: right; margin: 50px 0 0 0; height: 44px;}
.navi * { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease;  transition: all 0.3s ease; }
.navi ul {}
.navi ul li { margin-left: 21px; float: left;}
.navi ul li a {display: block; color: #F28F00; height: 34px; padding: 6px 0 0 0; margin: 4px 0 0 0;}
.navi ul li:hover > a {text-decoration: underline; color: #BE7205; padding: 6px 0 0px 0; margin: 10px 0 0 0;}	
.navi ul li .fb {text-indent: -999em; height: 34px; width: 34px; background: url(img/fb.png) no-repeat; opacity: 0.8;}
.navi ul li .fb:hover {opacity: 1;}
.navi ul li .tw {text-indent: -999em; height: 34px; width: 34px; background: url(img/twitter.png) no-repeat; opacity: 0.8;}
.navi ul li .tw:hover {opacity: 1;}


.cat_header {width: 100%; height: 190px; background: url(img/header_bg.jpg) center center no-repeat; background-size: cover;}
.cat_menu {float: left; height: 85px; margin: 50px 0 0 0;}
.cat_menu ul {}
.cat_menu * {-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease;  transition: all 0.3s ease; }
.cat_menu ul li {float: left; margin-right: 20px;}
.cat_menu ul li a {display: block; padding: 65px 0 0 0; color: white; min-width: 50px; text-align: center;}
.cat_menu ul li a:hover {background-position-y: 10px;}
.cat_menu .icon_yemekler {background: url(img/yemekler.png) center top no-repeat;}
.cat_menu .icon_tatlilar {background: url(img/tatlilar.png) center top no-repeat;}
.cat_menu .icon_salatalar {background: url(img/salatalar.png) center top no-repeat;}
.cat_menu .icon_hamur_isleri {background: url(img/hamur_isleri.png) center top no-repeat;}
.cat_menu .icon_corbalar {background: url(img/corbalar.png) center top no-repeat;}

.search {float: right; margin: 80px 0 0 0; border: 1px solid #FFFFFF; border-radius: 40px; height: 40px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease;}
.search:hover {box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.97); background-color: rgba(0,0,0,0.87);}
.search input[type="text"] {background: transparent; border: transparent; font-size: 14px; height: 40px; padding: 10px; color: white !important; font-family: Rajdhani; min-width: 60px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease;  transition: all 0.3s ease;}
.search:hover > form input[type="text"] {min-width: 250px;}
.search input[type="submit"] {width: 60px; height: 40px; background: transparent; border: transparent; font-family: Rajdhani; color: white; font-size: 15px; font-weight: 600;}
.search input:focus {border: transparent; outline: 0;}



.featured {}
.featured .wrap {width: 1240px;}
.featured > .wrap > h2 {font-size: 25px; color: #656565; font-weight: 500; display: block; padding: 30px 30px 20px 30px; margin: 0 0 0 0px;}


.recipe_box {float: left; background: #FFF; box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.23); border-radius: 4px; overflow: hidden; width: 575px; margin: 0 0 30px 30px; }
.cat_title {display: block; position: absolute; background-image: linear-gradient(-134deg, #FF9600 0%, #FC4F10 100%); border-radius: 40px;font-size: 16px; color: #FFFFFF; height: 35px; min-width: 130px; padding: 7px 0 0 0px; text-align: center; margin-top: -23px; margin-left: 22px;}

.cat_title > a {color: white;}
.recipe_mini_content {padding: 20px 20px 10px 20px;}
.recipe_mini_content span {display: block; border-bottom: 1px solid #ccc; padding: 0 0 5px 0; margin-bottom: 5px;}
.recipe_mini_content a {color: #656565;}
.recipe_mini_content a:hover {color: #000;}
.recipe_mini_content a:hover h1 {text-decoration: none; color: #F28F00;}
.post_link {min-height: 130px; display: block;}
.small .recipe_mini_content .post_link {height: 200px; display: block;}
 
.recipe_box h1 {font-family: Helvetica, sans-serif; font-weight: bold; font-size: 22px; color: #000000; line-height: 29px;}
.recipe_box .read {float: right; display: block; padding: 2px 20px 0 0; background: url(img/right_arrow_black.png) right center no-repeat; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease;  transition: all 0.3s ease;}
.recipe_box .read:hover {padding: 2px 24px 0 0;}

.small {width: 212px; overflow: hidden;}
.small h1 {font-size: 18px; line-height: 22px;}

.small .photo {height: 130px; overflow: hidden; margin-bottom: 10px;}
.small .recipe_mini_content {padding: 0px 10px 10px 10px;}

.pagination {text-align: center; margin-bottom: 50px;}
.pagination > a {display: block; background: #F5A623; border-radius: 4px; color: white; font-weight: 600; max-width: 200px; margin: 0px auto; padding: 5px 10px 5px 10px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease;  transition: all 0.3s ease;}
.pagination > a:hover {box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.23); margin-top: 2px;}

.list_by_cat {padding: 30px 0 0 0;}
.list_by_cat .wrap {width: 1240px;}
.list_by_cat .wrap h2 {margin-left: 30px; font-size: 30px; color: white; line-height: 30px;  font-weight: 500; float: left; padding: 20px 0 30px 70px;}
.list_by_cat .wrap > a {margin-right: 30px; float: right; margin-top: 30px; display: block; padding: 3px 20px 0 0; color: white; font: 16px; font-weight: 500; background: url(img/right_arrow.png) right center no-repeat; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease;  transition: all 0.3s ease;}
.list_by_cat .wrap > a:hover {padding: 3px 30px 0 0;}

.yemekler_cat {background-image: linear-gradient(-169deg, #FF9600 34%, #FC4F10 100%);}
.yemekler_cat .wrap h2 {background: url(img/yemekler.png) no-repeat;}

.tatlilar_cat {background-image: linear-gradient(-136deg, #00B8FF 0%, #0676B1 100%);}
.tatlilar_cat .wrap h2 {background: url(img/tatlilar.png) no-repeat;}

.salatalar_cat {background-image: linear-gradient(-90deg, #C86DD7 0%, #3023AE 100%);}
.salatalar_cat .wrap h2 {background: url(img/salatalar.png) no-repeat;}

.hamur_isleri_cat {background-image: linear-gradient(-90deg, #9F041B 0%, #F5515F 100%);}
.hamur_isleri_cat .wrap h2 {background: url(img/tatlilar.png) no-repeat;}

.corbalar_cat {background-image: linear-gradient(-90deg, #164C00 0%, #2A9864 100%);}
.corbalar_cat .wrap h2 {background: url(img/corbalar.png) no-repeat;}




.tags {float: left; width: 430px; background: transparent; overflow: hidden; max-height: 26px;}
.tags a {display: block; background: #D8D8D8; padding: 2px 4px 2px 4px; float: left; font-size: 12px; margin-right: 5px; margin-bottom: 10px; border-radius: 2px;}
.left_content .tags {width: 100%; float: none; display: block; min-height: 50px;}

.fb_page {background: white;}
.fb_page .wrap {padding: 50px;}
.fb_page h3 {color: #3A5897; font-size: 25px; line-height: 30px; max-width: 500px; font-weight: 400; float: left; margin: 70px 0 0 0; padding: 0 140px 0 0; background: url(img/arrow.png) right center no-repeat;}
.fb_page_box {float: right; background: url(img/fb_shadow.png) center bottom no-repeat; padding-bottom: 50px; width: 525px;}

.footer {width: 100%; height: 125px; background: white;}

.newsletter .wrap {padding: 100px 30px 100px 30px;}
.eposta {max-width: 670px; margin: 0px auto; padding: 0 0 0 100px; background: url(img/newsletter.png) left center no-repeat;}

.google .wrap {padding: 40px 30px 10px 30px;}
.google_post {padding: 20px 0 20px 0;}

.eposta input[type="text"] {background: white; border-radius: 50px; border: 1px solid #ccc; font-size: 14px; height: 40px; padding: 10px; color: black !important; font-family: Rajdhani; min-width: 320px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease;  transition: all 0.3s ease;}
.eposta input[type="submit"] {width: 100px; height: 40px; border-radius: 40px; padding: 10px 0 30px 10px; display: block;  background: white  url(img/send.png) right 10px center  no-repeat; border: transparent; font-family: Rajdhani; color: black; font-size: 15px; font-weight: 600; text-align: left; float: right; cursor: pointer;}
.eposta input:focus {border: ; outline: 0;}
.eposta form {width: 430px; display: block;}

.eposta h3 {font-size: 22px; line-height: 25px; color: black; margin-bottom: 15px; }


.post {margin: 60px 0 0 0; }
.left_content {width: 900px; float: left; background: #FFF; box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.23); border-radius: 4px; padding: 30px; position: relative; }
.left_content .cat_title {margin-top: 0px; margin-left: 0px; top: -18px; position: absolute; }
.left_content h1 {font-family: Helvetica, sans-serif; font-weight: bold; font-size: 24px; color: #000000; line-height: 29px; margin: 10px 0 10px 0; width: 100%; border-bottom: 1px solid #e0e0e0; padding-bottom: 20px;}
.social_share {float: right;}
.share_buttons {float: right; text-align: right; width:300px; *margin-top:-30px;}
	.share_buttons .googleplus {width: 70px; overflow: hidden; float: right;}
	.share_buttons .twitterbutton {float: right; width: 106px; margin-right: 10px; margin-top: 2px;}
	.share_buttons .facebookbutton {float: right;}
.left_content .date {float: left;}

.page_content p {margin-bottom: 5px;}
.page_content {font-weight: 500; line-height: 22px;}
.side_content {float: right; width: 212px; margin-right: 30px; }
.side_content .recipe_box {float: none; margin: 0 0 30px 0;} 
.side_content h2 {font-size: 24px; color: #FF9600; line-height: 30px; display: block; height: 100px; background: url(img/arrow_down.png) right top no-repeat; padding: 20px 0 0 0;}

.sayfalar {padding: 0 30px 0 30px;}
#wp_page_numbers {background: none !important;}
#wp_page_numbers ul li a {display: block; background: #D8D8D8; border-radius: 4px; color: white; font-weight: 600; max-width: 200px; margin: 0px auto; padding: 5px 10px 5px 10px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease;  transition: all 0.3s ease; color: #3A3A3A;}
#wp_page_numbers .page_info {font-size: 14px; margin: 0 5px 0 0; font-weight: 600; background: none !important; border-top: none !important; border-bottom: none !important;}
#wp_page_numbers ul li {float: left; background: none !important; margin-right: 10px; }
#wp_page_numbers .space {padding-top: 10px;}
#wp_page_numbers ul {border-top: none !important;}
#wp_page_numbers ul .active_page a {text-decoration: none; background: #F5A623; color: white;}
#wp_page_numbers .page_info {border-right: 1px solid #CCC; padding: 0 5px 0 0;}


.page_content h1, .single_post h2, .single_post h3, .single_post h4, .single_post h5, .single_post h6 
	{margin:0 0 0.5em; line-height:1.0em;}
		
	
	.left_content .page_content blockquote {margin: 1em 3em; font-family: Georgia, serif; padding: .7em .7em; border-left: 8px solid #f4cd48; background-color: #e5e5e5; font-style: oblique; color: #333; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;}
	.left_content .page_content blockquote p {margin: .7em .7em;}

	.left_content .page_content ul {margin-bottom: 1.5em; padding: 0 0 0 30px;}
	.left_content .page_content ul ul {margin: 0;}
	.left_content .page_content ul li {list-style-type: disc;}
	.left_content .page_content ul ul li {list-style-type: circle;}

	.left_content .page_content ol {margin-bottom: 1.5em; padding: 0 0 0 30px;}
	.left_content .page_content ol ol {margin: 0;}
	.left_content .page_content ol li {list-style-type: decimal;}
	.left_content .page_content ol li ol li {list-style-type: lower-latin;}
		
	sup, sub {height: 0; line-height: 1; position: relative; vertical-align: baseline; font-size: 90%;}
	sup {bottom: 1em;}
	sub {top: .5em;}
	
	code {background: #f7f7f7; color: #222; line-height: 18px; margin-bottom: 18px; padding: .5em; font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;}

	pre {background: #f7f7f7; color: #222; line-height: 18px; margin-bottom: 18px; padding: .5em; font-family: "Courier 10 Pitch", Courier, monospace;}
	
	dl {margin: 0 0 24px 0;}
	dt {font-weight: bold;} 
	dd {margin-bottom: 18px;}
	strong {font-weight: bold;}
	cite, em, i {font-style: italic;}
	big {font-size: 131.25%;}
	ins {background: #ffc; text-decoration: none; padding: 3px;}

	.gallery {margin: 0 auto 18px;}
	.gallery .gallery-item {float: left; margin-top: 0; margin-bottom: 20px; text-align: center; width: 33%;}
	.gallery-columns-2 .gallery-item {width: 50%;}
	.gallery-columns-4 .gallery-item {width: 25%;}
	.gallery img {border: 2px solid #cfcfcf;}
	.gallery-columns-2 .attachment-medium {max-width: 92%; height: auto;}
	.gallery-columns-4 .attachment-thumbnail {max-width: 84%; height: auto;}
	.gallery .gallery-caption {color: #888; font-size: 12px; margin: 0 0 12px;}
	.gallery dl {margin: 0;}
	.gallery img {border: 10px solid #f1f1f1;}
	.gallery br+br {display: none;}
	#content .attachment img {/* single attachment images should be centered */
	display: block;margin: 0 auto;}







.pagination > a {}
.pagination > a:hover {box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.23); margin-top: 2px;}



@media screen and (max-width: 1200px) {

*s {outline: 1px solid red;}
.wrap {width: 980px; margin: 0px auto; text-align: left;}
.featured .wrap {width: 980px;}

.recipe_box {float: left; background: #FFF; box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.23); border-radius: 4px; overflow: hidden; width: 455px; margin: 0 15px 30px 15px; }

.list_by_cat .wrap {width: 980px;}
 .list_by_cat .wrap h2 {margin-left: 0px}
.small {width: 185px; overflow: hidden; margin: 0 10px 15px 0px;}
.small .photo {height: auto; width: 100%; overflow: hidden; margin-bottom: 10px;}
.small .photo img {width: 100%; height: auto;}

.recipe_box .photo {height: auto; width: 100%; overflow: hidden; margin-bottom: 10px;}
.recipe_box .photo img {width: 100%; height: auto;}

.post_link {min-height: 160px;}

.fb_page {background: white;}
.fb_page .wrap {padding: 50px;}
.fb_page h3 {color: #3A5897; font-size: 25px; line-height: 30px; max-width: 500px; min-height: 100px; font-weight: 400; float: none; margin: 30px auto 20px auto; padding: 0 140px 0 0; background: url(img/arrow_down.png) right center no-repeat;}
.fb_page_box {float: none; background: url(img/fb_shadow.png) center bottom no-repeat; padding-bottom: 50px; width: 525px; margin: 0px auto;}


.left_content {width: 740px; float: left; }

.left_content .featured_photo {width: 100%;}


.side_content {margin-right: 0px; margin: 0px auto; padding: 0px 0 0 0; }
.side_content .recipe_box {float: none; margin: 0 0 30px 0;} 
.side_content h2 {font-size: 24px; color: #FF9600; line-height: 30px; display: block; height: auto; background: none right top no-repeat; padding: 0px 0 10px 0; width: 80%;}

.mcenterImage {margin: 0px auto !important; text-align: center !important;}
.side_content .recipe_box {margin: 0px;}
.side_content .small {width: 100%; margin-bottom: 20px;}


}


@media screen and (max-width: 900px) {
	*s {outline: 1px solid red;}
	.wrap {width: 100%;}
	.header {height: auto; padding: 20px 0 20px 0;}
	.logo {float: none; margin: 0px auto; }
	.navi {float: none; margin: 20px auto 0px auto; height: 44px; width: 100%; padding: 0 0 0 0px; text-align: center;}
	.navi ul li {float: none; display: inline-table;}
	.cat_header {width: 100%; height: auto; background: url(img/header_bg.jpg) center center no-repeat; background-size: cover; padding: 30px 0 30px 0;}
.search {float: none; margin: 0px auto; border: none; border-radius: 40px; height: auto; text-align: center;}
.search:hover {box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.0); background-color: rgba(0,0,0,0.0);}

.search input[type="text"] {height: 40px; padding: 10px; color: white !important;  min-width: auto; width: 90%; margin: 0px auto; border: 1px solid #FFFFFF; border-radius: 40px;}
.search input[type="submit"] {width: 90%; height: 40px; background: white; margin: 20px 0 0 0; color: black; }
.cat_menu {float: none; height: 85px; margin: 0px auto 20px auto; text-align: center;}

.cat_menu ul li {float: none; margin-right: 20px; display: inline-table; margin-right: 0px; margin: 0 5px 0 5px;}
.cat_menu ul li a {display: inline-block;}

.featured .wrap {width: 100%;}
.recipe_box {float: none; background: #FFF; box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.23); border-radius: 4px; overflow: hidden; width: 95%; margin: 0px auto 30px auto; }


.eposta {max-width: 670px; margin: 0px auto; padding: 110px 0 0 0px; background: url(img/newsletter.png) top center no-repeat; text-align: center;}

.eposta input[type="text"] {min-width: auto;  width: 100%; float: none; margin-bottom: 10px;}
.eposta input[type="submit"] {width: 100%; text-align: left; float: none; cursor: pointer;}
.eposta form {width: 100%; display: block;}

.fb_page {display: none;}


.tags {float: none; width: 100%; min-height: 50px; background: transparent;}

.recipe_box .read {float: none; width: 100%; display: block; padding: 2px 20px 0 0; background: url(img/right_arrow_black.png) right center no-repeat; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease;  transition: all 0.3s ease;}



.small {width: 95%; overflow: hidden;}
.small h1 {font-size: 18px; line-height: 22px;}

.small .photo {height: auto; width: 100%; overflow: hidden; margin-bottom: 10px;}
.small .photo img {width: 100%; height: auto;}
.small .recipe_mini_content {padding: 0px 10px 10px 10px;}
.small .recipe_mini_content .post_link {height: auto !important;}

.recipe_box .photo {height: auto; width: 100%; overflow: hidden; margin-bottom: 10px;}
.recipe_box .photo img {width: 100%; height: auto;}
.list_by_cat .wrap {width: 100%; padding-bottom: 40px;}

.list_by_cat .wrap h2 {margin-left: 0px; font-size: 30px; margin: 0px auto; color: white; line-height: 30px;  font-weight: 500; float: none; padding: 20px 0 30px 70px;}
.list_by_cat .wrap > a { float: none; margin-top: 0px; margin-bottom: 20px; display: block; padding: 3px 20px 0 10px; color: white; font: 16px; font-weight: 500; background: url(img/right_arrow.png) right center no-repeat; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease;  transition: all 0.3s ease;}
.list_by_cat .wrap > a:hover {padding: 3px 30px 0 0;}

.post {margin: 30px 0 0 0; }
.left_content {width: 95%; float: none; margin: 0px auto; background: #FFF; box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.23); border-radius: 4px; padding: 10px; position: relative; }
.left_content .cat_title {margin-top: 0px; margin-left: 0px; top: 0px; position: relative; margin-bottom: 10px; }
.left_content h1 {font-family: Helvetica, sans-serif; font-weight: bold; font-size: 24px; color: #000000; line-height: 29px; margin: 10px 0 10px 0; width: 100%; border-bottom: 1px solid #e0e0e0; padding-bottom: 20px;}
.social_share {float: none;}
.share_buttons {float: none; text-align: center; width: 100%; }
	.share_buttons .twitterbutton {display: inline-block; float: none; width:  106px; margin-right: 10px; margin-top: 10px;}
	.share_buttons .facebookbutton {float: none; display: inline-block; margin-top: none;}
.left_content .date {float: none; width: 100%; text-align: center; padding: 10px;}

.page_content p {margin-bottom: 5px;}
.page_content {font-weight: 500; line-height: 22px;}
.side_content {float: none; width: 95%; margin-right: 0px; margin: 0px auto; padding: 40px 0 0 0; }
.side_content .recipe_box {float: none; margin: 0 0 30px 0;} 
.side_content h2 {font-size: 24px; color: #FF9600; line-height: 30px; display: block; height: auto; background: none right top no-repeat; padding: 0px 0 10px 0; width: 80%;}

.mcenterImage {margin: 0px auto !important; text-align: center !important;}
.side_content .recipe_box {margin: 0px;}
.side_content .small {width: 100%; margin-bottom: 20px;}
.left_content  

.msmallImage {width: 100% !important; height: auto !important;}

.google {margin: 20px 0 20px 0;}
.google .wrap {padding: 0px;}
.google_post {padding: 0px; margin: 20px 0 20px;}


.footer {width: 100%; height: auto; padding: 20px 0 20px 0; background: white;}

	.mobilenavs {background:url(img/mobilenav_2.png) no-repeat;display:block;float:right;height:29px;position:absolute;right:25px;text-align:left;text-indent:-999em;top:50px;width:28px;z-index:100;}

}





.fusion {display: block; width: 60px; height: 11px; text-indent: -999em; background: url(http://www.kolayyemektarifleri.org/wp-content/themes/kolayyemektarifleri/img/fusion.png) no-repeat; position: absolute; right: 10px; bottom: 10px; }