/*
	Theme Name: Dawson City Bunkhouse
	Theme URI: 
	Description: Dawson City Bunkhouse Divi Child Theme
	Author: PR Services Ltd.
	Author URI: http://yukoninfo.com/
	
	Version: 1.1.0
	Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
	
	Template: Divi
*/


/*---------------------------------------------*/
/* BOX SIZING */
/*---------------------------------------------*/



/*-----------------------------------------------------------------------------------------------------*/
/* DEFAULTS */
/*-----------------------------------------------------------------------------------------------------*/

/*---------------------------------------------*/
/* DEFAULT CSS */
/*---------------------------------------------*/
@import url("../Divi/style.css");

/*---------------------------------------------*/
/* TYPOGRAPHICAL ELEMENTS */
/*---------------------------------------------*/
@font-face {
    font-family: 'annaregular';
    src: url('fonts/itc-anna.eot');
    src: url('fonts/itc-anna.eot?#iefix') format('embedded-opentype'),
         url('fonts/itc-anna.woff2') format('woff2'),
         url('fonts/itc-anna.woff') format('woff'),
         url('fonts/itc-anna.ttf') format('truetype'),
         url('fonts/itc-anna.svg#annaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	
}
p {
	
}
p:last-of-type {
    padding-bottom: 1em !important;
}

/*---------------------------------------------*/
/* HEADINGS */
/*---------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	
}
h1 {  }
h2 {  }
h3 {  }
h4 {  }
h5 {  }
h6 {  }

/*---------------------------------------------*/
/* Animation */
/*---------------------------------------------*/
@-webkit-keyframes fade {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes fade {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes fade {
  0%   { opacity: 0; }
  50%  { opacity: .5 }
  100% { opacity: 1; }
}
@keyframes fade {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
li {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	-ms-transition:     all 0.4s ease-in-out;
	-o-transition:      all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

/*-----------------------------------------------------------------------------------------------------*/
/* STRUCTURE AND LAYOUT */
/*-----------------------------------------------------------------------------------------------------*/
body #main-content {
    background: #cfcfcf !important;
}
.container {
	width: 90%;
}
.et_pb_section {
	background: transparent;
}
table.cart th, #main-content table.cart th, table.cart td, #main-content table.cart td, table.cart tr, 
#main-content table.cart tr, #content-area table tr, #content-area table td, #content-area table th {
	max-width: initial;
}
.et_pb_map_container { 
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); 
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%);
}

/*---------------------------------------------*/
/* HEADER */
/*---------------------------------------------*/
/*#top-header #et-info {
    width: 100%;
}
#top-header #et-info .et-social-icons {
	float: right;
}
*/
.et_header_style_centered #main-header .container {
	width: 100%;
	max-width: none;
}
.et_header_style_centered #main-header .logo_container {
	height: 75px;
    margin-top: 10px;
	margin-bottom: 30px;
}
#main-header .logo_helper {
	vertical-align: baseline;
}
#main-header #logo_textlink {
    font-family: 'annaregular', Arial, Helvetica, sans-serif;
    background: url(images/logo.png) left bottom no-repeat;
    background-size: contain;
    font-size: 60px;
    color: #000;
    padding-left: 110px;
    padding-top: 19px;
    line-height: 1;
}

.et-cart-info { display:inline; }


/*---------------------------------------------*/
/* NAVIGATION */
/*---------------------------------------------*/
#main-header #et-top-navigation {
	line-height: 0;
	background: #000;
}
#main-header #top-menu-nav {
	width: 100%;
	max-width: 1080px;
}
#main-header #top-menu-nav ul li {
	padding-right: 0;
	width: 20%;
	float: left;
}
#main-header #top-menu-nav ul li a {
	padding: 15px !important;
    background: #000;
    border-right: 1px solid #fff;
    color: #fff;
}
#main-header #top-menu-nav ul li.current-menu-item a {
    opacity: 1;
    background: #990b14;
}
#main-header #top-menu-nav ul li:first-child a {
	border-left: 1px solid #fff;
}

/*---------------------------------------------*/
/* FOOTER */
/*---------------------------------------------*/
#main-footer .footer-widget .fwidget {
	width: 100%;
	text-align: center;
}
#main-footer .footer-widget .fwidget p a {
	color: #fff;
}
#main-footer .footer-widget h4 {
	font-family: 'annaregular', Arial, Helvetica, sans-serif;
	font-size: 48px;
}

/*-----------------------------------------------------------------------------------------------------*/
/* WOOCOMMERCE */
/*-----------------------------------------------------------------------------------------------------*/
ul.tabs.wc-tabs {
    display: none;
}
.woocommerce-tabs.wc-tabs-wrapper {
    border: none !important;
    padding: 0px !important;
    margin: 0px !important;
}
body.woocommerce div.product .woocommerce-tabs .panel, body.woocommerce #content-area div.product .woocommerce-tabs .panel {
    padding: 30px 0;
}

.wc-bookings-booking-form {
    border: none !important;
    padding: 0px !important;
    margin: 0px !important;
}

/*-----------------------------------------------------------------------------------------------------*/
/* PAGE SPECIFIC OVERRIDE */
/*-----------------------------------------------------------------------------------------------------*/
/*---------------------------------------------*/
/* EVENTS */
/*---------------------------------------------*/
.events-blurb-container .et_pb_blurb {
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 0 16px 2px rgba(0,0,0,.4);
    box-shadow: 0 0 16px 2px rgba(0,0,0,.4);
}
.events-blurb-container .et_pb_blurb h4 {
    padding-bottom: 20px;
}

/*---------------------------------------------*/
/* ROOMS */
/*---------------------------------------------*/
.et_pb_blurb_content {
    background-color: #990b14;
    -webkit-box-shadow: 0 0 16px 2px rgba(0,0,0,.4);
    box-shadow: 0 0 16px 2px rgba(0,0,0,.4);
}
.et_pb_blurb_content .et_pb_main_blurb_image {
	margin-bottom: 0;
}
.et_pb_blurb_content .et_pb_blurb_container {
	color: #fff;
	text-align: center;
	padding: 20px;
}
.et_pb_blurb_content .et_pb_blurb_container h4 {
	color: #fff;
}

/*---------------------------------------------*/
/* HOME */
/*---------------------------------------------*/
.et_pb_section.home-content {
    background: #990b14;
}
.et_pb_section.home-content .et_pb_blurb {
	max-width: 320px;
}
.et_pb_section.home-content .et_pb_blurb .et_pb_blurb_container {
    position: absolute;
    width: 100%;
    bottom: 45%;
}
.et_pb_section.home-content .et_pb_blurb .et_pb_main_blurb_image {
	margin-bottom: 0;
}
.et_pb_section.home-content .et_pb_blurb .et_pb_main_blurb_image img {
	-webkit-box-shadow: 0 0 16px 2px rgba(0,0,0,.4);
	box-shadow: 0 0 16px 2px rgba(0,0,0,.4);
}
.et_pb_section.home-content .et_pb_blurb .et_pb_blurb_container h4 a{
	padding: 10px 15px;
	background: #990B14;
	color: #fff;
	text-transform: uppercase;
    border-radius: 20px;
    font-weight: normal;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.4);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.4);
}

.et_pb_section.home-content .et_pb_newsletter {
    border: 3px solid #000;
    padding: 20px !important;
    margin-top: -10px;
    background: #990B14;
    max-width: 320px;
    margin: -10px auto 0 auto;
}
.et_pb_section.home-content .et_pb_newsletter_description {
    margin-bottom: 0;
    width: 100% !important;
}
.et_pb_section.home-content .et_pb_newsletter_description h2 {
	font-size: 16px;
}
.et_pb_section.home-content .et_pb_newsletter_form  {
	width: 100% !important;
	padding-left: 0;
}
.et_pb_section.home-content .et_pb_newsletter_form p {
	padding-bottom: 10px;
}
.et_pb_section.home-content .et_pb_newsletter_form .input {
	padding: 10px !important;
    border-radius: 0 !important;
}
.et_pb_section.home-content .et_pb_newsletter_form .et_pb_newsletter_button {
    width: auto;
    float: right;
    font-size: 14px;
    border-radius: 0;
    background: #000;
    border: none;
    color: #fff;
}
.et_pb_section.home-content .et_pb_newsletter_form .et_pb_newsletter_button:after {
	display: none;
}

.text-box h2.et_pb_slide_title {
    background-color: rgba(153, 11, 20, 0.8);
    display: block;
    padding: 20px;
    font-size: 38px !important;
}

/*-----------------------------------------------------------------------------------------------------*/
/* MEDIA QUERIES */
/*-----------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 980px) {
	.et_header_style_centered #main-header {
	    padding-bottom: 0;
	}
	#et-secondary-nav, #et-secondary-menu {
		display: block !important;
		margin-top: 0 !important;
    	padding-bottom: 9px;
	}
	.et_header_style_centered header#main-header .logo_container {
	    margin-bottom: 0;
	}
	.et_header_style_centered #et_mobile_nav_menu {
	    line-height: 1.6;
    	margin-top: 10px;
	}
	.et_header_style_centered #main-header .mobile_nav {
		padding: 10px;
	}
	.et_header_style_centered #et_mobile_nav_menu .select_page {
	    color: #fff;
    	text-transform: uppercase;
	}
	.et_header_style_centered #et_mobile_nav_menu .mobile_menu_bar:before {
	    color: #fff !important;
	    top: 5px;
	}
	.et_header_style_centered .et_mobile_menu {
	    border: 0;
	    top: 100%;
	    background: #000;
	    padding: 0px 20px 20px;
	}
	.et_mobile_menu li a {
		color: #fff;
    	text-transform: uppercase;
	}
	#footer-widgets .footer-widget {
	    width: 100% !important;
    	margin-right: 0 !important;
	}
}
@media only screen and (max-width: 640px) {
	.entry-content tr td, body.et-pb-preview #main-content .container tr td {
		padding: 5px;
	}
}
@media only screen and (max-width: 480px) {
	#main-header #logo_textlink {
	    font-size: 40px;
	    padding-left: 85px;
	}
}
@media only screen and (max-width: 360px) {
	.et_pb_section.home-content .et_pb_blurb .et_pb_blurb_container h4 a {
		font-size: 16px;
	}
}
.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {

background: #fff !important;

background-color: #fff !important;

color: #8b1f1d !important;

text-shadow: transparent !important;

box-shadow: none;

border-color: #8b1f1d !important;

}

.woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover {

background: #fff !important;

background-color: #fff !important;

color: #8b1f1d !important;

text-shadow: transparent !important;

box-shadow: none;

border-color: #8b1f1d !important;

}

.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {

background: #8b1f1d !important;

color: #fff !important;

text-shadow: transparent !important;

border-color: #fff !important;

}

.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {

background: #fff !important;

box-shadow: none;

text-shadow: transparent !important;

color: #8b1f1d !important;

border-color: #8b1f1d !important;

}
