/* 
Theme Name: Drink Kings, LLC
Theme URL: http://www.drinkkings.com/
Description: Custom theme for Drink Kings LLC.
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 {
		width: 63%;
		max-width: 630px;
		float: left;
		display: inline-block;
	}
	.span_content_full {
		width: 100%;
		margin-left: 0;
		max-width: 100%;
	}
	.span_sidebar {
		width: 34%;
		max-width: 340px;
		min-width: 300px;
		float: right;
		clear: right;
		display: block;
	}
	
	.facet_content {
		width: -moz-calc(100% - 230px);
		width: -webkit-calc(100% -230px);
		width: calc(100% - 230px);
		min-width: 0;
		max-width: 100%;
	}
	.facet_sidebar {
		width: 190px;
		min-width: 0;
		max-width: 100%;
	}
}

.wrapper {
	background-color: #ffffff;
	margin: 0 auto 0;
	padding: 0;
	width: 100%;
	max-width: 1080px;
}

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


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

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

body {
	color: #1a1a1a;
	font-size: 13px;
	line-height: 1.7;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: url(images/bg.png) #2f77b5;
	margin: 0;
	padding: 0;
}

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:link, a:visited, a:active {
	color: #1a74b9;
	text-decoration: underline
}

a:hover {
	color: #d72f48;
	text-decoration: none
}

p {
	margin: 15px 0;
}

h1, h2, h3, h4, h5 {
	font-family: "bebas_neueregular", Impact, Arial Narrow, sans-serif;
	font-weight: normal;
	letter-spacing: .02em;
	margin-top: 15px;
	margin-bottom: 10px
}

h1 {
	color: #13px;
	font-size: 30px;
	line-height: 32px;
}

h2 {
	color: #13px;
	font-size: 30px;
	line-height: 32px;
}

h3 {
	color: #1a74b9;
	font-size: 24px;
	line-height: 26px;
}

h4 {
	color: #d72f48;
	font-size: 20px;
	line-height: 22px;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}
.clear {
	clear: both
}
hr {
	border: 0; 
	height: 0; 
	border-top: 1px solid #eaebeb; 
	border-bottom: none;
}
.sep {
	background-image: url(images/bg2.png);
	height: 5px;
	display: block;
	padding: 0;
	margin: 5px 0;
}

/*---------HEADER---------*/
.slicknav_menu, #mobile, .social-mobile {
    display: none;
}
.header {
	margin: 30px 0;
}

.headerad {
	width: 728px;
	height: 90px;
	display: block;
	float: right;
	margin: 28px 30px 0 0;
}

.header .logo {
	overflow: hidden;
	width: 290px;
	float: left;
	margin: -25px 10px -60px 5px;
	position: relative;
	z-index: 1001;
}
.header .logo a {
    display: inline-block;
    margin: 0 auto;
    width: 290px;
    height: 225px;
    background: url(images/logo.png) no-repeat;
    background-size: 100% auto;
}



/*---------CONTENT---------*/
.span_content {
	
}
.inner-wrapper {
	padding: 0 30px;
}

.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: #1a74b9;
    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%;
	line-height: 1.7;
}
.leftsidebar {
	width: 48%;
	float: left;
}
.rightsidebar {
	width: 48%;
	float: right;
}
.midsidebar {
	overflow: hidden;
}
.lowersidebar {
	clear: both;
}

.widget {
	margin-bottom: 30px
}

h3.widgettitle {
	margin: 0 0 5px;
	font-weight: 300;
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	background-color: #1a1a1a;
}

.sidebar select {
	color: #a3a3a3;
	font-size: 12px;
	padding: 15px;
	height: 30px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #ffffff;
	width: 100%;
	border: 1px solid #d1d1d1;
}
.screen-reader-text {
	display: none;
}
.subscribe {
	background: url(images/kingsm.png) 5px bottom no-repeat #1a1a1a;
	padding: 10px 10px 10px 70px;
	color: #ffffff;
	clear: both;
	overflow: hidden;
}

.subscribe p {
	margin: 0;
	font-family: "bebas_neueregular", Impact, Arial Narrow, sans-serif;
	text-transform: uppercase;
	letter-spacing: .02em;
	font-size: 16px;
}

.emailform {
	background-color: #313131;
	overflow: hidden;
	width: 100%;
	margin-top: 5px;
}

.emailinput {
	color: #ffffff;
	font-size: 12px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 30px;
	background-color: #313131;
	padding: 0 8px;
	margin: 0;
	width: 85%;
	height: 31px;
	display: inline-block;
	vertical-align: middle;
	border: none;
}

.emailsubmit {
	display: block;
	width: 15%;
	background-color: #313131;
	font-family: "bebas_neueregular", Impact, Arial Narrow, sans-serif;
	text-transform: uppercase;
	letter-spacing: .03em;
	color: #ffffff;
	font-size: 18px;
	line-height: 31px;
	height: 31px;
	text-decoration: none;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	display: inline-block;
	border: none;
	cursor: pointer;
}

.emailsubmit:hover {
	color: #ffffff;
	background-color: #d72f48;
}

.searchform {
	overflow: hidden;
	width: 100%;
	max-width: 340px;
	background-color: #d1d1d1;
	height: 34px;
}

.searchinput {
	display: inline-block;
	color: #767676;
	font-size: 15px;
	font-family: "bebas_neueregular", Impact, Arial Narrow, sans-serif;
	text-transform: uppercase;
	letter-spacing: .03em;
	line-height: 34px;
	background-color: transparent;
	padding: 0 10px;
	margin: 0;
	width: 80%;
	height: 34px;
	vertical-align: middle;
	border: none;
}

.searchsubmit {
	text-align: right;
	display: inline-block;
	max-width: 20%;
	background-color: transparent;
	color: #ffffff;
	font-size: 16px;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .03em;
	text-decoration: none;
	padding: 8px 10px;
	float: right;
	margin: 0;
	border: none;
	cursor: pointer;
}

.searchsubmit:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	/* For IE8 and earlier */
}

.social {
	overflow: hidden;
}

.social a {
	width: 49%;
	height: 53px;
	float: left;
	display: inline-block;
	font-size: 22px;
	line-height: 53px;
	font-family: "bebas_neueregular", Impact, Arial Narrow, sans-serif;
	font-weight: normal;
	letter-spacing: .02em;
	text-align: center;
	color: #ffffff !important;
	margin-bottom: 2%;
	text-decoration: none;
}

.social a.rss {
	background-color: #ffdb14;
	margin-right: 2%;
}

.social a.facebook {
	background-color: #2a378d;
}

.social a.twitter {
	background-color: #1a74b9;
	margin-right: 2%
}

.social a.pinterest {
	background-color: #d72f48;
}

.social a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	/* For IE8 and earlier */
}

/* -- Custom Content Widgets -- */
.sidebar .item, .footer .item {
	text-align: center;
}
.sidebar .item img, .footer .item img {
    width: 100%;
    height: auto;
    display: block;
}
.sidebar .item a, .footer .item a {
	display: block;
	text-decoration: none;
}
.sidebar .item a:hover, .footer .item a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
}
.sidebar .item h4 {
    margin: 5px 0 0;
    color: #383a3a;
    font-size: 18px;
}
/*Featured Posts Widget*/
.sidebar .featuredposts {
	
}
.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 .item:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	
.sidebar .featured .post-title {
	display: none;
}

/*Popular Posts Widget*/
.sidebar .popularposts {
	
}
.sidebar .popular {
    text-align: center;
    overflow: hidden;
}

.sidebar .popular .item, .footer .item {
    width: 31%;
    margin: 0 3.5% 3.5% 0;
    float: left;
}

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


/*Category Widget*/
.sidebar .widget_categoryposts {
	
}
.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:nth-last-child(-n+2) {
		margin-bottom: 0;
	}

.sidebar .category-posts .item h4 {
	
}

/*Recent Posts Widget*/
.sidebar .recentposts {
	
}
.sidebar .recent {
	overflow: hidden;
}
.sidebar .recent .item {
    width: 48%;
    margin: 0 4% 4% 0;
    float: left;
    text-align: left;
}
	.sidebar .recent .item:nth-of-type(2n) {
	    margin-right: 0;
	}
.sidebar .recent .item img {
	width: 40%;
	float: left;
	margin-right: 10px;
}
.sidebar .recent .item h4 {
	margin: 0;
	padding: 10px 0;
	line-height: 1;
}
.sidebar .recent .post-meta {
	display: none;
}

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

.post {
	margin-bottom: 40px;
	padding-bottom: 40px;
	background: url(images/sep.png) 0 bottom no-repeat;
}

h2.posttitle {
	margin: 2px 0 15px;
	padding: 0
}

h2.posttitle a {
	color: #1a1a1a;
	text-decoration: none
}

h2.posttitle a:hover {
	text-decoration: none;
	color: #1a74b9;
}

.post .edit {
	text-transform: lowercase;
	letter-spacing: 0
}

.postmeta {
	color: #a3a3a3;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .03em;
	text-decoration: none;
	margin: 0px;
}

.postmeta .postdate {
	display: inline-block;
	color: #ffffff;
	background-color: #d72f48;
	font-family: "bebas_neueregular", Impact, Arial Narrow, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	padding: 5px 20px;
	margin: 0;
}

.postmeta em {
	font-style: italic;
	color: #b6b6b7;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: lowercase;
}

.postmeta a {
	color: #a3a3a3;
	text-decoration: none
}

.postmeta a:hover, .edit a:hover, .metabottom a:hover {
	color: #1a74b9;
	text-decoration: none
}

.postmeta .ccount {
	display: inline-block;
}

.postmeta .ccount a {
	display: inline-block;
	background: url(images/ccount.png) 0 5px no-repeat;
	padding-left: 15px;
	margin-left: 15px;
}

.metabottom {
	margin-top: 20px;
	line-height: 18px;
	overflow: hidden;
}

.metabottom p {
	margin: 0;
}

.metabottom .left {
	line-height: 20px;
	width: 60%;
	float: left
}

.metabottom .right {
	line-height: 20px;
	text-align: right;
	width: 40%;
	float: right
}

a.more-link {
	display: inline-block;
	background-color: #d72f48;
	color: #ffffff;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .03em;
	text-decoration: none;
	padding: 6px 15px 7px;
}

a.more-link:hover {
	background-color: #ffdb14;
	color: #ffffff;
}

a.post-edit-link, a.comment-edit-link {
	color: #a3a3a3;
	font-size: 11px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: none;
	font-style: italic;
	letter-spacing: 0;
	margin-left: 8px;
	padding: 3px
}

a.post-edit-link:hover, a.comment-edit-link:hover {
	color: #1a1a1a
}


.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: #a3a3a3;
	font-style: italic;
	padding-right: 20px;
	padding-left: 20px;
	border-left: 4px solid #c4c3c1
}

.wp-caption {
	text-align: left
}

.wp-caption p {
	color: #a3a3a3;
	font-size: 10px;
	text-align: center;
	margin-top: 2px;
	padding-right: 10px
}

.recipe {
	color: #ffffff;
	background-color: #1a1a1a;
	font-style: normal;
	padding: 25px;
	overflow: hidden;
	border-bottom: none;
	margin: 25px 0 0;
}

.recipe .servings {
	display: inline-block;
	color: #ffffff;
	background-color: #d72f48;
	font-family: "bebas_neueregular", Impact, Arial Narrow, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	padding: 5px 25px;
	margin: 0;
}

.recipe h2 {
	display: inline-block;
	clear: left;
	color: #1a1a1a;
	background-color: #ffffff;
	padding: 10px 25px;
	margin: 0px 0 5px -25px;
}

.recipe h3 {
	color: #d72f48;
	margin: 25px 0 10px;
}

.recipe h4 {
	color: #ffffff;
}

.recipe .time {
	margin: 0;
	color: #8c8c8c;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .03em;
	font-family: "bebas_neueregular", Impact, Arial Narrow, sans-serif;
	display: inline-block;
	clear: none;
}

.recipe .time p {
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 0
}

.recipe .time strong {
	font-weight: normal;
}

.recipe .time span {}

.recipe .photo {
	display: block;
	float: right;
	width: 25%;
	height: auto;
	margin-bottom: 10px;
}

.printbutton {
	float: none;
	margin: 0 0 0 -25px;
}

.printbutton a {
	display: block;
	background-color: #d72f48;
	color: #ffffff;
	font-size: 18px;
	line-height: 18px;
	font-family: "bebas_neueregular", Impact, Arial Narrow, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .03em;
	text-decoration: none;
	padding: 8px 25px;
	display: inline-block;
}

.printbutton a:hover {
	background-color: #ffdb14;
	color: #ffffff;
}

.printbutton a img {
	display: none;
}

.recipe .notes {
	margin-top: 20px;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 0;
	clear: left
}

.recipe .source {
	color: #8c8c8c;
	margin-top: 25px;
	font-size: 12px;
	clear: left
}

.recipe .source p:last-of-type {
	margin-bottom: 0;
}

.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
}

.inneradspace {
	margin: 40px 0;
	text-align: center;
}

.postnav {
	font-size: 11px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	margin-bottom: 40px;
	padding-bottom: 4px;
	overflow: hidden;
	border-bottom: 1px solid #f3f3f4
}


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

.teaserposts {
	overflow: hidden;
}

.teaserpost {
	position: relative;
	overflow: hidden;
	margin: 0 0px 2% 0;
	padding: 0;
}
	.teaserpost img {
		display: block;
		width: 100% !important;
		height: auto;
	}
.teaserlg {
	float: none;
	width: 100%;
}

.teasersm {
	width: 49%;
	float: left;
	margin-right: 2%;
}

.homeposts .teasersm:nth-of-type(3n) {
	margin-right: 0;
}
.postthumb a {
	display: block;
}
.postthumb a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	/* For IE8 and earlier */
}

.postcontent {
	position: absolute;
	top: 30px;
	z-index: 50;
}

.postcontent h2 {
	margin: 0;
	max-width: 300px;
}

.postcontent h2 a {
	display: inline-block;
	background-color: #ffffff;
	color: #1a1a1a;
	padding: 5px 15px;
	text-decoration: none;
}

.postcontent h2 a:hover {
	background-color: #1a74b9;
	color: #ffffff;
}

.postcontent .cat {
	color: #ffffff;
	background-color: #d72f48;
	display: inline-block;
	padding: 2px 15px;
	font-family: "bebas_neueregular", Impact, Arial Narrow, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
}


/*---------HOMEPAGE SECTION STYLES---------*/

.homefeat, .homepagesection {
	overflow: hidden;
	clear: both;
	margin: 0;
}

.homepagesection {
	margin: 20px 0 20px;
}

.homepagesection h3.sectiontitle a, .relatedposts h3.sectiontitle {
	margin: 0;
	padding: 0 15px;
	height: 28px;
	font-size: 18px;
	line-height: 26px;
	color: #ffffff;
	background-color: #1a1a1a;
	display: block;
}

.relatedposts h3.sectiontitle {
	overflow: hidden;
	margin: 0 0 10px;
}

.homepagesection h3.sectiontitle a {
	color: #ffffff;
	text-decoration: none;
}

.homepagesection h3.sectiontitle .more-link {
	font-size: 14px;
	float: right;
}

.homepagesection h3.sectiontitle a:hover {
	background-color: #1a74b9;
}

.homepagesection .item {
	width: 23.5%;
	margin-right: 2%;
	float: left;
}
	.homepagesection .item:nth-child(4n) {
		margin-right: 0;
	}
	.homepagesection .item img {
		display: block;
		width: 100%;
		height: auto;
	}
.homepagesection .item h4 {
	text-align: center;
	margin: 5px 0;
	font-size: 18px;
	color: #1a1a1a;
}
.homepagesection a {
	text-decoration: none;
	display: block;
}
	.homepagesection a:hover {
		opacity:0.7;
		filter:alpha(opacity=70); /* For IE8 and earlier */
	}



/*---------ARCHIVE STYLES---------*/

.archives .teasersm {
	width: 49%;
	float: left;
	margin-right: 2%;
	clear: none !;
}
	.archives .teasersm.even {
		margin-right: 0;
	}
.archiveslist {
    overflow: hidden;
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    column-count: 3;
    column-gap: 10px;
    padding-left: 10px !important;
    
}
	.archiveslist li {
	    margin: 0;
	    -webkit-column-break-inside: avoid; /* Chrome, Safari */
	    page-break-inside: avoid;           /* Theoretically FF 20+ */
	    break-inside: avoid-column;         /* IE 11 */
	    display:table;                      /* Actually FF 20+ */
	}
.archiveslist a {
    color: #1a1a1a;
    text-decoration: none;
}

.archiveslist a:visited {
    
    text-decoration: none;
}
.archiveslist a:hover {
    color: #d72f48;
}

.archiveslist a:active {
    color: #d72f48;
}
.archiveslist>li {
	
}

.archiveslist ul {
	margin: 4px 0 0;
	padding: 0;
	width: 100%;
}
	.archiveslist ul li {
	    font-size: 90%;
	    font-style: italic;
	}

.archive-post {
    margin-right: 2%;
    margin-bottom: 2%;
    width: 23.5%;
    float: left;
}

	.archive-post:nth-child(4n) {
	    margin-right: 0;
	}
	
	.archive-post:nth-child(4n+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 .post-meta:before {
		display: none;
	}
.archive-post h4 {
	color: #1a1a1a;
    margin: 5px 0 10px;
    -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: 10px 0 10px;
}
.archive-post .post-meta {
	margin-top: 5px;
}
	
.archive-post a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
}

.facets {
	font-size: 94%;
}
.facets h4 {
	font-size: 14px;
	margin: 0 0 10px;
}
.facetwp-toggle {
	font-style: italic;
}
.facetwp-per-page {
	margin-bottom: 25px;
}
.sort {
	float: right;
	margin: -50px 0 20px;
}
	.sort-bottom {
		margin: -30px 0 0;
	}
.sort .facetwp-per-page, .sort .facetwp-sort {
	display: inline-block;
	margin: 0 0 0 10px;
}

/*---------FORMS---------*/

#submit, .submitbutton {
	color: #fff;
	font-size: 14px;
	font-family: "bebas_neueregular", Impact, Arial Narrow, sans-serif;
	font-weight: normal;
	line-height: 16px;
	background-color: #1a74b9;
	text-transform: uppercase;
	letter-spacing: .03em;
	cursor: pointer;
	margin-top: 5px;
	padding: 5px 12px 3px;
	border-style: none;
}

#submit:hover, .submitbutton:hover {
	background-color: #d72f48
}

.commentinput, .styledinput, .captchainput {
	color: #a3a3a3;
	font-size: 13px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 7px;
	border: 1px dotted #d1d1d1;
}

.commentinput:focus, .styledinput:focus, .captchainput:focus {
	color: #1a1a1a
}

.commentinput {
	width: 475px
}

.wpcf7-form {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 100%
}

.wpcf7-form .formfield {
	overflow: hidden
}

.wpcf7-form p {
	font-size: 13px;
	line-height: 30px;
	text-align: right;
	display: block;
	margin: 0 20px 0 0;
	padding: 7px 0;
	width: 100px;
	float: left
}

.wpcf7-form .styledinput {
	display: block;
	margin: 0;
	width: 400px;
	float: left
}

.wpcf7-form .captchainput {
	width: 100px
}

.wpcf7-form .submit {
	margin-left: 120px;
	clear: both
}


/*---------FOOTER---------*/

.footer {
	background: #1a1a1a;
	overflow: hidden;
	padding: 30px 30px 15px 30px;
	color: #ffffff;
	clear: both;
	margin-top: 50px;
}

.footer a:link, .footer a:visited, .footer a:active, .subfooter a:link, .subfooter a:visited, .subfooter a:active {
	color: #ffffff;
	text-decoration: none
}

.footer a:hover, .subfooter a:hover {
	color: #d72f48
}

.footer .footerwidgets {
	overflow: hidden;
}

.footer .footerwidget {
	margin: 0 3.5% 0 0;
	width: 31%;
	float: left
}

.footer .widget-last {
	margin-right: 0;
}

.footer h3.widgettitle {
	background-color: #313131;
	margin-bottom: 10px;
}

.footer .subscribe {
	background-color: #313131;
}

.footer .subscribe .emailform, .footer .subscribe .emailinput, .footer .subscribe .emailsubmit {
	background-color: #484848;
}

.footer p.tagline {
	color: #313131;
	text-align: center;
	text-transform: uppercase;
	font-family: "bebas_neueregular", Impact, Arial Narrow, sans-serif;
	font-size: 30px;
	line-height: 1;
	margin: 7px 0 0;
}

.subfooter {
	clear: both;
	overflow: hidden;
	border-top: 3px solid #262626;
	margin: 20px 0 0;
	padding: 10px 0 0;
}

.footernav {
	text-transform: uppercase;
	letter-spacing: .03em;
	font-family: "bebas_neueregular", Impact, Arial Narrow, sans-serif;
	font-size: 18px;
	width: 70%;
	padding: 6px 0 0;
	float: left
}

.footernav li {
	display: inline-block;
	margin: 0 15px 0 1px;
	padding: 0
}

.copyright {
	color: #535353;
	font-size: 11px;
	line-height: 15px;
	text-align: right;
	width: 30%;
	float: right
}

.copyright em {
	font-style: normal;
}

.copyright a {
	color: #535353 !important;
	text-decoration: underline !important;
}

.copyright a:hover {
	color: #d72f48 !important;
}


/*Comments*/

#comments {
	margin-bottom: 10px
}

#respond, #pings {
	margin-top: 55px
}

#commentlist {
	font-size: 13px;
	line-height: 18px;
	list-style-type: none;
	margin-top: 0;
	padding-top: 10px;
	border-bottom: 1px solid #eef8f8;
	padding-bottom: 0;
}

#commentlist li {
	margin: 0;
	padding: 25px 0px 18px 60px;
	overflow: hidden;
	border-top: 1px solid #eef8f8;
}

#pinglist {
	font-size: 13px;
	line-height: 18px;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 0
}

#pinglist li {
	list-style-type: decimal;
	margin: 0 0 20px 20px;
	padding: 0 0 0
}

#commentlist li.bypostauthor {
	background-image: url(images/bg.png);
	padding: 13px 10px 13px 75px
}

#commentlist li p {
	margin: 2px 0px 8px 0;
	padding: 0
}

a.commentnumber {
	display: none;
	color: #edecec;
	font-size: 20px;
	text-decoration: none;
	float: right
}

.commentmeta {
	color: #767676;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 0 4px;
	padding: 0
}

.commentmeta a {
	color: #4f4943
}

.commentmeta strong {
	color: #1a74b9;
	font-family: "bebas_neueregular", Impact, Arial Narrow, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .03em;
	font-size: 16px;
	text-decoration: none;
}

.commentmeta strong a {
	color: #1a74b9;
	text-decoration: none;
}

.commentmeta em {
	color: #b6b6b7;
	text-transform: lowercase;
	letter-spacing: normal;
	font-weight: normal;
	font-style: italic;
}

.commentmeta a:hover {
	color: #d72f48;
	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;
	float: left
}

#commentform {
	margin-bottom: 30px;
	width: 500px
}

#commentform label {}

#commentform p {
	margin-bottom: 5px
}

.wp-smiley {
	vertical-align: middle
}

.commentnav {
	color: #767676;
	font-size: 10px;
	text-align: left;
	margin: 15px 0 -10px;
	padding: 8px 10px 7px
}

.commentnavbottom {
	margin: -5px 0 0px;
}

.commentnav em {
	font-style: normal;
	margin-right: 15px
}

.commentnav em img {
	margin-right: 2px;
	vertical-align: middle
}

.commentnav .page-numbers {
	color: #767676;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded
}

.commentnav .current {
	color: #1a74b9;
	background-color: #fff
}

.commentnav .next, .commentnav .prev, .commentnav .dots {
	border-style: none
}

.commentnav a:hover {
	color: #fff;
	background-color: #1a74b9
}

.commentnav .alignright a {
	color: #767676;
	text-decoration: none
}

.commentnav .alignright a:hover {
	color: #1a74b9;
	text-decoration: none;
	background-color: transparent
}


/*threaded comments*/

#commentlist li ul {
	margin: 0;
	padding: 0
}

#commentlist li ul li, #commentlist li ul li.bypostauthor {
	list-style-type: none;
	margin: 0;
	padding: 15px 0px 0px 60px;
	border: none
}

#commentlist li ul li.bypostauthor {
	background-image: url(images/bg.png);
	padding: 15px 10px 7px 75px
}

#cancel_reply, #cancel_reply a {
	color: #1a74b9;
	font-size: 11px;
	font-weight: bold
}

.thdrpy a {
	color: #fff;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #767676;
	text-transform: uppercase;
	letter-spacing: 0;
	text-decoration: none;
	padding: 1px 3px
}

.thdrpy a:hover {
	color: #fff;
	background-color: #786c5e
}


/*---------PAGE NUMBERS---------*/

.pagination {
    clear: both;
    text-align: center;
    font-size: 11px;
    margin: 20px 0 30px;
    overflow: hidden;
    color: #989898;
}
	.facet-pagination {
		text-align: left;
	}
.pagination .page-numbers, .pagination .facetwp-page {
    color: #989898;
    padding: 5px 10px;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #ecebec
}
	.pagination span.page-numbers.current, .pagination a.active {
	    color: #444041 !important;
	    border-color: #ffffff;
	    font-weight: bold;
	}
	.pagination span.page-numbers.dots {
	    border: none;	}
.pagination a.page-numbers:hover, .pagination a.facetwp-page:hover {
	color: #ffffff;
    background-color: #4c7a8f;
}

/*---------PULLDOWN MENU---------*/

.nav {
	background-color: #1a1a1a;
	color: #ffffff;
	font-size: 22px;
	font-family: "bebas_neueregular", Impact, Arial Narrow, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .03em;
	text-align: right;
	width: 100%;
	line-height: 42px;
	height: 42px;
	float: right;
	text-align: right;
}

.nav ul {
	list-style: none;
	float: right;
	margin: 0 30px 0 0;
	padding: 0
}

.nav ul li {
	margin: 0;
	float: left
}

.nav ul li a {
	color: #ffffff;
	text-decoration: none;
	padding: 0 15px;
	float: left
}

.nav ul li a:hover, .nav ul li:hover>a {
	color: #ffffff;
	background-color: #d72f48;
}

.nav li ul a:hover, .nav ul li li:hover>a {
	color: #ffffff;
	background-color: #d72f48;
}

.nav li ul {
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: none;
	letter-spacing: normal;
	background-color: #d72f48;
	margin-top: 42px;
	padding: 0;
	position: absolute;
	text-align: left;
	float: none;
	z-index: 9999;
	left: -999em;
	width: 150px;
}

.nav li ul li {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
}

.nav li:hover ul {
	left: auto
}

.nav li ul li a {
	color: #ffffff;
	padding: 7px 15px;
	line-height: 20px;
	width: 100%;
	display: block;
}

.nav ul li li:hover>a, .nav ul li li a:hover {
	background-color: #ffdb14;
	color: #ffffff;
}

.nav li li ul {
	visibility: hidden;
	margin: 0 0 0 150px;
	background-color: #e05469;
}

.nav li li ul a {}

.nav ul li li li:hover>a, .nav ul li li lia:hover {
	color: #ffffff;
	background-color: rgba(255, 255, 255, .1)
}

.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 ul li.search {
	display: none !important;
}