@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,500,500italic,600,600italic,700,700italic,800,800italic);
/* general layout */
html { overflow-y: scroll; }
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin: 0;
	color: #6e6f71;

}
.wrap {
	width: 1237px;
	margin: 0 auto;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tl {
	text-align: left;
}
.tr {
	text-align: right;
}
.fc {
	display: block;
	margin: 0 auto;
}
.w100 {
	width: 100%;
	float: left;
}
.cen {
	text-align: center;
}
.pb30 {
	padding-bottom: 30px;
}
.mb30 {
	margin-bottom: 30px;
}
em {
	font-style: italic;
}
a img:focus {
	outline:0 !important;
}
img.grayscale {
  filter: none;
  -webkit-filter: grayscale(0%);
  transition: 0.7s;
}
img.grayscale:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
#content.fullwidth, #content.fullwidth #content {
	width: 100%;
}
a:focus {
	outline: none;
}


/* front page */
.wrap.front {
	width: 1275px;
}
#main-slider.front {
	padding-bottom: 30px;
	float: left;
}
@media screen and (max-width: 1275px) {
	.wrap.front {
		max-width: 100%;
	}
}

#sgmbShare1-1 {
	padding-top: 10px;
}

/* header */
header {
	width: 100%;
	float: left;
	padding: 15px 0 0 0;
	
	margin-bottom: 30px;
}
	header .wrap {
		width: 1275px;
	}
.header-left {
	float: left;
	width:30%;
	/* width: 471px; */
}
	.header-left img {
		max-width: 471px;
		height: auto;
		max-width:100%;
	}


/* nav */
nav {
	width: 100%;
	float: right;
	padding-top: 20px;
	text-align: right;
	clear: right;
}
	nav ul {
		list-style: none;
		width: 100%;
		float: left;
		margin: 0;
		padding: 0;
		background: #FFF;
	}
	nav ul li {
		float: right;
		position: relative;
	}
	@media(min-width:810px){
		nav ul li ul{
			display:none;
		}
		nav ul li:hover ul{
			display:block;
			position:absolute;
			border: 2px solid #ee5e54;
			min-width: 200px;
			top: 100%;
			z-index:9999;
		}
		nav ul li:hover ul li{
			display:block;
			float:none;
			text-align:left;
		}
		nav ul li.menu-item-has-children:hover > a:before{
			
		}
		nav ul li:hover ul:before{
				width: 0;
				height: 0;
				border-left: 13px solid transparent;
				border-right: 13px solid transparent;
				border-bottom: 13px solid #ee5e54;
				content:' ';
				display:block;
				position:absolute;
				top: -13px;
				left: 20%;
		}
		nav ul li:hover ul li a{
			float:none;
			text-align:left;
			text-transform:capitalize;
			display:block;
			position:relative;
			line-height: 1.5;
		
		}
	}
	nav ul li:hover ul li a:before{
		width:100%;
		left:0;
			margin-left:0 !important;
	}

	nav ul li a {
		float: right;
		padding: 15px 10px;
		position: relative;
		display: inline-block;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 0.75em;
		color: #444e68;
	}
	nav ul li a:before {
		position: absolute;
    bottom: 0px;
    left: 50%;
    height: 3px;
    width: 50px;
    margin-left: -25px;
    display: block;
    content: '';
    background-color: #ee5e54;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}

	nav ul li.menu-item-has-children a:hover:before{
		display:none;
	}
	nav ul li a:hover:before, .current-menu-item a:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);		
	}	
	.header-right{
		overflow: visible;
		width: 70%;
		float: right;
	}
.mob-menu {
	width: 100%;
	float: left;
	background-color: #444e68;
	font-size: 1em;
	color: #fff;
	text-align: center;
	cursor: pointer;
	display: none;
	padding: 15px 0;
	font-weight: 300;
}
.show-mob {
	display: none;
}


/* menu content dorpdown */
.dropdown {
	background-color: #fff;
	width: 660px;
	border: 3px solid #8cc44b;
	padding: 10px;
	box-sizing: border-box;
	display: none;
	position: absolute;
	z-index: 1000;
	left: -400px;
	top: 46px;
	transition: 0.3s;
}
	.dropdown .fl, .dropdown .fr {
		width: 50%;
		box-sizing: border-box;
		padding: 20px;
	}
	.dropdown .fl {
		border-right: 1px solid #b6b7b8;
		color: #b6b7b8;
		text-align: center;
	}
	.dropdown .fl img {
		display: block;
		margin: 0 auto;
		max-width: 100%;
		height: auto;
	}
	.dropdown .fr ul li {
	}
	.dropdown .fr ul {
	    list-style: none;
	    padding:0;
	    margin:0;
	}
	.dropdown .fr li { 
		width: 100%;
		float: left;
	    padding-left: 1em; 
	    text-indent: -1em;
	    padding-bottom: 2em;
	}

	.dropdown .fr li:before {
	    content: "Ã¢â‚¬Â¢ ";
	    padding-right: 0.3em;
	    color: #8cc44b;
	    font-size: 1.1em;
	}
	.dropdown .fr a {
		color: #6e6f71;
		text-decoration: none;
		font-weight: 300;
	}

#menu-item-92:hover > a {
	background-color: #8cc44b;
	border-radius: 10px 10px 0 0;
	
}
#menu-item-92:hover .dropdown {
	display: block;
	transition: 0.3s;
}

/* content */
#content {
	width: calc(100% - 395px);
	float: left;
	padding-bottom: 20px;
}

h1 {
	font-size: 2.3em;
	line-height: 1.3em;
	font-weight: 400;
	margin: 1.3em 0;
	letter-spacing: 2px;
	color: #189ca7;
	float: left;
	width: 100%;
}
	h1.lead {
		margin-top: 0.4em;
	}
h2 {
	font-size: 1.6em;
	line-height: 1.4em;
	font-weight: 400;
	letter-spacing: 2px;
	margin: 1.4em 0 1em 0;
	color: #189ca7;
	float: left;
	width: 100%;
}
p {
	font-weight: 300;
	font-size: 0.95em;
	line-height: 1.6em;
	margin-bottom: 1em;
}
span.intro {
	font-size: 1.3em;
}
	.intro span {
		font-size: 1.62em;
		font-family: 'Caveat', cursive;
	}
#content ul {
	margin-left: 1.4em;
}
#content ul li {
	list-style: disc;
	font-weight: 300;
	font-size: 0.95em;
	line-height: 1.6em;
	margin-bottom: 1em;
}
#content a {
	text-decoration: none;
	color: #6e6f71;
	font-weight: bold;
}


/* sidebar */
#sidebar {
	width: 365px;
	float: right;
	padding-top: 30px;
}
	#sidebar.blogsidebar {
		margin-top: 0px;
		padding-top: 0px;
		padding-bottom: 40px;
	}
	#sidebar img {
		max-width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
	}


#sidebarposts {
	width: 100%;
	float: left;
	background-color: #fafafa;
	box-sizing: border-box;
	border: 2px solid #d3d4d4;
	margin-top: 50px;
	margin-bottom: 40px;
}
	.sidepostshead {
		background-color: #fff;
		border-bottom: 2px solid #d3d4d4;
		height: 72px;
		overflow: visible;
		position: relative;
		margin-bottom: 50px;
	}
	.ob {
		position: absolute;
		top: 6px;
		left: 15px;
	}
	.sr {
		position: absolute;
		right: 15px;
		top: -34px;
	}
	#sidebarposts section {
		width: 100%;
		float: left;
		padding: 10px 20px;
		box-sizing: border-box;
		margin-bottom: 5px;
	}
		#sidebarposts section p {
			margin-bottom: 0;
		}
		#sidebarposts section a {
			text-decoration: none;
			color: #8cc44b;
			font-weight: 400;
		}

/* crisis boxes */
#crisis-blocks {
	width: 100%;
	float: left;
	margin: 40px 0;
}
	#crisis-blocks a {
		width: 50%;
		float: left;
		box-sizing: border-box;
		padding-left: 10px;
	}
		#crisis-blocks a:first-child {
			padding-left: 0;
			padding-right: 10px;
		}
		#crisis-blocks a img {
			max-width: 100%;
			height: auto;
		}

/* front page */
#main-slider {
	width: 100%;
	float: left;
}
	#main-slider img {
		display: block;
		margin: 0 auto;
		max-width: 100%;
		height: auto;
	}


#front-3-boxes {
	width: 100%;
	float: left;
	margin-top: 40px;
}
	#front-3-boxes section {
		width: calc(100% / 3);
		float: left;
	}
		#front-3-boxes section img {
			display: block;
		}

.founder {
	width: 100%;
	float: left;
	padding-bottom: 15px;
}
	.founder img {
		margin: 0 15px 10px 0;
		max-width: 294px;
		height: auto;
	}
	.founder p {
		font-size: 0.9em;
		line-height: 1.9em;
	}

/*crisis landing page */
#crisis-landing-boxes {
	float: left;
	width: 100%;
}
	#crisis-landing-boxes section {
		float: left;
		margin-right: 20px;
		height: 80px;
	}

/* crisis support pages */
#crisis-boxes {
	width: 100%;
	float: left;
}
	#crisis-boxes section {
		width: 100%;
		display: table;
		margin: 30px 0;
		float: left;
	}
	.crisis-left, .crisis-right {
		width: 50%;
		display: table-cell;
		padding: 0;
		vertical-align: middle;
	}
	.crisis-right p {
		margin-bottom: 0;
	}

/* support & resources */
#sandr-boxes {
	width: 100%;
	float: left;
	margin: 40px 0;
}
#sandr-boxes section {
	width: calc(33.3% - 26.6666667px);
	margin-right: 40px;
	float: left;
	margin-bottom: 40px;
}
	#sandr-boxes section:nth-child(3n) {
		margin-right: 0;
	}
	#sandr-boxes section img {
		width: 100%;
		height: auto;
	}

/* expandable content page */
#expanding-boxes {
	width: 100%;
	float: left;
}
	#expanding-boxes section {
		width: 100%;
		float: left;
		margin: 20px 0;
	}
	a.more, a.less {
		text-decoration: none;
		color: #8cc44b;
	}

/* skeet and itch page */
#skeet-itch {
	width: 100%;
	float: left;
}
	#skeet-itch .w100 {
		margin: 30px 0;
	}
	#skeet-itch p {
		width: calc(100% - 200px);
		float: right;
	}
	#skeet-itch h2 {
		width: calc(100% - 200px);
		float: right;
		margin-top: 0;		
	}
.skimgwrap {
	width: 200px;
	float: left;
}
	.skeetimg {
		margin-left: 40px;
	}
	.helloimg {
		max-width: 100%;
		height: auto;
	}


/* our blog page */
.ourblog section {
	width: 100%;
	float: left;
	margin-bottom: 40px;
}
.ourblog-img {
	float: left;
	width: 45%;
	box-sizing: border-box;
	padding-right: 30px;
}
	.ourblog-img img {
		width: 90%;
		height: auto;
	}
.ourblog-text {
	float: left;
	width: 55%;
}
	.ourblog-text h2 {
		margin-top: 0;
	}
	.ourblog-text img {
		margin-top: 10px;
	}

/* blog posts page */
.author-img {
	float: left;
	margin: 30px 30px 40px 0;
}
.author-title {
	padding-top: 15px;
}
#blog-posts {
	width: 100%;
	float: left;
	padding-top: 40px;
}
	#blog-posts section {
		width: 100%;
		float: left;
	}
	.monthcol {
		width: 193px;
		float: left;
		font-size: 1.3em;
	}
	.postcol {
		width: calc(100% - 193px);
		float: left;

	}
		#blog-posts .postcol section {
			width: 30%;
			margin-right: 3%;
			float: left;
			height: 0;
			padding-bottom: 30%;
			background-size: cover;
			background-position: center;
			position: relative;
			margin-bottom: 30px;
		}
		#blog-posts .postcol section span {
			position: absolute;
			padding: 10px;
			color: #fff;
			line-height: 1.5em;
			bottom: 0;
			left: 0;
			right: 0;
			  background-color: rgba(0, 0, 0, 0.5);
		}
#article-back {
	width: 100%;
	float: left;
	text-align: right;
	padding: 20px 0;
}
	#article-back a {
		font-weight: 500;
	}
	#article-back img {
		vertical-align: middle;
		padding-left: 10px;
	}


/* single blog post */
.post-img {
	margin-bottom: 20px;
}
	.post-img img {
		width: 100%;
		height: auto;
	}


/* blog headers */
#blog-header {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
#blog-header-left {
	float: left;
	width: 100%;
	padding-top: 30px;
}
	#blog-head-img {
		width: 117px;
		padding-right: 30px;
		height: 117px;
		float: left;
	}
	#blog-head-title {
		float: left;
		width: calc(100% - 147px);
	}
		#blog-head-title h1 {
			margin-top: 0.6em;
		}
#searchform{
	display:inline-block;
	border:1px solid #179BA8;
	border-radius:30px;
	padding:2px 8px;
	
	max-width: 100%;
}
header #searchform{
	min-width:230px;
}
#blog-nav #searchform{
	width:100%;
	min-width:100%;
	margin-right:20px;
	box-sizing: border-box;
	position: relative;
	top: -1px;
}
#searchsubmit {
	border: none;
	background: url('../images/search_new.png');
	width: 23px;
	height: 23px;
	background-size:contain;
	cursor: pointer;
	background-repeat:no-repeat;
	background-position:center center;
}

input#searchsubmit {}
.searchinput {
	box-sizing: border-box;
	height: 20px;
	border: none;
	margin-top: 0;
	float: left;
	width: calc(100% - 27px);
}
.header-social > div{
	display:inline-block;
	padding-left:10px;
}
.header-social > div > section{
	display:inline-block;
}
.header-social > div > section:last-child{
	padding-left:15px;
}
.header-social{
	display:table;
	width:auto;
	margin-left:auto;
	margin-right:0;
	vertical-align:middle;
}
.header-social > div{
	display:table-cell !important;
	vertical-align:middle;	
}
#blog-nav {
	float: right;
	width: 747px;
	margin-top: -35px;
}
	#blog-nav section {
		float: left;
		margin-left: 20px;
		width: 237px;
	}	
		#blog-nav section select {
			width: 100%;
			height: 27px;
			line-height: 27px;
			background-color: #fff;
		}
	#blog-nav section:first-child {
		width: 213px;
	}

/* archive page */
.archive section {
	width: 100%;
	float: left;
	padding-bottom: 30px;
}
	.archive section h3 a {
		font-weight: 600 !important;
		margin-bottom: 10px;
	}
	.archive section h3 {
		margin-bottom: 10px;
	}
	.archive section p {
		margin-bottom: 10px !important;
	}

/* footer */
footer {
	width: 100%;
	float: left;
	padding-bottom: 50px;
}
footer .wrap {
	border-top: 1px solid #dcdcdc;
	padding-top: 20px;
	width: 1275px;
}
	#footer-right {
		width: 400px;
		float: right;
	}
		#footer-right section {
			width: 25%;
			float: left;
		}
			#footer-right section img {
				display: block;
				margin: 0 auto;
			}
	#footer-left {
		width: calc(100% - 400px);
		float: left;
	}
		#footer-left p {
			font-size: 0.75em;
			padding-top: 10px;
			box-sizing: border-box;
			padding-right: 50px;
		}
		#footer-left a {
			color: #6e6f71;
			text-decoration: none;
		}
			#footer-left a:hover {
				text-decoration: underline;
			}

footer .wrap{
	padding-top:30px;
	margin-top:20px;
}


/* shop */
/* shop header */
.shop-head {
	width: 100%;
	float: left;
	padding: 40px 0;
	border-bottom: 1px solid #eeeeee;
}
	.shop-head h1, .shop-head h3 {
		margin: 0;
		vertical-align: bottom;
	}
.shop-title {
	width: 50%;
	float: left;
}
	#content h1.shop-title a {
		font-weight: 400;
	}
	h3.shop-title {
		text-align: right;
		font-size: 1.2em;
		font-weight: normal;
		padding-top: 0.55em;
	}
		h3.shop-title img {
			margin-bottom: -2px;
			margin-right: 2px;
		}
		h3.shop-title span {
			color: #000;
		}
		#content h3.shop-title a {
			font-weight: normal;
		}
#content .lead-shop a {
	font-weight: normal;
}
.cat-menu {
	width: 100%;
	float: left;
	text-align: right;
	margin-bottom: 10px;
}
	#content .cat-menu a {
		padding: 25px 0;
		margin-left: 20px;
		display: inline-block;
		text-transform: uppercase;
		font-weight: 400;
		position: relative;
		font-size: 0.95em;
		padding-bottom: 15px;
		margin-bottom: 10px;
	}
	.cat-menu a:before {
		position: absolute;
    	bottom: 0px;
    	left: 50%;
    	height: 3px;
    	width: 100%;
    	margin-left: -50%;
    	display: block;
    	content: '';
    	background-color: #ee5e54;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}
	.cat-menu a:hover:before, .cat-menu a.active-cat:before, .cat-menu a:active:before {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);		
	}
p.shop-cat-intro {
	font-size: 1.1em;
	padding-bottom: 25px;
}
.shop .thumbnails.columns-3 {
	width: 100%;
	float: left;
}
.shop .thumbnails.columns-3 a {
	width: 33%;
	float: left;
}
.pp_pic_holder .ppt {
	display: none !important;
}
.thumbnails.columns-3 a img {
	display: none;
}
a.woocommerce-main-image {
	cursor: default !important;
}
a.woocommerce-main-image img {
	cursor: pointer; 
}
.preview-gallery img {
	margin: 5px auto 25px auto !important;

}

/* product archive */
#content ul.products {
	margin-left: 0;
	list-style: none;
}
	#content ul.products li {
		list-style: none;
		font-weight: normal;
		width: 25%;
		box-sizing: border-box;
		padding: 0 10px;
		text-align: center;
		padding-left: 0;
		text-indent: 0;
		float: left;
		margin-bottom: 30px;
        min-height: 545px;
	}
		#content ul.products li:before {
			display: none;
		}
		#content ul.products li:nth-child(4) {
			margin-right: 0;
		}
		#content ul.products li a {
			font-weight: 300;
		}
		#content ul.products li img {
			margin-bottom: 10px;
			max-width: 100%;
			height: auto;
			display: block;
			margin: 0 auto;
			margin-bottom: 15px;
		}
		#content ul.products li .amount {
			font-size: 1.5em;
			line-height: 1.5em;
		}

/* single product */
.woocommerce-message, .single-sum .product_meta, .single-sum .price, .woocommerce-breadcrumb, .woocommerce-ordering, .woocommerce-result-count, .product_type_variable, .reset_variations, .products .ajax_add_to_cart {
	display: none !important;
}
#content .reset_variations {
	display: none !important;
	visibility: hidden !important;
}
.shop-single-img {
	width: 50%;
	float: left;
	margin-bottom: 40px;
}
.price.single-product {
	font-size: 2em;
	margin-bottom: 20px;
	font-weight: 400;
}

.single-sum h1 {
	margin: 0;
	font-size: 1.6em;
	font-weight: 400;
	margin-bottom: 25px;
}
.single-sum p {
	margin-bottom: 25px;
	float: left;
}
.offers, .entry-summary {
	width: 50%;
	box-sizing: border-box;
	padding-left: 20px;
	float: left;
}
.shop-single-img img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.variations #size {
	padding: 3px;
	font-size: 1em;
}
.quantity {
	width: 60px;
}
.quantity .qty {
	font-size: 1em;
	padding: 5px 10px;
	background-color: #ececec;
	border: none;
	width: 40px;
	float: left;
	margin-right: 10px;
	margin-top: 0;
	margin-bottom: 0;
	height: 31px;
	cursor: pointer;
}
.single_add_to_cart_button {
	height: 31px;
	padding: 5px 15px;
	background-color: #86cd2e;
	color: #fff;
	border: none;
	font-size: 1em;
	float: left;
	box-sizing: content-box;
	cursor: pointer; cursor: hand; 
	transition: 0.4s;
	margin-bottom: 25px;
}

	.single_add_to_cart_button:hover {
		background-color: #87bc4a;
	}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
   opacity: 1;
}
.variations .label, .coupon {
	display: none;
}
.variations {
	margin-bottom: 25px;
}
#content dt.variation-Size {
	padding-top: 4px;
}
#content .woocommerce .cart .button {
	font-weight: normal;
}
#content .woocommerce a.button.alt {
	font-weight: normal;
	color: #fff;
	background-color: #8cc44b;
}
.quote-shop {
	width: 100%;
	float: left;
	font-style: italic;
	text-align: center;
	margin-bottom: 20px;
	padding: 0 40px;
	box-sizing: border-box;
	line-height: 1.6em;
}


/* shop general */
#content .woocommerce .cart .button {
	background-color: #86cd2e;
	cursor: pointer; cursor: hand;
	transition: 0.4s;	
	color: #fff;
	font-size: 0.9em;
	font-weight: 300;
}
	#content .woocommerce .cart .button:hover {
		background-color: #87bc4a;
	}

/* checkout */
.woocommerce-billing-fields {
	margin-bottom: 30px;
}
.woocommerce-billing-fields input, #order_comments_field textarea, .checkout_coupon input {
	padding: 8px;
	border-radius: 4px;
	border: 1px solid #cccccc;
	font-size: 0.85em;
	font-weight: 100;
}

h3#order_review_heading {
	margin-bottom: 15px;
}
/* popup area and button - ethos */
.popup-wrap {
	position: fixed;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	z-index: 1000;
	background-color: rgba(0, 0, 0, 0.7);
}
.ethos-popup {
	padding: 25px;
	box-sizing: border-box;
	border-radius: 20px;
	border: 3px solid #179ba7;
	background-color: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 650px;
	margin-left: -325px;
	height: 440px;
	margin-top: -220px;
	text-align: center;
}
	.ethos-popup p {
		width: 100%;
	}
	.ethos-popup img {
		display: block;
		margin: 0 auto;
	}

	.ethos-popup h4 {
		font-size: 1.4em;
		font-weight: 300;
		color: #179ba7;
		margin-bottom: 15px;
	}
.popupimg {
	float: right;
	margin-top: -15px;
}
	.bookspage .popupimg {
		margin-top: -9px;
	}



/* about us */
#aboutus-left {
	width: calc(100% - 673px);
	float: left;
}
	#aboutus-left img {
		max-width: 100%;
		height: auto;
	}
#aboutus-right {
	width: 673px;
	float: left;
}
	#ab-right-box {
		width: 593px;
		padding: 20px;
		box-sizing: border-box;
		-webkit-box-shadow: 0px 0px 15px 3px rgba(214,214,214,1);
		-moz-box-shadow: 0px 0px 15px 3px rgba(214,214,214,1);
		box-shadow: 0px 0px 15px 3px rgba(214,214,214,1);
		display: block;
		margin: 0 auto;
		text-align: center;
	}
		.aboutus-social {
			width: 429px;
			display: block;
			margin: 0 auto;
		}
			.aboutus-social section {
				float: left;
				margin: 0 2px;
			}
				.aboutus-social section img {
					display: block;
					
				}
		#ab-right-box h3 {
			text-transform: uppercase;
			font-size: 1.4em;
			color: #444e68;
			font-weight: 300;
			padding: 15px 0 20px 0;
		}
		#ab-right-box p {
			font-size: 1.1em;
		}

#aboutus-lower-right {
	width: 550px;
	min-height: 500px;
	float: left;
}
	#aboutus-lower-right section {
		width: 320px;
		padding-left: 0px;
		padding-top: 0px;
		margin: 0 auto;
	}
	#aboutus-lower-right section h3 {
		font-size: 1.4em;
		color: #ee5e54;
	}
	#aboutus-lower-right section p {
		font-size: 0.9em;
		line-height: 2em;
	}
#aboutus-lower-left {
	width: calc(100% - 550px);
	float: left;
	box-sizing: border-box;
	padding-right: 50px;
}

/* books and apps */
.av-border-bottom {
	border-bottom: 1px solid #dcdcdc;
}
.avnow-right {
	width: 642px; 
	float: right;
}
	.avnow-right p {
		padding-left: 50px;
	}
	.avnow-right img {
		max-width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
	}
.avnow-left {
	width: calc(100% - 662px);
	padding-right: 20px;
	float: left;
}
	.avnow-50 {
		width: 50%;
		float: left;
	}
	.av-right-img img {
		padding: 50px 0;
	}
.av-mob {
	display: none;
}
	.av-mob .quote-shop {
		font-size: 1.2em;
	}
		.av-mob .quote-shop:last-child {
			padding-bottom: 20px;
		}
.blue-price p , .blue-preorder p {
	margin-bottom: 0;
	font-weight: 500;
}
.blue-price {
	font-size: 2em;
	color: #444e68;
	padding-top: 10px;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
	.csoon-left .blue-price {
		padding: 0px 0;
	}
.under-price {
	font-size: 0.85em;
}
.blue-preorder {
	font-size: 1.3em;
	float: left;
	width: 100%;
	color: #444e68;
	padding: 0px 0;
	margin-bottom: 20px;
}

.csoon-left {
	width: 856px;
	float: left;
	padding-right: 0px;
	border-right: 1px solid #dcdcdc;
}
	.csoon-left section {
		float: left;
	}
		.csoon-left section img {
			max-width: 100%;
			height: auto;
		}
		.csoon-left section:first-child {
			width: 32%;
		}
		.csoon-left section:nth-child(2) {
			width: 41%;
			box-sizing: border-box;
			padding-right: 10px;
		}
		.csoon-left section:last-child {
			width: 27%;
		}
	.csoon-left .smaller p {
		font-size: 0.85em;
	}
.csoon-right {
	width: calc(100% - 857px);
	float: right;
	box-sizing: border-box;
	padding-left: 40px;
}
.come-soon-pad {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #dcdcdc;
}
.come-soon-pad:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;	
}
.sub-product {
	width: calc(100% - 180px);
	float: left;
	padding-bottom: 50px;
	border-bottom: 1px solid #dcdcdc;
}
	.bookssec .w100:last-child .sub-product {
		border-bottom: none;
	}
.arrow-section {
	width: 90px;
	float: left;
	min-height: 5px;
	display: block;
}
	.nav-button {
		margin-top: 200%;
	}

	.sub-left, .sub-right {
		float: left;
		width: 50%;
		box-sizing: border-box;
		padding: 0 10px;
	}
		.sub-left {
			padding-left: 20px;
		}
		.sub-right {
			padding-right: 20px;
		}
	.sub-left img, .sub-right img {
		max-width: 100%;
		height: auto;
	}
	.sub-right a:focus, .sub-right a:active {
		outline: none !important;
		border: none !important;
	}
	.contentslide, .slick-track {
		box-sizing: border-box;
		min-height: 309px;
		overflow: hidden;
		max-height: 310px;
	}
	.slick-current {
		border-right: 1px solid #dcdcdc;
	}
	.contentslide:last-child {
		border-right: none;
	}
	.onlyOne .arrow-section span {
		display: none !important;
	}
		h1 img {
		max-width: 100%;
		height: auto;
	}


/* support page */
.support-left {
	width: calc(100% - 608px);
	float: left;
	box-sizing: border-box;
	padding-right: 20px;
}
.support-right {
	width: 608px;
	float: right;
	text-align: center;
}
	.support-right section {
		width: 100%;
		float: left;
		padding-bottom: 20px;
	}
		.support-right section:first-child {
			color: #444e68;
			font-size: 1.3em;
		}
			#content .support-right section:first-child p {
				margin-bottom: 10px;
			}
			#content .support-right section:first-child a {
				color: #444e68;
				font-weight: bold;
			}
	.support-right img {
		display: block;
		margin: 0 auto;
		max-width: 100%;
		height: auto;
	}
	.hidden-gallery {
		display: none;
	}

/* contact page */
#contact-left {
	float: left;
	width: 655px;
}
	#contact-left input[type="text"], #contact-left input[type="email"], #contact-left textarea {
		width: 100%;
		padding: 7px;
		box-sizing: border-box;
		background-color: #f1f4f4;
		border: 1px solid #dee1e1;
		font-weight: 500;
		font-size: 1em;
	}
	#contact-left hr {
		height: 1px;
		border: 0;
		display: block;
		border-top: 1px solid #cccccc;
		margin: 1em 0;
	}
	#contact-left input[type="submit"] {
		display: block;
		font-size: 1.1em;
		text-transform: uppercase;
		color: #fff;
		padding: 12px 30px;
		background: #ed5e54; /* Old browsers */
		background: -moz-linear-gradient(top, #ed5e54 0%, #bc3c34 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #ed5e54 0%,#bc3c34 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #ed5e54 0%,#bc3c34 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed5e54', endColorstr='#bc3c34',GradientType=0 );
		border: none;
		-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
	}
#contact-right {
	float: left;
	width: calc(100% - 655px);
	box-sizing: border-box;
	padding-left: 40px;
}
#contact-bottom h1 {
	margin-bottom: 0.5em;
}
#contact-bottom-left {
	float: left;
	width: calc(100% - 513px);
}

#contact-bottom-right {
	width: 513px;
	float: left;
}
	#contact-bottom-right img {
		display: block;
		margin: 0 auto;
		max-width: 100%;
		height: auto;
	}


/* not alone page */

#not-alone {
	width: 100%;
	float: left;
}
 #not-alone section {
 	width: 100%;
 	float: left;
 	padding-bottom: 25px;
 	margin-bottom: 25px;
 	border-bottom: 1px solid #d7d7d7;
 }
 	 #not-alone section:last-child {
 	 	border-bottom: none;
 	 }
 #not-alone p {
 	font-size: 1.5em;
 	font-weight: 300;
 	line-height: 1.3em;
 	margin-bottom: 0.2em;
 	margin-top: 0;
 	width: 100%;
 	float: left;
 }
 #not-alone h2 strong {
 	font-weight: 400;
 }
 #not-alone p {
 	color: #6e6f71 !important;
 }
 	#not-alone p a {
 		font-weight: 300;
 	}
	 	#not-alone p a:hover {
	 		text-decoration: underline;
	 	}
#not-alone .img-notalone {
	width: 340px;
	float: left;
	padding-right: 60px;
}
	#not-alone .img-notalone img {
		display: block;
		margin: 0 auto;
		max-width: 100%;
		height: auto;
	}
#not-alone .na-text {
	width: calc(100% - 400px);
	float: right;
}
.notaloneslider {
	max-width: 1237px;
	margin: 0 auto;
	display: block;
	float: none;
}

/* video page */
#video-wrap {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 30px;
}
	#video-wrap iframe, #video-wrap object, #video-wrap embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

/* video full page */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-top: 30px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.clearfix{clear:both;}

.newsletter-page label{font-weight:bold; display: inline-block; width: 125px; padding-bottom: 2%;}
.newsletter-page input[type="text"], .newsletter-page input[type="email"], .newsletter-page select {
    padding: 7px;
    box-sizing: border-box;
    background-color: #f1f4f4;
    border: 1px solid #dee1e1;
    font-weight: 500;
    font-size: 1em;
	width:40%;
}
.newletetr-btn-top a{
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	padding: 8px 12px;
	background: #ed5e54;
	background: -moz-linear-gradient(top, #ed5e54 0%, #bc3c34 100%);
	background: -webkit-linear-gradient(top, #ed5e54 0%,#bc3c34 100%);
	background: linear-gradient(to bottom, #ed5e54 0%,#bc3c34 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed5e54', endColorstr='#bc3c34',GradientType=0 );
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float:right;
}
.newletetr-btn-top a{text-decoration: none; color: #ffffff;}

.newsletter-page .inputright{margin-left:2%;}
.newsletter-page input[type="submit"]{
	display: block;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #fff;
	padding: 12px 30px;
	background: #ed5e54;
	background: -moz-linear-gradient(top, #ed5e54 0%, #bc3c34 100%);
	background: -webkit-linear-gradient(top, #ed5e54 0%,#bc3c34 100%);
	background: linear-gradient(to bottom, #ed5e54 0%,#bc3c34 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed5e54', endColorstr='#bc3c34',GradientType=0 );
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-left: 10.3%;
}

@media only screen and (max-device-width: 736px)  { 
	
	.newsletter-page input[type="text"], .newsletter-page input[type="email"], .newsletter-page select {width:100%;}
	.newsletter-page .inputright{margin-top: 3%;}
	.newsletter-page input[type="submit"]{margin-left: 0px;}
	.newletetr-btn-top{float:left; margin-top: 5px; display: flex; align-items: center; justify-content: center; width: 100%;
}

}
.hiddensitename{display:none;}



/*
* Amends
*/
#home-content{
	clear: both;
}

.book-row{
    margin-left:-15px;
    margin-right:-15px;
  }
  .book-row .book-item{
    width:50%;
    box-sizing:border-box;
    float:left;
    padding:15px;
    text-align:center;
  }
  .book-row .book-item img{
    margin-bottom:15px;
    max-width: 100%;
    width:100%;
  }
  .book-row .book-item a{
    text-decoration:none;
    color:#444e68;
  }
  .book-row .book-item .booklist-author{
    margin-top:3px;
    font-size:97%;
  }
  .book-row .book-item .booklist-price{
    padding-top:8px;
    font-size:120%;
  }
  @media(min-width:768px){
    .book-row .book-item{
        width:33.3%;
        box-sizing:border-box;
        float:left;
        padding:15px;
        text-align:center;
      }
  }
  @media(min-width:1000px){
    .book-row{
        display: table;
        width:100%;
        vertical-align: bottom;
        table-layout: fixed;
        margin-left: 0;
        margin-right: 0;
    }
    .book-row .book-item{
        width:16.6%;
        box-sizing:border-box;
        display:table-cell;
        vertical-align: bottom;
        height:100%;
        float:none;
      }
  }


.home-box img{
    max-width: 100%;
}
.home-box-header img{
	display:table;
	width:100%;
	vertical-align: middle;
    width:50px;
}


footer{
	font-size:92%;
}

.footer-col-outer-1{
	width:20%;
	float:left;
}
.footer-col-outer-2{
	width:45%;
	float:left;
}
.footer-right{
	float:right;
	width:35%;
}




.footer-widget h4{
	color:#179BA8;
	text-transform:uppercase;
	padding-bottom:15px;
}
.footer-widget a{
	color:#6e6f71;
	text-decoration:none;
	margin-bottom:5px;
	line-height: 1.2;
}
.footer-widget ul li{
	padding-bottom:10px;
	font-size:95%;
}

.footer-right .footer-widget h4{
	text-transform:capitalize;
}
.footer-col-outer-row{
	overflow:hidden;
}
.footer-col-outer-row{
	display:table;
	width:100%;
	padding-right: 30px;
	box-sizing: border-box;
}
.footer-col-outer-row > div{
	display:table-cell;
	vertical-align:top;
	padding: 0 10px 0 0;
}
.footer-widget .custom-html-widget,
.footer-widget .textwidget,
.footer-widget .textwidget p{
	line-height:1.5;
	font-size:0.95rem;
	color:#6e6f71;
	padding-bottom:20px;
	vertical-align:top;
	font-weight: normal;
}
.footer-col-1 > p{
	padding-top:15px;
	display: none;
}

.footer-subscribe > div,
.signup-area{
	padding-top:15px;
	clear: both;
	float:right;
	display: table;
	vertical-align: middle;
}
.footer-subscribe h4,
.signup-area h4{
	font-family: 'Caveat', cursive;
	color:#179BA8;
	display: table-cell;
	vertical-align: middle;
	font-size:105%;
	font-weight:normal;
	text-transform: initial;
}
.footer-subscribe h4{
	font-size:1.0rem;
}
.footer-subscribe{
	overflow:hidden;
}
.footer-subscribe form,
.footer-subscribe div,
.signup-area form, 
.signup-area div{
	display:inline-block;
	padding-left:5px;
	float: left;
	max-width: 500px;
}
 .signup-area {
 	position:relative;
 }
 .signup-area >  div {
	 float:right; 
}
.signup-area .mc4wp-response{
	position:absolute;
	top:100%;
	font-size:90%;
	display:inline!important;
	left:0;
	right:0;
}
.signup-area form{
	display: table-cell;
	position: relative;
}
.chimp-form .email{
	border: 2px solid #179BA8;
	border-radius:50px;
	padding: 3px 35px 3px 8px;
	position:relative;
	overflow: hidden;
	width: 200px;
	height: 23px;
}
.chimp-form input[type="email"]{
	border:0;
	display: block;
	height: 20px;
	width: 100%;
}	
.chimp-form .email:before{
	position:absolute;
	right:0;
	width: 35px;
	height:100%;
	top: 0;
	background-color:#179BA8;
	content:'';
	display:block;
	background-image:url('../images/signup.png');
	background-repeat:no-repeat;
	background-size: auto 80%;
	background-position:center center;
	/* border-top-right-radius: 30px; */
	padding: 0;
}

.chimp-form input[type="submit"]{
	margin-left:5px;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	padding: 6px 12px;
	background: #ed5e54;
	background: -moz-linear-gradient(top, #ed5e54 0%, #bc3c34 100%);
	background: -webkit-linear-gradient(top, #ed5e54 0%,#bc3c34 100%);
	background: linear-gradient(to bottom, #ed5e54 0%,#bc3c34 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed5e54', endColorstr='#bc3c34',GradientType=0 );
	border: 2px solid #179BA8;
	border-radius: 50px;
}
.footer-subscribe form{
	padding-left:0;
}
.footer-subscribe form .chimp-form input[type="submit"]{
	margin-left:0;
}
.footer-subscribe div{
	padding-left:0;
}

.footer-subscribe div div{
	padding-right:5px;
}
.footer-subscribe .chimp-form .email{
	margin-right:10px;
}

.feedbox .home-box-content{
	padding-top:0;
	padding-left:0;
	padding-right:0;
}

.home-box-header{
	background-color: #46bcc8;
	background-image:url('../images/widget_bg.png');
	background-position:95% center;
	background-repeat:no-repeat;
}
.home-box-header{
	display:table;
	width:100%;
	vertical-align:middle;
	padding: 5px 10px;
	box-sizing: border-box;
	table-layout: fixed;
}
.home-box-header .icon-item{
	width:60px;
	display: table-cell;
    vertical-align: middle;
    color: #FFF;
    font-size: 1.5rem
}
.home-box-header > span{
	display:table-cell;
	vertical-align:middle;
	color:#FFF;
	font-size:1.5rem;	
}
.home-box-header > div{
	padding-right:10px;
}
.home-box-content{
	padding:20px 15px 15px 15px;
	font-size: 0.9rem;
}
.home-box-content h3{
	font-weight: 500;
	color:#179BA8;
	margin-bottom:0;
	padding-bottom: 10px;
}
.home-box-content a{
		color:#179BA8;
		text-decoration:none;
}
.home-post{
	border-bottom:1px solid #dcdcdc;
	margin-bottom:15px;
	padding-bottom:10px;
	display:table;
	width:100%;
}
.home-post > div{
	display:table-cell;
	vertical-align:top;
}
.home-post .home-post-img{
	width:80px;
}
.blogbox .home-post-img a{	
	display:block;
	width:80px;
	height:80px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
.home-post a{
	font-weight: 500;
	color:#179BA8;
	margin-bottom:0;
	padding-bottom: 0px;
	line-height:1.3;
	display:block;
}
.home-post-img{
	padding-right:20px;
	width:80px;
	vertical-align: top !important;
}

.home-box-content .videoWrapper{
	margin-top:0;
	padding-top:0;
}

.so-widget-sow-bookboxes{
	border-top:1px solid #dcdcdc;
}
.home-box-content a.button{
	 font-size: 14px;
	 text-transform: uppercase;
	 color: #fff;
	 padding: 6px 12px;
	 background: #ed5e54;
	 background: -moz-linear-gradient(top, #ed5e54 0%, #bc3c34 100%);
	 background: -webkit-linear-gradient(top, #ed5e54 0%,#bc3c34 100%);
	 background: linear-gradient(to bottom, #ed5e54 0%,#bc3c34 100%);
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed5e54', endColorstr='#bc3c34',GradientType=0 );
	 border: 2px solid #179BA8;
	 border-radius: 50px;
	 display:table;
	 margin: 10px auto auto auto;
}
.eventbox p,
.blogbox .home-post-content p{
	margin-bottom:0;
}
.eventbox .home-post .home-post-img{
	width:40%;
}
.eventbox .home-post:last-child{
	border-bottom:0;
}
.event-title,
.eventbox a{
	font-weight: 500;
	color: #179BA8;
	margin-bottom: 0;
	padding-bottom: 0px;
	line-height: 1.3;
	display: block;
}
.home-box-content .social-feed{
	max-height:300px;
	overflow-y: auto;
}

.book-row{
    margin-left:-15px;
    margin-right:-15px;
  }
  .book-row .book-item{
    width:50%;
    box-sizing:border-box;
    float:left;
    padding:15px;
    text-align:center;
  }
  .book-row .book-item img{
    margin-bottom:15px;
    max-width: 100%;
    width:100%;
  }
  .book-row .book-item a{
    text-decoration:none;
    color:#444e68;
  }
  .book-row .book-item .booklist-author{
    margin-top:3px;
    font-size:97%;
  }
  .book-row .book-item .booklist-price{
    padding-top:8px;
    font-size:120%;
  }
  @media(min-width:768px){
    .book-row .book-item{
        width:33.3%;
        box-sizing:border-box;
        float:left;
        padding:15px;
        text-align:center;
      }
  }
  @media(min-width:1000px){
    .book-row{
        display: table;
        width:100%;
        vertical-align: top !important;
        table-layout: fixed;
        margin-left: 0;
        margin-right: 0;
    }
    .book-row .book-item{
        width:16.6%;
        box-sizing:border-box;
        display:table-cell;
        vertical-align: top !important;
        height:100%;
        float:none;
			}
			.book-item .image{
				height:270px;
				overflow: hidden;
				margin-bottom: 15px;
			}
			.book-item img{
      	max-height:270px;
      }
  }
  

@media(max-width:1200px){
	.header-left{
		max-width:30%;
	}
	.signup-area{
		margin-top: 0px;
		/* clear: none; */
	}
}
@media(max-width:1124px){
	header .signup-area{
		width: 200%;
		margin-left: -120%;
		/* display: block; */
		text-align: right;
	}
	header .signup-area form{
		float:right;
		display: inline-block;
	}
	header .signup-area h4{
		display:inline-block;
		line-height:30px;
	}
	.home-box-header .icon-item{
		width:40px;
	}
	.home-box-header > span{
		font-size:1.2rem;
	}
}
@media(max-width:1000px){
	.home-box-header{
		background-size:auto 100%;
	}
	.home-box-header > span{
		text-shadow:rgba(0,0,0,0.3) 1px 1px 1px;
	}
}


@media(max-width:1000px){
 
	.book-row .book-item{
		width:25% !important;
	}
	.book-row .book-item:nth-child(4n+ 1 ){
		clear:left !important;
	}
}



@media(max-width:900px){
	.signup-area{
		width:100%;
		clear:both;
	}
	.footer-subscribe > div{
		float:none;
		display:table;
		margin:auto;
	}
	.footer-subscribe h4, .signup-area h4{
		display:block;
		text-align:center;
		padding-bottom:15px;
	}
	.signup-area form{
		display:table;
		margin:auto;
		width:auto;
		float:none;
	}
	.footer-row{
		display:table;
		width:100%;
	}
	
	.footer-col-outer-1{
		width:100%;
		text-align:center;
		display:table-footer-group;
	}
	.footer-col-outer-2{
		display: table-footer-group;
		width:100%;
		float:none;
	}
	.footer-col-outer-row{
		display:block;
		padding-right: 0;
	}
	.footer-col-outer-row > div{
		display:block;
		width:100%;
		text-align:center;
		margin-bottom:15px;
	}
	.footer-subscribe{
		margin-bottom:20px;
	}
	.footer-right{
		text-align:center;
		width:100%;
		display:table-header-group;
		float: none;
	}
	.footer-col-1{
		padding-bottom:15px;
	}
}
@media(max-width:810px){
	.header-left{
		max-width:100%;
		text-align:center;
		width: 100%;
	}
	.header-left img{
		float:none;
	}
	
	.signup-area{
		margin-top: 0px;
		/* clear: none; */
	}
	.header-right{
		width:100%;
	}
	.header-social{
		margin:auto;
	}
	#pg-80-0{
		display:block;
	}
	#pgc-80-0-0, #pgc-80-0-1, #pgc-80-0-2{
		width:100% !important;
		display: block;
	}
	header .signup-area{
		width:100%;
		margin-left:0;
		text-align:center;
	}
	header .signup-area > h4, 
	header .signup-area > form{
		float:none;
		display:table;
		text-align:center;
		margin:auto;
	}

	
}
@media(max-width:768px){
	.so-widget-sow-bookboxes-default-d75171398898 .book-row .book-item,    
	.book-row .book-item{
		width:33.3% !important;
	}
	.book-row .book-item:nth-child(3n+ 1 ){
		clear:right !important;
	}
	.book-row .book-item:nth-child(4n){
		clear:left !important;
	}
		.book-row .book-item:nth-child(4n+ 1 ){
		clear:none !important;
	}
}

@media(max-width:600px){

	#searchform{
		max-width: 100%;
		min-width: 0;
		width: 100%;
		box-sizing: border-box;
	}
	.header-social{
		padding-left:0;
		margin-left:0;
		width: 100%;
	}
	.header-social > div + div{
		padding-left:10px;
	}
}
@media(max-width:500px){
	.header-social{
		display:block;
	}
	.header-social  > div{
		display: block !important;
		padding-bottom: 15px;
		text-align: center;
	}
	.header-social  > div + div{
		padding-bottom:0;
	}

	.so-widget-sow-bookboxes{
		border-top:0 !important;
	}
	.book-row .book-item{
		clear:both !important;
		width:100% !important;;  
	 }
	 .so-widget-sow-bookboxes-default-d75171398898 .book-row .book-item, .book-row .book-item,
	  .book-row .book-item{
	  	width:100%!important;
	  }

 .book-row .book-item img{
	 max-width: 50% !important;
	 margin:auto;
 }
}
@media(min-width:811px){
	nav ul li ul{
		display:none !important;
	}
	nav ul li:hover ul{
		display:block !important;
	}
}

@media(min-width:800px){
  .blogbox .home-box-content,
  .home-box-content .social-feed{
    height:600px;
    max-height: 600px !important;
    overflow-y:auto;
  }
}
@media(min-width:900px){
  .blogbox .home-box-content,
  .home-box-content .social-feed{
    height:500px;
    max-height: 500px !important;
    overflow-y:auto;
  }
}
@media (min-width: 1240px) {
  .blogbox .home-box-content{
    max-height:350px !important;
  }
  .home-box-content .social-feed{
    max-height:360px !important;
  }
}