/*
	Theme Name: San Francisco Examiner DFP
	Description: HTML5 Blank WordPress Child Theme
	Version: 1.0
*/



body, html {
	margin:0;
	padding:0;
	position:relative;
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, "sans-serif";
	font-size:14px;
	line-height: 20px;
	/* background:url("/wp-content/themes/examiner/imgs/sf-gray.jpg") no-repeat;
	background-attachment:fixed;
	background-position:bottom center;
	background-size:100% auto;
	display:block;*/
}
h1, h2, h3, h4, h5 {
	font-family:"Open Sans", sans-serif;
	font-weight:700;
}
img {
	border:none;
}
a {
	text-decoration:none;
}
#container {
	width:90%;
	min-height:100px;
	position:relative;
	z-index:50!important;
	background:#FFF;
	min-width: 800px;
	max-width:1000px;
	margin:0 auto;
	padding:45px 0 0 0;
	
}
.excerpt-text {
	font-size:.95em!important;
	line-height:17px;
}
.byline a {
	color:#000;
}
.byline a:hover {
	font-weight:bold;
	text-decoration:underline;
}


/* TOP FIXED NAV BAR */

#top-nav {
	width:100%;
	height:40px;
	display:block;
	background:rgba(0,0,0,.8);
	position:fixed!important;
	top:0;
	z-index:1000;
	color:#FFF;
	font-size:.8em;
	-webkit-box-shadow:0 0 8px #868686;
	-moz-box-shadow:0 0 8px #868686;
	-o-box-shadow:0 0 8px #868686;
	-ms-box-shadow:0 0 8px #868686;
	box-shadow:0 0 8px #868686;
	-webkit-animation:slide-down 2.5s;
	-moz-animation:slide-down 2.5s;
	-o-animation:slide-down 2.5s;
	-ms-animation:slide-down 2.5s;
	animation:slide-down 2.5s;
	
}
#top-nav #tools {
	width:95px;
	height:100%;
	background:#820000;
	position:absolute;
	padding:0 5px 0 5px;
	top:0;
	left:0;
}
#top-nav .inner {
	width:90%;
	max-width:1200px;
	min-width: 800px;
	margin:0 auto;
}
#top-nav .inner .left {
	width:35%;
	text-align:left;
	float:left;
	padding-left: 105px;
}
#top-nav .inner .right {
	width:22%;
	text-align:right;
	float:right;
}
#top-nav .inner .right a {
	color:#FFF;
}
#fadelogo {
	width:30%;
	text-align:center;
	float:left;
	display:none;
}
#top-nav .links {
	color:#FFF;
	font-size:.9em;
}
#top-nav .links a {
	text-decoration:none;
}
#top-nav .links a:hover {
	color:#FF6006;
}

#top-nav ul {
	margin:0;
	padding:0;
}
#top-nav ul li {
	list-style-type:none;
	display:inline;
	margin:0 0 0 10px;
}


#top-nav ul li:nth-child(1) {
	margin-left:0!important;
}
@-webkit-keyframes slide-down {
	0% {top:-100px; opacity:0;}
	100% {top:0; opacity:1;}
}
@-moz-keyframes slide-down {
	0% {top:-100px; opacity:0;}
	100% {top:0; opacity:1;}
}
@-o-keyframes slide-down{
	0% {top:-100px; opacity:0;}
	100% {top:0; opacity:1;}
}
@-ms-keyframes slide-down {
	0% {top:-100px; opacity:0;}
	100% {top:0; opacity:1;}
}
@keyframes slide-down {
	0% {top:-100px; opacity:0;}
	100% {top:0; opacity:1;}
}
.pagination {
	font-size:1.25em;
}
.pagination a {
	color:#000;
}


/* MAIN NAVIGATION */

	
#nav {
	width:35%;
	min-width:350px;
	height:95%;
	padding:8% 15px 8% 15px;
	background:rgba(121, 0, 0, .90);
	color:#FFF;
	font-family: 'Open Sans', sans-serif;
	font-size:1.125em;
	-webkit-text-shadow:2px 2px 2px #000;
	-moz-text-shadow:2px 2px 2px #000;
	-o-text-shadow:2px 2px 2px #000;
	-ms-text-shadow:2px 2px 2px #000;
	text-shadow:1px 2px 2px #000;
	z-index:5000;
	display:block;
	overflow-y:scroll;
	
}
#nav .inner {
	width:80%;
	height:100%;
	position:relative;
	top:0;
	left:11%;
	overflow: ;
}
#nav #close {
	width:40px;
	height:auto;
	position:absolute;
	top:15px;
	left:15px;
}
	
#nav .inner a {
	text-decoration:none;
	color:#FFF;
}

#nav .inner ul {
	margin:0;
	padding:0;
}
#nav .inner ul li {
	list-style-type:none;
	margin:0 auto;
	padding:8px 0 8px 5px;
}
ul.sub-menu  {
	margin:0 0 0 20px!important;
}
ul.sub-menu li {
	border-bottom:none!important;
	font-size:.8em!important;
}

/* SEARCH BAR */
input[type="search"] {
	width:290px;
	height:30px;
	padding:3px;
	margin:2% auto;
}


/* NAV SLIDER */
.hidden {
	position:fixed;
	left:-1000px;
	top:0;
}




/* MASTHEAD */

#masthead {
	width:100%;
	max-width:1200px;
	height:120px;
	display:table;
	margin:0 auto;
	text-align:center;
	position:relative;
}
#ear {
	width:30%;
	min-width:300px;
	height:100%;
	display:table-cell;
	vertical-align:middle;
}
#logo {
	width:40%;
	height:100%;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
#ear.left {
	text-align:left;
}
#ear.right {
	text-align:right;
}

/* HOMEPAGE SECTIONS */
#section {
	width:96%;
	min-height:100px;
	margin:0 0 1% 0;
	padding:1% 2%;
	display:block;
	background:#FFF;
	float:left;
	
}
#section h1 {
	width:100%;
	margin:0 0 2% 0;
	font-size:2.65em;
	color:#820000;
	line-height: 35px;
}
h3 a {
	color: #000;
}
h3 a:hover {
	color: #820000;
}
.teaser .byline a {
	color:#FFF;
}
#section .byline {
	width:100%;
	font-size:.75em!important;
	font-weight:100!important;
	display:block;
	margin:5px 0 6px 0;
}
#section .left {
	width:65%;
	float:left;
}

#section .left .large-thumb {
	width:100%;
	height:380px;
	position:relative;
	overflow:hidden;
}
#section .left .large-thumb img {
	width:100%;
	height: auto;
}

#section .left .teaser {
	width:98%;
	padding:1%;
	bottom:0;
	background:rgba(0, 0, 0, .85);
	color:#FFF;
	float: left;
}
#section .left .teaser:hover {
	background:rgba(130, 0, 0, .85);
}

#section .left h2 {
	font-size:2em;
	color:#FFF;
	margin:0 0 10px 0;
	display:block;
	line-height: 35px;
}
#section .right {
	width:32%;
	float:right;
}

#section .right ul {
	margin:0;
	padding:0;
}
#section .right ul li {
	width:100%;
	display:block;
	border-bottom:dotted 1px #000;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	font-family:"Open Sans", sans-serif;
	font-weight:700;
	font-size:1.125em!important;

}
#section .right ul li  a {
	color:#000;
}
#section .right ul li a:hover{
	color:#820000;
}
#section .more {
	font-family: "Open Sans", sans-serif;
	font-size:1.75em;
	font-weight:700;
	color:#000;
	line-height:30px;
}
#section .more a {
	color:#000;
}
#section .more a:hover {
	color:#820000;
}

#section #small-thumb {
	width:32%;
	margin-right:2%;
	height:300px;
	float:left;
	position:relative;
	overflow:hidden;
}
#small-thumb img {
	height:100%;
	width:auto;
}
#section #small-thumb:nth-child(3) {
	margin-right:0!important;
	float:left;
}


#section #small-thumb .category {
	font-family:"Open Sans", sans-serif;
	font-weight:700;
	font-size:1.15em;
	width:100%;
	margin:0 0 1% 0;
	color:#FF0004;
}
.gallery li {
	width: 32%;
	float: left;
	margin-right: 2%;
}
.gallery li:nth-child(3n) {
	margin-right: 0;
}
.gallery #small-thumb {
	width: 100%!important;
	height: 175px!important;
	overflow: hidden;
}
.gallery #small-thumb img {
	width: 100%;
	height: auto;
}
.gallery .teaser {
	width: 98%;
	padding: 1%;
	background: rgba(0, 0, 0, .85);
	color: #FFF;
	float: left;
}
.gallery .teaser:hover {
	background:rgba(130, 0, 0, .85);
	
}
.gallery .teaser a h2 {
	color: #FFF;
}
.gallery ul {
	margin:0;
	padding:0;
}
.gallery ul li {
	display:inline;
	list-style-type:none;
}

/* RSS DISPLAY FEED */
#section .rss {
	max-width:100%;
	min-height:50px;
	display:block;
}
#section .rss .category {
	width:100%;
	display:block;
	margin:0 0 5px 0;
	font-family:"Open Sans", sans-serif;
	font-weight:700;
	font-size:.75em;
	text-transform:uppercase;
	color:#FF0004;
}

#section .rss ul {
	margin:0;
	padding:0;
}
#section .rss ul li {
	width:23%;
	height:100%;
	display:inline;
	margin:0 2% 0 0;
	float:left;
}
#section .rss ul li .header {
	width:100%;
	display:block;
	font-family:"Open Sans", sans-serif;
	font-weight:700;
	font-size:1.125em!important;
}
#section .rss ul li a {
	color:#000;
}
#section .rss ul li a:hover {
	color:#820000;
}
#section .rss .thumb {
	width:100%;
	height:150px;
	display:block;
	overflow:hidden;
	margin:0 0 1% 0;
}
#section .rss .thumb img {
	width:100%;
	height:auto;
}
/* STORY LEVEL */
#section .story-category {
	width: 100%;
	margin: 0 0 2% 0;
	padding: 0 0 1% 0;
	display: block;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 1.15em;
	color: #820000;
	border-bottom: dotted #820000 1px;
}
#section .story-category a {
	color: #820000;
}
#section .featured-image {
	width: 100%;
	height: auto;
	max-height:550px;
	margin: 0 0 1% 0;
	overflow: hidden;
}
#section .featured-image img {
	width: 100%;
	height: auto;
}
#section .caption {
	width: 100%;
	margin: 0 0 3% 0;
	font-size: .8em;
	line-height:15px;
	color: #6b6b6b;
}
#section .story-area {
	width: 100%;
	margin: 0 0 1% 0;
	padding: 0 0 1% 0;
	display: block;
	position: relative;
	/* border-bottom: dotted #820000 1px; */

	
}
#section .story-wrap {
	position: relative;
	max-width:600px;
}
img.aligncenter {
	width:100%;
	height:auto;
}
.story-wrap img {
	width:100%;
	height:auto;
}
.story-wrap p {
	margin: 7px 0;
}
#section .extras {
	width: 305px;
	padding: 15px;
	background: #FFF;
	border-top: solid 3px #820000;
	border-bottom: solid 3px #820000;
	min-height: 100px;
    	float: right;
    	visibility: visible;
    	margin: 0 0 15px 15px;
	position:relative;
	z-index:500;
}
#section .extras h3 {
	font-size:1.5em;
}
#section .extras a {
	color: #000;
}
#section .extras a:hover {
	color: #820000;
}
#section .extras ul {
	margin: 0;
	padding: 0;
}
#section .extras ul li {
	width: 100%;
	list-style-type: none;
	margin: 0 0 5% 0;
	padding: 0 0 5% 0;
	border-bottom: dashed 1px #6b6b6b;
	font-size: .8em;
	font-weight: 700;
	line-height: 12px;
}
#section .extras ul li:nth-last-child(1){
	border:none!important;
}

#section .extras-mobile {
	visibility: hidden;
	display: none;
}
#section .extras-mobile a {
	color: #000;
}
#section .extras-mobile a:hover {
	color: #820000;
}
#section .extras-mobile ul {
	margin: 0;
	padding: 0;
}
#section .extras-mobile ul li {
	width: 100%;
	list-style-type: none;
	margin: 0 0 3% 0;
	padding: 0 0 3% 0;
	border-bottom: dashed 1px #6b6b6b;
	font-size: .8em;
	font-weight: 700;
	line-height: 12px;
}
#section .extras-mobile ul li:nth-last-child(1){
	border:none!important;
}
	
#section .extras-mobile h3 {
	width: 100%;
	display: block;
	font-size: 1.45em;
	margin: 0 0 5% 0;
}
#section .social {
	width: 25px;
	height: 25px;
	margin-right: 15px;
	display: inline-block;
	float: left;
	position: relative;
	overflow: hidden;
}

figure {
	width:100%!important;
	display:block;
	margin:2% auto;
}
figure img {
	width:100%!important;
	height:auto;
}
.wp-caption {
	width: 100%!important;
	margin: 0 0 3% 0;
	font-size: .8em;
	line-height:15px;
	color: #6b6b6b;
}

#authorarea{
background: #f0f0f0;
border: 1px solid #d2d2d2;
padding: 1%;
width:98%;
overflow:hidden;
color: #333;
}
#authorarea h3{
font-size: 18px;
color:#333;
margin:0;
padding:10px 10px 5px 10px;
}
#authorarea h3 a{
text-decoration:none;
color: #333;
font-weight: bold;
}
#authorarea img{
margin:0;
padding:10px;
float:left;
border: 1px solid #ddd;
width: 100px;
height: 100px;
}
#authorarea p{
color:#333;
margin:0;
padding:0px 10px 10px 10px;
}
#authorarea p a{
color:#333;
}
.authorinfo{
padding-left:120px;
} 


/* SECTION FRONTS */
#section .section-box {
	width: 96%;
	padding: 1% 2%;
	border: solid 1px #820000;
	background: #FFF;
	display: block;
	float: left;
}
#section .section-box a {
	color:#000;
}
#section .section-box:hover {
	-webkit-box-shadow:0 0 8px #000;
	-moz-box-shadow:0 0 8px #000;
	-o-box-shadow:0 0 8px #000;
	-ms-box-shadow:0 0 8px #000;
	box-shadow:0 0 8px #000;	
}

#section .section-box .thumbnail {
	width:25%;
	height: 150px;
	overflow: hidden;
	margin: 0 0 0 3%;
	display: block;
	float: right;
}
#section .section-box .thumbnail img {
	width: 100%;
	height: auto;
}
#section .section-box ul {
        margin:0;
        padding:0;
}
#section .section-box ul li {
        list-style-type:none;
}
	
/* FOOTER */
#footer {
	width:100%;
	min-height:100px;
	display:block;
	float:left;
	margin:1% 0 0;
	padding:1% 0;
	background:#820000;
	color:#FFF;
}
#footer .inner {
	width:80%;
	max-width:1200px;
	margin:1% auto;
}
#footer a {
	color:#FFF;
}
.column {
	width:14%;
	margin-right:2.5%;
	float:left;
	font-size:.65em;
}
.column:nth-last-child(1) {
	margin-right:0!important;
}

#footer .column ul {
	width:100%;
	display:block;
	margin:0 0 2% 0;
	padding:0;
	float:left;
}
#footer .column ul li {
	list-style-type:none;
	margin:0 0 5px 6px;
	line-height: 10px;
}
#footer .column ul li.first {
	font-weight:bold;
	margin:0 0 5px 0;
	text-transform: uppercase;
}
#footer .column ul li a {
	color:#FFF;
}



/* SOCIAL MEDIA ICONS FIX */
.synved-social-container {
	float:left;
	margin:.8% 1% .8% 0;
}


/* NEXTGEN CUSTOMIZATIONS */
.sf-imagebrowser {
	width:100%;
	display:block;
	background:#820000;
	float:left;
	position:relative;
}
.sf-imagebrowser .pic {
	width:95%;
	overflow:hidden;
	margin:1% 2.5% 1%;
	display:block;
	float:left;
	position:relative;
}
.sf-imagebrowser .pic img {
	width:100%;
	height:auto;
}
.sf-imagebrowser .caption {
	width:95%!important;
	margin:1% 2.5% 3%!important;
	color:#FFF!important;
}
.sf-imagebrowser .counter-caption {
	margin:0!important;
	color:#FFF!important;
}
.sf-imagebrowser-nav {
	width:100%;
	height:100%;
	position:relative;
	z-index:500;
	margin-top:30%;
}
.sf-browser-prev {
	float:left;
	margin:0 0 0 2.5%;
}
.sf-browser-next {
	float:right;
	margin: 0 2.5% 0 0;
}
a.sf-browser-prev , a.sf-browser-next   {
	color:#fff
}




/* NDN RESPONSIVE PLAYER 

 
#my-ndn-player {
	float: left;
	margin-bottom: 15px;
	width:1000px;
	height: 518px;
}
.ndn_widget_VideoPlayer-Inline590 .ndn_sliderWrapper {
	width:90%!important;
	background:#000!important;
}
.ndn_embedContainer {
	background:#000!important;
}
.ndn_sliderThumbnailTitle {
	color:#FFF!important;
	background:#000!important;
}
.ndn_widget_VideoPlayer-Inline590 .ndn_sliderNext {
	margin-left:0!important;
}
.ndn_widget_VideoPlayer-Inline590 .ndn_sliderPrev {
	margin-right:0!important;
}
.ndn_widget_VideoPlayer-Inline590 .ndn_sliderNavButton {
	width:5%!important;
}

*/

/* AD FIXES */

#azk23948 img {
	width:100%!important;
	height:auto!important;
}

#azk7374 img {
	width:100%!important;
	height:auto!important;
}

#azk48837 img {
	width:100%!important;
	height:auto!important;
}

#azk1688 img {
	width:100%!important;
	height:auto!important;
}
#left-skin {
	position:fixed;
	left:-100px;
	top:60px;
	z-index:5;
}
#right-skin {
	position:fixed;
	right:-100px;
	top:60px;
	z-index:5;
}
#slider {
	width:100%;
	height:auto;
	float:left;
	display:block;
	text-align:center;
}





/* BREAKPOINTS */




@media screen and (max-device-width: 800px) {
	
#section h1 {
	font-size:1.65em;
	line-height:24px;
}
h2  {
	font-size:1.25em!important;
	line-height:18px!important;
	margin:1% 0!important;
}
#section .more {
	font-size:1em;
}

#container {
	width: 96%;
	max-width: 96%;
	margin: 0 2%;
	min-width: 200px;
}
#footer .inner {
	width:100%;
}	
#masthead {
	height: auto;
}
#nav {
	width: 100%;
}
	
#fadelogo {
	width:20%;
	text-align:center;
	margin: 0 50% 0 30%;
}
#fadelogo img {
	width: 100%;
	height: auto;
	margin: 1% 0 0;
}
#top-nav .inner {
	width: 80%;
	min-width: 100px;
}
#top-nav .inner .left {
	display:none;
}
#top-nav .inner .right {
	display: none;
}
#logo {
	display: block;
	width: 50%;
	margin: 1% auto 0 auto;
	float: none;
}

#ear {
	display: none;
}

#section .left {
	width:100%;
	float:left;
	margin: 0 0 2% 0;
}
#section .right {
	width:100%;
	float:left;
	margin: 0 0 5% 0;
}
#section .right ul li:nth-last-child(1) {
	display: none;
}
#section .left .large-thumb {
	height: 200px!important;
}
#section .featured-image {
	max-height:450px!important;
}
.more {
	text-align: center;
}
.gallery li {
	width: 100%;
	float: left;
}
.gallery li:nth-child(1n+2) {
	display:none;
}

#small-thumb img {
	width: 100%;
	height: auto;
}
#section .rss ul li {
	width: 49%;
	margin: 1% 0;
}
#section .rss ul li:nth-child(1) {
	margin-right: 2%;
}
#section .rss ul li:nth-child(n+3) {
	display: none;
}
#section .rss .thumb {
	height: 120px;
}
.inner .column {
	display: none;
}
#section .featured-image {
	height: 250px;	
}
#section .story-wrap {
	display: block;
	width: 100%;
}
#section .extras-mobile {
	width: 96%;
	padding: 2%;
	margin: 2% auto;
	float: left;
	visibility: visible;
	display: block;
	border-bottom: dotted #820000 1px;

}
#section .extras {
	visibility: hidden;
	display: none;
}
#section .section-box .thumbnail {
	width: 100%;
	margin: 0 0 2% 0;
}

.sf-browser-prev {
	left:-50px!important;
}
.sf-browser-next {
	right:-100px!important;
}
#section .section-box .thumbnail {
	height:200px;
}
#ndn-homepage {
	width:100%!important;
	display:block;
	margin:0 auto;
	float:left;
}

}

/* NDN */
#ndn-homepage {
	-webkit-width:calc(98% - 300px);
	-moz-width:calc(98% - 300px);
	-o-width:calc(98% - 300px);
	-ms-width:calc(98% - 300px);
	width:calc(98% - 300px);
	min-width:300px;
	display:block;
	margin:0 2% 0 0;
	float:left;
}


.ndn_widget_VideoPlayer-Inline590 .ndn_sliderWrapper {
	width:88%!important;
	margin:0 2%;
	background:#000!important;

}

.ndn_widget_VideoPlayer-Inline590 .ndn_selectableVideos .ndn_selectableVideo {
	width:125px!important;
	margin-right:15px!important;
}
.ndn_sliderWrapper .ndn_carousel-wrapper {
	width:100%!important;
	max-width:1000px!important;
}
.ndn_embedContainer {
	background:#000;
}
.ndn_sliderThumbnailTitle {
	color:#FFF!important;
	background:#000!important;
}
.ndn_widget_VideoPlayer-Inline590 .ndn_sliderNext {
	width:4%;
	margin-left:0!important;
}
.ndn_widget_VideoPlayer-Inline590 .ndn_sliderPrev {
	width:4%;
	margin-right:0!important;
}
.ndn_widget_VideoPlayer-Inline590 .ndn_sliderNavButton {
	width:4%!important;
}



/* ADBLADE */

.zone h1 {
	font-family:"Open Sans", sans-serif!important;
	font-weight:700!important;
}

/* MATOMY */
.matomy {
        font-family:"Open Sans", sans-serif!important;
	font-weight:700!important;
        padding-bottom:25px!important; 
}
.matomy a {
        color:#000;
}
.matomy h3 {
        font-size:1.17em;
}
.matomy ul {
       padding:0;
       margin:0;
}
.matomy ul li {
       list-style-type:none;
}

/* YOUTUBE */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}







/*
@media only screen and (max-device-width: 1024px) {
#masthead {
	height: auto;
}
#fadelogo {
	margin-left: 5%;
}
#top-nav .inner .left {
	width: 50%;
	float: right!important;
	text-align: right!important;
}
#top-nav .inner .left img {
	display: inline-block!important;
	margin-top: 10px!important;
}
#top-nav .inner .right {
	display: none;
	visibility:hidden;
}
#logo {
	display: block;
	width: 50%;
	margin: 1% auto 0 auto;
	float: none;
}

#ear {
	display: none;
}
#section .large-thumb {
	height: 350px!important;
}
.gallery #small-thumb {
	height: 150px!important;
}
#yellow-pages {
    width: 300px;
    height: 250px;
    padding: 15px;
    background: #f3ed91;
    overflow-y: scroll;
}
}

@media only screen and (max-width: 479px) {
   #left-skin{ display: none !important; }
   #right-skin{ display: none !important; }
   .div-gpt-ad-1459967265886-5{ display: none !important; }
   .div-gpt-ad-1459967265886-8{ display: none !important; }
}
*/

@media only screen and (max-width: 479px) {
   .left-skin{ display: none !important; }
   .right-skin{ display: none !important; }
   #left-skin{ display: none !important; }
   #right-skin{ display: none !important; }
   .div-gpt-ad-1459967265886-5{ display: none !important; }
   .div-gpt-ad-1459967265886-8{ display: none !important; }
   .div-gpt-ad-1459967265886-11{ display: none !important; }
   .div-gpt-ad-1459967265886-6{ display: none !important; }
   #div-gpt-ad-1459967265886-5{ display: none !important; }
   #div-gpt-ad-1459967265886-8{ display: none !important; }
   #div-gpt-ad-1459967265886-11{ display: none !important; }
   #div-gpt-ad-1459967265886-6{ display: none !important; }
}