	/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
/*********************
******* GENERAL ******
*********************/
header .navbar { 
    padding-bottom: 10px;
}
.entry ul {
	font-size: 16px;
}

.interior li {
	margin-bottom: 20px;
}

.interior h2 {
	text-align:center;
}

	
.wp-caption {
    /* Force the box to be 100% */
    /*width: 100% !important;*/
}

p.nomargin {
	margin:0px;
}

.textwidget p {
	font-size: 15px !important;
}
// HP section.c
.c .container .row .col-md-4 .content-img img {
    height: 100%;
    position: static;
    width: 100%;
    object-fit: cover;
    transform: scale(1.1);
}
/********************/
/* Species Template */
/********************/
.custom-c .container {
	padding: 50px 0 0;
}

.custom-c .info-message {
	font-weight: bold;
	color: #000;
	padding-left: 15px;
}

/* Accordion */
.accordion-title {
	cursor: pointer;
}

.accordion-title::before {
	-ms-transform: rotate(270deg);
/* IE 9 */
	-webkit-transform: rotate(270deg);
/* Chrome, Safari, Opera */
	transform: rotate(270deg);
	cursor: pointer;
}

.accordion-title.open::before {
	-ms-transform: rotate(0deg);
/* IE 9 */
	-webkit-transform: rotate(0deg);
/* Chrome, Safari, Opera */
	transform: rotate(0deg);
}

/******************************
********** Masthead ********
*******************************/
.interior-top h1 {
    min-height: 300px;
}

.interior-top img{
		object-fit: cover;
}
/************************
********** DONATE *******
*************************/
.donate .donate-b p {
	margin-bottom: 20px;
}


/*************************
********  LOGOS **********
**************************/

.member-logo {
	padding: 35px;
}

.logo-title {
	font-weight:bold;	    
	font-size: 24px !important;
}


/***********************
********** BLOG ********
************************/
a.view-archive {
	font-size: 20px;
  font-weight: bold;
}


/*** SPECIES TABLE ***/
#conservation {
	color:#21525d;
	background-color: #f2fbfc;
  border-radius: 5px;
}

#conservation.table>tbody>tr>td, #conservation.table>tbody>tr>th {
 border-top: 1px solid #b4d5dc;
}

#conservation.table>tbody>tr>th {
	font-weight:bold;
	font-family: sans-serif;
}

#conservation.table>thead>tr>th {
	border-bottom: 1px solid #b4d5dc;
	font-family: sans-serif;
	font-weight:bold;
}  


/******************************
********** SINGLE POST ********
*******************************/


.press-release-blog-post .row.d-flex{
    display: none;
    align-items: start;
    }
.interior.press-release-blog-post h2{
    text-align: start;
    align-self: center;
}
.interior.press-release-blog-post .acf-desc-field p{
    margin-top: 10px;
    font-style: italic;
}

.interior.press-release-blog-post .featuredImg img {
    max-width: 100% !important;
    height: 300px !important;
}

@media screen and (max-width: 992px) {
  .interior.press-release-blog-post h2{
    text-align: center;
}
    .press-release-blog-post .row.d-flex{
    flex-direction:column;
}
    .interior.press-release-blog-post .acf-desc-field{
    display: flex;
    flex-direction: column;
    align-items: center;
    }
    .interior.press-release-blog-post .acf-desc-field p{
        text-align: center; 
    }
}
 
/***********************
********** SEARCH ********
************************/
.search-title{
    margin-top:100px;
}
.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-collapse: separate;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 150px;
    font-family: 'a_love_of_thunderregular';
}
.btn-search{  
    border-color: #ffffff;
}
.input-group .form-control{
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0px solid #ffffff;
}
header .navbar-brand{
	z-index: 31 !important;
}

/***********************
********** Subscribe form ********
************************/

a.button.open-popup, #gform_submit_button_1 {
	  background: #8fa44a;
    border: solid #7a8c3f 1px;
    text-transform: uppercase;
    color: #fff;
    transition: 0.4s;
    border-radius: 5px;
    height: 45px;
    margin-top: 30px;
    padding: 12px 20px;
}

#gform_wrapper_1 .gform_footer {
	  margin: auto;
    display: block;
}

#gform_submit_button_1 {

    margin-top: 0px;

}

#subscribe-popup .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox] {
    margin-top: 0px !important;
}


#subscribe-popup .modal-dialog {
	top:70px;
}

#subscribe-popup h3 {
	margin-top:0px;
	display:block;
}

/***********************
********** Media Queries ********
************************/

@media only screen and (max-width: 991px)  {
.input-group { 
    width: 101px; 
}
.collapse.navbar-collapse { 
    margin-left: 0px!important;
}
}

@media only screen and (min-width: 768px)  {

.collapse.navbar-collapse{
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 110px;
}
}
@media only screen and (max-width: 768px)  {
    .input-group{
    width: 100% !important;
    display: inline-table;
    padding: 3px 0px;
    }

}

/* 
 * Changes below are to adjust the header navbar for increased menu items as well as to override Bootstrap 3's breakpoint for the menu collapse to include tablets as well
 * */

@media only screen and (min-width: 1100px) {
body > header > div > a.navbar-brand > img {
		margin-top: -10%;
	}
}

@media (max-width: 991px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}