/*
Theme Name: Project Melody
Theme URI: https://wordpress.org/themes/pm/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Project Melody brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 2.8
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pm
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
body {
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	position: relative;
	font-size: 20px;
	transition: transform .3s ease-in-out;
	-webkit-transition: transform .3s ease-in-out;
	-moz-transition: transform .3s ease-in-out;
	-ms-transition: transform .3s ease-in-out;
	-o-transition: transform .3s ease-in-out;
	overflow-x: hidden;
}

button:focus {
	outline: none;
}

.bg-dark {
	background-color: #000 !important;
	color: #fff;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: 300;
}

a {
	text-decoration: none;
	color: #fff;
}

a:hover {
	color: lightgray;
}

.dispaly-2 {
	font-family: 'bebas_neuebold', sans-serif;
	text-align: center;
	letter-spacing: 2px;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}

.main-content .dispaly-2 {
	border-bottom: 2px solid #fff;
}

.display-4 {
	font-family: 'bebas_neuebold', sans-serif;
	letter-spacing: 2px;
	font-size: 25px !important;
	font-weight: 700;
}
.btn:focus {
    outline: 0;
    box-shadow: none;
}
.header-search-from{
	width:0;
	overflow:hidden;
	position: relative;
}
.header-search-from .search-submit{
	position: absolute;
	right:0;
	top: 0;
}
.toggle-search-form .fa-times{
	display:none;
}
.toggle-search-form.open .fa-times{
	display:inline-block;
}
.toggle-search-form.open .fa-search{
	display:none;
}
.sidenav {
	position: fixed;
	z-index: 1050;
	max-width: 100%;
	height: 100%;
	background-color: #000;
	transition: transform .3s ease-in-out;
	-webkit-transition: transform .3s ease-in-out;
	-moz-transition: transform .3s ease-in-out;
	-ms-transition: transform .3s ease-in-out;
	-o-transition: transform .3s ease-in-out;
	top: 0;
	left: -400px;
	width: 400px;
	border-right: 1px solid rgba(0, 0, 0, .2);
	overflow-y: auto;
}

body.show {
	overflow-x: hidden;
	transform: translateX(400px);
	-webkit-transform: translateX(400px);
	-moz-transform: translateX(400px);
	-ms-transform: translateX(400px);
	-o-transform: translateX(400px);
}

.sidenav.show .toggle-btn span.middle {
	display: none;
}

.sidenav-body {
	text-transform: uppercase;
	padding: 60px 40px 40px 10px;
}

.sidenav-body ul.sub-menu,
.sidenav-body ul {
	list-style: none;
	font-family: 'bebas_neuebold', sans-serif;
	font-weight: 700;
}

.sidenav-body ul li a {
	font-size: 30px;
	display: inline-block;
}

.menu-item-has-children {
	position: relative;
	cursor: pointer;
}


.menu-item-has-children::after {
	z-index: -1;
	content: "|";
	font-size: 20px;
	position: absolute;
	right: 36px;
	top: 10px;
	transition: all .3s ease;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

.menu-item-has-children::before {
	z-index: -1;
	content: "|";
	font-size: 20px;
	position: absolute;
	right: 36px;
	top: 10px;
	transition: all .3s ease;
}

.menu-item-has-children.is-open::before {
	display: none;
}

.sub-menu {
	display: none;
}


.sidenav-header {
	height: 50px;
	position: relative;
}

button.close-btn i {
	font-size: 25px;
	color: #fff;
}

button.close-btn {
	text-align: center;
	padding: 10px;
	background-color: transparent;
	border: none;
	position: absolute;
	right: 0px;
	width: 45px;
	height: 45px;
	display: inline-block;
}

.site-header {
    z-index: 999;
    position: absolute;
	top:0;
    width: 100%;
    
}
.intro-banner{
	position: relative;
	height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	z-index:1;
	overflow:hidden;
}
.videoSection__full--video {
    min-height: 100%;
    min-width: 100%;
    perspective: 1000;
    top: 0;
    left: 0;
    bottom: 0;
	position:absolute;
	width:100%;
	height:auto;
}
.scroll-down svg {
    display: block;
    width: 32px;
    height: 100%;
}
.scroll-down #arrow_1,
.scroll-down #arrow_2,
.scroll-down #arrow_3{
	stroke: #fff;
  animation: arrow 1s ease-out forwards;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-play-state: running;
  -webkit-animation: arrow 1s ease-out forwards;
  -webkit-animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
}
.scroll-down #arrow_1 { animation-delay: 1.2s; -webkit-animation-delay: 1.2s; }
.scroll-down #arrow_2 {animation-delay: 1.4s; -webkit-animation-delay: 1.4s;}
.scroll-down #arrow_3 {animation-delay: 1.6s; -webkit-animation-delay: 1.6s;}
@keyframes arrow {
	30% {
		stroke: #fff;
		opacity: 0
	}
	30.001% {
		stroke: #d23d23;
		opacity: 0
	}
	100% {
		stroke: #d23d23;
		opacity: 1
	}
}
@-webkit-keyframes arrow {
	30% {
		stroke: #fff;
		opacity: 0
	}
	30.001% {
		stroke: #d23d23;
		opacity: 0
	}
	100% {
		stroke: #d23d23;
		opacity: 1
	}
}
.scroll-down {
   line-height: 1.2;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.scroll-down .mouse {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    height: 40px;
    width: 30px;
    border: 1px solid #fff;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.scroll-down .mouse::after {
    content: "";
    position: absolute;
    height: 10px;
    width: 2px;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all .5s ease;
    -webkit-animation-name: movedown;
    animation-name: movedown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

@-webkit-keyframes movedown {
    0% {
        top: 30%;
    }
    100% {
        bottom: 60%;
    }
}

@keyframes movedown {
    0% {
        top: 30%;
    }
    100% {
        bottom: 60%;
    }
}

.emblem-logo{
	width: 100px;
}
.page-banner,
.video-page-banner {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 1;
	width: 100%;
	height: 400px;
}

.video-page-banner {
	height: 80vh;
}

.bg-overlay,
.bg-overlay-dark {
	position: relative;
}

.bg-overlay::after,
.bg-overlay-dark::after {
	content: '';
	z-index: -1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.3);
}

.bg-overlay-dark::after {
	background-color: rgba(0, 0, 0, 0.3);
}

.page-banner-container,.project-melody-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	text-transform: uppercase;
}
.project-melody-logo {
	top:74%;
	opacity:.6;
}
.page-banner-container h1 {
	font-family: 'bebas_neuebold', sans-serif;
	font-size: 48px;
	font-weight: 700;
}

.icon-container {
	margin-right: 150px;
}

.icon-container i {
	font-size: 20px;
}

.shpping-icon {
	margin-right: 50px;
}

.site-header .page-nav {
	margin-bottom: 60px;
}

.toggle-btn {
	position: relative;
	width: 50px;
	height: 50px;
	background-color: transparent;
	border: none;
	padding: 15px;
	display: inline-block;
}

.toggle-btn span {
	background-color: #fff;
	width: 20px;
	height: 2px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	transition: all .25s ease-out;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.toggle-btn span.top {
	top: 16px;
}

.toggle-btn span.top-2 {
	top: 25px;
	left: 13px;
	width: 23px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	display: none
}

.toggle-btn span.middle {
	top: 24px;
}

.toggle-btn span.bottom {
	bottom: 16px;
}

.toggle-btn span.bottom-2 {
	top: 25px;
	left: 13px;
	width: 23px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	display: none;
}

.page-box {
	height: 350px;
	position: relative;
	color: #fff;
	overflow: hidden;
	transition:all 0.8s ease;
	-webkit-transition:all 0.8s ease;
	-moz-transition:all 0.8s ease;
	-ms-transition:all 0.8s ease;
	-o-transition:all 0.8s ease;
	background-size:110%;background-position:center center; background-repeat:no-repeat;
}

.page-box::after {
	content: '';
	z-index: 5;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.3);
}
body.show .toggle-btn span.middle,
body.show .toggle-btn span.top,
body.show .toggle-btn span.bottom {
	display: none;
}

body.show .toggle-btn span.top-2,
body.show .toggle-btn span.bottom-2 {
	display: block;
}

.page-box .page-box-heading {
	font-family: 'bebas_neuebold', sans-serif;
	display: block;
	text-decoration: none;
	color: #fff;
	background-color: transparent;
	display: block;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 4px !important;
	z-index: 10;
	text-align: center;
}

.page-box-img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	transform: scale(1);
	-webki-transform: scale(1);
	-moz-transform: scale(1);
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.page-box:hover{background-size: 125%; }
.page-box:hover .page-box-img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.page-box-heading {
	text-align: center;
	position: relative;
}



.who-we-are {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 70px;
	font-family: 'bebas_neuebold', sans-serif;
	margin-bottom: 20px;
}

.who-we-are span {
	border-bottom: 5px solid #fff;
}
.newsletter .input-group > .your-email{
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.newsletter .form-control {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #fff;
}

.newsletter .form-control::placeholder {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	color: gray;
}


.newsletter .btn-submit {
	width: 100px;
	display: inline-block;
	background-color: transparent;
	color: #fff;
	font-weight: normal;
	font-size: 15px;
	letter-spacing: 2px;
	padding: 6px 15px;
	border: 1px solid #fff;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}

.newsletter .btn-submit:focus,
.newsletter .btn-submit:active {
	border: 2px solid #fff !important;
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	-o-border-radius: 0px !important;
}

.contact-details .fw-simple {
	letter-spacing: 1px;
}

.contact-form {
	padding-right: 180px;
}

.contact-form .form-control {
	background-color: #f2f2f2;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	font-family: Tahoma, sans-serif;
}

.contact-form .form-control::placeholder {
	font-family: Tahoma, sans-serif;
}

.contact-form input[type="button"] {
	background-color: #4099ff;
	border: none;
	font-family: Tahoma, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bolder;
	width: 140px !important;
	height: 41px !important;
	line-height: 41px !important;
}

.contact-details .social-icons img {
	width: 25px;
}

.contact-details .social-icons a {
	padding: 10px;
	display: inline-block;
	margin-right: 10px;
}

.artist-info {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	z-index: 10;
	text-align: center;
	transform: translate(-50%, -50%);
	font-weight: bold;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.artist-info.team {
    top: 93%;
}

.artist-info .artist-name {
	font-family: 'bebas_neuebold', sans-serif;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.1;
}
.artist-info.team .artist-name{
	line-height: 1;
    margin-bottom: 2px;
}
.artist-info .artist-place {
	font-size: 1rem;
	text-transform: uppercase;
}

.artist-container .bg-overlay-dark::after {
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.3);
}

.big-img {
	height: 150vh;
}

.big-img img {
	height: 150vh;
	width: 100%;
}

.artist-intro .display-4,
.strategy-content .display-4 {
	font-size: 20px !important;
	text-transform: uppercase;
}

.quote {
	padding-right: 180px;
	font-family: 'bebas_neuebold', sans-serif;
	font-weight: 700;
}

.artist-intro {
	padding: 10px 15px 10px 15px;
}

.artist-img {
	height: auto;
	overflow: hidden;
}

.artist-img img {
	width: 100%;
	height: auto;
}
.full-width-image{
	position: relative;
	height: 100vh;
	max-width:1700px;
	width: 100%;
	margin:auto;
}
.full-width-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
footer.site-footer div,
footer.site-footer a {
	font-size:14px;
	font-weight: 300 !important;
}
footer.site-footer a i {
	font-size:24px;
}
.wp-block-social-links{
	list-style:none;
	padding: 0;
	margin: 0;
	margin-top: 15px;
}
.wp-block-social-links li{
	display: inline-block;
}
.wp-block-social-links li a{
	display: block;
    margin-right: 10px;
    text-align: center;
    font-size: 20px;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
}
.wp-block-social-links li:last-child a{
	margin-right:0;
}
.wp-block-social-links li a svg,
.wp-block-social-links .wp-social-link-dribbble a svg path{
	fill: #fff;
}
.wp-block-social-links li a svg{
	width: 30px;
	height: 30px;
}
.wp-block-social-links .wp-social-link-dribbble a svg{
	width:24px;
}
.wp-block-social-links li:hover a{
	opacity:.8;
}
.wp-block-social-link-label{
	display:none;
}
@media(max-width: 768px){
	.header-search-from{
		position: absolute;
		right: 50px;
	}
	.page-banner-container h1{
		font-size:32px;
	}
	.page-banner, .video-page-banner {
    	height: 200px;
	}
	.page-banner-container{
		top: 50%;
	}
	.footer-socials img{
		height:30px;
	}
	.logo-img {
		width: 70px;
	}
	.toggle-btn.mobile{
		position: absolute;
		right: 0;
	}
	.dispaly-2,.page-box .page-box-heading{
		font-size: 20px;
	}
	.page-box-img{
		object-fit: cover;
	}
	.page-box {
		height: 160px;
		padding:10px;
	}
	.who-we-are{
		font-size: 30px;
	}
	.artist-img{
		height: auto;
	}
	.artist-img img{
		height: auto;
	}
	.artist-info .artist-name{
		font-size: 1.5rem;
	}
	.artist-info .artist-place{
		font-size: 1rem;
	}
	.quote{
		padding-right: 0;
	}
	.contact-form {
		padding-right: 0;
	}
	.wp-block-social-links li a {
   		width: 40px;
    	height: 40px;
    	margin-right: 10px;
		line-height: 35px;
	}
	.full-width-image{
		height:auto;
	}
}
@font-face {
    font-family: 'bebas_neuebold';
    src: url('assets/fonts/bebasneue_bold-webfont.woff2') format('woff2'),
         url('assets/fonts/bebasneue_bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}