/**
Theme Name: World Bird Photos
Author: Southmedia Ltd
Author URI: https://southmedia.agency
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: world-bird-photos
Template: astra
*/

#wbp-search h2{
  margin-bottom:20px;
}




#wbp-search > input[name="s"],
#wbp-search > input[type="submit"],
#wbp-search > input[type="button"],
{
  width:100%;
  margin-bottom:20px;
}


.home-photo{
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-bottom:20px;
  position: relative;
  text-align: center;
  height: 100%;
}

.home-photo img{
  height:100%;
  width:100%;
}

h2{
  font-size:1.3em !important;
  font-weight: bold !important;
}

h1.entry-title{
  padding-top:20px;
}

.photo-title{
  top:20%;
  height:60%;
  left:10%;
  position: absolute;
  width:80%;
  background-color:rgba(0,0,0,0.6);
  text-align: center;
  z-index:1;
  line-height:1;
  display:block;
  color:white;
  font-weight:bold;
}


.home-photo .photo-title{
  display:none !important;
}

.home-photo:hover .photo-title{
  display:block !important; 
}

.home-photo:hover .photo-title{
 background-color:rgba(0,0,0,0.8); 
}

.photo-title h3{
  color:white;
  font-weight: bold;  
  font-size:1.1em; 
  margin:0;
  padding:12% 0;

}

.photo-title .ital{
  font-size:0.8em;
  font-style: italic;
  font-weight: normal;
  height:0;
  
}

.home-photos{
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home-photo{
  position: relative;
}

@media(min-width:500px){
  .home-photo {
    width:49% !important;
  }

}

@media(min-width:900px){
 .home-photo {
    width:32% !important;
   }
}



/*.home-col a{
  width:100%%;
  margin-bottom:20px;
  position: relative;
  display: block;
  line-height: 320px;
  height: 320px;
  text-align: center;
  overflow: hidden;
}

.home-col a .photo-title{
  
}*/

#wbp-search {
  padding-bottom:20px;
}


#wbp-search > input[name="s"]{
  width:100%;
}

#wbp-search > input[type="submit"]{
  width:100%;
}

#wbp-search > input[type="button"]{
  width:100%;
}

@media(min-width:500px){


#wbp-search > input[name="s"]{
  width:58%;
  margin-right:2%;
}

#wbp-search > input[type="submit"]{
  width:29%;
  margin-left:1%;
  padding:0.9rem;
}

#wbp-search > input[type="button"]{
  width:9%;
  margin-left:1%;
  padding:0.9rem;
}

}

input[type="submit"]{
  background-color:#005E7C !important;
}

/* Search Results */

#slidecontainer{
  border-top:1px solid #eee;
  width:100%;
  clear:both;
  overflow: hidden;
}

#slidebtn{
  display:block;
  float:right;
  margin-top:40px;
  margin-bottom:20px;
  background-color:#005E7C;
  color:white;
  clear:both;
  padding:10px 20px;
  font-size:0.9em;
  text-transform: uppercase;
}


.blog-layout-1 .post-content{
  position: relative;
  height:100%;
}

.blog-layout-1 .post-content header{
  position: absolute;
  top:0;
  left:10%;
  width:100%;
  background-color:rgba(0,0,0,0.6);
  width:80%;
  height:60%;
  margin-top:10%;
  overflow: hidden;
  text-align: center;
  display:none;
}

.blog-layout-1 .post-content:hover header{
  display:block;
}

.blog-layout-1 .post-content header h2 a{
  color:white;
  font-size:0.9em !important;
  padding:10% 20px!important;
  display:block;
}

.blog-layout-1{
  border-bottom:0px !important;
  margin-bottom:0px !important;
  padding-bottom:0px !important;
}

.archive #slidecontainer{
  border:none !important;
  margin-top:-30px;
}

.ast-archive-description{
  border:none !important;
  margin-bottom: 0px;
}

@media(min-width:800px){
  .ast-archive-description{
    width:60%;
    float:left;
  }
  
  /*#slidecontainer{
    width:40%;
    float:right;
    text-align: right;
    clear:right;
    padding-top:30px;
  }*/
}

.archive #main{
  clear:both;
}

.single-photo .post-thumbnail{
  margin-top:40px;
}

.single-photo h1{
  margin-top:40px;
  font-size:1.6em;
}

.single-photo .large-photo,
.single-photo .back-photo{
  background-color:#005E7C;
  color:white;
  padding:10px 20px;
  font-size:0.9em;  
}


.single-photo .large-photo:hover{
  background-color:black;
}

#photo-info ul li{list-style: none;width:100%;display: inline-block;clear:both;float:left;margin-bottom:10px;}
#photo-info ul li strong{width:50%;display:inline-block;background-color:white;float:left;}
#photo-info ul li span{width:50%;float:right;background-color:#D5E7EC;padding:2px 5px;}



.photo-ref{
  clear:both;
  padding:20px 0;
}


@media(min-width:800px){
  .single-photo h1{
    float:left;
    max-width:80%;
  }
  
  .large-photo,
  .back-photo{
    max-width:20%;
    float:right;
    margin-top:40px;
    margin-bottom:40px;
    margin-left:10px;
  }
  
  #photo-info .column-one{
    float:left;
    width:49%;
    padding:0 1% 0 0;
    margin:0;
  }
  #photo-info .column-two{
    float:left;
    width:49%;
    padding:0 0 0 1%;
    margin:0;
  }
}

.ast-desktop-header-content{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100vh;
  z-index:5; 
  background-color:white;
  display:block;

}

#ast-desktop-header{
  
}


.menu-toggle{
  z-index:100;
}

#masthead .ast-header-html{
  margin:40px auto;
}

#ast-desktop-toggle-menu{
  text-align: center;
}

#ast-desktop-toggle-menu .menu-link{
  font-size:1.4em;
  color:#005E7C;
  text-transform: uppercase;
  font-weight: bold;
}

#ast-desktop-toggle-menu .menu-link:hover{
  font-size:1.4em;
  color:black;
}

.ast-main-header-wrap{
  z-index:9999; 
}

.ast-primary-header-bar{
  border:0px;
}

.main-navigation{
  text-align:center;
}

#topic{
  margin-top:120px;
  margin-bottom:20px;
  text-align: center;
}

.select2-container{
  margin-bottom:20px;
}

.select2-container:nth-child(3),
.select2-container:nth-child(5),
.select2-container:nth-child(7){
margin-right:2%;
}


.select2-selection__rendered {
    line-height: 41px !important;
}
.select2-container .select2-selection--single {
    height: 45px !important;
}
.select2-selection__arrow {
    height: 44px !important;
}

.wpp-modern-grey{
  display:none !important;
}