/*
Theme Name: 	SkyWatch
Theme URI: 		http://viewportindustries.com/products/starkers
Description: 	A custom theme for SkyWatchTV.
Version: 		4.0
Author: 		SkyWatchTV
Author URI: 	http://skywatchtv.com
License:		GNU General Public License v2 or later
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Tags: 			blue, red, responsive-layout
*/

/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 Media queries 
===========================
*/

/* ---------------------------------------------------------------------------------------------------------- 
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

@import "css/reset.css";

@import url(http://fonts.googleapis.com/css?family=Oswald:400,700|Roboto:400,300,400italic,700,700italic);

div,
article,
section,
header,
footer,
nav,
li					{ position:relative; /* For absolutely positioning elements within containers (add more to the list if need be) */ }
.group:after,
.clear:after {
	display:block;
	height:0;
	clear:both;
	content:".";
	visibility:hidden;
}

body {	
	background: #080927 url('images/bg-blur.png') top center no-repeat fixed;
	background: #080927 url('images/sky-bg.jpg') top center no-repeat fixed;
	background-position: center top;
	background-size: 150%;
	margin: 0 auto;
}

::-moz-selection 	{ background:#ED4545; color:#fff; }
::selection 		{ background:#ED4545; color:#fff; }

img {
	max-width: 100%;
	height: auto;
	margin: 1em auto;
}

ol li {
	list-style: decimal;
	list-style-position: inside;
}

.entry-content ul li,
.sidebar ul li {
	list-style: disc;
	list-style-position: outside;
	margin-left: 1.5em;
}


/* ---------------------------------------------------------------------------------------------------------- 
02 Typography -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*

14 / 16	= 		0.875em 		(14px equivalent)
16 / 16	= 		1em 			(16px equivalent)
18 / 16 = 		1.125em 		(18px equivalent)
21 / 16 = 		1.3125em 		(21px equivalent)
24 / 16 = 		1.5em 			(24px equivalent)
30 / 16 = 		1.875em 		(30px equivalent)

*/

body,
input,
textarea {
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.6;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	font-family: 'Oswald', 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
}

h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.75em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.25em;
}
h5 {
	font-size: 1.125em;
}
h6 {
	font-size: 1em;
}

p {
	margin: 1.5em 0;
}

a {
	color: #1E67C6;
}

a:hover {
	color: #197dff;
}



/* Structure */

.width-wrapper {
	max-width: 1000px;
	margin: 0 auto;
}

.redline {
	border-top: 2px solid #ED4545;
}

.width-wrapper-medium {
	max-width: 1100px;
	margin: 0 auto;
}

.width-wrapper-wide {
	max-width: 1300px;
	margin: 0 auto;
}


/* Header */

.header {
	text-align: center;
	color: #fff;
}

.header .width-wrapper {
	position: relative;
	padding-top: 60px;
}

.header h1 a {
	display: block;
}

.header a {
	color: #fff;
	text-decoration: none;
}

.header .logo {
/* 	width: 478px; */
	max-width: 600px;
	float: left;
}

.header .logo img {
	display: block;
	margin: 0 auto;
}

.actions-right {
	float: right;
	width: 300px;
}

.email-embed-right {
	text-align: right;
}

.email-embed p {
	margin: 0 0 0.5em 0;
}

.header-donate {
	position: relative;
	top: 20px;
	right: 0;
	z-index: 3;
	text-align: right;
	clear: both;
}

.header-donate a {
	width: 25px;
	height: 25px;
}

.header-donate a img {
	margin: 0;
	width: 25px;
	height: auto;
}

.header-donate .social-icon {
	display: inline-block;
	background: transparent;
	border: 2px solid #fff;
	padding: 2px;
	border-radius: 4px;
	margin-right: 2px;
}

.header-donate .social-yt {
	margin-right: 6px;
}

.header-donate .social-fb:hover {
	background: #3991FA;
}

.header-donate .social-yt:hover {
	background: #ED4545;
}

.header input[type="email"] {
	background: #fff;
	border-bottom: 2px solid #4297ff;
	border-radius: 2px;
	font-size: 1em;
	padding: 0.45em 0.5em;
}

.header input[type="email"]:focus {
	box-shadow: 0 0 0 2px #2377D7;
	outline: none;
}

.header input[type="submit"],
.btn {
	padding: 0.5em 1em;
	border: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	background: #2080f4;
	border-bottom: 2px solid #175aad;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

.header-donate a {
	padding: 0.5em 1em;
	border-radius: 4px;

	background: #ED4545;
	border-bottom: 2px solid #c12525;
}

.header input[type="submit"]:hover,
.header-donate a:hover,
.btn:hover {
	background: #4297ff;
	color: #fff;
}

.header-donate a:hover {
	background: #ff5252;
}

.mobile-menu {
	display: none;
}

.menu-top-menu-container {
	position: fixed;
	top: 0;
	z-index: 11;
	width: 100%;
	background: #092b55;
	border-bottom: 2px solid #005fff;
	border-bottom: 2px solid #ED4545;
}

.admin-bar .menu-top-menu-container {
	top: 32px;
}

.menu-top-menu-container .menu-item {
	display: inline;
	position: relative;
	margin: 0;
}

.menu-top-menu-container .menu-item a {
	display: inline-block;	
	padding: 0.5em 0.75em;
	color: #fff;
	font-size: 0.95em;
}

.menu-top-menu-container .menu-item a:hover {
	background: #005fff;
}

.menu-top-menu-container .current-menu-item a {
	background: #103868;
}

.menu-top-menu-container .sub-menu {
	display: none;
}

.menu-top-menu-container ul .menu-item:hover .sub-menu {
	display: block;
	position: absolute;
	left: 0;
	top: 30px;
	width: 10em;
	background: #092b55;
	text-align: left;
}

.menu-top-menu-container ul .menu-item ul li a {
	background: #092b55;
	width: 100%;
}

.menu-top-menu-container ul .menu-item ul li:hover a {
	background: #005fff;
}



/* Countdown */

.countdown-wrapper {
	max-width: 100%;
	margin: 0 auto 30px;
	text-align: center;
	background: #000;
	background: rgba(0, 0, 0, 0.7);
	background: #fff;
	border: 2px solid #2080F4;
	box-shadow: 0 0 30px #ff5d5d;
	border-radius: 8px;
	padding: 10px;
	color: #000;	
}

.countdown-close {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 24px;
	cursor: pointer;
	color: #aaa;
	z-index: 5;
}

.countdown p {
	margin: 1.5em 0 0;
}

.countdown .countdown_section {
	display: inline-block;
	margin: 0 20px;
}

.countdown_amount {
	font-size: 200%;
}

.countdown_label {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
}

.countdown_descr {
	font-size: 1.5em;
	line-height: 1.2;
	margin: 0.75em 0 0;
	color: #2080F4;
}

.countdown .powerpress_player,
.countdown .powerpress_links {
	display: none;
}




/* emma email */

.email-toggle {
	display: none;
	float: right;
	margin: 2px 10px 5px 0;
}

.email-embed .e2ma_signup_form {
	width: 260px;
	margin-top: -10px;
	text-align: left;
}

.email-embed-right .e2ma_signup_form {
	float: right;
}

.email-embed .e2ma_signup_form_row {
	border: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 160px;
}

.e2ma_signup_form_required_footnote,
.email-embed .e2ma_signup_form_button_row #e2ma_signup_reset_button,
.signup_form_message {
	display: none;
}

.email-embed .e2ma_signup_form_button {
	width: auto !important;
}

.email-embed .e2ma_signup_form_label {
	color: #fff;
	font-size: 12px;
}

.content .email-embed .e2ma_signup_form_label {
	color: #000;
}

.email-embed .e2ma_signup_form input[type=text] {
	background: #fff;
	border-radius: 2px;
	padding: 0.45em 0.5em;
	font-size: 1.5em;
	width: 155px;
	border-bottom: 2px solid #4297ff;
}

.email-embed .e2ma_signup_form_button_row {
	margin: 24px -8px 0 0;
	float: right;
}



/* Featured Block */

.featured-block {
	background: url('images/dark1px.png') 0 0 repeat;
	border-bottom: 2px solid #ED4545;
}

.slider-wrapper {
	float: left;
	width: 66.666666%;
}

.daily-update {
	background: #000;
	background: url('images/dark1px.png') 0 0 repeat;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	height: 100%;
	overflow: scroll;
	overflow: visible;
	right: 0;
	width: 33.333333%;
	text-align: center;
	color: #d4dde6;
}

.daily-update-wrapper {
	padding: 0 0.75em;
}

.daily-update h4 {
	margin: 1em auto;
	color: #fff;
}

.daily-update p {
	font-size: 0.825em;
	margin: 0.5em 0;
}

/* Slider */

.slider-featured-header {
	display: block;
	color: #fff;
	width: 200px;
	margin: 0 auto;
	padding: 6px 6px 6px 8px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.85em;
	font-weight: 600;
	text-align: center;
	border: 2px solid #ED4545;
	border-top: none;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

.daily-update .slider-featured-header {
	width: 200px;
	margin-bottom: 2em;
}

.bxslider {
	display: block;
}

.slider-text {
	padding: 1em 2em;
}

.slider-text-title {
	display: block;
	margin-top: 0.25em;
}

.slider-text-title a {
	color: #fff;
	font-size: 1.25em;
	line-height: 1.1;
	text-decoration: none;
	text-shadow: 0 2px 5px #000;
}

.slider-text-title a:hover {
	color: #59a4ff;
}

.slider-text p {
	max-width: 700px;
	margin: 1em auto 0;
	font-size: 0.875em;
	color: #d4dde6;
	text-shadow: 0 2px 5px #000;
}

.slider-image img {
	width: auto;
	margin: 1em auto 0;
}

/*
.slider-image img:hover {
	box-shadow: 0 0 0 3px #347DE8;
}
*/

.bx-controls {
	text-align: center;
	clear: both;
}

.bx-controls-direction {
	position: absolute;
	top: -250px;
	width: 100%;
}

.bx-controls-direction a {
	position: absolute;
	z-index: 10;
	height: 50px;
	width: 34px;
	color: #fff;
	text-decoration: none;
	-webkit-transition:  all .1s linear;
	-moz-transition:  all .1s linear 0s;
}

.bx-controls-direction a:hover {
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.bx-controls-direction .bx-prev {
	left: 20px;
	background: url('images/arrow-l.png') 0 0 no-repeat;
}

.bx-controls-direction .bx-next {
	right: 20px;
	background: url('images/arrow-r.png') 0 0 no-repeat;
}

.bx-pager {
	width: 100%;
	text-align: center;
	margin: -57px auto 0;
	padding: 1em 0;
}

.bx-pager-item {
	display: inline-block;
	margin: 0 3px;
}

.bx-pager-item a {
	display: inline-block;
	background: #fff;
	color: #fff;
	border-radius: 50%;
	padding: 0 5px;
	font-size: 10px;
}

.bx-pager-item a.active {
	background: #ed4545;
	color: #ed4545;
}


.carousel {
/*	
	background: #080927 url('images/header-bg-blur3.png') top center no-repeat;
	background-size: 150%;
*/

	background: url('images/dark1px.png') 0 0 repeat;
}

.carousel .inner-wrapper {
	max-width: 1000px;
	margin: 0 auto;
	padding: 1.5em 0 2em;
}

.carousel .bx-pager {
	border: none;
	display: none;
}

.carousel .bx-controls-direction {
	top: -155px;
}

.carousel .bx-controls-direction .bx-prev {
	left: -40px;
}

.carousel .bx-controls-direction .bx-next {
	right: -40px;
}

.carousel h3 {
	color: #fff;
	margin-bottom: 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-shadow: 0 6px 10px #000;
}

.subslider-title {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 0.85em;
	line-height: 1.3;
	text-align: center;
	padding: 0 1em;
}

.product-carousel img {
	display: block;
	max-width: 200px;
	padding: 3px;
	background: #fff;
	border-radius: 3px;
	-webkit-transition:  all .1s linear;
	-moz-transition:  all .1s linear 0s;
}

.product-carousel:hover img {
	opacity: .8;
}

.product-carousel img:hover {
	opacity: 1;
	box-shadow: 0 5px 20px rgba(0,0,0,0.5);
	background: #347DE8;
}


/* search block */

.search-block {
	text-align: center;
}

.search-block p {
	margin: 0;
	color: #fff;
}

.search-block label {
	display: none;
}

/* content */

.content {
	background: #fff;
	padding: 2em;
	box-sizing: border-box;
}

.sidebars-content-wrapper {
	background: #112C41;
}

.content-center-split-sidebars {
	float: left;
	width: 50%;
}

.content-center-split-sidebars li:first-child .post .btn {
	display: none;
}

/*
.articles-ad-space {
	margin-top: 3em;
}
*/

.articles-ad-space p {
	margin-bottom: 0;
}

.blog-read-more {
	margin: 2em 0;
	text-align: center;
	font-size: 1.25em;
}

.content-center .article {
	border-bottom: 1px solid #d6d6d6;
	padding: 1em 0 1.75em;
}

.content-center .section-header {
	text-align: center;
	color: #D52730;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	font-size: 1.5em;
}

.content-center .entry-header h2 {
	text-decoration: none;
	font-size: 2em;
	font-size: 1.825em;
	font-weight: 400;
	text-align: left;
}

.content-center h2 a {
	text-decoration: none;
}

.content-center .date {
	margin: 0 0 1em;
	color: #898f98;
}

.content-center .archive-read-more {
	margin: 4em auto 1em;
	text-align: center;
}

.content-center .entry-content,
.content-center .entry-content p {
	margin: 0;
}

.bottom-pagination {
	margin-top: 3em;
}

.archive .article {
	text-align: center;
}

.archive-read-more a,
.archive-read-more .page-numbers {
	display: inline-block;
	margin: 0.25em 0.125em;
	padding: 0.3em 0.7em;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	background: #2080f4;
	border-bottom: 2px solid #175aad;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 0.85em;
}

.archive-read-more .page-numbers.current {
	background: #092B55;
}

.archive-read-more .page-numbers.dots {
	background: transparent;
	border-bottom: none;
	color: #092B55;
}

.archive-read-more a:hover {
	background: #4297ff;
}

.entry-header {
	text-align: center;
}

.author-avatar {
	float: left;
	margin: 5px 1.5em 1em 0;
	padding: 5px;
	border: 1px solid #ebebeb;
	border-radius: 3px;
	text-align: center;
}

.author-avatar p {
	margin: 0 ;
}

.author-avatar p a {
	text-decoration: none;
}

.author-avatar img {
	margin: 0;
	height: auto;
}

.main-title,
.entry-header h2 {
	font-size: 2em;
}

.entry-content {
	max-width: 700px;
	margin: 2em auto;
}

.recent-posts {
	border-top: 1px solid #d6d6d6;
}

.recent-posts li {
	margin: 0 0 3em;
	list-style: none;
}

.recent-posts h3 {
	margin-bottom: 1.5em;
}

.sidebar {
	float: left;
	width: 25%;
	color: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.sidebar-wrapper {
	padding: 1.25em;
}

.sidebar h2 {
	line-height: 1.3;
	margin-bottom: 1em;
}

.sidebar p {
	font-size: 0.825em;
}

.footer-ad .addtoany_share_save_container,
.daily-update .addtoany_share_save_container,
.sidebar .addtoany_share_save_container {
	display: none;
}


/* video archive */

.video-archive li {
	float: left;
	width: 33.3333333%;
	text-align: center;
}

.video-archive li .article {
	padding: 0 1em;
}

.video-archive li:nth-child(3n+1) {
    clear:left;
}

.video-archive li img {
	border-radius: 3px;
}

.video-archive li img:hover {
	box-shadow: 0 0 0 3px #4197ff;
}

.video-archive .entry-header h2 {
	font-family: 'Oswald', 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	line-height: 1.3;
}

.video-archive .entry-header h2 a {
	text-decoration: none;
}

.video-archive .text-block-wrapper {
	padding: 0 1em;
}



/* video single*/

/*
.content.video .content-left {
	float: left;
	width: 66.666666%;
}
*/

.content .content-left .article {
	padding-right: 1em;
	float: left;
	width: 66.666666%;
}

.content.video .entry-header {
	text-align: left;
}

.content.video .entry-header .section-heading a,
.section-heading a {
	display: inline;
	font-family: 'Oswald', 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 28px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 0.5em 0 0;
	color: #8691a1;
}

.content.video .entry-content .btn.blue span {
	opacity: .75;
	margin: 0 0 0 8px;
	font-size: 0.75em;
	-webkit-transition:  all .1s linear;
	-moz-transition:  all .1s linear 0s;
}

.content.video .entry-content .btn.blue:hover span {
	margin: 0 0 0 12px;
}

.content.video .entry-header h2,
.main-title,
.entry-header h2 {
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 3em;
	font-weight: 200;
	line-height: 1.2;
	margin: 0.25em 0;
}

.entry-header .date,
.entry-header .date a {
	color: #db2424;
	text-decoration: none;
}

/*
.sidebar-outset:before {
	display: block;
	background: transparent url('images/sidebar-top-corner.png') top right no-repeat;
	content: '';
	width: 100%;
	height: 12px;
	background-size: 12px 12px;
}
*/

.sidebar-outset {
	float: right;
	width: 33.3333333%;
	right: 0;
	margin: 40px -45px 0 0;
	color: #fff;
}

.sidebar-outset h4 {
	padding: 0.5em;
	background: #0e1c2b;
	border-radius: 5px 5px 0 0;
}

.sidebar-outset h4 span {
	color: #DC2525;
	margin-right: 10px;
}

.sidebar-outset img {
	margin: 0 0 1em;
	max-height: 250px;
	-webkit-transition:  all .1s linear;
	-moz-transition:  all .1s linear 0s;
}

.sidebar-outset img:hover {
	box-shadow: 0 0 30px #206cc2;
}

.sidebar-outset-inner-wrapper {
	padding: 1em;
	text-align: center;
	background: #1B3756;
	background: -webkit-linear-gradient(#1B3756 0%, #12263A 100%);
	border-radius: 0 0 5px 5px;
}

.sidebar-product {
	margin-bottom: 1.5em;
	padding: 1em;
	border-bottom: 1px solid #395b83;
}

.sidebar-outset h3 {
	line-height: 1.2;
}

.sidebar-outset h3 a {
	color: #fff;
	text-decoration: none;
}

.sidebar-outset h3 a:hover {
	color: #197dff;
}

.sidebar-outset .product-price {
	margin: 0.5em 0;
	font-size: 1.125em;
	color: #c7ccd2;
}

.sidebar-outset .btn {
	display: inline-block;
	margin: 0.5em auto;
}

.sidebar-outset .btn.red {
	font-size: 1.25em;
}

.sidebar-outset .btn.red,
.btn.red {
	background: #ED4545;
	border-bottom: 2px solid #c12525;
}

.sidebar-outset .btn.red:hover,
.btn.red:hover {
	background: #ff5252;
}

.sidebar-outset .btn.secondary {
	font-size: 0.825em;
	background: #203f62;
	background:-moz-linear-gradient(#23456c 0%, #1d3958 100%);
	background:-webkit-linear-gradient(#23456c 0%, #1d3958 100%);
}

.sidebar-outset .btn.secondary:hover {
	background: #376192;
	background:-moz-linear-gradient(#376192 0%, #23456c 100%);
	background:-webkit-linear-gradient(#376192 0%, #23456c 100%);
}

.recent-videos-grid {
	border-top: 1px solid #d6d6d6;
}


/* Footer */

.footer {
	color: #fff;
}

.footer-ad {

}

.footer-third {
	float: left;
	width: 33.33333%;
	text-align: center;
	margin-bottom: 2em;
}

.footer-third-wrapper {
	padding: 0 1.5em;
}

.footer-third h3 {
	margin-bottom: 1em;
	font-size: 1.25em;
	border-bottom: 2px solid #ED4545;
}

.footer .copyright {
	margin: 5em auto 1em;
	font-size: 0.825em;
	color: #fff;
	text-align: center;
}

.footer .searchform label {
	color: #fff;
}

.searchform input[type="text"] {
	margin-bottom: 12px;
}

/* Forms */

input[type="text"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
body .gform_wrapper input[type="text"],
body .gform_wrapper input[type="email"],
body .gform_wrapper input[type="url"],
body .gform_wrapper input[type="number"],
body .gform_wrapper textarea {
	background: #fff;
	padding: 0.25em;
	font-size: 1.2em;
	border: 2px solid #ebebeb;
	border-radius: 3px;
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="number"]:hover,
textarea:hover,
body .gform_wrapper input[type="text"]:hover,
body .gform_wrapper input[type="email"]:hover,
body .gform_wrapper input[type="url"]:hover,
body .gform_wrapper input[type="number"]:hover,
body .gform_wrapper textarea:hover {
	border: 2px solid #c9c9c9;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
textarea:focus,
body .gform_wrapper input[type="text"]:focus,
body .gform_wrapper input[type="email"]:focus,
body .gform_wrapper input[type="url"]:focus,
body .gform_wrapper input[type="number"]:focus,
body .gform_wrapper textarea:focus {
	border: 2px solid #347DE8;
}

input[type="submit"],
body .gform_wrapper input[type="submit"] {
	padding: 0.5em 1em;
	border: none;
	border-radius: 2px;
	color: #fff;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background: #2080f4;
	border-bottom: 2px solid #175aad;
}

input[type="submit"]:hover,
body .gform_wrapper input[type="submit"]:hover {
	background: #4297ff;
}




/* =WordPress Core
-------------------------------------------------------------- */
.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 #d6d6d6;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #c9c9c9;
    border-radius: 2px;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 2px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 5px 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: 12px;
    line-height: 1;
    margin: 0;
    padding: 7px 4px 0;
}

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

.sticky {
	border-bottom: 1px dotted #E82626 !important;
}

.gallery-caption {}

.bypostauthor {
	background: #f5f5f5;
}


/* ---------------------------------------------------------------------------------------------------------- 
03 Media queries --------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* 960 and down */
@media screen and (max-width:960px) {
	
	.menu-top-menu-container .menu-item a {
		font-size: 0.825em;
	}
	
	.email-embed,
	.header-donate {
		right: 10px;
	}

	.email-embed {
		margin-bottom: 10px;
	}
	
	.slider-text {
		text-align: center;
	}
		
	.carousel .bx-controls-direction {
		top: -184px;
	}

	.carousel .bx-controls-direction .bx-prev {
		left: 10px;
	}

	.carousel .bx-controls-direction .bx-next {
		right: 10px;
	}

	.subslider_item-inner-wrapper {
		margin: 0 30px 0 20px;
	}
	
	.content-center {
		width: 100%;
		float: none;
	}
	
	.content-center .article {
		padding: 1em 0 1.5em;
	}

	.content.video .entry-header h2,
	.main-title,
	.entry-header h2 {
		font-size: 2.5em;
	}
	
	.content-center .entry-header h2 {
		font-size: 1.5em;
	}
	
	.content-center .entry-content {
		font-size: 0.825em;
	}

	.sidebar-left,
	.sidebar-right {
		width: 100%;
		float: none;
		border-top: 2px solid #2b5576;
	}
	
	.widget-title {
		font-size: 1.25em;
		text-align: center;
	}
		
	.content.video .entry-header .section-heading a,
	.section-heading a  {
		font-size: 16px;
	}
	
	.content.video .entry-header h2 {
		font-size: 2em;
	}
	
	.video-archive li {
		width: 45%;
		margin-right: 5%;
	}

	.video-archive li:nth-child(3n+1) {
		clear: none;
	}
	
	.video-archive li:nth-child(2n+1) {
		clear: left;
	}

	.video-archive li .article {
		padding: 0 5px;
	}
		
	.entry-header .date {
		font-size: 0.825em;
	}
	
	.video-archive .entry-header h2 {
		font-size: 1em;
		line-height: 1.4;
	}

	.video-archive .entry-content p {
		font-size: 0.75em;
		overflow: hidden;
	}
	
	.content .content-left .article {
		padding-right: 0;
		float: none;
		width: 100%;
	}

	.sidebar-outset {
		float: none;
		width: 100%;
		clear: left;
	}

	.sidebar-outset:before {
		display: none;
	}
	
	.sidebar-outset h4 {
		border-radius: 4px 4px 0 0;
	}

	.sidebar-outset-inner-wrapper {
		border-radius: 0 0 4px 4px;
	}
	
	.content-center .archive-read-more .btn {
		font-size: 1.25em;
	}
	
	.carousel h3 {
		font-size: 1em;
	}
	
	.footer-third {
		float: none;
		width: 100%;
	}

}

@media only screen and ( max-width:780px ) {

	.admin-bar .menu-top-menu-container {
		top: 44px;
	}
	
	.menu-top-menu-container ul .menu-item:hover .sub-menu {
		display: inline;
		text-align: center;
	}
	
	.mobile-menu {
		display: block;
		background: #092B55;
		border-bottom: 2px solid #3991FA;
		color: #fff;
		text-transform: uppercase;
		letter-spacing: 3px;
		font-size: 11px;
		padding: 15px 0;
	}
	
	.mobile-menu.menu-open {
		box-shadow: inset 0 0 10px #000;
	}
	
	.admin-bar .menu-top-menu-container,
	.menu-top-menu-container {
		display: none;
		position: relative;
		top: 0;
	}

	.menu-top-menu-container ul .menu-item .sub-menu,
	.menu-top-menu-container ul .menu-item:hover .sub-menu {
		display: inline-block;
		position: static;
		left: auto;
		top: auto;
		width: auto;
	}

	.menu-top-menu-container ul .menu-item ul li a {
		width: auto;
	}

	.countdown {
		max-width: 90%;
		margin: 10px auto;
	}
	
	.countdown .countdown_section {
		display: inline-block;
		margin: 0 5px;
	}
	
	.countdown_amount {
		font-size: 100%;
	}
	
	.countdown_label {
		font-size: 8px;
	}
	
	.countdown_descr {
		font-size: 1em;
	}

	.header .logo {
		max-width: 400px;
		margin-top: 20px;
	}

	.header .width-wrapper {
		padding-top: 10px;
	}

	.slider-wrapper,
	.daily-update {
		float: none;
		width: 100%;
		position: relative;
	}

	.daily-update {
		padding-bottom: 3em;
		border-bottom: 2px solid #ED4545;
	}
	
	.product-carousel img {
		max-width: 100%;
	}
	
	.subslider-title {
		font-size: 0.75em;
	}

}

@media only screen and ( max-width:680px ) {

	.email-embed,
	.header-donate .social-icon {
		display: none;
	}
	
	.email-toggle {
		display: inline-block;
		float: left;
		margin-left: 5px;
	}

	.email-embed {
		text-align: center;
	}

	.email-embed-right .e2ma_signup_form {
		float: none;
		margin: 20px auto;
	}

	.actions-right {
		clear: both;
		width: 100%;
		border-top: 2px solid #ED4545;
		padding: 15px 0;
		text-align: center;
	}
	
	.actions-right a {
		font-size: 13px;
	}

	.header-donate {
		clear: none;
		position: static;
		margin: 2px 5px 3px 0;
	}

}

/* 500 and down */
@media screen and (max-width:500px) {

	body {
		background-size: 300%;
	}

	.header .width-wrapper {
		padding-top: 0;
	}
		
	.header .logo {
		max-width: 90%;
		margin: 0 auto;
	}

	.slider-text-title {
		line-height: 1.2;
	}

	.slider-text-title a {
		font-size: 0.85em;
	}
	
	.slider-text p {
		font-size: 0.75em;
	}
	
	.bx-controls-direction {
		top: -120px;
	}
	
	.bx-controls-direction .bx-prev,
	.bx-controls-direction .bx-next {
		background-size: 100%;
		width: 30px;
	}
	
	.content {
		padding: 1em;
	}

	.author .content {
		padding: 1em 0;
	}

	.author .content .article {
		padding: 2em 1em;
		box-sizing: border-box;
	}

	.video-archive li,
	.recent-videos-grid .video-archive li {
		width: 100%;
		margin: 1em auto;
	}

	.recent-videos-grid .video-archive li .entry-content {
		display: none;
	}

}


/* Retina Display */
@media screen and (-webkit-min-device-pixel-ratio:2) {

					{ /* Place your styles here for all 'Retina' screens */ }

}