/*
Theme Name: joanieleeds
Theme URI: http://joanieleeds.com/
Author: Kirk Clarke
Author URI: http://kirkclarke.com/
Description: Joanie Leeds website
Version: 2.0.0
*/


* { margin: 0; padding: 0; box-sizing: border-box; }

body {
   background: rgb(219,160,245);
background: -moz-linear-gradient(167deg, rgba(219,160,245,1) 0%, rgba(250,203,10,1) 100%);
background: -webkit-linear-gradient(167deg, rgba(219,160,245,1) 0%, rgba(250,203,10,1) 100%);
background: linear-gradient(167deg, rgba(219,160,245,1) 0%, rgba(250,203,10,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dba0f5",endColorstr="#facb0a",GradientType=1);
	/*background-color: #3a1767;*/
	/*background-image: url(img/bgImg.png);*/
	/*background-position: center top;*/
	/*background-repeat: no-repeat;*/
	font-family: "Expo Sans Pro Bold", "Expo Sans Pro", "Proxima Nova", "Proxima Nova Bold", "Helvetica", Arial, sans-serif ;
}

h1 {
	color: #9f0cff;
	font-family: "Expo Sans Pro", sans-serif;
	font-size: 20pt;
}

h2 {
	color: black;
	font-family: "Proxima Nova", sans-serif;
	font-size: 12pt;
	font-weight: normal;
}

h3 {
	color: #9f0cff;
	font-family: "Expo Sans Pro", sans-serif;
	font-size: 40pt;
}

h4 {
	color: #9f0cff;
	font-family: "Expo Sans Pro", sans-serif;
	font-size: 12pt;
}

p {
	color: black;
	font-family: "Proxima Nova", sans-serif;
	/*font-size: 10pt;*/
	font-weight: normal;
	/*line-height: 14pt;*/
}

.page-title h1 {
	color: #9f0cff;
	font-family: "Expo Sans Pro", sans-serif;
	font-size: 40pt;
}

.products h3 {
	color: #9f0cff;
	font-family: "Expo Sans Pro", sans-serif;
	font-size: 20pt;
}
.products li {
	text-decoration: none;
	list-style-type: none;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #9f0cff;
}

a:hover {
	color:yellow;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

article, aside, figure, footer, header, nav, section, form, mediaKit, pageMain  { display: block; }

form {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

#container {
      max-width: 1140px;
  /* KEEP possibly for sidebar? background: rgba(255, 255, 255, 0.38);*/
  margin: 20px auto 0;
  width: 100%;

}

/*REMOVE header {*/
/*padding: 10px 10px 0;*/
/*}*/

footer {
	padding: 10px;
	background: #fff;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  /*margin-top: 15px;*/
  text-align: center;
}

#logo {
  width: 100%;
  max-width: 421px;
  margin: 20px auto;
}

nav{
	/*background-image:url(img/nav.png);*/
    list-style:none;
    /* REMOVE margin:10px 0 0 0;*/
    padding:0;
    /* REMOVE text-align:center;*/
}
nav li{
    display:inline;
}
nav a{
	display: inline-block;
	padding: 10px;
	color: white;
	font-family: ""Expo Sans Pro"", sans-serif;
	text-decoration: none;
	font-weight: bold;
}
nav a:hover{
	color: yellow;
}



#homeMain {
	/*padding: 10px;*/
	margin:auto;
	  /*max-width: 920px;*/
  text-align: center;
}

#homeImage {
	height:auto;
	width:100%;
}
#homeImageWrap {
	margin: 0 auto 0;
	height: auto;
	width:100%;
	border-bottom: 1px solid #9f0cff;
}
.cycloneslider-template-standard {
  width: 100% !important;
  max-width: 100% !important;
}
.cycloneslider-template-standard .cycloneslider-slide img {
    width: 100%;
}
#slideNav a {
	color: #FFF;
	text-decoration: none;
	margin-right: 5px;
	background-image: url(img/bullet.png);
	text-indent: -9000px;
	display: block;
	float: left;
	height: 15px;
	width: 15px;
	outline: none;
	cursor: pointer;
}
#slideNav .activeSlide {
	background-position: right top;
}
#slideNav .pauseButton{
	display: block;
	height: 16px;
	width: 15px;
	background-image: url(img/play-pause-button.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px;
	margin-left: 4px;
	margin-right: 4px;
	cursor: pointer;
}


#callouts {
	/*height: 450px;*/
	width:100%;
	margin: 15px auto 20px;
	border-bottom: 1px solid #9f0cff;
	border-top: 1px solid #9f0cff;
	/*background-color: white;*/
	padding: 20px 0;
	  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.callout {
	float:left;
	width:280px;
	/*height:289px;*/
	position:relative;
	  margin-bottom: 15px;
  box-sizing: border-box;
  max-width: 296px;
    margin: 10px;
}

.call1 {
	/*background:url(img/callout1.png);*/
}

.call2 {
	/*background:url(img/callout2.png);*/
}

.call3 {
	/*background:url(img/callout3.png);*/
}

.call_overlay {
    background: rgba(0, 0, 0, 0) url("img/call_overlay.png") repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    font-size: 30pt;
    /*height: 120px;*/
    left: 0;
    /*padding-top: 15px;*/
    /*position: absolute;*/
    text-align: center;
    /*width: 280px;*/
	font-family: "Expo Sans Pro",sans-serif;
	  margin-bottom: 15px;
	    box-sizing: border-box;
}
.call_overlay a {
	    color: #fff;
			text-decoration: none;
}

a.fill {
    display: block;
  height: 100%;
  margin: 10px auto;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}

.call_text {
	color: #000000;
	font-family: "Proxima Nova",sans-serif;
	font-size: 12pt;
	left: 0;
	text-align: center;
vertical-align: middle;
line-height: 16px;
	/*position: absolute;*/
	/*top: 300px;*/
	display:block;
	width: 280px;
}

#callouts #mce-FNAME {
	margin-top: 5px;
    margin-right: 5px;
    width: 115px;
	padding: 3px
}
#callouts #mce-LNAME {
		margin-top: 5px;
    width: 115px;
	padding: 3px
}
#callouts #mce-EMAIL {
    margin-top: 5px;
    padding: 3px;
	width: 251px;
}

#callouts input[type="submit"] {
    background: rgba(0, 0, 0, 0) url("img/subscribeBtn.png") repeat scroll center top;
    border: 0 solid transparent;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    margin-left: 0;
	margin-top: 5px;
    padding: 5px 15px;
    width: 119px;
	height: 31px;
}



#widgetArea {
	margin: 15px auto 15px;
	padding: 20px 0;
	width:100%;
	border-bottom: 1px solid #9f0cff;
	overflow: hidden;
}

.homeShows {
	float: left;
	max-width: 250px;
	width: 100%;
}

.about {
	float:right;
	width: 100%;
	max-width: 550px;
	margin: 0 auto;
}

.twitter {
	float:right;
	max-width: 550px;
	width: 100%;
	margin-bottom: 20px;
}



/*REMOVE #pageMain {*/
/*	padding: 10px;*/
/*	margin: 0 auto 100px;*/
/*	display: block;*/
/*	overflow: hidden;*/
/*  max-width: 920px;*/
/*}*/

/*REMOVE .pageShows {*/
/*	 float: left;*/
/*    margin: 90px 0 20px;*/
/*    width: 100%;*/
/*    max-width: 320px;*/
/*}*/

/* REMOVE #primary  {*/
/* float: left;*/
/*      margin: 20px 25px 60px 0;*/
/*  max-width: 62%;*/
/*  width: 100%;*/

/*}*/

#primary img {
     margin: 5px 3px 0 0;
}

.right {
	float: right !important;
    margin: 0 0 10px 10px;
}


/* REMOVE aside {*/
/*float: left;*/
/*  width: 30%;*/
/*  margin: 0 10px 0 0;*/
/*  height: 100%;*/
/*}*/

@media (max-width: 756px) {
    #primary, aside {
        width: 100%;
        max-width: max-content;
    }
     #primary .size-full {
        height: auto;
        width: 100%;
        max-width: 100%;
    }
    .homeShows, .twitter, .about {
           float: unset; 
  max-width: max-content;
  width: 100%;
  margin: 0 auto;

    }
 }

/*REMOVE .mediaKit {*/
/*	float:left;*/
/*	margin: 10px 0 20px;*/
/*}*/

/*REMOVE .shopMusic {*/
/*	float:left;*/
/*	margin: 10px 0 20px;*/
/*}*/

#spacer {
	height:100px;
	float: left;
	width: 100%;
	display: none;
}

nav .current-menu-item a {
	color: yellow;
}

.textwidget .p{
	padding-bottom: 5 px;
}

.textwidget {
	height: 400px;
	overflow: auto;
	display:block;
}

.textwidget gigs {
	height: 600px;
	overflow: auto;
	display:block;
}

.home-video {
    max-width: 700px; /* you have to have a size or this method doesn't work */
    max-height: 394px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px; 
    margin-bottom:20px;
}

.audiotheme-gigs li {
	text-decoration: none;
	list-style-type: none;
	padding: 10px;
	display: flex;
}

/*.audiotheme-gig-meta-datetime {width: 180px}*/

/*.audiotheme-gig-time {padding-left: 5px}*/

.audiotheme-gig-details {
	width: 300px;
	white-space: nowrap;
}

/*.audiotheme-gig-location {width: 160px}*/

.audiotheme-gig-venue .a {font-size: 14pt;}

.audiotheme-gig-venue {
	margin: 0 80px 0 30px;
	width: 235px}

.audiotheme-gig-card {
    border-top: 1px solid rgba(0, 0, 0, 0.18);
	clear: both;
}

/* REMOVE .audiotheme {*/
/*    margin: auto;*/
/*    width: 800px;*/
/*}*/

.audiotheme-gig-card:hover, .audiotheme-gig-card:focus {
	background: rgba(0, 0, 0, 0.04) none repeat scroll 0 0;}

.vevent {font-size: 10pt;
    line-height: 14pt;
	padding-bottom: 5pt}	
