/*
Theme Name: Population Reference Bureau
Theme URI: http://www.alleyinteractive.com/
Author: Alley Interactive
Author URI: http://www.alleyinteractive.com/
Description: esc_description( 'Get going' )
Version: 1.5
*/

/* This is a quick and dirty way to get some of the CSS changes requested by PRB onto the site.  A prefereable method would be to run the webpack compiler and add the changes there.
*/

 .article-post-list__article__title {
	 
 }
 
  .postid-18039 .aside-authors {
    display: none;
}

.postid-18039 .aside-date {
    display: none;
}
 
 
 
 .postid-17026 .aside-authors {
    display: none;
}

.postid-17026 .aside-date {
    display: none;
}
 
 

.postid-14351 .aside-authors {
    display: none;
}

.postid-14351 .aside-date {
    display: none;
}

.postid-16797 .aside-authors {
    display: none;
}

.postid-16797 .aside-date {
    display: none;
}


.prb-contact-form {
	max-width: 500px;
	margin: 0 auto;
}

.section-content .button-dropdown-menu--download .button-dropdown-menu__toggle {
	background-color: #2375bb;
	color: #FFF;
	border: 1px  #2375bb solid;
}

.section-content .button-dropdown-menu--download .button-dropdown-menu__toggle:hover  {
	background-color: #218291;
	color: #FFF;
}
.section-content .button-dropdown-menu--download .icon-down svg path {
	fill: #FFF;
}

.section-content .button-dropdown-menu--download:hover .icon-down svg path {
	fill: #FFF;
}

.section-content table .small {
	font-size: .85em;
}

.section-content table .smaller {
	font-size: .75em;
}

.section-content table .smallest {
	font-size: .5em;
}
.footnotes em {
	font-style: italic !important;
}

body.author .section-content {
	margin-bottom: 4rem;
}

.landing-hero__title {
	width: 100%;
}

.landing-hero .landing-hero__excerpt {
	font-weight: bold;
}

.fpadvocacy-banner {
	width: 100%;
	text-align: center;
	height: 48px;
	background-color: #218291;
	font-weight: bold;
}
.fpadvocacy-banner h2 {
	color: #FFF;
	vertical-align: middle;
	padding: 10px 0;
	font-size: 30px;
}

.aside-project__header {
	color: #2375BB;
	font-weight: bold;
	font-size: 1.25em;
	padding-bottom: 14px;
	text-transform: uppercase;
}

.aside-summary {
	padding-bottom: 14px;

}

.aside-summary a {
	color: #218291;
	font-weight: bold;
	font-size: 1.0em;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.aside-summary li {
	padding-bottom: 14px;
}
.aside-summary li a:hover {
	text-decoration: underline;
}
 
.aside-project ul {
	color: #4EB1D2;
	}
.aside-project a {
	color: #717073;
	font-weight: bold;
	font-size: 1.0em;
}
.aside-project li {
	padding-bottom: 14px;
}
.aside-project li a:hover {
	text-decoration: underline;
}

.wpcf7{
	background-color: #F1F1F1;
	border: thin solid #666666;
		
}
.wpcf7-form{
	margin-left: 25px;
	margin-right: 25 px;
	margin-top: 35 px;
}
.wpcf7-textarea{
	width: 85%;
}
.wpcf7-input{
	width: 60%;
}
.wpcf7-submit{
	background: #33c9d1;
	color:aliceblue;
	padding:5px 15px; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}
span.wpcf7-list-item { display: block; }
