/* RESET
------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; max-width: 100%;}
.container, iframe { max-width: 100%;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}
html, body	{ height:100%; }
a img,:link img,:visited img { border:none }
:focus { outline: 0; }
a, a:hover  { text-decoration:none;} 
a, a:active, a:visited {outline: 0 !important; } /* Firefox */
table { border-collapse: collapse; border-spacing: 0; }
html { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*, *:before, *:after {  -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; }
.clearFloat::before, .clearFloat::after { display:table; content:"";}
.clearFloat::after	{ clear:both; }
img	{ max-width: 100%; height: auto; width: auto9; /* ie8 */ }

/* PALETTE
------------------------------------------------------------------------------------*/
body { color: #EEE; background: #b99961; overflow-x:hidden;}
h1.siteName, a,a:link, a:visited { color: #FFF; }
a:hover	{ color: #6c1c11; } /* maroon */


/* HTML / FONTS
------------------------------------------------------------------------------------*/
body {
	vertical-align: baseline;
    height:100%;
	font-family: 'Open Sans', arial, verdana, helvetica, sans-serif;
    /*background-image: url('http://www.hadizamusic.com/images/design/hadiza-draft2.jpg');*/
    background-image: url('/wp-content/themes/Hadiza/images/hadiza-BG.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed; 
	-o-background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
	font-size: 13px;
}

h1, h2, h4 {
    font-family: Georgia, Times, serif;
    font-variant: small-caps;
}

h1, h2, h3 {
    margin: 0 0 15px 0;
	padding: 0 0px;
    font-weight: normal;
}

h1 {
    margin-bottom: 10px;
    font-size: 2em;
    color: #FFF;
}

h2 {
    font-size: 1.5em;
    color: #6c1c11;
    margin: 0px 0 15px 10px;
	background-image: url('/wp-content/themes/Hadiza/images/pale-gold-40pc.png');
    background-repeat: repeat;
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding-right: 7px;
    border: 0px solid #6c1c11;
    -moz-box-shadow: 6px 6px 12px #6c1c11;
    -webkit-box-shadow: 6px 6px 12px #6c1c11;
    box-shadow: 2px 2px 12px #6c1c11;
}

p { margin-bottom: 20px; }

p::-moz-selection { color: WHITE; background: GREY;}
p::selection { color: WHITE; background: GREY; }

.clearFloat	{
	clear:both;
}

/* CONTAINERS
------------------------------------------------------------------------------------*/
.navbar-wrapper {min-height: 50px;} 
.container-fluid {}
.container {    
    width: 100% !important;
}
#primary	{
	height: auto;
	min-height: calc(100% - 90px);
}

@media only screen and (max-width: 768px)	{
	#primary	{min-height: calc(100% - 190px);}
}
.content-area {} /* redundant class coming from who knows where */
#main {} /* redundant ID coming from who knows where */
.site-main {} /* redundant class coming from who knows where */
.front_page {} /* redundant class coming from who knows where */
.featured_img {}
#mainContentContainer {}
#mainContent {}
@media only screen and (min-width: 768px)	{
	.articles {padding-right: 20px;}
}
.article {}
				
				
.mainContent	{/*min-height: calc(100% - 110px);*/}
section{}

#mainContentContainer {
    width: 20%;
    min-width: 400px;
    float: right;
    margin-top: 14%;
    margin-right: 1%;
    height: auto;
    
}
/*, (orientation:portrait) */
@media only screen and (max-width: 768px){
	#mainContentContainer {
		width: 100%;
		min-width: 100%;
	}

	#navbar {
		z-index: 9999;
		/*position: absolute;*/
		background-color: #b28c52;
		width: 100%;
	}
	.navbar-collapse {
		padding-right: 0px;
		padding-left: 0px;
	}
	div.articles {
		background-image: url('/wp-content/themes/Hadiza/images/gold-40pc.png');
		background-image: none;
		background-repeat: repeat;
		margin-bottom: 20px;
	}
	/*body	{
		background-image: url('/wp-content/themes/Hadiza/images/gold-40pc.png');
		background-repeat: repeat;
	}*/
	div.moreReviews h3	{
		float: right;
		text-align: center;
		max-width: 170px;
		margin-right: 10%;
	}
	div.moreReviews ul	{
		margin-top: 6px;
	}
}
@media (min-width:1024px) {
	.mobilebanner{
		display:none;
	}
}
/*, (orientation:portrait)*/
@media (max-width:768px), (orientation:portrait) {
	.mobilebanner{
		display:block;
	}
	body{
		background-image:none!important;
	}
}

@media (max-device-width: 1024px)	{
	.home .mobilebanner{
		display:block;
	}
	body.home {
		background-image:none!important;
	}
}
/*@media (min-width:768px) and (max-width:1024px) {
	.mobilebanner{
		display:block;
	}
	body{
		background-image:none!important;
	}
}*/
div.article p {
    margin-left: 10px;
    clear: left;
}



/* HEADERS / NAVIGATION
------------------------------------------------------------------------------------*/
/* full-width */

.navbar {}
.navbar-default {} 
.navbar-static-top {}

a.header_logo_link, .navbar-default .navbar-nav>li>a	{color: WHITE;}
a.header_logo_link:hover, .navbar-default .navbar-nav>li>a:hover	{color: RED;}

/* site title 
-----------------*/

.siteTitle	{
	position: absolute;
	background-image: url('/wp-content/themes/Hadiza/images/hadiza-vert-226x447.png');
	background-repeat: no-repeat;
	/*background-color: rgba(111,111,111, 0.3);*/
	width: 227px;
	height: 447px;
	margin-top: 55px;
	margin-left: 15px;
}

@media only screen and (max-width: 768px)	{
	.siteTitle	{
		background-image: url('/wp-content/themes/Hadiza/images/hadiza-horiz-250x96.png');
		width: 250px;
		height: 96px;
		margin-top: 10px;
		margin-left: 15px;
	}
	.navbar-wrapper, .navbar, nav, .navbar-header {height: 110px;} 
	#slider .slides img {
		width:100%;
		height:auto;
	}

}
a.header_logo_link	{}

@media only screen and (min-width: 769px) and (orientation:landscape)	{
	a.header_logo_link	{}
	div.articles {
		background-image: url('/wp-content/themes/Hadiza/images/gold-40pc.png');
		background-repeat: repeat;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		border: 1px dotted #a7773c;
		box-shadow: 4px 4px 8px #6c1c11;
		margin-bottom: 20px;
	}
}

/* main navigation 
-----------------*/
.navmenu_align {
    float: right;     
    width: 100%;
}
@media only screen and (min-width:769px)	{
	.navmenu_align {width: auto; padding-right: 15px;}
}

/* toggle button (=navbar-header)
-----------------*/
.navbar-header	{}
.navbar-default .navbar-toggle {border-color: #ddd; margin-top: -30px;} 
.navbar-toggle {
    margin-top: 30px;
    
}

/* links / dropdown
-----------------*/
#navbar {}
.menu-main-navigation-container	{width: 100%;}
.navbar-default .navbar-collapse {border-color: GREY;padding: 0;} 
.navbar-nav {margin:0;}
#navbar ul {list-style-type: none;padding: 0;}
#navbar ul li {display: block; font-size: 15px; margin: 1px auto 0px; padding: 10px 0;border-bottom: 1px solid #b99968 /*honey*/;text-align: center;}
#navbar ul li:first-child	{padding-top: 8px;}

@media only screen and (min-width: 768px)	{ 
	#navbar ul li,
	#navbar ul li:first-child {padding: 0;border-bottom: 0px;float: left;
    padding-left: 15px;} 
	.page-id-101 .container {
			padding-right: 4px; }
	
}

nav {
	position: absolute;
    top: 0px;
    height: 40px;
    width: 100%;
    margin-right: 1%;
    background-image: url('/wp-content/themes/Hadiza/images/gold-40pc.png');
    background-repeat: repeat;
    border-bottom: 1px dotted #a7773c;
}
@media only screen and (max-width:768px)and (orientation: portrait)	{
	nav {background-image: none;}
}
.navbar-nav>li>a {
	padding:14px 10px 8px;
    font-size: 14px;
	text-transform: uppercase;
	text-align: center;
}

.nav>li>a:hover {
	background-color:inherit;
	color:black;
}
.navbar .navbar-header .navbar-toggle {
	background-color: #eeeed3;
}
.navbar .navbar-header .navbar-toggle .icon-bar {
	background-color: #6a1a0e;
}
.navbar .navbar-header .navbar-toggle:hover {
	border-color: #6b1c14;
}


/*
	MURUGAN - THIS IS SOMETHING CLOSE TO WHAT I NEED BUT COULD YOU PLEASE FIX IT SO THAT THE MOBILE MENU ICON DISPLAYS FOR IPAD PORTRAIT AT 768PX WIDE?
	
.navbar-toggle {
    display: block;
}
.navbar-collapse.collapse {
    display: none!important;
}
@media (min-width: 769px) {
	.navbar-collapse.collapse {
		display: block!important;
		height: auto!important;
		padding-bottom: 0;
		overflow: visible!important;
	}
	.navbar-toggle {
		display: none;
	}
}*/


/* FOOTER
------------------------------------------------------------------------------------*/
.copyright	{
	text-align:center;
	max-width: 450px;
	margin: auto;
	padding-left: 0;
	font-size: .8em;
}
.social .lsi-social-icons li	{
	margin: 0 4px 8px 4px !important;
}

.footer {
    position: relative;
    bottom: 0px;
    left: 0px;
    right: 0px;
    min-height: 124px;
    border: 0px solid #ddd;
    background-image: url('/wp-content/themes/Hadiza/images/gold-40pc.png');
    background-repeat: repeat;
	margin-bottom: 0;
	/*display: none;*/
}

.social	{
	padding-top: 14px;
}

.leftText	{
	max-width: 50%;
	float: left;
}

.rightText	{
	max-width: 50%;
	float: right;
	padding-top: 6px;
}

.credit {
	font-size: .6rem;
}



/* HOME
------------------------------------------------------------------------------------*/
.home #mainContentContainer {
    float: right;
    margin-top: 14%;
    margin-right: 1%;
    width: 20%;
    min-width: 220px;
    height: 100%;
}
@media only screen and (min-width:768px) and (max-width:1024px)	{
	.home #mainContentContainer {
		float: none;
		margin-top: 0;
		width: 96%;
		margin: auto;
		height: 100%;
	}
	.navbar
	{
		margin-bottom: 0px;
	}
	
}
@media only screen and (max-width:768px), (orientation: portrait), (max-device-width: 1024px)	{
	.home #mainContentContainer {
		float: none;
		margin-top: 0;
		width: 96%;
		margin: auto;
		height: 100%;
	}
	.videowrapper {
		float: none;
		clear: both;
		width: 100%;
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 25px;
		height: 0;
	}
	.videowrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 96%;
		height: 100%;
		margin: 0 10px;
	}
	/*.item.audio-player, .playlist .covers {
		margin: 0 10px;
	}*/
}

.home h2 {
    margin: 10px 0 15px 10px;
    background-image: none;
    padding: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding-right: 0px;
    border: 0px;
    -moz-box-shadow: 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
}

/* BIOGRAPHY
------------------------------------------------------------------------------------*/
.page-biography {}

.page-biography h1 {
	padding: 0 15px;
}

/* MEDIA
------------------------------------------------------------------------------------*/

.page-media #mainContentContainer {
    float: right;
    margin-top: 14%;
    margin-right: 1%;
    width: 20%;
}
div.article {
    margin-top: 20px;
}

div.reviews {
    border-bottom: 1px dotted #A7773C;
    margin-bottom: 20px;
}

div.moreReviews h3 a:hover {
    color: #fff;
}
div.moreReviews h3 a {
    font-family: 'Open Sans', arial, verdana, helvetica, sans-serif;
    color: #b99868;
}
div.moreReviews h3 {
    background-color: #473a28;
    font-size: .7em;
    font-family: 'Open Sans', arial, verdana, helvetica, sans-serif;
    text-indent: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}
h3 a {
    font: 1.5em Georgia, Times, serif;
}

blockquote, h3, p, li {
    padding-left: 10px;
    padding-right: 10px
    font-size: 0.9em;
    line-height: 1.6em;
}
p {
	display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
p.reviewer {
    color: #473a28;
    font-size: .8em;
    margin-top: -10px;
}

#playlistRecent, #playlistPrevious, #cdBaby, iframe {
    margin-top: 25px;
}
.playlist {
    width: 350px;
}

.item.audio-player {
    background-image: url('/wp-content/themes/Hadiza/images/gold-60pc.png');
    background-repeat: repeat;
    border: 1px solid #6c1c11;
    -moz-box-shadow: 2px 2px 3px #6c1c11;
    -webkit-box-shadow: 2px 2px 3px #6c1c11;
    box-shadow: 2px 2px 3px #6c1c11;
}
.audio-player {
    position: relative;
    min-height: 16px;
    margin-top: 10px;
    padding: 5px;
    background-color: #f1ede4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 2px #BBB;
    -moz-box-shadow: 1px 1px 2px #BBB;
    box-shadow: 1px 1px 2px #BBB;
    font-family: Verdana;
    font-size: 11px;
	max-width:350px;
}
p.audio-player a.control {
    border-bottom: 0px;
}
.audio-player a.control {
    display: block;
    float: left;
    width: 17px;
    height: 17px;
    background-image: url(/wp-content/uploads/2019/10/play_pause.png);
    background-position: top left;
    text-indent: 17px;
    overflow: hidden;
    outline: none;
}
.noDownload p.audio-player a.download {
    display: none;
}
.audio-player a.download {
    display: none;
    position: absolute;
    left: 350px;
    margin-left: 5px;
    top: 0px;
    opacity: 0.3;
    width: 27px;
    height: 27px;
    background-image: url('/wp-content/themes/Hadiza/images/download_20.png');
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: 30px;
    overflow: hidden;
}
.audio-player .info {
    display: block;
    float: left;
    line-height: 18px;
    margin-right: 5px;
    margin-top: 2px;
    font-size: 11px;
}

.audio-player .title, .audio-player .name, .audio-player .time, .audio-player .rewind {
    color: #000;
}
.audio-player .time {
    float: right;
    margin-right: 3px;
    line-height: 14px;
    color: #333;
}
.audio-player .rewind {
    position: relative;
    display: none;
    float: right;
    width: 26px;
    height: 13px;
    margin-top: 2px;
    margin-right: 1px;
    padding-left: 3px;
    background-color: #f1ede4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 1px #a89e8c;
    -moz-box-shadow: 1px 1px 1px #a89e8c;
    box-shadow: 1px 1px 1px #a89e8c;
    opacity: 0.5;
    color: #333;
}
.audio-player .rewind a {
    position: absolute;
    display: block;
    padding: 2px 3px;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    font-size: 16px;
    line-height: 6px;
    text-decoration: none;
    color: #555;
}
.audio-player .type {
    display: none;
}
.audio-player .player {
    clear: both;
    width: 0px;
    height: 0px;
    overflow: hidden;
}
.audio-player a.control:hover {
    background-position: bottom left;
}

.playlist {
	width: 350px;
}
		
.playlist .playall {
	margin-left: 12px;
}

.playlist .nextprev {
	float: right;
	margin-right: 6px;
	font-size: 16px;
}

.playlist .nextprev a {
	text-decoration: none;
	color: black;
	outline: none;
}

.playlist .nextprev a:hover {
	color: #e1ac1a;
}

.audio-player {
	position: relative;
	min-height: 16px;
	margin-top: 10px;
	padding: 5px;
	background-color: #f1ede4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 2px #BBB;
	-moz-box-shadow: 1px 1px 2px #BBB;
	box-shadow: 1px 1px 2px #BBB;
	font-family: Verdana, 'Open Sans';
	font-size: 11px;
}


.audio-player.playing {
	background-color: #bbb09a;
	-webkit-box-shadow: 1px 1px 2px #888;
	-moz-box-shadow: 1px 1px 2px #888;
	box-shadow: 1px 1px 2px #888;
}

.audio-player a.download {
	display: none;
	position: absolute;
    left: 350px;
    margin-left: 5px;
    top: 0px;
    opacity: 0.3;
    width: 27px;
    height: 27px;
    background-image: url('/wp-content/themes/Hadiza/images/download_20.png');
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: 30px;
    overflow: hidden;
}

.audio-player a.download:hover {
 	opacity: 1.0;
}

.audio-player a.control {
	display: block;
	float: left;
	width: 17px;
	height: 17px;
	background-image: url('/wp-content/uploads/2019/10/play_pause.png');
	background-position: top left;
	text-indent: 17px;
	overflow: hidden;
	outline: none;
}

.audio-player a.control:hover {
	background-position: bottom left; 
}

.audio-player.playing a.control { 
	background-position: top right; 
}

.audio-player.playing a.control:hover {
	background-position: bottom right; 
}

.audio-player .info {
	display: block;
	float: left;
	line-height: 18px;
	margin-right: 5px;
	margin-top: 2px;
	font-size: 11px;
}

.audio-player .title {
	line-height: 14px;
	margin-left: 3px;
	border: 0px dotted red;
	color: #333;
}

.audio-player .name  { 
	display: none;
	color: #333;
}

.audio-player .time {
	float: right;
	margin-right: 3px;
	line-height: 14px;
	color: #333;
}

.audio-player .rewind {
	position: relative;
	display: none;
	float:right; 
	width: 26px;
	height: 13px;
	margin-top: 2px;
	margin-right: 1px;
	padding-left: 3px;
	background-color: #f1ede4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 1px #a89e8c;
	-moz-box-shadow: 1px 1px 1px #a89e8c;
	box-shadow: 1px 1px 1px #a89e8c;
	opacity: 0.5;
	color: #333;
}

.audio-player.playing .rewind,
.audio-player.paused .rewind {
	display: block;
}

.audio-player.paused .rewind {
	background-color: #dbd6cb;
	-webkit-box-shadow: 1px 1px 1px #b9af9c;
	-moz-box-shadow: 1px 1px 1px #b9af9c;
	box-shadow: 1px 1px 1px #b9af9c;
}

.audio-player .rewind.hover {
	opacity: 1.0;
}

.audio-player .rewind a {
	position: absolute;
	display: block;
	padding: 2px 3px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	font-size: 16px;
	line-height: 6px;
	text-decoration: none;
	color: #555;
}

.audio-player .type {
	display: none;
}

.audio-player .player {
	clear: both;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

/*a:link, a:visited {
    text-align: right;
    padding-right: 20px;
}*/
div.article p.readMore {
    text-align: right;
    padding-right: 20px;
    font-style: italic;
}

.audio-player.button {
	height: 16px;
	margin-top: 0px;
	padding: 0px;
	background-color: transparent;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0px 0px 0px #BBB;
	-moz-box-shadow: 0px 0px 0px #BBB;
	box-shadow: 0px 0px 0px #BBB;
}

.audio-player.button .info {
	display: none;
}
.covers div.image {
    margin: 6px auto 0;
}
.covers div.image img {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
div.image img {
    border: 1px solid #6c1c11;
}
.chapter-4 div.image {
    max-width: 150px;
}
h4 {
    font-size: 1.1em;
    font-family: Georgia, serif;
}
ul.tracks li {
    padding-left: 0px;
}
.article div.image, div.tracks {
    float: left;
    margin-left: 20px;
}
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
#submit {
	color:black;
}

@media only screen and (max-width: 768px) {
	.tracks {
		width: auto;
		margin: 0 auto;
	}
}

@media only screen and (orientation: portrait) {
	.audio-player {	
		margin-top: 14px;
		padding: 10px;
	}
	.audio-player .info {	
		font-size: 12px;
	}
}


#nonartarea	{
	background-color: #c4a687 !important;
}

/* GALLERY
------------------------------------------------------------------------------------*/
@media only screen and (orientation: portrait) {
.gallery	{ margin-top: 30px;}
}
.flexslider .slides > li {
    text-align: right;
}
#carousel li.item {
	cursor: pointer;
}

#carousel .slides .item img {
	max-height: 25px;
	width: auto;
}

#carousel {
	float:right;
	text-align:right;
	/*position: absolute;*/
    right: 0px;
	margin-bottom: 50px;
}
#carousel .item {
	width:25px!important;
	height:auto;
}
#carousel .item img  {
	opacity:0.6;
}
#carousel .item.flex-active-slide img, #carousel .item:hover img {
	opacity:1;
}
#slider {
	padding-top: 20px;
    margin-top: 20px;
	position: absolute;
}
/*@media (min-width:768px)
{
#carousel
{
	padding-right:10%;
}	
}*/


.slides p  {
	padding:0px;
	margin:0px;
}

p.flex-caption	{
	font-size: .8em;
	padding-right: 6px;
}

    
/* CONTACT
------------------------------------------------------------------------------------*/
#mainContentContainer {
    width: 20%;
    min-width: 400px;
    float: right;
    margin-top: 14%;
    margin-right: 1%;
    height: auto;   
}
@media only screen and (max-width: 768px), (orientation:portrait) {
#mainContentContainer {
		width: 100%;
		min-width: 100%;
	}

}
@media only screen and (max-width: 768px){
	#mainContentContainer {
		width: 100%;
		min-width: 100%;
	}
	.page-id-70 #mainContentContainer {
		padding-left:10px;
	}
	.contactForm	{
		width: 400px;
		max-width: 100%;
		margin: 0 auto;
	}
}	

.page-contact-booking #mainContentContainer {
	width: 96%;
	/*min-width: 190px;*/
	height: 100%;
	margin:auto;
	margin-top: 30px;
	padding-bottom: 50px;
}

@media only screen and (min-width: 500px) and (orientation:landscape)	{
	.page-contact-booking #mainContentContainer {
		margin-top: 14%;
		margin-right: 1%;
		width: 23%;		
	}
}

.page-contact-booking h1	{
	padding: 0 10px;
}

input, textarea {
	width: 90%;
}

@media only screen and (min-width: 500px)	{
input, textarea	{max-width: 250px;}
}

input.wpcf7-submit {
	color: #000;
	border-radius: 6px;
	padding: 2px 14px;
	width: 80px;
}

#playlistRecent h2, .playlist.noDownload .covers
{
	margin:0!important;
}
@media (min-device-width: 768px) and (max-device-width: 768px) and (orientation:portrait){
	.navbar-header .navbar-toggle{
		display: inline-block;
	}
	.navbar-header, .navbar #navbar ul li, #navbar .navbar-nav{
		float:none;
	}
	.navbar #navbar ul li{
		margin: 1px auto 0px;
		padding: 10px 0;
		border-bottom: 1px solid GREY;
	}
	.navbar-collapse.collapse{
		display: none !important;
	}
	.navbar-collapse.collapse.in{
		display: block !important;
	}
}
@media (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation:portrait){
	.navbar-header .navbar-toggle{
		display: inline-block;
	}
	.navbar-header, .navbar #navbar ul li, #navbar .navbar-nav{
		float:none;
	}
	.navbar #navbar ul li{
		margin: 1px auto 0px;
		padding: 10px 0;
		border-bottom: 1px solid GREY;
	}
	.siteTitle {
		background-image: url(/wp-content/themes/Hadiza/images/hadiza-horiz-250x96.png);
		width: 250px;
		height: 96px;
		margin-top: 10px;
		margin-left: 15px;
	}
	.navbar-wrapper, .navbar, nav, .navbar-header {
		height: 110px;
	}
	.navbar-collapse.collapse{
		display: none !important;
	}
	.navbar-collapse.collapse.in{
		display: block !important;
	}
	.navmenu_align{
		width: 100%;
	}
}
@media (min-width:991px)
{
	.flexslider .slides img
	{
		height: 500px;
		width: auto;
	}
}