/*
 Theme Name:   Divi Child
 Theme URI:    http://elegantthemes.com/
 Description:  Divi Child Theme
 Author:       ElegantThemes
 Author URI:   http://elegantthemes.com
 Template:     Divi
 Version:      0.1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
 Text Domain:  divi-child-theme
*/

/* ==== Add your own styles below this line ====
 * -------------------------------------------- */
 body{
    background-image: url(http://www.walkingtojapan.com/wp-content/uploads/0_Cover_beach.jpg);
    background-position: center top;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
body.page-id-310 {
    background-image: url(http://www.walkingtojapan.com/wp-content/uploads/0_COVER-BLOSSOMS-1.jpg);
    background-position: center top;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


 h1, h2, h3, h4, h5, h6 {
	 font-family: "filson-soft", sans-serif;
 }

 #main-footer {
	 display:none;
 }
 .width100.et_pb_row  {
	width: 100% !important;
}
a.dotlinks{
	border-bottom: 1px dotted #fff;
}
a.dotlinks:hover {
	border-bottom: 1px solid #fff;
	opacity:.7;
}
li {
	line-height: 1.5;
}
 .testimonials .et_pb_slide {
	 background-color: transparent !important;
	 -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
 }
 a {
/* 	 text-decoration:underline; */
 }
 #main-header a {
	 text-decoration: none;
 }
 #main-header.et-fixed-header {
	 background: rgba(0,0,0,.8);
 }

 .et_pb_gallery_caption {
/*
	 padding: .75em 2em .75em 2em;
	 margin-bottom: .75em;
*/
	 text-align:center;
 }
 .et_pb_gallery {
	 background: rgba(0,0,0,0.6)
 }
 ul#top-menu li.current_page_item a {
	 color: #0D79FF;
 }
.et_header_style_left #et-top-navigation nav > ul > li.menu-item-180 > a,
.et_header_style_left #et-top-navigation nav > ul > li.menu-item-181 > a,
.page-id-2 .et-fixed-header #top-menu li.current-menu-item > a {
	color: #fff !important;
}
 sup {
	 font-size: .6em;
 }
 input.et_pb_contact_captcha {
	 min-width: 60px;
 }
 .et_contact_bottom_container {
width: 50%;
}
.et_pb_contact_right {
width: 40%;
}
.et_pb_button, .et_pb_button:hover, input.es_textbox_button {
	padding: .6em 1em .65em 1em;
	text-transform: uppercase;
	
}
input.es_textbox_button {
	background-color: transparent;
	border: 1px solid #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 22px;
	color: #fff;
	width: auto;
	text-align: center !important;
	margin-left: 1em;
	margin-top: 2px;
}
input.es_textbox_class {
	background: transparent;
	border: 1px solid #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 22px;
	color: #fff;
	padding: .6em 1em;
	width: 50%;
	margin-left: 20%;
	margin-top: 1em;
}
input[type=text]:focus {
	border: 1px solid #fff;
	color: #fff;
}
input[type="email"] {
	padding: 1em 1em !important;
	width: 60%;
}
div.es_lablebox {
	display:none;
}
.et-pb-controllers {
	bottom: -30px;
}
textarea {
	font-family: "Open Sans", arial, sans-serif !important;
}
ul#mobile_menu {
	background-color: rgba(0,0,0,0.8) !important;
}

.mfp-bottom-bar {
	margin-top: -30px;
}
.page-id-310 h1, .page-id-310 h2, .page-id-310 h3, .page-id-310 h4, .page-id-310 h5, .page-id-310 h6, .page-id-310 p {
		color: #333333 !important;
	}

 @media all and (min-width: 981px) {
.et_pb_gallery_item .et_pb_gallery_caption {
    margin: 0.75em 2em .75em 2em;
    font-size: 16px;
}
 }
 @media all and (max-width: 980px) {
	 p.et_pb_gallery_caption {
		 font-size: .6em;
		 margin: .6em 1em;
	 }
 }
 @media all and (max-width: 480px) {
	 input.es_textbox_class {
		 width: 100% !important;
		 margin-left: 0;
		 margin-bottom: 12px;
	 }
	 .home .et_pb_slide {
		 background-image:none !important;
	 }
 }