/*
Theme Name: Canon & Culture
Theme URI: https://solidgiant.com
Description: A simple responsive theme based on the Bootstrap framework for Canon & Culture
Version: 1.1
Author: Josh Starr
Author URI: https://solidgiant.com
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/
h5.entry-title a {
  font-size: 24px;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.page-template .landingpost, .category .landingpost {
  min-height: 560px;
}



.bluenumberbg h2 {
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
}

.toppostwhitebg {
  background-color: #f0f0f0;
  min-height: 90px;
}

.toppostwhitebg h4{
  background-color: #f0f0f0;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: "Archer SSm A", "Archer SSm B";
font-style: italic;
font-weight: 400;
font-size: 24px;
}

.toppost {
  margin-bottom: 1em;
}

a.bluefeatured {
    color: #fff;
    text-align: center;
    background-color: #084f96;
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-top: .5em;
    padding-bottom: .5em;
    margin-top: 2em;
}

a.bluefeatured:hover {
  color: #084f96;
    text-align: center;
    background-color: #fff;
}

.entry-content p:first-child:first-letter {
    float: left;
    font-size: 6em;
    color: #333333;
    margin-right: 0.10em;
    line-height: 90%;
    font-family: "Archer SSm A", "Archer SSm B";
font-style: normal;
font-weight: 800;
}

@media (max-width: 959px) {
li.essb_message_before p:first-child:first-letter, li.essb_message_before p {
display:none;
}
}

@media (min-width: 960px) {
.essb_links.essb_template_dimmed-retina {
    margin: 3px;
}
.bluenumberbg {
    color: #fff;
    text-align: center;
    background-color: #084f96;
    min-height: 90px;
    margin-bottom: 10px;
}
.upperpadding {
  margin-top: 60px;
}
}




.sidebar-inner {
  margin-top: 35px;
}

.authormetadescription {
  font-size: 16px;
  line-height: 1.75;
}

.featuredmeta {
  color: #fff;
}

.featuredmeta i, .gray_vertical_divider i {
  font-weight: lighter;
font-size: 13px;
}

img.attachment-russellthumb {
  width: 100%;
}

.indexpostbig {
  margin-bottom: 2em;
}

.indexpostsmall {
  margin-bottom: 1em;
}

.indexpostsmall1 {
  margin-top: .5em;
}

.indexpostsmall2 {
  margin-top: .4em;
  margin-bottom: 1em;
}

h4.sectiontitle {
  text-align: center;
  color: #084f96;
  font-family: 'Gotham SSm A', 'Gotham SSm B'; font-weight: 800; 
  font-size: 24px;
  text-transform: uppercase;
}

#menu-top {
  margin-top: 30px;
}

a.shiftnav-target {
  font-family: "Archer SSm A", "Archer SSm B";
font-style: normal;
font-weight: 800;
font-size: 20px;
color: #fff;
padding-left: 20px;
padding-top: 10px;
float: left;
width: 100%;
}

a.shiftnav-target:hover {
color: #ccc;
text-decoration: none;
}

.shiftnav.shiftnav-skin-standard-dark, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu {
    background: #2a2a2a;
    color: #fff;
}

h2.featuredimagetitle {
  margin-top: 2em;
  color: #fff;
}

a h2.featuredimagetitle {
  color: #fff;
}

a h2.featuredimagetitle:hover {
  color: #ccc;
  text-decoration: none;
}

.fullwidthfeaturedimage{
  width: 100%;
  min-height: 350px;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 2em;
}

.home .fullwidthfeaturedimage{
  width: 100%;
  min-height: 550px;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 2em;
}

.home h2.featuredimagetitle {
  margin-top: 4em;
}

.canonheader {
  background-color: #231f20;
  color: #fff;
}


.no-thumbnail {
    min-height: 127px;
    background: url(assets/img/nothumbnail.jpg) center no-repeat;
    line-height: 127px;
    text-align: center;
    color: #999;
    font-weight: bold;
    background-color: #394962;
}

img.attachment-post-thumbnail.wp-post-image, img.attachment-russelllarge {
  margin-bottom: 30px;
  margin-top:10px;
}

.home .hentry {
  border-bottom: 1px solid #eee;
}

input[type="submit"] {
    color: #fff;
    background-color: #084f96;
    border-color: #084f96;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 20px;
    font-size: 16px;
    line-height: 1.625;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.craftedby a {
  color: #536076; 
  font-weight: normal;
}

.alignleft {
    margin-right: 10px;
}

.entry-title a:hover {
  text-decoration: none;
}

.wp-pagenavi {
  margin-top: 20px;
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: none;
    margin: none; 
    padding: 15px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    background-color: #084f96;
    color: #fff;
    text-decoration: none;
}

/* ----- Search Form ----- */
.searchform label{
    font-size:0.75em;
    font-weight:bold;
    color:#fff;
    text-indent:-9999em;
    display:block;
    float:right;
}
.searchform input[type="text"]{
    text-indent:1px;
    padding:0 0 0 0;
    width:34px;
    height:24px;
    background:url(assets/img/icon_search.svg)2px 2px no-repeat;
    color:#fff;
    line-height:20px;
    font-weight:bold;
    -webkit-transition:width 0.5s ease-in-out;
    -moz-transition:width 0.5s ease-in-out;
    cursor:pointer;
    border: none;
}
.searchform input[type="text"]:focus{
    width:100%;
    outline:none;
    cursor:text;
    background: none;
}

.searchform {
	font-family: "Archer SSm A", "Archer SSm B";
font-style: normal;
font-weight: 800;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #084f96;
}

@media (max-width: 600px) {
h4.sectiontitle {
  margin-top:-10px;
}
.bluenumberbg h2 {
    color: #fff;
    margin-bottom: 15px;
}
.page-template .landingpost, .category .landingpost {
  min-height: 300px;
}
.searchform {
  float: right;
}
.featuredpostsheader {
    margin-top: 140px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}
h2.featuredimagetitle {
  font-size: 24px;
  margin-top: 2em;
}
.fullwidthfeaturedimage {
  min-height: 300px;
}
a.bluefeatured {
    color: #fff;
    text-align: center;
    background-color: #084f96;
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-top: .5em;
    padding-bottom: .5em;
    margin-top: 2em;
}
}

@media (max-width: 991px) {
.mobilespacer {
  margin-bottom: 4em;
}
}

.entry-thumbnail {
    margin-top: 12px;
}

.mainmenu .contenttypediv {
	padding-top: 10px;
	padding-bottom: 10px;
}

a.contenttypebox, a.contenttypebox:hover{
  color: #fff;
}

.mainmenu, .mainmenu .contenttypediv {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.mainmenu .contenttypediv:hover  { 
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background-color: #2b3a52;
}

.icon_search {
	width: 24px;
	height: 24px;
	margin-top: 12px;
}

.icon_content {
	width: 36px;
	height: 24px;
}

.copyright {
	margin-top: 100px;
}

.gray_vertical_divider {
	color: #d2d2d2;
	margin-bottom: 1em;
}

.gray_vertical_divider a:hover {
	text-decoration: none;
}

.icon_content_gray {
	width: 36px;
	height: 36px;
  margin-left: -6px;
}

h4.featuredtitle a {
	color: #2a2a2a;
	font-family: "Archer SSm A", "Archer SSm B";
font-style: normal;
font-weight: 800;
	font-size: 24px;
}

h4.featuredtitle a:hover {
	color: #084f96;
	text-decoration: none;
}

.hentry {
    margin-bottom: 40px;
    padding-bottom: 60px;
    clear: right;
}

.featuredpostsingle {
	margin-bottom: 2em;
}

.footerdivider {
	margin-top: 3em;
	margin-bottom: 3em;
}


.fullwidthfeaturedimage img {
	margin-bottom: 2em;
}

li.active {
	font-weight: bold;
}

a:hover {
	color: #084f96;
}

a.contenttypebox:hover {
	background-color: #fff;
}

body {
	font-family: 'Gotham SSm A', 'Gotham SSm B'; font-weight: 400; 
	font-style: normal;
	font-size:16px;
	line-height:1.75;
	color:#2a2a2a;
	background-color:#fff;
}

.fullwidthsubnav {
	background-color: #394962;
	color: #ffffff;
	margin-bottom: 30px;
}

.site-title.display-title a{
	font-family: "Archer SSm A", "Archer SSm B";
font-style: normal;
font-weight: 800;
	color:#000;
	display:block
}

.site-title.display-title a span{
	font-family: "Archer SSm A", "Archer SSm B";
font-style: normal;
font-weight: 800;
	color:#000;
}

.site-title.display-title a:hover{
	font-family: "Archer SSm A", "Archer SSm B";
font-style: normal;
font-weight: 800;
	color:#000;
	display:block;
	text-decoration: none;
}
@media (max-width: 767px) {
footer .widget {
    margin-bottom: 3em;
}
}

@media (min-width: 992px) {
.headerpadding {
  margin-top: 30px;
  margin-bottom: 30px;
}

.headerpadding2 {
  margin-top: 60px;
  margin-bottom: 30px;
  text-align: right;
}
.site-title.display-title a, .site-title.display-title a span{
	font-size:40px;
}
.navbar-nav>li>a {
    padding-left: 0;
    padding-right: 0;
    margin-right: 10px;
    margin-left: 10px;
}
}

@media (max-width: 991px) {
.headerpadding {
  margin-top: 20px;
  margin-bottom: 20px;
}
.headerpadding2 {
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: right;
  padding-right: 20px;
}
.site-title.display-title a, .site-title.display-title a span{
	font-size:40px;
}
.navbar-nav>li>a {
    padding-left: 15px;
    padding-right: 0;
    margin-right: 10px;
    margin-left: 10px;
}
}

@media (min-width: 1200px) {
.site-title.display-title a, .site-title.display-title a span{
	font-size:55px;
}
.navbar-nav>li>a {
    padding-left: 0;
    padding-right: 0;
    margin-right: 25px;
    margin-left: 30px;
}
}

.footer h3.widget-title {
	color: #fff;
	font-size: 200%;
}

.footer a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.footer a:hover {
  color: #084f96;
  font-weight: bold;
  text-decoration: none;
}

@media (min-width: 601px) {
.featuredpostsheader {
  margin-top: 80px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  padding-top: 40px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}
}


.float-right {
	float: right;
	padding-left: 10px;
}

@media (max-width: 600px) {
.float-right {
	float: none;
	width: 100%;
	padding-left: 0px;
}
}


.footer {
  color: #fff;
  background-color: #231f20;
  margin-top: 100px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Archer SSm A", "Archer SSm B";
font-style: normal;
font-weight: 800;
    line-height: 1.25;
    color: #000;
}

a.read-more {
  color: #272727;
  text-decoration: none;
  font-weight: bold;
}

a.read-more:hover {
  color: #084f96;
  text-decoration: none;
}

a {
    color: #084f96;
    text-decoration: none
}
a:hover,
a:focus {
    color: #084f96;
    text-decoration: none;
}

.nav-previous a:hover, .nav-next a:hover {
	text-decoration: none;
}








.col-xs-offset-right-12 {
  margin-right: 100%;
}
.col-xs-offset-right-11 {
  margin-right: 91.66666667%;
}
.col-xs-offset-right-10 {
  margin-right: 83.33333333%;
}
.col-xs-offset-right-9 {
  margin-right: 75%;
}
.col-xs-offset-right-8 {
  margin-right: 66.66666667%;
}
.col-xs-offset-right-7 {
  margin-right: 58.33333333%;
}
.col-xs-offset-right-6 {
  margin-right: 50%;
}
.col-xs-offset-right-5 {
  margin-right: 41.66666667%;
}
.col-xs-offset-right-4 {
  margin-right: 33.33333333%;
}
.col-xs-offset-right-3 {
  margin-right: 25%;
}
.col-xs-offset-right-2 {
  margin-right: 16.66666667%;
}
.col-xs-offset-right-1 {
  margin-right: 8.33333333%;
}
.col-xs-offset-right-0 {
  margin-right: 0;
}
@media (min-width: 768px) {
  .col-sm-offset-right-12 {
    margin-right: 100%;
  }
  .col-sm-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-sm-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-sm-offset-right-9 {
    margin-right: 75%;
  }
  .col-sm-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-sm-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-sm-offset-right-6 {
    margin-right: 50%;
  }
  .col-sm-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-sm-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-sm-offset-right-3 {
    margin-right: 25%;
  }
  .col-sm-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-sm-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-sm-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .col-md-offset-right-12 {
    margin-right: 100%;
  }
  .col-md-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-md-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-md-offset-right-9 {
    margin-right: 75%;
  }
  .col-md-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-md-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-md-offset-right-6 {
    margin-right: 50%;
  }
  .col-md-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-md-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-md-offset-right-3 {
    margin-right: 25%;
  }
  .col-md-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-md-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-md-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-offset-right-12 {
    margin-right: 100%;
  }
  .col-lg-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-lg-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-lg-offset-right-9 {
    margin-right: 75%;
  }
  .col-lg-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-lg-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-lg-offset-right-6 {
    margin-right: 50%;
  }
  .col-lg-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-lg-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-lg-offset-right-3 {
    margin-right: 25%;
  }
  .col-lg-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-lg-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-lg-offset-right-0 {
    margin-right: 0;
  }
}

/* Print Styles */
@media print {
body { background:white; color:black; margin:0 }
.sidebar, .navbar, .fullwidthsubnav, .footer, .related-posts, .gray_vertical_divider, .navigation {display: none;}
#sb_super_bar {display: none;}
}