@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

/*
font-family: "Anton", sans-serif;
font-weight: 400;
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital@0;1&display=swap');
/*
font-family: "Open Sans", sans-serif;
font-weight: 400;
*/

@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100..900&display=swap');

/*

font-weight: 100;
font-weight: 200;
font-weight: 300;
font-weight: 400;
font-weight: 500;
font-weight: 600;
font-weight: 700;
font-weight: 800;
font-weight: 900;

font-family: "Vazirmatn", sans-serif;

*/
*{
	margin: 0px;
	padding: 0px;
}

.clr {
	clear:both;
	display:block;
}

.text-center{
	text-align: center;
}

a {
   	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	box-shadow:none;
}

a:focus, a:active {
	outline: none;
}

a, a img {
	border:none;
}
	
img {
	max-width:100%;
	width: 100%; /* or max-width: 100%; */
  	height: auto;
}

ul, li ol{
	list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Anton", sans-serif;
  	font-weight: 400;
	margin:0px;
	padding:0px;
	letter-spacing:0px;
	text-transform:none;
	line-height: 1.4;
}


h1 {
	font-size:32px;
}

h2 {
	font-size:28px;
}


h3 {
	font-size:25px;
}

h4 {
	font-size:21px;
}

h5 {
	font-size:17px;
}

h6 {
	font-size:14px;
}

p{
	margin-bottom:15px;	
	padding-bottom:0px;
}

iframe{
	width: 100%;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder{
	/*color: #131313;*/
	font-family: "Open Sans", sans-serif;
	}

:-moz-placeholder{
	/*color: #131313;*/
	font-family: "Open Sans", sans-serif;
	}

::-moz-placeholder{
	font-family: "Open Sans", sans-serif;
	opacity: 1;
	}

:-ms-input-placeholder{
	font-family: "Open Sans", sans-serif;
	}

textarea{
	height: 100px;
}

/*body:not(.home) #site-header{
	-webkit-box-shadow: 0px 12px 38px 0px rgba(0,0,0, 0.25);
	-moz-box-shadow: 0px 12px 38px 0px rgba(0,0,0, 0.25);
	box-shadow: 0px 12px 38px 0px rgba(0,0,0, 0.25);
	border-bottom: solid 1px #e9e0e0;
	}*/

/*body:not(.home) #site-content{
	padding-top: 4rem;
	padding-bottom:3rem;
}*/

body{
	font-family: "Open Sans", sans-serif;
  	font-weight: 400;
	/*color: #45464A;*/
	color: #000000;
	font-size: 16px;
	line-height: 27px;
}

#site-content{
    padding-bottom: 5rem;
    }

.body-bg{
	background-image: url(../images/body-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
    position: sticky;
}

.wrap, .hdr-top .header-inner, .ftrbtm-wrap{
	max-width: 1040px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
}

a{
	color: #FF9226;
}

.entry-content{
	padding: 5px 0;
}

.navbar input[type="checkbox"],
.navbar .hamburger-lines{
    display: none;
}

.container{
    max-width: 1040px;
    width: 90%;
    margin: auto;
}

.navbar{
    position: relative;
    width: 100%;
    background-color: rgba(229, 229, 229, 0.18);
    color: #000;
    z-index: 100;
    padding: 15px 0;
}

.navbar-container{
    display: flex;
    justify-content: space-between;
    align-items:flex-start;
}

.menu-items{
    order: 2;
    display: block;
    margin-left: 20px;
	width:100%;
}

.logo{
    order: 1;
}

.menu-items li{
    list-style: none;
    display: inline-block;
    margin: 10px 0;
}

.navbar li a{
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
    padding: 10px;
    font-size: 18px;
    transition: color 0.3s ease-in-out;
    font-family: "Anton", sans-serif;
    -webkit-transition: all 0.5s ease-in-out 0s;
		-o-transition: all 0.5s ease-in-out 0s;
		transition: all 0.5s ease-in-out 0s;
}

.navbar li a:hover, .navbar li.nav-item.active a{
	background-color: #FF9226;
    color: #ffffff;
}

.header-top{
	background-color: #d55308;
	padding: 22px;
	position: relative;
}

.header-top:before{
	content: "";
	position: absolute;
	background-color: #ff9226;
	width: 55%;
	height: 44px;
	top: 0;
	left: 0;
}

.header-top:after{
	content: "";
	position: absolute;
	background-image: url(../images/hdr-top-shape.png);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: contain;
	width: 45%;
	height: 34px;
	top: 4px;
	right: 10px;
}

h3.subhding{
	font-size: 34px;
  	color: #4A4A4A;
  	text-align: left;
  	text-transform: uppercase;
  	position: relative
}

.sidebar-widget{
	max-width: 230px;
  	margin: 0 auto;
  text-align: center;
}

ul.gradient-btns li{
	margin: 7px 0;
}

ul.gradient-btns li a{
	border: solid 1px #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#ff0),color-stop(1,#bf0000));
  background: -webkit-linear-gradient(top,#ff0 0%,#bf0000 100%);
  background: -moz-linear-gradient(top,#ff0 0%,#bf0000 100%);
  background: -o-linear-gradient(top,#ff0 0%,#bf0000 100%);
  background: -ms-linear-gradient(top,#ff0 0%,#bf0000 100%);
  background: linear-gradient(to bottom,#ff0,#bf0000);
  display: block;
  color: #fff;
  height: 65px;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gradnt-img{
background: rgba(243,140,19,1);
background: -moz-linear-gradient(left, rgba(243,140,19,1) 0%, rgba(245,202,0,1) 55%, rgba(240,110,26,1) 99%, rgba(240,110,26,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(243,140,19,1)), color-stop(55%, rgba(245,202,0,1)), color-stop(99%, rgba(240,110,26,1)), color-stop(100%, rgba(240,110,26,1)));
background: -webkit-linear-gradient(left, rgba(243,140,19,1) 0%, rgba(245,202,0,1) 55%, rgba(240,110,26,1) 99%, rgba(240,110,26,1) 100%);
background: -o-linear-gradient(left, rgba(243,140,19,1) 0%, rgba(245,202,0,1) 55%, rgba(240,110,26,1) 99%, rgba(240,110,26,1) 100%);
background: -ms-linear-gradient(left, rgba(243,140,19,1) 0%, rgba(245,202,0,1) 55%, rgba(240,110,26,1) 99%, rgba(240,110,26,1) 100%);
background: linear-gradient(to right, rgb(243, 140, 19) -70%, rgb(245, 202, 0) 50%, rgb(240, 110, 26) 110%, rgb(240, 110, 26) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f38c13', endColorstr='#f06e1a', GradientType=1 );
padding-bottom: 1rem;
}

.gradnt-img ul{
	margin: 10px 15px;
}

.gradnt-img ul li{
    margin: 6px 4px;
    display: inline-block;
    /* Firefox */
    width: -moz-calc(100% /2 - 11px);
    /* WebKit */
    width: -webkit-calc(100% /2 - 11px);
    /* Opera */
    width: -o-calc(100% /2 - 11px);
    /* Standard */
    width: calc(100% /2 - 11px);
}

.gradnt-img ul li img{
	-webkit-box-shadow: 5px 3px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 5px 3px 4px rgba(0,0,0,0.3);
    box-shadow: 5px 3px 4px rgba(0,0,0,0.3);
}

.gradnt-btm{
	text-align: center;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e8c602+0,f39e0f+51,f06e1a+100 */
background: #e8c602; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4YzYwMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2YzOWUwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMDZlMWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  #e8c602 0%, #f39e0f 51%, #f06e1a 100%); /* FF3.6-15 */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e8c602), color-stop(51%,#f39e0f), color-stop(100%,#f06e1a)); /* Chrome4-9,Safari4-5 */
background: -webkit-linear-gradient(left,  #e8c602 0%,#f39e0f 51%,#f06e1a 100%); /* Chrome10-25,Safari5.1-6 */
background: -o-linear-gradient(left,  #e8c602 0%,#f39e0f 51%,#f06e1a 100%); /* Opera 11.10-11.50 */
background: -ms-linear-gradient(left,  #e8c602 0%,#f39e0f 51%,#f06e1a 100%); /* IE10 preview */
background: linear-gradient(to right, #f2b006 0%,#f5c501 51%,#f18015 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8c602', endColorstr='#f06e1a',GradientType=1 ); /* IE6-8 */

}

.gradnt-btm img{
	max-width: 140px;
}

.contact-us .entry-content-text, .join-email .entry-content-text{
    max-width: 300px;
    padding: 3% 5%;
}

.form-row label{
    display: block;
    margin-bottom: 5px;
}

.contact-form h2{
    background: #d55308;
    max-width: fit-content;
    margin: 17px 0;
    padding: 16px 24px;
    color: #ffffff;
    text-align: center;
}

.form-row label span.form-req{
    color: red;
    margin-left: 5px;
}

input, input:focus, input[type="text"], input[type="password"], input[type="email"], textarea, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, select, select:focus {
  outline: none;
  border: solid 1px #B9B9B9;
  padding: 10px;
  color: #000000b8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 93%;
}

.send-btn input, .send-btn input:focus{
    max-width: 150px;
    background: #d55308;
    color: #fff;
    border-radius: 0;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    margin-top: 1rem;
}

.the-ouzeband-row .entry-content-text{
    max-width: 630px;
    font-size: 12px;
    background: #ffffff;
    padding: 5%;
    border-radius: 6px;
}

.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: rgba(0,0,0,0.8);
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.news-gallery{
    border: 15px solid #f5f5f5;
    padding: 7% 4%;
}

.gradnt-inline{
    display: flex;
}

.gradnt-inline ul{
    width: 50%;
    margin-top: 0;
}

.right-img{
    width: 50%;
}

.gradnt-inline ul li{
    width: 100%;
}

.right-img{
    margin-right: 10px;
}

.download .gradnt-img ul li:first-child{
    margin-top: 0;
}

.music-sites-left .gradnt-img ul li{
    margin: 3px 0px;
    display: inline-block;
    /* Firefox */
    width: -moz-calc(100% /3 - 4px);
    /* WebKit */
    width: -webkit-calc(100% /3 - 4px);
    /* Opera */
    width: -o-calc(100% /3 - 4px);
    /* Standard */
    width: calc(100% /3 - 4px);
}

.music-sites-left .gradnt-img ul{
    margin: 1% 12%;
}

.gradnt-btm-text{
    width: 80%;
    margin: 0 auto;
    padding-top: 7%;
    padding-bottom: 1rem;
    text-align: center;
}

.video-img, .del-henry-bg{
    position: relative;
}

.video-btn-img{
    width: 47%;
    position: absolute;
    top: 28%;
    right: auto;
    left: 10px;
    -webkit-box-shadow: 5px 3px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 5px 3px 4px rgba(0,0,0,0.3);
    box-shadow: 5px 3px 4px rgba(0,0,0,0.3);
}

.del-henry-inline{
    width: 90%;
    position: absolute;
    top: 26%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 0 auto;
    right: 0;
    left: 0;
}

.del-henry-inline .del-henry-col{
    margin: 5px;
}

.del-henry-inline .del-henry-col img{
    -webkit-box-shadow: 5px 3px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 5px 3px 4px rgba(0,0,0,0.3);
    box-shadow: 5px 3px 4px rgba(0,0,0,0.3);
}

.del-henry-inline .del-henry-col .back-btn-position img{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.del-henry-inline .del-henry-col .back-btn-position{
    position: absolute;
    top: 7%;
    width: 20%;
    max-width: 20%;
}

.news-and-Press .menu-items{
    width: 100%;
}

.new-releases-left ul{
    width: 55%;
    margin: 0 auto;
    text-align: right;
    padding-top: 7px;
}

.new-releases-left ul li{
    margin: 3px 0px;
    display: inline-block;
    width: -moz-calc(100% /2 - 4px);
    width: -webkit-calc(100% /2 - 4px);
    width: -o-calc(100% /2 - 4px);
    width: calc(100% /2 - 4px);
}

.new-releases-left ul li img{
    -webkit-box-shadow: 5px 3px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 5px 3px 4px rgba(0,0,0,0.3);
    box-shadow: 5px 3px 4px rgba(0,0,0,0.3);
}
/* inner pages */

.page-hding{
    background: #d55308;
    max-width: fit-content;
    margin: 17px 0;
    padding: 16px 24px;
    color: #ffffff;
}

.page-hding h1{
    font-size: 30px;
}

.entry-content-text{
    background: rgba(229,229,229,0.75);
    max-width: 900px;
    padding: 4% 2%;
}

.inner-banner{
	position: relative;
	overflow: hidden;
	height: 285px;
}

.inner-banner img{
	width: 100%;
	height: 285px;
  object-fit: cover;
}

.inner-banner-content{
	position: absolute;
  right: 0;
  left: 0;
  top: 36%;
}

.inner-banner-content h1{
	text-align: center;
	font-size: 54px;
	font-weight: 400;
	line-height: 60px;
	color: #ffffff;
	letter-spacing: 0.5px;
}

@media screen and (min-width: 780px) {

.logo{
	width: 560px;
	}

.mobile-coords{
	display: none;
	}

.wdhinline {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }

.wdh60 {
    width: 60%;
  }

.wdh40 {
    width: 40%;
  }
}

@media only screen and (max-width: 780px) {
.body-bg{
    overflow: scroll;
    }

.logo{
	width: 110px;
	}

#site-content{
	height: 100vh;
	}

.desk-coords{
	display: none;
	}

.page-hding{
    margin: 12px 0;
    padding: 7px 15px;
    }

.page-hding h1{
    font-size: 24px;
    }

.gradnt-img ul{
    margin: 5px 7px;
    }

.music-sites-left .gradnt-img ul li{
    margin: 1px 0;
    }

.new-releases-left ul li{
    margin: 2px 0;
    }

.gradnt-img ul li{
    margin: 3px 2px;
    width: -moz-calc(100% /2 - 6px);
    width: -webkit-calc(100% /2 - 6px);
    width: -o-calc(100% /2 - 6px);
    width: calc(100% /2 - 6px);
    }

.gradnt-inline ul li {
  width: 100%;
    }
}

@media screen and (max-width: 768px) {
body{
	font-size: 15px;
	line-height: 25px;
	}
}

@media (max-width: 768px){
    .navbar{
        opacity: 0.95;
    }

    .navbar-container input[type="checkbox"],
    .navbar-container .hamburger-lines{
        display: block;
    }

    .navbar-container{
        display: block;
        position: relative;
        height: 140px;
    }

    .navbar-container input[type="checkbox"]{
        position: absolute;
        display: block;
        height: 32px;
        width: 30px;
        top: 20px;
        left: 20px;
        z-index: 5;
        opacity: 0;
        cursor: pointer;
    }

    .navbar-container .hamburger-lines{
        display: block;
        height: 28px;
        width: 35px;
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .navbar-container .hamburger-lines .line{
        display: block;
        height: 4px;
        width: 100%;
        border-radius: 10px;
        background: #ffffff;
    }
    
    .navbar-container .hamburger-lines .line1{
        transform-origin: 0% 0%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar-container .hamburger-lines .line2{
        transition: transform 0.2s ease-in-out;
    }

    .navbar-container .hamburger-lines .line3{
        transform-origin: 0% 100%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar{
    	padding: 0;
    	background-color: transparent;
    }

    .navbar .menu-items{
        padding-top: 100px;
        background: #d55308;
        height: 100vh;
        max-width: 300px;
        transform: translate(-150%);
        display: flex;
        flex-direction: column;
        margin-left: -40px;
        padding-left: 40px;
        transition: transform 0.5s ease-in-out;
/*        box-shadow:  5px 0px 10px 0px #aaa;*/
        overflow: scroll;
    }

    .navbar .menu-items li{
        margin-bottom: 1.8rem;
        font-size: 1.1rem;
        font-weight: 500;
    }

    .logo{
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 2.5rem;
    }

    .navbar-container input[type="checkbox"]:checked ~ .menu-items{
        transform: translateX(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1{
        transform: rotate(45deg);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2{
        transform: scaleY(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3{
        transform: rotate(-45deg);
    }

}

@media (max-width: 500px){
    .navbar-container input[type="checkbox"]:checked ~ .logo{
        display: none;
    }
}

@media screen and (max-width: 480px) {
.wdh25{
  width: -moz-calc(100%);
  width: -webkit-calc(100%);
  width: -o-calc(100%);
  width: calc(100%);
	}
}

@media screen and (max-width: 380px) {
.new-releases-left ul{
    width: 50%;
    padding-top: 2px;
    }

.new-releases-left ul li{
    margin: 0;
    }
}


ul.gradient-btns li a:hover {
transform: scale(1.04) !important;
transition: transform .4s;
}

.gradnt-img ul li img:hover {
transform: scale(1.04) !important;
transition: transform .4s;
}

.video-btn-img:hover {
transform: scale(1.04) !important;
transition: transform .4s;
}

/*.new-releases-left ul li img:hover {
transform: scale(1.04) !important;
transition: transform .4s;
}
*/
.del-henry-inline .del-henry-col a img:hover {
transform: scale(1.04) !important;
transition: transform .4s;
}

.logo img{min-width:357px;max-width:357px;}
#containerframe{
    width:823px;
    height:4110px;
    border:0px solid #000; 
    overflow:hidden;
    margin:auto;
}
#containerframe iframe {
    width:823px;
    height:4110px;
    margin-left:-10px;
	border:0 !important;
	background-color:transparent !important; 
	}
