/*
Theme Name: Best of Hawaii by Kalani
Author: nobuyuki makabe
Version: 1.0
*/






/*
* ========================================
*
*  reset
*
* ========================================
*/

/* based on Soft Reset - http://www.visual28.com/articles/css-reset revised by nm
=================================== */
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, li { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset, img { border:0; }
h1, h2, h3, h4, h5, h6, address, caption { font-style:normal; font-size:100%; font-weight:normal; }
caption, th { text-align:left; }
ol,ul { margin:0; padding:0; list-style:none; }

/* for HTML5 tags
=================================== */
article, aside, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section { display: block; }






/*
* ========================================
*
*  common parts
*
* ========================================
*/
* {
	box-sizing:border-box;
}
body{
	color:#333;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-feature-settings: "palt";
	background:#f6e2c1 url(img/background.jpg) no-repeat center top;
	font-size: 13px;
	text-align: left;
	-webkit-text-size-adjust:100%;
}
a{
	text-decoration:none;
	transition:.4s;
}
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
}
input[type="submit"]:hover{
	cursor:pointer;
}
span.wbr{
	display:inline-block;
}


/*
--------------------------------
wrapper
--------------------------------
*/
.wrapper{
	max-width:1000px;
	margin:0 auto;
}


/*
--------------------------------
gnavi
--------------------------------
*/
#gnavi{
	display:none;
	min-height:60px;
	text-align:left;
}
#gnavi li{
	display:block;
	padding:0 4px;
	background:rgba(255,255,255,.8);
	border-bottom:#dadada solid 1px;
}
#gnavi li a{
	display:inline-block;
	font-family: 'Courgette', cursive;
	font-size:23px;
	font-weight:bold;
	color:#36c;
	padding:10px 20px 10px;
}
#gnavi li a:hover{
	color:#ffad00;
}
@media (min-width:1000px){
	#gnavi{
		display:block;
		text-align:right;
	}
	#gnavi li{
		display:inline;
		background:transparent;
		border-bottom:none;
	}
	#gnavi li a{
		color:#fff;
		padding:20px 7px 10px;
	}
}

.mobile-selector{
	background:#f0f0f0;
  border: 1px solid #dadada;
	color:#333;
  line-height: 29px;
  width: calc(100% - 40px);
  position: relative;
  font-size: 12px;
  cursor: pointer;
	padding-left:5px;
	margin:15px 20px 0;
}
.mobile-selector .selector-down{
	background-image: url(img/mobile_menu_icon.png);
  height: 29px;
  margin: 0;
  right: 0;
  top: 0;
  width: 48px;
  position: absolute;
}

@media (min-width:1000px){
	.mobile-selector{
		display:none;
	}
}



/*
--------------------------------
header
--------------------------------
*/
#header .wrapper{
	position:relative;
}
#header a.logo{
	display:block;
	width:226px;
	height:0;
	padding-top:250px;
	overflow:hidden;
	background:transparent url(img/logo.png) no-repeat;
	margin:20px auto;
}
#header a.logo:hover{
	opacity:.8;
}
#header .banner{
	position:relative;
	text-align:center;
}
#header .banner img{
	max-width:100%;
}
@media (min-width:1000px){
	#header a.logo{
		margin:-20px 0 0 -10px;
	}
	#header .banner{
		position:absolute;
		top:110px;
		right:180px;
	}
}


/*
--------------------------------
sidebar
--------------------------------
*/
#sidebar{
	display:none;
}
@media (min-width:1000px){
	#sidebar{
		display:block;
	}
}
#sidebar a{
	   font-family: "Lato", Arial, Helvetica, sans-serif;
	color:#5a5a5a;
	font-size:15px;
	font-weight:bold;
	font-style:italic;
}
.bslidebottom,
.bslidebottom2,
.bslidebottom3 {
  width: 240px;
  font-size: 15px;
  font-style: italic;
  font-weight: bold;
  padding-top: 15px;
	margin:0 auto;
	text-align:center;
}



/*
--------------------------------
footer
--------------------------------
*/
#footer{
	background:#1b99d3 url(img/footer_bg.jpg) no-repeat center top;
	padding-top:180px;
}
.footerarea{
}
.footerarea .widget_a2a_follow_widget{
	text-align:center;
	margin:0 auto 20px;
}
.footerarea .widgettitle{
	display:none;
}
.footerarea .widget_a2a_follow_widget .addtoany_list a{
	padding:0 3px;
}
.footerbottom{
	padding:20px 10px 10px;
	background:#148bc3;
}
.footerbottom .copyright{
	display:inline-block;
	height:50px;
	color:#4ccbf5;
	margin-left:30px;
	vertical-align:top;
	padding-top:1em;
}

a#pagetop{
	position:fixed;
	right:30px;
	bottom:0;
	z-index:999;
	display:block;
	width:48px;
	height:38px;
	padding-top:13px;
	background:#333;
	border-radius:4px 4px 0 0;
	color:#fff;
	text-align:center;
	opacity:.9;
}
a#pagetop:hover{
		background:#fc7c25;
}
a#pagetop:before{
	font-family: "Font Awesome 5 Free";
	font-weight:900;
	content: "\f077";
}




/*
* ========================================
*
*  pages
*
* ========================================
*/
#maincontents{
	font-family: 'Lato', sans-serif;
	min-height:720px;
	margin-top:10px;
	padding:30px;
	background:#fffaf1;
	border:8px solid #fff2dc;
	font-size:15px;
}
#maincontents h1{
	font-family: 'Courgette', cursive;
	font-size:32px;
	color:#117eb0;
	margin:15px 0 25px;
	padding-bottom:10px;
	border-bottom:#f1debe dashed 2px;
}
#maincontents h2{
	font-family: "Courgette", Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#117eb0;
	line-height:27px;
	margin:0 0 20px;
}
#maincontents p{
	margin:0 0 20px;
}
#maincontents hr{
	display: block;
	height: 1px;
	clear: both;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #FFF;
	border-top-width: 2px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: dashed;
	border-top-color: #f1debe;
}
#maincontents .contents img{
	max-width:100%;
	height:auto;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
}


/*
--------------------------------
front page
--------------------------------
*/
.slideshow{
	display:none;
	padding-bottom:25px;
	background:transparent url(img/shadow.png) no-repeat center bottom;
	line-height:20px;
}
@media (min-width:1000px){
	.slideshow{
		display:block;
	}
}
.slideshow .royalSlider{
	margin:20px auto 0;
}
.fbread {font-size:13px; color:#c0a06c}
.waikikibig {width:390px; color:#FFF; font-size:48px; font-family: 'Courgette', cursive;}
.waikikimed {width:290px; color:#FFF; font-size:22px; font-family: 'Courgette', cursive;}
.stops{width:290px; color:#ed5b0d; font-size:30px; font-family: 'Courgette', cursive;}
.stops2{width:290px; color:#0f75a4; font-size:23px; font-family: 'Courgette', cursive;}
.stops3{width:290px; color:#fff; font-size:16px;}
.price {width:290px; color:#FFF; font-size:30px;	font-family: 'Lato', sans-serif; font-style:italic;}
.waikikimed2 {width:360px; color:#FFF; font-size:26px;	font-family: 'Lato', sans-serif; line-height:26px;}
.price a {width:290px; color:#FFF; font-size:30px;	font-family: 'Lato', sans-serif; font-style:italic;}
.price2 a {width:290px; color:#FFF; font-size:30px;	font-family: 'Lato', sans-serif; font-style:italic;}
.price2 {width:290px; color:#FFF; font-size:30px;	font-family: 'Lato', sans-serif; font-style:italic;}
.waikikismall {width:280px; color:#FFF; font-size:20px; font-family: 'lato', cursive;}



@media (min-width:700px){
	.audiosample{
		width:335px;
	}
}


/*
--------------------------------
audio tour
--------------------------------
*/
.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth {
    margin-right: 4%;
    float: left;
    margin-bottom: 20px;
    position: relative;
}
#maincontents .last {
    margin-right: 0;
    clear: right;
}
.clearboth {
    clear: both;
    display: block;
    font-size: 0px;
    height: 0px;
    line-height: 0;
    width: 100%;
    overflow: hidden;
}
.one_third {
    width: 30.6666%;
}
.two_third {
    width: 65.3332%;
}
.one_half {
    width: 48%;
}

@media only screen and (max-width: 800px){
	.one_half,
	.one_third,
	.two_third,
	.three_fourth,
	.one_fourth {
    width: 100%;
    margin-bottom: 20px;
	}
}
