/* =============================================================================
   Theme Name: NZEDGE Mobile
   Author: Sara Garcia
   Version: 1.0
   =========================================================================== */
   

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #444;
	font: 14px/19px "PT Sans", Verdana, Geneva, sans-serif;
}

body {
	font: 14px/19px "PT Sans", Verdana, Geneva, sans-serif;
	color: #242424; 
    background: #fff;
  	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
  	-webkit-text-size-adjust: 100%;
	width:100%;
    /*line-height: 1.4;*/
}

::-moz-selection {
    text-shadow: none;
}

::selection {
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
	max-width:100%;
}

a{
	color: #242424; 
	text-decoration:none;
	font-weight:bold;
}

p{
	margin: 0.5em 0 !important;
	font-weight:normal;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*textarea {
    resize: vertical;
}*/

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

.container{
	width: 100%;
}

h1{
	font-family:"PT Serif", Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
  	color: #242424;
	font-size: 1.1em !important;
	line-height: 1.3em !important;
	margin: 0 0 0.3em !important;
}

h2{
	font-size: 1.1em;
  	color: #fff;
}

li{
	list-style:none;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
/* HEADER */

.header-container header{
	background:url(images/header-bg.jpg);
	width:100%;
	padding:20px 0;
	text-align:center;
}

.header-container header img{
	width:75%;
	height:auto;
}
   
/* NAVIGATION */

#navigation-header{
	width:100%;
	height:35px;
	border-bottom:1px solid #CCC;
}

#nav-close{
	background:url(images/close2.png) no-repeat center right;
	background-size:15px;
	width:15px;
	height:15px;
	display:block;
	cursor:pointer;
	float:right;
	margin:10px;

}

#navigation-container{
	display:none;
	background:rgba(0,0,0,0.8);
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:500000;
}

#navigation-content{
	position: absolute; 
	top: 35px; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	overflow: scroll; 
	-webkit-overflow-scrolling: touch;
}

#navigation-container nav ul{
	padding:0;
	margin:0;
}

#navigation-container nav ul li{
	width:40%;
	float:left;
	border-bottom:1px solid #999;
	padding:4.5% 0 4.5% 9.8%;
}

#navigation-container nav ul li.odd{
	border-right:1px solid #999;
}

#navigation-container nav ul li a{
	color:#fff;
	font-size:1.2em;
}

/* SEARCH */

#search-container{
	background:#FFF;
	width:304px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:2px;
	margin:7.5% auto;
}

#searchform #s{
	background:url(images/search-icon.png) 5px center no-repeat;
	background-size:30px;
	width:170px;
	height:33px;
	border:none;
	float:left;
	-webkit-appearance: none;
	padding:4px 4px 4px 50px;
}

#searchsubmit{
	background:url(images/search-btn.png) no-repeat;
	width:80px;
	height:41px;
	display:block;
	color:#FFF;
	border:none;
	float:left;
}

.post-list-container #search-container{
	border:1px solid #e2e2e2;
}

/* JOIN US */

#joinus-section{
	text-align:center;
}

#joinus-section span.error{
	margin-top:10px;
	color:#C00;
	line-height:30px;
	font-style:italic;
}

#constant-contact-signup label{
	display:none;
}

#joinus-section p{
	width:258px;
	margin:10px auto !important;
}

#constant-contact-signup{
	background:#304a5d;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:#efefef 10px solid;
	-webkit-box-shadow: 0px 1px 4px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 1px 4px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 1px 4px rgba(50, 50, 50, 0.3);
	padding:0px;
	width:258px;
	margin:0 auto;
	display:block;
	 *zoom: 1;
}
#constant-contact-signup >div{display: inline-block;}

#constant-contact-signup:after{
	clear: both;
}

#constant-contact-signup:before,
#constant-contact-signup:after {
    content: " ";
    display: table;
}

#constant-contact-signup input[type="email"]{
	width:170px;
	height:33px;
	float:left;
	padding:4px;
	background:#304a5d;
	border:none;
	-webkit-appearance: none;
	color:#FFF;
}

#constant-contact-signup ::-webkit-input-placeholder{
   color:#FFF;
   font-weight:lighter;
   text-align:center;
}

#constant-contact-signup .button{
	background:url(images/sign-up-btn2.png) no-repeat;
	width:80px;
	height:41px;
	display:block;
	color:#304a5d;
	border:none;
	float:left;
	-webkit-appearance: none;
}

#constant-contact-signup input[type="submit"]{
	-webkit-appearance: none;
}

/* SOCIAL FOOTER SECTION */
#social-section{
	width:284px;
	height:29px;
	margin:20px auto;
}

#like-facebook, #follow-twitter{
	background:url(images/social-btn.png) no-repeat;
	background-size:142px;
	width:122px;
	height:29px;
	padding:0 7px;
	display:block;
	float:left;
}

#like-facebook{
	margin-right:10px;
}

#like-facebook a, #follow-twitter a{
	background:url(images/facebook-icon.png) no-repeat right center;
	background-size:18px;
	padding-right:15px;
	width:106px;
	height:29px;
	color:#FFF;
	display:block;
	font-size:0.8em;
	line-height:2.6em !important;
}
#follow-twitter a{
	background:url(images/twitter-icon.png) no-repeat right center;
	background-size:18px;
}

/* FOOTER */

footer{
	background:#355165;
	border-top:4px #304a5d solid;
	width:100%;
	margin:20px 0 0;
	padding:20px 0;
	text-align:center;
}

footer a, #copyright{
	color:#efefef;
	font-size:0.7em;
}

#desktop-version-link{
	margin-top:20px;
	display:block;
}

#desktop-version-link a{
	background:url(images/desktop.png) no-repeat top center;
	background-size:20px;
	padding-top:25px;
}

footer ul{
	width:243px;
	margin:0 auto;
	padding:0;
}

footer ul li{
	float:left;
	margin-left:8px;
	padding-left:8px;
	border-left: 1px solid #efefef;
}

footer ul li:first-child{
	margin-left:0;
	padding-left:0;
	border-left: none;
}

/* Hide IFrame from sharing plugin */
#stSegmentFrame { display: none !Important; }
#stwrapper { display: none !Important; } 

/* Default Page */

img.brian-sweeney-about{
	float:none !important;
	margin:0 auto;
}

.default-page{
	width:100%;
}

.default-page .section-content, .error-page .section-content{
	padding:5px;
}

.default-page p{
	margin:0;
}

.contact.default-page .section-content{
	padding:0;
}

.contact.default-page p, .contact.default-page h4, .contact.default-page ol{
	padding:5px;
}

.contact-arrow{
	width:100%;
	text-align:center;
	height:12px;
	vertical-align:top;
	margin-top:20px;
}

.contact-arrow img{
	width:20px;
	height:auto;
}

.wpcf7{
	margin-top:-8px !important;
	background: #f4f4f4;
	padding: 40px 5px 20px;
	border-top:1px solid #a4a3a3;
	border-bottom:1px solid #a4a3a3;
    float: none;  
    display: block;  
}

.wpcf7 p{
	padding:0;
}

span.wpcf7-form-control-wrap{
	z-index:100;
}

.wpcf7-form{
	margin:20px 0;
}

.wpcf7-form textarea, .wpcf7-form input[type="text"], .wpcf7-form input[type="email"]{
	padding:2%;
	width:96%;
	border:1px solid #e2e2e2;
	height:15px;
	margin:3px 0;
	border-radius:0;
	-webkit-appearance:none;
}

.wpcf7-form select{
	width:100%;
	border-radius:0;
	height:30px;
	margin:3px 0;
	border:1px solid #e2e2e2;
}

.wpcf7-form input[type="submit"]{
	width:100%;
	background:url(images/search-btn.png) repeat-x;
	height:41px;
	-webkit-appearance:none;
	border:none;
	color:#fff;
}

.default-page ol{
	padding:0;
	
}

.default-page li{
	padding-bottom:10px;
	list-style: decimal;
}



/* POST LIST */

.section-header{
	background:url(images/banner.jpg) repeat-x;
	width:100%;
	height:31px;
	padding:9px 0 0 0;
}

.section-header h2{
	float:left;
	padding-left:5px;
}

.section-header h2 a{
	color:#fff;
}

.open-menu{
	background:url(images/nav.png) no-repeat;
	background-size:30px;
	width:30px;
	height:20px;
	display:block;
	cursor:pointer;
	float:right;
	margin-right:5px;
}

.post-list-container{
	width:100%;
}

.post-list-container .post{
	background: #fff;
	padding:5px;
}

.post-list-container .post.odd{
	background: #f4f4f4;
}

.post-list-container .post .media-photo-wrapper {
	width:80px;
	height:80px;
	overflow:hidden;
	background:#fff;
	padding:3px;
	border: 1px solid #d9d9d9;
	float: left;
	margin-right: 5px;
  	margin-bottom: 0;
}

.post-list-container .post .media-photo {
 	width:80px;
	height:80px;
  	overflow: hidden;
}

.post-list-container .post .media-photo img{
	width:80px;
	height:auto;
}

.post-list-container .post.video .media-photo-wrapper {
	width:110px;
	height:81px;
}

.post-list-container .post.video .media-photo {
 	width:110px;
	height:81px;
	position:relative;
}

.post-list-container .post.video .media-photo img{
	width:110px;
	height:auto;
	z-index:100;
}

.post-list-container p.breadcrumb{
	font-size:0.9em;
	color:#047ac0;
	margin:0;
	line-height:1.1em;
}

.video-play{
	background:url(images/play-icon.png) no-repeat center center;
	background-size:30px;
	width:110px;
	height:81px;
	display:block;
	position:absolute;
	top:0;
	z-index:10000;
}

.view-more{
	background:url(images/view-more.png) no-repeat left center;
	background-size:18px;
	padding-left:24px;
	height:18px;
	display:block;
	margin:10px 0 10px 5px;
}

.view-more a{
	color:#047ac0;
	font-weight:700;
}

.post-list-container #nav-below{
	margin:10px 0;
}

.post-list-container .nav-previous{
	margin:0 0 0 5px;
	float:left;
}

.post-list-container .nav-next{
	margin:0 5px 0 0;
	float:right;
}

.post-list-container .nav-previous a, .post-list-container .nav-next a{
	color:#047ac0;
	font-weight:700;
}


/* POST DETAIL */

.post.single h1 a{
	font-size:1.4em;
}

.post-content{
	padding:0 5px;
}

.post-content img{
	max-width:300px;
	height:auto;
	float:none !important;
	display:block;
}

blockquote {
	margin: 0;
}

.wp-caption{
	width:100% !important;
}

.wp-caption-text{
	font-style:italic;
	font-size:10px;
}

.post.single img.post-image{
	width:98% !important;
	max-width:98% !important;
	background:#fff;
	padding:3px;
	border: 1px solid #d9d9d9;
}

.article-sourcelink{
	float:right;
	width:50%;
	padding-top:10px;
	text-align:right;
}

.article-sourcelink a{
	background:url(images/view-source.png) no-repeat right center;
	background-size:15px;
	color:#047ac0;
	padding-right:20px;
}

.article-logo{
	width:50%;
	float:left;
	text-align:left;
}

.article-logo img{
	width:120px;
	height:auto;
}

.post.single .date{
	color:#047ac0;
	font-size:0.8em;
	line-height:30px;
}

.post.single iframe{
	width:100% !important;
	height:auto !important;
}

.post-footer{
	margin:20px 0 10px;
	padding:0 5px;
}

.post.single .nav-previous a{
	float:left;
	background: url(images/prev.png) no-repeat top left;
	background-size:55px;
	min-width:55px;
	width:16%;
	padding-top:32px;
	line-height:1em;
	font-size:0.75em;
}

.post.single .nav-next a{
	float:right;
	background: url(images/next.png) no-repeat top left;
	background-size:55px;
	min-width:55px;
	width:16%;
	padding-top:32px;
	line-height:1em;
	font-size:0.745em;
}

.social-share{
	float:left;
	width:100%;
	margin-bottom:10px;
}

.social-share-content{
	width:240px;
	margin:0 auto;
}

.social-share-content img{
	width:40px;
	height:auto;
}

a div{
	font-weight:normal;

}

.legends.post-content{
	word-wrap: break-word;
}

h2.sub-title-legends{
	color:#666;
	font-family:"PT Serif", Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	padding-top:2px;
}

.story-author{
	text-transform:uppercase;
	color:#999;
	padding-bottom:5px;
	border-bottom:dotted 1px #d9d9d9;
}


/* COMMENT FORM */

.commment-arrow{
	width:100%;
	text-align:center;
	height:17px;
	border-bottom:1px solid #a4a3a3;
}

.commment-arrow img{
	width:20px;
	height:auto;
}

.commment-section{
	background: #f4f4f4;
	padding: 5px 5px 20px;
	border-bottom:1px solid #a4a3a3;
    float: none;  
    display: block;  
}

.comment_form{
	margin:0;
	padding:0;
	overflow:hidden;
}

.comment_form textarea, .comment_form input[type="text"], .comment_form input[type="email"]{
	padding:1.5%;
	width:96%;
	border:1px solid #e2e2e2;
	height:30px;
	margin:3px 0;
	border-radius:0;
	-webkit-appearance:none;
}

.comment_form  textarea{
	height:80px;
}

p.comment_cite{
	line-height:1.3em;
	font-size:0.8em;
	font-style:italic;
}

.comment_form input[type="submit"]{
	width:99.5%;
	background:url(images/search-btn.png) repeat-x;
	height:41px;
	-webkit-appearance:none;
	border:none;
	color:#fff;
}

ul.commentlist{
	padding: 0 0 0 10px;
}

ul.commentlist strong{
	color:#047ac0;
}

ul.commentlist li{
	margin:10px 0;
}

ul.commentlist li.hide{
	display:none;
}

ul.commentlist .commment-arrow{
	width:100%;
	text-align:center;
	height:15px;
	border-bottom:1px solid #a4a3a3;
}

ul.commentlist .commment-arrow img{
	width:15px;
	height:auto;
}

.show-more{
	background:url(images/show-more.png) top center no-repeat;
	background-size:25px;
	width:48px;
	height:25px;
	padding-top:24px;
	margin:0 auto;
	cursor:pointer;
}

.show-more span{
	font-size:10px;
}

.comment-content{
	background:#fff;
	padding:10px;
	border:#dbdbdb solid 1px;
	border-top:none;
	font-size:0.85em;
	font-style:normal;
}

ul.commentlist .commment-arrow{
	width:97.5%;
	text-align:left;
	border-bottom:1px solid #dbdbdb;
	padding-left:2.5%;
}

::-webkit-input-placeholder {
	text-align:center;
}

.comment_form textarea::-webkit-input-placeholder{
	padding-top: 30px;
}

.comment_form span.error{
	text-align:center;
	margin-top:10px;
	color:#C00;
	width:100%;
}

.comment_form .error p{
	font-size:13px;
	font-style:italic;
	color:#C00;
}


/* GALLERY */

.gallery{
	width:100%;
	padding:0;
	text-align:center;
}

.gallery-list-album{
	background: #fff;
	margin-bottom:1px;
}

.gallery-list-album.odd{
	background: #f4f4f4;
}

.gallery-list-album img{
	float:left;
	width:50%;
	height:auto;
}

.gallery-title{
	width:50%;
	float:right;
	text-align:center;
	padding-top:3%;
}

.gallery img{
	margin:10px 0;
	width:100%;
	height:auto;
	-webkit-box-shadow: 0px 1px 4px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 1px 4px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 1px 4px rgba(50, 50, 50, 0.3);
}

.gallery img:first-child{
	margin-top:0;
}

.image-title{
	color:#047ac0;
	font-weight:bold;
}

.mobile-ads img{
	width:100%; 
	height:auto; 
	margin:10px 0 0;
	border-top: #3a5d76 5px solid;
	border-bottom: #3a5d76 5px solid;
}

.overlay { position: fixed; display: table; z-index: 99999; top: 0; left: 0; width: 100%; height: 100%; overflow: auto; background: rgba(0, 0, 0, .5); opacity: 0; visibility: hidden; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); -webkit-transition: opacity .3s ease-in-out; -moz-transition: opacity .3s ease-in-out; -ms-transition: opacity .3s ease-in-out; -o-transition: opacity .3s ease-in-out; transition: opacity .3s ease-in-out; }
.lt-ie9 .overlay { left: 18%; width: 50%; }
.overlay.active { opacity: 1; visibility: visible; }
.overlay .content { position: relative; display: table-cell; width: 100%; height: 100%; padding: 3% 10%; vertical-align: middle; text-align: center; }
.overlay .content a.close-overlay { position: absolute; z-index: 1; top: 2px; right: 2px; display: block; width: 30px; height: 30px; overflow: hidden; margin: -15px; background: url(images/close-2.png) center no-repeat; text-indent: -9999em; }
.overlay .content .video-frame { position: relative; width: 100%; height: 0; padding-bottom: 56.25%; margin: 0 auto; background: #1c1c1c; -webkit-box-shadow: 0 0 3em 0 rgba(0, 0, 0, .6); -moz-box-shadow: 0 0 3em 0 rgba(0, 0, 0, .6); box-shadow: 0 0 3em 0 rgba(0, 0, 0, .6); }
.overlay .content .video-frame iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; vertical-align: top; }
.subscribe-content-box { background: url('images/content-backg-2.jpg') no-repeat; background-size: cover; display: inline-block; padding: 6px 40px 30px 40px;  position: relative; border: solid 5px #385d8a; }  
.subscribe-content-box input { margin: 5px 0 5px 0 }
.subscribe-content-box input { padding: 8px; width: 100%; }
.subscribe-content-box .subscribe-submit { padding: 8px; color: #16aef2; display: inline-block; margin-top: 5px; }
.subscribe-content-box h4 { color: #16aef2; font-size: 1.9em; font-weight: normal; }
.subscribe-content-box h4 span.highlight { color: #16aef2 }
a.overlay-trigger { display: block; cursor: pointer; }
#signup-widget { text-align: left }
#signup-widget h3 { color: #16AEF2; display: block; font-family: Verdana, Geneva, sans-serif; font-size: 1.9em; font-weight: normal; text-align: center; }
#signup-widget .input-text-wrap { margin: 5px 0 5px 0 }
#signup-widget input { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; width: 100%; color: #838383; }
#signup-widget input.button.submit { height: 35px; display: block; border: 0; padding: 0; margin: 14px auto 0 auto; background-color: #dfdfdf; }
#signup-widget input.button.submit.hover { background-color: #16AEF2; color: #ffffff; }
#cc_Go {
width: 84px;
height: 35px;
float: left;
text-indent: -9999px;
border: 0;
padding: 0;
background: #f6f5f2 url(images/signup_btn.jpg) 0 0; }
.sign-up {
	padding-top: 10px;
	color: #fff;
	margin-top: 10px;
}

.sign-up-header {
	color: #FFF;
	font-size: 1.2em;	
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

div#cc_form_1 {
	width: 90% !important;
	background: none !important;
	color: #fff !important;
	border: none !important;		
}

div#cc_form_1 label {
	color: #fff;	
}

#constant-contact-signup 	{
	width: 100% !important;
	border: none !important;
	background: none;	
	webkit-box-shadow: none;
	box-shadow: none;
}

.pop-link {
	padding: 0 10px;
	text-align: left;	
	font-family: Arial, Helvetica, sans-serif;
}

.pop-link a {
	text-align: left;
	color: #FFF;
	text-decoration: none;
	color: #b9cde5;	
}

#cc_first_name::-webkit-input-placeholder, #cc_email_address::-webkit-input-placeholder {
   color: black;
   font-size: 1.2em;
   text-align: left;
}

#cc_first_name:-moz-placeholder, #cc_email_address:-moz-placeholder { /* Firefox 18- */
   color: black;
   font-size: 1.2em; 
   text-align: left;
}

#cc_first_name::-moz-placeholder, #cc_email_address::-moz-placeholder {  /* Firefox 19+ */
   color: black;
   font-size: 1.2em;  
   text-align: left;
}

#cc_first_name:-ms-input-placeholder, #cc_email_address:-ms-input-placeholder {  
   color: black;
   font-size: 1.2em; 
   text-align: left; 
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

 
/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .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; /* h5bp.com/t */
    }

    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;
    }
	
	.wrapper h4{
		display: none;
	}
	
	.navigation-container{
		display: none;
	}
}