/**
 * style.css
 * 
 * Deals We Like styles.
 * 
 * @package Deals We Like
 */

/**
 * Theme Name: Deals We Like
 * Theme URI: http://boardingarea.com/
 * Description: Deals We Like a BoardingArea child theme.
 * Version: 1.0.0
 * Author: Joshua Fach
 * Author URI: http://boardingarea.com/
 * Template: boardingarea
 * Text Domain: deals-we-like
 * Tags: responsive, custom-menu, featured-images, post-formats, sticky-post, translation-ready
 */

/*  Copyright 2014  Joshua Fach  (email : jfach@frequentflyerservices.com)

	This program is free software; you can redistribute it and/or modify
	it under the terms of the GNU General Public License, version 2, as 
	published by the Free Software Foundation.

	This program is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
	GNU General Public License for more details.

	You should have received a copy of the GNU General Public License
	along with this program; if not, write to the Free Software
	Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
*/

/**
 * ====================================================================================================
 * Deals We Like Custom Styles
 * ====================================================================================================
 */

/* ==========================================================================
    Primary Color (#00609a)
========================================================================== */

::-moz-selection { background-color: #333; }
::selection { background-color: #333; }

a { color: #00609a; }

blockquote::before { background: #00609a; }

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button { background-color: #00609a; }

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover { background-color: #00609a; }

.entry-title a:hover { color: #00609a; }

.subscribe-widget input[type="submit"],
.subscribe-widget input[type="button"] { background-color: #00609a; }

.widget .subscribe input[type="submit"],
.widget .subscribe input[type="button"] { background-color: #00609a; }

.nav-primary ul > li:hover > a,
.nav-primary ul > li.current-menu-item > a {
	-webkit-box-shadow: inset 0 -3px 0 #00609a;
	-moz-box-shadow: inset 0 -3px 0 #00609a;
	box-shadow: inset 0 -3px 0 #00609a;
}

.nav-secondary ul > li:hover > a,
.nav-secondary ul > li.current-menu-item > a { background: #00609a; }

@media only screen and (max-width: 840px) {
	.nav-primary ul > li:hover > a,
	.nav-primary ul > li.current-menu-item > a {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: inset none;
	}

	.nav-secondary ul > li:hover > a,
	.nav-secondary ul > li.current-menu-item > a { background: #00609a; }
}

.archive-pagination li a:hover,
.archive-pagination .active a { background-color: #00609a; }

.archive-pagination .pagination-previous a:hover,
.archive-pagination .pagination-next a:hover { background-color: #00609a; }

.site-footer a:hover { color: #00609a; }

.boxed .footer-widgets a { color: #00609a; }

/* ==========================================================================
    Secondary Color (#4373a6) (#004773)
========================================================================== */

/* ==========================================================================
    Accent Color (#f4ad29)
========================================================================== */

/* ==========================================================================
    5.0 - Defaults
========================================================================== */

/* ==========================================================================
    5.2 - Typography
========================================================================== */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background-color: #fff !important;
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
}

/* ==========================================================================
    5.3 - Headings
========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 16px;
}

/*
.entry-content h1 {
	font-size: 26px;
}
.entry-content h2 {
	font-size: 22px;
}
.entry-content h3 {
	font-size: 20px;
}
.entry-content h4 {
	font-size: 18px;
}
.entry-content h5 {
	font-size: 16px;
}
.entry-content h6 {
	font-size: 14px;
}
*/

/* ==========================================================================
    5.5 - Forms & Buttons
========================================================================== */

input,
select,
textarea {
	font-weight: normal;
}

::-moz-placeholder { 
	font-weight: normal;
}

::-webkit-input-placeholder {
	font-weight: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #00609a;
	font-weight: normal;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #f4ad29;
}

/* ==========================================================================
    5.6 - Tables
========================================================================== */

th {
	font-weight: bold;
}

/* ==========================================================================
    7.0 - Classes
========================================================================== */

/* ==========================================================================
    7.4 - BoardingArea
========================================================================== */

.archive-description,
.author-box {
	background-color: transparent;
	padding: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.author-box {
	background-color: #f5f5f5;
	padding: 30px;
}
.author-box-title a {
	text-decoration: none;
}

.after-entry {
	background-color: transparent;
	padding: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.open .ba-hr {
	background: #ddd;
	display: block;
	height: 1px;
}

.column-left .ba-hr,
.column-right .ba-hr {
	display: none;
}

.open .post-nav-hr,
.open .author-hr,
.open .archive-author-hr,
.open .pingback-hr,
.open .trackback-hr,
.open .comments-hr,
.open .comments-nav-hr,
.open .comments-closed-hr,
.open .respond-hr,
.open .ba-disclosure-before-comments-hr,
.open .ba-disclosure-after-comments-hr {
	/*display: none !important;*/
}

/* ==========================================================================
    7.6 - Titles
========================================================================== */

/*
.entry-title {
	font-size: 26px;
	margin-bottom: 16px;
}
*/

.entry-title a {
	color: #00609a;
}
.entry-title a:hover {
	color: #333333;
}

.sidebar .widget-title,
.sidebar .widgettitle {
	background: url(images/widget-title.png) left bottom no-repeat;
	line-height: 1;
	margin-bottom: 8px;
	padding-bottom: 24px;
	padding-left: 45px;
}

/* ==========================================================================
    7.7 - WordPress
========================================================================== */

.wp-caption-text {
	font-weight: normal;
}

/* ==========================================================================
    8.0 - Widgets
========================================================================== */

.widget_calendar caption {
	font-weight: normal;
}

/* Favorite Partner Credit Cards */
.sidebar #text-4.widget .textwidget { /* #text-2.widget */
	background: #f5f5f5;
	border: 1px solid #dddddd;
	padding: 15px;
}
.sidebar #text-4.widget .textwidget table { /* #text-2.widget */
	margin: 0 !important;
}
.sidebar #text-4.widget .textwidget table tbody { /* #text-2.widget */
	border: none;
}
.sidebar #text-4.widget .textwidget table tr td { /* #text-2.widget */
	border: none;
	padding: 0;
}
.sidebar #text-4.widget .textwidget table tr td img { /* #text-2.widget */
	margin-right: 24px;
	max-width: none;
}
.sidebar #text-4.widget .textwidget table tr td p { /* #text-2.widget */
	margin: 0;
}

/* Free Email Newsletter */
.sidebar #text-2.widget { } /* #text-3.widget */
.sidebar #text-2.widget .textwidget .subscribe { /* #text-3.widget */
	background: #f5f5f5;
	border: 1px solid #dddddd;
	color: #333333;
}
.sidebar #text-2.widget .textwidget .subscribe input, /* #text-3.widget */
.sidebar #text-2.widget .textwidget .subscribe input:focus { /* #text-3.widget */
	border: 1px solid #dddddd;
}
.sidebar #text-2.widget .textwidget .subscribe input[type="submit"], /* #text-3.widget */
.sidebar #text-2.widget .textwidget .subscribe input[type="button"] { /* #text-3.widget */
	border: none;
	color: #ffffff;
}
.sidebar #text-2.widget .textwidget .subscribe input:hover[type="submit"], /* #text-3.widget */
.sidebar #text-2.widget .textwidget .subscribe input:hover[type="button"] { /* #text-3.widget */
	background-color: #f4ad29;
}

/* Facebook Like Box */
.sidebar #facebook-likebox-2 {
	text-align: center;
}

/* Ads Widget */
.sidebar #text-6.widget, /* #text-4.widget */
.sidebar #text-10.widget, /* #text-6.widget */
.sidebar #text-11.widget, /* #text-8.widget */
.sidebar #text-12.widget { /* #text-12.widget */
	background: #f5f5f5;
	border: 1px solid #dddddd;
	padding: 30px 0;
}
.footer-widgets #text-14.widget { /* #text-9.widget */
	/*
	background: #4373a6;
	border: 1px solid #4780ad;
	padding: 30px 0;
	*/
}

@media only screen and (min-width: 1021px) and (max-width: 1260px) {
	.sidebar #text-6.widget, /* #text-4.widget */
	.sidebar #text-10.widget, /* #text-6.widget */
	.sidebar #text-11.widget, /* #text-8.widget */
	.sidebar #text-12.widget, /* #text-12.widget */
	.footer-widgets #text-14.widget { /* #text-9.widget */
		background: none;
		border: none;
		padding: 0;
	}
}
@media only screen and (max-width: 420px) {
	.sidebar #text-6.widget, /* #text-4.widget */
	.sidebar #text-10.widget, /* #text-6.widget */
	.sidebar #text-11.widget, /* #text-8.widget */
	.sidebar #text-12.widget, /* #text-12.widget */
	.footer-widgets #text-14.widget { /* #text-9.widget */
		background: none;
		border: none;
		padding: 0;
	}
}

@media only screen and (max-width: 320px) {
	.sidebar #text-6.widget, /* #text-4.widget */
	.sidebar #text-10.widget, /* #text-6.widget */
	.sidebar #text-11.widget, /* #text-8.widget */
	.sidebar #text-12.widget, /* #text-12.widget */
	.footer-widgets #text-14.widget { /* #text-9.widget */
		margin-left: -5px;
	}
}

/* Before Content Ad */
@media only screen and (max-width: 840px) {
	.before-content-ad { margin-left: 30px; }
}
@media only screen and (max-width: 320px) {
	.before-content-ad { margin-left: 10px; }
}
@media only screen and (max-width: 1260px) {
	.before-content-ad {
		margin: auto;
		width: 720px;
	}
}
@media only screen and (max-width: 767px) {
	.before-content-ad {
		margin: auto;
		width: 300px;
	}
}
.before-content-ad {
	margin-bottom: 30px;
}

/* Move Sidebar Up (Before Content Ad) */
@media only screen and (min-width: 1261px) {
	.sidebar-primary {
		margin-top: -120px;
	}
}

/* Advertiser Disclosure */
.sidebar a.advertiser-disclosure {
	background: #f5f5f5;
	border: 1px solid #dddddd;
	color: #00609a;
	display: block;
	text-align: center;
}
.sidebar a.advertiser-disclosure:hover {
	color: #333;
}

/* About Jen Footer Widget */
.footer-widgets #text-8.widget a {
	/*text-decoration: underline;*/
}


/* ==========================================================================
    9.0 - Plugins
========================================================================== */

/* ==========================================================================
    9.1 - Subscribe
========================================================================== */

.sidebar .widget.subscribe-widget,
.sidebar .widget .subscribe {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* ==========================================================================
    9.2 - Jetpack
========================================================================== */

div#jp-relatedposts {
	padding-top: 0 !important;
}

/* ==========================================================================
    9.3 - BoardingArea Disclosures
========================================================================== */

.ba-disclosure-before-comments,
.ba-disclosure-after-comments {
	background-color: transparent;
	padding: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* ==========================================================================
    10.0 - Site Header
========================================================================== */

.site-header.header-full-width .wrap {
	padding: 0;
}
.site-header.header-full-width img {
	/*border: 5px solid #fff;*/
}

/* ==========================================================================
    10.1 - Title Area
========================================================================== */

.site-title {
	font-weight: bold;
}

.site-description {
	font-weight: normal;
}

/* ==========================================================================
    11.0 - Site Navigation
========================================================================== */

/* ==========================================================================
    11.3 - Primary Navigation
========================================================================== */

/* Nav Primary */
.nav-primary {
	/*text-transform: uppercase;*/
}
.nav-primary ul li a {
	/*font-size: 14px;*/
	/*padding: 0 20px;*/
}
.nav-primary ul > li ul li > a {
	/*width: 320px;*/
}

.nav-primary {
	background: #00609a;
	/*margin-top: 10px;*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.nav-primary ul > li:hover > a,
.nav-primary ul > li.current-menu-item > a {
	background: #f4ad29;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.nav-primary ul > li ul li {
	background: #00609a;
	border-bottom: none;
}

/* Nav Primary Toggle */
.menu-primary-toggle {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

@media only screen and (max-width: 840px) {
	.nav-primary ul > li {
		border-top: none;
	}

	.nav-primary ul > li ul li {
		border-top: none;
	}

	.nav-primary ul > li ul li:first-child {
		border-top: none;
	}
}

@media only screen and (min-width: 841px) and (max-width: 1020px) {
	.nav-primary ul.nav-menu {
		text-align: center;
	}
	.nav-primary ul.nav-menu li ul {
		text-align: left;
	}
	.nav-primary ul.nav-menu > li {
		display: inline-block;
		float: none;
		margin-left: -4px;
	}
}
@media only screen and (min-width: 841px) and (max-width: 1260px) {
	.nav-primary ul.nav-menu li {
		font-size: 14px;
	}
	.nav-primary ul.nav-menu li a {
		font-size: 14px;
		padding: 0 20px;
	}
}

/* Home Icon */
.nav-primary ul li.current-menu-item.home > a {
	background: transparent;
}
.nav-primary ul li.current-menu-item.home:hover > a {
	background: #f4ad29;
}

/* Nav Primary Has Children */
.nav-primary ul li.menu-item-has-children > a:after,
.nav-primary ul li.page_item_has_children > a:after {
	content: "";
	margin: 0;
}

.nav-primary ul li.menu-item-has-children ul li.menu-item-has-children > a:after,
.nav-primary ul li.page_item_has_children ul li.page_item_has_children > a:after {
	content: "";
	margin: 0;
}

/* Advertiser Disclosure Link */
.nav-primary ul li.advertiser-disclosure-link {
	background: #4373a6;
	display: none;
}
@media only screen and (max-width: 840px) {
	.nav-primary ul li.advertiser-disclosure-link {
		display: inherit;
	}
}

/* ==========================================================================
    12.0 - Content Area
========================================================================== */

/* ==========================================================================
    12.1 - Entries
========================================================================== */

.entry {
	background-color: transparent;
	padding: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* ==========================================================================
    12.2 - Entry Meta
========================================================================== */

.entry p.entry-nav a.more-link {
	background-color: #00609a;
	color: #fff;
	padding: 8px 12px;
}
.entry p.entry-nav a.more-link:hover {
	background-color: #f4ad29;
	color: #fff;
}

.entry-header .entry-meta {
	margin-top: -8px;
}

.entry-footer .entry-meta {
	/*border-top: 1px solid #dddddd;*/
	border: none;
	padding-top: 8px;
}

/*
.entry-header .entry-meta .entry-comments-link {
	float: right;
}
.entry-header .entry-meta .entry-comments-link::before {
	content: none;
	margin: 0;
}
.entry-header .entry-meta .entry-comments-link a {
	background-color: #00609a;
	color: #fff;
	padding: 8px 16px;
}
.entry-header .entry-meta .entry-comments-link a:hover {
	background-color: #f4ad29;
	color: #fff;
}

@media only screen and (min-width: 841px) {
	.column-row .entry-header .entry-meta .entry-comments-link {
		display: block;
		float: none;
		margin-top: 20px;
	}
}

@media only screen and (max-width: 480px) {
	.entry .entry-header .entry-meta .entry-comments-link {
		display: block;
		float: none;
		margin-top: 20px;
	}
}
*/

/*
.entry-header .entry-meta .entry-comments-link::before {
	content: none;
	margin: 0;
}

.entry-header .entry-meta .entry-edit-link::before {
	content: none;
	margin: 0;
}
*/

.entry-header .entry-meta .entry-comments-link::before {
	content: '';
	margin-left: 8px;
}
.entry-header .entry-meta .entry-edit-link::before {
	content: none;
	margin: 0;
}
@media only screen and (max-width: 520px) {
	.entry-header .entry-meta .entry-comments-link,
	.column-row .entry-header .entry-meta .entry-comments-link {
		display: block;
	}
	.entry-header .entry-meta .entry-comments-link::before,
	.column-row .entry-header .entry-meta .entry-comments-link::before {
		content: none;
		margin: 0;
	}
}
@media only screen and (min-width: 841px) {
	.column-row .entry-header .entry-meta .entry-comments-link {
		display: block;
	}
	.column-row .entry-header .entry-meta .entry-comments-link::before {
		content: none;
		margin: 0;
	}
}

/* ==========================================================================
    12.3 - Pagination
========================================================================== */

.archive-pagination li { }

.archive-pagination li a {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.archive-pagination .pagination-previous a,
.archive-pagination .pagination-next a {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.archive-pagination li a {
	background-color: #00609a;
}
.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #f4ad29;
}

.archive-pagination .pagination-previous a,
.archive-pagination .pagination-next a {
	background-color: #00609a;
}
.archive-pagination .pagination-previous a:hover,
.archive-pagination .pagination-next a:hover {
	background-color: #f4ad29;
}

/* ==========================================================================
    12.4 - Comments
========================================================================== */

.comment-respond,
.entry-comments,
.entry-pings {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.comment-respond,
.entry-pings {
	background-color: transparent;
	padding: 0;
}

.entry-comments {
	background-color: transparent;
	padding: 0;
}

li.comment {
	background-color: transparent;
	border: 1px solid #ddd;
}

.form-allowed-tags {
	display: none;
}

.comment-subscription-form {
	margin-bottom: 0;
}

/* ==========================================================================
    12.5 - Disclosures
========================================================================== */

/* BA Title Disclosure */
.ba-title-disclosure {
	color: #aaa;
	font-style: italic;
}

.ba-title-disclosure a {
	color: #aaa;
}
.ba-title-disclosure a:hover {
	color: #333;
}

.entry.page .entry-content .ba-disclosure-before-content p, .ba-disclosure-before-content p {
	background-color: #f5f5f5;
	padding: 10px;
}



/* ==========================================================================
    13.0 - Sidebar
========================================================================== */

.sidebar li {
	border-bottom: 1px solid #ddd;
}

/* ==========================================================================
    14.0 - Footer Widgets
========================================================================== */

/*
.footer-widgets li {
	border-bottom: 1px solid #666;
}

.footer-widgets .ba-hr {
	background-color: #b8d5f0;
	height: 1px;
}
*/

.footer-widgets {
	background-color: #00609a;
}
.footer-widgets, .footer-widgets a {
	color: #b8d5f0;
}
.footer-widgets li {
	border-color: #b8d5f0;
}

/* ==========================================================================
    15.0 - Site Footer
========================================================================== */

.site-footer {
	background-color: #00609a;
	color: #b8d5f0;
	padding: 0 15px;
}

.site-footer a {
	color: #b8d5f0;
}
.site-footer a:hover {
	color: #fff;
}

/* ==========================================================================
    16.0 - Media Queries
========================================================================== */

@media only screen and (max-width: 840px) {
	.ba-hr {
		display: block;
	}
	.ba-hr.column-hr {
		display: none;
	}

	.column-left .ba-hr,
	.column-right .ba-hr {
		display: block;
	}

	.site-header.header-full-width img {
		border: none;
	}

	.nav-primary {
		margin-top: 0;
	}
}

@media only screen and (max-width: 320px) {
	.entry a.alignleft,
	.entry img.alignleft,
	.entry a.alignright,
	.entry img.alignright { float: none; }

	.menu-primary-toggle .fa {
		margin-left: 15px;
	}
	.nav-primary ul > li a {
		padding: 0 15px;
	}
	.nav-primary ul > li ul li a {
		padding-left: 30px;
	}
	.nav-primary ul > li ul li ul li a {
		padding-left: 45px;
	}
	.nav-primary ul > li ul li ul li ul li a {
		padding-left: 60px;
	}

	.menu-secondary-toggle .fa {
		margin-left: 15px;
	}
	.nav-secondary ul > li a {
		padding: 0 15px;
	}
	.nav-secondary ul > li ul li a {
		padding-left: 30px;
	}
	.nav-secondary ul > li ul li ul li a {
		padding-left: 45px;
	}
	.nav-secondary ul > li ul li ul li ul li a {
		padding-left: 60px;
	}

	.open .content,
	.open .sidebar-primary,
	.open .footer-widgets-1,
	.open .footer-widgets-2,
	.open .footer-widgets-3,
	.open .footer-widgets-4,
	.open .site-header .widget-area,
	.open .title-area {
		padding-left: 15px;
		padding-right: 15px;
	}

	.site-footer .wrap {
		padding: 0 15px;
	}
}

/* ==========================================================================
    18.0 - Boxed
========================================================================== */

/* ==========================================================================
    18.0 - Boxed (6.0 - Layout)
========================================================================== */

/* ==========================================================================
    18.0 - Boxed (6.1 - Containers & Wrappers)
========================================================================== */

.boxed .site-container {
	margin-bottom: 0;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* ==========================================================================
    18.0 - Boxed (7.6 - Titles)
========================================================================== */

.boxed .footer-widgets .widget-title {
	color: #fff;
}

/* ==========================================================================
    18.0 - Boxed (11.4 - Secondary Navigation)
========================================================================== */

.boxed .nav-secondary {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* ==========================================================================
    18.0 - Boxed (12.4 - Comments)
========================================================================== */

.boxed li.comment {
	background: none;
	border: 1px solid #dddddd;
}

/* ==========================================================================
    18.0 - Boxed (14.0 - Footer Widgets)
========================================================================== */

.boxed .footer-widgets {
	background-color: #00609a;
	color: #b8d5f0;
	margin-top: 0;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.boxed .footer-widgets a {
	color: #b8d5f0;
}
.boxed .footer-widgets a.button,
.boxed .footer-widgets a:hover {
	color: #fff;
}

.boxed .footer-widgets li {
	border-color: #b8d5f0;
}

.boxed .footer-widgets input,
.boxed .footer-widgets input:focus {
	border: none;
}
.boxed .footer-widgets button,
.boxed .footer-widgets input[type="button"],
.boxed .footer-widgets input[type="reset"],
.boxed .footer-widgets input[type="submit"],
.boxed .footer-widgets .button {
	background-color: #00609a;
	border: 1px solid #fff;
	color: #fff;
}
.boxed .footer-widgets button:hover,
.boxed .footer-widgets input:hover[type="button"],
.boxed .footer-widgets input:hover[type="reset"],
.boxed .footer-widgets input:hover[type="submit"],
.boxed .footer-widgets .button:hover {
	background-color: #f4ad29;
	border-color: #f4ad29;
	color: #fff;
}

/* ==========================================================================
    18.0 - Boxed (15.0 - Site Footer)
========================================================================== */

.boxed .site-footer {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* ==========================================================================
    18.0 - Boxed (16.0 - Media Queries)
========================================================================== */

@media only screen and (max-width: 840px) {
	.boxed .footer-widgets {
		padding-top: 30px;
	}
}

@media only screen and (max-width: 320px) {
	.boxed .site-inner,
	.boxed .footer-widgets {
		padding-left: 0;
		padding-right: 0;
	}
}

/*
body {
	background-color: #f5f5f5 !important;
}
.site-header {
	background: #b4d6f1 !important;
}
.site-header .wrap {
	padding: 0;
}
.nav-primary {
	margin-top: 0;
}
.entry-footer .entry-meta {
	border-top: none;
	padding-top: 0;
}
.sidebar #text-6.widget, .sidebar #text-10.widget, .sidebar #text-11.widget, .sidebar #text-12.widget {
	background: transparent;
	border: none;
	padding: 0;
}
.sidebar #text-2.widget .textwidget .subscribe {
	background: #fff;
	border: none;
}
.sidebar #text-4.widget .textwidget {
	background: #fff;
	border: none;
	padding: 30px;

	-webkit-box-shadow: rgba(0, 0, 0, 0.175) 0 6px 6px -6px;
	-moz-box-shadow: rgba(0, 0, 0, 0.175) 0 6px 6px -6px;
	box-shadow: rgba(0, 0, 0, 0.175) 0 6px 6px -6px;
}
.footer-widgets {
	background-color: #00609a;
}
.footer-widgets, .footer-widgets a {
	color: #b8d5f0;
}
.footer-widgets li {
	border-color: #b8d5f0;
}
*/
