/*
 Theme Name:   Sister Site
 Theme URI:    https://www.citymomsblog.com/
 Description:  Generic theme for all sister sites based on Canvas.
 Author:       John Lane
 Author URI:
 Template:     canvas
 Version:      1.5
 Tags:
 Text Domain:  canvas-sites
*/

/* =Theme customization starts here
-------------------------------------------------------------- */
@import url("../canvas/style.css");
@import url("events-style.css?v=1.2.3");

#loopedSlider .content {
  background: unset;
}

#navigation ul.nav-search .searchform input.s {
  color:white;
}
/* Instagram Widget */
/* Remove Spinner */
#sb_instagram .sbi_loader {
  display: none;
}
/* END: Instagram Widget */


/* Sponsored Content Message */
.scd-message-box {
  border: 1px solid #b2b2b2;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #fafafa;
  padding: 10px;
  font-style: italic;
  margin:20px;
}


ul.nav li a {
	padding: .5em 0.5em;
}

#content div.sharedaddy, #main div.sharedaddy, div.sharedaddy {
text-align:center;
}

/* Hide Lost Your Password link because it's bunk */
#theme-my-login .error a {
display:none;
}

/* WooCommerce */
/* Right aligns WooCommerce shopping car icon */
.side-nav {
	float:right;
}
/* Hide shopping cart widget by default */
.widget_shopping_cart {
display:none;
}
/* Hide shopping cart icon by default */
#navigation .cart.no-rss-link {
display:none;
}
/* End WooCommerce */

#navigation {
	position: relative;
	text-align:center;
}

.nav-container {
	margin-bottom:12px;
}

#logo {
	float:none;
	text-align:center;
}

#main-nav {
	text-transform:uppercase;
}

.sub-menu{
	text-transform:none;
}

#footer a {
	color: #ffffff;
}

.widget_instagram_self_feed {
	text-align:center;
}

.custom_social {
	text-align:center
}

.widget h3 {
	text-transform: uppercase;
	color:#ffffff;
	text-align:center;
	padding-bottom:5px;
	border-bottom:none;
}

#mission-statement {
	font-weight:bold;
	font-size:large;
	padding-top:30px;
	padding-bottom:5px;
	text-transform: uppercase;
	text-align:left;
	float:left;
	line-height:18px;
}

ul#main-nav {
	float:none;
	display:inline-block;
	vertical-align:top;
}

#above-header {
	min-height:70px;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#feature-graphic {
	float:none;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}

#feature-graphic .g-col {
   float:unset !important;
}

#banner-ad {
	text-align:right;
	padding-top:4px;
	padding-bottom:4px;
}

#banner-ad-left {
	float:left;
	text-align:right;
	padding-top:4px;
	padding-bottom:4px;
}


#mobile-title-bar {
	display:none;
	background-color:#555555;
	color: #ffffff;
	height:40px;
	padding-top:1px;
	padding-bottom:1px;
}

.cd-fb-like-widget span {
background-color:#ffffff;
}


/*
Media Queries
 */

/* Desktops and laptops ------ */
@media only screen and (max-width : 1224px) {

}

@media only screen and (max-width: 960px) {
	.custom_social {
		clear: both;
		margin-top: 70px;
	}

}

@media only screen and (max-width: 768px) {

	#header-container {
		background-size:auto 80%;
		background-position-y:35px !important;
	}

	#mission-statement {
		display:none;
	}

	body.full-width #header {
		padding: 0px;
	}

	#logo img {
		height:100px;
	}

	#banner-ad {
		clear:left;
	}

	#nav-container {
		margin-bottom: 0px !important;
	}

	#above-header {
		min-height:inherit;
	}


	.custom_social {
		margin: 0px 0 10px 0;
		position: relative;
	}

	ul.nav li a {
		font-size: 0.8rem !important;
	}



}

@media only screen and (max-width: 767px) {
	#navigation {
		position: absolute;
	}
}
