/*
Theme Name: Coastal Quest Theme
Version: 1.5
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

#footer .widget {
    padding: 0;
    margin: 15px 0 30px 0;
    overflow: hidden;
}


/* ==========================================================================
	HyperArts Styles
  ========================================================================== */

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}

.av-thin-font .av-special-heading-tag, .modern-quote .av-special-heading-tag {
  font-weight: 400;
}

/* ==========================================================================
  Header
========================================================================== */

span.breadcrumb-title {
  display: none;
}   

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

  span.logo {
    margin-top: 10px;
  }  

  .av-main-nav > li > a {
    font-size: 18px;
    font-weight: 400;
  }

  .av-main-nav > li > a:hover,
  .av-main-nav > li > a:focus,
  .av-main-nav > li > a:active {
    color: #3eb0c7 !important;
  }

  .av-main-nav > li.current-menu-item > a {
  	color: #3eb0c7 !important;
  }

  #header_main ul.sub-menu {
    margin-top: -40px;
    border-top: 3px solid #3eb0c7 !important;
  }

  #top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
    background-color: #003a5c;
    border-color: #003a5c;
  }

  #header_main {
    margin: 0 auto;
    display: block;
    max-width: 2000px;
    height: 150px;
  }

  .breadcrumb {
    left: 70px;
  }

  .breadcrumb.breadcrumbs.avia-breadcrumbs {
    margin-top: -10px;
  }

}

@media only screen and (max-width: 767px) {

  .responsive .logo img {
    max-height: 115px;
    margin-top: 15px;
  }

  ul#avia-menu {
    margin-top: 35px;
  }

  ul#av-burger-menu-ul {
    vertical-align: top !important;
  }

  .breadcrumb.breadcrumbs.avia-breadcrumbs {
    margin-top: -10px;
  } 
}

@media only screen and (max-width: 400px) {

  .responsive .logo img {
    max-height: 80px;
    margin-top: 30px;
  }

}  

/* ==========================================================================
Homepage
========================================================================== */

/* slideshow */
.slideshow_caption {
  width: 50% !important;
}

.avia-caption-content p {
  font-size: 30px;
  line-height: 38px;
  padding: 20px;
  background: rgba(0, 133, 173, 0.8) !important;
 } 

/* text-slider */
.text-slider p {
  text-align: left;
  font-size: 22px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {

  .slideshow_caption {
    width: 90% !important;
  }

  .avia-caption-content p {
    font-size: 18px;
    line-height: 24px;
  }

}

/* ==========================================================================
Footer
========================================================================== */

.container_wrap.footer_color {
  background: rgb(0,58,92);
  background: linear-gradient(90deg, rgba(0,58,92,1) 0%, rgba(62,176,199,1) 100%);
  height: 160px;
  max-width: 2000px;
  display: block;
  border: none;
  margin: 0 auto;
}

ul#menu-footer-column1 > li > a,
ul#menu-footer-column2 > li > a,
ul#menu-footer-column3 > li > a,
ul#menu-footer-column4 > li > a {
  font-size: 20px;
  color: white;
}

#top .widget_nav_menu ul ul li:before {
  content: "";
}

#footer ul.sub-menu > li > a {
  font-size: 18px;
  color: white;
  text-shadow: 1px 1px 1px rgba(0,0,0, 0.7);
}

footer.container_wrap.socket_color {
  height: 0;
}

#socket {
  display: flex;
}

footer.container_wrap.socket_color .container {
  top: -50px;
}

@media only screen and (max-width: 767px) {

  #footer {
    padding-top: 20px;
  }  

  .container_wrap.footer_color {
    background: #3eb0c7;
    height: auto;
  }  

  ul#menu-footer-column1 > li > a,
  ul#menu-footer-column2 > li > a,
  ul#menu-footer-column3 > li > a,
  ul#menu-footer-column4 > li > a,
  #footer ul.sub-menu > li > a {  
    text-shadow: none;
  }  

}  

/* ==========================================================================
Page Title
========================================================================== */
 .title_container {
  text-align: center;
 }

/* ==========================================================================
Board of Directors
========================================================================== */

/* toggle */
.main_color .toggler,
.main_color span {
  border-color: #dfd1a7 !important;
}

body.page-id-22 h2 {
  padding-top: 50px !important;
}

body.page-id-22 .flex_column.av_one_full {
  background: url();
}

/* ==========================================================================
Blog Post
========================================================================== */
article a:hover span.image-overlay-inside {
  display: none !important;
}

/* ==========================================================================
Contact Us
========================================================================== */
input[type='text'],
textarea {
	border-color: #D2BB8C !important;
}




