/* 
Theme Name: Jelly Toast
Theme URL: http://www.jellytoastblog.com
Description: Responsive theme for Jelly Toast blog.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 1.0
*/

/* RESET
----------------------------------------------------------------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    white-space: normal;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type="submit"], input[type="text"], input[type="search"] {
    -webkit-appearance: none;
}
	
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* MAIN CONTAINER */
.container {
    max-width: 100%;
    margin: 0 auto;
}

/* COLUMN WIDTH ON DISPLAYS +768px */
@media ( min-width : 801px ) {

    .span_content {
        margin-left: 0;
        width: 68%;
        width: -moz-calc(100% - 300px - 5%);
        width: -webkit-calc(100% - 300px - 5%);
        width: calc(100% - 300px - 5%);
        max-width: 750px;
        float: left;
        display: inline-block;
    }
	
    .span_content_full {
        width: 100%;
        margin-left: 0;
        max-width: 100%;
    }

    .span_sidebar {
        width: 300px;
        float: right;
        clear: right;
        display: block;
    }
}
.wrapper {
    background-color: #ffffff;
    margin: 0 auto 0;
    padding: 0 15px;
    width: 100%;
    max-width: 1140px;
}

.wrap {
    margin: 0 auto 0;
    padding: 0 15px;
    width: 100%;
    max-width: 1140px;
}

/*---------STRUCTURE---------*/
@font-face {
    font-family: 'thirsty_soft';
    src: url('fonts/thirstysoftlight-webfont.woff2') format('woff2'),
         url('fonts/thirstysoftlight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body                           {
	color: #494b4e;
	font-size: 17px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.7;
	width: 100%;
	margin: 0;
	padding: 0; }
a  {
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out }
a:link, a:visited, a:active          {
	color: #a43776;
	text-decoration: underline }
a:hover             {
	color: #c887ad;
	text-decoration: none }
p    {
	margin: 25px 0 }
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
h1, h2, h3, h4, h5              {
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 25px;
	margin-bottom: 25px }
h1                        {
	color: #37383b;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: .09em; }
h2      {
	color: #37383b;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: .09em; }
h3 {
	color: #37383b;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .08em;
}
h4        {
	color: #a43776;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: .08em; }
h5        {
	color: #a4a5a6;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: .08em; }
h6                        {
	color: #37383b;
	font-size: 22px;
	font-family: "thirsty_soft", Arial, Helvetica, Geneva, sans-serif;
	text-transform: none;
	letter-spacing: normal;
	font-weight: normal; }
.clear {
	clear: both }

	
/*----Header----*/
.topbar {
	background-color: #f5f6f6;
	border-bottom: 1px solid #eceded;
}
.topbar .clear {
	height: 0px;
	visibility: hidden;
}
.topbar .search-form {
	float: left;
	margin: 6px 0 0;
	width: 180px;
	overflow: hidden;
	background-color: #ffffff;
	border: 1px solid #eceded;
}
	.search-input {
		border: none;
		font-size: 13px;
		font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
		font-style: italic;
		color: #494b4e;
		margin: 0px;
		padding: 0px 12px;
		height: 30px;
		line-height: 30px;
		width: -moz-calc(100% - 30px);
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);
		vertical-align: middle;
		float: left;
	}
	
	.search-submit {
		width: 30px;
		text-align: right;
		float: right;
		color: #494b4e;
		background-color: transparent;
		border: none;
		margin: 0;
		padding: 0 10px 0 0;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
		vertical-align: middle;
		font-weight: normal;
		cursor: pointer;
		float: right;
	}
	.search-submit:hover {
		color: #a43776;
		
	}
.header {
	margin: 30px 0 40px;
	clear: both;
	 }
.header .logo {
	display: inline-block;
	width: 295px;
	float: left;
	margin: 0;
}
	 .header .logo a {
	 	display: inline-block;
	 	text-decoration: none;
	 	font-size: 66px;
	 	font-family: "thirsty_soft", Arial, Helvetica, Geneva, sans-serif;
	 	color: #37383b;
	 }
		 .header .logo a:hover {
		 	color: #a43776;
		 }

	 .header .logo sub {
	 	color: #a4a5a6;
	 	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	 }
.header .tagline {
	color: #a4a5a6;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-weight: normal;
	font-size: 11px;
	clear: left;
	float: left;
	display: block;
	width: 100%;
	margin: -22px 20px 0 0;
	padding-right: 8px;
	text-align: right;
}

.header .social {
	float: right;
	margin-top:  30px;
	display: inline-block;
}
.social a {
	color: #37383b;
	text-decoration: none;
	font-size: 14px;
	padding: 2px;
}
.social a:hover {
	color: #a43776;
}
.social .fa-inverse {
	font-size: 80%;
}
/*----Content----*/
.span_content                            {
	display: inline-block;
	float: left; }
.span_content img {
	max-width: 100%;
	height: auto;
}

.span_content ul, .span_content ol {
	margin: 25px 0;
	padding: 0; }
.span_content ul li  {
	list-style-type: none;
	margin: 0 0 10px 10px;
	padding: 0; }
.span_content ul li:before {
	color: #a43776;
	content: '\2022'; /* '?' */
	margin: 0 6px 0 -10px;
	font-size: 15px;
}
.span_content ol li  {
	list-style-type: decimal;
	padding: 0 0 10px;
	margin: 0 0 0 20px }
.span_content .search-form {
	max-width: 350px;
}
.sep {
	margin-top: 30px;
	margin-bottom: 50px;
	border-bottom: 1px solid #eceded;
	height: 1px;
	display: block;
	clear: both;
}
hr {
	 border: 0; 
	 height: 0; 
	 border-top: 1px solid rgba(0, 0, 0, 0.1); 
	 border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
/*----Sidebar----*/
.sidebar                  {
	font-size: 95%;
	line-height: 1.5;
	display: inline-block;
	float: right;
	clear: right;
	z-index: 10; }
.topsidebar   { }
.leftsidebar         {
	margin: 0;
	float: left;
	width: 49%; }
.rightsidebar    {
	margin: 0;
	width: 49%;
	float: right }
.midsidebar {
	overflow: hidden;
}
.lowersidebar {
	clear: both;
	margin: 0;
}
.sidebar img {
	max-width: 100%;
	height: auto;
}
.widget        {
	margin-bottom: 40px }
h3.widgettitle    {
	text-align: center;
	margin: 0 0 13px;
	 }
.widget a:link, .widget a:visited, .widget a:active      {
	color: #37383b;
	text-decoration: none }
.widget a:hover     {
	color: #a43776;
	text-decoration: none }
.widget ul   { }
.widget ul li          {
	 }
.widget p    {
	margin: 0 0 10px }
.topsidebar .ad, .lowersidebar .ad { 
	text-align: center;
	background-color: #eceded;
	padding: 15px 0 14px;
}
.sidebar .ad .textwidget {
	text-align: center;
	width: 300px;
	margin: 0 auto;
	padding: 0;
}
.sidebar select     {
	font-size: 12px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	color: #494b4e;
	background-color: #ffffff;
	padding: 6px;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #eceded; }
.screen-reader-text {
	display: none;
}
.subscribe {
	border: 1px solid #eceded;
	padding: 13px;
}
.emailform {
	width: 100%;
}
.emailinput {
	border: none;
	font-size: 12px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-style: italic;
	color: #494b4e;
	background-color: #ffffff;
	border: 1px solid #eceded;
	margin: 0px;
	padding: 0px 10px;
	height: 36px;
	line-height: 36px;
	width: 100%;
}

.emailsubmit {
	width: 100%;
	text-align: center;
	color: #ffffff;
	background-color: #a43776;
	border: none;
	margin: 13px 0 0 0;
	padding: 0px 8px;
	height: 36px;
	line-height: 36px;
	font-size: 12px;
	vertical-align: middle;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .08em;
	cursor: pointer;
	position: relative;
}
.emailsubmit:hover {
	color: #ffffff;
	background-color: #c887ad;
}
.sidebar .search-form, .span_content .search-form {
	border: 1px solid #eceded;
	overflow: hidden;
}
.sidebar .search-input, .span_content .search-input {
	height: 42px;
	line-height: 42px;
	font-size: 16px;
}

.sidebar .search-submit, .span_content .search-submit {
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #a43776;
	border: none;
	font-size: 20px;
	text-align: right;

}
	.sidebar .search-submit:hover, .span_content .search-submit:hover {
		color: #c887ad;
	}


/*----Post Styles----*/
.post                  {
	overflow: hidden;
	margin-bottom: 55px; }
.singlepost {
	
}
.posthead {
	text-align: center;
	border-top: 1px solid #eceded;
	border-bottom: 1px solid #eceded;
	padding: 12px 0;
	margin: 0 0 30px;
}
.post h1.posttitle, .post h2.posttitle {
	margin: 0 0 3px;
	text-align: center;
	 }

h1.posttitle a, h2.posttitle a  {
	color: #37383b;
	text-decoration: none }
h1.posttitle a:hover, h2.posttitle a:hover  {
	color: #a43776 }

.postmeta               {
	color: #a4a5a6;
	font-style: italic;
	font-size: 13px;
	text-align: center; }
.postmeta em {
}
.postmeta a   {
	color: #a4a5a6;
	text-decoration: none }
.postmeta a:hover, .edit a:hover, .metabottom a:hover          {
	color: #a43776;
	text-decoration: none }
.postmeta .ccount {
	display: inline-block;
}
.metabottom                   {
	text-align: left;
	clear: both;
	margin: 25px 0;
	padding: 12px 0;
	border-top: 1px solid #eceded;
	border-bottom: 1px solid #eceded; }
.metabottom .left      {
	width: 80%;
	float: left;
	padding: ; }
.metabottom .right      {
	text-align: right;
	width: 20%;
	float: right;
	padding:; }
.metabottom .ccount a:before {
	display: none;
}
.more {
	margin: 0;
}
a.more-link {
	color: #a43776;
	font-size: 22px;
	font-family: "thirsty_soft", Arial, Helvetica, Geneva, sans-serif;
	text-transform: none;
	letter-spacing: normal;
	font-weight: 300;
	text-decoration: none;
}
a.more-link:hover {
	color: #c887ad;
	
}

a.post-edit-link, a.comment-edit-link, a.comment-reply-link, a#cancel-comment-reply-link   {
	color: #fff;
	font-size: 9px;
	line-height: 9px;
	font-weight: bold;
	background-color: #a4a5a6;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: 0;
	margin-left: 8px;
	padding: 0px 3px }
a.post-edit-link:hover, a.comment-edit-link:hover, a.comment-reply-link:hover, a#cancel-comment-reply-link:hover {
	color: #fff;
	background-color: #494b4e }
.post img {
	max-width: 100% !important;
	height: auto;
}


.alignleft {
	/*margin-right: 10px;
	float: left*/
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto }
.alignright {
	margin-left: 10px;
	float: right }
.aligncenter {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto }
.post p.small {
	font-size: 80%;
}

.post blockquote        {
	color: #494b4e;
	font-size: 16px;
	font-style: italic;
	margin: 25px 0;
	padding: 20px 25px;
	display: block; }
.post blockquote p:last-of-type {
	margin-bottom: 8px;
}
.wp-caption {
	text-align: left }
.wp-caption p   {
	color: #494b4e;
	font-size: 10px;
	text-align: center;
	margin-top: 2px;
	padding-right: 10px }
	
/*Recipe Styles*/

.recipe                        {
	clear: both;
	font-style: normal;
	font-weight: normal;
	margin: 25px 0 45px;
	padding: 25px;
	background-color: #f5f6f6;
	border: 1px solid #eceded;
	font-size: 15px;
	line-height: 1.6;
}
.recipe ol:last-of-type, .recipe li:last-of-type   {
	margin-bottom: 0;
	 }

.recipe h2 {
	color: #a43776;
	margin: 0;
	font-family: "thirsty_soft", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	font-size: 32px;
	text-align: center;
}

.recipe .time {
	color: #a4a5a6;
	font-style: italic;
	font-size: 12px;
	margin: 5px 0 20px;
	text-align: center;
	 }
.recipe .time p {
	display: inline-block;
	margin: 0 12px 0 0;
}
.recipe .time strong {
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: .03em;
}
.recipe .summary   {
	color: #494b4e;
	font-style: italic;
	font-size: 120%;
	margin: 10px 0 20px;
 }
	
.recipe .summary p {
	
}
.recipe h3 {
	margin-bottom: 10px;
	font-size: 16px;
}
.recipe h4 {
	color: #494b4e;
}
.recipe .recipeimg {
	float: right;
	width: 140px;
}
.recipe .photo {
	width: 45px !important;
	height: 45px !important;
	float: left;
	margin: -1px 12px 0 0;
	display: none; }
.recipe h3#ingredients, .recipe h3#directions {
	clear: both;
	margin: 0 0 10px;
	text-align: center;
}
.recipe .ingredients {
	width: 40%;
	margin-right: 4%;
	float: left;
}
	.recipe .ingredients ul {
		margin: 20px 0;
	}
	.recipe .ingredients ul li, .recipe .ingredients div.ingredient {
		display: block;
		border-bottom: 1px solid #eceded;
		padding: 3px 3px 3px 10px;
		margin: 0;
		font-size: 90%;
	}
	.recipe .ingredients ul li:first-of-type, .recipe .ingredients div.ingredient:first-of-type {
		border-top: 1px solid #eceded;
	}
.recipe .directions {
	width: 56%;
	float: right;
	text-align: left;
	margin-bottom: 15px;
}
	.recipe .directions p {
		margin: 15px 0;
	}
.recipe .notes  {
	color: #494b4e;
	font-style: italic;
	margin-top: 15px;
	padding: 10px 0 10px;
	margin-bottom: 0;
	clear: left;
	border-top: 1px solid #eceded; }
.recipe .notes ul li {
	margin-left: 15px;
}
.recipe .notes p:last-of-type {
	margin-bottom: 0;
}
.recipe .date.updated {
	clear: both;
	display: none;
}
.recipe .source   {
	clear: both;
	color: #a4a5a6;
	font-style: italic;
	font-size: 12px;
	margin-top: 35px;
	margin-bottom: 0;
	clear: left }
.recipe .source a {
	color: #a4a5a6;
	text-decoration: underline;
}
.recipe .source a:hover {
	text-decoration: none;
	color: #c887ad;
}
.recipe .source p {
	margin: 0;
}
.printbutton         {
	clear: both;
	margin: 0 auto -38px;
	padding: 0;
	text-align: center; }
.printbutton a {	
	display: inline-block;
	font-size: 11px;
	letter-spacing: .03em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background-color: #a43776;
	margin: 0px;
	padding: 5px 15px;
}

.printbutton a:hover {
	color: #ffffff;
	background-color: #c887ad;
	
}

/*Inner Post Stuff*/

.share {
	overflow: hidden;
	text-align: center;
	margin-bottom: 40px;
	
}
.share h4 {
	display: inline-block;
	margin: 12px 0 0;
}
.share .addthis_sharing_toolbox {
	display: inline-block;
	margin: 0 !important;
}
.share .addthis_sharing_toolbox a {
	margin-left: 10px !important;
}


.postnav {
	overflow: hidden;
	padding: 1px 2px;
	margin: 0 0 30px;
}
.postnav .left {
	width: 50%;
	float: left;
	text-align: l;
}
.postnav .right {
	width: 50%;
	float: right;
	text-align: right;
}
.postnav a {
	font-weight: normal;
	color: #494b4e;
	font-size: 16px;
	line-height: 1.3;
	text-decoration: none;
	display: inline-block;
	text-align: center;
}
	.postnav .left a {
		text-align: left;
		background-position: left top;
	}
	.postnav .right a, .postnav .right a em {
		text-align: right;
		background-position: right top;
	}
.postnav a em {
	color: #a43776;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: bold;
	font-style: normal;
}
.postnav a:hover em {
	color: #c887ad;
	
}
/*---------TEASER STYLES---------*/

.teaserpost {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 50px;
	float: left;
}
	.teaserpost.even {
		margin-right: 0;
	}
	.teaserpost.odd {
		clear: left;
	}
.teaserpost h2.posttitle {
	
}
.teaserpost img {
	width: 100% !important;
	height: auto;
	margin-bottom: 19px;
}
.teaserpost p.excerpt {
	text-align: center;
}
.teaserpost .more {
	text-align: center;
}


/*----Related Post Styles----*/
.relatedposts {
	margin-bottom: 50px;
	overflow: hidden;
}

/*----Archive Styles----*/

h2.archivetitle, h1.pagetitle     {
	margin: 0 0 25px; 
	text-align: center;
}
h2.searchtitle {
	text-align: left;
	margin: 0 0 25px;
}
.archives {
	overflow: hidden;
}
.archives .archivepost {
	width: 18.8%;
	float: left;	
	margin-right: 1.5%;
	margin-bottom: 15px;
	text-align: center;
	display: inline-block;
}
.archives .archivepost img {
	margin: 0;
	width: 100% !important;
	height: auto;
	display: inline-block;
}
.archives .archivepost a {
	text-decoration: none;
}
.archives .archivepost a h4 {
	text-decoration: none;
	color: #37383b;
	font-size: 12px;
}
.archives .archivepost a:hover h4 {
	color: #a43776;
}
.archives .archivepost .postmeta {
	color: #a4a5a6;
	font-size: 11px;
	letter-spacing: normal;
	text-align: center;
}
.archives .archivepost:nth-child(5n) {
	margin-right: 0px;
}	
.archives .archivepost:nth-child(5n+1) {
	clear: both;
}	
	
.archives .archivepost h4 {
	margin: 4px 0;
	text-align: center;
	font-size: 12px;
}
.archives .archivepost a .posttitle h4 {
	color: #ffffff;
	height: auto;
	overflow: hidden;
}


.archiveslist      {
	color: #494b4e;
	list-style-type: disc;
	margin-top: 0;
	margin-bottom: 20px;
	overflow: hidden;
	-moz-column-count: 3;
	-moz-column-gap: 10px;
	-webkit-column-count: 3;
	-webkit-column-gap: 10px;
	column-count: 3;
	column-gap: 10px; }
.archiveslist li   {
	
	 }
.archiveslist ul li      {
	}
.archiveslist a:link  {
	color: #494b4e;
	text-decoration: none }
.archiveslist a:visited  {
	color: #494b4e;
	text-decoration: none }
.archiveslist a:hover   {
	color: #a43776 }
.archiveslist a:active   {
	color: #a43776 }
.archiveslist em     {
	color: #494b4e;
	font-size: 10.5px }
.subcats {
	background-color: #f5f6f6;
	border: 1px solid #eceded;
	padding: 15px 15px 11px 15px;
	margin: 0 0 40px;
	text-align: center;
}
.subcats h4 {
	margin: 0 0 10px;
	text-align: center;
}
.subcats ul li:before {
	display: none;
}
.subcats ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.subcats ul li  { 
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: center;
}
.subcategories li ul li a {
	display: inline-block;
	color: #ffffff;
	background-color: #a43776;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding: 5px 15px;
	margin: 4px 8px 4px 0;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .03em;
}
.subcategories li ul li a:hover {
	color: #ffffff;
	background-color: #c887ad;
}
.span_content .tagindex li {
	width: auto;
	display: inline-block;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.tagindex li:before {
	display: none;
}
.tagindex a     {
	font-size: 13px;
	line-height: 21px;
	width: 22px;
	height: 22px;
	text-align: center;
	display: block;
	margin-right: 2px;
	float: left;
	border: solid 1px #f6f5f5;
	background-color: #ffffff; }
.tagindex a:link   {
	color: #494b4e;
	text-decoration: none }
.tagindex a:visited    {
	color: #bbb9b9;
	text-decoration: none }
.tagindex a:active   {
	color: #494b4e;
	text-decoration: none }
.tagindex a:hover   {
	color: #fff;
	text-decoration: none;
	background-color: #a43776 }
.tagtitle   {
	color: #a4a5a6;
	font-size: 15px;
	margin-bottom: 8px;
	text-transform: uppercase }
.tagtitle a  {
	text-decoration: none;
	text-transform: none }
.tagtitle em  {
	color: #a4a5a6;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-style: italic;
	margin-left: 11px;
	letter-spacing: normal;
	font-weight: normal;
	float: right }
.tagtitle em a  {
	color: #a4a5a6;
	font-size: 11px }
.tagtitle a:hover  {
	color: #494b4e }


/*----Forms----*/
#submit, .submitbutton, a.submitbutton         {
	color: #fff;
	font-size: 13px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	line-height: 15px;
	background-color: #a43776;
	text-transform: uppercase;
	letter-spacing: .08em;
	cursor: pointer;
	margin-top: 5px;
	padding: 10px 15px 8px;
	border-style: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
	    }
#submit:hover, .submitbutton:hover        {
	background-color: #c887ad }
.commentinput, .styledinput, .captchainput, #commentform input[type=text], #commentform textarea {
	color: #494b4e;
	font-size: 13px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 7px;
	border: 1px solid #e4e3e3  }
.commentinput:focus, .styledinput:focus, .captchainput:focus, #commentform input:focus {
	color: #494b4e }
.commentinput, #commentform textarea {
	width: 100%; }
.wpcf7-form   {
	width: 100% }
.wpcf7-form .formfield  {
	overflow: hidden }
.wpcf7-form p  {
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	line-height: 30px;
	text-align: right;
	display: block;
	margin: 0 20px 0 0;
	padding: 7px 0;
	width: 100px;
	float: left }
.wpcf7-form .captcha  {
	color: #494b4e;
	font-size: 13px;
	line-height: 30px;
	text-align: right;
	text-transform: uppercase;
	display: block;
	margin: 0 15px 0 5px;
	padding: 7px 0;
	width: 100px;
	float: left }
.wpcf7-form .styledinput  {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	margin: 0;
	width: 400px;
	float: left }
.wpcf7-form .captchainput  {
	width: 100px }
.wpcf7-form .submit {
	margin-left: 120px;
	clear: both }


/*----Footer----*/
.footer                                     {
	overflow: hidden;
	border-top: 1px solid #eceded;
	padding-top: 35px;
	margin-top: 50px;
	font-size: 92%;
	line-height: 1.5;
}
.footer a:link, .footer a:visited, .footer a:active {
	 }
.footer a:hover        {
	 }

.footerwidgets {
	overflow: hidden;
}
.footerwidgets h3 {
	
}
.footerwidgets .widget {
	width: 300px;
	float: left;
	margin: 0 0 20px 0;
}
.footerwidgets .widget.about img {
	margin-bottom: 10px;
}
.footerwidgets a {
	color: #a43776 !important;
	text-decoration: underline;
}
.footerwidgets .subscribe .social, .innerpostads .subscribe .social {
	float: none;
	text-align: left;
	clear: both;
	margin: 15px 0 0;
	
}
.footerwidgets .featuredposts, .footerwidgets .popular-posts {
	overflow: hidden;
	width: -moz-calc(100% - 300px - 8%);
	width: -webkit-calc(100% - 300px - 8%);
	width: calc(100% - 300px - 8%);
	float: right;
	margin: 0 0 20px;
}
.footerwidgets .featuredposts .item, .footerwidgets .popular-posts .item {
	width: 22%;
	margin-right: 3%;
	float: left;
}
.footerwidgets .featuredposts .item:last-of-type, .footerwidgets .popular-posts .item:last-of-type {
	margin-right: 0;
}
.footer .featuredposts .item img, .footerwidgets .popular-posts .item img {
	width: 100% !important;
	height: auto;
	display: block;
	margin-bottom: 15px;
}

.footer .popular-posts .item h4 {
	margin: 10px 0;
	text-align: center;
	color: #37383b !important;
	font-size: 12px;
}
	.footer .popular-posts .item a {
		color: #37383b !important;
	}

.footerwidgets .social {
	width: -moz-calc(100% - 300px - 8%);
	width: -webkit-calc(100% - 300px - 8%);
	width: calc(100% - 300px - 8%);
	text-align: center;
	clear: right;
	float: right;
	margin-top: 12px;
}
	.footerwidgets .social p {
		margin: 0px 5px 0;
		display: inline-block;
		vertical-align: middle;
		font-family: "thirsty_soft", Arial, Helvetica, Geneva, sans-serif;
		font-weight: normal;
		text-transform: lowercase;
		letter-spacing: normal;
		font-size: 18px;
		line-height: 1;
	}
	.footerwidgets .social a {
		color: #37383b !important;
	}
	.footerwidgets .social a:hover {
		color: #a43776 !important;
	}

.subfooter                                     {
	border-top: 1px solid #eceded;
	border-bottom: 1px solid #eceded;
	padding: 20px 0;
	margin: 10px 0 15px;
	overflow: hidden;
	font-weight: bold;
}

.footernav a:link, .footernav a:visited, .footernav a:active {
	color: #494b4e;
	text-decoration: none }
.footernav a:hover {
	color: #a43776;
	text-decoration: none }
.footernav       {
	display: inline-block;
	float: left;
	 }
.footernav li    {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .05em;
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 0 }
.footernav li.top a {
	color: #a43776;
	font-weight: bold;
}
.copyright               {
	display: inline-block;
	float: right;
	font-weight: normal;
	text-align: right;
	text-transform: none;
	font-style: italic;
	letter-spacing: normal;
	font-size: 12px;
	color: #a4a5a6;
	 }

.footerad    {
	width: 728px;
	height: 90px;
	max-width: 100%;
	overflow: hidden;
	margin: 20px 0px 0; 
	float: left;
}
.footerad.kdbadge {
	display: inline-block;
	width: 225px;
	float: right;
	margin: 30px 10px 0;
}
/*----Comments----*/
h4#comments, h4#pings, h4#respond, h4.related {
	margin-top: 0;
}
#comments, #pings  { }
#respond            {
	margin-top: 35px }
#comment-list          {
	overflow: hidden;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 30px;
	padding-top: 0; }
#comment-list li {
	list-style-type: none;
	margin: 0 0 20px;
	border: 1px solid #eceded;
	padding: 20px 20px 20px 80px;
	overflow: hidden; }
#comment-list li:before {
	display: none !important;
}
#pinglist {
	font-size: 13px;
	line-height: 18px;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 50px;
	padding-top: 0 }
#pinglist li {
	list-style-type: decimal;
	margin: 0 0 20px 20px;
	padding: 0 0 0 }
#comment-list li.bypostauthor    {
	background-color: #f5f6f6; }
#comment-list li p    {
	font-size: 95%;
	margin: 2px 0px 6px 0;
	padding: 0 }
#comment-list li p:last-of-type    {
	margin-bottom: 0; }
.leaveacomment {
	margin-bottom: 50px;
}
.leaveacomment a.submitbutton {
	font-size: 12px;
	text-decoration: none;
}
a.commentnumber {
	color: #f0f0f0;
	font-size: 20px;
	text-decoration: none;
	float: right }
.comment-meta         {
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	color: #9a9b9c;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: normal;
	margin: 0 0 4px;
	padding: 0 }

.comment-meta a {
	color: #9a9b9c }
.comment-meta strong           {
	color: #a43776;
	font-size: 15px;
	font-weight: bold;
	text-transform: none;
	letter-spacing: normal;
	 }
.comment-meta strong a            {
	color: #a43776;
	text-decoration: none;
	 }
.comment-meta a:hover         {
	color: #c887ad; }
.comment-meta a.comment-edit-link {
	color: #fff;
	text-decoration: none }
.commentnumber       {
	display: inline }
#comment-list .avatar    {
	width: 48px;
	height: 48px;
	display: inline;
	margin-bottom: 7px;
	margin-left: -60px;
	float: left }
#commentform   {
	margin-bottom: 40px;
	width: 100% }
#commentform label  { }
#commentform p {
	margin-bottom: 5px }

.wp-smiley {
	vertical-align: middle }
.commentnav {
	color: #a4a5a6;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .03em;
	line-height: 15px;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 15px; }
	.commentnavbottom {
		clear: both;
		margin-top: -20px;
		margin-bottom: 50px;
	}
.commentnav em {
	font-style: normal;
	margin-right: 15px }
.commentnav em img {
	margin-right: 2px;
	vertical-align: middle }
.commentnav span.page-numbers, .commentnav a.page-numbers {
	color: #a4a5a6;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px solid #eeeded }
.commentnav span.current {
	color: #494b4e;
	font-weight: bold;
	background-color: #fff;
	border: none; }
.commentnav .next, .commentnav .prev, .commentnav .dots {
	border-style: none }
.commentnav a:hover {
	color: #fff;
	background-color: #a43776 }
.commentnav .alignright a {
	color: #a4a5a6;
	text-decoration: none }
.commentnav .alignright a:hover {
	color: #c887ad;
	text-decoration: none;
	background-color: transparent }
/*threaded comments*/
#comment-list li ul {
	margin: 0;
	padding: 0 }
#comment-list li ul li           {
	list-style-type: none;
	margin: 0;
	padding: 5px 10px 5px 60px;
	border: none; }
#comment-list li ul li.bypostauthor           {
	background-color: #f5f6f6;
	list-style-type: none;
	margin: 20px 0 0 0;
	padding: 15px 15px 10px 78px;
	border: none; }
#cancel_reply, #cancel_reply a       {
	color: #494b4e;
	font-size: 11px;
	font-weight: bold }
	
.thdrpy a  {
	text-decoration: none;
	color: #fff;
	font-size: 9px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	background-color: #a4a5a6;
	text-transform: uppercase;
	letter-spacing: 0;
	padding: 1px 5px }
.thdrpy a:hover {
	color: #fff;
	background-color: #a43776 }

/*----DROPDOWN Menu----*/
#main_nav {
	float: right;
	margin: 0;
}
#main_nav ul {
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 45px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .05em;
	float: right;
	}
	
	#main_nav li {
	float: left;
	position: relative;
	width: auto;
	list-style: none;
	height: 45px;
	margin: 0;
	padding: 0;
	}
	
	#main_nav > ul > li > a, h1 {
	
	}
	
	#main_nav a {
	display: block;
	text-decoration: none;
	padding: 0 12px;
	color: #494b4e;
	height: 45px;
	}
		#main_nav li.bold a {
			color: #a43776;
		}
	#main_nav ul li a {
		
	}
		#main_nav ul ul a {
			color: #a43776;
		}
	
	#main_nav ul ul {
	position: absolute;
	left: 0;
	top: 100%;
	visibility: hidden;
	opacity: 0;
	z-index: 1000;
	}
	
	#main_nav ul ul li {
		width: 150px;
	}
	
	#main_nav ul ul ul {
	left: 100%;
	top: 0;
	}
	
	#main_nav li:hover a, #main_nav li:hover li a, #main_nav a:hover {
	color: #a43776;
	background-color: #eceded;
	}
	
	#main_nav li li:hover a, #main_nav li li:hover li a {
	color: #ffffff;
	background-color: #a43776;
	}
	
	#main_nav li li li:hover {
	
	}
		#main_nav li li li:hover a {
		
		}
	
	#main_nav li:hover > ul {
		visibility: visible;
		opacity: 1;
		background-color: #eceded;
	}
	
	#main_nav li.mobilesearch {
		display: none;
	}

#main_nav li.email a:before, .footernav li.email a:before {
	content: "\f0e0";
	font-family: "Font Awesome 5 Pro";
	font-weight: normal;
	margin-right: 5px;
}
	
/*----PAGE NUMBERS----*/
.pagination {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
    clear: both;
    text-align: center;
    font-size: 12px;
    margin: 20px 0 0;
    overflow: hidden;
    color: #a4a5a6;
}
.pagination .page-numbers {
    color: #a4a5a6;
    padding: 4px 10px 3px;
    margin: 0 3px;
    text-decoration: none;
    display: inline-block;
}
	.pagination span.page-numbers.current, .pagination a.active {
	    color: #37383b !important;
	    margin: 0;
	    font-weight: bold;
	}
	.pagination span.page-numbers.dots {
	    border: none;	}
.pagination a.page-numbers:hover{
	color: #ffffff;
	background-color: #a43776;
}
