@import url(http://fontawesome.io/assets/font-awesome/css/font-awesome.css);
/*
	Theme Name: Author Pro
	Theme URI: http://my.studiopress.com/themes/author/
	Description: Further your following by showcasing your published work with a better online library.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	
	Version: 1.1
	
	Tags: black, blue, white, one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
		
	Template: genesis
	Template Version: 2.1.2
	
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* # 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 Author Pro
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
	- Shrink
- Site Navigation
	- Primary Navigation
	- Secondary Navigation
	- Accessible Navigation
	- Responsive Navigation
- Content Area
	- Home
	- Flexible Widgets
	- Entries
	- Entry Meta
	- After Entry
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1320px
	- Max-width: 1200px
	- Max-width: 980px
	- Max-width: 800px
*/


/* # 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:#000}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,
.widget: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,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 1.8rem;
}

body {
	background-color: #7a8690;
	color: #000;
	font-family: 'Open Sans', sans-serif;

	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	-ms-transition:     all .3s ease-in-out;
	-o-transition:      all .3s ease-in-out;
	transition:         all .3s ease-in-out;
}

::-moz-selection {
	background-color: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: #0085da;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #000;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 30px;
}

blockquote::before {
	color: #e1e9ee;
	content: "\201C";
	display: block;
	font-size: 60px;
	font-size: 6rem;
	font-weight: 400;
	height: 0;
	left: -30px;
	position: relative;
	top: -16px;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #000;
	clear: both;
	margin: 40px 0;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
/*	font-family: "Roboto", sans-serif;*/
	font-weight: 900;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 48px;
	font-size: 4.8rem;
}

h2 {
	font-size: 36px;
	font-size: 3.6rem;
}

h3 {
	font-size: 30px;
	font-size: 3rem;
}

h4 {
	font-size: 24px;
	font-size: 2.4rem;
}

h5 {
	font-size: 20px;
	font-size: 2rem;
}

h6 {
	font-size: 18px;
	font-size: 1.8rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img {
	margin-bottom: -8px;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	padding: 2px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: none;
	color: #000;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #000;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #000;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #000;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.featured-content .more-link {
	background-color: transparent;
	border: 1px solid #000;
	border-radius: 3px;
	color: #000;
	cursor: pointer;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.625;
	padding: 16px 32px;
	text-align: center;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:focus,
.button:hover,
.featured-content .more-link:focus,
.featured-content .more-link:hover {
	background-color: #000;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.content .widget-full .featuredpage .button,
.content .widget-full .featuredpage .more-link,
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button,
.footer-widgets .featured-content .more-link {
	border-color: #fff;
	color: #fff;
}

.content .widget-full .featuredpage .button:focus,
.content .widget-full .featuredpage .button:hover,
.content .widget-full .featuredpage .more-link:focus,
.content .widget-full .featuredpage .more-link:hover,
.footer-widgets button:focus,
.footer-widgets button:hover,
.footer-widgets input:focus[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:focus,
.footer-widgets .button:hover,
.footer-widgets .featured-content .more-link:focus,
.footer-widgets .featured-content .more-link:hover {
	background-color: #fff;
	color: #000;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 8px 16px;
}

.button {
	display: inline-block;
}

.more-link {
	display: table;
	margin-top: 30px;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

button:disabled,
button:disabled:focus,
button:disabled:hover,
input:disabled,
input:disabled:focus,
input:disabled:hover,
input[type="button"]:disabled,
input[type="button"]:disabled:focus,
input[type="button"]:disabled:hover,
input[type="reset"]:disabled,
input[type="reset"]:disabled:focus,
input[type="reset"]:disabled:hover,
input[type="submit"]:disabled,
input[type="submit"]:disabled:focus,
input[type="submit"]:disabled:hover {
	background-color: #f2f2f2;
	border-color: #ddd;
	color: #777;
	cursor: not-allowed;
}

.error404 .entry-content input[type="search"],
.post-password-form input[type="password"] {
	margin-bottom: 16px;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* ## 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);
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1280px;
}

.site-inner {
	background-color: #fff;
	clear: both;
	margin-top: 120px;
	position: relative;
	z-index: 99;
}

.featured-widget-area + .site-inner,
.landing-page .site-inner {
	margin-top: 0;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Content */

.content {
	float: right;
	width: 900px;
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

.archive.genesis-author-pro .content,
.archive.genesis-pro-portfolio .content {
	padding: 80px 80px 0;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 380px;
}

.sidebar-content .sidebar-primary {
	float: left;
}


/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #f3f3f3;
	padding: 20px 30px;
}



.archive-description,
.author-box {
	background-color: #f9f9f9;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 80px;
}

.author-box {
	margin-bottom: 80px;
}

.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 24px;
	font-size: 2.4rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #000;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #0085da;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
	text-transform: uppercase;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin: 0 0 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
    margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget-area .widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget-area p:last-child,
.widget-area .widget:last-child {
	margin-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 20px;
	padding: 0;
}

.widget-area .featured-content .entry-header p {
	margin-bottom: 20px;
}

.featured-content .entry:after {
	display: none;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 22px;
	font-size: 2.2rem;
}

.featured-content .entry:last-of-type + .widget-title {
	margin-top: 20px;
}

.featured-content .aligncenter ~ div,
.featured-content .aligncenter ~ header {
	text-align: center;
}

.featured-content .aligncenter ~ div .more-link {
	margin: 20px auto 0;
}

.content .widget-full .featuredpage {
	background-color: #181c1e;
	color: #fff;
}

.content .widget-full .featuredpage .entry {
	background-color: rgba(255, 255, 255, 0.05);
}

.content .widget-full .featuredpage a:focus,
.content .widget-full .featuredpage a:hover,
.content .widget-full .featuredpage .entry-title a {
	color: #fff;
}

.content .widget-full .featuredpage .entry-title a:focus,
.content .widget-full .featuredpage .entry-title a:hover {
	color: #ccc;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis Author Pro
--------------------------------------------- */

.archive.genesis-author-pro .archive-description,
.archive.genesis-author-pro .breadcrumb,
.archive.genesis-pro-portfolio .archive-description,
.archive.genesis-pro-portfolio .breadcrumb {
	margin: -80px -80px 80px;
}

.archive.genesis-author-pro .archive-pagination,
.archive.genesis-pro-portfolio .archive-pagination {
	margin: 0 -80px;
}

.archive.genesis-author-pro .content .entry {
	margin-bottom: 20px;
}

.archive.genesis-author-pro  .entry::after,
.archive.genesis-pro-portfolio .entry::after {
	border-bottom-width: 0;
	padding-top: 0;
}

.archive.genesis-author-pro .author-pro-featured-image,
.author-pro-featured-image a,
.single-books .author-pro-featured-image {
	position: relative;
	overflow: hidden;
}

div .book-featured-text-banner {
	background-color: #0085da;
}

.featuredbook .image-aligncenter ~ div,
.featuredbook .image-aligncenter ~ header {
	text-align: center;
}

.featuredbook .book-price {
	font-weight: 700;
}

.single-books .content .book-price {
	border-bottom: 1px solid #000;
}

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

/* # Skip links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: none!important;
	/*outline: #ccc solid 1px;*/
}

.button.button-book  { background:#0085da!important; text-transform:uppercase; color:#fff!important; border-color:#0085da!important; }


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #7a8690;
	color: #fff;
	min-height: 120px;
	position: fixed;
	width: 100%;
	z-index: 498;
}

.site-header .wrap {
	padding: 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 42px 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	-ms-transition:     all .3s ease-in-out;
	-o-transition:      all .3s ease-in-out;
	transition:         all .3s ease-in-out;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 900;
	line-height: 1.2;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #fff;
}

.site-description {
	display: block;
	height: 0;
	text-indent: -9999px;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .title-area {
	padding: 25px 0;
	width: 320px;
}

.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

.header-image .site-title > a {
	background-size: contain !important;
	display: block;
	float: left;
	min-height: 70px;
	width: 100%;
}

/* ## Shrink
--------------------------------------------- */

.shrink {
	min-height: 0;
}

.shrink .title-area {
	padding: 17px 0;
}

.shrink .genesis-nav-menu li a {
	padding-bottom: 27px;
	padding-top: 27px;
}

.header-image .shrink .title-area {
	padding: 0;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	padding: 52px 20px;
	text-transform: uppercase;
}

.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover {
	color: #fff;
}

.genesis-nav-menu .sub-menu {
	background-color: #181c1e;
	left: -9999px;
	opacity: 0;
	padding: 10px 0;
	position: absolute;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition:    opacity .3s ease-in-out;
	-ms-transition:     opacity .3s ease-in-out;
	-o-transition:      opacity .3s ease-in-out;
	transition:         opacity .3s ease-in-out;
	width: 200px;
	z-index: 499;
}

.genesis-nav-menu .sub-menu li a {
	background-color: #181c1e;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -62px 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 > li.last > a {
	padding-right: 0;
}

.genesis-nav-menu .highlight {
	float: right;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	float: right;
	text-align: right;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	-ms-transition:     all .3s ease-in-out;
	-o-transition:      all .3s ease-in-out;
	transition:         all .3s ease-in-out;
}

.nav-primary:hover .genesis-nav-menu a {
	color: #e1e9ee;
}

.nav-primary:hover .genesis-nav-menu a:focus,
.nav-primary:hover .genesis-nav-menu a:hover {
	color: #fff;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #e1e9ee;
	display: block;
	max-width: 1280px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 498;
}

.nav-secondary .wrap {
	background-color: rgba(255, 255, 255, 0.3);
}

.nav-secondary + .content-sidebar-wrap {
	margin-top: 100px;
}

.nav-secondary.shrink + .content-sidebar-wrap {
	margin-top: 70px;
}

.nav-secondary .genesis-nav-menu a {
	color: #000;
	padding: 42px 30px;
}

.nav-secondary .genesis-nav-menu .sub-menu a {
	color: #e1e9ee;
	padding: 20px 40px;
}

.nav-secondary .genesis-nav-menu a:focus,
.nav-secondary .genesis-nav-menu a:hover,
.nav-secondary .genesis-nav-menu .current-menu-item > a,
.nav-secondary .genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.nav-secondary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
/*	background-color: #181c1e;
	color: #fff;*/
}

.nav-secondary .genesis-nav-menu .highlight > a {
	background-color: #0085da;
	color: #fff;
}

.nav-secondary .genesis-nav-menu li.highlight > a:focus,
.nav-secondary .genesis-nav-menu li.highlight > a:hover {
	background-color: #f5f5f5;
	color: #000;
}

.nav-secondary.fixed {
	position: fixed;
	top: 70px;
}

.admin-bar .nav-secondary.fixed {
	top: 102px;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sf-hover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* Responsive Navigation
--------------------------------------------- */

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Home
--------------------------------------------- */

.featured-widget-area {
	margin-top: 120px;
}

.featured-widget-area .wrap {
	background-color: #fff;
}

.front-page-1,
.front-page-3,
.front-page-5 {
	background-color: #f9f9f9;
}

/* ## Flexible Widgets
--------------------------------------------- */

.flexible-widgets {
	overflow: hidden;
	padding: 80px 80px 40px;
}

.widget-area.flexible-widgets .widget {
	float: left;
	margin-bottom: 40px;
	margin-left: 2.564102564102564%;
}

.flexible-widgets.widget-full {
	padding: 0;
}

.flexible-widgets.widget-full .widget {
	margin-bottom: 0;
	padding: 80px;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	margin-left: 0;
	width: 100%;
}

.flexible-widgets.widget-halves .widget {
	width: 48.717948717948715%;
}

.flexible-widgets.widget-thirds .widget {
	width: 31.623931623931625%;
}

.flexible-widgets.widget-fourths .widget {
	width: 23.076923076923077%;
}

.flexible-widgets.widget-fourths .widget:nth-child(4n+1),
.flexible-widgets.widget-halves .widget:nth-child(2n+1),
.flexible-widgets.widget-thirds .widget:nth-child(3n+1) {
	clear: left;
	margin-left: 0;
}

.widget-full .featured-content .widget-title {
	background-color: #181c1e;
	color: #fff;
	margin: 0;
	padding: 40px;
}

.front-page .flexible-widgets.widget-full .widget.featured-content {
	padding: 0;
	position: relative;
}

.widget-full .featured-content .entry {
	margin: 0;
}

.widget-full .featured-content .entry-header {
	padding: 80px 80px 0;
}

.widget-full .featured-content .entry-content {
	padding: 0 80px;
}

.widget-full .featured-content .alignleft,
.widget-full .featured-content .alignright {
	margin: 0 80px 0 0;
	max-width: 50%;
}

.widget-full .featured-content .alignright {
	margin: 0 0 0 80px;
}

.widget-full .featured-content .entry-title {
	font-size: 48px;
	font-size: 4.8rem;
	text-transform: uppercase;
}

.widget-full .featured-content .entry-content p:last-of-type {
	margin-bottom: 80px;
}

.content .widget-full .featuredpost {
	background-color: #e1e9ee;
	padding: 0;
}

.widget-full .featuredpost .entry:nth-of-type(even) {
	background-color: rgba(255, 255, 255, 0.3);
}

.widget-full .featuredpost ul {
	padding: 40px;
}

.widget-full .featuredpost .more-from-category {
	padding: 0 40px 40px;
}

/* ## Entries
--------------------------------------------- */

.entry {
	padding: 80px;
	position: relative;
}

.entry:after {
	content: '';
	border-bottom: 1px solid #000;
	bottom: 0;
	position: absolute;
	width: 40px;
}

.content .entry:last-of-type:after {
	display: none;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #000;
	color: #f9f9f9;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-categories,
.entry-tags,
.entry-terms {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## After Entry
--------------------------------------------- */

.after-entry {
	padding: 0 80px 80px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination {
	background-color: #f5f5f5;
	padding: 20px 30px;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 8px 12px;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination .active a {
	color: #0085da;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-pings {
	padding: 0 80px 56px;
}

.entry-comments {
	padding: 0 80px 80px;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	margin-top: 24px;
	padding: 40px 0 0;
}

.comment-list li li {
	padding-left: 40px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar li {
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #e1e9ee;
	padding: 40px;
	margin-bottom: 1px;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets .wrap {
	background-color: #181c1e;
	clear: both;
	padding: 80px;
}

.footer-widgets {
	color: #ccc;
}

.footer-widgets .widget-title,
.footer-widgets .wrap a {
	color: #fff;
}

.footer-widgets input {
	border: 1px solid #fff;
}

.footer-widgets a:focus,
.footer-widgets a:hover {
	color: #0085da;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 320px;
}

.footer-widgets-1 {
	margin-right: 80px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	color: #ccc;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
}

.site-footer .wrap {
	background-color: #181c1e;
	padding: 80px;
}

.site-footer .wrap a {
	color: #fff;
}

.site-footer a:focus,
.site-footer a:hover {
	color: #0085da;
}

.site-footer p {
	margin-bottom: 0;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1320px) {

	.nav-secondary,
	.site-inner,
	.wrap {
		max-width: 1140px;
	}

	.content {
		width: 840px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 40px;
	}

}

@media only screen and (max-width: 1200px) {

	.nav-secondary,
	.site-inner,
	.wrap {
		max-width: 960px;
	}
	
	.content {
		width: 660px;
	}
	
	.archive.genesis-author-pro .content,
	.archive.genesis-pro-portfolio .content {
		padding: 60px 60px 20px;
	}
	
	.flexible-widgets,
	.widget-full .featured-content .entry-header {
		padding: 60px 60px 0;
	}
	
	.archive-description,
	.author-box,
	.entry,
	.flexible-widgets.widget-full .widget,
	.footer-widgets .wrap,
	.site-footer .wrap {
		padding: 60px;
	}
	
	.comment-respond,
	.entry-pings {
		padding: 0 60px 32px;
	}
	
	.after-entry,
	.entry-comments {
		padding: 0 60px 60px;
	}
	
	.widget-full .featured-content .entry-content {
		padding: 0 60px;
	}
	
	.author-box,
	.widget-full .featured-content .entry-content p:last-of-type {
		margin-bottom: 60px;
	}
	
	.archive.genesis-author-pro .archive-description,
	.archive.genesis-author-pro .breadcrumb,
	.archive.genesis-pro-portfolio .archive-description,
	.archive.genesis-pro-portfolio .breadcrumb {
		margin: -60px -60px 60px;
	}
	
	.archive.genesis-author-pro .archive-pagination,
	.archive.genesis-pro-portfolio .archive-pagination {
		margin: 0 -60px;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 260px;
	}
	
	.footer-widgets-1 {
		margin-right: 30px;
	}
	
}

@media only screen and (max-width: 980px) {

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.js .genesis-nav-menu .sub-menu a,
	.js .genesis-nav-menu .sub-menu,
	.nav-primary,
	.nav-secondary,
	.sidebar-primary,
	.site-header .title-area {
		width: 100%;
	}
	
	.nav-secondary + .content-sidebar-wrap,
	.site-inner,
	.featured-widget-area,
	.nav-secondary.shrink + .content-sidebar-wrap {
		margin-top: 0;
	}

	.site-header {
		background: none;
		min-height: 0;
	}
	
	.site-header > .wrap {
		background-color: #181c1e;
	}
	
	.title-area {
		padding: 17px 0;
	}
	
	.header-image .title-area {
		padding: 0;
	}

	.header-image .site-title > a {
		background-position: center !important;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.nav-primary,
	.title-area {
		float: none;
	}
	
	.js.admin-bar .site-header .nav-primary {
		top: 0;
	}

	.js nav,
	.js .nav-secondary.fixed {
		display: none;
		position: relative;
	}

	.js .site-header nav .wrap {
		padding: 0 0 10px;
	}

	.js nav.pagination {
		display: block;
	}

	.admin-bar .menu-toggle.nav-primary {
		top: 0;
	}

	.menu-toggle,
	.sub-menu-toggle {
		background-color: #181c1e;
		border: none;
		color: #fff;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle {
		border-radius: 0;
		position: relative;
		right: 0;
		z-index: 1000;
		width: 100%;
	}

	.menu-toggle:before,
	.menu-toggle.activated:before {
		content: "\f333";
		display: inline-block;
		font: normal 20px/1 'dashicons';
		margin: 0 auto;
		padding-right: 10px;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
		vertical-align: middle;
	}

	.sub-menu-toggle {
		float: right;
		padding: 3px;
		margin: 3px 35px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle:before {
		content: "\f347";
		display: inline-block;
		font: normal 20px/1 'dashicons';
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
		vertical-align: middle;
	}

	.sub-menu-toggle.activated:before {
		content: "\f343";
	}

	.js .site-header .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.js .site-header .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.js .site-header .genesis-nav-menu .menu-item a {
		border: none;
		padding: 12px 40px;
		text-transform: none;
		width: 100%;
	}

	.js .site-header .genesis-nav-menu .menu-item a:focus {
		background-color: #fff;
		color: #181c1e;
		outline: none;
	}

	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.js .site-header .genesis-nav-menu.genesis-nav-menu .sub-menu,
	.js .site-header .genesis-nav-menu .sub-menu li a {
		background-color: #181c1e;
	}

	.js .genesis-nav-menu > .menu-item-has-children > a:after {
		content: none;
	}

	.js .genesis-nav-menu .sub-menu {
		border: none;
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		position: static;
		width: 100%;
	}

	.js .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
		padding: 0;
	}

	.js nav button:hover,
	.js .menu-toggle:hover,
	.js .nav-primary {
		background-color: #181c1e;
		color: #fff;
	}

	.js nav button:focus,
	.js .menu-toggle:focus {
		background-color: #fff;
		color: #181c1e;
		outline: none;
	}

	.genesis-nav-menu .highlight {
		float: none;
	}
	
	.front-page-featured,
	.site-header,
	.widget-full .featured-content .alignleft,
	.widget-full .featured-content .alignright {
		position: static;
	}
	
	.archive-description,
	.author-box,
	.entry,
	.flexible-widgets.widget-full .widget,
	.footer-widgets .wrap,
	.site-footer .wrap {
		padding: 40px;
	}

	.archive.genesis-author-pro .content,
	.archive.genesis-pro-portfolio .content,
	.flexible-widgets,
	.widget-full .featured-content .entry-header {
		padding: 40px 40px 0;
	}
	
	.after-entry,
	.entry-comments,
	.widget-full .featured-content .entry-content {
		padding: 0 40px 40px;
	}
	
	.comment-respond,
	.entry-pings {
		padding: 0 40px 12px;
	}
	
	.author-box {
		margin-bottom: 40px;
	}
	
	.widget-full .featured-content .alignleft,
	.widget-full .featured-content .alignright {
		background-color: #fff;
		display: block;
		float: none;
		margin: 0 auto;
		max-width: 100%;
		text-align: center;
		width: 100%;
	}
	
	.widget-full .featuredbook .author-pro-featured-image,
	.widget-full .featured-content .entry-content p:last-of-type {
		margin-bottom: 0;
	}
	
	.archive.genesis-author-pro .archive-description,
	.archive.genesis-author-pro .breadcrumb,
	.archive.genesis-pro-portfolio .archive-description,
	.archive.genesis-pro-portfolio .breadcrumb {
		margin: -40px -40px 40px;
	}
	
	.archive.genesis-author-pro .archive-pagination,
	.archive.genesis-pro-portfolio .archive-pagination {
		margin: 0 -40px;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 220px;
	}
	
}

@media only screen and (max-width: 800px) {

	body {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.featured-widget-area .wrap {
		padding: 0;
	}
	
	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.archive.genesis-author-pro .content
	.archive.genesis-pro-portfolio .content,
	.entry,
	.five-sixths,
	.flexible-widgets.widget-fourths .widget,
	.flexible-widgets.widget-halves .widget,
	.flexible-widgets.widget-thirds .widget,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin-left: 0;
		width: 100%;
	}
	
	.flexible-widgets {
		padding: 40px;
	}
	
	.widget-full .featured-content .entry-title {
		font-size: 36px;
		font-size: 3.6rem;
	}
	
	.footer-widgets .wrap {
		padding: 40px 40px 0;
	}
	
	.footer-widgets .widget:last-child {
		margin-bottom: 40px;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 100%;
	}

}

.widget-wrap .entry-content img { display: none }
.footer-widgets-1 { width: 50% }
body.archive .archive-description.cpt-archive-description { display: none }

.footer-widgets-1 p { color: #fff }

.widget-full .featured-content .entry-content p:last-of-type { margin-bottom: 73px }

#front-page-6 .flexible-widgets {
    padding-top: 0;
}


#front-page-2 article { position: relative; padding-bottom: 100px; }
/*
#front-page-2 article .entry-content p:nth-child(3) { position: absolute; bottom: 0; }
#front-page-2 article .entry-content p:nth-child(2) { position: absolute; bottom: 55px; }
*/

#front-page-6 article { position: relative; padding-bottom: 100px; }
/*
#front-page-6 article .entry-content p:nth-child(3) { position: absolute; bottom: 0; }
#front-page-6 article .entry-content p:nth-child(2) { position: absolute; bottom: 55px; }*/

.highlighter a {   }
.mr4  a { font-weight: bold; font-size: 22px;  }

/*
.highlighter a { color: #000!important; background: #eaf0f3!important;  }
.mr4  a { margin-right: -4px; background: #f9f9f9!important  }*/

@media(max-width: 960px) {
.footer-widgets-1 { width: 100%!important; }
	.widget-wrap .entry-content img { display: none!important }
	#front-page-5 img { width: 100%!important; max-width: inherit!important }
	.widget-fourths .widget { width: 46%!important; clear: none!important; float: left!important; margin-left: 2%!important; margin-right: 2%!important  }
 }
 
 
@media(max-width: 600px) {
	.widget-wrap .entry-content img { display: none!important }
	.footer-widgets-1 { width: 100%!important; }
	.widget-fourths .widget { width: 100%!important; clear: none!important; float: left!important; margin-left: 0%!important; margin-right: 0%!important  }
 }

 /*
Theme Name: Woocommerce
Description: Woocommerce CSS
Author: Digitalform
*/

/* 
-----------------
	DEFAULT
-----------------
*/
.woocommerce h2, 
.woocommerce .address h3 
{ margin-bottom: 15px !important; padding-bottom: 15px !important; font-size: 30px !important; font-weight: normal; color: #222; line-height: 100%; position: relative; }

.woocommerce h2:after, 
.woocommerce .address h3:after 
{ width: 40px; height: 1px; left: 0; bottom: 0; background: #0085da; position: absolute; content: ''; } 


/*
-----------------
	MESSAGES
-----------------
*/
.woocommerce-message { margin-bottom: 20px; padding: 15px; font-size: 16px; font-weight: 900; color: #000; background: #fbfef6; border: 1px solid #669416; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.woocommerce-message a.button.wc-forward { height: 40px !important; padding: 0 15px !important; font-size: 15px !important; line-height: 40px !important; background-image: none !important; }


/*
---------------------
	PRODUCT LIST
---------------------
*/
p.woocommerce-result-count { width: 50%; height: 40px; margin-bottom: 0 !important; font-weight: 700; color: #000; line-height: 40px; float: left; }
form.woocommerce-ordering { height: 40px; float: right; }
form.woocommerce-ordering select { height: 40px; background: #f8f8f8; border: 1px solid #ddd; }

.itemsorder { margin-left: 30px; float: right; }
.itemsorder label { margin-right: 10px; font-weight: 700; color: #000; line-height: 40px; }


/*
------------------
	PAGINATION
------------------
*/
.woocommerce-pagination { text-align: center; }
.woocommerce-pagination ul { margin-left: 0; }
.woocommerce-pagination ul li { display: inline-block; list-style: none; }
.woocommerce-pagination ul li a, 
.woocommerce-pagination ul li span 
{ width: 50px; height: 50px; font-size: 18px; font-weight: 700; text-align: center; text-decoration: none !important; line-height: 50px; display: inline-block; }

.woocommerce-pagination ul li a { color: #0085da !important; }
.woocommerce-pagination ul li a:hover { color: #000 !important; }
.woocommerce-pagination ul li span { color: white; background: #0085da; }


/*
---------------------
	PRODUCT DATA
---------------------
*/
div.product { position: relative; }
div.product .onsale { width: 50px; height: 38px; right: -8px; top: 20px; font-size: 14px; text-align: center; text-transform: uppercase; color: #fff; line-height: 30px; background: url(../images/bgr_onsale.png) no-repeat right top; position: absolute; z-index: 2; }

/* Images */
div.product .images { width: 400px; float: left; position: relative; z-index: 1; }
div.product .images img { width: auto; max-width: 350px; height: 350px; }
div.product .images .woocommerce-main-image { width: 400px; height: 400px; margin-bottom: 20px; text-align: center; border: 1px solid #ddd; display: block; }
div.product .images .woocommerce-main-image img { display: inline-block; top: 50%; position: relative; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
div.product .images .thumbnails { min-height: 120px; overflow: auto; }
div.product .images .thumbnails a { width: 120px; height: 120px; margin-right: 20px; padding: 10px; border: 1px solid #e7e7e9; display: block; float: left; }
div.product .images .thumbnails a img { width: 100%; height: auto; display: block; }

/* Summary */
div.product .summary { width: 100%; max-width: 410px; padding-left: 30px; float: right; }
div.product .summary h1 { margin-bottom: 20px; font-family: 'Roboto Condensed', sans-serif; font-size: 40px; color: #000; line-height: 100%; }

/* Rating */
div.product .summary .woocommerce-product-rating { height: 40px; }
div.product .summary .woocommerce-product-rating a.woocommerce-review-link { display: none; }
div.product .summary .woocommerce-product-rating .star-rating { float: left; }

div.product .summary p.price { padding-bottom: 15px; font-size: 35px; font-weight: 700; color: #000; border-bottom: 1px solid #e7e7e9; }
div.product .summary p.price ins { display: block; }
div.product .summary p.price del { font-size: 17px; text-decoration: line-through; opacity: 0.5; }

div.product .summary div[itemprop="description"] { margin-bottom: 15px; padding-bottom: 15px; font-size: 14px; color: #444; line-height: 20px; border-bottom: 1px solid #e7e7e9; }
div.product .summary div[itemprop="description"] p { margin-bottom: 0 !important; }

/* Cart */
div.product .summary form.cart { height: 50px; margin-bottom: 20px; }
div.product .summary form.cart .quantity { margin-right: 5px; display: inline-block; float: left; }
div.product .summary form.cart .quantity input { width: 60px; height: 50px; font-size: 18px; text-align: center; background: #fff; border: 2px solid #ddd; float: left; }
div.product .summary form.cart .quantity div.qty_button { width: 30px; height: 40px; text-align: center; line-height: 40px; display: block; float: left; cursor: pointer; }
div.product .summary form.cart .quantity div.qty_button:hover { color: #000; }
div.product .summary form.cart .single_add_to_cart_button { height: 50px; line-height: 50px; float: left; }

/* Product meta */
div.product .summary .product_meta { line-height: 20px; }
div.product .summary .product_meta > span { font-weight: 700; color: #000; display: block; }
div.product .summary .product_meta > span a { font-weight: normal; color: #0085da !important; }
div.product .summary .product_meta > span a:hover { color: #000 !important; }

/* Tabs */
div.product .woocommerce-tabs { padding-top: 40px; clear: both; }
div.product .woocommerce-tabs h2 { margin-bottom: 20px !important; font-size: 35px !important; }
div.product .woocommerce-tabs ul.tabs { height: 50px; margin-left: 0 !important; border-bottom: 1px solid #e7e7e9; }
div.product .woocommerce-tabs ul.tabs li { float: left; list-style: none !important; }
div.product .woocommerce-tabs ul.tabs li a { height: 50px; margin-right: 1px; padding: 0 30px; font-weight: 500; text-decoration: none !important; color: #222 !important; line-height: 48px; background: #e9e8e2; display: block; }
div.product .woocommerce-tabs ul.tabs li.active a { color: #fff !important; background: #99927d; }

/* Reviews */
div.product .woocommerce-tabs #reviews h3.comment-reply-title { display: none; }
div.product .woocommerce-tabs #reviews p.woocommerce-noreviews { font-size: 18px; font-weight: 700; color: #000; }

div.product .woocommerce-tabs #reviews form.comment-form { border-top: 2px solid #e7e7e9; }
div.product .woocommerce-tabs #reviews form.comment-form label { width: 100px; font-weight: 700; color: #000; display: inline-block; }
div.product .woocommerce-tabs #reviews form.comment-form input[type=text] { width: 400px; height: 40px; padding-left: 10px; background: #f5f5f5; border: 1px solid #e7e7e9; }
div.product .woocommerce-tabs #reviews form.comment-form input[type=text]:focus { border-color: #ccc; }

div.product .woocommerce-tabs #reviews p.comment-form-rating { height: 50px; padding: 10px 0; border-top: 1px solid #e7e7e9; border-bottom: 1px dotted #e7e7e9; }
div.product .woocommerce-tabs #reviews p.comment-form-rating label { width: 100px; font-weight: 500; color: #000; line-height: 30px; float: left;}
div.product .woocommerce-tabs #reviews p.comment-form-comment label { font-weight: 500; color: #000; display: block; }
div.product .woocommerce-tabs #reviews p.comment-form-comment textarea { height: 150px; padding: 10px; background: #f5f5f5; border: 1px solid #e7e7e9; resize: vertical; } 
div.product .woocommerce-tabs #reviews p.comment-form-comment textarea:focus { border-color: #ccc; }
div.product .woocommerce-tabs #reviews p.comment-form-comment input[type=submit] {}
div.product .woocommerce-tabs #reviews ol.commentlist { margin-left: 0 !important; }
div.product .woocommerce-tabs #reviews ol.commentlist li { margin-bottom: 30px; padding-left: 100px; position: relative; }
div.product .woocommerce-tabs #reviews ol.commentlist li:last-child { margin-bottom: 0; }
div.product .woocommerce-tabs #reviews ol.commentlist li img { left: 0; top: 0; position: absolute; }
div.product .woocommerce-tabs #reviews ol.commentlist li .comment-text { padding: 20px; border: 1px solid #e7e7e9; position: relative; }
div.product .woocommerce-tabs #reviews ol.commentlist li .comment-text:after, div.product .woocommerce-tabs #reviews ol.commentlist li .comment-text:before { width: 0; height: 0; right: 100%; top: 30px; border: solid transparent; position: absolute; content: " "; pointer-events: none; }
div.product .woocommerce-tabs #reviews ol.commentlist li .comment-text:after { margin-top: -10px; border-color: rgba(255,255,255,0); border-right-color: #fff; border-width: 10px; }
div.product .woocommerce-tabs #reviews ol.commentlist li .comment-text:before { margin-top: -11px; border-color: rgba(231,231,233,0); border-right-color: #e7e7e9; border-width: 11px; }
div.product .woocommerce-tabs #reviews ol.commentlist li .comment-text p.meta { margin-bottom: 10px !important; }
div.product .woocommerce-tabs #reviews ol.commentlist li .comment-text p:last-child { margin-bottom: 0 !important; }
div.product .woocommerce-tabs #reviews ol.commentlist li .comment-text .star-rating { float: right; }

/* Shop attributes */
div.product .woocommerce-tabs table.shop_attributes { width: 100%; line-height: 100% !important; }
div.product .woocommerce-tabs table.shop_attributes th { width: 200px; padding: 3px 0; text-align: left; color: #000; }
div.product .woocommerce-tabs table.shop_attributes td { padding: 3px; }
div.product .woocommerce-tabs table.shop_attributes td p { margin-bottom: 0 !important; }

/* Related */
.related h2 { display: none; }


/*
--------------
	CART
--------------
*/
table.shop_table { width: 100%; margin-bottom: 20px; }
table.shop_table thead th { font-size: 12px; font-weight: 700; text-transform: uppercase; color: #999 !important; line-height: 12px; position: relative; }
table.shop_table thead th:before { width: 100%; height: 1px; left: 0; top: 5px; background: #ddd; position: absolute; content: ''; z-index: -1; }
table.shop_table thead th span { padding: 0 7px; background: #fff; position: relative; z-index: 2; }

table.shop_table tbody td { padding: 10px 0; border-bottom: 1px solid #ddd; }

table.shop_table .product-remove { width: 70px; text-align: center; }
table.shop_table .product-remove a { width: 30px; height: 30px; font-size: 20px; text-decoration: none !important; text-align: center; color: #666 !important; line-height: 25px; border: 2px solid #ddd; display: inline-block; }
table.shop_table .product-remove a:hover { color: #13294b !important; border-color: #13294b; }
table.shop_table .product-thumbnail { width: 100px; text-align: center; }
table.shop_table .product-thumbnail img { max-width: 50px; max-height: 50px; }
table.shop_table .product-name { padding-left: 10px; text-align: left; line-height: 17px; }
table.shop_table .product-name a { font-weight: 900; font-size: 16px; color: #0085da !important; }

table.shop_table .product-name a:hover { color: #000 !important; }
table.shop_table .product-price { width: 100px; text-align: center; color: #000; }
table.shop_table .product-quantity { width: 120px; text-align: center; }
table.shop_table .product-quantity input { width: 50px; height: 40px; text-align: center; background: #fff; border: 2px solid #ddd; }
table.shop_table .product-quantity div.qty_button { width: 30px; height: 40px; text-align: center; line-height: 40px; display: block; float: left; cursor: pointer; }
table.shop_table .product-quantity div.qty_button:hover { color: #000; }
table.shop_table .product-subtotal { width: 150px; padding-right: 20px; text-align: right; }
table.shop_table td.product-subtotal { font-weight: 700; color: #000; }
table.shop_table td.actions { border-bottom: none; }

.woocommerce a.remove:hover { background: white!important; }
/* Coupon */
table.shop_table td.actions .coupon label { display: inline-block; }

/* Cart total */
.cart_totals { }
.cart_totals h2 { margin-bottom: 30px !important; padding-bottom: 0 !important; font-size: 30px !important; text-transform: uppercase; text-align: right; border-bottom: 2px solid #222; display: inline-block; }
.cart_totals h2:after { display: none; }
.cart_totals table { width: 100%; text-align: left; }
.cart_totals table tr th { padding-bottom: 10px; padding-right: 30px; font-size: 13px; font-weight: 700; text-transform: uppercase; text-align: left; vertical-align: top; color: #777; line-height: 27px; }
.cart_totals table tr td { padding-bottom: 10px; font-size: 14px; text-align: left; }
.cart_totals table tr td ul { margin-left: 0 !important; margin-bottom: 0 !important; line-height: 20px; }
.cart_totals table tr td ul li { margin-left: 0 !important; list-style-type: none !important; }
.cart_totals table tr.shipping td { text-align: left; }

/* Coupon */
.coupon { margin-bottom: 30px; }
.coupon label { font-size: 14px; font-weight: 500; text-transform: uppercase; color: #000; display: block; }
.coupon input[type=text] { width: 200px; height: 40px; padding-left: 10px; border: 1px solid #ddd; }

.cart_totals table tr.cart-subtotal, 
.cart_totals table tr.order-total
{ text-align: center; }

/* Proceed to checkout */
.cart-collaterals .wc-proceed-to-checkout { padding-top: 30px; border-top: 3px solid #ddd; }

/* Order details */
table.order_details tfoot th { width: 60%; padding-left: 10px; text-align: left; color: #000; }
table.order_details tfoot td { padding-right: 10px; text-align: right; }
table.order_details thead th.product-total, 
table.order_details tbody td.product-total 
{ padding-right: 10px; text-align: right; }

/* Customer_details */
table.customer_details tbody th { width: 60%; padding: 10px; text-align: left; color: #000; border-bottom: 1px solid #ddd; }
table.customer_details tbody td { padding: 10px; text-align: right; }


/*
---------------------------
	OTHER CSS OPTIONS
---------------------------
*/

/* Ratings */
.hreview-aggregate .star-rating { margin: 10px 0 0 0; } 
#review_form #respond { position: static;margin: 0;width: auto;padding: 0 0 0;background: transparent none;border: 0; } 
#review_form #respond: after { content: "";display: block;clear: both; } 
#review_form #respond p { margin: 0 0 10px; } 
#review_form #respond .form-submit input { left: auto; } 
#review_form #respond textarea { -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;width: 100%; } 
p.stars: after { content: "";display: block;clear: both; } 
p.stars span { height: 16px; position: relative; } 
p.stars span a { width: 16px; height: 30px; margin-right: 15px; padding-right: 15px; text-indent: -9999px; border-right: 1px solid #ccc; display: inline-block; position: relative; overflow: hidden; } 
p.stars span a:after { width: 100%; height: 16px; left: 0; top: 7px; background: url(../images/icon_star_empty.png) repeat-x left top; position: absolute; content: ''; }
p.stars span a:hover:after, p.stars span a:focus:after { background: url(../images/icon_star.png) repeat-x left top; } 
p.stars span a.active:after { background: url(../images/icon_star.png) repeat-x left top; } 

p.stars span a.star-1 { width: 29px; z-index: 10; } 
p.stars span a.star-1:after { width: 16px; } 
p.stars span a.star-2 { width: 47px; } 
p.stars span a.star-2:after { width: 32px; } 
p.stars span a.star-3 { width: 63px; } 
p.stars span a.star-3:after { width: 48px; } 
p.stars span a.star-4 { width: 79px; } 
p.stars span a.star-4:after { width: 64px; } 
p.stars span a.star-5 { width: 80px; padding-right: 0; border-right: none; }


/*
-------------------
	MY ACCOUNT
-------------------
*/
.address a { font-size: 16px; font-weight: 900; color: #669416 !important; }
.address a:hover { color: #111 !important; }
.addresses .col-1 { margin-bottom: 30px; }
p.lost_password { width: 100%; clear: both; }

table.my_account_orders td { text-align: center !important; }
table.my_account_orders tbody td.order-actions { text-align: right !important; }
table.my_account_orders tbody td.order-actions a { height: 40px; padding: 0 15px; font-size: 15px; line-height: 40px; background-image: none; }


/*
-------------
	FORM
-------------
*/
.form-row { min-height: 40px; margin-bottom: 10px; }
.form-row label { width: 230px; padding-top: 8px; font-weight: 700; color: #000; line-height: 15px; display: inline-block; float: left; }

.form-row select, 
.form-row textarea, 
.form-row input[type=tel], 
.form-row input[type=text], 
.form-row input[type=email], 
.form-row input[type=password] 
{ width: 400px; height: 50px; padding-left: 10px; background: #f5f5f5; border: 1px solid #ddd; }

.form-row select:focus, 
.form-row textarea:focus, 
.form-row input[type=tel]:focus, 
.form-row input[type=text]:focus, 
.form-row input[type=email]:focus, 
.form-row input[type=password]:focus 
{ border-color: #ccc; }

.form-row textarea { height: 150px; padding: 10px; resize: vertical; }

.form-row .select2-container {  }

/* Fieldset */
fieldset { max-width: 640px; margin-bottom: 20px; padding: 20px 30px; border: 1px solid #ddd; }
fieldset legend { padding: 0 5px; font-size: 17px; font-weight: 700; color: #000; }
fieldset .form-row { margin-bottom: 10px !important; }
fieldset .form-row label { width: 100%; display: block; float: none; }
fieldset .form-row input[type=password] { width: 100%; }

/* Custom classes */
.select2-choice { height: 40px; line-height: 40px; }
#billing_address_2_field, #shipping_address_2 { margin-left: 0; }


/*
------------------
	CHECKOUT
------------------
*/
ul.payment_methods { margin-left: 0 !important; list-style: none !important; }
ul.payment_methods li { margin-bottom: 20px; list-style: none !important; }
ul.payment_methods li label { font-weight: 700; color: #000; }
ul.payment_methods li .payment_box { padding: 15px 20px; border: 1px solid #ddd; position: relative; }
ul.payment_methods li .payment_box p:last-child { margin-bottom: 0 !important; }

table.woocommerce-checkout-review-order-table th, 
table.woocommerce-checkout-review-order-table td 
{ padding: 0 20px; }

/* Order review */
#order_review table { border-spacing: 0; border-collapse: collapse; }
#order_review table td, #order_review table th { padding-left: 20px !important; }
#order_review table tfoot th { text-align: left !important; color: #000; }
#order_review table tfoot td ul { margin: 0 !important; list-style: none !important; }



/*
----------------------------------------------
	GO FULL WIDTH AT LESS THAN 768 PIXELS
----------------------------------------------
*/
@media only screen and (max-width: 768px) {
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td { width: 100% }
	.woocommerce table.shop_table_responsive input {
	padding: 0;
	}
	/* PRODUCT LIST */
	p.woocommerce-result-count { width: 100%; float: none; }
	form.woocommerce-ordering, 
	p.woocommerce-result-count select { width: 100% !important; }
	
	/* ORDERING */
	div.itemsorder { margin-left: 0; margin-bottom: 20px; float: none; }
	div.itemsorder select { margin-left: 0; }

	form.woocommerce-ordering { text-align: left; float: none; }
	form.woocommerce-ordering select { width: 100%; }
	
	/* PRODUCT DATA */	
	div.product .images { width: 100%; float: none; }
	div.product .images .woocommerce-main-image { width: 100%; }
	
	div.product .summary { width: 100%; max-width: none; padding-left: 0; float: none; }
	div.product .summary div[itemprop="description"] { display: none; }
	
	div.product .tabs.wc-tabs { display: none; }
	
	/* CART */
	#actions .left { width: 100%; margin-bottom: 30px; float: none; }
	#actions .right { width: 100%; float: none; }
}

@media only screen and (max-width: 640px) {
	
	/* CART */
	table.shop_table .product-remove { width: 50px; }
	table.shop_table .product-thumbnail { display: none; }
	table.shop_table .product-name { padding-left: 10px; }
	table.shop_table .product-name a { font-weight: 700; font-size: 15px; }
	table.shop_table .product-subtotal { display: none; }
	
	/* CART: Coupon */
	table.shop_table td.actions .coupon { float: none; }
	table.shop_table td.actions .coupon label { display: block; }
	table.shop_table td.actions .coupon input { width: 100%; margin-bottom: 10px; float: none; }
	table.shop_table td.actions input.button { width: 100%; padding: 0; float: none; }
	
	.cart-collaterals .wc-proceed-to-checkout { text-align: center !important; }
}

@media only screen and (max-width: 480px) {
	
	/* FORM */
	.form-row select, 
	.form-row textarea, 
	.form-row input[type=tel], 
	.form-row input[type=text], 
	.form-row input[type=email], 
	.form-row input[type=password] 
	{ width: 100%; }
}

.add_to_cart_inline { border: 0!important; padding: 0!important; }
.add_to_cart_inline .button {
	    background: #0085da!important;
    text-transform: uppercase;
    color: #fff!important;
    border-color: #0085da!important; 
    padding: 20px!important;
    display: block!important;
}
.add_to_cart_inline .woocommerce-Price-amount { display: none; }

#coupon_code { min-width: 200px; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background: #0085da!important;
}


.woocommerce-message { border-color: #0085da!important;; }
.woocommerce-message:before { color: #0085da!important;; }

.form-row select, .form-row textarea, .form-row input[type=tel], .form-row input[type=text], .form-row input[type=email], .form-row input[type=password] {
	padding: 0 15px;
}

#front-page-2 article {
	padding-bottom: 190px;
}
.widget-wrap .add_to_cart_inline  a {
	
}


.widget-wrap .add_to_cart_inline  a {
    padding:16px 32px!important;
    display: inline-block!important;
    width: auto!important;
	display: none!important;
	/*position: absolute;
    bottom: -150px;

    left: 0;
	*/
	font-size: 16px!important;
    font-weight: 300!important;
    text-transform: lowercase;
	
}

.widget-wrap .add_to_cart_inline a.add_to_cart_button  {
display:inline-block!important;
}

.featuredbook .book-price {
	margin-bottom: 20px;
	display: block;
}
.widget-wrap .add_to_cart_inline  a:first-letter {
text-transform:uppercase;
}

#front-page-2 article .entry-content p:nth-child(3) {
	/*bottom: 8px;*/
}

#front-page-6 article, #front-page-2 article {
	padding-bottom: 190px;
}

article .bottom {
	position:absolute;
	bottom: 0;
}

@media(max-width:660px) {
	#front-page-6 article, #front-page-2 article {
		margin-bottom: 40px;
		height:auto!important;
		padding-bottom: 0;
	}
	#front-page-2 .flexible-widgets {
		padding-bottom:0;
		margin-bottom: -20px;
	}
	
	#front-page-2 article .bottom span.empty {
	display: none;
	}
	
	article .bottom {
		position:relative;
		bottom: 0;
		height:auto!important;
	}
}

#featured-page-5 .more-link { margin-top:0!important; margin-right: 20px; }
#featured-page-5 a.add_to_cart_button { padding: 16px 32px!important; font-size:15px!important; line-height:1.625 }

#featured-page-4 a.add_to_cart_button { display: none!important; }

.bottom p:nth-child(2) { float: left; }
.bottom p:nth-child(2) a { width:142px!important; vertical-align: top;  padding: 15px; margin-right: 5px; font-size:17px!important }
.bottom p:nth-child(3) { float: left; }
.bottom p:nth-child(3) a {width:142px!important;  vertical-align: top; padding: 15px!important; border:1px solid #0085da; font-size:17px!important; line-height: 1.625 }
