/*
Theme Name: Stellar Child
Template: stellar
*/


@font-face {
    font-family: 'bodonixtregular';
    src: url('assets/fonts/BodoniXT/bodonixt-webfont.woff2') format('woff2'),
         url('assets/fonts/BodoniXT/bodonixt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



#portfolio_wall_filters{
  position: static !important;
  margin-top:1em !important;
}

.wpcf-3-form-control{
 width:100% !important;
}


input[type=text], input[type=email], input[type=url], input[type=password], .woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text{
	width:90%;
}


#page_caption_wrapper{

margin-top:25%;

}

.wall_thumbnail img {
 
  width: 100%;
  display: block;
}

.lazyload {
  background: transparent;
  border: none;
  height: inherit;
}

.lazyloading {
  background: transparent url(//afarkas.github.io/lazysizes/assets/imgs/loader.gif) no-repeat center;
  /* min-height: 60px; */
}

img.lazyload,
img.lazyloading {
  /* min-height: 370px; */
}

#page_caption_wrapper img{
  max-width: 50%;
}

@media only screen and (max-width: 959px) and (min-width: 768px){
  #page_caption_wrapper{
    margin-top: 1em !important; 
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p{
 /* font-family: 'bodonixtregular' !important;
  margin:1em 0; */
}


h1,
h2,
h3,
h4,
h5,
h6{
  text-transform: capitalize;
}

html,
body{
	height: 100%;
  background: white;
}



.single-event .inner .inner_wrapper{
    display: flex;
    flex-flow:row wrap;
    background-color: white;
}

.single-event .inner .inner_wrapper #blog_grid_wrapper_custom{
  width:65%;
  height: 100%;
}

.single-event .inner .inner_wrapper #blog_grid_wrapper_custom_event{
  width:65%;
  height: 100%;
}

a.fancy-gallery.event{
  position: relative;
}

.single-event .inner .inner_wrapper .details{
  padding-left: 2%;
  box-sizing: border-box;
  width: 35%;
  position: relative;
  height: 100%;
  
}

.single-event .inner .inner_wrapper .details .inner-fixed::-webkit-scrollbar {
  width: 5px;
}

.single-event .inner .inner_wrapper .details .inner-fixed::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
}

.single-event .inner .inner_wrapper .details .inner-fixed::-webkit-scrollbar-thumb {
background-color: darkgrey;
outline: 1px solid slategrey;
}

#filters button{
 border-radius: 0;
 background-color: transparent;
 color: black;
}

#filters button.is-checked{
  background-color: black;
  color: white;
}
/* .mask{
} */

.single-event .inner .inner_wrapper .details .inner-fixed{
  position: fixed;
  height: auto;
  padding: 4% 1em;
  overflow: auto;
  height: 100%;
  box-sizing: border-box;
}

.white-popup{
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  width:90%;
  margin: 20px auto;
}

.mfp-modal-link{
  position: absolute;
  top:-21px;
  color: white;
  z-index: 9999;
}

.mfp-modal-link:hover{
  color:white;
  opacity: .6;
}

.popup-container{
  display: flex;
  flex-flow: row wrap;
}

.inner-fixed h1{
  margin-top: 0;
  margin-bottom:1em;
  line-height: 28px;
  font-size: 28px;

}

.single-event .inner .inner_wrapper .details .inner-fixed ul{
  list-style-type: none !important;
  margin: 0 !important;
  margin-top: 1em !important;
  height: 100%;
}



.wall_thumbnail {
  position: relative;
  width:100%;
}

.reward-container{
  margin-top:1em;
}

.single-event .inner .inner_wrapper .details h1 i {
  display: none;
}

@media ( max-width: 767px ){
  .single-event .inner .inner_wrapper .details{
    width: 100%;
    position: fixed;
    padding: 0;
    background: white;
    bottom: 0;
    height: 50px;
    z-index: 9999 ;
    transition: height .5s ease-in-out;
  }



  .single-event .inner .inner_wrapper .details h1 i {
    position: absolute;
    right: 4%;
    font-size: 0.8em;
    line-height: 28px;
    display: inline;
  }

  .single-event .inner .inner_wrapper .details.open{
    height: 100%;
    transition: height .5s ease-in;

  }
  .single-event .inner .inner_wrapper .details .modal-content{
    display: none;
  }

  .single-event .inner .inner_wrapper .details.open .modal-content{
    display: inline;
  }

  .single-event .inner .inner_wrapper .details .inner-fixed{
    width: 100%;
    height: 100%;
  }

  .single-event .inner .inner_wrapper #blog_grid_wrapper_custom{
    width: 100%;
    padding-bottom: 50px;
  }
  .single-event .inner .inner_wrapper #blog_grid_wrapper_custom{
    width: 100%;
    padding-bottom: 50px;
  }

  .single-event .inner .inner_wrapper #blog_grid_wrapper_custom_event{
    width: 100%;
  }
  


  #page_header_bg{
    position: inherit !important;
    height: auto !important;
    min-height: unset !important;
  }

  #page_caption{
    display:block;
    position:static !important;
    height: auto !important;
    min-height: unset !important;
    padding: 1em !important;
    box-sizing: border-box;
  }

 
  
  #page_caption_wrapper{
    margin-top: 0 !important;
  }
  
}

#blog_grid_wrapper_custom_event.vertical.right,
#blog_grid_wrapper_custom.vertical.right{
  width: 50%;
}

.description-section{
  width: 50%;
  background:white;
  padding:5%;
  box-sizing: border-box;
}

.gallery a{
  width: 100%;
}

.gallery.single a {
  position: relative;
}
.see_galleries_section{
  margin: 2em 0;
}

.see_galleries_section a{
  border: 1px solid black;
  padding: 1em;
  color: black;
  text-transform: capitalize;
}

.see_galleries_section a:hover{
  background: black;
  color:white;
  transition: all .6s
}

.inner_wrapper.service{
  display: flex;
  flex-flow: row wrap;
}


.social_wrapper ul li i{
  font-size: 16px !important;
  width: 30px !important;
  height: 30px !important;
  background: #9c9c9c !important;
}
.search_wrapper{
  margin: 1em 0;
}

.social_wrapper{
 margin-top:0 !important;
 float: none !important;

}

.filter li{
  display:block;
}


@media only screen and (min-width: 1900px){
  body[data-style=blog_grid] .post.type-post{
    width: 33.3% !important; 
  }
}

@media only screen and (min-width: 2000px){
  body[data-style=blog_grid] .post.type-post{
    width: 33.3% !important; 
  }
}