/*
Theme Name: Sweet Caroline's Cooking
Theme URI: http://www.actiocreative.com
Author: ACTIO CREATIVE
Author URI: http://www.actiocreative.com
Description: A clean, minimal responsive theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: sweetcarolinescooking
Domain Path: /languages/
Tags:

/* =Reset
============================================================================== */

    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%;
    	outline: 0;
    	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; }

    /* clear */
    	
    .clear:after {
    	display: table;
    	content: "";
    	clear: both;
    	}

/* =Global
============================================================================== */

	/* Base
	-------------------------------------------------------------------------- */
		
		body {
			font: 14px/1.5 Merriweather, Times, Georgia, serif;
			color: #282828;
			background: #fff;
			-webkit-font-smoothing: antialiased;
			}

		#wpadminbar {background: rgba(0,0,0,.7) !important;}	
			
	/* Text
	-------------------------------------------------------------------------- */
	
		/*
			Google Web Fonts in use:
			
			Merriweather: 400, 700, 700 italic
			Montserrat: 400, 700
		
		*/
			
		p, ul, ol, dl, pre {
			font-size: 16px;
			margin-bottom: 15px;
			font-family: 'Open Sans', sans-serif;
			}
			
		h1, h2, h3, h4, h5 {
			margin-bottom: 15px;
			color: #282828;
			/*text-transform: uppercase;*/
			text-transform: lowercase;
			font-weight: 500;
			font-family: 'Imprima', sans-serif;
			}

						
		h1 { font-size: 35px; line-height: 1.1; }
		h2 { font-size: 32px; line-height: 1.2; }
		h3 { font-size: 24px; line-height: 1.3; font-weight: 700; }
		h4 { font-size: 21px; line-height: 1; color: #9474bd; }
		h5 { font-size: 12px; line-height: 1.5; }
		
		/* strong + em */
			
		strong { font-weight: 700; }
		em { font-style: italic; }
		
		/* lists */
		
		ol {
			margin-left: 15px;
			list-style: decimal;
			}
		
		ul.indent {
			margin-left: 20px;
			}
		
		ul.bullets {
			margin-left: 20px;
			list-style: disc;
			}
			
		/* links */


			
		a, a:visited { color: #9474bd; text-decoration: none; webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
} }			
		a:hover { text-decoration: underline; }

		.edit-link {float: left; width: 100%;}
		
	/* Forms
	-------------------------------------------------------------------------- */

		/* textareas and text inputs */
		
		textarea {
			line-height: 1.3;
			resize: none;
			}

		textarea, input, button {
			margin: 0;
			padding: 0;
			font-weight: 400;
		    /*font-family: Montserrat, Arial, Helvetica, "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;*/
		    outline: 0;
		    -webkit-appearance: none;
			-webkit-border-radius: 0;
			   -moz-border-radius: 0;
			   		border-radius: 0;
		    }
	
		/* form buttons */
		
		button::-moz-focus-inner {
		    padding: 0;
		    border: none;
			}
			
		/* search form */
		
		.searchForm, .search-form {
			width: 100%;
			margin-bottom: 15px;
			float: left;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			   		box-sizing: border-box;
			}
			
		#main .searchForm { padding-right: 40%; }
		
		.searchForm input, .searchForm button, .search-form input, .search-form input.search-submit {
			/*height: 36px;*/
			height: 45px;
			-webkit-font-smoothing: subpixel-antialiased;
			}

		.search-form span {
			display: none;
		}	
		
		.searchForm input, .search-form input {
			width: 80% !important;
			margin-right: -1%;
			padding: 0 10px;
			color: #9474bd;
			font-size: 13px;
			border: 1px solid #9474bd;
			background: #ffffff;
			float: left;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			   		box-sizing: border-box;
			}
			
		.searchForm button, .search-form input.search-submit {
			width: 20%;
			color: #fff;
			font-size: 13px;
			border: 0;
			background: #9474bd;
			float: right;
			}

			
		.searchForm button:hover, .search-form input.search-submit:hover { background: #997BC0; cursor: pointer; }

		.searchForm ::-webkit-input-placeholder, .search-form input ::-webkit-input-placeholder { color: #9474bd; }
		.searchForm input[type=text]:-moz-placeholder, .search-form input ::-webkit-input-placeholder { color: #9474bd; }
		.searchForm input[type=text]:-ms-input-placeholder, .search-form input ::-webkit-input-placeholder { color: #9474bd; }

		#subscribe-email {width:75%; float:left;}
	
	#subscribe-email input {height: 45px !important; width: 75%!important;
		padding: 0 10px !important;
		color: #9474bd !important;
		font-size: 13px !important;
		border: 1px solid #9474bd !important;
		background: #ffffff !important;
		float: left !important;
		-webkit-box-sizing: border-box !important;
		-moz-box-sizing: border-box !important;
		box-sizing: border-box !important;
		width:100% !important;
	}

	form {float:left; width: 100%;}
	
	.textwidget input[type=email], .textwidget input[type=text], .textwidget textarea {
			padding: 0 10px !important;
			color: #9474bd !important;
			font-size: 13px !important;
			border: 1px solid #9474bd !important;
			background: #ffffff !important;
			float: left !important;
			-webkit-box-sizing: border-box !important;
			-moz-box-sizing: border-box !important;
			box-sizing: border-box !important;
		}

	textarea, input, button {
	width: 100%;
	color: #fff;
	font-size: 13px;
	border: 0;
	background: #9474bd;
	float: right;
	height: 45px;
	-webkit-font-smoothing: subpixel-antialiased;
	padding:0 5px;
	}

	#subscribe-submit, .subscribe-submit  {cursor: pointer !important; float:right; width: 25%; }
	
	label {display: none !important; }

	button {cursor: pointer !important;}
		
											
	/* Common
	-------------------------------------------------------------------------- */
		
		/* wrapper */
		
		.wrapper {
			max-width: 1200px;
			margin: 0 auto;
			padding: 0 5%;
			position: relative;
			}
		
		/* hide */
		
		.hidden {
			display: none;
			}
			
		/* float left or right */
		
		.floatLeft {
			float: left;
			}
			
		.floatRight {
			float: right;
			}
			
		/* center text */ 
		
		.centerText { text-align: center; }
			
		/* center button */ 
		
		.centerButton { 
			float: left;
			position: relative;
			left: 50%;
			}
			
		.centerButton a, .centerButton button {
			position: relative;
			left: -50%;
			}

/* =Header
============================================================================== */

	/* Base
	-------------------------------------------------------------------------- */
		
		#header {
			text-align: center;
			position: relative;
			z-index: 1;
			-webkit-perspective: 1150px;
			   -moz-perspective: 1150px;
			     -o-perspective: 1150px;
			    -ms-perspective: 1150px;
					perspective: 1150px;
			}
			
		/* top links - rss, logo, and search */
		
		#topLinks {
			width: 100%;
			display: table;
			margin: 0;
			position: relative;
			display: inline-block;
			}
			
		#topLinks li {
			/*display: table-cell;*/
			display: block;
			vertical-align: middle;
			}
			
	/* Logo
	-------------------------------------------------------------------------- */
			
		a#logo, a#logo:visited {
			width: 25%;
			max-width: 300px;
			margin: 0px auto;
			display: inline-block;
			position: relative;
			z-index: 0;
			float: right;
			}
			
		a#logo img {
			width: 85%;
			height: auto;
			}
			
		a#logo:hover {
			opacity: 0.75;
			}

		.header_cover {
			position: relative;
			/*margin-top: 70px;*/
			margin-top: 6.5%;
			width: 70%;
			height: auto;
			float: left;
			}

	/* Recipe Index Navigation
	-------------------------------------------------------------------------- */
	
	#recipe_index {
padding: 25px 0;
border-bottom: 1px solid #d9d9d9;
	}		


	#recipe_index ul {
			width: 100%;
			margin: 0;
			display: block;
			}
		
		#recipe_index li {
			padding: 0 5px 0 25px;
			display: inline-block;
			position: relative;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			   		box-sizing: border-box;
			}
			
		#recipe_index li:first-child { padding-left: 0; }
		#recipe_index li:last-child { padding-right: 0; }

		*#recipe_index li + li:before {
			content: "//";
			/* width: 1px; */
			/* height: 10px; */
			margin-top: -7px;
			color: #9474bd;
			display: block;
			position: absolute;
			top: 35%;
			left: 0;
			font-size: 20px;
			}
		
		#recipe_index li a, #recipe_index li a:visited {
			padding: 5px 0;
			color: #000;
			font-size: 18px;
			font-weight: 500;
			/* text-transform: uppercase; */
			text-transform: lowercase;
			letter-spacing: 2px;
			white-space: nowrap;
			font-family: 'Imprima', sans-serif;
			display: block;
			position: relative;
			webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
			}
			
		/*#recipe_index li a:before {
			content: "";
			height: 0;
			background: #9474bd;
			display: block;
			position: absolute;
			left: 0;
			right: 0;
			bottom: -1px;
			-webkit-transition: all 0.065s linear;
			   -moz-transition: all 0.065s linear;
			     -o-transition: all 0.065s linear;
				-ms-transition: all 0.065s linear;
					transition: all 0.065s linear;
			}*/
			
		#recipe_index li a:hover { text-decoration: none; color: #9474bd; }
		#recipe_index li a:hover:before { height: 3px; }
			
		#recipe_index li.current-menu-item a {
			/*margin-bottom: -1px;
			border-bottom: 1px solid #000;*/
			color: #9474bd;
			}

	/* Recipe Pages
	-------------------------------------------------------------------------- */

	#cat_Recentposts {
	padding: 25px 0 40px;
	/*border-bottom: 1px solid #d9d9d9;*/
	display: block;
	float: left;
	width: 100%;
	}	

	.viewMore-separator {
background: none;
height: 25px;
/* position: relative; */
text-align: center;
/* margin-top: 15px; */
	}

	.viewMore-separator a {
	background-color: #fff;
	display: inline-block;
	margin: 0;
	padding: 5px 15px;
	font-size: 21px;
	font-weight: 500;
	color: #000;
	font-family: 'imprima', sans-serif;
	}

	.viewMore-separator a:hover {
	color: #9474bd;
	text-decoration: none;
	cursor:pointer;
	}

	.viewMore-separator hr {
	margin: -23px auto 10px auto;
	width: 100%;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #d9d9d9;
	}

	.catResults {
	width: 100%;
	/* display: block; */
	float: left;
	margin-bottom: 25px;
	}

	#category-thumbs {
	padding: 25px 0;
	float: left;
	width: 100%;
	}

	#index-switcher {
float: right;
font-family: 'open-sans', sans-serif;
font-size: 18px;
line-height: 1.8;
}

#index-switcher a {
opacity: .6;
}

#index-switcher a.active, #index-switcher a:hover {
opacity: 1;
}




			
	/* Primary Navigation
	-------------------------------------------------------------------------- */
		
		/* toggle nav */
		
		a#toggleNav, a#toggleNav:visited {
			display:none;
			/*padding: 10px 0;*/
			color: #000;
			font-size: 13px;
			font-weight: 400;
			/*text-transform: uppercase;*/
			letter-spacing: 2px;
			font-family: Montserrat, Arial, Helvetica, "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
			/*background: #f0f0f0;*/
			display: none;
			-webkit-border-radius: 5px;
			   -moz-border-radius: 5px;
			   		border-radius: 5px;
			   		text-align: left;
			}
			
		a#toggleNav:hover { text-decoration: none; }
		
		a#toggleNav i {
			margin: 2px 5px 0 0px;
			/* color: #999; */
			font-size: 15px;
			line-height: 15px;
			display: inline-block;
			vertical-align: top;
			float: left;
			}
		
		/* main nav links */
		
		#primaryNav {
			/* border-bottom: 1px solid #d9d9d9;*/
			width: 75%; 
			float: left;
			}
			
		#primaryNav ul {
			width: 100%;
			margin: 0;
			display: table;
			text-align: left;
			}
		
		#primaryNav li {
			/*padding: 0 5px 0 15px;
			display: table-cell;*/
			padding: 0 2% 0 4%;
			display: inline-block;
			position: relative;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			   		box-sizing: border-box;
			}
			
		#primaryNav li:first-child { padding-left: 0; }
		#primaryNav li:last-child { padding-right: 0; }
			
		/*#primaryNav li + li:before {
			content: "";
			width: 1px;
			height: 14px;
			margin-top: -7px;
			background: #ccc;
			display: block;
			position: absolute;
			top: 50%;
			left: 0;
			}*/

		*#primaryNav li + li:before {
			content: "//";
			/* width: 1px; */
			/* height: 10px; */
			margin-top: -7px;
			color: #9474bd;
			display: block;
			position: absolute;
			top: 35%;
			left: 0;
			font-size: 20px;
			}
		
		#primaryNav li a, #primaryNav li a:visited {
			padding: 15px 0;
			color: #000;
			font-size: 1em;
			font-weight: 400;
			/*text-transform: uppercase;*/
			text-transform: lowercase;
			letter-spacing: 2px;
			white-space: nowrap;
			font-family: 'Imprima', sans-serif;
			display: block;
			position: relative;
			-webkit-transition: all 0.25s ease-in-out 0s;
			   -moz-transition: all 0.25s ease-in-out 0s;
			     -o-transition: all 0.25s ease-in-out 0s;
				-ms-transition: all 0.25s ease-in-out 0s;
					transition: all 0.25s ease-in-out 0s;
			}
			
		/*#primaryNav li a:before {
			content: "";
			height: 0;
			background: #9474bd;
			display: block;
			position: absolute;
			left: 0;
			right: 0;
			bottom: -1px;
			-webkit-transition: all 0.065s linear;
			   -moz-transition: all 0.065s linear;
			     -o-transition: all 0.065s linear;
				-ms-transition: all 0.065s linear;
					transition: all 0.065s linear;
			}*/
			
		#primaryNav li a:hover { text-decoration: none; color: #9474bd; }
		/*#primaryNav li a:hover:before { height: 3px; }*/
			
		#primaryNav li.current-menu-item a {
			/*margin-bottom: -1px;
			border-bottom: 1px solid #000;*/
			}


	/* Drop Down Menu		
	-------------------------------------------------------------------------- */
	/* Top level Unordered list */
		/*ul.dropdown {
		list-style:none;
		float:left;
		width:100%;
		padding: 0 10px;
		}
		 
		ul.dropdown  li{
		float:left; 
		position:relative; 
		}
		 
		ul.dropdown a {
		padding:12px; 
		color:#eee;
		text-decoration:none;
		text-shadow:0 1px 0 #000;
		}
		 
	
		ul.dropdown li:hover a {
		background:#444;
		border-top:1px solid #777;
		border-bottom: 1px solid #000;
		border-right:1px solid #666;
		}
		 
		
		ul.dropdown li ul a {
		display:block;
		}
		 */

		/* sub menus!!  */
		#primaryNav .sub-menu {
		list-style: none;
		margin: 0;
		padding: 0px;
		width: 90%;
		position: absolute;
		z-index: 500;
		background: #fff;
		margin-top: 0px !important;
		border: 1px solid #d9d9d9;
		/*border-top: none;*/
		clear: both;
		color: #000;
		}

		#primaryNav .sub-menu a {
		-moz-box-shadow:0 2px 10px #000; /* CSS 3 */
        }

		#primaryNav .sub-menu li {
			display: block;
			padding: 0px;
			-webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
		}

		*#primaryNav .sub-menu li + li:before {
			content: "";
			margin-top:0px;
			top: 0%;
		}

		#primaryNav .sub-menu li a:before {
		background: none !important;
		}

		 
		#primaryNav .sub-menu li ul {
		top:27px; /* Positioning:Calc with top level horz list height */
		-moz-box-shadow:0 2px 10px #000; /* CSS 3 */
		-webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
		}
		 
		#primaryNav .sub-menu ul ul {
		top:0;
		left:100%; /* Position the sub menus to right. */
		}

		#primaryNav .sub-menu ul ul li {
    	}
		 
		#primaryNav .sub-menu ul li {
		float:none; /* umm.. Appear below the previous one. mmkay? */
		}

		#primaryNav .sub-menu li a, #primaryNav .sub-menu li a:visited {
		padding:10px 10px;
		border-bottom: none !important;
		-webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
		}

		#primaryNav .sub-menu li a:hover {
		background: #9474bd;
		color: #fff;
		}
		 
		/* Drop Down! */
		 
		/* Hide all the dropdowns (submenus) */
		#primaryNav .sub-menu,
		#primaryNav .sub-menu li:hover ul ul,
		#primaryNav .sub-menu ul li:hover ul ul
		{ display: none !important; }
		 
		/* Display the submenus only when li are hovered */
		#primaryNav li:hover ul,
		#primaryNav ul li:hover ul ,
		#primaryNav ul li ul li:hover ul
		{ display: block !important;
				-webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;}

		 
		#primaryNav .sub-menu li * a:hover {
		/* Change color of links when hovered */
		background: #600;
		background: -moz-linear-gradient( top, #200, #400); /* CSS 3 */
		border-bottom:1px solid #900;
		border-top:1px solid #222;
		}	

		#select_search, .mobileSearch  {display:none;}	
			
	/* Share & Search
	-------------------------------------------------------------------------- */
		
		a#quickRSS, a#quickRSS:visited, a#quickSearch, a#quickSearch:visited {
			display: block;
			}
			
		a#quickRSS, a#quickRSS:visited { margin-right: 20px; float: left; }
		a#quickSearch, a#quickSearch:visited { margin-left: 20px; float: right; }
			
		a#quickRSS i, a#quickSearch i {
			color: #d9d9d9;
			font-size: 30px;
			-webkit-transition: all 0.11s linear;
			   -moz-transition: all 0.11s linear;
			     -o-transition: all 0.11s linear;
				-ms-transition: all 0.11s linear;
					transition: all 0.11s linear;
			}
			
		a#quickRSS:hover i { color: #f6a33c; }
		a#quickSearch:hover i { color: #000; }
			
	/* Search Box
	-------------------------------------------------------------------------- */		
		
		#searchBox {
			width: 100%;
			background: #fff;
			opacity: 0;
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			z-index: 1;
			-webkit-transition: all 0.25s linear;
			   -moz-transition: all 0.25s linear;
			     -o-transition: all 0.25s linear;
				-ms-transition: all 0.25s linear;
					transition: all 0.25s linear;
			-webkit-transform-origin: 50% 0%;
			   -moz-transform-origin: 50% 0%;
			     -o-transform-origin: 50% 0%;
				-ms-transform-origin: 50% 0%;
					transform-origin: 50% 0%;
			-webkit-transform: translate3d(0,0,0) rotate3d(1,0,0,-90deg);
			   -moz-transform: translate3d(0,0,0) rotate3d(1,0,0,-90deg);
				 -o-transform: translate3d(0,0,0) rotate3d(1,0,0,-90deg);
				-ms-transform: translate3d(0,0,0) rotate3d(1,0,0,-90deg);
					transform: translate3d(0,0,0) rotate3d(1,0,0,-90deg);
			}
			
		#searchBox.active {
			opacity: 1;
			-webkit-transform: rotate3d(1,0,0,0deg);
			   -moz-transform: rotate3d(1,0,0,0deg);
			     -o-transform: rotate3d(1,0,0,0deg);
				-ms-transform: rotate3d(1,0,0,0deg);
					transform: rotate3d(1,0,0,0deg);
			}
			
		#searchBox .wrapper {
			max-width: 500px;
			padding-top: 30px;
			color: #fff;
			}
			
		#searchBox .wrapper h3 {
			width: 100%;
			margin-bottom: 25px;
			color: #000;
			float: left;
			}
			
		#searchBox .wrapper p {
			width: 100%;
			margin: 0 0 15px 0;
			float: left;
			}
					
		#searchBox a#closeSearch, #searchBox a#closeSearch:visited {
			padding: 13px 0 10px 0;
			color: #997BC0;
			font-size: 15px;
			font-weight: 500;
			text-transform: lowercase;
			letter-spacing: 2px;
			font-family: Montserrat, Arial, Helvetica, "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
			font-family: 'Imprima', sans-serif;
			display: block;
			-webkit-border-radius: 5px;
			   -moz-border-radius: 5px;
			   		border-radius: 5px;
			-webkit-transition: all 0.11s linear;
			   -moz-transition: all 0.11s linear;
			     -o-transition: all 0.11s linear;
				-ms-transition: all 0.11s linear;
					transition: all 0.11s linear;
			}
			
		#searchBox a#closeSearch:hover {
			text-decoration: none;
			background: #F5F5F5;
			}
			
		/* search form */
		
		#searchBox form {
			width: 100%;
			margin-bottom: 15px;
			float: left;
			}
		
		#searchBox input, #searchBox button {
			height: 45px;
			-webkit-font-smoothing: subpixel-antialiased;
			}
		
		#searchBox input {
			width: 76%;
			margin-right: -1%;
			padding: 0 10px;
			color: #9474bd;
			font-size: 16px;
			border: 3px solid #9474bd;
			background: #fff;
			float: left;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			font-family: 'open sans', sans-serif;
			}
			
		#searchBox input:focus, #searchBox input:active { color: #9474bd; }
			
		#searchBox ::-webkit-input-placeholder  { color: #9474bd; }
		#searchBox input:-moz-placeholder { color: #9474bd; }
		#searchBox input:-ms-input-placeholder { color: #9474bd; }
		
		#searchBox button {
			width: 25%;
			color: #fff;
			font-size: 23px;
			border: 0;
			background: #9474bd;
			float: right;
			}
			
		#searchBox button:hover { background: #997BC0; cursor: pointer; }

		.fi-magnifying-glass:before {font-size: 21px !important;}

/* =Content
============================================================================== */
	
	/* Base
	-------------------------------------------------------------------------- */

		#contentWrapper {
			/*width: 100%;*/
			width: 70%;
			float: left;
			}
		
		#main {
			/*margin-right: 330px;
			border-right: 1px solid #d9d9d9;*/
			margin-top:-35px;
			width:100%;
			}
			
	/* Pages
	-------------------------------------------------------------------------- */
	
		/* header */
		
		.pageHeader {
			width: 100%;
			padding: 30px 0 15px 0;
			}
			
		/* content */
		
		.pageContent { padding: 30px 30px 30px 0; }

		.pageContent img { width: 100%; height: auto; }

		.page-entry-header { padding: 0px 0 20px; border-bottom: 1px solid #d9d9d9; }

		.page-entry-header-search { padding: 20px 0 0px; border-top: 1px solid #d9d9d9; float: left; width: 100%; margin-top: 15px;}
			
	
	/* Contact Form
	-------------------------------------------------------------------------- */	
		.wpcf7 input, .wpcf7 textarea {
			width: 85%;
			margin-right: -1%;
			padding: 10px 10px;
			color: #9474bd;
			font-size: 13px;
			border: 1px solid #9474bd;
			background: #ffffff;
			float: left;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			margin: 10px 0;
			font-size: 16px;
			font-family: 'open-sans', sans-serif;
			font-weight: 300;
		}

		.wpcf7 textarea { width: 100%; resize: vertical;}

		.wpcf7-submit {
			background: #997BC0 !important;
			color: #fff !important;
			width:30% !important;
			cursor: pointer;
			border: none !important;
			-webkit-transition: all 0.2s linear;
			-moz-transition: all 0.2s linear;
			-o-transition: all 0.2s linear;
			-ms-transition: all 0.2s linear;
			transition: all 0.2s linear;
		}

		.wpcf7-submit:hover { background: #8accd5 !important; }

		.wpcf7 ::-webkit-input-placeholder  { color: #9474bd; }
		.wpcf7 input:-moz-placeholder { color: #9474bd; }
		.wpcf7 input:-ms-input-placeholder { color: #9474bd; }

		div.wpcf7 img.ajax-loader {width: auto; float: left; margin: 16px;}

		div.wpcf7-response-output {
		margin: 3% 0%;
		float: left;
		width: 95%;
		font-family: 'imprima', sans-serif;
		font-size: 21px;
		color: #9474bd;
		padding: 0 !important;
		}

		div.wpcf7-mail-sent-ok {border: none !important; }


	/* Posts
	-------------------------------------------------------------------------- */
	
		/* post */
	
		.post {
			width: 100%;
			padding: 30px 0px 30px 0;
			float: left;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			   		box-sizing: border-box;
			}
			
		.postSingle .post { /*padding-top: 0;*/ }
			
		/* post previews (used on Home, Archives, etc.) */
			
		.postPreviews .post { border-top: 1px solid #d9d9d9; }
		.postPreviews .post:first-child { border: 0; }
			
		/* post title */
		
		.postPreviews .post h1, .postPreviews .post h2 {
			margin-bottom: 20px;
			}
		
		.postPreviews .post h1 a, .postPreviews .post h1 a:visited, .postPreviews .post h2 a, .postPreviews .post h2 a:visited {
			color: #333333;
			-webkit-transition: all 0.11s linear;
			   -moz-transition: all 0.11s linear;
			     -o-transition: all 0.11s linear;
				-ms-transition: all 0.11s linear;
					transition: all 0.11s linear;
			}
			
		.postPreviews .post h1 a:hover, .postPreviews .post h2 a:hover {
			color: #9474bd;
			text-decoration: none;
			}
			
		.postSingle .post h1 a, .postSingle h1 a:visited, .postSingle .post h2 a, .postSingle h2 a:visited {
			color: #9474bd;
			}

		/* comments */

		#disqus_thread {
			padding: 30px 0px 30px 0;
			float: left;
			width: 100%
		}		

		.commentCounter {
		}

		.pubDate { 

		}

		.metaInfo {
			width: 100%;
			float: left;
			padding-bottom:15px;
			font-family:'Open Sans', sans-serif;
		}

		.more-link {width: 100%;}
		
		/* post categories */

		.entry-title {
			width: 100%;
			float: left;
		}

		.postCategories {
			width: 100%;
			float: left;
		}
		
		.postCategories li {
			font-size: 13px;
			display: inline;
			}
			
		.postCategories li + li:before {
			content: "//";
			padding: 0 5px;
			color: #2B2B2B;
			display: inline-block;
			font-size: 1.1em;
			}
			
		.postCategories a, .postCategories a:visited {
			/*text-transform: uppercase;*/
			text-transform: lowercase;
			letter-spacing: 1px;
			font-weight: 400;
			font-family: Montserrat, Arial, Helvetica, "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
			font-family: 'Open Sans', sans-serif;
			font-size: 1.25em;
			}

		.post-categories {display: inline-block;}

			
		/* post thumbnail */
		
		a.postThumb, a.postThumb:visited, .post img {
			width: 45%;
			line-height: 0;
			float: left;
			overflow: hidden;
			position: relative;
			}
			
		a.postThumb img, .post img {
			width: auto;
			height: auto;
			margin: 0% auto 3%;
			-webkit-transition: all 0.11s linear;
			-moz-transition: all 0.11s linear;
			-o-transition: all 0.11s linear;
			-ms-transition: all 0.11s linear;
			transition: all 0.11s linear;
			max-width: 100%;
			display: table-cell;
			float: none !important;
			}
			
		/*a.postThumb:hover img, .post:hover img { opacity: 0.8; background: rgba(0,0,0,0.85);position: relative;}*/
			
		a.postThumb ~ * {
			width: 55%;
			padding-left: 30px;
			float: right;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			   		box-sizing: border-box;
			}
			
		/* read more link */
		
		.readMore { margin: 0; }
		
		.readMore a, .readMore a:visited, .readMore a i {
			-webkit-transition: all 0.11s linear;
			   -moz-transition: all 0.11s linear;
			     -o-transition: all 0.11s linear;
				-ms-transition: all 0.11s linear;
					transition: all 0.11s linear;
			}
		
		.readMore a, .readMore a:visited {
			color: #000;
			text-transform: uppercase;
			letter-spacing: 1px;
			font-size: 13px;
			font-weight: 400;
			font-family: Montserrat, Arial, Helvetica, "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
			}
			
		.readMore a i { margin-left: 1px; }
				
		.readMore a:hover {
			color: #9474bd;
			text-decoration: none;
			}
			
		.readMore a:hover i { margin-left: 4px; }
					
		/* featured img/video */
		
		#feature {
			padding-top: 20px;
			line-height: 0;
			}
		
		#feature img {
			width: 100%;
			height: auto;
			display: block;
			}

		/* fluid images */
			
		.postSingle .post img, .postSingle .page img {
			width: auto;
			height: auto;
			max-width: 100%;
			display: table-cell;
			margin: 3% auto;
			float: left;
			}

		/*Reciple Index display switcher */
		#recipe-index-container .post_block_display, #recipe-index-container .recipe-index-alphabetical {
		display: none;
		}	

		#recipe-index-container.text .recipe-index-alphabetical {
		display: block;
		}

		.recipe-index-alphabetical li a:hover {
		background: #fff !important;
		text-decoration:underline;
		position:relative;
		}

		#recipe-index-container.photos .post_block_display {
		display: block;
		}

	
	/* Ads
	-------------------------------------------------------------------------- */
		
		/* Misc full-width content ad */

		
		#contentAd {
			/*display: none; */
			width: 100%;
			padding: 30px 0;
			/*border-top: 1px solid #d9d9d9;*/
			float: left;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			   		box-sizing: border-box;
			text-align:center;
			}
			
		.contentAd a, .contentAd a:visited {
			line-height: 0;
			display: block;
			}
		
		.contentAd a img {
			width: 100%;
			height: auto;
			-webkit-transition: all 0.11s linear;
			   -moz-transition: all 0.11s linear;
			     -o-transition: all 0.11s linear;
				-ms-transition: all 0.11s linear;
					transition: all 0.11s linear;
			}
			
		.contentAd a:hover img { opacity: 0.8; }
		
		/* google ad - single post */
		
		.googleAdSingle {
			margin-bottom: 1px;
			overflow: hidden;
			padding-top: 10px;
			padding-bottom: 10px;
			}
		
		.googleAdSingle, .googleAdSingle * {
			width: 100% !important;
			}

	/* Recipe Box
	-------------------------------------------------------------------------- */
			div.easyrecipe {
				padding:25px !important;
				border: none !important;
				background: #f4f4f4 !important;
				font-size: 16px !important;
				font-family: 'Open Sans', sans-serif !important;
				}

			.easyrecipe .ERSName {
				font-size: 28px !important;
				font-family: 'Imprima', sans-serif !important;
				text-transform: lowercase;
				float: left;
				width: 100%;
				margin-top: 10px;
				font-weight: 400 !important;
			}

			.easyrecipe .ERSDetails {
				border-top: 1px solid #d9d9d9;
				border-bottom: 1px solid #d9d9d9;
				padding: 10px 0px;
				margin-bottom: 0px !important;
			}


			div.easyrecipe div.ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn, div.easyrecipe div.ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn {
				background: #9474bd none !important;
				font-size: 14px !important;
				
				font-family: 'Imprima', sans-serif !important;
				text-transform: lowercase;
				-moz-border-radius: 0px !important;
				-webkit-border-radius: 0px !important;
				-khtml-border-radius: 0px !important;
				border-radius: 0px !important;
			}

			div.easyrecipe div.ERSSavePrint span.ERSPrintBtnSpan a.ERSPrintBtn span.ERSPrintIcon {
				background-image: none !important;
			}

			.easyrecipe .ui-button-text-icon-primary .ui-button-text, .easyrecipe .ui-button-text-icons .ui-button-text {
			padding: .8em 3em !important;
			}

			.easyrecipe .ERSHead {
				float: left;
				margin: 10px 5% !important;
				color: #9474bd !important;
				font-family: 'Imprima', sans-serif !important;
				font-size: 18px !important;
				text-align:center;
			}

			time, .ERSHead span {
				/*float: left;*/
				text-align: center;
				width: 100%;
				font-size: 15px;
				color: #000;
				margin-top: 5px;
			}

			.easyrecipe .ERSSummary {
				margin: 25px 0px !important;
			}

			.easyrecipe .ERSIngredients .ERSIngredientsHeader, .easyrecipe .ERSInstructions .ERSInstructionsHeader, .easyrecipe div .ERSNotesHeader, .easyrecipe .nutrition .ERSNutritionHeader {
				font-family: 'Imprima', sans-serif !important;
				text-transform: lowercase;
				font-weight: 400 !important;
				color: #9474bd;
			}

			#content .easyrecipe .ERSIngredients li.ingredient, .easyrecipe .ERSIngredients li.ingredient {
				list-style: none !important;
				margin-bottom: 15px !important;
				margin-left: 0px !important;
			}

			.easyrecipe .ERSInstructions li.instruction {
				list-style: none !important;
				margin-bottom: 15px !important;
				margin-left: 0px !important;
			}


	/* Related Article
	-------------------------------------------------------------------------- */
		#relatedposts {
			width: 100%;
			padding: 30px 0px 30px 0;
			/*border-top: 1px solid #d9d9d9;*/
			float: left;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			   		box-sizing: border-box;
		}

		/*#relatedposts h3 {font-size: 20px; margin: 0 0 5px 0; } */

		.post_block_display, .relatedthumb, .post_thumb {margin: 0% .86% .86% 0; width: 32.75%; display: inline-block; position:relative; max-height: 183px;
height: auto; cursor: pointer; float: left;}

		.post_block_display:nth-child(3n+2), .post_thumb:nth-child(3n+0), .relatedthumb:nth-child(4n+0) {margin-right: 0px !important;}

		.post_block_display img, .relatedthumb img, .post_thumb img {margin: 0 0 0px 0; padding: 0; width: 100%; height:100%; background:#9474bd;} 

		.post_block_display img:hover, .relatedthumb img:hover, .post_thumb img:hover {opacity: .8; background:#9474bd;}

		.post_block_display h6, .relatedthumb h6, .post_thumb h6 {display: block; position: absolute; color: #fff; font-size: 17px; text-align: center; font-family: 'Imprima', sans-serif; font-weight: 500; padding: 10px; opacity: 0; top: 0; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; text-overflow: ellipsis; height: 85%;}

 		.post_block_display:hover h6, .relatedthumb:hover h6, .post_thumb:hover h6 {opacity: 1;}

 		.post_block_display a, .relatedthumb a, .post_thumb a {display: block;}

	/* Share Article
	-------------------------------------------------------------------------- */
	
		#shareArticle {
			width: 100%;
			padding: 15px 0px 3px 0;
			/*border-top: 1px solid #d9d9d9;
			border-bottom: 1px solid #d9d9d9;*/
			/*background-color: #ffffff;*/
			/* background-image: -webkit-gradient(linear, left center, right center, from(rgb(255, 255, 255)), to(rgb(251, 251, 251)));
			background-image: -webkit-linear-gradient(left, rgb(255, 255, 255), rgb(251, 251, 251));
			background-image: -moz-linear-gradient(left, rgb(255, 255, 255), rgb(251, 251, 251));
			background-image: -o-linear-gradient(left, rgb(255, 255, 255), rgb(251, 251, 251));
			background-image: -ms-linear-gradient(left, rgb(255, 255, 255), rgb(251, 251, 251));
			background-image: linear-gradient(left, rgb(255, 255, 255), rgb(251, 251, 251)); */
			float: left;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			   		box-sizing: border-box;
			}
						
			
		#shareArticle h5 {
			text-align: center;
			position: relative;
			}

		#shareArticle h5:before {
			content: "";
			width: 100%;
			height: 1px;
			background: #d9d9d9;
			display: block;
			position: absolute;
			top: 50%;
			left: 0;
			right: 0;
			z-index: 0;
			}

		#shareArticle h5 em {
			padding: 0 10px;
			font-weight: 500;
			font-style: normal;
			letter-spacing: 2px;
			background: #fff;
			display: inline-block;
			position: relative;
			z-index: 1;
			font-family: 'Imprima', sans-serif;
			font-size: 21px;
			}

		.up {
			top: -25px;
			position: relative;
			}	

		.hide {
			display:none;
		}		
			
		#shareArticle > ul {
			margin: 0;
			padding: 0 4px 0 0;
			float: right;
			}
			
		#shareArticle > ul > li {
			height: 20px;
			padding: 0 0 10px 20px;
			float: left;
			}
			
		#shareArticle > ul > li.pinterest {
			margin-top: -2px;
			}

		.shareaholic-canvas {
			clear: both;
			display: inline-block;
			width: 220px;	
		}
			

/* Social Media Sharing Buttons - Added by James
	-------------------------------------------------------------------------- */
			
			
		.socialSharingFBGP {
			width: 100%;
			padding: 15px 30px 3px 0;
			background-color: #ffffff;
			float: left;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			   		box-sizing: border-box;
			}
			
		.socialSharingFBGP > ul {
			margin: 0;
			padding: 0 4px 0 0;
			float: left;
			}
			
		.socialSharingFBGP > ul > li {
			height: 20px;
			padding: 0 0 10px 10px;
			float: left;
			}
			
	/* Pagination
	-------------------------------------------------------------------------- */
	
		#pagination {
			width: 100%;
			padding: 20px 0;
			border-top: 1px solid #d9d9d9;
			border-bottom: 1px solid #d9d9d9;
			text-align: center;
			float: left;
			position: relative;
			margin-bottom: 30px;
			}
		.pagination {display: none;}
			
		#pagination ul {
			margin: 0;
			padding-right: 30px;
			}
			
		#pagination li {
			height: 40px;
			display: inline-block;
			}
			
		#pagination a, #pagination a:visited, #pagination span {
			padding: 0 7px;
			color: #000;
			font-size: 15px;
			font-weight: 700;
			font-family: Montserrat, Arial, Helvetica, "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
			text-transform: uppercase;
			line-height: 40px;
			letter-spacing: 2px;
			display: block;
			-webkit-transition: all 0.11s linear;
			   -moz-transition: all 0.11s linear;
			     -o-transition: all 0.11s linear;
				-ms-transition: all 0.11s linear;
					transition: all 0.11s linear;
			}
						
		#pagination a:hover {
			color: #9474bd;
			text-decoration: none;
			}
			
		#pagination span.current { color: #bbb; }
			
		/* prev + next */
		
		#pagination li.prev,
		#pagination li.next {
			position: relative;
			}
			
		.postSingle #pagination li.prev,
		.postSingle #pagination li.next {
			width: 47%;
			}
			
		#pagination li.prev { float: left; text-align: left; }
		#pagination li.next { float: right; text-align: right; }
		
		#pagination li.prev a, #pagination li.prev a:visited,
		#pagination li.next a, #pagination li.next a:visited {
			padding: 0;
			position: relative;
			z-index: 1;
			}
			
		.postSingle  #pagination li.prev a, .postSingle  #pagination li.prev a:visited,
		.postSingle  #pagination li.next a, .postSingle  #pagination li.next a:visited {
			width: 100%;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			position: absolute;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			   		box-sizing: border-box;
			}

		#pagination li.prev a, #pagination li.prev a:visited { padding-left: 35px; }
		#pagination li.next a, #pagination li.next a:visited { padding-right: 35px; }

		.postSingle #pagination li.prev a, .postSingle #pagination li.prev a:visited { left: 0; }
		.postSingle #pagination li.next a, .postSingle #pagination li.next a:visited { right: 0; }
		
		#pagination li.prev:before,
		#pagination li.next:after {
			content: "";
			width: 22px;
			height: 22px;
			border-top: 1px solid #000;
			display: block;
			position: absolute;
			top: 50%;
			z-index: 0;
			-webkit-transition: all 0.11s linear;
			   -moz-transition: all 0.11s linear;
			     -o-transition: all 0.11s linear;
				-ms-transition: all 0.11s linear;
					transition: all 0.11s linear;
			-webkit-transform: rotate(-45deg);
			   -moz-transform: rotate(-45deg);
			     -o-transform: rotate(-45deg);
				-ms-transform: rotate(-45deg);
					transform: rotate(-45deg);
			}
			
		#pagination li.prev:before {
			margin: -11px 10px 0 5px;
			border-left: 1px solid #000;
			left: 0;
			-webkit-transform: rotate(-45deg);
			   -moz-transform: rotate(-45deg);
			     -o-transform: rotate(-45deg);
				-ms-transform: rotate(-45deg);
					transform: rotate(-45deg);
			}
			
		#pagination li.next:after {
			margin: -11px 5px 0 10px;
			border-right: 1px solid #000;
			right: 0;
			-webkit-transform: rotate(45deg);
			   -moz-transform: rotate(45deg);
			     -o-transform: rotate(45deg);
				-ms-transform: rotate(45deg);
					transform: rotate(45deg);
			}
			
		#pagination li.prev:hover:before,
		#pagination li.next:hover:after {
			border-color: #9474bd;
			}
	
/* =Sidebar
============================================================================== */
	
	/* Base
	-------------------------------------------------------------------------- */

		#sidebar {
			/*width: 300px;
			margin-left: -331px;
			padding: 55px 0 30px 30px;
			border-left: 1px solid #d9d9d9;
			float: left;*/

			width: 25%;
			padding: 55px 0px 30px 30px;
			float: right;
			}
	
	/* Sidebar Widgets
	-------------------------------------------------------------------------- */
	
		#sidebar .widget {
			width: 100%;
			padding-bottom: 25px;
			float: left;
			}

		#sidebar .widget img {
			max-width:100%;
		}

		.roundimage {
			/*max-width: 70% !important;*/
			margin: 5% 0;
		/*	border-radius:100%;
			-moz-border-radius: 100%;
			-webkit-border-radius: 100%;*/
			border: 10px solid rgba(213, 213, 213, 0.2);
		}
			
		/* widget titles */
		
		#sidebar .widget > h5 {
			text-align: center;
			position: relative;
			}
			
		#sidebar .widget > h5:before {
			content: "";
			width: 100%;
			height: 1px;
			background: #d9d9d9;
			display: block;
			position: absolute;
			top: 50%;
			left: 0;
			right: 0;
			z-index: 0;
			}
			
		#sidebar .widget > h5 em {
			padding: 0 10px;
			font-weight: 500;
			font-style: normal;
			letter-spacing: 2px;
			background: #fff;
			display: inline-block;
			position: relative;
			z-index: 1;
			font-family: 'Imprima', sans-serif;
			font-size: 18px;

			}
		.textwidget, .textwidget p  {
			text-align: center;
			font-size: 14px;
			font-family: 'open sans', sans-serif;
			}	

		/* Press Sprites */	

		.press-badges {
			margin: 0 auto 15px;
		}

		.press-badges li {
			margin: 5% 4% 15px 0%;
			display: inline-block;
			float: left;
			-webkit-transition: all 0.11s linear;
			-moz-transition: all 0.11s linear;
			-o-transition: all 0.11s linear;
			-ms-transition: all 0.11s linear;
			transition: all 0.11s linear;
			width: 48%;
		}

		.press-badges li:hover {
			opacity: .8;
		}

		.press-badges li a {
			width: 100%;
			display: block;
			background-size: 100%;
			float:left;	
		}

		.press-badges li:nth-child(2n+0) {
			margin-right: 0px;
		}


	/* Purple Image Hover Overlay 
	-------------------------------------------------------------------------- */

			.purple {
			background-color: purple;
			float:left;
			overflow:hidden;
			/*font-size:50px;*/
			background-size: 100%;
			}

			.purple:hover:after
			{
		    content: '';
		    position: absolute;
		    top: 0; bottom: 0;
		    left: 0; right: 0;
		    background: RGBA(148, 116, 189, .3);
		    color: #fff;
		    -webkit-transition: all 0.11s linear;
			-moz-transition: all 0.11s linear;
			-o-transition: all 0.11s linear;
			-ms-transition: all 0.11s linear;
			transition: all 0.11s linear;
			}	

	/* Recipe Index Sidebar
	-------------------------------------------------------------------------- */
		.recipe-index {
			margin: 0 auto 15px;
		}

		.recipe-index li {
			display: inline-block;
			float: left;
			-webkit-transition: all 0.11s linear;
			-moz-transition: all 0.11s linear;
			-o-transition: all 0.11s linear;
			-ms-transition: all 0.11s linear;
			transition: all 0.11s linear;
			width: 100%;
			height: auto;
			margin-bottom: 10px;
			width: 100%;
			/* height: 130px; */
		}

		.recipe-index li:first-child {
			margin-top:15px;
		}

		.recipe-index li a {
			text-decoration: none;
			position:relative;
			display: block;
			background-size: 100%;
			background-position: center;
		}

		.recipe-index li a:hover {
			color: #fff;
			-webkit-transition: all 0.11s linear;
			-moz-transition: all 0.11s linear;
			-o-transition: all 0.11s linear;
			-ms-transition: all 0.11s linear;
			transition: all 0.11s linear;
		}

		.recipe-index li a::before, .relatedthumb::before, .post_thumb::before, .post_block_display::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	/*background: url(../images/viewEye.png) center no-repeat rgba(0, 0, 0, 0.8);*/
	background: rgba(148, 116, 189, 0.8);
	top: 0px;
	left: 0px;
	opacity: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

	.recipe-index li a:hover::before, .relatedthumb:hover::before, .post_thumb:hover::before, .post_block_display:hover::before {
	content: '';
	position: absolute;
	opacity: 1;
	color: #fff;
}

		.recipe-index li h4 {
			color: #000;
			padding: 9.8% 0%;
			font-size: 2.5em;
			font-family: 'imprima', open-sans;
			font-weight: 800;
			/* letter-spacing: -5px; */
			-webkit-transition: all 0.11s linear;
			-moz-transition: all 0.11s linear;
			-o-transition: all 0.11s linear;
			-ms-transition: all 0.11s linear;
			transition: all 0.11s linear;
			position:relative;
			margin-bottom: 0px;
		}

		.recipe-index li h4:hover {color: #fff;}
		

		.breakfast {background-image: url("img/breakfast.jpg");}
		.drink {background-image: url("img/drink.jpg");}
		.dessert {background-image: url("img/dessert.jpg");}
		.entertaining {background-image: url("img/entertaining.jpg");}
		.main-dish {background-image: url("img/main-dish.jpg");}
		.vegetarian {background-image: url("img/vegetarian.jpg");}
		.mexican {background-image: url("img/mexican.jpg");}

						
	/* Ads
	-------------------------------------------------------------------------- */
	
		/* BuySellAds */
					
		#bsaGrid a, #bsaGrid a:visited {
			width: 125px;
			height: 125px;
			margin: 0 0 20px 0;
			float: left;
			position: relative;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			   		box-sizing: border-box;
			}
			
		#bsaGrid a:nth-child(even) { margin-left: 50px; }
		
		#bsaGrid a img {
			-webkit-transition: all 0.11s linear;
			   -moz-transition: all 0.11s linear;
			     -o-transition: all 0.11s linear;
				-ms-transition: all 0.11s linear;
					transition: all 0.11s linear;
			}
			
		#bsaGrid a:hover img { opacity: 0.8; }
		
		/* Misc full-width sidebar ads */
		
		.sidebarAd { overflow: hidden; }
		
		.sidebarAd img {
			width: 100%;
			height: auto;
			}
			
		.sidebarAd iframe {
			width: 100%;
			}
			
	/* Social Nav
	-------------------------------------------------------------------------- */
		
		#sidebar .socialNav ul {
			width: 100%;
			margin: 25px 0 0px 0;
			text-align: center;
			}
		
		#sidebar .socialNav li {
			padding: 0 7px;
			display: inline-block;
			}
					
		#sidebar .socialNav a, .#sidebar a:visited {
			display: block;
			}
		
		#sidebar .socialNav i {
			color: #d9d9d9;
			font-size: 35px;
			line-height: 35px;
			display: block;
			-webkit-transition: all 0.11s linear;
			   -moz-transition: all 0.11s linear;
			     -o-transition: all 0.11s linear;
				-ms-transition: all 0.11s linear;
					transition: all 0.11s linear;
			}
			
		#sidebar .socialNav a:hover i.fi-social-facebook { color: #3c5b98; }
		#sidebar .socialNav a:hover i.fi-social-twitter { color: #20bdf4; }
		#sidebar .socialNav a:hover i.fi-social-pinterest { color: #f0373b; }
		#sidebar .socialNav a:hover i.fi-social-google-plus { color: #363636; }
		#sidebar .socialNav a:hover i.fi-social-instagram { color: #4a7799; }
		#sidebar .socialNav a:hover i.fi-rss { color: #f6a33c; }
					
	/* Popular Posts
	-------------------------------------------------------------------------- */
	
		.popularPosts a, .popularPosts a:visited {
			padding: 10px 0 10px 75px;
			border-bottom: 1px dotted #d9d9d9;
			display: block;
			position: relative;
			-webkit-transition: background 0.11s linear;
			   -moz-transition: background 0.11s linear;
			     -o-transition: background 0.11s linear;
				-ms-transition: background 0.11s linear;
					transition: background 0.11s linear;
			}
			
		.popularPosts a:hover {
			text-decoration: none;
			background: #f2f2f2;
			}
			
		.popularPosts img {
			width: 65px;
			height: auto;
			position: absolute;
			top: 7px;
			left: 0;
			}
			
		.popularPosts h6, .popularPosts em {
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			display: block;
			}
			
		.popularPosts h6 {
			color: #000;
			font-size: 13px;
			}
			
		.popularPosts em {
			color: #8b8a8a;
			font-size: 12px;
			font-style: normal;
			font-family: Montserrat, Arial, Helvetica, "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
			}
	
/* =Footer
============================================================================== */
	
	/* Base
	-------------------------------------------------------------------------- */
	
		#footer {
			color: #fff;
			background: #392c49;
			}
			
		#footer a, #footer a:visited { color: #392c49; }
			
	/* Secondary Navigation
	-------------------------------------------------------------------------- */
		
		#secondaryNav {
			width: 100%;
			margin: 50px 0;
			border-top: 1px solid #fff;
			border-bottom: 1px solid #fff;
			float: left;
			position: relative;
			}
			
		#secondaryNav:before {
			content: "";
			width: 96px;
			height: 96px;
			margin: -48px 0 0 -48px;
			background: #392c49 url("img/footer-logo-2x.png") 0 0 no-repeat;
			display: block;
			position: absolute;
			top: 50%;
			left: 50%;
			-webkit-border-radius: 100%;
			   -moz-border-radius: 100%;
			   		border-radius: 100%;
			   		background-size: 100%;
			}
			
		@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
			#secondaryNav:before {
				background-image: url("img/footer-logo-2x.png");
				background-size: 96px 96px;
				}
		}
			
		#secondaryNav ul {
			width: 50%;
			margin: 0;
			text-align: center;
			display: table;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			   		box-sizing: border-box;
			}
			
		#secondaryNav ul:first-child { padding-right: 50px; float: left; }
		#secondaryNav ul:last-child { padding-left: 50px; float: right; }
			
		#secondaryNav li {
			width: 10%;
			display: table-cell;
			}
			
		#secondaryNav a, #secondaryNav a:visited {
			padding: 15px 0;
			color: #fff;
			font-size: 14px;
			font-weight: 400;
			text-transform: lowercase;
			letter-spacing: 2px;
			font-family: Montserrat, Arial, Helvetica, "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
			font-family: 'Imprima', sans-serif;
			display: block;
			-webkit-transition: all 0.11s linear;
			   -moz-transition: all 0.11s linear;
			     -o-transition: all 0.11s linear;
				-ms-transition: all 0.11s linear;
					transition: all 0.11s linear;
			}
			
		#secondaryNav a:hover {
			color: #999;
			text-decoration: none;
			}
			
	/* Footer Widgets
	-------------------------------------------------------------------------- */
		
		#footer .widgetContainer {
			width: 100%;
			padding-bottom: 25px;
			float: left;
			}
		
		#footer .widget {
			width: 25%;
			padding-right: 45px;
			float: left;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			   		box-sizing: border-box;
			}
			
		#footer .widget:last-child { width: 50%; padding: 0; }
			
		/* widget text */
		
		#footer .widget h3 {
			color: #fff;
			font-size: 20px;
			text-transform: uppercase;
			letter-spacing: 4px;
			font-family: Merriweather, Times, Georgia, serif;
			display: block;
			}
			
		#footer .widget p {
			margin-top: -3px;
			color: #a0a0a0;
			font-size: 12px;
			-webkit-font-smoothing: subpixel-antialiased;
			}
			
		/* subscribe form */
		
		#subscribe form {
			width: 100%;
			margin-bottom: 15px;
			float: left;
			}
		
		#subscribe form input {
			height: 45px;
			-webkit-font-smoothing: subpixel-antialiased;
			}
		
		#subscribe form input[type=text], #subscribe form input[type=email] {
			width: 75%;
			margin-right: -1%;
			padding: 0 10px;
			color: #9474bd;
			font-size: 13px;
			border: 1px solid #9474bd;
			background: #ffffff;
			float: left;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			   		box-sizing: border-box;
			font-family:'open sans',sans-serif;
			}
			
		#subscribe form input.invalid { border-left-color: #c95b5b; }
			
		#subscribe form input[type=text]:focus, #subscribe form input[type=text]:active { color: #9474bd; }
			
		#subscribe form ::-webkit-input-placeholder  { color: #9474bd; }
		#subscribe form input[type=text]:-moz-placeholder { color: #9474bd; }
		#subscribe form input[type=text]:-ms-input-placeholder { color: #9474bd; }
		
		#subscribe form input[type=submit] {
			width: 25%;
			color: #fff;
			font-size: 13px;
			border: 0;
			background: #9474bd;
			float: right;
			text-transform: lowercase;
			}
			
		#subscribe form input[type=submit]:hover { background: #997BC0; cursor: pointer; }

		.email-protect {
			background: #fff url("img/lock-icon.png") 0 0 no-repeat;
			background-size: 15px 15px;
			padding-left: 20px;
			font-size: .7em !important;
			float: left;
			text-align: left !important;
			margin-left: 16%;
			margin-top: -10px;
		}

		#subscribe-text {display: none;}

		.widgettitle {display: none;}

		.pop_left {
			width:75%;
			float:left;
		}

		h4.pop {
			margin: 25px 0;
			font-size: 20px;
			font-weight: 300;
			font-family: 'imprima', sans-serif;
			color: #000;
			line-height: 1.4;
		}

		.protect_pop {
		background: url("img/lock-icon.png") 0 0 no-repeat;
		background-size: 15px 15px;
		margin-left: 0 !important;
		margin-bottom: 0px;
		margin-top: 0px !important;
		}

		/*.pop_form {width: 80% !important;}*/

		.pop_signUp {width: 81% !important;}

		.pop_input {width: 20% !important;}

		.follow_button {
		float: left;
		width: 100%;
		margin-top:30px;
		}

		.follow_button h5 {
		font-size: 18px;
		line-height: 1;
		margin-bottom: 5px;
		}

		.social_pop li {
		display:inline-block;
		margin-right: 10px;
		font-size: 28px;
		}

		#lepopup-wrap > #lepopup-outer > #lepopup-footer > #lepopup-close {
			display: none !important;
		}

		#lepopup-wrap > #lepopup-outer.lepopup-9376 {
   		background-image: url("https://sweetcarolinescooking.com//wp-content/uploads/2014/09/signUp_newsletter_bg.jpg"); }

		.sticker {
		float:left;
		margin-top:0px;
		}

		.sticky {
	    position: fixed;
		top: 0px;
		width: 22.15%;
		padding: 0px 0px 0px 0px;
		float: right;
		display: block;
		}

		.end-sticky {display:none;}
			
	/* Bottom Bar (social nav + copyright)
	-------------------------------------------------------------------------- */
		
		#bottomBar {
			background: #9474bd;
			}
			
		#bottomBar .wrapper {
			padding-top: 15px;
			padding-bottom: 15px;
			}
		
		/* social nav */
		
		#footer .socialNav ul {
			margin: 2px 0 0 0;
			float: left;
			}
		
		#footer .socialNav li {
			float: left;
			}
			
		#footer .socialNav li + li { padding-left: 15px; }
		
		#footer .socialNav a, .socialNav a:visited {
			display: block;
			}
		
		#footer .socialNav i {
			color: #392c49;
			font-size: 25px;
			line-height: 25px;
			display: block;
			-webkit-transition: all 0.11s linear;
			   -moz-transition: all 0.11s linear;
			     -o-transition: all 0.11s linear;
				-ms-transition: all 0.11s linear;
					transition: all 0.11s linear;
			}
			
		#footer .socialNav a:hover i { color: #fff; }
		
		/* copyright */
		
		#copyright {
			margin: 7px 0 0 0;
			color: #392c49;
			font-size: 12px;
			text-transform: lowercase;
			letter-spacing: 2px;
			-webkit-font-smoothing: subpixel-antialiased;
			font-family: Montserrat, Arial, Helvetica, "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
			font-family: 'open-sans', sans-serif;
			font-weight: 400;
			float: right;
			}
			
/* =Responsive
============================================================================== */



/* //////////////////////////////////////////////////////////////////////////////
Max-width: 480px ////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////// */
/*
@media (max-width: 480px) {*/
	@media  (max-width: 1150px) {

/* =Global
============================================================================== */
		
		.wrapper { max-width: 850px; }

	/* Text
	-------------------------------------------------------------------------- */
		
		h1, h2, h3, h4, h5 { /*text-align: center; */}
		
		h1 { font-size: 31px; }
		h2 { font-size: 25px; }
		h3 { font-size: 23px; }
		h4 { font-size: 20px; }
		h5 { font-size: 12px; }
		
	/* Forms
	-------------------------------------------------------------------------- */
			
		#main .searchForm { padding-right: 0; }

/* =Header
============================================================================== */

	/* Logo
	-------------------------------------------------------------------------- */
			
		/* a#logo, a#logo:visited { margin: 25px 0 10px 0; } */
	
	/* Primary Navigation
	-------------------------------------------------------------------------- */
	
		/* toggle nav */
		
		a#toggleNav, a#toggleNav:visited { display: block; }
		
		/* main nav links */
				
		#primaryNav { width: auto !important; padding: 15px 0; position: relative; z-index: 9999;}
		
		#primaryNav ul { position: absolute; text-align: left; background: #fff; border: 1px solid #ccc; margin-left: -2px; border-radius: 5px;}
		
		#primaryNav li { display: inline-block; padding: 0px; width: 100%; }
					
		#primaryNav li + li:before { display: none; border-bottom: none !important;}
		
		#primaryNav li a, #primaryNav li a:visited { padding: 10px 15px; }

		#topLinks {top: -25px; position: relative; }

		#select_search {
			display: block !important;
			color: #000;
			font-size: 13px;
			font-weight: 400;
			letter-spacing: 2px;
			font-family: Montserrat, Arial, Helvetica, "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
			display: none;
			/*text-transform:uppercase;*/
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			text-align: left;
			padding: 15px 0;
			z-index: 999;
			float: left;
			margin-left: 11px;
			cursor:pointer;
			position:relative;
		}
		#select_search i {
			/*margin: 1px 5px 0 0px;*/
			font-size: 9px !important;
			line-height: 15px;
			display: inline-block;
			vertical-align: top;
			float: left;
			width: auto;
			border-left: 1px solid #000;
			padding-left: 15px;
			cursor: pointer;
		}
		.fi-magnifying-glass:before {
			font-size: 16px !important;
			}

		.mobileSearch { display: block; position: absolute; text-align: left; background: #fff; border: 1px solid #ccc; margin-left: -2px; border-radius: 5px; z-index:998; padding:5px; top: 35px; width: 225px;}
		


		#primaryNav .sub-menu, #primaryNav .sub-menu li  {display: none !important; border: none !important;}

		
	/* Share & Search
	-------------------------------------------------------------------------- */

		a#quickRSS i, a#quickSearch i { font-size: 25px; }

/* =Content
============================================================================== */
	
	/* Base
	-------------------------------------------------------------------------- */
		html {margin-top: 15px !important;}
		#main {
			margin-right: 0;
			border: 0;
			}
			
	/* Pages
	-------------------------------------------------------------------------- */
				
		/* content */
		
		.pageContent { padding: 0 0 30px 0; }

		.wpcf7 input, .wpcf7 textarea {width: 100% !important;}

			
	/* Posts
	-------------------------------------------------------------------------- */

		.post { padding: 30px 0; } 
		
		/* Added text-align: center below so categories center and match titles */
		
		.postCategories {/*text-align: center;*/}
			
		/* post previews - used on homepage, archives list, etc. */
		
		.postPreviews .postThumb { margin-bottom: 20px; }
		.postPreviews .postThumb, .postPreviews .postThumb ~ * { width: 100%; padding-left: 0; }
		.shareArticle { display: none; }
		/* Added .shareArticle class above to block social media icons on smaller devices */
		
	/* Ads
	-------------------------------------------------------------------------- */
		
		/* Misc full-width content ad */
		
		.contentAd { padding: 30px 0; }
				
	/* Share Article
	-------------------------------------------------------------------------- */
		
		.shareArticle { background: #ffffff; }
		

	/* Pagination
	-------------------------------------------------------------------------- */
		
		#pagination ul { padding: 0; }
		#pagination li { display: none; }
		#pagination li.prev, #pagination li.next { display: block; }
			
/* =Sidebar
============================================================================== */
	
	/* Base
	-------------------------------------------------------------------------- */

		#sidebar {
			width: 100%;
			margin-left: 0;
			padding-left: 0;
			border-left: 0;
			border-top: 1px solid #d9d9d9;
			}

		#contentWrapper {
			width: 100%;
		}

		.sticky {display: none;}
			
	/* Ads
	-------------------------------------------------------------------------- */
	
		/* BuySellAds */
			
		#bsaGrid { margin: 0 -5px; }
		
		#bsaGrid a, #bsaGrid a:visited {
			width: 33.33%;
			height: auto;
			margin: 0 !important;
			padding: 5px;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			   		box-sizing: border-box;
			}
			
		#bsaGrid a img {
			width: 100%;
			height: auto;
			}
		
		#bsaGrid a.adhere, #bsaGrid a.adhere:visited {
			width: 100%;
			padding: 0;
			line-height: 60px;
			border: 0;
			border-left: 5px solid #fff;
			border-right: 5px solid #fff;
			display: block;
			float: none;
			}
			
/* =Footer
============================================================================== */
	
	/* Base
	-------------------------------------------------------------------------- */
	
		#footer {
			color: #fff;
			background: #392c49;
			}
			
	/* Secondary Navigation
	-------------------------------------------------------------------------- */
					
		#secondaryNav:before {
			display: none;
			}
			
		#secondaryNav ul { padding: 7px 0 !important; }
		#secondaryNav ul:first-child { text-align: left; }
		#secondaryNav ul:last-child { text-align: right; }
			
		#secondaryNav li {
			width: 100%;
			display: inline-block;
			}
			
		#secondaryNav a, #secondaryNav a:visited { padding: 7px 0; }
		
	/* Footer Widgets
	-------------------------------------------------------------------------- */
		
		#footer .widget, #footer .widget:last-child {
			width: 100%;
			padding: 0;
			}
			
		#footer .widget + .widget { padding-top: 20px; }
		
	/* Bottom Bar (social nav + copyright)
	-------------------------------------------------------------------------- */
		
		/* social nav */
		
		#footer .socialNav ul {
			margin: 8px 0 0 0;
			text-align: center;
			display: block;
			float: none;
			}
		
		#footer .socialNav li {
			display: inline-block;
			float: none;
			}
		
		/* copyright */
		
		#copyright {
			margin: 10px 0;
			text-align: center;
			display: block;
			float: none;
			}

} /* max-width: 480px */

@media (max-width: 760px) {
		.commentCounter	{display:none !important;}
		.postCategories {width: 100% !important;}
		#contentAd {display: none !important;}
	}

/* //////////////////////////////////////////////////////////////////////////////
Min-width: 481px and Max-width: 960px ///////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////// */

@media (min-width: 760px) and (max-width: 760px) {

/* =Global
============================================================================== */

	/* Text
	-------------------------------------------------------------------------- */
		
		h1 { font-size: 31px; }
		h2 { font-size: 25px; }
		h3 { font-size: 23px; }
		h4 { font-size: 20px; }
		h5 { font-size: 12px; }

	/* Forms
	-------------------------------------------------------------------------- */

		/* search form */
		
		#sidebar .searchForm input, #sidebar .searchForm button {
			text-align: center;
			width: 100%;
			}
			
		#main .searchForm { padding-right: 0; }

/* =Content
============================================================================== */
	
	/* Base
	-------------------------------------------------------------------------- */
					
		#main { margin-right: 155px; }
			
	/* Posts
	-------------------------------------------------------------------------- */
			
		/* post previews - used on homepage, archives list, etc. */
		
		.postPreviews .postThumb { margin-bottom: 20px; }
		.postPreviews .postThumb, .postPreviews .postThumb ~ * { width: 100%; padding-left: 0; }


		
	/* Pagination
	-------------------------------------------------------------------------- */
			
		#pagination li { display: none; }
		#pagination li.prev, #pagination li.next { display: block; }
		
		.shareArticle { display: none; }
		/* Added .shareArticle class above to block social media icons on smaller devices */

/* =Sidebar
============================================================================== */
	
	/* Base
	-------------------------------------------------------------------------- */

		#sidebar {
			width: 125px;
			margin-left: -156px;
			}
			
	/* Ads
	-------------------------------------------------------------------------- */
	
		/* BuySellAds */
			
		#bsaGrid a:nth-child(even) { margin-left: 0; }

		
	/* Popular Posts
	-------------------------------------------------------------------------- */
	
		.popularPosts a, .popularPosts a:visited { padding: 10px 0; }
			
		.popularPosts a:hover {
			text-decoration: none;
			background: #f2f2f2;
			}
			
		.popularPosts img {
			width: 100%;
			height: auto;
			position: relative;
			top: auto;
			}
			
	/* Social Nav
	-------------------------------------------------------------------------- */
		
		#sidebar .socialNav ul {
			width: 100%;
			text-align: center;
			}
		
		#sidebar .socialNav li {
			width: 100%;
			padding: 5px 0;
			}

					
/* =Footer
============================================================================== */
			
	/* Secondary Navigation
	-------------------------------------------------------------------------- */
	
		#secondaryNav ul { padding-top: 7px; padding-bottom: 7px; }
		#secondaryNav ul:first-child { text-align: left; }
		#secondaryNav ul:last-child { text-align: right; }
			
		#secondaryNav li {
			width: 100%;
			display: inline-block;
			}
			
		#secondaryNav a, #secondaryNav a:visited { padding: 7px 0; }
		
	/* Footer Widgets
	-------------------------------------------------------------------------- */
		
		#footer .widget {
			width: 50%;
			}
			
		#footer .widget:first-child + .widget { padding: 0;}
			
		#footer .widget:last-child {
			width: 100%;
			padding-top: 20px;
			}
			
	/* Bottom Bar (social nav + copyright)
	-------------------------------------------------------------------------- */
		
		/* social nav */
		
		#footer .socialNav ul {
			margin: 8px 0 0 0;
			text-align: center;
			display: block;
			float: none;
			}
		
		#footer .socialNav li {
			display: inline-block;
			float: none;
			}
		
		/* copyright */
		
		#copyright {
			margin: 10px 0;
			text-align: center;
			display: block;
			float: none;
			}

} /* min-width: 481px and max-width: 960px */

/* //////////////////////////////////////////////////////////////////////////////
Min-width: 481px and Max-width: 1020px //////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////// */

@media (max-width: 475px) {

/* =Header
============================================================================== */
			
	/* Primary Navigation
	-------------------------------------------------------------------------- */
		
	/*	#primaryNav { padding-bottom: 10px; }
		
		#primaryNav ul { display: block; }
		
		#primaryNav li { display: inline-block; }
					
		#primaryNav li + li:before { display: none; }
		
		#primaryNav li a, #primaryNav li a:visited { padding: 15px 0 5px 0; }

		#primaryNav .sub-menu,
		#primaryNav li:hover ul,
		#primaryNav ul li:hover ul ,
		#primaryNav ul li ul li:hover ul { display: none !important;} */

		a#logo img {width: 100%;}
		.header_cover {margin-top: 9.5%}

/* =Content
============================================================================== */
		
	/* Share Article
	-------------------------------------------------------------------------- */
			
		.shareArticle h5 { display: none; }
		.shareArticle { display: none; }

		.shareaholic-canvas {
			width: auto;	
		}

		
} /* min-width: 481px and max-width: 1020px */

/* //////////////////////////////////////////////////////////////////////////////
Min-width: 1021px ///////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////// */

@media (min-width: 1151px) {

/* =Header
============================================================================== */
			
	/* Primary Navigation
	-------------------------------------------------------------------------- */
				
		#primaryNav ul { display: table !important; }
													 /* required because the JS is setting an inline style of display: block; */

} /* min-width: 1021px */

/* Video Ad Under Post */

#video_ad {padding-top: 10px;
		text-align: center;
}