/*-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
/*
Theme Name:     EVENT Magazine
Theme URI:      http://www.clearpathdigital.com
Description:    Custom Child Theme of Staggerly for EVENT Magazine
Author:         ClearPath Digital
Author URI:     http://www.clearpathdigital.com
Template:       staggerly
Version:        0.1.0
*/
@import url("../staggerly/style.css");
/*-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

/* LAYOUT
================================================== */
body.logged-in, body.logged-in #top {
	margin-top:28px;
}
#container {
	width: 100%;
}
#grid-slides, #title-bar-wrap, #content, #footer {
	margin-left: auto;
	margin-right: auto;
}
body #content {
	margin-top: 117px;
}
#main {
	width: 595px;
}

/* TOP
================================================== */
#top {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 40;
	color: black;
	background-color: rgba( 255, 255, 255, 1 );
	box-shadow: 0px 1px 20px #C9C9C9;
	height: 107px;
	text-align: center;
}
#top #logo-other {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#top #logo-other #logo {
	width: 181px;
	text-align: left;
}
#top #logo-other #logo img {
	width: 181px;
}
#top #logo-other .social-tag {
	margin-top: 0px;
	padding-top: 0px;
	float: right;
}
div.social-tag.other {
	padding: 0px;
}
p.social {
	width: 140px;
	display: block;
	float: right;
}
#top .search {
	margin-top: -2px;
}
#top .search form { height: 39px; }
#top .search input {
	padding: 7px 10px 5px 28px;
}
#tagline {
	display: none;
}

/* HEADER NAV
================================================== */
#topnav {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	background: transparent !important;
}
#header-nav-wrap, #topnav #header-nav-wrap.wide-nav {
	display: block;
	float: right !important;
	width: auto !important;
	text-align: right;
}
#header-nav-wrap {
	padding: 0 0 0 0;
	position: relative;
	top: -34px;
}
#header-nav-wrap > ul > li, #header-nav-wrap > div > ul > li {
	margin: 0 0 0 15px !important;
	text-align: center;
}
#topnav ul li, #topnav ul li a, #topnav div ul li a {
	font-family: Lato !important;
	font-size: 14px !important;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-transform: none;
	color: #000000 !important;
}
#topnav ul li a:hover, #topnav div ul li a:hover {
	text-decoration: underline !important;
}
#topnav ul {
	padding: 0 0 0 0;
}
#topnav ul ul {
	top: 45px;
	margin-left: -70px;
}
#topnav ul ul ul {
	margin-left: 0px;
}

/* TITLEBAR
================================================== */
#title-bar {
	background: none !important;
}
#title-bar-wrap, #title-bar {
	float: left;
	width: 100%;
	background: transparent;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
}
#title-bar {
	float: left;
	display: block;
	margin: 0 0 0 0;
}
#title-bar #title-bar-text h1 {
	padding: 0 0 0 0;
	font-family: Lato !important;
	font-size: 32px !important;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: 900 !important;
	color: black !important;
	background: transparent !important;
}


/* VIEW CART NAV ITEM
================================================== */
#em_custom_view_cart_button {
	clear: none;
	float: right;
	height: 30px;
	width: 120px;
	margin-top: 3px;
	display: block;
	font-family: Lato !important;
	font-size: 14px !important;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-transform: none;
	color: #000000 !important;
}
#em_custom_view_cart_button a {
	padding-top: 10px;
	padding-right: 30px !important;
	padding-bottom: 10px;
	padding-left: 10px;
	background: transparent url('/wp-content/themes/eventmagazine.ca/images/cart.png') center right no-repeat;
	color: #000000 !important;
}

/* WIDE SLIDER
================================================== */
#wide-slider-wrap {
	margin-bottom: 20px;
}
#wide-slider-wrap,
#wide-slider { width: 595px; clear: both; }
#wide-slider .slider .slides li.slide { height: 250px; }
#wide-slider .slider .slides li.slide,
#wide-slider .slider .slides li.slide img {
	width: 595px !important;
}
#wide-slider .slider .slides li.slide .slide-vid { width: 595px !important; height: 276px !important; }
#wide-slider .slider .slides li .text-wrap .text h2 {
	font-family: Lato;
	font-size: 28px;
	font-weight: 900;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.8);
}
#wide-slider .slider .slides li.hover .text-wrap .text h2 a {
	text-decoration: none;
}

/* CURRENT ISSUE
================================================== */
#sidebar-current-issue-buttons {
	float: right;
	position: relative;
	top: 44px;
	right: 40px;
	z-index: 10;
}
#sidebar-current-issue-buttons a {
	float: right;
	clear: right;
	margin-bottom: 10px;
  -webkit-border-radius: 14;
  -moz-border-radius: 14;
  border-radius: 14px;
	font-family: Lato;
  color: #ffffff;
  font-size: 13px;
  background: #000000;
  padding: 6px 17px 6px 17px;
  text-decoration: none;
}
#sidebar-current-issue-buttons a:hover {
  text-decoration: none;
}
#sidebar-current-issue {
	text-align: center;
}
#sidebar-current-issue-cover {
	width: 125px;
}
#mc4wp-form-1 label {
	display: none;
}
#sidebar .widget {
	margin-top: 20px;
}

/* FOOTER LOGIN FORM
================================================== */
.widget_wp_sidebarlogin p {
	color: white;
}
.widget_wp_sidebarlogin div.avatar_container {
	float: right;
}

/* SHOP EVENT WIDGET
================================================== */
#shop_event_widget {}
#shop_event_widget_image {
	float: right;
	width: 125px;
	position: relative;
	top: -50px;
}#shop_event_widget_button {
	margin-top: 20px;
}
#shop_event_widget_button a {
	-webkit-border-radius: 14;
  -moz-border-radius: 14;
  border-radius: 14px;
	font-family: Lato;
  color: #ffffff;
  font-size: 13px;
  background: #000000;
  padding: 6px 17px 6px 17px;
  text-decoration: none;
}
#shop_event_widget_title {
	width: 125px;
	margin-top: 30px;
	font-size: 1.2em;
	font-weight: 900;
}
#shop_event_widget_subtitle {
	margin-top: 20px;
	font-style: italic;
	font-size: 0.8em;
	color: #555;
}

/* BLOG PAGE
================================================== */
body.blog #nav-slider-sep {
	display: none;
}
body.blog #sidebar {
	position: relative;
	top: 0px;
	left: 0px;
}

/* BLOG POSTS
================================================== */
#main #page_caption p.post_links a strong {
	height: 18px;
}

/* FOOTER
================================================== */
#footer {
	width: 100% !important;
}
#footer .nav {
	width: 100%;
}
#footer .nav-copyright {
	margin-right: auto;
	margin-left: auto;
}
#nav-copyright-wrap {
	text-align: center;
}

/* TYPOGRAPHY
================================================== */
h3 {
	font-weight: 900;
}
p {
	color: black;
}
#sidebar .widget .page-title {
	padding-top: 2px;
	padding-bottom: 2px;
	background: url(images/border-bumpy-grey.png) top left repeat-x;
}
#sidebar .widget .page-title h3 {
	padding: 8px 0px 5px 0px;
	font-family: Lato;
	font-size: 30px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	background: none;
}
body, table {
	color: black !important;
}
.button {
	text-shadow: none;
}
.noitalic {
	font-style: normal !important;
}

.roman {
	font-style: initial;
}


	/* WOOCOMMERCE
	================================================== */
tr.cart-subtotal > td, tr.shipping > td, tr.fee > td, tr.order-total > td, tr.tax-rate > td {
	text-align: right !important;
}
tr.cart-discount td {
	text-align: right !important;
	background-color: white !important;
}


tr.shipping > td > p {
	text-align: right;
}
th.product-price, td.product-price, th.product-quantity, td.product-quantity, th.product-subtotal, td.product-subtotal, th.product-total, td.product-total {
	text-align: right;
}
/*body.archive.woocommerce-page #wrap {
	padding-top: 117px!important;
}
body.archive.woocommerce-page #title-bar-wrap {
	padding-right: 5%!important;
	padding-left: 5%!important;
}
body.archive.woocommerce-page #content.clearfix {
	padding-right: 5%!important;
	padding-left: 5%!important;
	width: 90%;
}*/
body.woocommerce-page #main.fullwidth {
	width: 805px;
}
/*body.archive.woocommerce-page #sidebar {
	float: right;
}*/
li.product {
	text-align: center;
}
/* Checkout */
#payment {
	display: none;
}
div.ppc-button-wrapper {
	text-align: right;
}


/* RESPONSIVE TWEAKS
================================================== */
@media only screen and (min-width: 1170px) {

	/* LAYOUT
	================================================== */
	#content {
		width: 1170px;
	}
	#main {
		width: 805px;
	}

	/* TOP
	================================================== */
	#top #logo-other {
		width: 1170px;
	}
	/* TOP NAVIGATION
	================================================== */
	#topnav {
		width: 1170px;
	}
	#header-nav-wrap > ul > li, #header-nav-wrap > div > ul > li {
		margin: 0 0 0 20px !important;
	}

	/* SLIDER
	================================================== */
	#wide-slider-wrap {
		position: relative;
		top: 0px;
		left: 0px;
	}
	#wide-slider-wrap,
	#wide-slider {
		width: 805px;
	}
	#wide-slider .slider .slides li.slide { height: 354px; }
	#wide-slider .slider .slides li.slide,
	#wide-slider .slider .slides li.slide img {
		width: 805px !important;
	}
	#wide-slider .slider .slides li .text-wrap .text h2 {
		font-size: 36px;
		text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.8);
	}

	/* BLOG
	================================================== */
	#blog-1-entries .left, #blog-1-entries .right {
		width: 390px;
	}

	/* FOOTER
	================================================== */
	#footer {
		width: 100%;
	}

}
@media only screen and (min-width: 960px) and (max-width: 1170px){

	/* HEADER NAV
	================================================== */
	#header-nav-wrap > ul > li, #header-nav-wrap > div > ul > li {
		margin: 0 20px 0 0;
	}

	/* WOOCOMMERCE
	================================================== */
	body.woocommerce-page #main.fullwidth {
		width: 595px;
	}

}
@media only screen and (max-width: 959px) {

	/* LAYOUT
	================================================== */
	body #content {
		overflow: visible;
	}
	#top {
		width: 100% !important;
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 40;
		color: black;
		background-color: rgba( 255, 255, 255, 1 );
		box-shadow: 0px 1px 20px #C9C9C9;
		height: 107px;
		text-align: center;
	}
	#top #logo-other, #topnav {
		width: 745px;
		margin-left: auto;
		margin-right: auto;
	}

	/* WOOCOMMERCE
	================================================== */
	body.woocommerce-page #main.fullwidth {
		width: 480px!important;
	}


	/* CURRENT ISSUE
	================================================== */
	#sidebar-current-issue a img {
		float: left;
		margin-top: -80px;
	}
	#sidebar-current-issue-buttons	 {
		float: right;
		margin-bottom: -40px;
		margin-right: -30px;
	}


	/* TITLE BAR
	================================================== */	
	#title-bar-wrap {
		width: 100% !important;
	}
	#title-bar #title-bar-text h1 {
		font-size: 28px !important;
	}
	
	/* WIDE SLIDER
	================================================== */
	#wide-slider-wrap,
	#wide-slider { width: 480px !important; clear: both; }
	#wide-slider .slider .slides li.slide { height: 205px; }
	#wide-slider .slider .slides li.slide,
	#wide-slider .slider .slides li.slide img {
		width: 480px !important;
	}
	#wide-slider .slider .slides li .text-wrap .text h2 {
		font-size: 20px;
		text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.8);
	}

	/* LOGO
	================================================== */
  #top #logo-other #logo img {
		width: 181px;
  }

	/* HEADER NAV
	================================================== */
	#header-nav-wrap, #topnav #header-nav-wrap.wide-nav {
		display: block;
		float: right !important;
		width: auto !important;
		text-align: right;
		padding-right: 0;
	}
	#tinynav1 {
		width: 490px;
		margin-top: -2px;
	}


	/* FOOTER
	================================================== */
	#footer {
		width: 100% !important;
	}
	#container {
		overflow: visible;
	}
	

	/* BLOG POSTS
	================================================== */
	#title-bar .comment-count-bubble {
		top: -10px;
		margin-left: 8px;
	}

}
@media only screen and (min-width: 760px) {}
@media only screen and (min-width: 760px) and (max-width: 959px) {}
@media only screen and (max-width: 759px) {

	/* LAYOUT
	================================================== */
	body.logged-in, body.logged-in #top {
		margin-top: 0px;
	}
	#top {
		box-shadow: none;
		position: relative;
		top: 0px;
		left: 0px;
	}x
	body.page-template-default #sidebar {
		position: relative;
		top: 0px;
	}
	body #content {
		margin-top: 40px;
	}

	/* WOOCOMMERCE
	================================================== */
	body.woocommerce-page #main.fullwidth {
		width: 420px!important;
	}

	/* SOCIAL BUTTONS
	================================================== */	
	#top  #logo-other .social-tag .other {
		text-align: center;
	}
	p.social {
		float: none;
		text-align: center;
		margin: 0;
		width: 100%;
		display: normal;
	}

	/* HEADER NAV
	================================================== */
	#header-nav-wrap, #topnav #header-nav-wrap.wide-nav {
		position: static;
		display: block;
		float: none !important;
	}

	/* CURRENT ISSUE
	================================================== */
	#sidebar-current-issue {
		text-align: center;
		margin-top: 0px;
	}
	#sidebar-current-issue-cover {
		width: 112px;
		height: 169px;
	}
	#sidebar-current-issue-buttons {
		top: 38px;
		right: 100px;
	}
	#sidebar-current-issue-buttons a:hover {
	  text-decoration: none;
	}

	/* TITLE BAR
	================================================== */	
	#title-bar-wrap {
		width: 420px !important;
	}

	/* SLIDER
	================================================== */
	#wide-slider-wrap {
		position: static;
		top: 0px;
		left: 0px;
		margin: 0 0 0 -20px;
	}
	#wide-slider-wrap,
	#wide-slider {
		width: 420px;
	}
	#wide-slider .slider .slides li.slide { height: 211px; }
	#wide-slider .slider .slides li.slide,
	#wide-slider .slider .slides li.slide img {
		width: 480px !important;
	}
	#wide-slider .slider .slides li .text-wrap .text h2 {
		font-size: 18px;
		text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.8);
	}
	#wide-slider .flex-control-paging {
		right: 20px;
	}

	/* VIEW CART NAV ITEM
	================================================== */
	#em_custom_view_cart_button {
		position: absolute;
		top: 99px;
		right: 10%;
	}

	/* ETC
	================================================== */
	#tagline, #tagline:after {
		display: none;
	}
	
	/* BLOG POSTS
	================================================== */
	#title-bar .comment-count-bubble {
		top: -8px;
		margin-left: 6px;
	}
	

}
@media only screen and (max-width: 479px) {

	/* LAYOUT
	================================================== */
	body #content {
		margin-top: 40px;
		clear: both;
	}

	/* WOOCOMMERCE
	================================================== */
	body.woocommerce-page #main.fullwidth {
		width: 320px!important;
	}
	
	/* SLIDER
	================================================== */
	#wide-slider-wrap {
		position: static;
		top: 0;
		left: 0;
		margin: 0 0 0 -10px;
	}
	#wide-slider-wrap,
	#wide-slider {
		width: 320px !important;
	}
	#wide-slider .slider .slides li.slide { height: 149px; }
	#wide-slider .slider .slides li.slide,
	#wide-slider .slider .slides li.slide img {
		width: 320px !important;
	}
	#wide-slider .slider .slides li .text-wrap .text h2 {
		font-size: 14px;
		text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.8);
	}

	/* HEADER NAV
	================================================== */
	#header-nav-wrap, #topnav #header-nav-wrap.wide-nav {
		display: block;
		float: none !important;
	}

	/* TITLE BAR
	================================================== */	
	#title-bar-wrap {
		width: 100% !important;
	}
	#title-bar #title-bar-text h1 {
		font-size: 20px !important;
	}

	/* VIEW CART NAV ITEM
	================================================== */
	#em_custom_view_cart_button {
		position: absolute;
		top: 87px;
		right: 5%;
		width: 36px;
		height: 36px;
	}
	#em_custom_view_cart_button a {
		display: block;
		width: 36px;
		height: 36px;
		padding: 0px;
		background: transparent url('/wp-content/themes/eventmagazine.ca/images/cart.png') center left no-repeat;
		text-indent: -9999px;
	}
	
	/* BLOG POSTS
	================================================== */
	#title-bar .comment-count-bubble {
		top: -4px;
		margin-left: 6px;
	}
	

}
