/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/

#Footer .footer_copy {
    border-top-color: transparent;
}

#Header .top_bar_left, .header-classic #Top_bar, .header-plain #Top_bar, .header-stack #Top_bar, .header-split #Top_bar, .header-fixed #Top_bar, .header-below #Top_bar, #Header_creative, #Top_bar #menu, .sticky-tb-color #Top_bar.is-sticky {
    background-color: rgba(0,0,0, 0.8);
}



.menuo-no-borders #Top_bar .menu > li.social-menu  > a span {
	padding: 0 3px;
}

.menuo-no-borders #Top_bar .menu > li.social-menu.first {
	margin-left: 40px;
}

.menuo-right #Top_bar .menu_wrapper {
    padding-right: 15px;
}

#Watch {
	padding-top: 65px !important;
	padding-bottom: 15px !important;
	-webkit-box-shadow: 0px 35px 40px 0px rgba(2, 0, 84, 0.75);
	-moz-box-shadow:    0px 35px 40px 0px rgba(2, 0, 84, 0.75);
	box-shadow:         0px 35px 40px 0px rgba(2, 0, 84, 0.75);
	z-index: 1;
}

.video-top {
	position: relative;
	display: inline-block;
}

.play-btn {
    position: absolute;
    top: 33%;
    left: 41%;
    right: auto;
    margin: 0 auto;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.play-btn:hover {
	opacity: 0.75;
}

.about {
	padding-top: 80px;
}

h2 {
	text-transform: uppercase;
	margin-bottom: 40px;
}

p {
    margin: 0 0 30px;
    line-height: 24px;
}

.about img {
    margin-top: -100px;
}

#Repertoire {
	padding-top: 110px !important;
	padding-bottom: 50px !important;
}

#Home {
	padding-top: 30px !important;
	padding-bottom: 150px !important;
	-webkit-box-shadow: inset 1px -140px 60px -60px rgba(0, 0, 0, 0.8);
	-moz-box-shadow:    inset 1px -140px 60px -60px rgba(0, 0, 0, 0.8);
	box-shadow:         inset 1px -140px 60px -60px rgba(0, 0, 0, 0.8);
}

#Home h2 {
    color: #d8dbea;
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 50px;
    padding: 15px 20px;
    display: block;
    background-color: rgba(0, 0, 0, 0.75);
    float: left;
}

.hero-block {
    margin-bottom: 35px;
    float: left;
    width: 100%;
}

#Home a.button {
    background-color: rgba(0, 0, 0, .75);
    color: #22b573;
    border: 2px solid #22b573 !important;
    font-size: 24px !important;
    line-height: 24px !important;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#Home .column_button {
	margin-bottom: 25px;
}

#Home a.button.book-btn {
	color: #df019c !important;
	border-color: #df019c !important;
}

#Home a.button:hover {
	background-color: #000000;
}

#Repertoire {
	padding-top: 105px !important;
	padding-bottom: 10px !important;
	background-color: rgba(223, 1, 156, .85);
}

#Repertoire h2 {
	text-align: center;
	color: #ddd073;
}

.smaller-box {
    display: inline-block;
    width: 100%;
    max-width: 950px;
}

#Booking {
	padding-top: 95px !important;
	padding-bottom: 10px !important;
	background-color: rgba(2, 0, 84, .85);
}

.details-about {
	background-color: #01d5e0;
	padding-top: 105px !important;
	padding-bottom: 35px !important;
}

.details-about h3 {
	color: #020054;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.details-box {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

#Contact {
	padding-top: 185px !important;
	padding-bottom: 110px !important;
}

.contact-box {
    background-color: rgba(255, 255, 255, .8);
    padding-top: 30px;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.contact-box input[type="text"], .contact-box input[type="email"], .contact-box textarea {
    font-family: "Nunito", Arial, Tahoma, sans-serif;
    font-size: 20px;
    font-weight: 300;
	line-height: 20px;
}

.contact-box textarea {
	height: 165px;
}

.contact-box input[type="submit"] {
	background-color: #ffffff;
	font-size: 26px;
	line-height: 26px;
	font-weight: 500;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	color: #df019c;
	border: 2px solid #df019c;
	text-transform: uppercase;
}

.contact-box input[type="submit"]:hover {
	background-color: #df019c;
	color: #ffffff;
}

.contact-box h2 {
    color: #df019c;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.contact-box p {
	color: #000000;
	padding-left: 15px;
    padding-right: 15px;
}

.top-footer {
	background-color: rgba(2, 0, 84, .85);
	padding-top: 60px !important;
}

.top-footer a {
	color: #ffffff;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.top-footer a:hover {
	color: #df019c;
}

ul.footer-social {
    list-style: none;
    margin-left: 40px;
    display: inline-block;
}

ul.footer-social li {
    display: inline-block;
}

ul.footer-social li a {
    font-size: 26px;
    margin-right: 7px;
    margin-bottom: 7px;
    line-height: 26px;
}

/* Small devices (tablets, up to 960px) */
@media (max-width: 960px) {   
	#Home h2 {
		font-size: 38px;
		line-height: 38px;
		padding: 10px 15px;
	}
	
	#Home a.button {
		font-size: 20px !important;
		line-height: 20px !important;
	}
	
	.play-btn img {
		max-width: 60% !important;
	}
	
	.play-btn {
		top: 30%;
		left: 36%;
	}
	
	.footer .column {
		text-align: center;
	}
	
	.top-footer a {
		margin-bottom: 15px;
		display: block;
	}
	
	ul.footer-social {
		margin-left: 0;
	}
	
	.contact-box input[type="text"], .contact-box input[type="email"], .contact-box textarea {
		font-size: 16px;
		line-height: 16px;
	}
	
	.contact-box input[type="submit"] {
		font-size: 20px;
		line-height: 20px;
	}
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {   
	#Header .top_bar_left {
		background-color: #000000 !important;
	}
	
	body:not(.template-slider):not(.header-simple) #Header {
    	min-height: inherit;
	}
	
	#Home {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}
	
	.play-btn img {
		max-width: 50% !important;
	}
	
	.play-btn {
		top: 30%;
		left: 30%;
	}
	
	.about {
		padding-top: 30px;
	}
	
	#Repertoire {
    	padding-top: 70px !important;
	}
	
	#Booking {
    	padding-top: 70px !important;
	}
	
	.details-about {
		padding-top: 70px !important;
	}
	
	.details-about img {
		margin-bottom: 30px;
	}
	
	#Contact {
		padding-top: 80px !important;
		padding-bottom: 70px !important;
	}
	
	.contact-box {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.top-footer {
		text-align: center;
	}
	
}

/* Small devices (tablets, up to 480px) */
@media (max-width: 480px) {  
	#Home h2 {
		font-size: 28px;
		line-height: 28px;
		padding: 10px 15px;
	}
	
	.hero-block {
		margin-bottom: 20px;
	}
	
	#Home a.button {
		font-size: 16px !important;
		line-height: 16px !important;
	}
	
	.play-btn img {
		max-width: 35% !important;
	}
	
	.play-btn {
		top: 30%;
		left: 20%;
	}
	
	h2 {
		margin-bottom: 25px;
	}
	
	.contact-box input[type="text"], .contact-box input[type="email"], .contact-box textarea {
		font-size: 14px;
		line-height: 14px;
	}
	
	.contact-box input[type="submit"] {
		font-size: 16px;
		line-height: 16px;
	}
}
