/*
 Theme Name: Florence
 Theme URI: http://solopine.com/
 Description: A WordPress Blog Theme
 Author: Solo Pine Designs
 Author URI: http://solopine.com
 Version: 1.2.3
 License: Themeforest Licence
 License URI: http://themeforest.net/licenses
 */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
@font-face {
	font-family: Bembo-Regular;
	src: url(fonts/Bembo/Bembo-Regular.otf);
}
@font-face {
	font-family: Bembo-BoldItalic;
	src: url('fonts/Bembo/Bembo-Bold Italic.ttf');
}
@font-face {
	font-family: Bembo-Bold;
	src: url(fonts/Bembo/Bembo-Bold.ttf);
}
@font-face {
	font-family: Bembo-Italic;
	src: url(fonts/Bembo/Bembo-Italic);
}
@font-face {
	font-family: Neutraface-BoldItalic;
	src: url('fonts/Neutraface/Neutraface-Bold Italic.ttf');
}
@font-face {
	font-family: Neutraface-Bold;
	src: url(fonts/Neutraface/Neutraface-Bold.ttf);
}
@font-face {
	font-family: Neutraface-Demi;
	src: url(fonts/Neutraface/Neutraface-Demi.otf);
}
@font-face {
	font-family: Neutraface-Italic;
	src: url(fonts/Neutraface/Neutraface-Italic.ttf);
}
@font-face {
	font-family: Neutraface-Light;
	src: url(fonts/Neutraface/Neutraface-Light.otf);
}
@font-face {
	font-family: Neutraface-Regular;
	src: url(fonts/Neutraface/Neutraface-Regular.ttf);
}

@font-face {
	font-family: Arquitecta;
	src: url(fonts/arquitecta/2F568B_0_0.ttf);
}
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
fieldset, img {
	border: 0
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal
}
ol, ul, li {
	list-style: none
}
caption, th {
	text-align: left
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	color: #2a28cc !important;
	text-transform: uppercase !important;
}
q:before, q:after {
	content: ''
}
.copyright{font-size:13px}
/* Global reset-RESET */
/* The below restores some sensible defaults */
strong {
	font-weight: bold
}
em {
	font-style: italic
}
a img {
	border: none
}/* Gets rid of IE's blue borders */
strong, b, strong *, b * {
	font-weight: bold;
}
em, i, em *, i * {
	font-style: italic;
}
/**/

body {
	background: #fff;
	font-size: 13px;
}
body, ul li, ol li, span, em, p {
	font-family: 'Muli', ' Open Sans', sans-serif;
	color: #161616;
	font-size: 15px;
	line-height: 22px;
}

a {
	text-decoration: none;
	color: #220FBF;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arquitecta;
}

.container {
	width: 1080px;
	margin: 0 auto;
}
#top-bar.fixed {
	position: fixed !important;
	top: 0px;
	transition: 0.5s;
}
.logged-in.admin-bar #top-bar.fixed {

	top: 32px;
}
#content {
	overflow: hidden;
	margin: 30px 0px;
}
h1 {
	font-size: 28px;
	color: #3d59dd;
}
h2 {
	font-size: 22px;
	color: #3d59dd;
}
h3 {
	font-size: 16px;
	color: #3d59dd;
}
#main {
	width: 740px;
	float: left;
	margin-right: 40px;
}
#main.fullwidth {
	width: 100%;
}

#sidebar {
	width: 300px;
	float: right;
}

/***
 /* Top Bar
 /********************/
#top-bar {
	background: #220fbf;
	height: 50px;
	position: relative;
	width: 100%;
	z-index: 9999;
	-webkit-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	-moz-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	-webkit-backface-visibility: hidden;
}

#top-bar .container {
	position: relative;
}

.slicknav_menu {
	display: none;
}

/***
 /* Menu
 /********************/
.menu {
	float: left;
}

.menu li {
	display: inline-block;
	margin-right: 26px;
	position: relative;
}
.menu li a {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 50px;
	color: #fff;
	display: block;
	font-family: Arquitecta;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.menu li.current-menu-item a, .menu li.current_page_item a, .menu li a:hover {
	color: #FFFF00;
}

/*** DROPDOWN ***/
.menu .sub-menu, .menu .children {
	background-color: #fff;
	display: none;
	padding: 0;
	position: absolute;
	margin-top: 0;
	left: 0;
	z-index: 99999;
	-webkit-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	-moz-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
}

ul.menu ul a, .menu ul ul a {
	color: #999;
	margin: 0;
	padding: 6px 10px;
	min-width: 160px;
	line-height: 20px;
	-o-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-webkit-transition: .25s;
	transition: .25s;
	border-top: 1px solid #f4f4f4;
}

ul.menu ul li, .menu ul ul li {
	padding-right: 0;
	margin-right: 0;
}

ul.menu ul a:hover, .menu ul ul a:hover {
	color: #fff;
	background: #EF9D87;
}

ul.menu li:hover > ul, .menu ul li:hover > ul {
	display: block;
}

.menu .sub-menu ul, .menu .children ul {
	left: 100%;
	top: 0;
}

/***
 /* Top Social
 /********************/
#top-social {
	position: absolute;
	right: 66px;
	top: 0;
}
#top-social a {
	line-height: 54px;
	font-size: 17px;
	color: #fff;
	margin-left: 8px;
}
#top-social a:hover {
	color: #FFFF00;
}

/***
 /* Header Search
 /********************/
#top-search {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	text-align: center;
	margin-left: 16px;
}
#top-search a {
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	color: #220fbf;
	background: #fff;
	display: block;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#top-search a:hover {
	opacity: 1;
	color: #220fbf;
}
.show-search {
	position: absolute;
	top: 50px;
	right: -1px;
	display: none;
	z-index: 10000;
}
.show-search #searchform input#s {
	width: 190px;
	background: #FFF;
	-webkit-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	-moz-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	border: 1px solid #eee;
}
.show-search #searchform input#s:focus {
	border: 1px solid #ddd;
}

/***
 /* Header
 /********************/
#header {
	/*padding-top: 50px;*/
}

#logo {
	text-align: center;
	padding: 10px 0 10px !important;
}

#logo img {
	max-width: 100%;
	height: auto;
	max-height: 110px;
}

/***
 /* Posts
 /********************/
.post, #main > .page {
	background: #fff;
	margin-bottom: 50px;
	/* -webkit-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	 -moz-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	 box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);*/
}
#main .pagination {
	display: none;
}
body select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(img/selectbox-arrow.png) #f7f7f7 !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
    padding: 12px !important;
    border-radius: 0px !important
 }
.widget select{background:#f7f7f7}
.archive #main > article.post, .home #main > article.post, .search #main > article.post {
	border-bottom: 1px dashed #ddd;
	padding-bottom: 50px;
	margin-bottom: 30px;
}
.archive #main > article.post:last-child {
	border-bottom: 0px;
	padding-bottom: 10px;
}
.home #main > article.post:last-child {
	border-bottom: 0px;
	padding-bottom: 10px;
}
.seperator {
	font-size: 40px;
	border-right: 1px solid #555;
	height: 100px;
	display: inline;
	color: #fff !Important;
}

.post-img {
	text-align: center;
}
.post-img img {
	max-width: 100%;
	height: auto;
}

.post-img.audio iframe {
	height: 166px;
	width: 100%;
}

.post-header {
	padding: 20px 0px 10px 0px;
	text-align: left;
}
.ajax-loader {
	width: 16px !important;
}
.print-icon {
	width: 33px !important;
}
.archive-box h1 {
	color: #000 !Important;
}
.post-header h2 a, .post-header h1 {
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #000 !important;
	font-family: Arquitecta;
	font-weight: normal;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.post-header h2 a:hover {
	opacity: 1;
	color: #3D59DD !important
}

.page .post-header h1 {
	margin-top: 5px;
}

.post-header .cat a {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 11px;
	letter-spacing: 1px;
	display: inline-block;
	margin-bottom: 8px;
}

.post-header .cat a:hover {
	text-decoration: underline;
}

/*** Post Entry ***/
.post-entry {
	/*padding:0 30px;*/
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
	overflow: hidden;
}
.post-entry ol li, .post-entry ul li {

	list-style: none !important;
}
.post-entry ul li:before {
	content: "•";
	color: #220FBF;
	display: inline-block;
	margin-left: -0.7em;
	font-size: 18px;
	margin-right: 5px;
}
.post-entry ol li {
	counter-increment: li;
}
body .tasty-recipes-entry-content .tasty-recipes-instructions ol li{margin-left: 1.8em;}
.post-entry ol li::before {
	content: counter(li) ". ";
	color: #220FBF;
	display: inline-block;
	width: 1.5em;
	margin-left: -1.8em;
	text-align: left;
}/*
.post-entry ol li a, .post-entry ul li a {
	color: #000;
}*/
.more-link {
	text-align: center;
	display: block;
}
.printfriendly a.noslimstat, .more-button {
	text-transform: uppercase;
	border: 1px solid #220FBF;
	background: #220FBF;
	letter-spacing: 2px;
	font-size: 11px !important;
	padding: 7px 16px 8px !important;
	display: inline-block;
	margin-top: 12px;
	font-family: "Open Sans", sans-serif;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	float: left;
	border-radius: 50px;
	color: #fff;
}
.printfriendly a.noslimstat span {
	color: #fff !important
}
.printfriendly a.noslimstat:hover span {
	color: #000 !important
}
.printfriendly a.noslimstat:hover, .more-button:hover {
	border: 1px solid #220FBF;
	background: #fff;
	color: #000 !important;
	border: 1px solid;
	border-color: #220FBF;
}

.post-entry img {
	max-width: 100%;
	height: auto;
	width: 100%;
}
.wpcf7-captchac {
	width: 70px !important;
}

.post-entry a:hover {
	text-decoration: underline;
}

.post-entry p, .post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6, .post-entry hr {
	margin-bottom: 20px;
}
.post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6 {
	color: #000;
	font-weight: 400;
}
.post-entry h1 {
	font-size: 27px;
}
.post-entry h2 {
	font-size: 24px;
	color: #000 !important;
}
.post-entry h3 {
	font-size: 21px;
	color: #000 !important;
}
.post-entry h4 {
	font-size: 19px;
}
.post-entry h5 {
	font-size: 17px;
}
.post-entry h6 {
	font-size: 15px;
}
.post-entry hr {
	border: 0;
	height: 0;
	border-bottom: 1px solid #e5e5e5;
	clear: both;
}
.post-entry blockquote {
	border-left: 3px solid;
	border-color: #EF9D87;
}
.post-entry blockquote p {
	color: #999;
	padding: 0 18px;
	font-family: "Georgia";
	font-size: 18px;
	line-height: 28px;
	font-style: italic;
}

.post-entry ul, .post-entry ol {
	padding-left: 45px;
	margin-bottom: 20px;
	font-family: "Crimson Text", serif;
}
.post-entry ul li {
	margin-bottom: 0px;
	list-style: disc;
}
.post-entry ol li {
	margin-bottom: 12px;
	list-style: decimal;
}

.sticky.post .post-header {
}
.bypostauthor {
}

.post-entry table {
	width: 100%;
	margin-bottom: 22px;
	border-collapse: collapse
}
.post-entry td, .post-entry th {
	padding: 12px;
	border-bottom: 1px #e5e5e5 solid;
}
.post-entry th {
	font-weight: bold;
	font-size: 14px;
	background: #f5f5f5;
}
.post-entry tr:hover {
	background: #f9f9f9;
}

.post-meta {
	padding: 0 30px 30px;
	overflow: hidden;
}
.post-meta .meta-info {
	font-style: italic;
	color: #a5a5a5;
	margin-right: 8px;
	font-family: "Crimson Text", serif;
	float: left;
	margin-top: 6px;
	font-size: 15px;
}
.post-share {
	float: right;
	font-size: 12px;
}
.post-share a i {
	border: 1px solid #e8e8e8;
	width: 22px;
	height: 22px;
	line-height: 23px;
	text-align: center;
	border-radius: 50%;
	margin-left: 3px;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.post-share a i:hover {
	background: #220FBF;
	color: #fff;
	border: 1px solid #220FBF;
}
#top-social .fa.fa-rss {
	display: none;
}
.about-side-img {
	width: 400px !important;
}
.list-heading {
	color: #2F43C9;
	font-family: Arquitecta;
	text-transform: uppercase;
}
/*** Post Author ***/
.post-author {
	padding: 30px;
	overflow: hidden;
	border-top: 1px solid #eee;
}

.author-img {
	float: left;
	margin-right: 30px;
}
.author-img img {
	border-radius: 50%;
}
.author-content {
	overflow: hidden;
}
.author-content h5 a {
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 8px;
	color: #000;
	display: block;
}

.author-content p {
	margin-bottom: 8px;
}

.author-content .author-social {
	font-size: 14px;
	color: #bbb;
	margin-right: 8px;
}
.author-content a.author-social:hover {
	color: #EF9D87;
}

/*** Post Pagination ***/
.post-pagination {
	border-top: 1px solid #eee;
	overflow: hidden;
}
.post-pagination a {
	font-size: 10px;
	padding: 15px 30px;
	display: block;
	color: #aaa;
	letter-spacing: 1px;
	text-transform: uppercase;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.post-pagination .pagi-prev {
	float: left;
	width: 50%;
}
.post-pagination .pagi-next {
	float: right;
	width: 50%;
	text-align: right;
}
.post-pagination a:hover {
	background: #EF9D87;
	color: #fff;
}

/** Post tags ***/
.post-tags {
	margin-top: 30px;
	margin-bottom: -15px;
	padding-bottom: 30px;
}
.post-tags a {
	font-family: "Open Sans", sans-serif;
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	background: #f2f2f2;
	color: #666;
	padding: 1px 6px 2px 8px;
	margin-right: 7px;
	border-radius: 3px;
	margin-bottom: 5px;
	display: inline-block;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.post-tags a:hover {
	background: #ddd;
	color: #666;
	text-decoration: none;
}

/*** Post Related ***/
.post-related {
	background: #fff;
	padding: 22px 0px;
	margin-top: -15px;
	margin-bottom: 50px;
	-webkit-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	-moz-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	overflow: hidden;
}
.block-heading {
	text-align: center;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 22px;
	color: #000 !important;
	display: block;
}

.item-related {
	width: 232px;
	margin-right: 22px;
	float: left;
}

.fullwidth .item-related {
	width: 320px;
	margin-right: 30px;
}

.item-related:last-child, .fullwidth .item-related:last-child {
	margin-right: 0;
}
.item-related img {
	max-width: 100%;
	height: auto;
	margin-bottom: 3px;
}

.item-related h3 a {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000;
}
.item-related h3 a:hover {
	text-decoration: underline;
	color: #3d59dd;
}
.item-related h3 {
	margin-bottom: -1px;
}
.item-related span.date {
	font-size: 11px;
	font-style: italic;
	color: #999;
}

/*** Comments ***/
.post-comments {
	background: #fff;
	padding: 22px 00px 1px;
	margin-top: -15px;
	margin-bottom: 50px;
	-webkit-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	-moz-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
}

.thecomment {
	border-bottom: 1px dotted #eee;
	padding-bottom: 34px;
	margin-bottom: 34px;
}

.thecomment .author-img {
	float: left;
	margin-right: 25px;
}
.thecomment .author-img img {
	border-radius: 50%;
}
.thecomment .comment-text {
	overflow: hidden;
}
.thecomment .comment-text span.author, .thecomment .comment-text span.author a {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 6px;
	color: #000;
	font-family: "Oswald";
}
.thecomment .comment-text span.author a:hover {
	text-decoration: underline;
}

.thecomment .comment-text span.date {
	font-size: 11px;
	color: #999;
	font-style: italic;
	display: block;
	margin-bottom: 10px;
}

.thecomment .comment-text em {
	font-size: 13px;
	margin-bottom: -14px;
	display: block;
	color: orange;
	letter-spacing: 1px;
}
.thecomment .comment-text em i {
	font-size: 14px;
	color: #f3bd00;
}

.post-comments span.reply a {
	float: right;
	font-size: 10px;
	background-color: #ccc;
	color: #FFF;
	padding: 3px 6px 5px 6px;
	border-radius: 2px;
	margin-left: 7px;
	font-family: "Lato";
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}
.post-comments span.reply a.comment-edit-link {
	background: #c5c5c5;
}
.post-comments span.reply a:hover {
	opacity: .8;
}

ul.children {
	margin: 0 0 0 55px;
}
ul.children li.thecomment {
	margin: 0 0 8px 0;
}

/** Reply **/
#respond {
	overflow: hidden;
	margin-bottom: 20px;
}

#respond  h3 {
	font-size: 14px;
	color: #000 !important;
	font-weight: 400;
	margin-bottom: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
}
#respond .tasty-recipes-ratings label {
	width: 100%;
	clear: both;
	display: block;
}
#respond h3 a {
	color: #000;
	display: inline-block;
}

#respond h3 small a {
	text-transform: uppercase;
	font-size: 11px;
	background: #333;
	color: #FFF;
	padding: 4px 6px 5px;
	border-radius: 3px;
	margin-left: 7px;
	letter-spacing: 1px;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}
#respond h3 small a:hover {
	opacity: .8;
}

#respond label {
	color: #000;
	width: 200px;
	font-size: 14px;
	display: inline-block;
	font-weight: 300;
}
#respond input {
	padding: 8px 10px;
	border: 1px solid #DDD;
	margin-right: 10px;
	border-radius: 3px;
	color: #999;
	margin-bottom: 15px;
	font-size: 11px;
	width: 100%;
	clear: both;
	display: block;
	background: #ececec;
}
#respond input:focus {
	outline: none;
}
#respond .comment-form-url {
	margin-bottom: 10px;
}
#respond textarea {
	padding: 14px;
	border: 1px solid #DDD;
	border-radius: 3px;
	width: 100%;
	height: 120px;
	font-size: 13px;
	color: #777;
	margin-bottom: 14px;
	line-height: 20px;
	background: #ececec;
	max-width: 100% !important;
}
#respond textarea:focus {
	outline: none;
}
#respond .form-submit {
	text-align: center;
}
#respond #submit {
	text-transform: uppercase;
	border: 1px solid #220FBF;
	background: #220FBF;
	letter-spacing: 2px;
	font-size: 11px;
	padding: 12px 16px 12px;
	display: inline-block;
	margin-top: 12px;
	font-family: "Open Sans", sans-serif;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	float: none;
	border-radius: 50px;
	color: #fff;
	max-width: 180px;
}

#respond #submit:hover {
	border: 1px solid #220FBF;
	background: #fff;
	color: #000;
}

/***
 /** GRID POSTS
 /******************************/
.grid-item {
	margin-bottom: 0;
}
.grid-layout li {
	display: inline-block;
	vertical-align: top;
	margin-right: 26px;
	margin-bottom: 30px;
}

/** With Sidebar **/
.regular .grid-layout li {
	width: 355px;
}
.regular .grid-layout li:nth-child(2n+2) {
	margin-right: 0;
}

/** Full Width **/
.fullwidth .grid-layout li {
	width: 340px;
}

.fullwidth .grid-layout li:nth-child(3n+3) {
	margin-right: 0;
}

.grid-item .post-header {
	padding: 18px 30px 18px;
}

.grid-item .post-header h2 a {
	font-size: 18px;
}

.grid-item .post-entry p {
	margin-bottom: 2px;
}

.grid-item .post-meta {
	padding: 0 30px 20px;
}

/***
 /** LIST POSTS
 /******************************/
.list-item {
	overflow: hidden;
}
.list-item.post {
	margin-bottom: 30px;
}

.list-item .post-img {
	float: left;
	margin-right: 20px;
}
.list-item .post-img img {
	max-width: 250px;
	vertical-align: middle;
}

.list-item .list-content {
	overflow: hidden;
	margin-top: 14px;
	padding-right: 18px;
}

.list-item .post-header {
	text-align: left;
	padding: 0;
	margin-bottom: 8px;
}
.list-item .post-entry {
	padding: 0;
	margin: 0;
}
.list-item .post-entry p {
	margin: 0 0 6px;
}
.list-item .post-meta {
	padding: 0;
}
.list-item .post-header h2 a {
	font-size: 18px;
	line-height: 28px;
}
.list-item .post-header .cat a {
	margin-bottom: 5px;
}

/***
 /** PAGINATION
 /******************************/

.pagination {
	margin-bottom: 20px;
	overflow: hidden;
}

.pagination a {
	padding: 14px 20px;
	display: inline-block;
	font-family: "Open Sans", sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 11px;
	background: #fff;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.pagination a:hover {
	text-decoration: none;
	color: #fff;
	background: #EF9D87;
}
.pagination .newer {
	float: left;
}
.pagination .older {
	float: right;
}

/***
 /** SIDEBAR
 /******************************/

.widget {
	margin-bottom: 40px;
	display: inline-block;
	width: 100%;
	clear: block;
}
#sidebar  .widget-heading > span {
	font-size: 12px;
}
.widget img {
	max-width: 100%;
	height: auto;
}

.widget-heading {
	overflow: hidden;
	text-align: center;
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #000 !important;
}
.widget-heading > span {
	position: relative;
	display: inline-block;
}
.widget-heading > span:before, .widget-heading > span:after {
	content: "";
	position: absolute;
	top: 50%;
	border-bottom: 1px solid;
	border-color: #d8d8d8;
	width: 591px;
	margin: 0 14px;
}
.widget-heading > span:before {
	right: 100%;
}
.widget-heading > span:after {
	left: 100%;
}

.widget a:hover {
	text-decoration: underline;
}

.widget ul li {
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dotted #d5d5d5;
}
.widget ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.widget input, .widget select {
	border: 1px solid #444;
	color: #000;
	padding: 9px 7px;
	width: 100%;
}

/*** About Widget ***/
.about-widget img {
	margin-bottom: 8px;
}

/** Social Widget **/
.widget-social {
	text-align: center;
}

.widget-social a:first-child {
	margin-left: 0;
}
.widget-social a:last-child {
	margin-right: 0;
}

.widget-social a i {
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	background: #ef9d87;
	color: #fff;
	border-radius: 50%;
	margin: 0 2px 4px;
	font-size: 22px;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}

.widget-social a:hover {
	opacity: .8;
}
.widget-social a:hover > i {
	opacity: .8;
}

/** WIDGET ITEMS **/
.widget ul.side-newsfeed li {
	list-style-type: none;
	margin-bottom: 17px;
	padding-bottom: 13px;
	margin-left: 0;
}
.widget ul.side-newsfeed li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.widget ul.side-newsfeed li .side-item {
	overflow: hidden;
}
.widget ul.side-newsfeed li .side-item .side-image {
	float: left;
	margin-right: 14px;
}

.widget ul.side-newsfeed li .side-item .side-image img {
	width: 88px;
	height: auto;
}

.widget ul.side-newsfeed li .side-item .side-item-text {
	overflow: hidden;
}
.widget ul.side-newsfeed li .side-item .side-item-text h4 a {
	margin-bottom: 1px;
	color: #000;
	display: block;
	font-size: 13px;
	font-family: "Open Sans", sans-serif;
}
.widget ul.side-newsfeed li .side-item .side-item-text .side-item-meta {
	font-size: 11px;
	color: #999;
	font-style: italic;
}

/** Instagram widget support **/
.instag ul.thumbnails > li {
	width: 32% !important;
}
.instag ul.thumbnails > li img:hover {
	opacity: .8;
}
.instag ul li {
	margin: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.pllexislider ul li {
	margin: 0;
	padding-bottom: 0;
	border-bottom: none;
}

/*** Widget categories ***/
.widget_categories {
	color: #a5a5a5;
}
.widget_categories a {
	margin-right: 10px;
}

/*** Tagcloud widget ***/

.widget .tagcloud a {
	display: inline-block;
	margin: 8px 3px 0 0;
	padding: 8px 10px;
	border: 2px solid rgba(0,0,0,.1);
	text-transform: capitalize;
	font-size: 12px !important;
	line-height: 100%;
	float: left;
	color: #000;
}
.widget .tagcloud a:hover {
	background: #220FBF;
	border: 2px solid #220FBF;
	color: #fff;
	text-decoration: none;
}

/*** Calender widget ***/
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	text-align: right;
	color: #777;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 15px;
}
#wp-calendar thead {
	font-size: 12px;
}
#wp-calendar thead th {
	padding-bottom: 10px;
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	text-align: center;
	padding: 8px;
}
#wp-calendar tbody td a {
	font-weight: 700;
	color: #222;
}
#wp-calendar tbody td:hover {
	background: #fff;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
}
#wp-calendar tfoot #prev {
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 10px;
}
#wp-calendar thead th {
	padding-bottom: 10px;
	text-align: center;
}

/*** Search Widget ***/
#searchform input#s {
	border: 1px solid #e5e5e5;
	background: #fff url(img/searchsubmit.png) no-repeat 96% 13px;
	padding: 14px 14px;
	font-size: 11px;
	color: #999;
	letter-spacing: 1px;
}

#searchform #s:focus {
	outline: none;
}

/** searchbar for widget ***/
.widget #searchform input#s {
	width: 300px;
}

/***
 /** FOOTER
 /******************************/

#footer {
	margin-top: 50px;
	background: #fff;
}

#footer-instagram {
	text-align: center;
	overflow: hidden;
	background: #fff;
}
#footer-instagram h4.block-heading {
	margin-bottom: 30px;
	padding-top: 30px;
	color: #000 !important;
}

.widget-instagram .instag ul.thumbnails > li, .widget-instagram .jr-insta-thumb ul > li {
	width: 12.5% !important;
	display: inline;
	float: left;
	margin-bottom: -6px;
	padding: 0 !important;
}
.jr-insta-thumb .thumbnails {
	padding: 0 !important;
}

/*** Footer Social ***/
#footer-social {
	padding: 30px 0;
	background: #EF9D87;
	text-align: center;
}

#footer-social a {
	margin: 0 36px 0 0;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
#footer-social a:first-child {
	margin-left: 0;
}
#footer-social a:last-child {
	margin-right: 0;
}

#footer-social a i {
	height: 28px;
	width: 28px;
	text-align: center;
	line-height: 28px;
	background: #fff;
	color: #EF9D87;
	border-radius: 50%;
	margin-right: 5px;
	font-size: 14px;
}

#footer-social a:hover {
	text-decoration: none;
	opacity: .8;
}
#footer-social a:hover > i {
	opacity: .8;
}

/*** Footer Copyright ***/
#footer-copyright {
	padding: 20px 0;
	font-size: 11px;
	color: #999;
	background: #fff;
	overflow: hidden;
}
#footer-copyright span.left {
	float: left;
}

#footer-copyright .to-top {
	float: right;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	color: #aaa;
}
#footer-copyright .to-top i {
	font-size: 14px;
	margin-left: 3px;
}

#footer-copyright .to-top:hover {
	text-decoration: none;
}

/***
 /* Archive
 /********************/
.archive-box {
	background: #fff;
	padding: 18px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	-moz-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	text-align: center;
}

.archive-box span {
	font-size: 11px;
	font-style: italic;
	letter-spacing: 1px;
	color: #999;
	margin-bottom: 4px;
	display: inline-block;
}
.archive-box h1 {
	font-size: 28px;
	letter-spacing: 5px;
	text-transform: uppercase;
}

/***
 /* 404 Page
 /********************/
.error-page {
	text-align: center;
	padding-top: 50px;
}
.error-page h1 {
	font-size: 190px;
}
.error-page p {
	color: #888;
}

/*** Contact Form 7
 /************************/
.wpcf7 input {
	width: 266px;
}
div.wpcf7 {
	overflow: hidden;
	margin-top: 40px;
}
.wpcf7 input, .wpcf7 textarea {
	padding: 8px;
	border: 1px solid #DDD;
	margin-right: 10px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #777;
	font-size: 12px;
	margin-top: 6px;
	margin-bottom: 6px;
	width: 97.5%;
	background: #ececec;
}
.wpcf7 textarea {
	width: 97.5%;
}
.wpcf7 .wpcf7-submit {
	cursor: pointer;
	display: block;
	text-transform: uppercase;
	border: 1px solid #220FBF;
	background: #220FBF;
	letter-spacing: 2px;
	font-size: 11px !important;
	padding: 10px 30px !important;
	display: inline-block;
	margin-top: 0px;
	font-family: "Open Sans", sans-serif;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	float: left;
	border-radius: 50px;
	color: #fff;
	width: auto;
}
.wpcf7 .wpcf7-submit:hover {
	background: #fff;
	color: #000;
}

/* =WordPress Core
 -------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 100%; /* Image does not overflow the content area */
	padding: 3px 0px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 96%;
	padding: .8% 1.9% !Important;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 10px;
	margin: 0;
	display: inline-block;
}

/*** Custom WordPress gallery style ***/
.gallery .gallery-caption {
	font-size: 12px;
	color: #888;
	font-family: "Open Sans";
}

.gallery .gallery-icon img {
	border-radius: 2px;
	border: 1px solid #eee !important;
	padding: 7px;
}
.gallery .gallery-icon img:hover {
	border: 1px solid #ccc !important;
}
.post-date {
	font-style: italic;
}
.screen-reader-text {
	display: none;
}
.solopine_about_widget h4 {
	text-indent: -9999;
	background: url(img/sidebar-h4.png);
	height: 75px;
}
.solopine_about_widget h4 span:before, .solopine_about_widget h4  span:after {
	display: none;
}
.solopine_about_widget p {
	text-align: center;
}
footer {
	max-width: 1100px;
	margin: auto;
	padding-bottom: 20px;
}
footer .pagination, footer .post-pagination {
	float: left;
	max-width: 740px;
	border-top: 1px solid #555;
	width: 100%;
}
footer .right {
	float: right;
	margin-top: 10px;
	font-style: italic;
	font-weight: normal;
	font-size: 12px;
	padding-bottom: 15px;
}
footer  .pagination .older, footer  .post-pagination .pagi-prev {
	width: 48%;
	float: left;
	text-align: right;
}
footer .pagination .newer, footer  .post-pagination .pagi-next {
	width: 48%;
	float: right;
	text-align: left;
}
footer  .post-pagination .pagi-prev a, footer  .post-pagination .pagi-next a, footer  .pagination .older a, footer  .pagination .newer a {
	color: #3D59DD;
}
footer  .post-pagination .older a:hover, footer  .post-pagination .pagi-next a:hover, footer  .pagination .older a:hover, footer  .pagination .newer a:hover {
	color: #2a28cc;
	background: none;
}
.single-post .post {
	background: url(img/comments_line.png) no-repeat bottom left;
}
.wpcf7-form p {
	position: relative;
	margin-bottom: 10px;
	font-size: 14px;
	color: #000;
}
.wpcf7-form  .wpcf7-form-control-wrap {
	display: block;
	margin-top: -5px;
}
.wpcf7-form  .wpcf7-captchac {
	position: absolute;
	top: 26.5px;
	z-index: 99;
	right: 15px;
}
.home .post-header, .single-post .post-header, .search-results .post-header, .archive  .post-header {
	text-align: center;
	margin-top: 10px;
}
.search-results .post-header, .archive  .post-header {
	padding-right: 0px;
}
.page-id-10 .post-header h1, .page-id-8 .post-header h1 {
	display: none;
}
.tagcloud a:nth-of-type(n+11) {
	display: none;
	float: left;
}
.tagcloud .tagshowmore {
	display: inline-block !Important;
	float: left;
	background: rgba(0,0,0,.1);
}

body .tasty-recipes {
	max-width: 100%;
	border: 1px #000 dashed
}
.tasty-recipes-details ul li:before {
	display: none !important;
}
.tasty-recipes-buttons img, .tasty-recipes-details ul li img {
	width: auto !important
}
body .tasty-recipes-entry-header .tasty-recipes-details ul li {
	font-size: 14px;
	font-family: 'Muli', ' Open Sans', sans-serif;
	color: #000;
}
#respond input.tasty-recipes-rating {
	width: auto;
	clear: none;
	display: inline-block;
	margin-right: 0px;
}
.post-pagination,
.pagination{display: none;}
#mailchimpForm{background:#f7f7f7;padding:25px 10px;border:1px solid #000;text-align: center;display: table;}
#mailchimpForm h3{font-size:26px;margin-bottom: 10px;}
#mailchimpForm input {box-sizing: border-box;}
#mailchimpForm input[type="email"]{margin:10px 0px;}
#mailchimpForm input[type="checkbox"]{width:auto;margin-right: 6px;top: -1px;position: relative;}
#mailchimpForm  button{text-transform: uppercase;
    border: 1px solid #220FBF;
    background: #220FBF;
    letter-spacing: 2px;
    font-size: 11px !important;
    padding: 10px 16px !important;
    display: inline-block;
    margin-top: 12px;
    font-family: "Open Sans", sans-serif;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    border-radius: 50px;
    color: #fff;
}
.footer-container{background: #f7f7f7;text-align: center;margin-top: 25px}
.footer-subbox{max-width: 1080px;margin: auto;padding: 50px 20px 25px;text-align: center;}
.footer-subbox .widget_nav_menu,
.footer-subbox .menu-menu-1-container{text-align: center;}
.footer-subbox .widget_nav_menu{padding: 20px 0px}
.footer-subbox .menu{display: inline-block;float:none;}
.footer-subbox .menu li a,
.footer-subbox .menu li.current-menu-item a,.footer-subbox  .menu li.current_page_item a, .footer-subbox .menu li a:hover{color:#220FBF;font-family: Arquitecta;}
@media only Screen and (max-width: 768px) {
	body #top-search a {
		color: #fff !important;
		background: #220fbf;
	}
	body #top-search {
		width: 43px;
	}
	body .post-comments{padding: 20px 10px;}
	body #respond input.tasty-recipes-rating{width:auto !important;}
	#respond .form-submit {
		max-width: 200px;
		margin: auto;
	}
	body #top-social {
		right: 35px;
		z-index: 999;
	}
	footer .right {
		display: block;
		float: none;
		text-align: center;
	}
	.single-post .post {
		background: url(img/comments_line_mob.png) no-repeat center bottom;
	}
	.single-post .post-share {
		display: none;
	}
	.post-header h1 {
		text-align: center;
	}
	.page-id-14 .pf-content {
		text-align: center;
	}
	#respond input, #respond textarea {
		width: 95% !important;
		max-width: 100% !important;
		padding: 10px 2%;
	}
	.wpcf7-form {
		text-align: left;
	}
	#respond #submit, .wpcf7 .wpcf7-submit {
		-webkit-appearance: none;
	}
	footer {
		overflow: hidden;
		margin-top: 20px;
	}
	body .slicknav_menu .slicknav_icon-bar{background-color:#fff;}
	body .slicknav_menu .slicknav_no-text{margin-top: 8px;}
	body #top-social a{line-height: 50px;}
	body #top-search a{line-height: 47px;}
}
@media (max-width: 420px) {
	body .widget {
		width: auto;
		display: block;
		clear: both;
	}
	body .widget#text-2 {
		padding-top: 40px
	}
	#sb_instagram.sbi_col_3 #sbi_images .sbi_item {
		width: 33%
	}
	#sb_instagram.sbi_col_3 #sbi_images .sbi_item .sbi_photo {
		max-height: 110px;
	}
	
}

.paginations .current {
    border: 1px solid #ddd!important;
    padding: 6px 10px;
    font-size: 14px !important;
    color: #000 !important;
    margin:3px;
} .paginations a {
    color: #000 !important;
    padding: 10px 7px;
    font-size: 16px !important;
    margin:3px;
    border: 0px !important;
}
.paginations a:hover{color: #220FBF !important;}
.paginations {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}.home #main > article.post:last-child {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 30px;
}
@media(min-width:768px)
{
	.paginations{max-width: 740px;margin:auto;    text-align: center;}
	.paginations .container{margin: auto; width: auto;display: inline-block;float: none;text-align: center;}
}
@media (max-width: 767px) {
	.paginations .container{width:auto !important;margin:auto;text-align:center;margin-left: 5px;}
	.footer-subbox  .widget_nav_menu{display:none;}
	.copyright {padding-top: 15px;display: inline-block;}
}