/*
Theme Name: Seatons
Theme URI: http://www.seatons.com
Description: Designed by <a href="http://ebsystemsltd.com/">Kim Wilson</a> for Seatons Custom Cabinetry.  Genesis Child Theme.
Author: Kim Wilson
Version: 1.0
Template: genesis
Tags: genesis child
Text Domain: seatons
*/

/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Skip Links
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
- Print Styles
*/

@import url('../genesis/style.css');

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/* ## Defaults
--------------------------------------------- */
html {
	background-image: url('images/bkg-tile.jpg');
	background-repeat: repeat;
}

body {
	background-image: url('images/bkg-inside.png');
	background-position: top center;
	background-repeat: repeat-x;
	background-color: transparent;
	font-family: Arial, Tahoma, sans-serif;
}
body.home {
	background-image: url('images/bkg.jpg');
}

/* # Structure and Layout
--------------------------------------------- */

.site-header,
.site-inner,
.site-footer {
	max-width: 1200px;
	margin: 0 auto;
	background: none;
}

.site-inner {
	margin-top: 20px;
	padding-top: 0;
}

.sidebar .widget {
	margin: 0;
    padding: 20px;
    background-color: transparent;
}
@media only screen and (min-width: 960px) {
	.sidebar .widget {
		margin: 80px 0 40px;
	}
}

.home-feature {
	background-image: url('images/bkg-feature.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	height: 300px;
	padding: 15px;
}

@media only screen and (max-width: 1200px) {
	.sidebar-primary {
		width: 400px;
	}
	.content {
		width: 700px;
	}
}
@media only screen and (max-width: 1100px) {
	.sidebar-primary {
		width: 350px;
	}
	.content {
		width: 660px;
	}
}
@media only screen and (max-width: 1020px) {
	.sidebar-primary {
		width: 300px;
	}
	.content {
		width: 650px;
	}
}
@media only screen and (max-width: 960px) {
	.sidebar-primary {
		width: 100%;
	}
	.content {
		width: 100%;
	}
}


/* ## Header
--------------------------------------------- */
.site-header .wrap {
    padding: 0;
    background: none;
}

.header-image .site-title > a {
    background: url(images/logo-inside.png) no-repeat center;
    float: left;
    min-height: 224px;
    width: 100%;
}

.home .header-image .site-title > a {
    background: url(images/logo.png) no-repeat center;
    float: left;
    min-height: 275px;
    width: 100%;
}

.title-area {
    float: left; 
    padding: 0;
    width: 100%;
}

h1,h2,h3 { font-family: Tahoma, sans-serif; color: #523001; font-weight: bold;}
h4 { font-family: Arial, sans-serif; }
a {color: #ba7533; text-decoration: none;}
a:hover {color: #523001; text-decoration: underline;}

/* Adds fancy line to right of headers */
h1.entry-title {
  display: inline-block;
  position: relative;  
}

.home-feature .textwidget {
	position: relative;
	color: #fdf2d0;
}
.home-feature h3, .home-feature h3 a {
	color: #fdf2d0;
	font-size: 18px;
}
.home-feature p {
	font-size: 14px;
}
.home-feature a.button {
 	background-color: transparent;
 	background: url('images/bkg-btn-go.png') no-repeat center;
 	color: #fdf2d0;
 	position: absolute;
 	right: 10px;
    top: 205px;
}
.home-feature a.button:hover {
 	color: #523001;

}
#feature-1, #feature-2, #feature-3, #feature-4 {
	width: 100%;
    height: 100px;
    background-repeat: no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-position: center;
	margin-bottom: 10px;
}
#feature-1 {
	background-image: url('images/feature-1.jpg');
}
#feature-2 {
	background-image: url('images/feature-2.jpg');
}
#feature-3 {
	background-image: url('images/feature-3.jpg');
}
#feature-4 {
	background-image: url('images/feature-4.jpg');
}

.content .entry {
    background-color: transparent;
}
.entry {
    margin-bottom: 0;
    padding: 10px;
}
@media only screen and (min-width: 960px) {
	.entry {
	    margin-bottom: 40px;
	}
}

#home-call-to-action {
	background-image: url('images/bkg-cta.png');
	background-repeat: no-repeat;
	background-size: 100%;
	height: 160px;
	width: 310px;
	float: right;
	margin-top: 10px;
}
.home-news {
	text-align: center;
}
.home-news p {
    margin: 0 0 4px;
}

.home-brands {
	width: 100%;
	padding:10px;
	border-top: 2px solid #888;
	border-bottom: 3px solid #ba7533;
	background-color: white;
	text-align: center;
	clear: both;
	margin-top: 30px;
}

div.hr {
	width: 70%;
	height: 18px;
	background: url('images/hr-l.png') no-repeat top left;
	margin: 0 auto;
}

#contact-info {
	line-height: 1.4em;
    text-align: right;
    color: #523001;
}

input:hover[type="submit"], .button:hover {
	background-color: #523001;
}
input[type="submit"], .button {
	color: #fdf2d0;
	background-color: #ba7533;
}
/*div.hr:after {
	content: "";
    background: url('images/hr-r.png') no-repeat;
    width: 100%;
    height: 18px;
    position: absolute;
}*/

.site-footer {
	background-color: #523001;
	padding: 20px 0;
	width: 100%;
	max-width: 100%;
}
.after-footer {
	background-color: #523001;
	padding: 20px;
	text-align: center;
}
.after-footer ul {
	border-top: 1px solid #ba7533;
	list-style-type: none;
}
.after-footer ul li {
	display: inline;
	margin-right: 15px;
	font-size: 12px;
}
.after-footer a:hover {
	text-decoration: underline;
	color: #ba7533;
}
.footer-widgets {
	color: #fdf2d0;
	text-align: left;
	font-size: 14px;
	line-height: 1.4em;
}

#footer-features {
	max-width: 1200px;
    margin: 0 auto;
}

footer blockquote {
	margin: 0;
}
footer cite {
	float: right;
}

.footer-widgets-1 {
    width: 100%;
    float: left;
    margin-right: 2%;
    padding: 0 30px;
}
.footer-widgets-2 {
	width: 100%;
    float: left;
    margin-top: 20px;
    padding: 0 30px;
}
@media only screen and (min-width: 900px) {
	.footer-widgets-1 {
	    width: 30%;
	    float: left;
	    margin-right: 2%;
	}
	.footer-widgets-2 {
		width: 67%;
	    float: left;
	}
}
.widget-call-to-action {
	display: none;
}
@media only screen and (min-width: 960px) { 
	.widget-call-to-action {
		display: block;
		width: 100%;
		padding: 15px 20px 20px;
	    background-image: url('images/bkg-cta.png');
	    background-repeat: no-repeat;
	    background-position: bottom right;
	}
	.widget-call-to-action h3 {
	margin-bottom: 3px;
	}
	.widget-call-to-action h3 a {
		color: #523001;
	}
	.widget-call-to-action p {
		font-size: 14px;
	}
	.widget-call-to-action .cta-title {
		font-family: Tahoma, sans-serif;
	    font-size: 20px;
	    font-weight: bold;
	    color: #523001;
	    margin-bottom: 10px;
	    display: inline-block;
	}
	#text-14 {
		margin-top: 0;
	}
	#text-10 { margin-bottom: 0;}
}


/* ### Slider 
----------------------------------------------*/
.soliloquy-outer-container .soliloquy-container .soliloquy-wrapper {
	padding: 0 12px 12px;
	background: rgba(191,160,116,0.7);
}
.soliloquy-outer-container.soliloquy-carousel .soliloquy-container .soliloquy-wrapper {
	padding: 0;
	background: #FFF;
}
/* Change arrows to custom */
#soliloquy-2 .soliloquy-container .soliloquy-prev {
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 16px;
    z-index: 1320;
    background: transparent url(images/left.png) no-repeat scroll 50% 50%;
    cursor: pointer;
}
#soliloquy-2 .soliloquy-container .soliloquy-next {
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 16px;
    z-index: 1320;
    background: transparent url(images/right.png) no-repeat scroll 50% 50%;
    cursor: pointer;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.nav-primary {
	max-width: 1200px;
	margin: 0 auto;
	padding: 12px;
	background: rgba(191,160,116,0.7);
	font-family: Tahoma, sans-serif;
}

.nav-primary .wrap {
	background-color: #ffedd4;
}

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	width: 100%;
	text-align: center;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.nav-primary .genesis-nav-menu a {
	color: #523001;
	text-decoration: none;
	display: block;
	padding: 16px 20px;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #523001;
	text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}


/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Content */



@media only screen and (max-width: 800px) {
	.wrap {
		padding: 0;
	    /* padding-left: 5%; */
	    /* padding-right: 5%; */
	}
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */


.one-fourth.no-margin {
	width: 100%;
	margin: 0 auto;
}
@media only screen and (min-width: 600px) {
	.one-fourth.no-margin {
		width: 50%;
		margin: 0 auto;
	}
}
@media only screen and (min-width: 1000px) {
	.one-fourth.no-margin {
		width: 25%;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 960px) {
	.wrap {
	    max-width: inherit; 
	}
}
@media only screen and (max-width: 1200px) {
	.site-inner, .wrap {
	    max-width: inherit;
	}
}


/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}
