
/* 
Theme Name: My Catholic Kitchen
Theme URL: http://www.mycatholickitchen.com
Description: Custom theme for My Catholic Kitchen.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 2.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: -moz-calc(100% - 350px);
        width: -webkit-calc(100% -350px);
        width: calc(100% - 350px);
        float: left;
        display: inline-block;
        padding: 25px;
	}
	
    .span_content_full {
        width: 100%;
        margin-left: 0;
        max-width: 100%;
    }

    .span_sidebar {
        width: 350px;
        padding: 25px;
        float: right;
        display: inline-block;
    }
}
.wrapper {
	background: url(images/wrapperbg.png) right repeat-y #ffffff;
	margin: 0 auto 0;
    padding: 0;
    width: 100%;
    max-width: 1030px;
    overflow: hidden;
}

.wrap {
    margin: 0 auto 0;
    padding: 0;
    width: 100%;
    max-width: 1030px;
}

/*---------STRUCTURE---------*/
@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('fonts/proximanova-regular-webfont.eot');
    src: url('fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-regular-webfont.woff') format('woff'),
         url('fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('fonts/proximanova-regular-webfont.svg#ProximaNovaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body                       {
	color: #57585a;
	margin: 0;
	padding: 0;
	position: relative background: url(i) #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 1.8;
	background-image: url(images/bg.jpg);
}
a, input[type=submit], button {
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a  {
	text-decoration: none }
a:link, a:visited, a:active          {
	color: #8b0913;
	text-decoration: underline }
a:hover           {
	color: #ae535a;
	text-decoration: none }
p    {
	margin: 18px 0; }
h1, h2, h3, h4, h5              {
	font-family: ProximaNovaRegular, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 1.1;
	margin-top: 15px;
	margin-bottom: 10px }
h1                    {
	color: #8b0913;
	font-size: 28px;
	text-transform: uppercase; }
h2  {
	color: #8b0913;
	font-size: 18px;
	text-transform: uppercase; }
h3                    {
	color: #57585a;
	font-size: 15px;
	text-transform: uppercase;
	border-bottom: 1px solid #eeeeee;
	margin-top: 18px;
	padding-bottom: 10px;
	margin-bottom: 10px; }
	h3.divider {
		margin-top: 0;
	}
h4      {
	color: #ababac;
	font-size: 14px; }
strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

.clear {
	clear: both }

/*---------HEADER---------*/
.slicknav_menu, #mobile, .social-mobile {
    display: none;
}
.header                             {
	background-color: #8b0913; }

.header .logo           {
	margin:0px;
	float: left;
	margin-left: 20px; }
.header .wrap {
	background-color: #ffffff;
	padding: 30px 0;
}
	.header .logo a {
	    display: inline-block;
	    width: 250px;
	    height: 75px;
	    background: url(images/logo.png) no-repeat;
	    background-size: 100% auto;
	}
.sep            {
	background-image: url("images/sep.png");
	background-repeat: no-repeat;
	height: 4px }
	
/*---------CONTENT---------*/

.span_content {
	
}

.span_content img, .span_sidebar img {
    max-width: 100%;
    height: auto;
}

.span_content ul, .span_content ol {
    margin: 0;
    padding: 0;
    margin-bottom: 18px;
}

.span_content ul li {
    list-style-type: none;
    margin: 0 0 3px 10px;
    padding: 0;
}

.span_content ul li:before {
    color: #8b0913;
    font: 5px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    content: '\2022';/* '' */
    margin: 0 6px 0 -10px;
    font-size: 12px;
}

.span_content ol li {
    list-style-type: decimal;
    padding: 0 0 10px;
    margin: 0 0 0 20px;
}

.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed, .video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

h1.pagetitle, h1.archivetitle {
    margin: 0 0 20px;
}

/*---------SIDEBAR---------*/
.sidebar {
	font-size: 94%;
}
.leftsidebar {
	width: 48%;
	float: left;
}
.rightsidebar {
	width: 48%;
	float: right;
}
.midsidebar {
	overflow: hidden;
}
.lowersidebar {
	clear: both;
}

.widget       {
	margin-bottom: 50px }
h3.widgettitle {
	margin-top: 0px;
	color: #8b0913;
	 }
.widget a {
	text-decoration: none }

.sidebar select  {
	color: #57585a;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	background-color: #eeeeef;
	padding: 3px;
	width: 100%;
	border: 1px #eeedec }
.screen-reader-text {
	display: none;
}
.leftsidebar .hidden, .rightsidebar .hidden {
	background-image: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.email-form {
	overflow: hidden;
}
.email-input    {
	color: #8a8a8c;
	font-size: 13px;
	font-family: Georgia, Times, serif;
	font-style: italic;
	line-height: 34px;
	background-color: #fff;
	padding: 0 10px;
	width: 70%;
	height: 34px;
	float: left;
	vertical-align: middle;
	border: solid 1px #eeedec; }

.email-submit    {
	color: #fff;
	font-size: 13px;
	line-height: 34px;
	font-family: ProximaNovaRegular, Arial, Helvetica, sans-serif;
	background-color: #ababac;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0;
	width: 30%;
	height: 34px;
	float: right;
	border: none; }
.email-submit:hover   {
	color: #fff;
	background-color: #57585a;
	border-color: #57585a }

.about p {
	margin: 0;
}
.about p.simple-image {
	float: right;
	width:29%;
	margin: 5px 0 0 10px;
}
/* -- Custom Content Widgets -- */
.sidebar .item img {
    width: 100%;
    height: auto;
    display: block;
}
.sidebar .item a {
	display: block;
}
.sidebar .item a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
}

/*Featured Posts Widget*/

.sidebar .featured {
    text-align: center;
    overflow: hidden;
}

.sidebar .featured .item {
    width: 48%;
    margin: 0 4% 4% 0;
    float: left;
}

.sidebar .featured .item:nth-of-type(2n) {
    margin-right: 0;
}

.sidebar .featured .post-title {
	display: none;
}
.sidebar .featured h4 {
	display: none;
}

/*Popular Posts Widget*/

.sidebar .popular {
    text-align: center;
    overflow: hidden;
}

.sidebar .popular .item {
    width: 48%;
    float: left;
    margin: 0 4% 4% 0;
}

.sidebar .popular .item:nth-of-type(2n) {
    margin-right: 0;
}

.sidebar .popular h4.title {
	margin: 10px 0 5px;
	color: #8b0913;
}
	.sidebar .popular h4.title a {
		color: #8b0913;
	}
	.sidebar .popular h4.title a:hover {
		color: #403f41;
	}

/*Category Widget*/

.sidebar .category-posts {
    text-align: center;
    overflow: hidden;
}

.sidebar .category-posts .item {
    width: 48%;
    margin: 0 4% 4% 0;
    float: left;
}

.sidebar .category-posts .item:nth-of-type(2n) {
    margin-right: 0;
}

.sidebar .category-posts .item h4 {
	margin: 10px 0;
	font-size: 12px;
}

/*Recent Posts Widget*/
.sidebar .recent {
	overflow: hidden;
}
.sidebar .recent .item {
    text-align: left;
    overflow: hidden;
    margin-bottom: 15px;
}
.sidebar .recent .item img {
	width: 40%;
	float: left;
	margin-right: 10px;
}
.sidebar .recentposts .item h4 {
    margin: 0;
    padding-top: 10px;
    font-size: 12px;
    font-weight: normal;
    color: #8b0913;
}
.sidebar .recentposts .item .post-meta {
	margin: 0 0;
	clear: none;
	text-align: left;
	font-size: 9px;
}

/*---------POSTS---------*/

.post                { }
.post h1.post-title, .post h2.post-title              {
	margin: 0 0 20px }
.post .edit {
	text-transform: lowercase;
	letter-spacing: 0 }
h2.post-title {
	margin: 0;
}
h2.post-title a {
	text-decoration: none;
}
.post-meta          {
	color: #ababac;
	font-size: 11px;
	font-family: ProximaNovaRegular, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom: 3px; }
.post-meta a, .post-meta strong {
	color: #ababac;
	text-decoration: none;
	 }
.post-meta a:hover, .edit a:hover, .meta-bottom a:hover          {
	color: #8b0913;
	text-decoration: none }
.meta-bottom                {
	padding: 10px 2px;
	border-top: 1px solid #eeedec;
	border-bottom: 1px solid #eeedec }
.meta-bottom .left      {
	line-height: 20px;
	width: 70%;
	float: left }
.meta-bottom .right      {
	line-height: 20px;
	text-align: right;
	width: 30%;
	float: right }
a.post-edit-link, a.comment-edit-link, a.comment-reply-link {
	color: #fff !important;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ababac;
	text-transform: uppercase;
	letter-spacing: normal;
	font-weight: bold;
	margin-left: 8px;
	padding: 0 3px 0 4px }
a.post-edit-link:hover, a.comment-edit-link:hover, a.comment-reply-link:hover {
	color: #fff;
	background-color: #57585a;
	text-decoration: none; }

.alignleft {
	margin-right: 10px;
	float: left }
.alignright {
	margin-left: 10px;
	float: right }
.aligncenter {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto }
.post blockquote        {
	color: #ababac;
	font-style: italic;
	padding-right: 20px;
	padding-left: 20px;
	border-left: 4px solid #c4c3c1 }
.wp-caption {
	text-align: left }
.wp-caption p   {
	color: #ababac;
	font-size: 10px;
	text-align: center;
	margin-top: 2px;
	padding-right: 10px }
	
/* RECIPE */
.post .recipe                      {
	color: #57585a;
	font-style: normal;
	background-color: #fff;
	border: 1px solid #eeeeee;
	padding: 25px;
	margin: 35px 0; }
.post .recipe h2                {
	color: #8b0913;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 20px; }
.post .recipe h3     {
	margin-top: 25px;
	font-size: 16px;
	margin-bottom: 5px;
	clear: left;
	border-bottom: none }
.post .recipe h4                 {
	color: #ababac;
	font-size: 13px;
	margin-top: 20px;
	margin-bottom: 8px;
	clear: left;
	border-bottom: none }
.post .recipe .summary   {
	font-style: italic;
	font-size: 110%;
	line-height: 1.6;
	clear: left }
.post .recipe .notes {
	color: #ababac;
	font-size: 13px;
	margin-top: 20px;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 0;
	clear: left;
	border-top: 1px solid #eeeeee }
.post .recipe .source p  {
	color: #ababac;
	font-size: 11.5px;
	margin-top: 1px;
	margin-bottom: 1px;
	clear: left }
.post .recipe .post-meta      {
	display: block;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 15px;
	padding-top: 7px;
	padding-bottom: 3px;
	width: 100%;
	float: none;
	border-bottom: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee }
	.post .recipe .post-meta p {
		margin: 0 12px 0 0;
		display: inline-block;
	}
.post .recipe .post-meta strong   {
	color: #ababac;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: normal;
	font-size: 110%; }

.post .recipe .photo {
	display: block;
	margin: 0 0 15px 0;
	border-left: 10px solid #ffffff;
	width: 35%;
	height: auto;
	float: right }
.printbutton {
	font-family: ProximaNovaRegular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-right: 0;
	width: 35%;
	text-align: center;
	float: right;
	clear: right;
}
.printbutton a {
	text-decoration: none;
	display: inline-block;
	color: #ffffff;
	padding: 5px 15px;
	background-color: #8b0913;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.printbutton a:hover {
	background-color: #ae535a;
}

.addthis_toolbox  {
	margin-top: 25px }
.addthis_toolbox a.addthis_button_google_plusone {
	display: inline;
	margin: 0;
	padding: 0;
	width: 80px }
.addthis_toolbox a.addthis_pill_style {
	margin-left: 20px }
	
.post .adspace {
	margin-bottom: 25px }
.post-nav  {
	margin-bottom: 20px;
	overflow: hidden; }
.relatedposts {
	clear: both;
	margin-top: 50px;
}

/*---------TEASER STYLES---------*/

.teaserpost {
	overflow: hidden;
	margin: 25px 0;
	font-size: 95%;
	line-height: 1.6; }
.teaserpost .postthumb  {
	width: 35%;
	float: left }
	.teaserpost .postthumb img {
		width: 100%;
		height: auto;
	}
.teaserpost .postcontent {
	width: 65%;
	float: left;
	padding: 10px 0 0 20px;	 }

.teaserpost h2.post-title {
	margin: 0;
}
.teaserpost p {
	margin: 15px 0;
}
.teaserpost .post-meta                {
	margin: 0;
	padding: 0;
	line-height: 22px;
 }
.teaserpost .post-meta .left      {
	width: 30%;
	float: left; }
.teaserpost .post-meta .right      {
	width: 70%;
	float: right;
	text-align: right;
	margin-top: 5px; }
	.teaserpost .post-meta .right .ccount a:before {
		font-size: 90%;
		font-family: FontAwesome;
		content: "\f075";
		margin: 0px 4px 0;
	}
.teaserpost a.more-link {
	display: inline-block;
	text-indent: -9999px;
	width: 97px;
	height: 22px;
	background: url(images/readmore.png) no-repeat;
	background-size: 100% auto;
}
.homepagesection {
	overflow: hidden;
	margin-bottom: 30px;
}
.homepagesection ul li {
	float:  left;
	margin-right: 20px;
}
.homepagesection ul li:nth-child(3) {
	margin-right: 0px;
}
/*---------ARCHIVE STYLES---------*/

.archives {
    margin-top: 5px;
    margin-bottom: 15px;
    width: 100%;
    clear: left;
    overflow: hidden;
}

.archive-post {
    margin-right: 4.25%;
    margin-bottom: 35px;
    width: 30.5%;
    float: left;
    text-align: center;
}

	.archive-post:nth-child(3n) {
	    margin-right: 0;
	}
	
	.archive-post:nth-child(3n+1) {
	    clear: both;
	}
		
.archive-post img {
    width: 100%;
    height: auto;
}
.archive-post a {
    text-decoration: none;
}

.archive-post .post-meta {
    margin: 0;
    font-size: 10px;
}	

.archive-post h4 {
	color: #8b0913;
    margin: 15px 0 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
	
.archive-post .excerpt p {
	font-size: 90%;
	line-height: 1.6;
	margin: 0;
}
	
.archive-post a:hover, .affiliate-item a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
}

.archiveslist {
    overflow: hidden;
    -moz-column-count: 3;
    -moz-column-gap: 15px;
    -webkit-column-count: 3;
    -webkit-column-gap: 15px;
    column-count: 3;
    column-gap: 15px;
    padding-left: 10px !important;
    font-size: 94%;
    
}
.archiveslist a:link {
    color: #8b0913;
    text-decoration: none;
}

.archiveslist a:visited {
    color: #919394;
    text-decoration: none;
}
.archiveslist a:hover {
    color: #8b0913;
}

.archiveslist a:active {
    color: #696969;
}
.archiveslist>li {
	margin: 0 !important;
	padding: 0 !important;
}

.archiveslist ul {
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
}
	.archiveslist ul li {
	    font-size: 80%;
	    font-style: italic;
	}
	.archiveslist ul li:before {
		color: #8b0913;
	}
	.archiveslist ul li a {
	    color: #8b0913 !important;
	}
	
	.archiveslist ul li a:hover {
	    color: #8b0913 !important;
	}

.subcats {
	margin-bottom: 30px;
}

.subcats h4 {
    margin: 25px 0 10px;
}
.subcats ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
	.subcats li.categories {
		margin: 0;
		padding: 0;
	}
	.subcats li.categories:before {
		display: none;
	}
	.subcats ul li ul {
		overflow: hidden;
		-moz-column-count: 3;
		-moz-column-gap: 15px;
		-webkit-column-count: 3;
		-webkit-column-gap: 15px;
		column-count: 3;
		column-gap: 15px;
		padding-left: 10px !important;
		font-size: 94%;
	}

ul.tagindex, .tagindex li {
    margin: 0!important;
    padding: 0 !important;
}
.tagslist li {
	font-size: 95%;
	color: #919394;
}
.tagindex li:before {
    display: none;
}

.tagindex a {
	font-family: "ProximaNovaRegular", Arial, Helvetica, Geneva, sans-serif;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    display: block;
    margin-right: 2px;
    width: 17px;
    height: 19px;
    float: left;
    border: solid 1px #f6f5f5;
}

.tagindex a:link {
    color: #8b0913;
    text-decoration: none;
}

.tagindex a:visited {
    color: #919394;
    text-decoration: none;
}

.tagindex a:active {
    color: #919394;
    text-decoration: none;
}

.tagindex a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #8b0913;
}

.tagtitle {
    color: #9e9d9e;
    text-transform: uppercase;
}

.tagtitle a {
    text-decoration: none;
    text-transform: none;
}

.tagtitle em {
    color: #9e9d9e;
    letter-spacing: normal;
    font-style: italic;
    margin-left: 10px;
    float: right;
	font-family: "ProximaNovaRegular", Arial, Helvetica, Geneva, sans-serif;
}

.tagtitle em a {
    color: #9e9d9e;
    font-size: 11px;
}

.tagtitle a:hover {
    color: #696969;
}
.recipecats {
	font-size: 16px;
	font-family: ProximaNovaRegular, Arial, Helvetica, sans-serif;
	line-height: 20px;
	margin: 0 0 30px;
	padding: 0;
	overflow: hidden }
.recipecats li {
	text-align: center;
	list-style-type: none;
	margin: 0 29px 20px 0;
	padding: 0;
	width: 174px;
	height: 195px;
	float: left }
.recipecats li:nth-child(3n+3) {
	margin-right: 0 }
.recipecats li .recipetitle { }
.recipecats li .icon {
	background-image: url("images/default.png");
	background-repeat: no-repeat;
	display: block;
	width: 174px;
	height: 174px }
.recipecats a {
	text-decoration: none }
/*---------FORMS---------*/
#submit, .submitbutton          {
	color: #fff;
	font-size: 16px;
	font-family: ProximaNovaRegular, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #8b0913;
	text-transform: uppercase;
	letter-spacing: .08em;
	cursor: pointer;
	margin-top: 10px;
	display: inline-block;
	padding: 10px 20px;
	border-style: none; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;   }
#submit:hover, .submitbutton:hover        {
	background-color: #ae535a }
.commentinput, .styledinput, .captchainput, #commentform input[type=text], #commentform input[type=email] {
    color: #57585a;
    font-size: 14px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    line-height: 18px;
    background-color: #fff;
    margin-bottom: 7px;
    padding: 10px;
    border: 1px solid #efefef;
}
.commentinput, #commentform input {
	width: 100% }
	
#commentform textarea, .cntctfrm_input textarea {
	color: #57585a;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #efefef;
	width: 100%
}
#commentform #submit {
	width: auto;
}
#commentform .crfp-field {
	margin: 15px 0;
}
#commentform .crfp-field label {
	float: left;
	line-height: 1;
	margin-right: 10px;
}

.search-form    {
	background-color: #fff;
	width: 100%;
	height: 34px;
	overflow: hidden; }
.search-input    {
	color: #8a8a8c;
	font-size: 13px;
	font-family: Georgia, Times, serif;
	line-height: 34px;
	background-color: #fff;
	padding: 0 10px;
	width: 70%;
	height: 34px;
	float: left;
	vertical-align: middle;
	border: solid 1px #eeedec; }
.search-input:focus  {
	color: #57585a }
.search-submit    {
	color: #fff;
	font-size: 13px;
	line-height: 34px;
	font-family: ProximaNovaRegular, Arial, Helvetica, sans-serif;
	background-color: #ababac;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0;
	width: 30%;
	height: 34px;
	float: right;
	border: none; }
.search-submit:hover   {
	color: #fff;
	background-color: #57585a;
	border-color: #57585a }

.wpcf7-form   {
	font-family: ProximaNovaRegular, Arial, Helvetica, sans-serif;
	width: 100% }
.wpcf7-form .formfield {
	overflow: hidden }
.wpcf7-form p {
	color: #8b0913;
	font-size: 13px;
	line-height: 30px;
	text-transform: uppercase;
	display: block;
	margin: 0 20px 0 0;
	padding: 7px 0; }
.wpcf7-form .captcha {
	color: #8b0913;
	font-size: 13px;
	line-height: 30px;
	text-align: right;
	text-transform: uppercase;
	display: block;
	margin: 0 15px 0 5px;
	padding: 7px 0; }
.wpcf7-form .styledinput  {
	display: block;
	margin: 0;
	width: 100%;
	float: left }
.wpcf7-form .captchainput  {
	 }
.wpcf7-form .submit {
	clear: both }
	
/*---------FOOTER---------*/
.footer                                 {
	color: #fff;
	background-color: #8b0913;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	overflow: hidden }
.footer a:link, .footer a:visited, .footer a:active      {
	color: #fff;
	text-decoration: none }
.footer a:hover      {
	color: #ae535a }
.footer .footerwidget  {
	margin-bottom: 0;
	width: 300px;
	float: left }
.footer .footerwidget:last-child, .footer .ad  {
	margin-right: 0;
	float: right }
.footer h3.widgettitle {
	color: #fff;
	border-bottom: none }


.subfooter {
	clear: both;
	overflow: hidden; }
.footernav   {
	font-size: 12px;
	font-family: ProximaNovaRegular, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 70%;
	float: left; }
.footernav li   {
	display: inline;
	margin: 0 15px 0 2px;
	padding: 0 }
.footernav li img {
	margin-top: -2px;
	vertical-align: middle }
.copyright            {
	color: #ae535a;
	font-size: 10px;
	font-family: ProximaNovaRegular, Arial, Helvetica, sans-serif;
	width: 30%;
	float: right;
	text-align: right; }
.footer .adspace    {
	text-align: center; }
	
/*---------COMMENTS---------*/
#comments, #pings           {
	margin-top: 5px }
#respond, #comments            {
	margin-top: 65px }
#comment-list          {
	font-size: 95%;
	list-style-type: none;
	margin: 0px 0 30px;
	padding: 0;
}
#comment-list li           {
	margin: 0;
	padding: 25px 0;
	border-bottom: 1px solid #efefef;
	list-style-type: none;
}
	#comment-list li:before {
		display: none;
	}

#comment-list li.bypostauthor {
	background-color: #fff;
	background-image: url("images/bg.png");
	padding: 25px;
}
#comment-list li p {
	margin: 10px 0;
}
	#comment-list li p:last-of-type {
		margin-bottom: 0;
	}
.comment-meta {
	color: #ababac;
	margin: 0;
	letter-spacing: .08em;
	font-size: 10px;
	text-align: left;
	clear: none;
	 }
	 .comment-meta:before {
	 	display: none;
	 }
	.comment-meta a {
		color: #ababac;
	}
.comment-meta strong           {
	color: #8b0913;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	 }
.comment-meta strong a            {
	color: #8b0913;
	text-decoration: underline }
.comment-meta a:hover         {
	color: #ae535a;
	text-decoration: underline }


#comment-list .avatar    {
	float: right;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 0 0 10px 10px; }
	
#pings {
	margin-top: 50px;
}
#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 }
	
	
#commentform   {
	margin-bottom: 30px;
	width: 100% }
#commentform label  { }
#commentform p {
	margin-bottom: 5px }
.wp-smiley {
	vertical-align: middle }
.comment-nav {
	color: #ababac;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 8px 2px 7px }
.comment-nav em {
	font-style: normal;
	margin-right: 15px }
.comment-nav em img {
	margin-right: 2px;
	vertical-align: middle }
.comment-nav .page-numbers {
	color: #ababac;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded }
.comment-nav .current {
	color: #8b0913;
	font-weight: bold;
	background-color: #fff }
.comment-nav .next, .comment-nav .prev, .comment-nav .dots {
	border-style: none }
.comment-nav a:hover {
	color: #fff;
	background-color: #8b0913 }
.comment-nav .alignright a {
	color: #afb0b1;
	text-decoration: none }
.comment-nav .alignright a:hover {
	color: #8b0913;
	text-decoration: none;
	background-color: transparent }
/*threaded comments*/
#comment-list li ul {
	margin: 20px 0 0;
	padding: 0 }
#comment-list li li {
	margin-bottom: 0;
	border: none;
}
#cancel_reply, #cancel_reply a       {
	color: #8b0913;
	font-size: 11px;
	font-weight: bold }
.thdrpy, .thdrpy a       {
	color: #8b0913;
	font-size: 11px;
	text-decoration: none }
.thdrpy a:hover   {
	color: #8b0913;
	text-decoration: underline }
	
/*---------PAGE NUMBERS---------*/

.pagination {
    text-transform: lowercase;
    clear: both;
    text-align: center;
    font-size: 13px;
    margin: 0;
    overflow: hidden;
    color: #9e9d9e;
}

.pagination .page-numbers {
    color: #989898;
    padding: 5px 10px;
    text-decoration: none;
    display: inline-block;
}
	.pagination span.page-numbers.current, .pagination a.active {
	    color: #403f41 !important;
	    border-color: #ffffff;
	    font-weight: bold;
	}
	.pagination span.page-numbers.dots {
	    border: none;	}
	    
.pagination a.page-numbers:hover {
	color: #8b0913;
}

.pagination {
    font-size: 11px;
    line-height: 1.3;
    text-decoration: none;
    margin: 25px 0 55px;
    overflow: hidden;
    font-family: "ProximaNovaRegular", Arial, Helvetica, Geneva, sans-serif;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .1em;
}
	.post-nav .nav-links {
		overflow: hidden;
		width: 100%;
	}
	.pagination a {
		color: #9e9d9e;
		text-decoration: none;
	}
		.pagination a:hover {
			color: #8b0913;
		}

	.pagination .nav-previous {
		float: left;
		text-align: left;
		width: 49%;
	}

	.pagination .nav-next {
		float: right;
		text-align: right;
		width: 49%;
	}
/*---------MAIN DROPDOWN MENU---------*/
#nav                   {
	color: #57585a;
	font-size: 13px;
	font-family: ProximaNovaRegular, Arial, Helvetica, sans-serif;
	line-height: 30px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-right: 15px;
	width: auto;
	height: 30px;
	float: right }
#nav ul   {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 }
#nav ul li      {
	margin: 0 5px;
	height: 30px;
	float: left }
#nav ul li a      {
	color: #57585a;
	text-decoration: none;
	padding: 0 10px;
	float: left }
#nav ul li a:hover, #nav ul li:hover > a  {
	color: #8b0913 }
#nav li ul a:hover, #nav ul li li:hover > a {
	color: #ffffff; }
#nav li ul       {
	font-size: 13px;
	background-color: #FFFFFF;
	text-transform: lowercase;
	letter-spacing: normal;
	margin-top: 30px;
	position: absolute;
	z-index: 9999;
	left: -999em;
	width: 180px;
	border: 1px solid #eeeeee;
	-moz-box-shadow: 1px 1px 1px rgba(109,111,113,.1);
	-webkit-box-shadow: 1px 1px 1px rgba(109,111,113,.1);
	box-shadow: 1px 1px 1px rgba(109,111,113,.1) }
#nav li ul li  {
	margin-left: 0;
	padding: 0 }
#nav li:hover ul {
	left: auto }
#nav li ul li a   {
	color: #8b0913;
	margin-right: 0;
	padding-top: 6px;
	padding-bottom: 7px;
	padding-left: 11px;
	line-height: 20px;
	width: 180px;
	border-bottom: 1px solid #eeeeee }
#nav ul li li:hover > a, #nav ul li li a:hover   {
	color: #FFFFFF;
	background-color: #8b0913; }
#nav li li ul  {
	visibility: hidden;
	margin: 0 0 0 180px;
	background-color: #FFFFFF;}
#nav li li ul a  {
	border-bottom: 1px solid #eeeeee;  }
#nav ul li li li:hover > a, #nav ul li li lia:hover {
	color: #ffffff;
	background-color: #8b0913; }
#nav li li:hover ul {
	visibility: visible }
#nav ul ul li:last-child > a  {
	border-bottom: none }
#nav ul ul ul li:first-child > a { }

#nav li.search {
	display: none;
}

/*---------Homepage Carousel---------*/
.homepage-featured {
	position: relative;
}
.owl-item a.overlay {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-align: left;
	opacity:0.0;
	filter:alpha(opacity=0);
}
	.owl-item a.overlay:hover {
		opacity:1.0;
		filter:alpha(opacity=100);
	}
.owl-item .caption {
	position: absolute;
	bottom: 0;
	display: block;
	background-color: rgba(45,45,45,.8);
	padding: 10px 15px;
}
.owl-item h2.post-title {
	color: #ffffff;
	font-size: 18px;
	line-height: 1;
	margin: 0;
}
.owl-item .post-meta {
	margin: 0;
}
.owl-item a {
	text-decoration: none;
}

.owl-carousel {
	clear: both;
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
    margin: -1px 0 0px;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.owl-theme .owl-controls {
    text-align: center;
    display: block;
    -webkit-tap-highlight-color: transparent
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}
.owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}
.no-js .owl-carousel {
    display: block;
}

/*Custom Theme*/
.owl-custom .owl-nav {
	display: block;
    -webkit-tap-highlight-color: transparent;
    font-weight: normal;
}
.owl-custom .owl-nav .owl-prev {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 4002;
}
.owl-custom .owl-nav .owl-next {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 4002;
}
.owl-custom .owl-nav [class*='owl-'] {
    color: #ffffff;
    color: rgba(255,255,255,.8);
    background-color: #8b0913;
    font-size: 72px;
    line-height: 1;
    font-weight: normal;
    margin: 0;
    padding: 0 10px 5px 15px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
	.owl-custom .owl-nav .owl-prev {
		padding: 0 15px 5px 10px;
	}
.owl-custom .owl-nav [class*='owl-']:hover {
    color: #ffffff;
    text-decoration: none;
}
.owl-custom .owl-nav .disabled {
    cursor: default;
    opacity:0.2;
    filter:alpha(opacity=20); /* For IE8 and earlier */
    
}