/*
Theme Name: The Copper Family
Author: Simply Marvellous Music
Version: 1.0
*/
html[lang] {
  margin-top: 0 !important;
}

html { overflow-y: scroll; }

body {
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #333;
    width: 100%
}
@font-face {
    font-family: 'dinregular';
    src: url('webfonts/dinregular-webfont.eot');
    src: url('webfonts/dinregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/dinregular-webfont.woff') format('woff'),
         url('webfonts/dinregular-webfont.ttf') format('truetype'),
         url('webfonts/dinregular-webfont.svg#dinregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.row {
  max-width: 930px;
 }

.logo-home {
	text-align: center;
	position: absolute;
	bottom: 90px;
	fill: #fff;
	width: 250px;
    left: 0;
    right: 0;
    margin: 0 auto;
	border-bottom: none;
	z-index: 503;
	transition: all 0.3s ease-in;
}

.logo-home-shop {
	text-align: left;
	position: absolute;
	top: 15px;
	left: 15px;
	fill: #fff;
	width: 150px;
	border-bottom: none;
	z-index: 503;
	transition: all 0.5s ease-in;
}

.logo-home.pushdown {
	bottom: 220px;
	width: 190px
}

@media only screen and (max-width: 1024px) {
		.logo-home {
			text-align: center;
			font-size: 7vw;
			top: 275px;
			z-index: 503;
		}
	}
	@media only screen and (max-width: 680px) {
		.logo-home {
			text-align: center;
			font-size: 7vw;
			top: 180px;
			z-index: 103
		}
	}

@media only screen and (max-width: 1024px) {
.single article {
	padding-top: 70px
}
}

@media only screen and (max-width: 767px) {
.single h1 {display: none}
}

.logo-on {
	opacity: 1 !important
}

h1, h2, h3, h4, h5 {
	color: #333;
	font-family: Georgia, 'Times New Roman', Times, serif;
	line-height: 120%
}

h1, h2, h3, h4 {
	font-size: 24px;
	font-size: 2.4rem;
}

h2 {
	font-size: 16px;
	font-size: 1.6rem;

}

h3, h4 {
	font-size: 1.3rem;
}

h5 {
	font-size: 1rem;
}

a {
	color:#333;
}

#main a {
	border-bottom: 1px dotted #333
}


p, li, td {
	font-size: 12px;
	font-size: 1rem;
	line-height: 150%
}


#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 105
}

.woocommerce #header,
.page-template-wide-page #header,
.single #header {
	background: #7e7e7e;
	height: 110px;
	width: 100%
}



#header-nav {
	background: #7e7e7e;
	padding: 10px 0 0 0;
	position:relative;
	float: right;
}

	@media only screen and (max-width: 680px) {
		#header {background: #7e7e7e; min-height: 50px}
		#header-nav {
			float: none;
			width: 100%
		}
	}

#menu-navigation {
	max-width: 480px;
	left: 0; right: 0;
	margin: 0 auto;
	position: absolute;
	bottom:5.5vh;
	text-align: center
}

.woocommerce #menu-navigation,
.page-template-wide-page #menu-navigation,
.single  #menu-navigation {
	top: 150px;
}

#menu-navigation li {
	list-style: none;
	margin: 0px;
	padding: 0 10px;
	margin: 5px 0;
	text-align:left;
	text-transform:uppercase;
	font-size:1.2rem;
	font-family: 'dinregular', Arial, Helvetica, sans-serif;
	display: inline-block;
	border-right: 1px solid #fff
}

#menu-navigation li:first-of-type {
	display: block;
	width: 100%;
	text-align: center;
	border-right: none
}

#menu-navigation li:last-of-type {
	border-right: none
}


		@media only screen and (max-width: 1024px) {
			#menu-navigation {
				top: 295px;

			}
		}

		@media only screen and (max-width: 880px) {
			#menu-navigation {
				padding-left: 90px

			}
		}

		@media only screen and (max-width: 680px) {
			#menu-navigation {
				top: 0;
				padding-left: 20px;
				padding-top: 50px
			}

			#menu-navigation li {
				font-size:1.2rem;
			}
		}

#menu-navigation li a {
	color: #fff;
	display: inline-block
}

#menu-navigation li:hover a {
	color: #066e6a
}

#menu-navigation li:hover:before {
	color: #066e6a;
}

#nav-toggle {
	position: absolute;
	right: 45px;
	top: 25px;
	padding: 5px 0 0px 0;
	z-index: 508;
	display: block;;
	width: 40px;
	height: 40px
}

	@media only screen and (max-width: 680px) {
		#nav-toggle {
			right: 20px;
			top: 19px;
		}
	}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  height: 3px;
  width: 30px;
  background: #fff;
  position: absolute;
  display: block;
  content: '';
}

#nav-toggle span:before {
  top: -12px;
}

#nav-toggle span:after {
  bottom: -12px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

#nav-toggle.active span {
  background-color: transparent;
}

#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}

#nav-toggle.active span:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-toggle.active span:after {
   -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


#nav {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 501;
	background: rgba(0,0,0,0.5);
}

.woocommerce #nav,
.page-template-wide-page #nav,
.single #nav {
	background: rgba(126,126,126,1);
}

	@media only screen and (max-width: 1024px) {
			#nav {
			position: fixed;
			left: 0;
			top: 0;
			right: 0;
			bottom: auto;
			width: 100%;
			height: 650px;
			z-index: 501;
			background: #7e7e7e;
		}
	}
	@media only screen and (max-width: 680px) {
			#nav {
			position: fixed;
			left: 0;
			top: 0;
			right: 0;
			bottom: auto;
			width: 100%;
			height: 330px;
			z-index: 501;
			background: #7e7e7e;
		}
	}
@media only screen and (min-width: 767px) {
.fixedPosition
 {
    position: fixed;
     }
}

.social-icons {
	margin: 0 0 20px 0;
	text-align: center
}


.social-icons li {
	display: inline-block;
	margin: 5px 4px 0 4px;
}

.social-icons li a {
	display: inline-block;
	margin: 5px 4px 0 4px;
}

.home .size-medium {
			max-width: 300px
		}

	@media only screen and (max-width: 680px) {
		.social-icons {
			float: none;
			text-align: center;
			margin: 0;
			padding-bottom: 10px
		}
		.social-icons li {
			margin: 0 5px 0 5px;
		}

		.space-box {
			padding-top: 20px
		}

		#twitter-box {
			padding-top: 40px
		}

		.home .size-medium {
			max-width: 100%
		}
	}
.gigpress-sidebar-venue {display: block !important}
.social-icons li a {
	width: 30px;
	height: 30px;
	display: block;
	background: #fff;
	text-align: center;
	border-radius: 50%;
	display: -webkit-flex;
  	display: flex;
  	-webkit-align-items: center;
  	align-items: center;
  	-webkit-justify-content: center;
  	justify-content: center;
}


.social-icons li svg {
	width: 20px;
}

.social-icons li svg path {
    fill: #333;
}


/* ---- HOME PAGE ---- */
#news-box span {
	float: left;
	font-weight:bold;
	font-size: 11px;
	font-size: 0.85rem;
	margin: 2px 5px 0 0
}

#news-box p {
	margin-bottom: 10px
}



/* --- SHOP PAGES --- */
.woocommerce #main,
.page-template-wide-page #main,
.single #main {
	padding-top: 140px
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	padding: 5px;
	border: 1px solid #666;
	border-radius: 5px;
	font-size: 1rem;
}

.woocommerce .quantity .qty {
	height: 35px
}


.entry-summary h2 {
	display: none
}

#main a.cart-contents {
	float: right;
	border-bottom: none;
	padding-top: 25px;
	position: relative;
	z-index: 10
}

.cart-contents:before {
    font-family:WooCommerce;
    content: "\e01d";
    font-size:24px;
    margin-top:5px;
    font-style:normal;
    font-weight:400;
    padding-right:5px;
    vertical-align: bottom;
}
.cart-contents:hover {
    text-decoration: none;
}
.cart-contents-count {
    color: #fff;
    background-color: #ccc;
    font-weight: bold;
    border-radius: 10px;
    padding: 1px 6px;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top;
    margin-top: 5px
}

h2.category-title {
	display: block;
	clear: left
}

.archive .product-category {
	display: none
}

.form-row.woo_order_tip_custom_text_field {
	display: block !important
}

/* --- SUB PAGES --- */

.content h1 {
	margin: 0 0 25px 0
}
/* ---- RIGHT HAND COLUMN ---- */

/* ---- NEWS ---- */
h2.entry-title {
	background: none;
	color: #666;
	padding: 0
}

h2.entry-title a {
	color: #666;

}

.widget li {
	list-style: none;
	margin-left: -20px;

}

.pagination {
	margin-top: 45px;
	float: right
}

.wp-pagenavi span, .wp-pagenavi a {
	font-size: 70%

}

/* ---- FOOTER --- */
footer {
	margin-top: 40px;
	width: 100%;
	background: #333;
	text-align: center;
}
#footer {
	padding: 40px 0 30px 0;
}
#footer p {
	font-size: 75%;
	line-height: 180%
}

@media only screen and (max-width: 680px) {
	#footer p {
	text-align: center
}
}

#footer a, #footer p  {
	color: #fff
}

#news-box table {
	margin: 0px !important
}

.bit-rsvp, .bit-description-links, .bit-header-narrow, .bit-notify, .bit-invert, .bit-track-artist-header{
	display: none !important
}

/* --- Gigpress overrides --- */
.gigpress-table th,
th.gigpress-heading {
	border-bottom: none !important;
}

.gigpress-row td {
	border-bottom: 1px dotted #EEE !important;
}

span.gigpress-info-item {
	display: block !important
}

.gigpress-calendar-links-inner span a {
	color: #333 !important
}

.gigpress-listing {
	margin: 0 0 0 0px  !important
}

.gigpress-listing li.active {
	list-style: none;
      display: block;
	padding-bottom: 10px !important;
	overflow: auto;
}

.gigpress-listing li span {
	font-weight: normal !important;
	line-height: 120%;
}

.gigpress-listing li span.gigpress-sidebar-date {
	width: 100%;
	font-weight: bold !important
}

.gigpress-sidebar-prep {
	display: none !important
}

.gigpress-sidebar-venue:before {
content: 'at: '
}

/* ---- SLIDE IMAGE AREA ---- */
.cycle-slideshow, .cycle-slideshow * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.cycle-slideshow .slide {
	width: 100%;
	height: 100vh
}

#home-slide {
	height: 100vh;
	margin-bottom: 50px;

}

#home-slide .gradient {
	background-image:
    linear-gradient(to bottom, rgba(245, 246, 252, 0), rgba(0, 0, 0, 0.73)),
    url('images/background.jpg');
    width: 100%;
    height: 250px;
    background-size: cover;
    color: white;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index:101;
}

#home-slide .slide {
	background-attachment: fixed
}
	@media only screen and (max-width:1024px) {
		#home-slide {
			height: 650px;
			margin-bottom: 70px;
		}

		.cycle-slideshow .slide {
			height: 650px;
			background-attachment: scroll !Important
		}
	}

	@media only screen and (max-width: 680px) {
		#home-slide {
			height: 280px;
			padding-top: 50px
		}

		.cycle-slideshow .slide {
			height: 280px;
			background-attachment: scroll !Important
		}

		.page-template-default .slide {
			background-position: center top !important
		}
	}

.cycle-slideshow {
	width: 100%;
	min-width: 200px;
	width:100%;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0; position: relative;
 }

.cycle-slideshow img {
    position: absolute;
	top: 0; left:
	0;
    width: 100%;
	padding: 0;
	display: block;
	height: auto;
}

.cycle-slideshow img:first-child {
    position: static; z-index: 100;
}

/* pager */
.slide-pager {  text-align: left; width: 100%; z-index: 50000000; position: absolute; bottom: 0; overflow: hidden; left: 10px
}
.slide-pager span { font-family: arial; font-size: 50px; width: 16px; height: 16px;
    display: inline-block; color: #fff; cursor: pointer;
}
.slide-pager span.slide-pager-active { color: #c3e0f0;}
.slide-pager > * { cursor: pointer;}


#slide-stuff {
	position: absolute;
	bottom: 50px;
	left: 0px;
	z-index: 1000000000
}



.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;

  border-top: 20px solid #fff;
  width: 20px;
  margin: 0 auto;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 102
}

@media only screen and (max-width: 680px) {
	.arrow-down {
		display: none
	}
}

/* WOOCOMMERCE */
.woocommerce .single_add_to_cart_button,
.woocommerce .checkout-button,
#place_order  {
	background:cadetblue !important  ;
	color:white  !Important ;
	}