/* 
Theme Name: The Protectors
Theme URL: http://www.theprotectors.org/
Description: Custom theme for The Protectors.
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"] {
	-webkit-appearance: none;
	
}
input[type="text"], select, textarea {
	color: #4f3721;
	font-size: 14px;
	font-family: "franklin_gothic_fscondensed", Arial, Helvetica, Geneva, sans-serif;
	 border: solid 1px #edebe8;
	 padding: 10px;
	 width: 100%;
}
	
/* 
	16 COLUMN - RESPONSIVE GRID SYSTEM
	DEVELOPED BY DENIS LEBLANC
	URL - http://responsive.gs
	VERSION - 2.0
	LICENSED UNDER GPL & MIT
*/


/* 	SET ALL ELEMENTS BOX-SIZING TO BORDER-BOX
	If you need support for IE7 and lower use polyfill: https://github.com/Schepp/box-sizing-polyfill */
* { -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; }

/*---------STRUCTURE---------*/

@font-face {
    font-family: 'franklin_gothic_fscondensed';
    src: url('fonts/FranklinGothic-Cd-webfont.eot');
    src: url('fonts/FranklinGothic-Cd-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/FranklinGothic-Cd-webfont.woff2') format('woff2'),
         url('fonts/FranklinGothic-Cd-webfont.woff') format('woff'),
         url('fonts/FranklinGothic-Cd-webfont.ttf') format('truetype'),
         url('fonts/FranklinGothic-Cd-webfont.svg#franklin_gothic_fscondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'franklin_gothic_fscondensed';
    src: url('fonts/FranklinGothic-CdIt-webfont.eot');
    src: url('fonts/FranklinGothic-CdIt-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/FranklinGothic-CdIt-webfont.woff2') format('woff2'),
         url('fonts/FranklinGothic-CdIt-webfont.woff') format('woff'),
         url('fonts/FranklinGothic-CdIt-webfont.ttf') format('truetype'),
         url('fonts/FranklinGothic-CdIt-webfont.svg#franklin_gothic_fscondensed') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'franklin_gothic_fscondensed';
    src: url('fonts/FranklinGothic-DemiCd-webfont.eot');
    src: url('fonts/FranklinGothic-DemiCd-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/FranklinGothic-DemiCd-webfont.woff2') format('woff2'),
         url('fonts/FranklinGothic-DemiCd-webfont.woff') format('woff'),
         url('fonts/FranklinGothic-DemiCd-webfont.ttf') format('truetype'),
         url('fonts/FranklinGothic-DemiCd-webfont.svg#franklin_gothic_fscondensed') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'franklin_gothic_fscompressed';
    src: url('fonts/FranklinGothic-Comp-webfont.eot');
    src: url('fonts/FranklinGothic-Comp-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/FranklinGothic-Comp-webfont.woff2') format('woff2'),
         url('fonts/FranklinGothic-Comp-webfont.woff') format('woff'),
         url('fonts/FranklinGothic-Comp-webfont.ttf') format('truetype'),
         url('fonts/FranklinGothic-Comp-webfont.svg#franklin_gothic_fscompressed') format('svg');
    font-weight: bold;
    font-style: normal;
}

body,html {
	min-width: 1024px;
}
body                           {
	color: #4f3721;
	font-size: 16px;
	font-family: "franklin_gothic_fscondensed", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.6;
	background: url(images/bg.png) #ffffff;
	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: #437389; }
a:hover             {
	color: #a3171e; }
p    {
	margin-top: 8px;
	margin-bottom: 15px }
h1, h2, h3, h4, h5              {
	font-family: "franklin_gothic_fscompressed", Arial, Helvetica, sans-serif;
	margin-top: 15px;
	margin-bottom: 15px;
	text-transform: uppercase;
	line-height: 1; }
h1 {
	font-size: 50px;
	color: #a3171e;
	 }
h2 {
	font-size: 50px;
	color: #a3171e;
	 }
h3                       {
	font-size: 28px;
	color: #a3171e;
	 }
h4 {
	font-size: 20px;
	margin-bottom: 10px;
 }
h5 {
 }

em {
	font-style: italic;
}
.wrapper {
	background: url(images/silhouettes.png) center bottom no-repeat #ffffff;
	margin: 0 auto;
	width: 1030px;
	padding: 0 25px 100px;
	overflow: hidden; }
.wrap                                       {
	margin-right: auto;
	margin-left: auto;
	width: 1030px;
	padding: 0 25px;
	overflow: hidden; }
.clear {
	clear: both }

/*Header*/
.header {
	border-bottom: 1px solid #edebe8;
	margin-bottom: 38px;
	 }
.header h1.logo    {
	margin: 27px 0;
	text-align: left;
	float: left; }
.header .facebook {
	float: right;
	margin: 15px 0 -90px 15px;
	text-align: right;
}
/*Content*/

#content                             {
	width: 640px;
	float: left }
	#contentfull {
		width: 100%;
		float: none;
	}
.woocommerce #content {
	width: 640px;
	float: right;
}
h2.pagetitle, h2.archivetitle, h2.searchtitle  {
	margin-top: 0 }

.span_content ul, .span_content ol, .woocommerce #content ul, .woocommerce #content ol {
	margin: 0;
	padding: 0;
	margin-bottom: 15px }
.span_content ul li, .woocommerce #content ul li  {
	margin: 0 0 0 15px;
	padding: 0; }
.span_content ul li:before, .woocommerce #content ul li:before {
	color: #313748;
	font-size: 11px;
	content: '\2022';
	margin: 0 3px 0 -3px;
	position: relative;
	top: -1px;
}
.span_content ol li, .woocommerce #content ol li  {
	list-style-type: decimal;
	padding: 0 0 10px;
	margin: 0 0 0 20px }
	
.sep {

}

/*Homepage*/
.homepagecontent {
	
}
.homepagecontent .homepagesection {
	width: 300px;
	float: left;
	text-align: center;
	margin: 0 40px 40px 0;
}
.homepagecontent .homepagesection:nth-of-type(3n) {
	margin-right: 0;
}
.homepagesection h3.widgettitle {
	line-height: 1;
}
.homepagesection h3.widgettitle strong {
	display: block;
	font-size: 48px;
	line-height: 36px;
}
.homepagecontent .coalition {
	display: block;
	clear: both;
	float: none;
	width: 100%;
	background-color: #c3a663;
	color: #ffffff;
	text-align: left;
	overflow: visible;
	padding: 25px;
	margin: 25px 0;
}
.homepagecontent .coalition p {
	line-height: 22px;
	margin: 0px 0 15px;
}
.homepagecontent .coalition:before {
	content: "";
	display: block;
	clear: both;
	background-image: url(images/brownbg.png);
	height: 140px;
	margin: 55px -35px -195px;
	position: relative;
	z-index: 1;
}
.homepagecontent .coalition:after {
	content: "";
	display: block;
	clear: both;
}
	.coalition h3.widgettitle {
		display: none;
	}
	.coalition h3 {
		color: #ffffff;
		font-size: 60px;
		line-height: 1;
		margin: 0;
	}

	.coalition .joinnow {
		width: 445px;
		float: left;
		clear: left;
		position: relative;
		z-index: 50;
	}
	.coalition .emailinput {
		width: 100%;
		background-color: #ffffff;
		border: none;
		height: 40px;
	}
	.coalition .emailsubmit {
		width: 100%;
		background-color: #a3171e;
		color: #ffffff;
		font-size: 28px;
		text-align: center;
		height: 40px;
		margin-top: 10px;
	}
	.coalition .facebook {
		width: 440px;
		float: right;
		position: relative;
		z-index: 50;
	}
	.coalition .facebook h3 {
		text-align: right;
		display: block;
		width: 100%;
		margin: 10px 0 -10px;
		background: url(images/arrow.png) left top no-repeat;
	}
	.coalition .emailform p {
		margin: 0 0 5px;
	}
	.coalition .emailform label {
		font-size: 13px;
		text-transform: uppercase;
		color: rgba(255,255,255,.6);
	}
	.coalition .leftfield {
		width: 48%;
		float: left;
	}
	.coalition .rightfield {
		width: 48%;
		float: right;
	}

	.ctct-custom-form .ctct-form-errorMessage
	{
	  color: #a3171e;
		font-size: 12px;
		font-style: italic;
	}
	.ctct-custom-form input.is-error, .ctct-custom-form .ctct-form-input.is-error
	{
	  border-color: #a3171e;
	}
	#success_message {
		color: #a3171e;
		font-family: "franklin_gothic_fscompressed", Arial, Helvetica, sans-serif;
		margin-top: 15px;
		margin-bottom: 15px;
		text-transform: uppercase;
		line-height: 1;
		font-size: 28px;
	}
	
.homepagecontent .quote {
	display: block;
	clear: both;
	float: none;
	width: 100%;
	text-align: center;
	color: #4f3721;
	font-size: 25px;
	line-height: 36px;
	font-style: italic;
	background: url(images/quote-right.png) right bottom no-repeat, url(images/quote-left.png) left top no-repeat;
	padding: 25px 25px 0 25px;
	margin-bottom: 20px;
}
	.homepagecontent .quote p {
		margin: 0;
	}
	.homepagecontent .quote p.small {
		color: #95877a;
		font-size: 16px;
	}
	.homepagecontent .quote p.small strong {
		font-size: 19px;
		text-transform: uppercase;
		color: #4f3721;
		font-family: "franklin_gothic_fscompressed", Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-style: normal;
	}

/*Content Pages*/



/*Sidebar*/
.sidebar                  {
	display: inline-block;
	z-index: 10;
	width: 300px;
	float: right }
	.woocommerce .sidebar {
		float: left;
	}
.widget        {
	margin-bottom: 60px }
h3.widgettitle    {
	 }
.widget a:link, .widget a:visited, .widget a:active      {
	color: #4f3721;
	text-decoration: none }
.widget a:hover     {
	color: #437389;
	text-decoration: none }
.widget ul   {
	border-top: 1px solid #edebe8; }
.widget ul li          {
	list-style-type: none;
	margin: 0px;
	padding: 8px 2px;
	border-bottom: 1px solid #edebe8; }
.widget p    {
	margin: 0 0 10px }

.sidebar select     {
	font-size: 13px;
	font-family: "franklin_gothic_fscondensed", Arial, Helvetica, Geneva, sans-serif;
	color: #95877a;
	background-color: #ffffff;
	padding: 10px;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #f0f0f0; }


.emailform {
	width: 100%;
}
.emailinput, .searchinput, #text-4 input[type=email], #text-7 input[type=email] {
	font-size: 11px;
	font-family: "franklin_gothic_fscondensed", Arial, Helvetica, Geneva, sans-serif;
	color: #95877a;
	font-style: italic;
	background-color: transparent;
	border: none;
	margin: 0px 0 10px;
	padding: 0 10px;
	width: 100%;
	height: 40px;
	vertical-align: middle;
	box-shadow: none;
	border-radius: 0;
	background: none;
}
.emailinput:focus {
	color: #4f3721;
	font-style: normal;
}
.emailsubmit, .searchsubmit {
	color: #ffffff;
	background-color: #a3171e;
	background: none;
	background-image: none;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
	border: none;
	margin: 0;
	padding: 0 10px;
	font-size: 28px;
	float: none;
	text-align: center;
	height: 40px;
	vertical-align: middle;
	font-family: "franklin_gothic_fscompressed", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	cursor: pointer;
}
.emailsubmit:hover, .searchsubmit:hover {
	background-color: #437389;
}

.recentposts {
	font-family: "franklin_gothic_fscompressed", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 17px }
.recentposts h3, .featuredposts h3 {
	margin-bottom: 15px }
.recentposts img {
	margin-right: 11px;
	width: 69px;
	height: 69px;
	float: left }
.recentposts .title {
	display: table-cell;
	width: 220px;
	height: 69px;
	vertical-align: middle }
.recentposts ul li {
	padding: 0;
	margin: 2px 0 10px;
	width: 300px;
	height: auto;
	background-image: none;
	min-height: 70px;
	overflow: hidden;
	list-style-type: none; }
.recentposts strong {
	font-weight: 300 }
.recentposts small {
	color: #4f3721;
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	margin-top: 2px }
.recentposts em {
	color: #95877a;
	font-family: "franklin_gothic_fscondensed", Arial, Helvetica, Geneva, sans-serif;
	font-style: italic;
	letter-spacing: normal;
	text-transform: lowercase }
.featuredposts {
	overflow: hidden;
}
.featured-item {
	text-align: center;
	width: 69px;
	float: left;
	font-size: 12px;
	line-height: 14px;
	margin-right: 8px;
	margin-bottom: 1px;
}
.featured-item:nth-child(4n) {
	margin-right: 0px;
}
.featured-item .title {
	display: block;
	margin-bottom: 8px;
	display: none;
}
.featured-item img {
	width: 69px;
	height: 69px;
	margin-bottom: 5px;
}

/*Post Styles*/
.post                  {
	margin-bottom: 40px;
	padding-bottom: 45px;
	overflow: hidden;
	background: url(images/sep.png) left bottom no-repeat;
}
h2.posttitle {
	line-height: 1;
	color: #437389;
	margin: 8px 0 10px; }
h2.posttitle a  {
	color: #437389;
	text-decoration: none }
h2.posttitle a:hover  {
	color: #a3171e }
.postmeta               {
	color: #95877a;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 25px;
	text-decoration: none;
	text-transform: uppercase; }
.postmeta em {
	color: #95877a;
	text-transform: lowercase;
	letter-spacing: normal;
	font-style: italic;
}
.postmeta a   {
	color: #95877a;
	text-decoration: none }
.postmeta a:hover, .edit a:hover, .metabottom a:hover          {
	color: #a3171e;
	text-decoration: none }
.ccount     {
	display: inline-block;
	margin-left: 20px; }
.metabottom .ccount, .postmeta .right    {
	float: right;
}
.metabottom                   {
	clear: both;
	overflow: hidden;
	margin-top: 30px }
.metabottom .left      {
	width: 70%;
	float: left }
.metabottom .right      {
	text-align: right;
	width: 30%;
	float: right }
.metabottom .ccount  {
	background-image: none;
	margin: 0;
	padding: 0; }
.metabottom a:hover  { }
a.post-edit-link, a.comment-edit-link  {
	color: #fff;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #95877a;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-left: 8px;
	padding: 1px 3px }
a.post-edit-link:hover, a.comment-edit-link:hover {
	color: #fff;
	background-color: #4f3721 }
.post img {
	max-width: 680px;
	height: auto;
}
.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 p.small {
	font-size: 80%;
}
.post blockquote        {
	color: #95877a;
	font-style: italic;
	padding-right: 20px;
	padding-left: 20px;
	border-left: 4px solid #c4c3c1 }
.wp-caption {
	text-align: left }
.wp-caption p   {
	color: #95877a;
	font-size: 10px;
	text-align: center;
	margin-top: 2px;
	padding-right: 10px }
.recipe                          {
	font-style: normal;
	margin: 25px 0 35px;
	padding: 30px;
	overflow: hidden;
	border: none;
	background-color: #f3f3f3;
}
.recipe h2                     {
	margin: 0px; }
.recipe h3                    {
	color: #437389;
	font-size: 1em;
	font-family: "franklin_gothic_fscondensed", Arial, Helvetica, Geneva, sans-serif;
	line-height: 22px;
	text-transform: uppercase;
	margin: 10px 0 10px;
	clear: left; }
.recipe h4 {
	color: #95877a;
	font-size: 1em;
	font-family: "franklin_gothic_fscondensed", Arial, Helvetica, Geneva, sans-serif;
	line-height: 22px;
	text-transform: uppercase;
	margin: 10px 0 10px;
	margin: 0 0 6px;
}
.recipe ol:last-of-type   {
	margin-bottom: 0;
	 }
.recipe .recipemeta, .recipe .summary   {
	margin-top: 13px;
	margin-bottom: 13px;
	clear: left }
.recipe .time           {
	color: #ababad;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	margin: 0 0 20px;
	padding: 3px;
	border-top: 1px solid #edebe8;
	border-bottom: 1px solid #edebe8;
}
.recipe .time p {
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 0 }
.recipe .time strong  {
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: normal;
	 }
.recipe .photo {
	float: right;
	width: 125px;
	height: 125px;
	margin-left: 15px; }
.recipe .left {
	margin-bottom: 15px;
}
.recipe .notes  {
	color: #ababad;
	margin-top: 20px;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 0;
	clear: left }
.recipe .notes p:last-of-type {
	margin-bottom: 0;
}
.recipe .source p   {
	color: #ababad;
	font-weight: normal;
	font-family: "franklin_gothic_fscondensed", Arial, Helvetica, Geneva, sans-serif;
	font-style: italic;
	font-size: 12px;
	margin-top: 1px;
	margin-bottom: 1px;
	clear: left }
.printbutton         {
	float: right;
	clear: right;
	padding: 0;
	text-align: center; }
.printbutton a {
	background-color: #437389;
	color: #ffffff;
	font-size: 11px;
	line-height: 15px;
	text-transform: uppercase;
	padding: 3px 7px 2px;
	display: inline-block;
	text-decoration: none;
	letter-spacing: normal;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.printbutton a:hover, .recipe a:hover {
	background-color: #a3171e;
	color: #ffffff;
}

.addthis_toolbox  {
	margin: 20px 0 10px;
}
.addthis_toolbox.addthis_32x32_style span {
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	margin-left: 3px;
}
.addthis_toolbox em {
	float: left;
	font-style: normal;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 32px;
	margin-right: 7px;
}

a.more-link     {
	background-color: #437389;
	color: #ffffff;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	padding: 3px 7px;
	display: inline-block;
	text-decoration: none;
	letter-spacing: normal;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; }
a.more-link:hover     {
	background-color: #a3171e;
	color: #ffffff; }

/*Archive Styles*/
.teaserpost {
	
}
.teaserpost .postthumb {
	float: left;
	width: 200px;
	margin-right: 15px;
}
.teaserpost .postthumb img {
	width: 200px;
	height: 200px;
}
.teaserpost .postmeta {
	float: none;
	clear: none;
}
.archivepost a:hover {
	text-decoration: none }
h2.archivetitle, h2.pagetitle     {
	color: #437389;
	margin-top: 0;
	margin-bottom: 20px }
.archives        {
	margin-top: 5px;
	margin-bottom: 15px;
	width: 100%;
	clear: left;
	overflow: hidden }
.archivepost             {
	text-align: center;
	margin: 0 30px 20px 0;
	width: 200px;
	float: left }
.archivepost.last, .archivepost:nth-of-type(3n) {
	margin-right: 0 }
.archivepost:nth-of-type(3n+1) {
	clear: both; }
.archivepost img     {
	width: 200px;
	height: 200px;
	margin-bottom: 2px; }
.archivepost a  {
	text-decoration: none }
.archivepost a:hover, .recentposts a:hover {
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */	
}
.archivepost .title        {
	font-family: "franklin_gothic_fscompressed", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .03em;
	text-align: center;
	display: block;
	margin-top: 0;
	margin-bottom: 5px }
.archivepost .date           {
	color: #4f3721;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	text-transform: uppercase;
	display: block;
	float: none }
	
	
.archiveslist      {
	color: #95877a;
	list-style-type: disc;
	margin-top: 0;
	margin-bottom: 20px;
	overflow: hidden }
.archiveslist li   {
	background-image: url("images/bullet.png");
	background-repeat: no-repeat;
	background-position: 0 7px;
	list-style-type: none;
	padding-left: 11px;
	width: 31%;
	float: left }
.archiveslist ul li      {
	color: #a3171e;
	font-size: 11px;
	list-style-type: circle }
.archiveslist a:link, .subcategories a:link  {
	color: #4f3721;
	text-decoration: none }
.archiveslist a:visited, .subcategories a:visited  {
	color: #95877a;
	text-decoration: none }
.archiveslist a:hover, .subcategories a:hover   {
	color: #a3171e }
.archiveslist a:active, .subcategories a:active   {
	color: #a3171e }
.archiveslist em     {
	color: #95877a;
	font-size: 10.5px }
.subcategories li ul li  {
	color: #a3171e;
	font-size: 13px;
	line-height: 18px;
	background-image: url("images/bullet.png");
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding-left: 9px }
.subcategories li ul {
	overflow: hidden;
	-moz-column-count: 4;
	-moz-column-gap: 10px;
	-webkit-column-count: 4;
	-webkit-column-gap: 10px;
	column-count: 4;
	column-gap: 10px }
.subcats    {
	margin-bottom: 40px }
.pagecontent .tagindex  {
	margin: 10px 0 0;
	padding: 0;
	overflow: hidden }
.pagecontent .tagindex li  {
	color: #fff;
	margin: 0;
	padding: 0 }
.tagindex a     {
	font-size: 12px;
	font-family: "franklin_gothic_fscompressed", Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-align: center;
	display: block;
	margin-right: 2px;
	width: 17px;
	height: 19px;
	float: left;
	border: solid 1px #f6f5f5;
	background-color: #ffffff; }
.tagindex a:link   {
	color: #95877a;
	text-decoration: none }
.tagindex a:visited    {
	color: #bbb9b9;
	text-decoration: none }
.tagindex a:active   {
	color: #95877a;
	text-decoration: none }
.tagindex a:hover   {
	color: #fff;
	text-decoration: none;
	background-color: #a3171e }
.tagtitle   {
	color: #95877a;
	font-size: 15px;
	margin-bottom: 8px;
	text-transform: uppercase }
.tagtitle a  {
	text-decoration: none;
	text-transform: none }
.tagtitle em  {
	color: #95877a;
	font-family: "franklin_gothic_fscompressed", Arial, Helvetica, sans-serif;
	font-style: normal;
	margin-left: 10px;
	float: right }
.tagtitle em a  {
	color: #95877a;
	font-size: 11px }
.tagtitle a:hover  {
	color: #a3171e }
h4.related {
	color: #437389;
	font-size: 20px;
	line-height: 22px;
}
.relatedposts    {
	margin-bottom: 55px;
	width: 100%;
	overflow: hidden; }
.relatedposts ul, relatedposts ul li  {
	list-style-type: none }
.relatedposts ul li, .relatedposts ul li:nth-child(3n) {
	margin-right: 20px;
}
.relatedposts .archivepost:nth-of-type(3n+1) {
	clear: none; }
.relatedposts ul li:last-child {
	margin-right: 0px;
}
.relatedposts .archivepost             {
	width: 150px; }
.relatedposts .archivepost img     {
	width: 150px;
	height: 150px }
.relatedposts .archivepost .title        {
	font-size: 16px;
	line-height: 18px; }

/*----FORMS----*/
#submit, .submitbutton, a.button          {
	color: #fff;
	font-size: 18px;
	font-family: "franklin_gothic_fscompressed", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	letter-spacing: .02em;
	background-color: #a3171e;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	margin-top: 5px;
	padding: 8px 15px;
	border-style: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	    }
#submit:hover, .submitbutton:hover, a.button:hover        {
	background-color: #437389 }
.commentinput, .styledinput, .captchainput            {
	color: #95877a;
	font-size: 13px;
	font-family: "franklin_gothic_fscondensed", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	height: 36px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 0 10px;
	border: 1px solid #e4e3e3  }
.commentinput:focus, .styledinput:focus, .captchainput:focus       {
	color: #4f3721 }
.commentinput {
	width: 475px }

.page-id-14 p strong {
	text-transform: uppercase;
	font-weight: normal;
	width: 81px;
	margin-right: 15px;
	display: inline-block;
	text-align: right;
}
/*Footer*/
.footer {
	background-color: #e8e5e2;
	font-size: 14px;
}
	.footer .wrap {
		
	}
.footer a:link, .footer a:visited, .footer a:active        {
	color: #4f3721;
	text-decoration: none }
.footer a:hover        {
	color: #a3171e }
.footerwidget {
	float: left;
	width: 180px;
	margin: 0 20px 20px 0;
}
.footerwidget.subscribe {
	float: right;
	margin-right: 0;
	width: 300px;
}
	.footerwidget.subscribe p {
		margin: 0 0 5px;
	}
.footerwidget h3.widgettitle {
	color: #ffffff;
	font-size: 28px;
	margin: 30px 0 10px;
}
.footerwidget .emailinput {
	background-color: #ffffff;
	border: none;
	width: 80%;
	vertical-align: middle;
	margin: 0;
	height: 34px;
}
.footerwidget .emailsubmit {
	color: #a3171e;
	background-color: #ffffff;
	border: none;
	width: 20%;
	margin: 0 0 0 -4px;
	vertical-align: middle;
	font-size: 20px;
	height: 34px;
}
	.footerwidget .emailsubmit:hover {
		color: #437389;
	}
.footerwidget .social {
	margin-top: 10px;
}
.social a {
	width: 24px;
	height: 24px;
	display: inline-block;
}
	.social a:hover {
		opacity:0.7;
		filter:alpha(opacity=70); /* For IE8 and earlier */
		
	}
.social a.icon-facebook {
	background: url(images/facebook.png) no-repeat;
}
.social a.icon-twitter {
	background: url(images/twitter.png) no-repeat;
}
.social a.icon-linkedin {
	background: url(images/linkedin.png) no-repeat;
}
.subfooter {
	background-color: #dfdbd7;
	color: #95877a;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 15px;
	padding: 15px 0;
}
.subfooter a {
	color: #95877a;
}
.subfooter a:hover {
	color: #a3171e;
}
.footernav       {
	width: 70%;
	float: left }
.footernav li    {
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 0 }
.copyright               {
	text-align: right;
	width: 30%;
	float: right;
	text-transform: none; }
	.copyright a { 
	text-transform: uppercase;
	}
.copyright em {
	text-transform: none;
	color: #b8afa6;
	font-style: italic;
	font-size: 12px;
	display: block;
}

/*Comments*/
h4#comments, h4#pings, h4#respond {
	color: #437389;
	font-size: 20px;
	line-height: 22px;
	margin-top: 30px;
}
#comments, #pings           {
	margin-top: 5px }
#respond            {
	margin-top: 35px }
#commentlist          {
	list-style-type: none;
	border-top: 1px solid #f0f0f0;
	margin-top: 0;
	margin-bottom: 50px;
	padding-top: 10px; }
#commentlist li           {
	margin: 0;
	padding: 20px 0px 20px 60px;
	border-bottom: 1px solid #f0f0f0; }
#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 }
#commentlist li.bypostauthor    {
	background-color: #f0f0f0; }
#commentlist li p    {
	margin: 2px 40px 6px 0;
	padding: 0 }
a.commentnumber {
	color: #f0f0f0;
	font-size: 20px;
	text-decoration: none;
	float: right }
.commentmeta         {
	color: #95877a;
	font-family: "franklin_gothic_fscompressed", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 4px;
	padding: 0 }
.commentmeta em {
	color: #95877a;
	font-size: 11px;
	font-family: "franklin_gothic_fscondensed", Arial, Helvetica, Geneva, sans-serif;
	font-style: italic;
	letter-spacing: normal;
	text-transform: lowercase }
.commentmeta a {
	color: #95877a }
.commentmeta strong           {
	letter-spacing: normal;
	font-weight: normal;
	font-size: 15px;
	text-transform: none;
	color: #a3171e; }
.commentmeta strong a            {
	color: #a3171e;
	text-decoration: underline }
.commentmeta a:hover         {
	color: #437389;
	text-decoration: underline }
.commentmeta a.comment-edit-link {
	color: #fff;
	text-decoration: none }
.commentnumber       {
	display: inline }
#commentlist .avatar    {
	display: inline;
	margin-top: 0;
	margin-bottom: 7px;
	margin-left: -60px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	float: left; }
#commentform   {
	margin-bottom: 30px;
	width: 500px }
#commentform label  { }
#commentform p {
	margin-bottom: 5px }
.wp-smiley {
	vertical-align: middle }
.commentnav {
	color: #95877a;
	font-family: "franklin_gothic_fscompressed", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 15px;
	background-image: url("images/bg.png");
	text-align: left;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 8px 10px 7px }
.commentnav em {
	font-style: normal;
	margin-right: 15px }
.commentnav em img {
	margin-right: 2px;
	vertical-align: middle }
.commentnav .page-numbers {
	color: #95877a;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded }
.commentnav .current {
	color: #437389;
	font-weight: normal;
	background-color: #fff }
.commentnav .next, .commentnav .prev, .commentnav .dots {
	border-style: none }
.commentnav a:hover {
	color: #a3171e; }
.commentnav .alignright a {
	color: #95877a;
	text-decoration: none }
.commentnav .alignright a:hover {
	color: #a3171e;
	text-decoration: none;
	background-color: transparent }
.commentnavbottom {
	margin-top: -30px;
	margin-bottom: 55px;
}
/*threaded comments*/
#commentlist li ul {
	margin: 0;
	padding: 0 }
#commentlist li ul li           {
	list-style-type: none;
	margin: 0;
	padding: 5px 10px 5px 60px;
	border: none; }
#commentlist li ul li.bypostauthor           {
	list-style-type: none;
	margin: 0;
	padding: 15px 15px 15px 75px;
	border: none; }
#cancel_reply, #cancel_reply a       {
	color: #a3171e;
	font-size: 11px;
	font-weight: bold }
.thdrpy a  {
	color: #fff;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #95877a;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0;
	padding: 1px 3px }
.thdrpy a:hover {
	color: #fff;
	background-color: #4f3721 }

/*----MAIN MENU----*/



.mainmenu {
	max-width: 660px;
	float: right;
	font-size: 20px;
	font-family: "franklin_gothic_fscompressed", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .02em;
	font-weight: bold;
	height: 50px;
	line-height: 45px;
	padding: 0;
	margin: 90px 0 0;
	text-align: right;
	clear: right;
	position: relative;
	overflow: visible;

}

.mainmenu ul   {
	float: right;
	width: auto;
	list-style: none;
	margin: 0;
	padding: 0; }
.mainmenu ul li      {
	margin: 0 0 0 6px;
	padding: 0px;
	height: 50px;
	width: auto;
	float: left }
.mainmenu ul li a      {
	color: #4f3721;
	text-decoration: none;
	padding: 0 5px 0 15px;
	float: left }
	.mainmenu ul li:last-child {
		margin-right: 0;
	}
.mainmenu ul li a:hover, .mainmenu ul li:hover > a  {
	color: #a3171e; }
.mainmenu li ul a:hover, .mainmenu ul li li:hover > a {
	color: #a3171e; }
.mainmenu li ul       {
	background-color: #a3171e;
	font-weight: normal;
	letter-spacing: normal;
	font-family: "franklin_gothic_fscondensed", Arial, Helvetica, Geneva, sans-serif;
	text-transform: none;
	font-size: 14px;
	line-height: 18px;
	margin-top: 50px;
	position: absolute;
	z-index: 9999;
	left: -999em;
	width: 170px;
	border-top: none;
	text-align: left; }
	
	.mainmenu ul li:hover ul:after { 
		bottom: 100%; 
		left: 25px; 
		border: solid transparent; 
		content: " "; 
		height: 0; 
		width: 0; 
		position: absolute; 
		pointer-events: none; 
		border-bottom-color: #a3171e; 
		border-width: 10px; }
		.mainmenu ul li ul li:hover ul:after {
			display: none;
		}
.mainmenu li ul li  {
	margin: 0;
	height: auto;
	padding: 0 }
.mainmenu li:hover ul {
	left: auto }
.mainmenu li ul li a, .mainmenu li.recipebox ul li a   {
	color: #ffffff;
	margin: 0;
	padding: 0;
	background-image: none;
	padding: 7px 15px;
	width: 170px; }
.mainmenu ul li li:hover > a, .mainmenu ul li li a:hover   {
	color: #ffffff;
	background-color: #437389;
}
.mainmenu li li ul  {
	visibility: hidden;
	margin: 0 0 0 170px;
	background-color: #437389;}
.mainmenu li li ul a  {
	border-bottom: none;  }
.mainmenu ul li li li:hover > a, .mainmenu ul li li lia:hover {
	color: #ffffff;
	background-color: rgba(255,255,255,.1); }
.mainmenu li li:hover ul {
	visibility: visible }
.mainmenu ul ul li:last-child > a  {
	border-bottom: none }
.mainmenu ul ul ul li:first-child > a { }


/*----PAGE NUMBERS----*/
#wp_page_numbers     {
	font-size: 12px;
	line-height: 15px;
	margin: 20px 0;
	width: 100%;
	clear: both }
.searchnavigation #wp_page_numbers {
	margin-top: 35px }
.searchnavigation-top #wp_page_numbers {
	margin-top: 25px;
	margin-bottom: 20px }
#wp_page_numbers ul {
	text-align: right;
	width: 100% }
#wp_page_numbers li {
	display: inline }
#wp_page_numbers a         {
	color: #95877a;
	padding: 5px 8px;
	display: inline-block;
	background-color: #ffffff;
	text-decoration: none;
	border: solid 1px #f5f5f5 }
#wp_page_numbers li.space       {
	color: #95877a;
	padding: 3px 5px }
#wp_page_numbers li.first_last_page {
	 }
#wp_page_numbers li.page_info         {
	color: #95877a;
	font-size: 11px;
	padding-top: 3px;
	float: left;
	padding-right: 10px;
	padding-bottom: 3px }
#wp_page_numbers li a:hover         {
	color: #fff;
	background-color: #437389 }
#wp_page_numbers li.active_page a     {
	border: none;
	color: #4f3721;
	background-color: #ffffff }
#wp_page_numbers li.active_page a:hover      {
	cursor: auto; }

/*---HOMEPAGE SLIDER--*/

#flexslider_hg_homepage_wrapper {
	background: url('https://theprotectors.org/wp-content/uploads/2017/09/WebBanner-res.jpg');
	margin-bottom: 40px;
	padding-bottom: 163px;
	border-bottom: 1px solid #edebe8;
}

#flexslider_hg_homepage {
	background: #fff; 
	border: none; 
	-webkit-border-radius: 0; 
	-moz-border-radius: 0; 
	-o-border-radius: 0; 
	border-radius: 0; 
	box-shadow: none; 
	-webkit-box-shadow: none; 
	-moz-box-shadow: none; 
	-o-box-shadow: none; }
#flexslider_hg_homepage .slide img {
	width: 600px;
	height: 400px;
}
#flexslider_hg_homepage .slide-data
{
  color: #ffffff;
  position: absolute;
  bottom: auto;
  top: 60px;
  left: 500px;
  right: 10px;
  height: auto;
  overflow: visible;
  display: inline-block;
  padding: 25px;
  background-color: #a3171e;
  background-color: rgba(163,23,30, 0.8);
}
	#flexslider_hg_homepage .slide-data p {
		background-image: url(images/redbg.png);
		margin:  0 -35px;
		padding: 0px 35px;
		text-shadow: none;
		font-size: 19px;
		line-height: 26px;
	}
#flexslider_hg_homepage .slide-data .flexslider-hg-title
{
  text-shadow: none;
  font-size: 48px;
  line-height: .9;
  letter-spacing: .02em;
  margin: 0 0 10px;
}
#flexslider_hg_homepage .learnmore {
	text-align: right;
	display: block;
	margin: 10px 0 -40px;
}
#flexslider_hg_homepage .learnmore a {
	display: inline-block;
	color: #ffffff;
	background-color: #c3a663;
	font-family: "franklin_gothic_fscompressed", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .02em;
	font-weight: bold;
	font-size: 22px;
	line-height: 20px;
	padding: 8px 20px;
}
	#flexslider_hg_homepage .learnmore a:hover {
		background-color: #437389;
	}

#flexslider_hg_homepage .flex-direction-nav
{
  display: none;
}