/*!
Theme Name: Divi Child Theme
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 3.0.101
Description: Divi Child Theme
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
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
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: Divi
*/

@import url("../Divi/style.css");

/* custom CSS */
/* -------------------------------- */
img#logo {
	position: relative;
}

.circle-overlay {
	position: absolute;
    top: 5px;
    left: 30px;
    width: 100px;
    height: 100px;
    -ms-transform: translateX(-55%);
    -webkit-transform: translateX(-55%);
    transform: translateX(-55%);
    border-radius: 55%;
    background-color: #003768;
}

span.mobile_menu_bar.mobile_menu_bar_toggle:before {
	color: white !important;
}

.et_mobile_menu {
	border-top: 3px solid white;
}




/* MENU CSS */
@media (max-width: 980px) {
	.circle-overlay {
		display: none;
	}
}    

@media (max-width: 980px) {
 .container.et_menu_container { 
 width: calc( 100% - 60px);
 }
}

.et_mobile_menu {
 margin-left: -30px;
 padding: 5%;
 width: calc( 100% + 60px);
}

.mobile_nav.opened .mobile_menu_bar:before {
 content: "\4d";
}

/* HERO AREA CSS */
.hp-hero-container {
	position: relative;
	height: 1035px;
}

.picture-frame-overlay {
	position: absolute;
	
	top: 30px;
	left: 50%;
	-ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	
	z-index: 100;
}

.picture-frame-overlay img {
	width: 750px;
	height: 500px;
	max-width: none;
}

video#bgvid {
	position: relative;
	
    width: 700px;
    height: auto;
	
	top: 70px;
	left: 50%;
	-ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	
	z-index: 10;
}

.gramophone-gif-overlay {
	position: absolute;
	
	top: 285px;
	left: 46%;
	-ms-transform: translateX(-54%);
    -webkit-transform: translateX(-54%);
    transform: translateX(-54%);
	
	z-index: 110;
}

canvas#coinAnimation {
	width: 660px;
}

canvas#coinAnimation:hover {
	cursor: pointer;
}

canvas#coinAnimation {
	width: 660px;
}

@media (max-width: 900px)
{
	.hp-hero-container {
		height: 765px;
	}
	
	.picture-frame-overlay img {
		width: 550px;
		height: 380px;
	}
	
	video#bgvid {
		width: 500px;
	}
	
	.gramophone-gif-overlay {
		top: 230px;
		left: 45%;
		-ms-transform: translateX(-55%);
		-webkit-transform: translateX(-55%);
		transform: translateX(-55%);
	}
	
	canvas#coinAnimation {
		width: 450px;
	}
	
	.gramophone-overlay {
		top: 375px;
		left: 60%;
		-ms-transform: translateX(-40%);
		-webkit-transform: translateX(-40%);
		transform: translateX(-40%);
	}
	
	.gramophone-overlay img {
		width: 400px;
	}
}

@media (max-width: 540px)
{
	.hp-hero-container {
		height: 590px;
	}
	
	.picture-frame-overlay {
		top: 50px;
	}
	
	.picture-frame-overlay img {
		width: 320px;
		height: 210px;
	}
	
	video#bgvid {
		width: 280px;
	}
	
	canvas#coinAnimation {
		width: 315px;
	}
	
	.gramophone-gif-overlay {
		top: 190px;
		
		left: 46%;
		-ms-transform: translateX(-54%);
		-webkit-transform: translateX(-54%);
		transform: translateX(-54%);
	}
	
	.gramophone-overlay {
		top: 285px;
		
		left: 55%;
		-ms-transform: translateX(-45%);
		-webkit-transform: translateX(-45%);
		transform: translateX(-45%);
	}
}

/* IMPORTANT SECTION CSS */
.important-boxes-container-container {
	padding-left: 10%;
    padding-right: 10%;
}

.important-boxes-container {
	margin-top: 80px;
	margin-bottom: 80px;
	
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

.important-boxes {
	position:relative;
	height: 300px;
	background-size: cover;
	width: 32%;
}

.important-boxes:after {
    position:absolute;
    opacity:1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	
	content:'\A';
    width:100%;
	height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.3);
}

.important-boxes:hover > h1 {
    opacity: 0;
}

.important-boxes:hover:after {
    opacity:0;
}

.important-boxes h1 {
	position: relative;
	text-align: center;
	color: #fff;
	z-index: 1000;
	
	top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	
	transition: all 0.5s;
	
	margin: 0px;
}

.important-box-one {
	background-image: url(/wp-content/themes/sparkling-child/images/pre-order-bg.jpg);
	background-position: bottom center;
}

.important-box-two {
	background-image: url(/wp-content/themes/sparkling-child/images/book-fred-bg.jpg);
	background-position: top center;
}

.important-box-three {
	background-image: url(/wp-content/themes/sparkling-child/images/tour-dates-bg.jpg);
	background-position: bottom center;
}

.important-boxes-container {
	margin-top: 80px;
	margin-bottom: 80px;
	
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#home-blog-section-container {
	padding-bottom: 100px;
}

@media only screen and (max-width: 1840px) {
	#home-blog-section-container {
		padding-bottom: 280px;
	}
}

@media only screen and (max-width: 991px) {
	.important-boxes-container-container {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.important-boxes {
		width: 100%;
		margin-bottom: 30px;
	}
}




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

/* BRAND & WORDBIRD CSS */
#homepage-branch-container {
	position: relative;
}

#homepage-branch {
	position: absolute;
    bottom: -180px;
    right: 0px;
    width: auto;
    max-width: none;
    height: 385px;
}

#homepage-wordbird {
	position: absolute;
	top: -236px;
	
	position: absolute;
    bottom: -50px;
    left: 2%;
    width: auto;
    max-width: none;
    height: 300px;
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

/* FOOTER CSS */
.footer-section-container {
	text-align: center;
}

.footer-logo {
	width: 80px !important;
    margin-bottom: 20px !important;
}

body.home .footer-logo {
	margin-top: 55px;
}

#main-footer {
	margin-top: 50px;
}

body.home #main-footer {
	margin-top: 0px;
}



.footer-social-icon-container {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 15px;
}

.footer-social-icon {
    height: 40px;
    width: 40px;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    display: inline-block;
}

.footer-social-icon:hover {
    background-position: 0px -40px;
}

.social-icon-twitter {
    background-image: url(/wp-content/uploads/social-icon-twitter-original-1.png);
}

.social-icon-facebook {
    background-image: url(/wp-content/uploads/social-icon-facebook-original-1.png);
}

.social-icon-instagram {
    background-image: url(/wp-content/uploads/social-icon-instagram-original-1.png);
}

.social-icon-youtube {
    background-image: url(/wp-content/uploads/social-icon-youtube-original-1.png);
}

.footer-copyright a {
    color: #6B6B6B;
}

.footer-copyright a:hover {
    color: #c7c7c7;
}

#footer-bottom {
	display: none;
}

/* SHOP PAGE */
.pre-order-logo-container {
    display: flex;
    margin-top: 20px;
    margin-bottom: 30px;
    justify-content: space-between;
}

.pre-order-logo-container a {
	width: 25% !important;
}

.pre-order-logo-container a img {
	width: 100% !important;
}

/* ON TOUR */
.tour-dates-container {
    margin-top: 15px;
    padding-top: 15px;
    padding-left: 0px;
    padding-right: 0px;
    
}

.tour-section-date, .tour-section-title, .tour-section-location, .tour-section-button-container {
	display: inline-block;
	min-height: 40px;
}

.tour-section-date {
	width: 16%;
}

.tour-section-title {
	width: 46%;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

.tour-section-location {
	width: 20%;
}

.tour-section-button-container {
	width: 16%;
}

.tour-no-link-button {
    color: #fff;
    background-color: #888888;
    width: 130px;
}

.tour-no-link-button:hover {
    color: #fff;
    cursor: default;
}

@media only screen and (max-width: 767px) {
	.tour-dates-container {
		border-top: 1px solid black;
		float: left;
		width: 100%;
	}
	
	.tour-section-date {
		width: 33%;
		float: left;
	}
	
	.tour-section-date, .tour-section-title {
		font-weight: bold;
	}
	
	.tour-section-title, .tour-section-location, .tour-section-button-container {
		text-align: right;
		padding-right: 0px;
		float: right;
		width: 66%;
	}
	
	.tour-section-date, .tour-section-title, .tour-section-location, .tour-section-button-container {
		min-height: 25px;
	}
}

/* OTHER STUFF */
.blog-section-button, .tour-section-button {
    color: #fff;
    background-color: #003767;
    width: 130px;
	margin-top: 10px;
}

.btn {
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	max-width: 100%;
}   

#page-container {
	overflow: hidden;
}

@media only screen and (max-width: 1350px) {
.cust-catcameback-tour-poster img {
	content:url("/wp-content/uploads/FredPenner__dates__web.jpg") !important;
}
}

/* SHOP CSS */
h2.woocommerce-loop-product__title {
    text-align: center;
    font-weight: bold;
}

span.price {
    text-align: center;
}

/* COMMON CSS */
.text-white {
    color: #fff;
}