/*   
    Theme Name: Wayne 2015
    Description: Blog theme for A Humane Nation
    Author: Karin Kreutzer, Christopher Keane
    Template: wp-brilliance102
    Version: 1.0.0
*/

@import url(../wp-brilliance102/style.css);

/* -------------------[ General and Utility]------------------- */

*,*:after,*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
    -webkit-font-smoothing: antialiased;    
}

.clear{clear: both;}

a, a:link, a:visited {
    color: #3871a8;   
}



/* -------------------[ Site Header and Nav ]------------------- */
#header {
    background-color: #225384;   
    margin: 0;
    color: white;
    padding: 25px 0;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(34,83,132,0.4);
    -moz-box-shadow: 0px 5px 10px 0px rgba(34,83,132,0.4);
    box-shadow: 0px 5px 10px 0px rgba(34,83,132,0.4); 
    position:relative;
    z-index: 10; 
}

#head-content {
    width: 100%;   
}

#site-title-logo {
    display: inline-block;
    width: 368px;
    height: 80px;
    float: left;      
}

#site-title-logo img {
    width: 100%;
}

#site-hsus-logo {
    display: inline-block;
    width: 202px;
    height: 48px;
    float: right;
    margin-right: 50px; 
    margin-top: 15px; 
}

#site-hsus-logo img {
    width: 100%;
}


#subheader {
    background-image: url(images/subhead-texture.png);
    padding: 0;
    height: 60px;
    position: relative;
}

#topnav {
    width: 600px;
    max-width: 60%;
    display: inline-block; 
    vertical-align: bottom; 
    position: absolute;
    bottom: 0;
    margin-left: 1.2em;
}

#topnav ul li {
    padding: 0 1px;     
}

#topnav ul a {
    border-right: none; 
    padding-top: 0;
    padding-bottom: 12px;
    border-bottom: 3px solid transparent;   
}

#topnav ul a:hover, #topnav ul a.hovered {
    color: #6da93a;
    border-color: #6da93a; 
}

#topnav li.menu-item-has-children a:hover {    
    /*border-color: transparent;*/
}


#topnav ul ul  {
	border-top: 0px solid #888;
}

#topnav ul ul a, #topnav ul ul a:hover {
    color: #000;
    background: #fff; 
    border-right: auto; 
    padding-top: 9px;
    padding-bottom: 7px;
    border: 1px solid #E5E5E5; 
    line-height: 17px;
    width: 152px;
    font-size: 15px;
}

#topnav ul ul a:hover {
    color: #6da93a;
}

#topnav ul ul a, #topnav ul ul a:hover {
    border-bottom: none;    
}

#topnav li > a:after {
    color: #000;
    content: ' ▾';
    transition: all 0.3s ease-in-out;
}

#topnav li > a:hover:after {
    color: #6da93a;
    content: ' ▾';
    transition: all 0.3s ease-in-out;
}

#topnav li > a:only-child:after {
    content: '';
}

#topnav li.current-menu-item > a,
#topnav li.current_page_item > a {
	color:#6da93a;
    border-bottom: 3px solid #6da93a;
}

#topnav ul ul li.current-menu-item > a {
    border-bottom: none;    
}

#topnav ul ul li:last-child > a {
    border-bottom: 1px solid #E5E5E5;    
}

.topnav-search-donate-wrap {
    float: right;
    margin-top: 13px;      
}

.topnav-search {
    display: inline-block;
    padding-right: 1.2em;
    border-right: solid 2px #dbdbdd;
    float: left;
}

/* Search Box  */

#searchform {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    display: inline-block;   
}

.search-wrap {
  	border:1px solid #dadadc;
    overflow: hidden;
    height: 34px;

}

#searchform input[type="search"] {
	display:inline;
	padding: 10px 5px 9px 10px;
	width: 150px;
    height: 34px;
	font-family:inherit;
    border: none;
	background:#fff;
	color:#000;
    vertical-align: top;
    box-sizing: border-box;
}

input.placeholder, textarea.placeholder { color: #4e4e4e; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #5A5A5A; }
input:-moz-placeholder, textarea:-moz-placeholder { color: #5A5A5A; opacity: 1 !important;}
input::-moz-placeholder, textarea::-moz-placeholder { color: #5A5A5A; opacity: 1 !important;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #5A5A5A; }

/* Lighten input placeholders on focus */
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { color: rgb(169, 169, 169); }
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder { color: rgb(169, 169, 169); }
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { color: rgb(169, 169, 169); }
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder { color: rgb(169, 169, 169); }

#searchform input[type="submit"],
#searchform input[type="button"] {
    background-color: #dadadc;
    background-image: url(images/magnifier.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 50% 45%;
    border: none;
    display: inline;
  	cursor:pointer;
    line-height: 0;
    font-size: 0;
    height: 35px;
    width: 35px;	
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
    vertical-align: top;

}
    
#searchform input[type="submit"]:hover,
#searchform input[type="button"]:hover {
    background-color: #dadadc;
	background-image: url(images/magnifier.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 50% 45%;    
    border-color: #dadadc;
}

/* Donate Box  */

.topnav-donate {
    display: inline-block; 
    padding-left: 1.2em;
    float: left;
    margin-top: 6px;
}

#subhead-donate-button {
  font-family: Frutiger W01, Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 1em;
  background: #ecbb38;
  padding: 8px 16px 6px 16px;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
  line-height: 1em;
  text-decoration: none; 
  transition: none;
  font-weight: bold;
  letter-spacing:-0.02em;
}

#subhead-donate-button:hover {
  background: #e2a115;
  text-decoration: none;
  transition: none;
}

/* -------------------[ Pages and Posts ]------------------- */

#page {
	margin-top: 40px;
    margin-bottom: 40px;
}

#contentleft, #contentright {
    padding-top: 0;
    padding-bottom: 0;       
}

.entry h2,
.entry h3, 
.entry h4,
.entry h5,
.entry h6, 
.entry h7 {
	margin-bottom: 10px;
}

.entry h2 {
	font-size: 1.375em; /* 22px @ 16px/em */
    padding-top: 5px;
}

.entry h3 {
	font-size: 1.125em; /* 18px @ 16px/em */
    margin-bottom: 5px;     
}

.entry h4,	
.entry h5, 
.entry h6,
.entry h7 {
	font-size: 1em; /* 16px @ 16px/em */
}

.entry h2.post-title {
	font-size: 1.75em; /* 28px @ 16px/em */
    margin-bottom: 20px;
    margin-top: 0;
}

/*CMK12082016: Hack to tighten up post title to fit on 2 lines */
.postid-8631 .entry h2.post-title,
.post-8631 .entry h2.post-title,
.postid-8631 .entry h1.post-title {
    letter-spacing: -0.06em;    
}


.wp-pagenavi {
	height: 36px;
}

.wp-pagenavi a, 
.wp-pagenavi a:link,
.wp-pagenavi a:visited,
.wp-pagenavi a:hover, 
.wp-pagenavi a:active,
.wp-pagenavi span.current,
.wp-pagenavi span.extend {
	padding: 6px 12px; 
}


/* -------------------[ Home Page ]------------------- */

.first-post-on-home {
    background-color: #f5f5f5; 
    border: 1px solid #e5e5e5; 
    padding: 20px;
}

.first-post-on-home .featured-image {
    background-color: #FFFFFF; 
    width: auto;
    margin: -20px -20px 0 -20px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    padding: 7px 7px 2px 7px; 
}

.first-post-on-home .entry img.thumbnail {
    width: 100%;
    max-width: none;
    max-height: none;
    float: none;
    margin: 0;
}

.first-post-on-home .entry img.size-medium {
    max-width: 100%;   
}

.first-post-on-home .entry img.size-large {
    max-width: 100%;   
}

.first-post-on-home .featured-caption {
    font-size: 12px;
    line-height: 15px;
    margin-top: 10px;
    margin-bottom: 15px;   
}

.first-post-on-home .share-buttons-top {
    margin-top: -15px;    
}


.first-post-on-home .my-excerpt {
    clear: both;
}

a.more-link {
    font-weight: bold;
    font-size: 14px; 
}

.first-post-on-home a.more-link {
    font-size: 16px; 
    line-height: 2em;
}

.first-post-on-home hr {
    color: #000;
    height: 2px;
    border-bottom: none; 
    border: 1px solid #AAA;  
}


/* -------------------[ Sidebar Widgets ]------------------- */

/* Social */
/* Some styles here apply to mobile menu social icons as well */
.widget.socialicons {
    margin-bottom: 35px;    
}

.widget.socialicons h3.widgettitle {
    display: inline-block;
    border-bottom: none;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 0;
    padding-bottom: 0;
    letter-spacing:-0.02em;
    margin-top: 8px;
    margin-right: 9px;
}

.widget.socialicons .widget-wrap {
    text-align: right;   
}

.widget.socialicons .textwidget {
    display: inline-block;
    float: right;
}

.widget.socialicons .sub-icons li, .socialicons .sub-icons li:last-child,
#mobile-menu-social-icons .sub-icons li, #mobile-menu-social-icons .sub-icons li:last-child {
    border: none;    
}

.socialicons .sub-icons li:last-child  {
    padding-right: 0;
    margin-right: 0;   
}

.widget.socialicons .sub-icons a,
#mobile-menu-social-icons .sub-icons a {
    opacity: 1.0;   
}

.widget.socialicons .subicon.facebook {
    background: url(images/facebook_icon_blue.svg) 0 0 no-repeat;
    background-size: 24px;
}

.widget.socialicons .subicon.gplus {
    background: url(images/google+_icon_dark.png) 0 0 no-repeat;    
    background-size: 24px;
}

#mobile-menu-social-icons .subicon.facebook {
    background: url(images/facebook_icon_blue_white_bg.svg) 0 0 no-repeat;   
}

.widget.socialicons .subicon.twitter,
#mobile-menu-social-icons .subicon.twitter {
    background: url(images/twitter_icon_blue.svg) 0 0 no-repeat;
}

.widget.socialicons .subicon.twitter {
    background-size: 24px;
}

#mobile-menu-social-icons .subicon.twitter {
    background-size: 32px;
}

#mobile-menu-social-icons .subicon.gplus {
    background: url(images/google+_icon_dark.png) 0 0 no-repeat;
    background-size: 100%;
}

.widget.socialicons .subicon.pinterest {
    background: url(images/pinterest_icon_red.svg) 0 0 no-repeat;
}

.widget.socialicons .subicon.linkedin {
    background: url(images/linkedin_icon_blue.png) 0 0 no-repeat;
    background-size: 100%;
}

#mobile-menu-social-icons .subicon.pinterest {
    background: url(images/pinterest_icon_red_white_bg.svg) 0 0 no-repeat;
} 

#mobile-menu-social-icons .subicon.linkedin {
    background: url(images/linkedin_icon_blue.png) 0 0 no-repeat;
    background-size: 100%;
} 

.widget.socialicons .subicon.youtube,
#mobile-menu-social-icons .subicon.youtube {
    background: url(images/youtube_squircle_red.png) 0 0 no-repeat;
    background-size: 100%;
}

/* Featured Page */
.widget.featuredpage h3.widgettitle {
    margin-bottom: 14px;   
}

.widget.featuredpage img.thumbnail.alignleft {
    max-width: 46%; 
    margin-right: 14px;  
}

.widget.featuredpage {
    color: #333333;  
    font-size: 13px;
    line-height: 17px; 
}

/* Subscribe box */

.widget.subscribebox {
	padding: 10px 15px 8px;
}

.widget.subscribebox h3.widgettitle {
    background: url(../wp-brilliance102/images/email-sub.png) top right no-repeat;
    background-size: 32px;
    padding-top: 2px;
    padding-right: 48px;
    min-height: 38px;
}

.widget.subscribebox input.subscribe-email, .mysubscribebox input.subscribe-email {
    width: 207px;
    padding: 7px 5px; 
    color: black;
}

.widget.subscribebox .subscribe-button, .mysubscribebox .subscribe-button {
  font-family: 'Frutiger W01', Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  background: #6da93a;
  padding: 11px 10px 9px 10px;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
  line-height: 1em;
  text-decoration: none; 
  transition: none;
}

.widget.subscribebox .subscribe-button:hover, .mysubscribebox .subscribe-button:hover {
  background: #4E762C;
  text-decoration: none;
  transition: none;
}

.widget.subscribebox li {
    margin-top: 7px;
    list-style-type: none;
    border: none;
    display: inline;
    float: left;
}

.widget.subscribebox a:link, .widget.subscribebox a:visited  {
    color: #333333;    
}

.widget.subscribebox a.subicon {
	opacity:1.0;
    display: inline-block;
	margin: 0;
    font-size: 14px;  
    line-height: 24px; 
}

.widget.subscribebox a.subicon.rss {
    padding-left: 32px;
    background:url(images/rss-icon.png) 0 0 no-repeat; 
    background-size: auto 100%;
}

.widget.subscribebox a.subicon.email-a-friend {
    padding-left: 35px;
    background: url(images/email-icon.svg) 0 0 no-repeat; 
    background-size: 28px 18px;
    background-position: left center;
    margin-left: 50px;
}

/* Subscribe box on dedicated Subscribe page */

#subscribe-page-widget .widget.subscribebox p.intro {
    background: none;   
} 

/* Subscribe widget at end of post */
#subscribe-widget-post p.intro {
    background: none;   
} 

#subscribe-widget-post .widgettitle {
    font-size: 26px;    
}

#subscribe-widget-post {
    margin-bottom: 10px;
}


/* Featured Page Widget */
.featpage-excerpt a.more-link {
    display: block; 
    margin-top: 2px;  
}


/* WP-Popular Posts */
.widget.sidetabs .slides .pop-excerpt {
    display: table; 
    line-height: 1.3em;  
}

.wpp-post-title {
    font-family: 'Frutiger W01', Arial, Helvetica, sans-serif; 
    display: table-cell;
    vertical-align: middle; 
}


/* YouTube Widget */
.featured.yt img.yt-thumb {
	margin-right: 10px;
}

.featured.yt .yt-title {
    font-family: 'Frutiger W01', Arial, Helvetica, sans-serif;
    line-height: 1.3em; 
}

/* Recent Posts Widget */
#recent-posts-2 {
    font-family: 'Frutiger W01', Arial, Helvetica, sans-serif;
    line-height: 1.4em;     
}


/* -------------------[ Posts and Related ]------------------- */
.meta {
    padding-left: 3px;   
}

.meta-author {
    display: none;   
}

.meta-date {
	background: url(images/calendar.svg) 0 40% no-repeat;
    background-size: 11px 11px;
	padding-left:15px;
	margin-right:8px;
}

.meta-cats {
	background:url(images/article.svg) 0 40% no-repeat;
    background-size: 10px 13px;
    padding-left: 15px;
	margin-right: 8px;
	}

.meta-comments {
	background:url(images/bubble.svg) 0 55% no-repeat;
    background-size: 13px 13px;
    padding-left: 18px;
	margin-right:8px;
}

.single-post .meta {
    margin-bottom: 10px;   
}

.my-excerpt p:last-child {
    margin-bottom: 0;   
}

p.readmore {
    margin-bottom: 0;   
}

/* CMK11072016: Hide LiveBlog avatars */
.liveblog-entry .liveblog-meta .liveblog-author-avatar {
    display: none;
    visibility: hidden;
}

.liveblog-entry .liveblog-meta .liveblog-author-name {
    display: none;
    visibility: hidden;    
}

.liveblog-entry-text img {
    width: 100%;   
}

/*Hack to hide duplicate entry on 11/8/2016 post */

#liveblog-entry-27190 {
    display: none;   
}

/* -------------------[ Share Buttons on Posts and Excerpts ]------------------- */
div.ssba {
	font-family: 'Frutiger W01', Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: inline-block;
}

.ssba img {
    margin-top: -3px;   
}

a.ssba_facebook_share img {
    margin-left: 7px;   
}

.share-buttons-bottom .ssba img {
    width: 38px !important;
    height: 38px !important; /* Fix for IE squishing */   
}

.share-buttons-bottom a.ssba_facebook_share img {
    margin-left: 4px;   
}

.share-buttons-top div.ssba {
    margin-top: 0;
    margin-bottom: 20px; 
    font-size: 10px;   
}

.share-buttons-top .ssba img {
    width: 22px !important; 
    height: 22px !important; 
    padding: 0;
    margin-right: 10px;  
}

.first-post-on-home .share-buttons-top .ssba img {
    margin-right: 4px;
    width: 20px !important; 
    height: 20px !important;      
}

.first-post-on-home .share-buttons-top a.ssba_print img {
    margin-right: 6px;    
}

.share-buttons-top a.ssba_print img {
    margin-right: 6px;    
}

.share-buttons-bottom {
    margin-top: 20px;   
}

/* Facebook Like Button */
.fcbk_share {
    display: inline-block;
    height: auto;
    position: relative;
    top: -3px;
    left: 4px;  
}

.post-categories {
    margin-bottom: 25px;    
}

.post-categories h6 {
    font-size: 20px;
    margin-bottom: 5px;    
}

/* -------------------[ Comments and Comment Form ]------------------- */

.comments-intro-text {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 18px;    
}

.comments-before-text {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;    
}

#commentform input[type="text"],
#commentform textarea {
    text-align: left;
    width: 100%;  
}

#commentform input[type="submit"],
#commentform input[type="button"] {
	background: #6da93a;
	border: 1px solid #6da93a;
	color:#fff !important;
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
	font-family: 'Frutiger W01', Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 12px 17px;
}

#commentform input[type="submit"]:hover,
#commentform input[type="button"]:hover {
	background: #4E762C;
	border-color: #4E762C;
	color:#fff !important;
}

.comments-after-text {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 16px;    
}

/*Facebook Comments widget -- for older posts */
.fb_iframe_widget {
    margin-top: 10px;    
}

/* Override CSS added by SSBA plugin */ 
.fb-comments.fb_iframe_widget span {
    width: 100% !important;
}

.comment-body .comment-meta {
    margin-bottom: 10px;
}

.comment-body p {
    font-size: 14px;
    line-height: 20px; 
    margin-bottom: 10px;
}

/* -------------------[ Contact Form ]------------------- */

.wpcf7 input[type="submit"], .wpcf7 input[type="button"] {
    background: #6da93a;
	border: 1px solid #6da93a;
	color:#fff !important;
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
	font-family: 'Frutiger W01', Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 12px 17px;    
}

.wpcf7 input[type="submit"]:hover, .wpcf7 input[type="button"]:hover {
    background: #4E762C;
	border-color: #4E762C;
	color:#fff !important; 
}


/* -------------------[ Photos and Captions and Thumbnails ]------------------- */

/* Legacy styles from Typepad */
.entry .photo-wrap {
    margin-left: 20px !important; 
    margin-right: 20px !important; 
}

.entry .photo-caption {
    font-size: 12px;
    line-height: 16px;
    color: #666666; 
    /*margin-top: -20px;*/   
}

.entry img {
    max-width: none;   
}

.entry img.thumbnail, .post-feature-video {
    float: left;
    margin: 0 15px 20px 0;   
}

.entry img.thumbnail {
    max-height: 180px;
    
}

.wayne-media-credit {
    font-style: italic;   
}


.wp-caption {
    border: none;
    text-align: left; 
  	margin: 0 20px 5px;
}

.wp-caption.alignleft {
    margin-left: 0;   
}

.wp-caption.alignright {
    margin-right: 0;   
}

.wp-caption p.wp-caption-text {
    line-height: 16px;
    padding-left: 10px;
    padding-right: 15px;   
}

.first-post-on-home .wp-caption {
    padding-top: 0;    
}


/* Featured images on post pages */
.single-post .featured-image {
    background-color: #FFFFFF; 
    width: auto;
    margin: 0;
    text-align: center;
    border: 1px solid #e5e5e5;
    padding: 7px 7px 2px 7px; 
}

.single-post .entry img.thumbnail {
    width: 100%;
    max-width: none;
    max-height: none;
    float: none;
    margin: 0;
}

.single-post .featured-caption {
    font-size: 12px;
    line-height: 15px;
    margin-top: 10px;
    margin-bottom: 15px; 
    padding-left: 1.5em;
    padding-right: 1.5em;  
}


/* -------------------[ Archives Page ]------------------- */
ul.bycategories {
    margin: 0;
    padding: 0;
}
ul.bycategories li {
    list-style: none; 
    list-style-type: none;
    margin: 0; 
    padding: 0;
}
ul.bycategories li a {
    list-style: none; 
    list-style-type: none;
    margin: 0 20px 15px 0; 
    float: left; 
    background: #eee; 
    color: #464646; 
    padding: 5px 10px;
    border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
}
ul.bycategories li a:hover{
    text-decoration: none; 
    background: #6da93a; 
    color: #fff;
}

/* -----------------[ 404 Page ]------------------------- */
.sitemap-wide {
	width: 60%;
}

.sitemap-post img.thumbnail {
    width: 36%;
    margin-top: 4px;  
    margin-bottom: 10px;  
}

/* -----------------[ Print Styles ]------------------------- */
@media print {
    
    @page { 
        size: auto;   /* auto is the initial value */ 
    
        /* this affects the margin in the printer settings */ 
        margin: 25mm 25mm 25mm 25mm;  
    } 

    body {
        font-size: 14pt !important;
        line-height: 1.3em !important;
        color: black !important;
    } 
    
    a {
        font-size: 14pt !important;
        text-decoration: underline !important;        
    }
    
    h1 a, h2 a { text-decoration: none !important; }
       
    #header img.screen { display: none; }
    
    #site-title-logo { width: 100%; height: auto;}
    #site-hsus-logo { display: none; }
    #site-title-logo img.print { 
        display: block !important;
        width: 921px;
        height: 119px; 
        margin-left: 0;
    }   
    
    #subheader { display: none; }
    #contentleft { 
        width: 90%; 
        margin-left: 0%;    
    }
    #contentright { display: none; }
       
    .share-buttons-top, .share-buttons-bottom { display: none; }
    
    .comment-respond { display: none; }
    
    .navigation { display: none; }
    
    #site-footer-container { display: none; }
    
    #backtotop { display: none !important; }
    
}





