/*
Theme Name: Commando
Theme URI: http://www.dcthomson.co.uk
Author: Barry Conlon
Author URI: http:/www.barryconlon.com
Description: Basic theme for Commando Comics
Version: 1.0.10
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: comics, military
Text Domain: commando
Release Notes: commando

Built on BlankSlate WordPress Theme © 2011-2014 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}

img
{
	width: auto;
	height: auto;
	max-width: 100%;
}

body .wrapper
{
	margin: 0 auto;
	position:relative;
	width: 1024px;
	z-index: 1;
}

body .wrapper .container
{
	width: 100%;
	background: url(assets/bg-main-repeat.png);
	background-position: center;
}

/* Site Style */
body
{
	background-image: url(assets/bg.jpg);
	background-position: center;
}

article li
{
	list-style: disc;
	    margin-left: 1.5em;
}

.wrapper > header
{
	padding: 56px 10px 10px;
	background-image: url(assets/bg-header-paper2.png);
	background-repeat: no-repeat;
	background-position: top center;
	height:127px;
}

.wrapper > header .logo
{
	background-image: url(assets/logo.png);
	background-repeat: no-repeat;
	width:175px;
	height:56px;
    float: left;
    margin-right: 20px;
	background-size: contain;
}

.wrapper > header .logo a
{
	display:block;
	height:100%;
	width:100%;
	cursor: pointer;
}

.header-bg
{
	background-image: url(assets/bg-site-overlay.png);
	background-position: center;
	background-repeat: no-repeat;
	background-position: top center;
	position: absolute;
	height: 500px;
	width: 100%;
	z-index: 0;
	top: 0;
}

.leaderboard-container
{
	text-align: center;
	width:100%;
	z-index: 1;
	position:relative;
	padding: 20px;
}

nav .menu-item
{
	padding: 10px;
	background-color: red;
	color: white;
	margin-top: 10px;
	letter-spacing: 1px;
}

nav .menu-item a
{
	color: white;
}

nav .searchform
{
	margin-top: 10px;
    text-align: right;
}

.wrapper > footer
{
	width: 100%;
	background: url(assets/bg-footer2.png) no-repeat;
	background-position: top center;
    padding-top: 30px;
}

.wrapper > footer h2
{
	border-bottom: 1px solid #333;
}

.wrapper > footer li
{
	list-style: none;
	text-align: left;
	margin-left: 0;
}

.wrapper > footer .sub-menu li
{
	list-style: disc;
	margin-left: 20px;
}

footer .logo img
{
	margin-top: 20px;
}

.copyright
{
	margin-top: 10px;
	font-size: 0.8em;
    width: 100%;
    float: left;
}

.footer-bg
{
	background-image: url(assets/bg-footer-overlay.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	position: absolute;
	height: 380px;
	width: 100%;
	z-index: 0;
}

nav ul li
{
	font-size: 1.2em;
	color: white;
	display: inline-block;
	background: #352d1f; /* Old browsers */
	background: -moz-linear-gradient(top, #352d1f 0%, #796750 67%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#352d1f), color-stop(67%,#796750)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #352d1f 0%,#796750 67%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #352d1f 0%,#796750 67%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #352d1f 0%,#796750 67%); /* IE10+ */
	background: linear-gradient(to bottom, #352d1f 0%,#796750 67%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#352d1f', endColorstr='#796750',GradientType=0 ); /* IE6-9 */
}

nav ul li:hover a
{
	color: #efc560;
}

nav .nav-search
{
	margin: 3px 30px 0 0;
	float: right;
    padding: 0 10px 10px 10px;
    background-color: #796750;
	border-radius: 5px;
}

.container
{
	padding: 20px;
}

hr

{
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #dddddd;
	width:100%;
}

a
{
	color: black;
}

a:hover
{
	color: #efc560;
}

.widget-container
{
	margin-bottom: 20px;
}

.main article.post
{
	float: left;
}

.main article.post img
{
	float: left;
	margin: 0 15px 15px 0;
}

.main section.entry-summary
{
	padding: 10px 0;
}

.main section.entry-summary img
{
	margin: 0 15px 15px 0;
    width: 160px;
}

.main .cat-links,
.main .tag-links
{
	display: block;
	margin-top: 15px;
	font-family: 'PT Serif', serif;
	line-height: 1.4;
    font-size: 0.8em;
}

.main .cat-links span,
.main .tag-links span
{
	font-family: 'Source Sans Pro';
	display: block;
	float: left;
    margin: 0 10px 50px 0;
}

.main .cat-links a,
.main .tag-links a
{
}

section.entry-meta
{
	font-family: 'Source Sans Pro';
	display: inline-block;
	margin-right: 10px;
}

.issue-number
{
	font-family: 'Source Sans Pro', sans-serif;
	display: inline-block;
	margin-right: 5px;
}

.issue-number span
{
	font-weight: bold;
}

section.main .navigation
{
	float: left;
	width: 100%;
}

section.main .navigation .nav-previous,
section.main .navigation .nav-next
{
	width: 50%;
	float: left;
}
section.main .navigation .nav-next
{
	text-align: right;
}

section.main .entry-title span
{
	font-weight: bold;
}

section.main .navigation a.page-numbers
{
	border-right: 1px solid #ddd;
	color: #222;
}
section.main .navigation .page-numbers
{
	padding: 5px;
	color: #999;
	text-transform: uppercase;
	font-size: 0.8em;
}

section.main .navigation a.page-numbers:hover
{
	color: #efc560;
}

.subs-banner
{
	width: 790px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-bottom: 20px;
}

.subs-banner a
{
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;
}

.deals
{
	font-family: 'Source Sans Pro', sans-serif;
	float: left;
	width: 100%;
	margin: 0px auto 20px;
}

.deals h3
{
	font-size: 24px;
}

.deals .deal
{
	text-align: center;
	background-color: #796750;
	background-image: url(assets/mpu-map-art.jpg);
	border-radius: 5px;
	color: white;
    padding: 20px;
    border: 1px solid #fefefe;
}

.deals .deal .btn
{
	margin-top: 20px;
	text-transform: uppercase;
}

.mobile-nav-button,
.close-nav-button
{
	display:none;
}

/* ----------------------------------------------------------------------------------------------------------
Typography --------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

h1
{
	font-family: 'PT Serif', serif;
	font-size: 32px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26.4px;
	margin-bottom: 20px;
    -­webkit­font­smoothing: antialiased;
}

h2
{
	font-family: 'PT Serif', serif;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: 800;
	line-height: 26.4px;
	margin-bottom: 10px;
    -­webkit­font­smoothing: antialiased;
}

h3
{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 800;
	line-height: 15.4px;
	margin-bottom: 10px;
    -­webkit­font­smoothing: antialiased;
}

p
{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
    -­webkit­font­smoothing: antialiased;
    margin-bottom: 1em;
}

blockquote
{
	font-family: 'PT Serif', serif;
	font-size: 21px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 30px;
    -­webkit­font­smoothing: antialiased;
}

pre
{
	font-family: 'PT Serif', serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 18.5714px;
    -­webkit­font­smoothing: antialiased;
}

li
{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
    -­webkit­font­smoothing: antialiased;
    margin-bottom:1em;
}

a
{
	font-weight: 800;
    -­webkit­font­smoothing: antialiased;
}

a:hover
{
	text-decoration: underline;
}

footer a
{
	color: black;
}

footer h2
{
	margin-top: 20px;
}

b,strong
{
	font-weight: bold;
}

i
{
	font-style: oblique;
}

.subscription-push li
{
    float: left;
    list-style: none;
	padding: 0 5px;
}


.visible.visible.visible.visible
{
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	display: block !important;
	z-index: 9998;
}

/* ----------------------------------------------------------------------------------------------------------
Forms -------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

input
{
	font-family: 'Source Sans Pro', sans-serif;
}

input[type=submit],
input[type=button],
.btn
{
	font-family: 'Source Sans Pro', sans-serif;
	color: #ffffff;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.76);
	padding: 5px 10px;
	border: 1px solid #85a601;
	border-radius: 5px;
	font-size: 1.1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #364105; /* Old browsers */
	background: -moz-linear-gradient(top, #6b723f 0%, #989977 20%, #989969 20%, #6c753e 41%, #384406 71%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6b723f), color-stop(20%,#989977), color-stop(20%,#989969), color-stop(41%,#6c753e), color-stop(71%,#384406)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6b723f 0%,#989977 20%,#989969 20%,#6c753e 41%,#384406 71%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6b723f 0%,#989977 20%,#989969 20%,#6c753e 41%,#384406 71%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #6b723f 0%,#989977 20%,#989969 20%,#6c753e 41%,#384406 71%); /* IE10+ */
	background: linear-gradient(to bottom, #6b723f 0%,#989977 20%,#989969 20%,#6c753e 41%,#384406 71%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b723f', endColorstr='#384406',GradientType=0 ); /* IE6-9 */
}
input[type=text],
textarea
{
	border: 1px solid #ffffff;
	-webkit-box-shadow: inset 0px 0px 20px -4px rgba(0,0,0,0.65);
	-moz-box-shadow: 	inset 0px 0px 20px -4px rgba(0,0,0,0.65);
	box-shadow: 		inset 0px 0px 20px -4px rgba(0,0,0,0.65);
	padding: 5px;
}

.widget_search
{
    padding: 10px;
    background-color: #796750;
	border-radius: 5px;
}


/* ----------------------------------------------------------------------------------------------------------
Comments ----------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

#comments
{
	width:100%;
	display:inline-block;
}

.comment-form .comment-form-comment label
{
	margin: 20px 0 5px;
	float: left;
}

.comment-form .comment-form-comment textarea
{
	width: 100%;
}

.comment-form .form-allowed-tags,
.comment-form .form-submit
{
	margin-top: 10px;
}


/* ----------------------------------------------------------------------------------------------------------
Third Party ----------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* Jetpack */
.sharedaddy
{
	display: inline-block;
	margin: 10px auto;
}
.sharedaddy li
{
	display: inline-block;

}

/* Sailthru */
.ui-widget-overlay { z-index: 1; }
.sailthru-subscribe-widget div
{
	text-align: left;
}
.widget_sailthru_subscribe_button_widget
{
	color: white;
	padding: 15px;
	width: 300px;
	height: 250px;
	background: url(assets/mpu-map-art.jpg);
	border-radius: 5px;
}

.widget_sailthru_subscribe_button_widget > div
{
	background: url(assets/envelope.png) no-repeat;
	float: left;
    padding-left: 70px;
    position: relative;
    height: 100%;
}

.widget_sailthru_subscribe_button_widget .widget-title
{
	font-size: 28px;
	padding: 0 0 15px;
	border-bottom: 1px solid #aaa;
	font-weight: normal;
	margin-bottom: 15px;
}

.widget_sailthru_subscribe_button_widget p
{
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 1.4;
	text-align: left
}

#sailthru-dialog #sailthru-dialog-form
{
    padding: 0 20px 20px;
}

.sailthru-dialog-commando-comics
{
	padding: 20px 5px 5px;
	border: 1px solid black;
	border-radius: 5px;
}

.sailthru-dialog-commando-comics .entry-title
{
	color: black;
	font-weight: bold;
    width: 95%;
    padding-bottom: 10px;
}

#sailthru-dialog .sail-thru-checkboxes label
{
	padding: 5px;
	width: 80%;
}

.sailthru-subscribe-button
{
	font-family: 'Source Sans Pro', sans-serif;
	color: #ffffff;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.76);
	padding: 5px 10px;
	border: 1px solid #85a601;
	border-radius: 5px;
	font-size: 1.2em;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #364105; /* Old browsers */
	background: -moz-linear-gradient(top, #6b723f 0%, #989977 20%, #989969 20%, #6c753e 41%, #384406 71%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6b723f), color-stop(20%,#989977), color-stop(20%,#989969), color-stop(41%,#6c753e), color-stop(71%,#384406)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6b723f 0%,#989977 20%,#989969 20%,#6c753e 41%,#384406 71%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6b723f 0%,#989977 20%,#989969 20%,#6c753e 41%,#384406 71%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #6b723f 0%,#989977 20%,#989969 20%,#6c753e 41%,#384406 71%); /* IE10+ */
	background: linear-gradient(to bottom, #6b723f 0%,#989977 20%,#989969 20%,#6c753e 41%,#384406 71%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b723f', endColorstr='#384406',GradientType=0 ); /* IE6-9 */
}

.sailthru-cancel-button
{
	font-family: 'Source Sans Pro', sans-serif;
	color: #ffffff;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.76);
	padding: 5px 10px;
	border: 1px solid #85a601;
	border-radius: 5px;
	font-size: 1.2em;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #352d1f; /* Old browsers */
	background: -moz-linear-gradient(top, #352d1f 0%, #796750 67%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#352d1f), color-stop(67%,#796750)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #352d1f 0%,#796750 67%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #352d1f 0%,#796750 67%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #352d1f 0%,#796750 67%); /* IE10+ */
	background: linear-gradient(to bottom, #352d1f 0%,#796750 67%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#352d1f', endColorstr='#796750',GradientType=0 ); /* IE6-9 */
}


.widget_facebook_likebox
{
	float: left;
	width: 100%;
}

/* ----------------------------------------------------------------------------------------------------------
Wordpress Core Styles ---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

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

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

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

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

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

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

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

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

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

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

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

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

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


/* ----------------------------------------------------------------------------------------------------------
Explorer Styles ---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

.ie8 .wrapper
{
	width: 1024px;
}

.ie8 .col-md-8
{
	width: 66%;
	float:left;
}

.ie8 .col-md-4
{
	width: 33.5%;
	float:left;
}

.ie8 .col-md-3
{
	width: 25%;
	float:left;
}


/* ----------------------------------------------------------------------------------------------------------
Responsive Styles -------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 1023px) {

	body .wrapper
	{
		width: 960px;
	}

	.wrapper > header,
	body .wrapper .container
	{
		background-size: 101%;
	}

	.wrapper > header .logo
	{
	    width: 154px;
	    height: 52px;
	    background-size: contain;
	}

	nav .menu-item
	{
		margin-top: 5px;
	}

	.subs-banner
	{
	    width: 735px;
	    height: 150px;
	}
}

@media screen and (max-width: 992px) {

	body .wrapper
	{
		width: 768px;
	}

	.wrapper > header
	{
		padding: 46px 10px 10px;
	}

	span.mobile-nav-button.btn
	{
		display: inline-block;
		background: #352d1f;
	    background: -moz-linear-gradient(top, #352d1f 0%, #796750 67%);
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#352d1f), color-stop(67%,#796750));
	    background: -webkit-linear-gradient(top, #352d1f 0%,#796750 67%);
	    background: -o-linear-gradient(top, #352d1f 0%,#796750 67%);
	    background: -ms-linear-gradient(top, #352d1f 0%,#796750 67%);
	    background: linear-gradient(to bottom, #352d1f 0%,#796750 67%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#352d1f', endColorstr='#796750',GradientType=0 );
	}

	span.mobile-nav-button.btn.activated
	{
		background: #364105; /* Old browsers */
		background: -moz-linear-gradient(top, #6b723f 0%, #989977 20%, #989969 20%, #6c753e 41%, #384406 71%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6b723f), color-stop(20%,#989977), color-stop(20%,#989969), color-stop(41%,#6c753e), color-stop(71%,#384406)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #6b723f 0%,#989977 20%,#989969 20%,#6c753e 41%,#384406 71%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #6b723f 0%,#989977 20%,#989969 20%,#6c753e 41%,#384406 71%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #6b723f 0%,#989977 20%,#989969 20%,#6c753e 41%,#384406 71%); /* IE10+ */
		background: linear-gradient(to bottom, #6b723f 0%,#989977 20%,#989969 20%,#6c753e 41%,#384406 71%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b723f', endColorstr='#384406',GradientType=0 ); /* IE6-9 */
	}

	.subscription-push li
	{
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}

	.menu-main-menu-container
	{
		display: none;
		position: fixed;
		top: 0;
		bottom: 0;
		right: 0;
		padding: 10px;
		text-align: center;
		z-index: 99;
		border-left: 3px solid #ddd ;
		background: #353535; /* Old browsers */
		background: -moz-linear-gradient(top, #353535 0%, #585858 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#353535), color-stop(100%,#585858)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #353535 0%,#585858 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #353535 0%,#585858 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #353535 0%,#585858 100%); /* IE10+ */
		background: linear-gradient(to bottom, #353535 0%,#585858 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353535', endColorstr='#585858',GradientType=0 ); /* IE6-9 */
		width: 50%;
		-webkit-box-shadow: -5px 10px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 	-5px 10px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 		-5px 10px 5px 0px rgba(0,0,0,0.75);
	}

	.menu-main-menu-container ul.menu
	{
		margin-top: 40px;
	}
	nav .menu-item
	{
		margin-top: 20px;
		width: 100%;
		border: 1px solid #eee;
	}

	.widget-container
	{
	    float: left;
	    width: 50%;
	}

	.subs-banner
	{
	    width: 697px;
    	height: 142px;
	}
	.deals .deal
	{
		margin-bottom: 1em;
	}
	body.home section.latest-posts li
	{
		width: 45%;
		float: left;
		margin-bottom: 2em;
	}
}

@media screen and (max-width: 780px) {

	body .wrapper
	{
		width: 600px;
	}

	.wrapper > header
	{
		padding: 36px 10px 10px;
		background-image
	}

	.widget-container
	{
		float:none;
		margin: 0 auto;
		text-align: center;
		margin-top: 20px;
		width: 300px;
	}
	.sidebar .widget-container
	{
		float: left;
	}

	.subs-banner
	{
		width: 530px;
		height: 108px;
	}
	section.main .footer .navigation
	{
		margin-bottom: 20px;
		padding-bottom: 10px;
		border-bottom: 1px solid #ddd;
	}

	.wrapper > header
	{
		background: url(assets/bg-main-repeat.png);
		background-position: center center;
		height: auto;
		padding: 20px;
		margin-bottom: -2px;
	}

	footer .widget-container
	{
		margin-top: 0;
	}

	footer .logo
	{
		margin-top: 20px;
	}

	footer .logo img
	{
		margin: 0;
		float:left;
	}
	.deals .deal
	{
		margin-bottom: 1em;
	}
}

@media screen and (max-width: 599px) {

	body .wrapper
	{
		width: 340px;
	}

	.wrapper > header,
	body .wrapper .container
	{
		padding: 5px;
	}

	.menu-main-menu-container
	{
		width: 100%;
	}

	section.main
	{
		margin-top: 20px;
	}

	.subs-banner
	{
		width: 300px;
		height: 60px;
	}

}


.socialize {
	font-family: 'FontAwesome';
	list-style: none;
	display: block;
}

.socialize li {
	display: inline-block;
	margin-right: .5em;
	margin-left: 0;
	height: 30px;
	width: 30px;
	position: relative;
	font-size: 1em;
}

.socialize li a {
	display: block;
	cursor: pointer;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 20px;
}

.socialize li a:hover {
	border: 1px solid red;
}

.socialize li a:focus {
	border: 1px dashed blue;
}

.socialize li a.socialize-link--facebook {
	background: url(assets/icon-facebook.svg);
}

.socialize li a.socialize-link--twitter {
	background: url(assets/icon-twitter.svg);
}

.socialize li a.socialize-link--googleplus {
	background: url(assets/icon-googleplus.svg);
}

.socialize li a.socialize-link--email {
	background: url(assets/icon-email.svg);
}

.socialize--hidden {
	display: none;
}

@media screen and (max-width: 768px) {

	.socialize {
		list-style: none;
		margin: 0;
		padding: 0;
		float: auto;
		width: 100%;
		text-align: center;
	}

}

/* WPC DCT Media Plugin */
#wpc-dct-logo {
	height: 35px;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 150px;
}
