/* header home icon style start */
.break, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, blockquote, pre ,strong{
	color: #00486a;
	font-family: "century gothic" !important;
}
.site-footer .break,.site-footer h1,.site-footer h2,.site-footer h3,.site-footer h4,.site-footer h5,.site-footer h6,.site-footer p,.site-footer ul,.site-footer ol,.site-footer dl,.site-footer blockquote,.site-footer pre ,.site-footer strong{
	color: white !important;
	font-family: "century gothic" !important;
}
.dashicons-admin-home:before{
      font-size: 20px !important;
      margin-top: -4px !important;
}
/* header home icon style end */
.tpl-gallery-block{
  margin-left: -13px;
  position: relative;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block{
  margin-top: -100px;
}
.home_banner_image{
  height: 475px !important;
  width:100%;
}
.header-right-wrapper{
      float: right; 
      padding-top: 18px;
}
.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #03c5ed;
    border-radius: 5px;
    text-align: center;
    color: #03c5ed;
    margin-bottom: 30px;

}
.filter-button:hover
{
     font-size: 13px;
    font-weight: 600;
    border: 1px solid #03c5ed;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #03c5ed;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.gallery-content img{
  max-width: unset;
}


/* general style start */
a{
  text-decoration: none;
}
a:hover{
      text-decoration: none !important;
      color: #03c4eb;
}
/* general style end */
/* banner image style start */
.carousel-indicators{
      left: 5%;
}
/* banner image style end */

/* carousel */
#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 30px;
  text-align:center;
}
/* indicator position */
#quote-carousel .carousel-indicators {
  /*right: 50%;*/
  /*top: auto;*/
   left: 5%;
  bottom: -20px;
  /*margin-right: -19px;*/
}
/* indicator color */
#quote-carousel .carousel-indicators li {
  background: #c0c0c0;
}
/* active indicator */
#quote-carousel .carousel-indicators .active {
  background: #333333;
  height:10px;
  width:10px;
  margin-bottom:1px;
}
/* typography */
h1 {
  text-align:center;
  margin-bottom:-20px !important;
}

/* footer style start */
.footer-column{
  list-style-type: none; 
  text-align: center;
}
.btn_footer_newsletter{
    margin-top: 11px;
    margin-left: 16%;
}
.site-footer .footer-connect .subs_input{
  width: 100%;
}
.site-footer .footer-connect .subs-button{
  margin: 15px;
  margin-left: 14%;
}

.footer_newsletter_form > .wpcf7-validation-errors{
  display: none !important;
}
div.wpcf7 .ajax-loader{
  display: none;
}
/* footer style end */

/*breadcrumbs style start */
.page-header{
  margin:unset;
}
.page-header .entry-title, .page-header .page-title{
  text-align: left;
}

.breadcrumb_name_with_arrow:before{
    border-bottom: 6px solid transparent;
    border-left: 6px solid rgba(0, 0, 0, 0.2);
    border-top: 6px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: -23px;
    top: 2px;
}

.breadcrumb_name_with_arrow:after{
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    border-top: 5px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: -22px;
    top: 3px;
}
/*breadcrumbs style end */

/* taxonomy post type image style start*/
.taxonomy-post-images{
  height: 240px;

}
.taxonomy-post-title:hover{
  color: #03c4eb;
}
.travel-location-gallery-slider{
    width: 70%;
    margin-left: 15%;
    margin-top: 2%;
    margin-bottom: 2%;
}
.travel-location-gallery-slider-images{
  height: 410px !important;
  width:100%;
}
/* taxonomy post type image style start*/

/*contact form style start */
.contact_us_form_submit_btn{
  width: 20% !important;
  float: right;
}
/*contact form style end */

/* media query for min-width : 720 px ; start */
@media screen and (max-width: 720px){
  .tpl-gallery-block{
    margin-left: 0px;
    position: relative;
    height: unset !important;
  }

  .home_banner_image{
  height: 290px !important;
  width:100%;
}
  .header-right-wrapper{
      float: unset; 
  }
  .breadcrumb_name_with_arrow:before {
      right: -16px;
      top: 3px;
  }
  .breadcrumb_name_with_arrow:after{
    right: -15px;
    top: 4px;
  }
  .travel-location-gallery-slider-images{
    height: 280px !important;
    width:100%;
  }
  /*contact form style start */
.contact_us_form_submit_btn{
  width: 100% !important;
  float: right;
}
/*contact form style end */
}
/* media query for min-width : 720 px ; end  */
a.custom-logo-link img {
	max-width: 250px;
} 