@import url("http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700");
/******************************************************************

Stylesheet: Main Stylesheet

******************************************************************/
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../../fonts/BebasNeue-webfont.eot');
    src: url('../../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/BebasNeue-webfont.woff') format('woff'),
         url('../../fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.BebasNeue {
font-weight: normal !important;
font-family: "BebasNeueRegular" !important;
}
/*********************
GENERAL STYLES
*********************/
.row.remove-bg {
    background-color: transparent;
}

.off-canvas-wrap {
    overflow: visible;
}

body, h1, h2, h3, h4, p, .top-bar-section ul li>a, h5, h6 {
    font-family: 'Georgia' !important;
}

body{
height: 100% !important;
}

.sans-serif-font {
	 font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.contain-to-grid .top-bar, .row {
    max-width: 71.5rem;
}
.row {
	background-color:#fff;
}

.stripe-line {
  background: url(../../images/stripe.png);
  height: 12px;
  overflow: hidden;
  margin: .3rem 0 .2rem 0;
}

.row .row {
    margin: 0;
}

/*********************
LINK STYLES
*********************/
a{
    color: #444;
	
}

a:hover{
	color: #D52527;
}
a:link, a:visited:link {
  /*
		This highlights links on iPhones/iPads.
		Similar to the :hover selector for mobile devices.
		*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none; }

/*********************
HEADER STYLES
*********************/
.header ul.off-canvas-list li {
  list-style: none; }
header.header {
    margin-bottom: 1rem;
}

.top-wwn-ad-unit {
  width: 728px;
  margin: 5px auto 5px auto;
  max-height: 90px;
}

.header-info {
	font-size: .9em;
    padding-top: .8em;
    line-height: 2.5em;
    font-weight: bold;
    color: #333;
}

.site-logo {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
    max-height: 90px;
    height: 90px;
    width: auto;
    max-width: 100%;
}

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

/*desktop social icons*/
.socialicons-desktop-wrapper {
    font-size: 1.5em;
    width: 100%;
    height: 2.5rem;
    margin-bottom: .4rem;
}
.socialicons-desktop-wrapper  a {
	color: #fff;
}
.socialicon{
    background-color: #D52527;
    width: 38px;
    height: 38px;
    margin: 5px;
    float: left;
    text-align: center;
    border-radius: 50%;
    line-height: 150%;
}
.socialseperator{
	color: #777;
    width: 10px;
    height: 38px;
    margin: 5px;
    float: left;
    text-align: center;
    border-radius: 50%;
    line-height: 150%;
}

.socialcontact{
    background-color: #777;
    width: 38px;
    height: 38px;
    margin: 5px;
    float: left;
    text-align: center;
    border-radius: 50%;
    line-height: 150%;
}

.socialimg{
    width: 38px;
    height: 38px;
    margin: 5px;
    float: left;
}

/*search box desktop */
.search-desktop {
	width: 100%;
}

.search-desktop  .search-desktop-box{
	width: 80%;
	float: left;
	margin-left: .1rem;
	height:2em;
	margin-top: .05rem;
	color: #ccc;
}

.search-desktop .search-desktop-button{
	width: 20%;
	float: left;

}

.search-block .search-button {
    background: #D52527 url(../../images/wwn-search-icon.png) no-repeat center !important;
    cursor: pointer;
    float: right;
    height: 1.9rem;
    width: 1.9rem;
    text-indent: -999999px;
    display: block;
    border: 0 none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none !important;
	margin-right: .5rem;
}

form#searchform {
    background-color: #D52527 !important;
    height: 2rem;
}

/*********************
TICKERTAPE STYLES
*********************/
.ticker{
  background-color: #D52527;
	height: 2.1rem;
	overflow: hidden;
	margin: 0 -.9375rem !important;
}
.tickertape h4 {
  background-color: #D52527;
  font-size: 1em;
  text-align: center;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: .4rem;
  margin-bottom: .4rem;
}

/* liScroll styles */

.tickeroverlay-left{
	display:block;
	pointer-events:none;
	position:absolute;
	z-index:30;
	height:12px;
	width:150px;
	top:0;
	left:-2px;
}
	
.tickeroverlay-right{
	display:block;
	pointer-events:none;
	position:absolute;
	z-index:30;
	height:12px;
	width:150px;
	top:0;
	right:-2px;
}
.tickercontainer { /* the outer div */
	background: #eef;
    width: 100%;
    height: 26px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-top: .25rem;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
padding-left: 10px;
padding-right: 10px;
top: .3rem;
height: 18px;
/*width: 718px;*/
overflow: hidden;
}
.newsticker a{
color: #444;
}
.newsticker a:hover{
color: #D52527;
}
ul.newsticker { /* that's your list */
/*Transitions have been added in order set css3 transitions; and have linear easing. Changing these lines you might have unexpected results */
-webkit-transition: all 0s linear;
-moz-transition: all 0s linear;
-o-transition: all 0s linear;
transition: all 0s linear;
position: relative;
margin-left: 20px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding-right: 15px;
/*background: #fff;*/
}
ul.newsticker a {
white-space: nowrap;
padding: 0;

font: bold 1.2em Verdana;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 

/*********************
NAVIGATION STYLES
*********************/
.top-bar .extended-menu{
    float: right;
}

.top-bar li.name {
    float: left;
    text-transform: uppercase;
}

.top-bar li.name  h1{
 font-size: 1em;
}
/* End Of Extended Menu */

.top-bar .title-area {
  z-index: 1; }

.off-canvas-list ul {
  margin-left: 0; }
  .off-canvas-list ul li a {
    border-bottom: 0px; }
  .off-canvas-list ul .dropdown {
    margin-left: 20px; }

.top-bar-section li.active:not(.has-form) a:not(.button), .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #D52527;
    padding-bottom: .3rem;
    margin-top: .3rem;
}

.contain-to-grid {
  width: 100%;
   background: transparent; 
}	

/* Mobile Menu */
a.menu-icon span {
    box-shadow: 0 10px 0 1px #1a1a1a, 0 16px 0 1px #1a1a1a, 0 22px 0 1px #1a1a1a;
    display: block;
    height: 0;
    left: 0.72222rem;
    position: absolute;
    top: 0.27778rem;
    width: 0.88889rem;
}
.left-small {
	border-right: none;
  background-color: white;

}

.tab-bar-section.middle {
  background-color: white;
}

.right-small {
    background-color: #fff;
    border: #fff;
}
/*********************
  SUPERBOX STYLES
*********************/
#RTETopAd {
    margin-bottom: 0px; 
    margin-left: auto;
    margin-right: auto;
	line-height: 0;
}	
	
/*********************
POSTS & CONTENT STYLES Updates
*********************/
.featured-image-wrap img {
    margin: 0 auto;
    display: block;
}
.featured-image-wrap {
    width: 100%;
    display: block;
    margin-bottom: 1rem;
}

span.featured-image-wrap img.attachment-full.size-full.lazy.wp-post-image {
    width: 100%;
}

div#content {
    margin-top: 2rem;
}

.page-head {
  padding: .2rem 0;
  overflow: hidden;
}

.page-title {
float: left;
margin-right: .8rem;
font-size: 1.6em;
color: #888;
}
.page-head .stripe-line {
  margin-top: .9rem;
}

.index-card {
  border-bottom: 1px solid #eee;
  padding-bottom: .5rem;
  margin-bottom: .5rem;
}

.index-card img {
  float: left;
  margin-right: .5rem;
  padding: 2px;
  border: 1px solid #aaa;
  background-color: antiquewhite;
}

.two-featured-articles h2, .featured-post-header h2, .index-card h2 {
    font-size: 1.5em;
	margin: 0;
}

a.moretag {
  color: #D52527;
}

a.moretag:hover {
	color: #ccc;
}

.index-card p {
    margin-bottom: .5rem;
}

.post .byline {
    text-align: left !important;
}

.byline.byline-right {
    text-align: right !important;
}

/* Featured Post */

.featured-post-category{
  position: absolute;
  color: white !important;
  font-size: 1.2em !important;
  font-weight: bold;
  top: 0;
  padding: .2em !important; 
  background-color: #D52527;
}

.wwn-feature-post2 {
    position: relative;
}
/*
.wwn-feature-post2 img{
    max-height: 280px;
	overflow: hidden;
}
*/
/*********************
WOO STYLES Updates
*********************/
.woocommerce #sidebar{display:none}h1.product_title.entry-title {    text-align: center;    font-size: 2.025em;    margin-bottom: .5em;}p.price {    text-align: right;    color: #D52527 !important;	margin-bottom: 1em;}.woocommerce div.product form.cart, .woocommerce div.product p.cart {    margin-top: 2em;}.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {    background-color: #D52527 !important;}.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {    background-color: #ef3637 !important;}.woocommerce div.product form.cart div.quantity {    float: right !important;}.woocommerce div.product form.cart .button {    float: right !important;}.woocommerce .woocommerce-message {    border-top-color: #D52527 !important;}.woocommerce span.onsale {    background-color: #D52527 !important;}.woocommerce .woocommerce-message:before {    color: #D52527 !important;}#tab-description h3 {    font-weight: bold;    font-size: 1.5em;    margin-bottom: .25em;}#tab-description h4{    font-weight: bold;    font-size: 1.25em;    margin-bottom: .2em;}#tab-description p, #tab-description ul {    margin-bottom: .5em;}#tab-description li {    list-style-type: circle !important;    margin-left: 2em;}.product-type-simple a {    color: #D52527;    font-weight: bold;}.product-type-simple p {    font-size: 1.1em !important;    line-height: 1.2em;    margin-bottom: .5em;}/*SKIN CSS*/

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    font-size: .8rem;
    background-color: white;
    padding: .2em;
}

.woocommerce ul.products li.product .price {
    color: #D52527;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left !important;
    width: 48% !important;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right !important;
    width: 48% !important;
}


@media only screen and (min-width: 40.063em) {
	.wwn-feature-post, .wwn-feature-post2 {
		  width: 100%;
		  height: 320px;
		  background-position: center center;
		  background-repeat: no-repeat;
		  overflow: hidden;
	}

	.wwn-feature-post a img, .wwn-feature-post2 a img {
		  min-height: 100%;
		  min-width: 100%;
	}
	.wwn-feature-post a h2{
	  z-index: 100;
	  position: absolute;
	  color: white !important;
	  font-size: 1.2em !important;
	  font-weight: bold;
	  bottom: 10px;
	  background-color: rgba(0, 0, 0, 0.5);
	  padding: .2em !important;
	  width: 100%;
	  text-align: center;
	  border-bottom: none !important;
	}
	.wwn-feature-post2:hover .featured-post-header{
	  background-color: rgba(0, 0, 0, 0.8);
	}
	.wwn-feature-post2 a h2 {
	  color: white !important;
	  font-size: 1.2em !important;
	}

	.cat-full-width .wwn-feature-post2 a h2 {
	  font-size: 1em !important;
	}
	.featured-post-header {
	  position: absolute;
	  color: white !important;
	  font-size: 1.2em !important;
	  font-weight: bold;
	  bottom: 10px;
	  background-color: rgba(0, 0, 0, 0.6);
	  padding: .2em !important;
	  width: 100%;
	  text-align: center;
	  border-bottom: none !important;
	  left:0;
	}


	.featured-post-header p {
	  text-align: left;
	  margin: 0;
	}
} /* End of Media Query */
.two-featured-articles p, .desktop-four-columns p {
    font-size: .9em;
    line-height: 1.2em;
}


.two-featured-articles header, .desktop-four-columns header {
    margin-bottom: .8rem;
}

.two-featured-articles h2 {
    font-size: 1.2em;
    font-weight: bold;
}
.desktop-third img {
 float: left;
 padding-right: 3px;
}

.desktop-third {
    min-height: 110px;
    font-size: .8em;
    overflow: hidden;
    max-height: 110px;
    line-height: 1.2em;
    border-bottom: thin solid #eee;
    margin-left: 1%;
    width: 48%;
    margin-right: 1%;
    margin-bottom: .2rem;
    margin-top: .2rem;
}
.desktop-third header {
  margin-bottom: .1em;
}
.desktop-third  p{
    font-size: 1em;
    line-height: 1.2em;
    padding-top: .2rem;
}

.two-featured-articles p, .desktop-four-columns p {
    font-size: .9em;
    line-height: 1.2em;
}


.two-featured-articles header, .desktop-four-columns header {
    margin-bottom: .8rem;
}

.desktop-four-columns h2 {
    font-size: 1em;
}

.desktop-four-columns .featured-post-category {
font-size: .9em !important;
}


.cat-full-width {
    border-top: solid 2px #D52527;
}

.cat-full-width h2 {
    color: #D52527;
    border-bottom: solid thin #eee;
	font-size: 1.2em;
}

.cat-full-width ul {
    list-style-type: none;
	line-height: 1.1rem;
}

.cat-full-width li {
    font-weight: bold;
    border-bottom: solid thin #eee;
    font-size: .9em;
    padding: .6em 0 .6em 0;
}

#homepage-cat-container {
	padding: 0 .5rem 0 .5rem;
}

/*********************
POSTS & CONTENT STYLES
*********************/

/*Posts Recent Posts by Category */

.wwn-post-recent-post h3{
font-family: "BebasNeueRegular" !important;
color: #aaa;
margin: 0;
text-indent: 1rem;
font-size: 1.5em;
}
.wwn-post-recent-post ul{
list-style-type: none;
padding-top: .2rem;
border-top: solid thin #D52527;
border-bottom: solid thin #D52527;
font-family: "Open Sans","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
}
.wwn-post-recent-post li{
	text-align: center;
font-weight: bold;
line-height: 1.1em;
font-size: 0.9em;
padding-bottom: .2rem;
}

.wwn-post-recent-post .spanTitle {
    height: 63px;
    overflow: hidden;
    display: block;
}
/*Posts Recent Posts by Category */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}


#content #inner-content {
    padding: 1rem 1rem 1rem 1rem;
    margin: .5rem auto .5rem auto;
	background-color: #fff;
}
div#main {
    padding: .5rem 1rem .5rem 1rem;
	box-shadow: 0px 0px 2px #FFF inset, 0px 0px 5px #CACACA;
}
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
    color: #bbb;
    font-family: "Arial" !important;
    text-align: right;
    font-size: .7em;
    margin: 0;
}

.byline a{
	color: #bbb;
}
.byline a:hover {
  color: #D52527;
}

h1.entry-title.single-title {
    font-size: 2.4em;
}

.entry-content img {
  max-width: 100%;
  height: auto; }
.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }
.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }
.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }
.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
  transition: background-color 300ms ease-out; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #007095; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    color: #FFFFFF; }

/*********************
PAGINATION STYLES
*********************/
	
ul.pagination li.current a, ul.pagination li.current button {
    background: #D52527 none repeat scroll 0% 0%;
}	

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }
.commentlist li[class*=depth-] {
  margin-top: 1.1em; }
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }
.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0;
  background: #e7e7e7; }
.commentlist li.depth-3 {
  background: #dadada; }
.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }
.commentlist .comment-reply-link {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
  font-size: 0.8125rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
  float: right; }
  .commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
    background-color: #007095; }
  .commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
    color: #FFFFFF; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label, .respond-form form li small {
        display: none; }
    .respond-form form input[type=text], .respond-form form input[type=email], .respond-form form input[type=url], .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus, .respond-form form input[type=email]:focus, .respond-form form input[type=url]:focus, .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid, .respond-form form input[type=email]:invalid, .respond-form form input[type=url]:invalid, .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text], .respond-form form input[type=email], .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
#sidebar {
  margin-top: 0;
}

#sidebar .panel{
  border: none;
  background-color: #fff;
  padding: 0 .8rem;
  margin-bottom: .2rem;
}
#sidebar .panel a, .footer-widget .panel a {
  color: #999;
  font-size: 0.9375rem;
}
#sidebar .panel a:hover, #sidebar .panel a:focus, .footer-widget .panel a:hover, .footer-widget .panel a:focus {
  color: #444444;
}
#sidebar ul, .footer-widget ul {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
}
#sidebar .widget h4, .footer-widget .widget h4 {
  text-transform: uppercase;
  font-size: 1rem;
/*  padding-bottom: 1rem; */
/*  border-bottom: 1px solid #ddd; */
  color: #888;
  font-weight: 600;
}
.widget-inner-wrapper {
  box-shadow: 0px 0px 2px #FFF inset, 0px 0px 5px #CACACA;
  padding: .5em;
  border-bottom: solid .2rem #D52527;
}

.widget-top {
  padding: 5px 0;
  font-family: 'BebasNeueRegular';
}

.widget-top h4 {
  float: left;
  margin-right: 10px;
  font-size: 20px;
}

/* Widget Recent Posts CSS */
li.widget-img-container {
  position: relative;
  height: 100px;
margin-bottom: 0.05rem;
margin-top: 0.05rem;
}

img.attachment-wwn-recent-posts-thumb.wp-post-image {
  position: absolute;
  top: 0px;
}


.widget-img-container a h4
{
    z-index:1;
    position:absolute;    
    color:white !important;
    font-size: .8em !important;
    font-weight:bold;
    bottom: 10px;
	background-color: rgba(0, 0, 0, 0.4);
	padding: .2em !important;
  width: 100%;
  text-align: center;
   border-bottom: none !important;
}
.widget-img-container a h4:hover
{
	background-color: rgba(0, 0, 0, 0.7);
}


/*
.widget ul {
  margin: 0; }
  .widget ul li {
    list-style: none; }
@media only screen and (min-width:40.0625em) {
  .widget {
    padding: 0 10px;
    margin: 2.2em 0; } }
*/
#sidebar-offcanvas .widgettitle {
  color: #fff; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 1em; }

.inner-footer ul {
list-style: none !important;
}
/*********************
FOUNDATION STYLES
*********************/
.clearing-assembled.clearing-blackout a:hover {
  background: none; }
  
  /*********************
IMAGE GALLERY STYLES
*********************/
[class*="gallery-columns-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  [class*="gallery-columns-"]:before, [class*="gallery-columns-"]:after {
    content: " ";
    display: table; }
  [class*="gallery-columns-"]:after {
    clear: both; }
  [class*="gallery-columns-"] > .gallery-item {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }

.gallery-columns-1 > .gallery-item {
  width: 100%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-1 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-1 > .gallery-item:nth-of-type(1n+1) {
    clear: both; }

.gallery-columns-2 > .gallery-item {
  width: 50%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-2 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-2 > .gallery-item:nth-of-type(2n+1) {
    clear: both; }

.gallery-columns-3 > .gallery-item {
  width: 33.33333%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-3 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-3 > .gallery-item:nth-of-type(3n+1) {
    clear: both; }

.gallery-columns-4 > .gallery-item {
  width: 25%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-4 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-4 > .gallery-item:nth-of-type(4n+1) {
    clear: both; }

.gallery-columns-5 > .gallery-item {
  width: 20%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-5 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-5 > .gallery-item:nth-of-type(5n+1) {
    clear: both; }

.gallery-columns-6 > .gallery-item {
  width: 16.66667%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-6 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-6 > .gallery-item:nth-of-type(6n+1) {
    clear: both; }

.gallery-columns-7 > .gallery-item {
  width: 14.28571%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-7 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-7 > .gallery-item:nth-of-type(7n+1) {
    clear: both; }

.gallery-columns-8 > .gallery-item {
  width: 12.5%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-8 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-8 > .gallery-item:nth-of-type(8n+1) {
    clear: both; }

.gallery-columns-9 > .gallery-item {
  width: 11.11111%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-9 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-9 > .gallery-item:nth-of-type(9n+1) {
    clear: both; }

.gallery-columns-10 > .gallery-item {
  width: 10%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-10 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-10 > .gallery-item:nth-of-type(10n+1) {
    clear: both; }

.gallery-columns-11 > .gallery-item {
  width: 9.09091%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-11 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-11 > .gallery-item:nth-of-type(11n+1) {
    clear: both; }

.gallery-columns-12 > .gallery-item {
  width: 8.33333%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-12 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-12 > .gallery-item:nth-of-type(12n+1) {
    clear: both; }


/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/*********************
PRINT STYLES
*********************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  .sidebar, .page-navigation, .wp-prev-next, .respond-form, nav {
    display: none; } }

/*********************
MOBILE DISPLAY
*********************/
	
@media only screen and (max-width: 40.063em) {

	/*********************
	CONTENT STYLES
	*********************/
	div#main {
		padding: 0 .2em 0 .2em;
	}
	#content #inner-content {
		padding: .8rem .2rem .8rem .2rem;
	}
	.mobile-homepage h2 {
		font-size: .9em;
		font-weight: normal;
		margin-bottom: 0;
	}
	.mobile-homepage header {
		margin-bottom: .2rem;
	}
	.category-mobile-display{
		  font-size: .6em;
		  color: #D52527;
	}	
	/*********************
	POST STYLES
	*********************/
	h1.entry-title.single-title {
		font-size: 1.5em !important;
	}	
}

/*********************
TABLET DISPLAY
*********************/

@media only screen and (max-width: 64.063em) {
	/*********************
	HEADER STYLES
	*********************/

	.top-wwn-ad-unit {
		display: block !important;
		bottom: 0;
		position: fixed;
		width: 728px;
		z-index: 1000;
		right: 0;
		left: 0;
		margin-right: auto;
		margin-left: auto;	
		margin-bottom: 0 !important;
	}
	
	
	
	.site-logo {
	  text-align: center;
	  padding-top: 0;
	  padding-bottom: 0;
	  height: 40px;
	}	
	.site-logo img { 
		max-width: 100%;
		max-height: 100%;	
	}
	
	/*********************
	SUPERBOX STYLES
	*********************/

	#WWN-adcode, #div-gpt-ad-1425324407009-0{

		display: block !important;

		width:300px;

		height:250px;

		margin:5px auto 5px auto;

	}	
	/*********************
	CONTENT STYLES
	*********************/
	div#main {
		padding: 0 .2em 0 .2em;
	}
	.mobile-homepage h1 {
		text-align: center;
		color: #D52527;
		font-size: 1.5em;
		border-bottom: solid thin #eee;
		border-top: solid;
	}
	.mobile-homepage h2 {
		font-size: 1.2em;
		font-weight: bold;
	}
	#show-hidden-items{
	  color: white !important;
	  font-size: 1.2em !important;
	  font-weight: bold;
	  top: 0;
	  padding: .5rem 0 .5rem 0 !important; 
	  background-color: #D52527;
	  text-align: center;
	  margin-bottom:.5rem;
	  margin-top: .5rem;
	  font-family: "BebasNeueRegular" !important;
	}

	.mobile-hide article:nth-child(n+5) {
		display:none;
	}
	.hp-mobile-ad-unit{
		margin: .5rem auto .5rem auto;
		width: 300px;
		height: 250px;
		background-color: aliceblue;
	}
	/*********************
	POST STYLES
	*********************/
	h1.entry-title.single-title {
		font-size: 1.9em;
	}	
}