/*
	Theme Name: BerylDean
	Description: HTML5 BerylDean WordPress Theme
	Version: 1.1
	Author: Jake Farr 
	Author URI: http://jakefarr.com
	Tags: Blank, HTML5, CSS3
	
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color: #193C72;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	background-color: #FFF;
	margin:0 auto;
	position:relative;
	background-color: #FBF6E8;
}
/* header */
.header {
	background-color: white;
}
/* banner img */
.banner-img {
	width:100%;
	background-size: 100%;	
	margin-top: -20px;
}
/* logo */
.logo {
    margin-bottom: 0;
	
}
.logo-img {
	padding: 2% 0;
}	
.site-description {
xposition: relative;
	top: -6px;
	left: 46px;
	font-family: 'Poiret One', cursive;

}


/*------------------------------------------------------*\
/* mobile nav */
a.to_nav {
	display: inline-block;
	margin: 10px;
	color: white;
	background: #4e4e4e;
	text-decoration: none;
	padding: 0px 10px;
	font-size: 12px;
	font-weight: bold;
	line-height: 32px;
	height: 32px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
}
a.to_nav:hover,
a.to_nav:focus {
    color: #1c1c1c;
    background: #ccc;
}
/* mobile nav
/*------------------------------------------------------ */
#primary_nav ul {
    list-style: none;
    background: white;
    padding: 5px 0;
}
#primary_nav li a {
    display: block;
    padding: 0 20px;
    color:#7E2B2C;
    font-size: 1.6rem;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    letter-spacing: 0.1em;
    line-height: 2em;
    height: 2em;
    border-bottom: 1px solid #383838;
}
#primary_nav li:last-child a {
    border-bottom: none;
}
#primary_nav li a:hover,
#primary_nav li a:focus {
    color:#7E2B2C;
    background: #f1f1f1;
}

#primary_nav li.current-menu-item {
background-color: #FBF6E8;
}


.timeline-v3 nav#primary_nav {
top: 0px;
}

/*footer*/
footer {
    text-align: center;
}

/* sidebar */
.sidebar {
	/* background-color: rgb(232, 234, 235); */
	color:#7E2B2C;
	padding: 1em;
}
.sidebar ul {
	margin: 0; 
	padding: 0;
}
.sidebar a {
	color:#7E2B2C;
}
.sidebar-widget {
	clear: left;
}
/* hide years and tags for mobile */
.sidebar .show_hide_years {
	display: none;
}
.sidebar .show_hide_tags {
	display: none;
}
/* footer */
.footer {

	clear: both;
padding-bottom: 20px;
margin-top: 100px;
border-top: solid white 20px;
}
/*------------------------------------*\
    EXTRAS!
\*------------------------------------*/
.year {
/* border: 1px solid #999; */
/* background-color: #999; */
/* color: white; */
font-size: 30px;
clear: left;
}
.timeline_year {
	clear: left;
	border: 1px solid #999;
	background-color:  #999;
	color: white;
xmargin-left: -10px;

}
.clear {
	clear:both;
}
.topborder {
	border-top: 1px solid black;
	padding: .5em 0;
}
.paypal {text-align: center;
margin-bottom: 10px;}

/*------------------------------------*\
    ADVANCED SEARCH FORM MOBILE STYLES FIRST
\*------------------------------------*/
#aqsfformid {
	border: none;
	text-align: left;
	font-family:'Gafata', sans-serif;
}
#aqsfformid .form_title {
	
	font-size: 1.3em;
}
.awqsf_box select {
}
#awqsf_keyword {
}
.awqsf-button {
}
.awqsf_box center {
	float: left;
}
.awqsf_box  {
	display: inline-block;
	float: left;
}
.awqsf_div_keyword {
	width: 70%;
}
label.awqsf-label-keyword {
	margin-right: 6px;
}
input#awqsf_keyword {
	xwidth: 66%;
	text-align: left;
	float: left;
}
.awqsf_div_button {
	width:30%; 
}
p.awqsf-button {
	text-align: right;
	float: right;
	margin-top: 15px;
}
.taxodrop-0, .taxodrop-1, .taxodrop-2  {
	width: 31%;
	margin-right: 10px;
	display: inline-block;
}
.taxodrop-2  {
	margin-right: 0px;
}
.awqsf_box select {
width: 100%;
}


/*------------------------------------*\
    PAGES & LAYOUTS
\*------------------------------------*/
.home_section_wrap {
	width: 80%;
	margin-left: 10%;
	margin-top: 5%;
}
section {
	font-family: 'Poiret One', cursive;
	font-weight: 800;
	margin-top: 10px;
}
.works-single-section {
	width: 100%;
	margin-top: 25px;
}
.works-archive-section {
	width: 770px;
	float: left;
}	
.home-section, .homenews-section {
	padding: 1em 1em 1em 1em;
	display: block;
	float: left;
	width: 100%;
}	
.homenews-section article {
	float: left;
	clear: left;
}
/* dubious .. */
.standard-search-section, .standard-works-category-section {
	width: 770px;
	float: left;
}
article {
	float: left;
	margin-bottom: 10px;
}
.archive article, .works-archive-section article, .standard-works-category-section article {

}
.item {
	width: 225px;
	float: left;
}
.timeline-item {
	width: 250px;
	float: left;
	margin-right: 10px;
}



/* timeline v2 *//* timeline v2 *//* timeline v2 *//* timeline v2 *//* timeline v2 */


.timeline-items {
	list-style-type: none
}
.timeline-items h2 { 
	font-size: 190%; 
	font-weight: bold;
}
.timeline-items .date {
	font-size: 400%;
	border-bottom: dashed black 2px;
	width: 114%;
	display: block;
	text-indent: 100px;
	margin-left: -100px;
}
ul.timeline-items li {
	margin-bottom: 80px;
}


/* timeline v3 *//* timeline v3 *//* timeline v3 *//* timeline v3 *//* timeline v3 */
#timeline-images {
	text-align: center;
}
/* arrange when 2 imgs: */ 
.flexslider .slides  img.split-img { width: 49%;}


#timeline-description {
	clear: left;
	margin: 0 4em;
}
#timeline-description p {
	font-size: 1.8em;
}
#timeline-description p a {
text-decoration: underline;
color: black;
}
#timeline-title {
	text-align: left;
	font-size: 3em;
	border-bottom: 1px solid black;
	margin-bottom: 20px;
	padding-left: 0.8em;
}

/* singular works */
article.type-works { 
	margin-right: 0px;

}
.works-info-col {
	padding: 1em;
}
.works-image-col {
	float: left;
	width:100%;
	text-align: center;
	/* margin-top: 4%; */
	/* margin-bottom: 5%; */
}

.news-info-col {


}
.news-image-col {display: none;}
.single .news-image-col {display:block}

.product_item {
	float: left;
	width: 100%;
	text-align: center;
}
.shop_images {
	width: 100%;	
}
.main_product_image {
	text-align: center;
}
.main_product_images {
	width: 102.5%;
	margin-left: -2.5%;
}
.product_img {
	display: inline-block;
	width: 30%;
	margin: 0 0 0 2.5%;
}
.product_text {
	width: 100%;
	text-align: left;	
}
.product_text ul {
padding-left: 15px;
padding-right: 15px;

}
.product_text li {
margin-left: 0;

}

 .lead { 
	
}
.paypal {
width: 100%;
}
.paypal form table {
margin: 10px auto;
}


.product-archive-section article {
	width: 290px;
	padding: 1em;
}
.product-archive-section .lead article {
	width: 100%
}



.pagination {
	float: left; 
	clear: left;
	
	
	
	xbackground-color: #F4F4F4;
	padding: 5px;
	font-weight: bold;
	width: 100%;
	margin-bottom: 1em;
	margin-top: 1em;
	text-align: center;
	font-family: 'Poiret One', cursive;
	display: block;
	max-height: 50px;
	  
}
.page-numbers {
font-size: 2em;
display: inline-block;
vertical-align: middle;
margin: 0 5px;
}
span.current {
font-size: 3em;
background-color: white;

border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
width: 50px;

}
.next .page-numbers {
font-size: 2em;
}

/* side bar widget ////////////////// */

.sidebar-widget ul.wp-tag-cloud {

}
.sidebar-widget ul.wp-tag-cloud li {
display: block; 
}
.sidebar-widget ul.wp-tag-cloud li a {

}
.sidebar-widget ul.wp-tag-cloud li a:hover {
text-decoration: underline;
}
.sidebar-widget ul.yearlist li {
	display: inline;
	margin-right: 12px;
}
.sidebar-widget ul.yearlist li a:hover {
text-decoration: underline;

}
/*------------------------------------*\
   Extra works IMAGES
\*------------------------------------*/
section img {box-shadow: #CECECE 2px 2px 5px;
	-webkit-box-shadow: #CECECE 2px 2px 5px;}
#extra-images {
	margin: 0; 
	padding: 0;
	background-color: yellow;
}
#extra-images li {
	display: inline-block;
margin: 0;
padding: 0;
list-style-type: none;

	width: 33.3333%;
float: left;

	display: block;
	/* padding-right: 0%; */
	/* padding-top: 3%; */
	/* margin-left: 3%; */
	padding: 3% 3% 0 0;
}
#extra-images { 
float: left;
width: 100%;
/* margin-left: 2%; */
background: none;
margin-left: 2%;
margin-bottom: 20px;
}
#extra-images img { 
/* margin: 6% 3% 6% 3%; */
}

/* BD award loop */
.featimg-wrap {
float: left;
    clear: none;
    /* width: auto; */
    display: inline;
    margin-right: 1.5rem;
    max-width: 33%;
}
.my-content-wrap {

}
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/* 'Poiret' {get the google font...} & Avantguard */ 

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}
h1 {
	font-size: 1.4em;
	line-height: 1.6em; 
}
.home-section h1 {
	font-size: 250%;
}
.homenews-section p {
font-family: 'Gafata', sans-serif;
font-size: 1.3em;
}
.homenews-section h1 {
font-size: 1.6em;

margin-bottom: 5px;
}
.homenews-section h6 {
font-family: 'Gafata', sans-serif;

font: 300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: bold;

}

.cat-archive-section-news {}

.cat-archive-section-news p {
	font-family: 'Gafata', sans-serif;
	font-size:1.3em;
}
.cat-archive-section-news p a {
	color: #193C72;
}
.type-bdaward p {
	font-size:1.3em;
}
p.site-by {

}

p.copyright {
xfont-weight: bold;
font-size: 1.15em;
}

.category h1, .tag h1, .search-results h1,
.cat-archive-section-news h1 {
	font-family: 'Poiret One', cursive;
 	margin-left:30px;
	margin-top: 40px;
}
.cat-archive-section-news h1 {
	font-size:3rem;
	margin-left:0px!important;
}
.works-info-col h1 { 
	font-size: 250%;
	font-family: 'Poiret One', cursive;
}


.works-info-col {
	font-family: 'Gafata', sans-serif;
}
.works-info-col p.short-descrip {
	font-size: 160%;
	color: rgb(43, 43, 43);

}
.works-info-col p {
	font-size: 130%;
}

.works-info-col p a, .page p a, .product_text a, p.by-descrip a, .cat-archive-section-news p a  {
	color: #193C72;
	text-decoration: underline;
}

.by-descrip {
    color: rgb(122, 122, 122);
    font-family: 'Gafata', sans-serif;
	font-size: 140%;
}
.works-info-col p.by-descrip {
	font-size: 110%;
}

.wp-tag-cloud li a, .yearlist li a, .view-article a {

color: #193C72;

}

.footer a {
color: #193C72;
text-decoration: underline;

}

time {
font-size: 17px;
margin-top: 0px;
display: block;
padding: 0;
/* margin: 0; */
line-height: 13px;
vertical-align: top;
margin-bottom: 35px;
}

.item h2 {
	margin: 0; 
	padding: 0;
xfont-size: 90%
}
.item h2.description {
margin: 0;
padding: 0;
font-size: 1.2em;
text-align: center;
margin-bottom: 20px;
}
.sidebar-widget h4 {
	margin: 6px 0;
	font-family: 'Gafata', sans-serif;
	text-align: left;
	font-size: 1.3em;

}


h6 {
	font-size: 0.85em; 
	padding: 0; 
	margin: 0;
}
.home-section article p {
	font-size: 1.65em;
}
.lead .product_text {
	font-family: 'Gafata', sans-serif;
	font-size: 12px;
}
.lead .product_text h2 {
		font-family: 'Poiret One', cursive;
}
.product_text {
	font-family: 'Gafata', sans-serif;
}
.product_text b, .product_text strong {
	color: black;}

 .product_text h2 {
		font-family: 'Poiret One', cursive;
		margin-top: 10px;
}
#timeline-description p {
 	font-size: 1.3em;
 	line-height: 1.3em;
 	margin: 8px 0px 7px 0px;
}
#timeline-description h6 {
 	font-family: "Helvetica" sans-serif;
 	xfont-size: 1em;
 	font-weight: normal;
}
.myhome-img {margin-bottom: 20px;}

/*--------------------------------------------------------------------------------------------------*\
    RESPONSIVE :: (min-width:320px) :: (min-width:320px) :: (min-width:320px) :: (min-width:320px) ::
\*--------------------------------------------------------------------------------------------------*/


/* MEGA QUICK HACK */
.cat-archive-section-exhibitions {width: 100%!important;}

@media only screen and (min-width:320px) {

	.sidebar-widget {
		text-align: center;
	}
	.wrapper {
		xbackground-color: fuchsia;
		width: 320px;
	}
	.works-archive-section, .year-archive-section, .standard-search-section, .tag-archive-section, .cat-archive-section, .booksarticles-archive-section  {
width: 320px;
float: left;
margin-left: 47px;
}
 .cat-archive-section-news {
	 
	 width: 280px;
	 margin-left: 20px;
 }
	.logo-img {
		width: 35%;
	}
	.product-archive-section article {
		width: 100%;
	}
	.product_text {
		/* width: 100%; */
	}
}
/*--------------------------------------------------------------------------------------------------*\
    RESPONSIVE ::::::::::::::::::::::: (min-width:480px) :: (min-width:480px) :: (min-width:480px) ::
\*--------------------------------------------------------------------------------------------------*/
@media only screen and (min-width:480px) {

	.site-description {
	top: -24px;
	left: 70px;
	font-weight: bold;
	}


	/* ADVANCED SEARCH  */
	p.awqsf-button {
		margin-top: 0px;
	}
	input#awqsf_keyword {
		width: 66%;}
	.taxodrop-0, .taxodrop-1  {
		margin-right: 17px;
	}
	
	/* show years  */
	.sidebar .show_hide_years {
		display: block;
	}
	.wrapper {
		width: 550px;
	}
	.logo-img {
		width: 25%;
	}
	.works-archive-section, .year-archive-section, .standard-search-section, .tag-archive-section, .cat-archive-section, .cat-archive-section-news, .booksarticles-archive-section {
	width: 540px;
	margin-left: 33px;
	}
	
	.category-timeline .cat-archive-section {
		width:550px;
	}

.cat-archive-section-news {
		width: 490px;
	
		margin-left: 30px;
}



.product-archive-section {
		width: 100%;
		float:left;
		margin-top: -10px;
	}

.product_item {
 
}
.shop_images {
 	
}
.main_product_image {
	text-align: center;
}
.main_product_images {
	width: 104%;
	margin-left: -3.4%;
}
.product_img {

}
.product_text {
	margin: 20px 3px 0px 3px;	
}
.product_text b {
 
}
 .lead { 
	
}





	
	.sidebar {
	float: none;
	position: relative;
	clear:both;
	}
	.sidebar-widget ul li {
	display: inline;
	}
	.awpqsf_class select {
	width: 30%;
	}

}
/*--------------------------------------------------------------------------------------------------*\
    RESPONSIVE ::::::::::::::::::::::::::::::::::::::::::: (min-width:768px) :: (min-width:768px) ::
\*--------------------------------------------------------------------------------------------------*/

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

	.site-description {

top: -30px;


left: 128px;

}
.category h1, .tag h1, .search-results h1 {

 margin-left:20px;
margin-top: 40px;
 
}

	.sidebar-widget {
	text-align: left;
	}
	/* show tags  */
	.sidebar .show_hide_tags {
	display: block;
	}

	/* ADVANCED SEARCH */
	#awqsf_box {
		width: 100%;
	}
	.awqsf_box select {
		width: 100%;
	}
	input#awqsf_keyword {
		 width: 68%;
	}
	.taxodrop-0, .taxodrop-1, .taxodrop-2  {
		margin-right: 17px;
		width: 100%;
		margin:0;
		display: block;
		float:left;
	}
	p.awqsf-button {
		margin-top: 1.356em;
	}
	/* 'menu' link to primary menu */
	a.to_nav {
        display: none;
    }
    
    /* PRIMARY NAV POSITION to top and styles  ################# */
    
    #primary_nav li a {
        font-size: 1.3rem;
    }
    #primary_nav {
		top: 220px;
    }
     #primary_nav {
        position: absolute;
        top: 181px;
        width: 100%;
        background: white;
        margin: 0;
        padding: 0;
    }
    #primary_nav li {
         display: inline;
         background: none;
    }
    #primary_nav li a {
        font-size: 1.1rem;
    }
    #primary_nav ul {margin: 0;
     	background: none;
    	margin: 0;
		padding: 0;
     }
    #primary_nav li a {
        float: left;
        border: none;
        padding: 0 9px;   
    }
    #primary_nav li.current-menu-item {
	background-color: #FBF6E8;
	}
    
	.wrapper {
		xbackground-color: purple;
		width: 790px;	
	}
	.works-archive-section,
	.year-archive-section, 
	.standard-search-section, 
	.tag-archive-section, 
	.cat-archive-section, 
	.booksarticles-archive-section {
		width: 518px;
		margin-left: 22px;
		margin-top: 21px;
	}
	
.cat-archive-section-news {
		width: 730px;
	
		margin-left: 30px;
}
.cat-archive-section-news .year {
	margin-left:-80px;
	border-right: 2px dotted #999;
	height:40px;
	display:block;
	width:max-content;
	padding-right:10px
}
	
.product-archive-section {
	width: 100%;
	float:left;
	margin-top: 5px;
	}
.shop_images {
 	float:right;
 	width:60%;
 	margin-top: 20px;
}
.main_product_image {
	
}
.main_product_images {
	width: 104%;

}
.product_img {

}
.product_text {
	float: left;
	width: 35%;
	margin: 0px 0px 0px 0px;	
}
 .lead { 
	
}



	/*------------------------------------*\
   Extra works IMAGES
\*------------------------------------*/
#extra-images { 
width: 99%;
}

#extra-images li {
xwidth: 20%;
padding: 3% 3% 0 0;
}

#extra-images img { 

}
	.works-image-col > a > img {
		margin-left: 0;
		margin-top:1.5%;
	}
	.works-info-col {
		padding-left: 5%;
		padding-right: 5%;
	}
	.category-timeline .cat-archive-section {
		width:790px;
	}
	cat-archive-section-news {
		width:740px;
	}
	.sidebar {	
		width: 250px;
		float: right;
		margin-top: 30px;
	
		line-height: 20px;
}
	.awpqsf_class select {
		width: 100%;
	}	
	
}

/*--------------------------------------------------------------------------------------------------*\
    RESPONSIVE ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: (min-width:1024px) ::
\*--------------------------------------------------------------------------------------------------*/

@media only screen and (min-width:1024px) {

	.site-description {
		top: -36px;
		left: 185px;
		font-size: 13px;
	}
	#primary_nav li a {
        font-size: 1.4rem;
    }
    #primary_nav {
		top: 246px;
    }
    .wrapper {
		width: 1050px;	
	}
	.works-archive-section, 
	.standard-search-section, 
	.tag-archive-section,
	.cat-archive-section-news, 
	.cat-archive-section  {
		width: 775px;
		margin-left: 25px;
		margin-top: 33px;
	}
	.cat-archive-section-news {
		margin-top:100px;
	}
	.cat-archive-section-news h1 {
		font-size:4rem;
	}
	.cat-archive-section-news h2 {font-size: 4rem;}
	.booksarticles-archive-section {
		width: 1050px;
	}
	.category-timeline .cat-archive-section, .cat-archive-section-news {
		width:1050px;
	}
	.cat-archive-section-news {
		width:730px;
		margin-left:100px;
	}
	.home-section {
	width: 56%;
	float: left;
	}
	.homenews-section {width: 35.5%;float: right;clear: none;margin-top: 35px;}	
	.homenews-section.news-archive {
		float:left;
		width:100%;
		margin-top: 44px;
	} 
	.myhome-img {margin-bottom: 20px;}
	   
	 .homenews-section.news-archive:before {
		width: 41%;
		margin:0 auto;
		position:relative;
		height:40px;
		content:'Beryl Dean Education Trust News';
		font-size: 2rem;
		display:block;
		text-align:center;
		border-bottom: 3px solid #dac0b6;
		margin-bottom:2rem;
		padding-bottom: 5rem;
		}   
	.news-archive .news-archive-link {
	text-align: center;
	font-size: 2rem;
	margin-top: 3rem;
	float: left;
	width: 100%;
	}
	.homenews-section.news-archive article {
		width: 33%;
		float:left;
		clear:none;
	}
	.homenews-section.news-archive article div {
		padding-right:2rem
	}
	.product-archive-section article {
	margin-top: 20px;
	}
	.product_item  {
		float: none;
	}
	.product_item article {
		float: right;
		width: 30%;
	}
	.product-archive-section .lead article {
	 float: left;
	 width: 70%;
	}
	.shop_images {
	width: 100%;
	}
	.product-archive-section .lead article .shop_images {
	width: 60%;
	}
	.product_img {
	}
	.product-archive-section .lead article .product_text {
		width: 38%;
	}
	.product_text {	 
		width: 100%;	 	
	}
	 .lead { 	
	}

	
	
	.works-info-col {
	float: left;
	width: 38%;
	margin-left: 2%;
	margin-right: 0%;
	padding-right: 0%;
	margin-top: 1%;
	padding-top: 0;
	}
	.works-image-col {
	width: 60%;
	margin-left: 0%;
	margin-top: 3%;
}
	.works-single-section, .posts-single-section {
	width: 1020px;
	float: left;
	}

	.works-image-col > a > img, .works-image-col > p {
	margin-left: 6%;
	
	}
	#extra-images {
	margin-left: 3%;
	}
	.single-post #extra-images {
    padding-left: 36px;
    margin: 0;
    margin-right: -36px;
    float: none;
    width: 100%;
    border: 1px solid;
    float: right;
    /* margin-left: 30px; */
}
	#extra-images li { 
width: 20%;
}
	.single-post #extra-images li,
	.single-bdaward #extra-images li {
		width: 33.33%;
		padding-right: 0;
		padding-left: 3%;
	}
}
/*-----------------------------------------------------------------------------------------------------------*\
    RESPONSIVE ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 1140 and 1290px ::
\*-----------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width:1140px) {

		.wrapper {
			width: 1050px;		
		}
}

@media only screen and (min-width:1290px) {

	.site-description {

top: -42px;


left: 183px;

font-size: 14px;

}
		
	#primary_nav {
		top: 282px;
		}
	.logo-img {
		width: 20%;
	}
	.wrapper {
		width:1320px;
	}
	.works-archive-section, 
	.standard-search-section, 
	.tag-archive-section, 
	.cat-archive-section, 
	.cat-archive-section-news,
	.booksarticles-archive-section {
 		width:1040px
	}
	.category-timeline .cat-archive-section  {
		width:1290px;
	}
	.cat-archive-section-news {
		width:730px;
		margin-left: 100px
	}
	
	.product-archive-section article {
margin-top: 20px;
}
.product_item  {
	float: none;
}
.product_item article {
	float: right;
	width: 30%;
}
.product-archive-section .lead article {
 float: left;
 width: 70%;
}
.shop_images {
width: 100%;
}
.product-archive-section .lead article .shop_images {
width: 60%;
}
.product_img {
}
.product-archive-section .lead article .product_text {
	width: 38%;
}
.product_text {	 
	width: 100%;	 	
}
 .lead { 	
}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		.works-single-section, .posts-single-section {
		width: 100%;
	float: left;
	}
	.works-info-col {
	float: left;
	width: 30%;
	margin-left: 0%;
	margin-right: 2%;
	padding-right: 0%;
	margin-top: 1%;
	padding-top: 0;
	padding-left: 3%;
}
	.works-image-col {
	width: 64%;
	margin-left: 0%;
	margin-top: 3%;
	margin-right: 30px;
}

.works-image-col > a > img {
margin-left: 4%;
margin-top: 0;
padding-right: 0%;
margin-right: 0%;
/* width: 96%; */
}
.sidebar {
width: 225px;
float: right;
margin-top: 40px;
margin-left: 0px;
margin-right: 30px;
line-height: 18px;
}

}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {


}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
   
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
   
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {
	
}
.bypostauthor {
	
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
