/*
Theme Name: WHIZ 2015
Version: 4.7.1
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url('css/reset.css');
@import url('css/fonts.css');
@import url('css/header.css');

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

body {
	font-family: Verdana, Sans-serif !important;
	font-size: 12pt;
	background-color: #E7E7E7;
}
strong {
	font-weight: bold;
}
#page {
	min-width: 800px;
	max-width: 1200px;
	margin: 0 auto;
	background-color: #FFFFFF;
	overflow: hidden;
}

#content {
	margin: 0 30px 0 30px;
}

#primary {
	width: 74%;
	float: left;
}

#secondary {
	width: 25%;
	float: right;
	/*padding-top: 16px;*/
	padding-left: 10px;
	margin-top: 0.5em;
	margin-right: 9px;
}

.top {
	clear: both;
	overflow: hidden;
	margin-bottom: 1em;
}

.top.local {
	background-color: #ffb61c;
}

.top.state {
	background-color: #f06021;
}

.top.national {
	background-color: #cc2127;
}

.top.world {
	background-color: #54205e;
}
.top.neighborhood {
	background-color: #54205e;
}
.top.sports {
	background-color: #1467ab;
}
.top.banner {
	text-align: center;
}

.top .slides {
	width: 93%;
        /*border-radius: 25px;*/
	overflow: hidden;
	background-color: #efefef;
	text-align: center;
	padding-top: 0;
	float: left;
}

.top .slides header {
	width: auto;
	height: auto;
}

.top article {
	width: 31.33%;
        /*border-radius: 35px;*/
	/*height: 280px;*/
	/*height: 40%;*/
	overflow: hidden;
	margin: 1%;
	float: left;
}
.top article img {
	height: 300px;
        /*border-radius: 25px;*/
}
.top article .entry-header {
	padding: 1px;
	height: 4em;
	font-family: 'Roboto', monospace !important;
	font-size: 12pt;
}

.top article .wp-post-image {
	width: 100%;
	height: auto;
}

.top .slides article > a {
        display: flex;
        height: 182px;
        overflow: hidden;
}

.top-sidebar {
	float: left;
	width: 3%;
	overflow: hidden;
	text-align: right;
}

.top-sidebar h2 {

}

.top .arrow {
	float: right;
	width: 4%;
	background: url('images/arrow5.jpg') center no-repeat #676767;
	background-size: 100% auto;
}
.top .arrow a {
	display: block;
	width: 100%;
	height: 100%;
}
#content p {
	margin: 1em 0 1em 0;
	color: #333333;
}

.top .slides a {
	text-decoration: none;
	color: #000000;
}

/* Removed per Asana instructions */
/*.top .slides a:hover {
	text-decoration: none;
	color: #000000;
}*/

.wp-video {
	margin: 0 auto;
	padding: 1em 0 1em 0;
}

h1.entry-title {
	font-family: 'BebasNeue';
	font-size: 130%;
}

#comments {
	display: none;
}

main {
	margin: 0.5em 0 1em 9px;
}

footer.site-footer {
	background: url('images/footer-back.gif') top left repeat-x;
	background-size: auto 100%;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
	font-family: 'Bebas Neue Book';
	font-size: 12pt;
}
footer.site-footer .site-info {
	padding: 0.25em;
	box-sizing: border-box;
}
footer.site-footer nav ul {
	padding: 1em 0 1em 0;
	text-align: center;
	margin: 0 1em 0 1em;
	border-bottom: 1px solid #FFCC00;
}
footer.site-footer nav ul li {
	text-decoration: none;
	text-transform: uppercase;
	display: inline;
	margin: 0 0.5em 0 0.5em;
}
footer.site-footer nav ul li a {
	text-decoration: none;
	color: #FFFFFF;
	white-space: pre;
	font-family: 'Roboto', monospace;
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	footer.site-footer nav ul li {
		display: block;
	}
}
/*section.obituaries {
	width: 35%;
	float: left;
}
section.obituary {
	width: 64%;
	margin-left: 36%;
	background-color: #EFEFEF;
}
section.obituaries h1, section.obituary h1, section.funeral-homes h1 {
	font-family: 'BebasNeue';
	font-size: 20pt;
	text-transform: uppercase;
	font-weight: normal;
}
article.type-obituaries .entry-header {
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
}
article.type-obituaries .entry-header img {
	display: block;
	float: left;
}
article.type-obituaries .entry-header h1 {
	width: auto;
	font-family: 'BebasNeue';
	font-size: 20pt;
	margin-left: 220px;
}*/

header.entry-header {
    text-align: center;
}

header.entry-header h1.entry-title {
	font-size: 300%;
}

body.archive header.entry-header h2.entry-title {
	font-size: 150%;
}

/*body.mobile .top article {
	width: 100%;
	height: auto;
}*/

body.mobile #page {
	width: 100%;
	min-width: 600px;
}

body.mobile #primary {
	width: 100%;
}

body.mobile #secondary {
	/*display: none;*/
	float: left;
	width: auto;
}

body.mobile .top .slides {
	width: 100%;
}
body.mobile footer.site-footer {
	width: 100%;
}
body.mobile {
	font-size: 16pt;
}
body.mobile .top-sidebar {
	display: none;
}
body.mobile .top article .entry-header {
	font-size: 50%;
	color: white;
}
main article.post .post-thumbnail img {
	margin-left: 25%;
        border-radius: 25px;
	width: 50%;
	height: auto;
}

.obit-ad-container {
    margin: 1% 3% 5% 1%;
}

/*.obituaries .slides {
	overflow: hidden;
	width: 100%;
	margin-bottom: 0.5em;
	border: 1px solid #EFEFEF;
}
.obituaries .slides div img {
	float: left;
	width: 50%;
	height: auto;
}
.obituaries .slides h2 {
	margin-left: 51%;
	word-wrap: normal;
}
.obituaries .slides h2 strong {
	font-weight: bold;
}
.obituaries .slides h2 a {
	text-decoration: none;
	color: black;
}*/
#daily-whiz {
	background-color: #666666;
	padding-bottom: 1em;
	margin-bottom: 2em;
	text-align: center;
}
#daily-whiz img {
	width: 100%;
}
#daily-whiz input[type="text"] {
	display: block;
	width: 90%;
	margin-left: 5%;
	margin-bottom: 0.5em;
}
#daily-whiz input[type="submit"] {
	background-color: #ffb71d;
	border: none;
	text-transform: uppercase;
	display: block;
	margin: 0 auto;
	font-weight: bold;
	padding: 0.25em 1em 0.25em 1em;
	-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
}
#accordion{
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#accordion h2{
    font-size: 12pt;
    margin: 0px;
    padding: 10px;
    background: slategrey;
    border-bottom: 1px solid #fff;
    border-radius: 10px;
    font-style: italic;
    color: white;
    font-weight: bold;
}
#accordion li div.content{
    display: none;
    padding: 10px;
    background: #4169E1;
    border: 1px solid #ddd;
}
/*#accordion li:hover div.content{
    display: inherit;
}*/
/***********************
 New Business Directory 
 ***********************/

.business-hero{
    position: relative;
    overflow: hidden;
    /*padding: auto;*/
}

.business-hero-img{
    height: 480px;
    width : 100%;
    /*margins:auto;*/
    /*box-shadow: 5px 5px 2px #888888;*/
}

.content-business-image {
    margin-top: 5%;
    width: 100%;
}

.content-business-image img{
    display: block;
    width:50%;
    height:auto;
    margin: 0 25%;
}

.business-hero-header {
    text-align: center;
}

#business-hero-search { 
    position: absolute;
    top: 80%;
    left:32.5%;
    display: block;
    width: 35%;
    margin: auto;
    border-radius: 10px;
    padding-left: 1%;
    padding-right: 1%;
    font-family: 'Arial', monospace;
    font-size: 30px;
    box-shadow: inset 0px 0px 3px 3px #dddddd;
    border: 0;
}

#business-search-bar { /* For business search results page */ 
    display: block;
    width: 96%;
    margin: 2%;
    margin-top: 0.5%;
    border-radius: 10px;
    padding-left: 1%;
    padding-right: 1%;
    font-family: 'Arial', monospace;
    font-size: 30px;
    box-shadow: inset 0px 0px 3px 3px #dddddd;
    border: 0.1 solid #afafaf;
}

.business-hero-header .business-text-header{
    position: absolute;
    top: 62.5%;
    width: 100%;
    text-align: center;
    font-family: 'BebasNeue', monospace;
    font-size: 76px;
    margin: 0;
    padding: 0;
    background-color: #565656;
    color: transparent;
    text-shadow: 0px 2px 3px rgba(255,255,255,0.1);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}

.business-search-div {
    font-family: 'BebasNeue', monospace;
    font-size: 3vw;
    color: #cfcfcf;
}

.business-search-title {
    font-family: 'BebasNeue', monospace;
    font-size: 4.5vw;
    color: #cfcfcf;
    margin-bottom: 0.5%;
}


@media only screen and (min-width : 320px) and (max-width : 560px) {
    .business-search-div {
	font-family: 'BebasNeue', monospace;
	font-size: 12vw;
	color: #cfcfcf;
    }
    
    .business-search-title {
	font-family: 'BebasNeue', monospace;
	font-size: 20vw;
	color: #cfcfcf;
	margin-bottom: 0.5%;
    }
}

.business-hero-header img{
    position: absolute;
    top: 65%; 
    left: 0;
    width: 100%;
    margin: auto;
    height: 12%;
}

.business-page-icon {
    display: inline-block;
    height: 100%;
    padding: 0 5%;
}

.business-page-icon:hover {
    background: #f7f7f7;
}

.business-cards {
 width: 100%;
 heigth: 100%;
}

.business-card {
   float:left;
    position: relative;
    width: 31.83%;
    padding-bottom : 35.83%; /* = width for a 1:1 aspect ratio */
    margin:0.75%;
    box-shadow: 2px 2px 6px 2px #dbdbdb;
    overflow:hidden;
    background-color: white;
}

@media screen and (max-width: 800px) {
    .business-card {
	float:left;
	position: relative;
	width: 94%;
	padding-bottom : 94%; /* = width for a 1:1 aspect ratio */
	margin:0.75%;
	box-shadow: 2px 2px 6px 2px #dbdbdb;
	overflow:hidden;
	background-color: white;
    }
}


.business-card-mobile {
   float:left;
    position: relative;
    width: 94%;
    padding-bottom : 120%; /* = width for a 1:1 aspect ratio */
    margin:3%;
    box-shadow: 2px 2px 6px 2px #dbdbdb;
    overflow:hidden;
    background-color: white;
}

.business-card-image {
    position:absolute;
    background: #efefef;
    height:60%; /* = 100% - 2*5% padding */
    width:100%; /* = 100% - 2*5% padding */
    
}
.business-card-data {
    position:absolute;
    top:60%;
    height:40%; /* = 100% - 2*5% padding */
    width:100%; /* = 100% - 2*5% padding */
    padding: 2%;
    
}

.business-card-image img{
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin:auto;
    width:auto;
/*    height:auto;*/
    max-height:100%;
    max-width:100%;
}

.business-card-data a {
    color: black;
}


.business-card .business-title {
    margin: 5px 5px 2.5px 5px;
    font-size: 1.1vw;
    font-family: 'BebasNeue', monospace;
}

.business-card .business-address {
    margin: 2.5px 5px 2.5px 5px;
    overflow: auto;
    width: 100%;
    font-size: 0.85vw;
    color: #c7c7c7;
    font-family: 'BebasNeue', regular;
}


@media screen and (max-width: 800px) {
.business-card .business-title {
    margin: 5px 5px 2.5px 5px;
    font-size: 5vw;
    font-family: 'BebasNeue', monospace;
}

.business-card .business-address {
    margin: 2.5px 5px 2.5px 5px;
    overflow: auto;
    width: 100%;
    font-size: 3vw;
    color: #c7c7c7;
    font-family: 'BebasNeue', regular;
}
}


@media screen and (orientation:portrait) {
    .business-card-mobile .business-title {
	margin: 5px 5px 2.5px 5px;
	font-size: 12vw;
	font-family: 'BebasNeue', monospace;
    }

    .business-card-mobile .business-address {
	margin: 2.5px 5px 2.5px 5px;
	overflow: auto;
	width: 100%;
	font-size: 8vw;
	color: #c7c7c7;
	font-family: 'BebasNeue', regular;
    }
}

@media screen and (orientation:landscape) {
    .business-card-mobile .business-title {
	margin: 5px 5px 2.5px 5px;
	font-size: 8vw;
	font-family: 'BebasNeue', monospace;
    }

    .business-card-mobile .business-address {
	margin: 2.5px 5px 2.5px 5px;
	overflow: auto;
	width: 100%;
	font-size: 4vw;
	color: #c7c7c7;
	font-family: 'BebasNeue', regular;
    }
}

.business-contact-icon {
    display: inline-table;
    width:31%;
    height: 100%;
    padding-top: 2.5px;
/*    background: blue;*/
}

.business-card-contact-icon {
    display: inline-table;
    width:31%;
    height: 100%;
    padding-top: 2.5px;
/*    background: blue;*/
}

.business-card-contact-icon-link {
    text-decoration: none;
}

.business-contact-icon-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.business-card-contact-icon img {
    width: 29%;
}

.business-contact-icon img {
    height: auto;
    max-height: 100%;
}

.business-card-contact-icons {
    position: absolute;
    bottom: -2%;
    width: 100%;
    height: inherit;
}

.business-card-contact-icons {
    height: auto;
    width: 100%;
    height: inherit;
}


.business-category {
    display: inline-block;
    width: auto;
    height: auto;
    background: #c7c7c7;
    margin: 0.5%;
    font-family: 'BebasNeue', monospace;
    font-size: 2vw;
    color: white;
    padding: 1%;
    text-align: center;
    vertical-align: middle;
}

 .business-category-mobile {
    display: inline-block;
    width: auto;
    height: auto;
    background: #c7c7c7;
    margin: 0.5%;
    font-family: 'BebasNeue', monospace;
    font-size: 14vw;
    color: white;
    padding: 1%;
    text-align: center;
    vertical-align: middle;
}

.business-category:hover {
    background: #b7b7b7;
}

.business-category-link {
    text-decoration: none;
}

.business-popup {
    position: relative;
    cursor: pointer;
}

/* The actual popup (appears on top) */
.business-popup .popuptext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}

.business-popup .card-popuptext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 200%;
    left: 48%;
    margin-left: -80px;
}

/* Popup arrow */
.business-popup .popuptext::after {
    content: "";
    position: absolute;
    top: 90%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.business-popup .card-popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.business-popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 0.2s;
    animation: fadeIn 0.2s
}

.business-popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 0.2s;
    animation: fadeIn 0.2s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}

/***********************
 Old Business Directory 
 ***********************/

.businesses h1, .story-archive > h1 {
	font-size: 300%;
	text-transform: uppercase;
	font-family: 'BebasNeue';
}
.businesses .slides {
	overflow: hidden;
	background-color: #EFEFEF;
	margin-bottom: 0.5em;
}
.businesses .slides h2 {
	font-size: 150%;
	font-weight: bold;
}
.businesses .slides h2 a {
	text-decoration: none;
	color: black;
}
.businesses .slides div img {
	width: 30%;
	height: auto;
	float: left;
}
.businesses .slides div.info {
	margin-left: 32%;
}
.businesses .slides h3 {
	font-size: 105%;
	margin: 0 0 0.5em 0;
}
.businesses .slides h3.address {
	float: left;
	width: 60%;
}
.businesses .slides h3.phone {
	float: left;
	width: 40%;
	font-weight: bold;
}
body.mobile .businesses .slides h3.address {
	width: 100%;
	float: none;
}
body.mobile .businesses .slides h3.phone {
	width: 100%;
	float: none;
}
.sidebar-content img {
	display: block;
	margin: 10px 0 10px 0;
	width: 100%;
	height: auto;
}
header.entry-header.page h1 {
	border-bottom: 4px solid #717171;
	height: 100%;
	line-height: 90%;
}
header.entry-header.page {
	margin: 0.5em 0 0.5em 0;
}
#contact-advertising {
	margin-bottom: 1em;
}
#contact-advertising input[type=submit] {
	background-color: #35a74f;
	color: #F1F1F1;
	border: none;
	font-size: 150%;
	text-transform: uppercase;
}
#masthead h1 .subheader.news {
	color: #ffcc00;
}
.form1 button.button-submit {
	background-color: green;
}
table.eo-events {
	width: 100%;
}
table.eo-events td.name {
	width: 30%;
}
table.eo-events td.message {
	width: 50%;
}
.entry-content h2 {
	margin: 1em 0 0.5em 0;
	font-size: 150%;
}
.entry-content h2.today {
	margin: 1em 0 1em 0;
	color: orange;
}
body.mobile .top .arrow {
	display: none;
}
.story-archive article {
	overflow: hidden;
}
.story-image {
	float: left;
	margin-right: 1em;
	width: 30%;
}
.story-image img {
	width: 100%;
	height: auto;
}
.story-archive {
	font-family: 'Roboto', monospace;
}
.story-archive article .entry-header h2.entry-title {
	font-size: 16pt;
}
.story-archive article .entry-header h2.entry-title a {
	text-decoration: none;
	color: #000000;
}
.story-archive article .entry-content a {
	text-decoration: none;
	color: #1367AB;
}
.share-box {
	float: right;
	display: none;
}
#breaking-container {
	overflow: hidden;
	font-size: 125%;
	width: 400px;
	position: absolute;
}
#breaking-container h2 {
	font-family: 'Bebas Neue';
	color: #cc2127;
	font-size: 125%;
	float: left;
	background-color: white;
	height: 42px;
	padding: 8px 8px 8px 40px;
}
#breaking-container-2 {
	background: url('images/fadeout.png') right top no-repeat #cc2127;
}
#breaking {
	background: url('images/fadein.png') left top no-repeat transparent;
}
#breaking ul {
	padding: 8px 0 8px 0;
	overflow: hidden;
}	/*display: inline;*/
#breaking ul li {
	display: inline;
	color: #efefef;
	margin-right: 2em;
}
#breaking-container a {
	color: #efefef;
	text-decoration: none;
}
body.mobile #breaking-container {
	display: none;
}
section main article ul li {
	list-style: disc;
	margin-left: 1em;
}
#business_letters {
	margin: 1em 0 1em 0;
	text-align: center;
	width: 100%;
}
#business_letters a {
	display: inline-block;
	margin: 0 0.7% 0 0.7%;
	min-width: 1%;
	text-align: center;
	font-size: 120%;
	text-decoration: none;
	color: #717171;
}
body.mobile #business_letters a {
	width: auto;
}
#weathermap {
	width: 100%;
}
main ul li {
	margin-left: 1em;
	list-style-type: disc;
}
video {
	width: 100%;
	height: auto;
}
.widget-title {
	display: none !important;
}
ul.link-list {
	margin: 1em 0 1em 0;
	width: 100%;
}
ul.link-list li {
	width: 100%;
	float: left;
	/*box-sizing: border-box;*/
	margin: 0.25em 0 0.25em 0;
	padding: 0;
}
.userphoto-frame {
	float: left;
	margin: 0.5em 1em 1em 0;
}
ul.closings {
	margin: 1em 0 1em 0;
	width: 100%;
}
ul.closings li {
	box-sizing: border-box;
	margin: 0.25em 0 0.25em 1em;
	padding: 0;
}
aside.widget img {
	max-width: 100%;
}
/******************** Web Ticker ******/
.webticker li a {
	color:#efefef;
	font-size:20px;
}
.webticker li {
	padding-top:7px !important;
	list-style-type: none !important;
}
.tickercontainer {
        background-color: #cc2127;
      	height: 44px !important;
	width: 600px;
	float: right;
}
div#ticker2 {
	display:none;
	width:100%;
	float:none;
	margin-bottom:10px;
}
    
@media (max-width: 768px) {
	div#ticker1 {
		display:none;
	}
	div#ticker2 {
		display:block;
	}
	div#ticker2 .tickercontainer {
		width:100%;
	}
}
/************ header *******************/
#top-menu-link {
	padding:12px 0 12px 10px;
	float:left;
	cursor:pointer;
}
#masthead h1 {
	float:left;
	padding-left:115px;
}
#top-links {
	font-size: 20px; 
	line-height: 20px; 
	color: #989898;
	float:left;
	padding-left:15px;
}
#top-search-widget {
	position:absolute;
	top: 44px;
	left:0;
}
.widget_search {
	margin-left: 150px !important;
}

.whiz-featured-button {
    padding: 10px;
    display: inline-block;
    font-size: 150%;
    font-weight: bold;
    border-style: none;
    background-color: #d5d5d5;
    float: left;
    width: 50%;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
/*                                                                                                                                                                                       
.whiz-featured-button:hover {                                                                                                                                                            
    background-color: #e5e5e5;                                                                                                                                                           
}*/

.whiz-selected {
    background-color: rgb(66, 20, 76);
    box-shadow: 4px 4px 20px -10px;
    text-shadow: 1px 1px 5px black;
    color: white;
    z-index: 5;
}

.whiz-featured-header {
    background-color: #d5d5d5;
    box-shadow: 4px 4px 20px -15px;
}

.whiz-station-promos {
    display: none;
}

ul.link-list .whiz-list-item {
    margin: 0;
    list-style-type: none;
    border-radius: 8px;
}

.whiz-list-item a{
    padding: 0.5em;
    display:block;
}

ul.link-list .whiz-list-item:hover {
    color: black;
    background-color: #c5c5c5;
}

ul.link-list .whiz-list-item:active {
    color: black;
    background-color: #d5d5d5;
}

ul.link-list .whiz-even-list-item {
    color: black;
    background-color: #ffffff;
}

ul.link-list .whiz-odd-list-item {
    color: white;
    background-color: #a5a5a5;
}

.whiz-list-item .whiz-list-link {
    color: inherit;
    text-decoration:  none;
}

