/* @override http://theamericanmirror.com/wp-content/themes/canvas-child/style.css?ver=5.8.0 */

/*
Theme Name: Child Canvas for The American Mirror
Version: 1.0
Description: Child Canvas theme for The American Mirror
Author: The American Mirror
Author URI: http://www.theamericanmirror.com
Template: canvas
*/

@import url("../canvas/style.css");
body, p {
	color: #070b4f;
}
input {
	border-radius: 0px;
}
header div#logo {
	position: relative;
}
.boxed-layout #content {
	padding-left: 1.5em;
	padding-right: 1.5em;
}
h1,h2,h3,h4 {
	color: #1f3380;
}
h1 a,h2 a,h3 a,h4 a{
	color: #1f3380;
}
/*Navigation*/
nav#navigation {
	padding-left: 23px;
	background-image: url(images/nav_gradient.gif);
	background-repeat: repeat;
	margin-bottom: 23px;
}
ul#main-nav li a {
	text-transform: uppercase;
	letter-spacing: 1px;	
	line-height: 18px;
	padding-bottom: .5em !important;
	padding-top: .5em !important;	
} 
ul#main-nav li.current_page_item a {
	background-image: url(images/nav_gradient.gif);
	background-repeat: repeat;
	background-color: transparent;	
}

/*Homepage Posts*/
body.home .post-meta {
	display: none;
}

body.home a.more-link {
	color: #e2211b;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;	
}
body.home a.more-link:hover {
	color: #ff463f;		
}
body.home a.more-link:visited {
	color: #e2211b;	
}
body.home a.more-link:after {
	font-family: "FontAwesome";
	content: " \f061";
	padding-left: 4px;	
}

body.home span.read-more {
	display: none;
}

/*Home Page Sticky Story*/
body.home section#main.col-left:before {
	content: "";
	background-image: url(images/leadstory.png);
	background-repeat: no-repeat;
	background-position: 12px 14px;
	background-color: #12246a;
	width: 100%;
	height: 50px;
	display: block;
	position: relative;
}
body.home article.post.sticky {
 	border: 1px solid rgba(83,90,96,.3);
}

/*ESSB Per Post*/
li.essb_native_item {
	height: 34px;
}

/*Article*/
div.before-posts {
	margin-bottom: 10px;
}
div.after-posts h3 {
	display: none;
}
div.post-meta {
	color: #2f89e2;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
	border: 0px;
	margin-bottom: 16px;
}
div.post-meta abbr {
	text-decoration: none;
	border: 0px;
}
div.post-meta div.author, 
div.post-meta div.author a {
	color: #e2211b;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 4px;
}
div.ssb-share {
	margin-bottom: 10px;
}
aside#connect {
	display: none;
}
div.nav-prev.fl a {
	color: #e2211b;
}
div.nav-next.fr a {
	color: #e2211b;
}
/*Author Page*/
aside#post-author {
	background-color: white;
	border-top: 1px solid #e6e6e6;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 0px 8px 0px;
	margin: 0px;
}
.author #post-author {
	margin-bottom: 10px;
}
aside#post-author .profile-image img {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
aside#post-author h4 {
	xdisplay: none;
	padding-top: 135px;
}
h1.archive_header {
	display: none;
}
div.profile-content h4 {
	color: #1f3380;
}
h1.archive_header {
	color: #1f3380;		
}


/*Search Widget*/ 
.searchform, #searchform  {
	border-radius: 0px;	
	margin-top: 0px;
}
/*Contact Us Page*/
#contact-page ol.forms label {
	color: #070b4f;
}
#contact-page ol.forms input.txt {
	border-radius: 0px;
}
#contact-page ol.forms textarea {
	border-radius: 0px;
	width: 70%;
}
#contact-page ol.forms li.buttons .submit {
	border-radius: 0px;
}

/*Additional Sizes*/

@media only screen and (max-width: 1000px)  {
/* Styles placed here will only apply to screens less than 1000 pixels wide */
}


@media only screen and (min-width: 768px) {
/* Styles placed here will only apply to screens more than 768 pixels wide */
header div#logo {
	top: 53px;
}
header#header.col-full {
	height: 195px;
	padding: 0px 16px;
}
header div.social {
	float: right;
}
header div.social a.facebook, 
header div.social a.twitter {
	float: right;
	position: relative;
	top: 20px;
	left: 0px;
	margin-left: 10px;
}
header div.social div.fb-like.fb_iframe_widget {
	position: relative;
	float: right;
	top: 102px;
	margin-right: -29px;
}
div.side-nav {
	margin-right: 14px;
}
#navigation ul.rss {
	margin: 0;
	padding: 0;
}
#navigation ul.rss li a {
	padding: 0;
	margin: 0;
}
#navigation ul.rss li {
	padding: 0;
	margin: 0;
}
#navigation ul.rss li a:before {
	padding: 8px 4px 0px 0px;
	margin: 0;
	line-height: 18px;
}
#navigation ul#main-nav li.page_item.current_page_item a:hover, 
#navigation ul#main-nav li.page_item.page_item a:hover {
	background-image: url(images/nav_gradient.gif);
	background-repeat: repeat;
	background-color: transparent;
	opacity: .8;
}
body.home article {
	padding: 10px;
}
}

@media only screen and (min-width: 830px) {
header div.social a.facebook, 
header div.social a.twitter {
	width: 35px;
	height: 75px;
	float: right;
	position: relative;
	top: 102px;
	margin-left: 16px;
}
header div.social a.facebook {
	background-image: url(/wp-content/uploads/2015/01/facebook.png);
}
header div.social a.twitter {
	background-image: url(/wp-content/uploads/2015/01/twitter.png);
}	
}

@media only screen and (min-width: 980px) {
body.two-col-left-1100 #main-sidebar-container #main {
width: 69%;
}
.two-col-left #main-sidebar-container #sidebar, .two-col-right #main-sidebar-container #sidebar {
width: 29%;
}
}

@media only screen and (max-width: 830px) {
header div.social a.facebook:before {
	font-family: "FontAwesome";
	content: " \f09a";
}
header div.social a.twitter:before {
	font-family: "FontAwesome";
	content: " \f099";
}	
}

@media only screen and (max-width: 768px) {
/* Styles placed here will only apply to screens less than 768 pixels wide */
div#logo {
	padding: 0px 10px;
}
.nav-toggle {
	background-image: url(images/nav_gradient.gif);
	background-repeat: repeat;
	background-color: transparent;	
	margin: 0px;
}
nav#navigation.col-full {
	background-color: #10296d;
	background-image: none;
}
nav#navigation.col-full ul#main-nav li.page_item a {
	background-image: none;
}
nav#navigation.col-full ul#main-nav li.page_item.current_page_item a {
	color: #dd2424;
}
nav#navigation.col-full ul#main-nav li.page_item a {
	color: white;
}
#navigation .nav-home, #navigation .nav-close, #navigation ul.rss li a, #navigation ul.cart a.cart-contents, #navigation ul.nav-search a.search-contents {
	background-color: #d22421;
}
header div.social {
	display: none;
}
.boxed-layout #inner-wrapper {
	padding-left: 0px;
	padding-right: 0px;
}
body.home article.post.sticky {
	padding: 0px 2px 0px 4px;
}
}

