/*
Theme Name: Phillip Collier Designs
Theme URI: http://phillipcollierdesigns.com
Author: Annunciation Interactive
Author URI: http://annunciate.org
Description: Custom theme for Phillip Collier Designs by Annunciation Interactive
Version: 1.0

*/

html,
button,
input,
select,
textarea {
    color: #6D6E71;
    font-family: Georgia, nova, sans-serif;
	font-weight: 400;
	font-style: normal;
}

html {
	
}

body {
    font-size: 13px;
	font-family: Georgia, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.6;
	color: #000000;
    min-height: 629px;
    padding: 40px 30px;
}

a {
   outline: 0 !important;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.clearBoth {
	clear:both;
}

img.size-large {
	width: 100%;
	height: auto;
}

img {
	height: auto;
}

.alignleft {
	margin: 0 15px 15px 0;
	float: left;
}

.alignright {
	margin: 0  0 15px 15px;
	float: right; 
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

#fade {
	// background: transparent url('images/top_fade.png') repeat-x top left;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background-size: 40px 40px;
	z-index: 2;
	pointer-events: none;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+12,ffffff+100&1+12,0+96 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 12%, rgba(255,255,255,0) 96%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 12%,rgba(255,255,255,0) 96%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 12%,rgba(255,255,255,0) 96%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

}

header {
	float: left;
	width: 170px;
	margin-right: 20px;
	position: fixed;
	z-index: 3;
}

#page {
	
}

#portfolio-sidebar {
	width: 135px;
	padding: 15px;
    margin-top: 15px;
    display: block;
    clear: both;
    font-family: Georgia, sans-serif;
	font-weight: 400;
    text-align: left;
	font-size: 1em;
	line-height: 1.3em;
	color: #6D6E71;
}

#portfolio-sidebar h2 {
	font-family: 'EBGaramondRegular', Georgia, serif;
	font-weight: normal;
	font-size: 1.3em;
	line-height: 1.2em;
	color: #B0B579;
	margin-bottom: .3em;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/* ==========================================================================
   Type
   ========================================================================== */
@font-face {
    font-family: 'EBGaramondRegular';
    src: url('fonts/EBGaramond-webfont.eot');
    src: url('fonts/EBGaramond-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/EBGaramond-webfont.woff') format('woff'),
         url('fonts/EBGaramond-webfont.ttf') format('truetype'),
         url('fonts/EBGaramond-webfont.svg#EBGaramondRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sofia_prolight';
    src: url('fonts/sofiaprolight-webfont.eot');
    src: url('fonts/sofiaprolight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sofiaprolight-webfont.woff') format('woff'),
         url('fonts/sofiaprolight-webfont.ttf') format('truetype'),
         url('fonts/sofiaprolight-webfont.svg#sofia_prolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*
Proxima Nova Bold

font-family: proxima-nova, sans-serif;
font-weight: 700;
font-style: normal;

Proxima Nova Bold Italic

font-family: proxima-nova, sans-serif;
font-weight: 700;
font-style: italic;

Proxima Nova Regular

font-family: proxima-nova, sans-serif;
font-weight: 400;
font-style: normal;

Proxima Nova Italic

font-family: proxima-nova, sans-serif;
font-weight: 400;
font-style: italic;
*/

h1, h2, h3, h4, h5, h6 {
	clear: both;
	color: #B0B579;
	font-weight: normal;
	font-family: 'EBGaramondRegular', Georgia, serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1.2em;
}

h1, h2 {
	font-size: 27px;
	margin-top: 0;
}

h2 a,
h2 a:link {
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 22px;
}
h4.widget-title {
	font-size: 18px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

p, li {
	font-size: 13px;
	font-family: Georgia, serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.4;
	color: #6D6E71;
	margin-top: 5px;
}

li {
	margin-bottom: 5px;
	line-height: 1.3;
}

a,
a:link,
a:active,
a:visited,
a:hover {
	color: #B0B579;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}


/* ==========================================================================
   Brand
   ========================================================================== */

h1.site-title {
	float: left;
	padding: 0;
	margin: 0 15px 0px 10px;
}

h1.site-title a {
    background: url(images/logo@2x.jpg) top left no-repeat;
    background-position: left top;
	background-size: 157px 147px;
    display: block;
    width: 157px;
    height: 147px;
	text-indent: -9999px;
	
}

@media (max-width: 790px) {
	.site-title a {
		 
	}
}

/* ==========================================================================
   Nav
   ========================================================================== */
   
#site-navigation {
	
}

#site-navigation:before,
#site-navigation:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

#site-navigation:after {
    clear: both;
}
#site-navigation a {
	text-transform: uppercase;
	color: #000;
	font-size: 1.1em;
	text-decoration: none;
	line-height: .9em;
	display: block;
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
}
.menu-primary-container {
	text-align: center;
	width: 100%;
	padding: 0;
}
#menu-primary {
	padding: 0;
	display: block;
}
#menu-primary li {
	float: left;
	clear: left;
	width: 100%;
	text-align: center;
	
}
#menu-primary li:first-child {
	border-left: none;
}

#menu-toggle {
	font-weight: 700 !important;
	display: none !important;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .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; /* h5bp.com/t */
    }

    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;
    }
}

/* ==========================================================================
   sidebar
   ========================================================================== */
   
#sidebar {
	float: left;
	width: 200px;
}

#sidebar ul {
	padding-left: 0;
	list-style-type: none;
	margin-top: 0;
}

#sidebar li a:link,
#sidebar li a:active,
#sidebar li a:visited,
#sidebar li a:hover,
#sidebar li a:focus {
	font-family: Georgia, serif;
	font-weight: 400;
	font-size: 15px;
	color: #6D6E71;
	text-decoration: none;
}

#sidebar li a:hover {
	text-decoration: underline;
}

#sidebar h4 {
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

/* ==========================================================================
   custom styles
   ========================================================================== */
#content {
	clear: none;
	display: block;
}

#container {
	padding: 0;
	overflow: hidden;
	margin-left: 15px;
}
#main {
	float: left;
	clear: none;
	display: block;
	max-width: 90%;
	margin-top: 6px;
	margin-left: 165px;
}
#mainContent {
	width: 570px;
	float: left;
	margin-right: 30px;
	padding-right: 30px;
	border-right: 1px dashed #d1d2d4;
}
#mainContent img {
	max-width: 100%;
	height: auto;
}
#item_container p {
	pointer-events: none;
}
.column {
	
}
.item {
	float: left;
	margin-bottom: 15px;
	max-width: 180px;
	padding-right: 15px;
	position: relative;
}
.item p {
	color: #6D6E71;
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-size: 1.1em;
	margin-top: 5px;
	max-width: 179px;
	position: absolute;
	top: 5px;
	left: 5px;
	text-align: left;
	text-transform: uppercase;
	display: none;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}
.item img {
	width: 180px;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}
.item:hover img,
.item:focus img {
	opacity: .2;
}

.item:hover p,
.item:focus p {
	
	display: block;
}

.single_item {
	float: left;
	margin-right: 15px;
	width: 46%;
	height: 400px;
	margin-bottom: 30px;
	text-align: center;
}

.single_item img {
	max-width: 100%;
	max-height: 100%;
}

#scrollbarHandleContainer {
	width: 100%;
	border-bottom: 2px solid #d1d2d4;
	margin-bottom: 30px;
	position: relative;
}
#scrollbarHandle {
	width: 0;
	min-height: 21px;
	max-width: 200px;
	background-color: #b0b478;
	margin-bottom: -11px;
}
#scrollbarHandle i {
	color: #FFF;
	font-size: 17px;
	padding-top: 2px;
}
.scrollbarArrow {
	display: none;
}
#scrollbarHandle i.icon-caret-left {
	float: left;
	padding-left: 2px;
}
#scrollbarHandle i.icon-caret-right {
	float: right;
	padding-right: 2px;
}
#scrollpaneContainer {
	height: 430px;
	overflow: hidden;
	position: relative;
}
#scrollpane {
	height: 430px;
	/* width: 2250px; */
	position: absolute;
}
#leftColumn {
	width: 250px;
	padding: 40px 20px 20px;
	float: left;
}
#leftColumn.smallColumn {
	width: 170px;
}
#leftColumn h2 {
	font-family: 'EBGaramondRegular', Georgia, serif;
	font-weight: normal;
	font-style: normal;
	font-size: 27px;
	color: #6d6e71;
	font-weight: normal;
}

#leftColumn p {
	font-size: 13px;
	font-family: Georgia, serif;
	font-weight: 400;
	font-style: normal;
	color: #6D6E71;
}

.hentry {
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 1px solid #d1d2d4;
}
.post-title {
	margin-bottom: 0;
	font-size: 30px;
}
.meta p {
	font-family: Georgia, serif;
	font-weight: 400;
	margin: 0;
	font-size: 13px;
	line-height: 1.2em;
}

.post-image {
	margin: 15px 0 20px 0;
	display: block;
}
.readMore {
	font-size: 14px;
	float: right;
}

.wp-paginate {
	margin-bottom: 20px !important;
}

.wp-paginate a,
.wp-paginate a:hover,
.wp-paginate a:active,
.wp-paginate a:visited {
	border: none !important;
	background: #FFF !important;
}
.wp-paginate a:hover,
.wp-paginate .current {
	background: #B0B579 !important;
	border: none !important;
	color: #FFF !important;
}

.leftColumn {
	width: 260px;
	float: left;
	padding-right: 20px;
}

/* ==========================================================================
   wp eStore
   ========================================================================== */
   
#menu-primary li.cart_qty {
	text-transform: uppercase;
	color: #6D6E71;
	font-size: 12px;
	text-decoration: none;
	line-height: 1em;
	display: block;
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
}
#menu-primary li.cart_qty span {
	margin-top: -3px;
}
.eStore-product.eStore-fancy-wrapper {
	border: none;
	padding: 0;
	margin: 1em 0 0 0;
}
.eStore-fancy-wrapper .eStore-product-description {
	margin-left: 0;
}
.eStore-fancy-wrapper .eStore-product-name,
.eStore-fancy-wrapper .eStore-thumbnail {
	display: none;
}

.eStore-product .eStore_price {
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-size: 15px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.eStore-product .eStore_price_value {
	color: #B0B579;
}
.eStore-product .eStore-button-form {
	font-weight: bold;
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-size: 15px;
	text-transform: uppercase;
}
.eStore-product .eStore-button-form input {
	margin-top: 12px;
	margin-bottom: 10px;
}
.shopping_cart th {
	background-color: #E6E7E8;
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-weight: normal;
	padding: 5px;
}
div.shopping_cart tr td {
	padding: 10px 6px !important;
}
.shopping_cart .eStore_cart_checkout_button {
	margin-top: 15px;
	text-align: right;
}
.shopping_cart .eStore_paypal_checkout_button {
	border: none;
}
.eStore-product .eStore-button-form input.eStore_add_to_cart_button {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 0px;
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	color: #FFF;
	margin-left: 0;
	background-color: #B0B478;
}
.shopping_cart a {
	color: #B0B579 !important;
}
.shopping_cart h2 {
	display: none;
}
.eStore_qty_change_pinfo {
	float: left;
	padding: 5px;
}

/* ==========================================================================
   Foote
   ========================================================================== */
   
#site-info {
	text-align: center;
	width: 100%;
	float: right;
	clear: both;
	margin: 0;
	padding: 0 0 80px 0;
	display: block;
	color: #6D6E71;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 767px) {
	
	body {
		padding: 0 15px;
		min-width: 290px;
	}
	
	header {
		float: none;
		position: relative;
		margin-bottom: 15px;
		width: 100%;
		margin-right: 0;	
	}
	h1.site-title {
		float: none;
		width: 157px;
		margin: 0;
		margin-top: 15px;
	}
	h1.site-title a {
		background-position: center top;
		width: 100%;
	}
	#fade {
		display: none;
	}
	#menu-toggle {
		display: block !important;
		position: absolute;
		top: 54px;
		right: 54px;
	}
	.icon-bar {
		width: 48px;
		height: 2px;
		display: block !important;
		border-radius: 0;
		margin-top: .4em;
		background-color: #B0B579;
	}
	#container {
		margin: 0;
	}
	#main {
		float: none;
		width: 100%;
		max-width: 100%;
		margin: 0;
		margin-top: 15px;
	}
	#menu-toggle {
		display: block;
	}
	#menu-primary {
		display: none;
	}
	#mainContent img {
		max-width: 100%;
		height: auto;
	}
	#leftColumn.smallColumn,
	#scrollbarHandleContainer {
		display: none;
	}
	.leftColumn {
		float: left;
		width: auto;
	}
	.rightColumn {
		float: left;
		clear: left;
		display: block;
	}
	.menu-primary-container {
		float: none;
	}
	#menu-primary li {
		float: none;
		border-left: none;
		text-align: center;
		margin-bottom: 8px;
	}
	#site-navigation a {
		font-size: 1.2em;
	}
	#leftColumn {
		padding-left: 0;
	}
	#portfolio-sidebar {
		width: 100%;
		padding: 15px 0;
	}
	.single_item {
		height: auto;
	}
	.single_item img {
		width: 100%;
		height: auto;
	}
	#mainContent {
		width: 100%;
		border: none;
		padding: 0;
		margin: 0;
	}
	.hentry img {
		width: 100%;
		height: auto;
	}
	#scrollpaneContainer {
		height: auto;
	}
	#scrollpane {
		height: auto;
		position: relative;
		width: auto !important;
	}
	#container {
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#item_container {
		max-height: none;
		height: auto;
		width: 100%;
		margin-left: 0;
	}
	.item {
		clear: none;
		max-width: 47%;
		width: 47%;
		padding: 0;
		margin-left: 15px;
	}
	.item.odd {
		margin-left: 0;
	}
	.item img {
		width: 100%;
		
	}
	.single_item {
		width: 100%;
		
	}
	.single_item img, .wp-post-image {
		width: 100%;
		height: auto;
	}
	#wpfront-scroll-top-container {
		left: 30px !important; 
	}
}

@media (max-width: 530px) {
/*
	body {
		padding: 0 15px;
	}
	#content {
		float: none;
	}
*/
/*
	#item_container {
		width: 100%;
		padding: 0;
		margin-left: 0;
	}
	.item {
		width: 100%;
		max-width: 100%;
		clear: left;
		padding-right: 0;
		margin-left: 0;
	}
	.item img {
		width: 100%;
	}
*/
}

@media (min-width: 768px) {
	#menu-primary {
		display: block !important;
	}
}   

@media (min-width: 800px) {
	.single_item {
		height: 200px;
	}
}
@media (min-width: 900px) {
	.single_item {
		height: 230px;
	}
}
@media (min-width: 1000px) {
	.single_item {
		height: 260px;
	}
}
@media (min-width: 1100px) {
	.single_item {
		height: 300px;
	}
}
@media (min-width: 1200px) {
	.single_item {
		height: 330px;
		width: 31%;
	}
}
@media (min-width: 1300px) {
	.single_item {
		height: 400px;
	}
}
