/*
Theme Name: State child Template for Airports
Theme URI: 
Author: HIC
Author URI: 
Description: Child template for State Templates (v2).
Template: hic_state_template_parent
Version: 1.01
License: 
License URI:
*/

@import url("../hic_state_template_parent/style.css");
@import url("//fonts.googleapis.com/css?family=Oswald:400,700");
@import url("//fonts.googleapis.com/css?family=Playfair+Display:900");

@media only screen and (min-width: 768px) {
	#featured_slider #slides {
	  height:530px;
	}
	.map-header{
	font-size: 1.2em;
	}
}

h2,h3,h4,h5 {
  font-family: "Oswald",sans-serif;
}

#page, #footer, .statewide-banner {
  margin: 0 auto;
  text-align: left;
  max-width: 1280px;
}

@media (min-width: 1400px) {
#page, #footer, .statewide-banner {
  margin: 0 auto;
  max-width: 1280px;
  text-align: left;
}

.inner-header, #navigation ul {
  margin: 0 auto !important;
  max-width: 1280px;
}
}

@media (min-width: 1600px) {
#page, #footer, .statewide-banner {
  margin: 0 auto;
  max-width: 1400px;
  text-align: left;
}
.inner-header, #navigation ul {
  margin: 0 auto !important;
  max-width: 1400px;
}
}

@media (min-width: 1800px) {
#page, #footer, .statewide-banner {
  margin: 0 auto;
  max-width: 1600px;
  text-align: left;
}

.inner-header, #navigation ul {
  margin: 0 auto !important;
  max-width: 1600px;
}
}


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

.statewide-header {
  font-size: .8em;
  height: 4.2em;
  margin-bottom: 0;
  background: #2c3e4b;
  /* background: rgba(0,0,0,.5); */
  color: #fff;
  border-bottom: 1px solid rgba(0,0,0,.3);
  -webkit-box-shadow: 0 5px 5px rgba(0,0,0,.2);
  -moz-box-shadow: 0 5px 5px rgba(0,0,0,.2);
  box-shadow: 0 5px 5px rgba(0,0,0,.2);
}


#header {
  background: #075c9f;
  clear: both;
  display: block;
  margin: 0 auto;
}

#navigation .scheme_bg_blue{
 background-color: #ffffff;
 border-bottom: 3px solid #075c9f;
}

#header_search label, #main_search label {
  z-index: 1;
}
#header_search input[type="text"], #main_search input[type="text"] {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  #page {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}

#page.front-page {
  background-color: transparent;
  box-shadow:none;
}

#page.front-page #main, #page.front-page #sub{
  background-color: #fff;
  background: rgba(255,255,255,.96);
  box-shadow: none;
}

@media screen and (min-width: 768px) {
  #page.front-page #main, #page.front-page #sub{
    -webkit-box-shadow: 0 0 9px rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 9px rgba(0,0,0,.4);
    box-shadow: 0 0 9px rgba(0,0,0,.4);
  }

  #page.front-page #main {
    margin-bottom: 2em;
  }
  #main {
    padding:0 15px 0 15px;
  }
}


#page.front-page #sub{
  padding: 20px 30px;
}

#navigation ul li a {
  color : #003471 !important;
}

#navigation ul li.current_page_item > a, #navigation ul li.current_page_ancestor > a, #navigation ul li.current_page_parent > a {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.title_tagline {
  color: #fff;
  padding:0;
}


@media screen and (min-width: 768px) {
  #header-bg {
    background-position: right;
    background-repeat: no-repeat;
    margin: 0 !important;
    position: absolute;
    height: 100px;
    top: 0;
    padding: 0 !important;
    width: 500px;
  }

 .is-oahu #header-bg {background-image: url("images/header-island-oahu.jpg");}
 .is-maui #header-bg {background-image: url("images/header-island-maui.jpg");}
 .is-kauai #header-bg {background-image: url("images/header-island-kauai.jpg");}
 .is-molokai #header-bg {background-image: url("images/header-island-molokai.jpg");}
 .is-bigisland #header-bg {background-image: url("images/header-island-bigIsland.jpg");}
 .is-lanai #header-bg {background-image: url("images/header-island-lanai.jpg");}
}

@media screen and (min-width: 961px) {
  #header-bg {
    width: 700px;
  }
}

/**********************************************************************
=FEATURED BUTTONS
**********************************************************************/
#featured_buttons_ex ul li { margin: 0 0 15px 0; }

/* #theme-oahu */
#theme-oahu .scheme_color_blue #featured_buttons_ex ul li a, 
#theme-oahu #sidebar_wrapper_home_ap h3.widgettitle { background: #075C9F; color: #ffffff;}
#theme-oahu .scheme_color_blue #featured_buttons_ex ul li a:hover { background: #005496; color: #ffffff;}
#theme-oahu #featured_slider .nivo-caption a span.s_readmore { background: rgba(7, 92, 159, 0.85);}

/* #theme-hilo */
#theme-hilo .scheme_color_blue #featured_buttons_ex ul li, 
#theme-hilo #sidebar_wrapper_home_ap h3.widgettitle { background: #be2e2d; color: #ffffff;}
#theme-hilo .scheme_color_blue #featured_buttons_ex ul li a:hover { background: #b22b27; color: #ffffff;}
#theme-hilo #featured_slider .nivo-caption a span.s_readmore { background: rgba(190, 46, 45, 0.85);}

/* #theme-kona */
#theme-kona .scheme_color_blue #featured_buttons_ex ul li, 
#theme-kona #sidebar_wrapper_home_ap h3.widgettitle  { background: #e2771a; color: #ffffff;}
#theme-kona .scheme_color_blue #featured_buttons_ex ul li a:hover { background: #d5710e; color: #ffffff;}
#theme-kona #featured_slider .nivo-caption a span.s_readmore { background: rgba(226, 119, 26, 0.85);}

/* #theme-kauai */
#theme-kauai .scheme_color_blue #featured_buttons_ex ul li, 
#theme-kauai #sidebar_wrapper_home_ap h3.widgettitle  { background: #006b5c; color: #ffffff;}
#theme-kauai .scheme_color_blue #featured_buttons_ex ul li a:hover { background: #006253; color: #ffffff;}
#theme-kauai #featured_slider .nivo-caption a span.s_readmore { background: rgba(0, 107, 92, 0.85);}

/* #theme-maui */
#theme-maui .scheme_color_blue #featured_buttons_ex ul li, 
#theme-maui #sidebar_wrapper_home_ap h3.widgettitle  { background: #669330; color: #ffffff;}
#theme-maui .scheme_color_blue #featured_buttons_ex ul li a:hover { background: #4a9921; color: #ffffff;}
#theme-maui #featured_slider .nivo-caption a span.s_readmore { background: rgba(102, 166, 48, 0.85);}


.scheme_color_blue #featured_buttons_ex ul li a, .scheme_color_blue #featured_buttons_ex ul li a:hover {
  color: #ffffff !important;
}

#sidebar_wrapper_home_ap h3.widgettitle span {
  position: inherit;
}

#featured_buttons_ex ul{ padding: 0; clear: both;}
#main #featured_buttons_ex ul li { list-style: none; float: left; margin-right: 1.05263%;}
#main #featured_buttons_ex ul li.last-col { margin-right: 0;}

#featured_buttons_ex ul li a {
  display: block;
  color: #FFF;
  font-size: 1.4em;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0,0,0,.40);
  -webkit-text-shadow: 0 -1px 0 rgba(0,0,0,.40);
  -moz-text-shadow: 0 -1px 0 rgba(0,0,0,.40);
  -ms-text-shadow: 0 -1px 0 rgba(0,0,0,.40);
  -o-text-shadow: 0 -1px 0 rgba(0,0,0,.40);
  overflow: hidden;
  padding: .5em 1em;
  font-family: 'Oswald', sans-serif;
}

#featured_buttons_ex ul li a:hover {
  text-decoration: none;
  transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -o-transition: background 0.5s;
}

@media screen and (min-width: 768px){
  #featured_buttons_ex ul li a {
    font-size: 1.8em;
    width: auto;
    padding:20px 15px;
    min-height: 61px;
  }

  #featured_buttons_ex ul li a span.spanmiddle {
    display: table-cell;
    vertical-align: middle;
  }
}

#featured_buttons_ex ul li a i, #featured_buttons_ex ul li a img {
  font-size: 2em;
  vertical-align: middle;
  display: inline-block;
  margin: 0 auto;
  float: left;
  width: 1em;
}

@media screen and (min-width: 768px){
  #featured_buttons_ex ul li a i, #featured_buttons_ex ul li a img {
    display: table-cell;
    float: none;
  }
}

#featured_buttons_ex ul li a img {
  float: left;
}

@media screen and (max-width: 767px){
  #featured_buttons_ex ul li a img {
    width: 40px;
  }
}

#featured_buttons_ex ul li a span.spantext {
  display: inline-block;
  float: left;
  line-height: 1.2em;
  vertical-align: middle;
  margin: 0.5em 0;
  padding-left: 15px;    
}

@media screen and (min-width: 768px){
  #featured_buttons_ex ul li a span.spantext  {
    display: table-cell;
    float: none;
    margin: 1em 0;
  }
}

.featured_custom_icon{
  padding-left: 0px;
}

.scheme_color_blue #page a, .scheme_color_blue #page a:visited {
 color: #007da7;
}

.scheme_color_blue #header_search button {
  background-color: #d0811c !important;
}

.scheme_color_blue #header_search button:hover {
  background-color: #cd7311 !important;
}

.scheme_color_blue #header h1.site-title a, .scheme_color_blue #header h2.site-subtitle {
  color: #fff !important;
}

.scheme_color_blue #header h1.site-title { padding-bottom: 0px !important; }

.scheme_color_blue #header h2.site-subtitle {
  text-transform : none;
  font-size: 1em;
  font-weight: 200;
}

.scheme_color_blue #header h1.site-title a {
  /*font-family: 'Playfair Display', serif;*/
  font-weight: 900;
  font-size: 1.7em !important;
  letter-spacing: .04em;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .scheme_color_blue #header h2.site-subtitle {
  font-size: 1.2em;
  }
  .scheme_color_blue #header h1.site-title a {
    font-size: 2em;
  }
}

.scheme_color_blue #navigation ul li a:hover { background-color: rgba(0, 0, 0, 0.3) !important;}


#header .logo {
  margin-bottom: 0.5em;
}

/*///////////////////////////////// Footer  /////////////////////////////////*/
#footer-outer-wrapper {
  text-align: center;
  margin: 0px;
 }

 #footer {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  margin-bottom: 0;
  background-color: #610700;
}

@media screen and (min-width: 768px) {
  #footer-outer-wrapper {
     background: url("images/footer-bg.jpg") repeat-x #680104;
  }
  #footer-widgets, #footer .inner-footer {
    background-position: bottom right;
    margin:20px;
  }
  #footer-widgets{
    margin-top: 3em;
  }
  #footer {
    background-color: transparent;
  }
}


#footer a {
  color: #fff;
}

#footer h2.widgettitle {
  font-family: 'Oswald', sans-serif;
  font-size: 1.5em;
  color: #fff;
}

#copyright_info {
    border-top: 1px solid rgba(255, 255, 255, .4);
    padding-top: 1em;
}

#footer .airport-list a{
  line-height: 1.4em;
}

#footer .footer-story img {
  -moz-box-shadow:    3px 3px 5px 3px rgba(0,0,0,0.4);
  -webkit-box-shadow: 3px 3px 5px 3px rgba(0,0,0,0.4);
  box-shadow:         3px 3px 5px 3px rgba(0,0,0,0.4);
  margin: 0 auto 1em;
  display: block;
}

#footer .footer-story-content{
  font-size: 0.8em;
  padding: 1em;
  background-color: rgba(0,0,0,0.5);
  line-height: 1.4em;
}

#footer .footer-story-content h3 {
  color: #fff;
}

/*///////////////////////////////// Home  /////////////////////////////////*/
#home_main {
  padding: 20px 30px;
  background: none repeat scroll 0 0 #ffffff;
  box-shadow: none;
}

#home_main.twelve-col, #home_top_widgets.twelve-col, .twelve-col { margin-bottom: 0em !important; }

#sidebar_wrapper_home_ap h3.widgettitle {
  border-radius: 70px 0 0 0;
  padding: 20px 0 10px 40px; 
  min-height: 40px;
  position: relative;
  margin-top: 15px;
}

#sidebar_wrapper_home_ap h3.widgettitle::before {
    content: url('images/plane.png');
    position:absolute;
    top: -15px;
    right: 20px;
}

#sidebar_wrapper_home_ap .home_side_content {
  background-color: #fff;
  padding: 10px;
}

#home_bottom_widgets {
  background-color: #fff;
  padding: 0 20px;
}

@media only screen and (min-width: 768px) {
  #sidebar_wrapper_home_ap #sidebar {
      padding: 0 0 15px 20px;
  }
}


/*///////////////////////////////// Slider  /////////////////////////////////*/
.theme-default .nivo-caption {
  line-height: 45px;
}

@media screen and (min-width: 768px) {
  .theme-default .nivo-caption {
      text-align: center;
      top: 20%;
      margin: 0 auto;
      background: transparent;
      color: #ffffff;
      font-weight: bold;
      opacity: 1;
      text-shadow: 0 0 1px rgba(0,0,0,.80);
      -webkit-text-shadow: 0 0 1px rgba(0,0,0,.80);
      -moz-text-shadow: 0 0 1px rgba(0,0,0,.80);
      -ms-text-shadow: 0 0 1px rgba(0,0,0,.80);
      -o-text-shadow: 0 0 1px rgba(0,0,0,.80);
  }
}


.photo-credit-top {
    bottom: 5px;
    color: #fff;
    font-size: 0.8em;
    left: 130px;
    z-index: 1;
    font-weight: normal;
    background-color: rgba(0,0,0,0.7);
    text-align: left;
    padding: 3px;
    display: block;
    line-height: 1.5em;
}

@media screen and (min-width: 768px) {
  .photo-credit-top {
    left: 15px;
    position: absolute;
  }
}

@media screen and (min-width: 768px) {
  .theme-default .nivo-caption span.nivo-cap {
      font-size: 2.3em;
      margin-bottom: 5px;
      background-color: rgba(0,0,0,.5);
      padding: 3px;
  }

  .nivo-content {
    font-size: 1.5em;
    padding-top: 0.5em;
    display: block;
  }
}

  .nivo-content {
    font-weight: 400 !important;
  }


#featured_slider { margin-top: 15px; }

#featured_slider .nivo-caption a span.s_readmore {
    background-color: rgba(0,90,157,.85);
    padding: 5px 10px;
    display: inline-block;
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .scheme_color_blue .theme-default .nivo-controlNav {
    margin-top: inherit;
    right: 0;
    padding-top: 0;
  }
}
.scheme_color_blue .theme-default .nivo-controlNav a.active {
    /* background-position: 0 -22px; */
    background: #E9B509 !important;
}

#footer .footer_bottom_links ul {
  margin-left: 1em;
}

#footer .footer_bottom_links ul li {
  display: inline-block;
  border: none;
  padding: 0;
  margin-right: 1em;
  padding-right: 1em;
  border-right: 1px solid rgba(255, 255, 255, .4); 
}

#navigation ul li a.sf-with-ul:after {
  border-top: 6px solid #075c9f;
}

#navigation ul li.sfHover a:after {
  border-bottom: 6px solid #075c9f;
  border-top: 6px solid transparent;
}

#navigation .children li a, #navigation .sub-menu li a {
  color: #ffffff !important;
  background: #4D76A4;
}

#navigation ul { background: #4D76A4; }

#navigation ul li.current_page_item > a, #navigation ul li.current_page_ancestor > a, #navigation ul li.current_page_parent > a {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

a.no-link {
  pointer-events: none;
  cursor: default;
}

#footer span a {
  text-decoration: underline;
}
