/*
	Theme Name: Antler & Rose
	Theme URI: http://dinosaurstew.com/demo/antler-and-rose
	Description: Antler & Rose is a two or one column child theme created for the Genesis Framework.
	Author: Dinosaur Stew
	Author URI: http://www.dinosaurstew.com
	Version: 1.0
        Tags:  black, color options, custom-menu, customizer, fixed-width, grey, left-sidebar, one-column, portfolio, responsive, right-sidebar, simple, theme options, threaded comments, two-column, white
     	
	Template: genesis
	Template Version: 2.0.1

*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
		- Sidebar Featured Content
		- Categories and Archive Drop Down
	- Portfolio
		- Portfolio Grid
	- Plugins
		- Contact Form 7
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Soliloquy
		- Gravity Forms
		- Jetpack
		- Woocommerce
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Navigation
	- Content Area
		- Home Page
		- Home Slider
		- Category Page
		- Entries
		- Pagination
		- After Entry Widget Area
		- Previous and Next Posts links
		- Comments
		- To Top Menu
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/

/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/323bc1");

  
@font-face {font-family: 'TransatTextLight';src: url('fonts/323BC1_0_0.eot');src: url('fonts/323BC1_0_0.eot?#iefix') format('embedded-opentype'),url('fonts/323BC1_0_0.woff2') format('woff2'),url('fonts/323BC1_0_0.woff') format('woff'),url('fonts/323BC1_0_0.ttf') format('truetype'),url('fonts/323BC1_0_0.svg#wf') format('svg');}
 
  
@font-face {font-family: 'TransatStandard';src: url('fonts/323BC1_1_0.eot');src: url('fonts/323BC1_1_0.eot?#iefix') format('embedded-opentype'),url('fonts/323BC1_1_0.woff2') format('woff2'),url('fonts/323BC1_1_0.woff') format('woff'),url('fonts/323BC1_1_0.ttf') format('truetype'),url('fonts/323BC1_1_0.svg#wf') format('svg');}
 

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

/* Float Clearing
--------------------------------------------- */

.after-entry:before,
.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.after-entry:after,
.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background: #fff;
	color: #454342;
    	font-family: 'TransatStandard' Helvetica, Arial, sans-serif;
	font-size: 14px;
	letter-spacing: .5px;
	line-height: 1.78;
	text-align: justify;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	   -moz-transition: all 0.1s ease-in-out;
	    -ms-transition: all 0.1s ease-in-out;
	     -o-transition: all 0.1s ease-in-out;
	        transition: all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #606060;
	color: #fff;
}

::selection {
	background-color: #606060;
	color: #fff;
}

a {
	color: #8f9293;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

a:hover {
	color: #454342;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote {
	border-top: 3px solid;
	border-bottom: 3px solid;
	border-color: #222120;
	font-style: italic;
	margin: 5px 5px 20px;
	padding: 25px 30px 4px 65px;
}

.entry-content code {
	background-color: #a9a9a9;
	color: #fff;
}

cite {
	font-style: normal;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222120;
	font-family: "TransatTextLight", Helvetica, Arial, sans-serif;
	letter-spacing: 4.5px;
	line-height: 1.2;
	margin: 0 0 16px;
	text-transform: uppercase;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	width: auto; /* IE8 */
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #222120;
	border-radius: 0;
	color: #454342;
	font-size: 14px;
	font-weight: 400;
	padding: 16px;
	width: 100%;
	letter-spacing: 1px;
	-webkit-appearance: none;
        -webkit-border-radius:0; 
}

input:focus,
textarea:focus {
	border: 1px solid #222120;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

input[type=checkbox]{
    -webkit-appearance: checkbox !important;
}

input[type=radio]{
    -webkit-appearance: radio !important;
}

::-moz-placeholder {
	/*color: #222120;*/
	color: #a6a597 ; /* custom color */
	opacity: 1;
}

::-webkit-input-placeholder {
	/*color: #222120;*/
	color: #a6a597 ; /* custom color */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #fff;
	border: 1px solid;
	border-color: #222120;
        border-radius:0;
	box-shadow: none;
	color: #222120;
	cursor: pointer;
	font-family: "TransatTextLight", Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
	-webkit-appearance: none;
        -webkit-border-radius:0; 
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	color: #8f9293;
}

.button {
	display: inline-block;
}

input[type="search"] {
	-webkit-appearance: none;
        -webkit-border-radius:0; 
        border-radius:0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #222120;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #222120;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	background: #fff;
	clear: both;
	padding: 60px 35px 40px;
}

.anr-landing .site-inner {
	max-width: 800px;
}


/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content {
	float: right;
	width: 800px;
}

.content-sidebar .content {
	padding-right: 15px;
	float: left;
}

.full-width-content .content {
	width: 100%;
}

.sidebar-content .content {
	padding-left: 15px;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 305px;
}

.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
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.alignright .avatar {
	margin-left: 24px;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 13px;
	text-align: center;
	display: block;
	margin: 0 auto;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	border: 1px solid #222120;
	font-size: 12px;
	margin-bottom: 20px;
	padding: 10px;
}

.archive-description {
	margin-bottom: 35px;
	text-align: center;
}

.author-box {
	background: #fff;
	margin-bottom: 20px;
	padding: 40px;
}

.author-box-title {
	margin-bottom: 6px;
	font-size: 13px;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
}

a.more-link {
	clear: both;
	display: block;
	margin: 10px auto;
	padding: 5px;
	text-transform: uppercase;
}

a.more-link:after {
	content: "\f347";
	display: block;
	font: normal 35px "dashicons";
	margin: 0 0 0 5px;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
}

.page-title,
.archive-title {
	font-size: 16px;
	line-height: 1;
	padding: 5px 0 10px;
	text-align: center;
}

.archive .entry-title {
	padding: 10px 0;
}

.entry-title a,
.sidebar .widget-title a {
	color: #222120;
}

.entry-title a:hover {
	color: #8f9293;
}

.widget-title {
	font-family: "TransatTextLight", Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	margin-bottom: 10px;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
}

.sidebar .widget-title a {
	border: none;
}

.footer-widgets .widget-title {
	border: none;
}

.archive-title {
	margin-bottom: 24px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Sidebar Featured Content
--------------------------------------------- */
.sidebar .featured-content {
	clear: both;
	overflow: hidden;
}

.sidebar .featured-content .entry {
	text-align: center;
	float: left;
	width: 50%;
	margin: 0;
	padding: 6px;
	padding: 0.6rem;
	min-height: 195px;
}

.sidebar .featured-content .entry-title {
	padding: 0 !important;
	margin-bottom: 0 !important;
	font-size: 10px;
	letter-spacing: 2px;
	line-height: 1.2;
	text-transform: uppercase;
	width: 100%;
}

.sidebar .featured-content .entry-title a:hover {
	border: 0;
}

.sidebar .featured-content img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	background-color: #fff;
}

/* Categories and Archive Drop Down
--------------------------------------------- */

.widget_categories select,
.widget_archive select {
	width: 100%;
	margin-top: 5px;
	height: 42px;
	padding: 1px 5px 5px 7px;
	background: #fff url(images/arrow.png) right center no-repeat;
	line-height: 1.4;
	border: 1px solid #222120;
	color: #222120;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
}

/* Portfolio
--------------------------------------------- */
 
/* Portfolio Grid
---------------------------------------------------------------------------------------- */ 
.anr-portfolio .portfolio-entries .entry {
	float: left;
	margin: 0 auto 10px;
	width: 25%;
	padding: 0 16px 0;
}

.anr-portfolio .portfolio-entries .entry:nth-of-type(4n+1) {
	clear: left;
}
   
.anr-portfolio .portfolio-entries .entry-title {
	font-size: 10px;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 2px;
	margin-top: 12px;
	border: 0;
}
 
.anr-portfolio .portfolio-entries .entry a {
	padding-left: 0;
}
  
.anr-portfolio .portfolio-entries .entry img {
	display: block;
	-webkit-transition:  all .2s linear;
	-moz-transition:  all .2s linear;
	-o-transition:  all .2s linear;
	transition:  all .2s linear;
}
 
.anr-portfolio .portfolio-entries .entry img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
	background-color: #222120;
}
 

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Contact Form 7
--------------------------------------------- */
div.wpcf7-mail-sent-ok {
    border: 1px solid #222120 !important;
}

.wpcf7-list-item {
    display: block !important;
    padding: 8px;
}

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #fff;
	border: 1px solid;
	border-color: #222120;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
}

.home-bottom .enews-widget,
.home-featured .enews-widget,
.home-top .enews-widget {
	overflow: hidden;
	text-align: center;
}

.home-top .enews-widget .widget-title {
	margin: 25px 0;
}

.home-bottom .enews-widget .widget-title {
	margin: 0 0 25px;
}

.home-bottom .enews-widget input,
.home-featured .enews-widget input,
.home-top .enews-widget input {
	float: left;
	width: 43.5%;
	margin-right: 10px;
	margin-bottom: 0;
}

.home-bottom .enews-widget input[type="submit"],
.home-featured .enews-widget input[type="submit"],
.home-top .enews-widget input[type="submit"] {
	width: auto !important;
	padding: 16px 24px;
} 

.sidebar .enews-widget {
	margin: 0 0 40px;
	padding: 26px 20px !important;
	text-align: center;
	background: #fff;
}

.sidebar .enews-subbox,
.sidebar .enews-widget input[type="email"] {
	background: #fff;
}

.sidebar .enews-widget input {
	box-shadow: none;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Soliloquy
--------------------------------------------- */
.home-top .soliloquy-container .soliloquy-image,
.home-bottom-slider .soliloquy-container .soliloquy-image {
	width: 100%;
}

.soliloquy-container .soliloquy-prev,
.soliloquy-container .soliloquy-next {
    display: none !important;
}

.soliloquy-container .soliloquy-pager { margin: 0 auto !important; text-align: center !important; width: 100% !important; }

.soliloquy-container .soliloquy-pager-link > span { color: transparent; }

 
/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea {
	font-size: 16px;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
	font-style: italic;
	padding: 0;
}

div.gform_wrapper .top_label .gfield_label {
	font-weight: 100;
	text-transform: uppercase;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}

.content .sd-content ul {
	text-align: center;
}

.content .share-count {
	display: none !important;
}

.content .sd-social-icon .sd-content ul li a.sd-button,
.content .sd-social-text .sd-content ul li a.sd-button,
.content .sd-content ul li a.sd-button,
.content .sd-content ul li .option a.share-custom,
.content .sd-content ul li.preview-item div.option.option-smart-off a,
.content .sd-content ul li.advanced a.share-more,
.content .sd-social-icon-text .sd-content ul li a.sd-button,
.content .sd-social-official .sd-content > ul > li > a.sd-button,
.content #sharing_email .sharing_send,
.sd-social-official .sd-content > ul > li .digg_button > a {
	background: #fff !important;
	border: 1px solid #222120 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: #222120 !important;
	font-family: "TransatTextLight", Helvetica, Arial, sans-serif;
	margin: 12px 6px 20px !important;
	padding: 8px 15px !important;
	text-transform: uppercase !important;

	letter-spacing: 1px !important;
}

.content .sd-social-icon .sd-content ul li a.sd-button:hover,
.content .sd-social-text .sd-content ul li a.sd-button:hover,
.content .sd-content ul li a.sd-button:hover,
.content .sd-content ul li .option a.share-custom:hover,
.content .sd-content ul li.preview-item div.option.option-smart-off a:hover,
.content .sd-content ul li.advanced a.share-more:hover,
.content .sd-social-icon-text .sd-content ul li a.sd-button:hover,
.content .sd-social-official .sd-content > ul > li > a.sd-button:hover,
.content #sharing_email .sharing_send:hover,
.sd-social-official .sd-content > ul > li .digg_button > a:hover {
	color: #454342 !important;
}

.content div.sharedaddy h3.sd-title {
	float: left;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	width: 20%;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header .wrap {
	padding: 50px 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 20px 0;
	text-align: center;
	width: 100%;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-family: "TransatTextLight", Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 9px;
	line-height: 1.5;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #222120;
	padding-bottom: 10px;
}

.site-description {
	color: #222120;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1;
	margin: 15px 0 0;
	text-transform: none;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	text-align: center;
	width: 100%;
}

.header-image .site-title > a {
	background-position: center center !important;
	background-size: 700px 250px !important;
	float: left;
	min-height: 250px;
	width: 100%;
}

.header-full-width .header-image .site-title a {
	margin: 0 auto;
}

.header-image .title-area {
	background: none;
}

.header-image .site-description:before {
	display: none;
}

/* Widget Area
--------------------------------------------- */

.widget-area {
	word-wrap: break-word;
}

.site-header .widget-area {
	float: right;
	padding: 40px 0;
	text-align: right;
	width: 800px;
}

.header-image .site-header .widget-area {
	padding: 40px 0;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
}

.genesis-nav-menu li li {
	margin-left: 0;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: center;
}

.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu a {
	color: #222120;
	display: block;
	text-transform: uppercase;
	font-family: "TransatTextLight", Helvetica, Arial, sans-serif;
	font-size: 13px;
	letter-spacing: 2.5px;
	padding: 15px 25px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	color: #d4ada8 !important; /* custom color */
}

.genesis-nav-menu .sub-menu {
	background: #fff;
	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: #fff;
        border-bottom: 1px solid #222120;
	font-family: 'TransatTextLight', Helvetica, Arial, sans-serif;
	text-transform: lowercase;
	font-size: 14px;
	font-weight: 400;
	position: relative;
	width: 200px;
	letter-spacing: 1px;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a {
	background: #fff;
	color: #8f9293;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 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 .menu-item:hover > .sub-menu > .menu-item:hover > .sub-menu {
	left: 199px;
	margin-left: 0px;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	padding: 15px 24px;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu .search {
	padding: 5px;
}

.genesis-nav-menu .search input {
	padding: 12px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu .sub-menu {
	margin-top: -46px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background: #fff;
	margin: 0 auto;
	text-align: center;
}


.nav-primary .genesis-nav-menu {
	max-width: 1200px;
}

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
   	background: #fff;
	border-bottom: 1px solid;
	border-color: #222120;
    	clear: both;
	display: none;
	position: fixed;
    	text-align: left;
    	top: 0;
    	width: 100%;
    	z-index: 999;
	padding: 5px 0;
}

.admin-bar .nav-secondary {
    	top: 28px;
}

.genesis-nav-menu .widget-area {
       float: right;
	margin-top: 5px;
       width: 25%;
}

.nav-secondary .genesis-nav-menu .simple-social-icons ul li a,
.nav-secondary .genesis-nav-menu .simple-social-icons ul li a:hover {
	font-size: 11px !important;
	background: none !important;
	/* color: #222120 !important; */
	color: #a6a597  !important;  /* custom color */
}

.genesis-nav-menu .simple-social-icons ul li,
.genesis-nav-menu .simple-social-icons ul li:hover {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.anr-landing .nav-secondary {
	display: none !important;
}

/* Responsive Navigation
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: -1px;
	text-align: center;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
}

.nav-secondary .responsive-menu-icon::before {
	color: #545454;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Featured
--------------------------------------------- */

.home-featured {
	background-color: #fff;
	padding: 0px 30px;
	overflow: hidden;
	margin: 0;
}

.home-featured .wrap {
	max-width: 1074px;
	margin: 15px auto 0;
}

.home-featured .widget-title {
	text-align: center;
	margin-bottom: 25px;
}

.home-featured .featuredpost img.entry-image {
	left: 0;
	position: absolute;
}

.home-featured .featuredpost img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
	filter: alpha(opacity=55);
	-moz-opacity: 0.55;
	-khtml-opacity: 0.55;
	opacity: 0.55;
}

.home-featured .featuredpost .entry {
	background-color: #222120;
	border-bottom: none;
	color: #fff;
	margin: 0;
	min-height: 356px;
	padding: 0;
	position: relative;
	float: left;
	width: 33.33333333%;
}

.home-featured .featuredpost {
	padding: 0;
}

.home-featured .featuredpost .entry-image{
	display: block;
	margin-bottom: 0;
}

.home-featured .featuredpost .entry-header {
	padding: 40px 40px 0;
}

.home-featured .featuredpost .entry-title {
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 1.5;
	padding: 0 0 6px 0;
	text-align: center;
}

.home-featured .featuredpost .entry-title a {
	color: #fff;
}

.home-featured .featuredpost .entry-content{
	padding: 0 40px;
}


.home-featured .featuredpost .entry-content p {
	margin-bottom: 40px;
	line-height: 1.4;
}

.home-featured .featuredpost img.entry-image {
	margin: 0;
}

.home-featured .featuredpost .more-link {
	display:block;
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-family: "TransatTextLight", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}

/* Home Page
--------------------------------------------- */

.home-top {
	background: #fff;
	overflow: hidden;
	margin: 18px auto 0;
	width: 100%;
	max-width: 1074px;
}

.home-middle {
	clear: both;
	margin: -25px auto 8px;
	max-width: 1074px;
	overflow: hidden;
}

.home-left {
	background: #fff;
	float: left;
	margin-right: 1%;
	padding: 5px;
	width: 32.5%;
}

.home-center {
	background: #fff;
	float: left;
	margin-right: 1%;
	padding: 5px;
	width: 32.5%;
}

.home-right {
	background: #fff;
	float: right;
	padding: 5px;
	width: 32.5%;
}

.home-left .widget,
.home-center .widget,
.home-right .widget {
	max-height: 236px;
	border: 1px solid #fff;
}

/* Home Bottom
--------------------------------------------- */

.home-bottom {
	background-color: #fff;
	clear: both;
	margin: 0 auto 25px;
	overflow: hidden;
	padding: 20px 0;
	text-align: center;
	width: 100%;
	max-width: 1074px;
}

/* Home Top
------------------------------------- */
.home-top .soliloquy-container {
	max-width: none !important;
	max-height: 100% !important;
}

.home-top .soliloquy-container .soliloquy-image {
	width: 100% !important;
}

.home-top .soliloquy-container .soliloquy-pager {
	right: 10px;
	bottom: 20px;
	float: right;
	width: auto;
}

/* Category Page
------------------------------------------------------------- */

.category .content .entry {
	padding: 0;
	background: #222120;
	position: relative;
	margin-bottom: 20px;
}

.category-thumbnail img {
	position: absolute;
	left: 0;
	top: 0;
	/*transition: all 0.1s ease-in-out 0s;*/ /* For faster hover effect */
	transition: all .2s linear;
	z-index: 1;
}

.category-thumbnail img:hover {
	opacity: 0.3;
}

.category .content .entry .entry-content {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.category .content .entry .entry-title {
	font-size: 15px;
	margin-bottom: 0;
}

.category .content .entry .entry-title a {
	color: #fff;
}

.category .content .entry .entry-title a:after {
	content: "\f347";
	display: block;
	font: normal 35px "dashicons";
	margin: 0 0 0 5px;
}

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	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 .search-form {
	width: 50%;
}

.entry-meta {
	color: #545454;
	font-size: 13px;
}

.sidebar .featured-content .entry-header {
	margin-bottom: 0;
}

.entry-header .entry-meta {
	letter-spacing: 1px;
	text-align: center;
	text-transform: lowercase;
}


.entry-footer .entry-meta {
	border-top: 1px solid #222120;
	padding-top: 10px;

	letter-spacing: 1px;
}

.entry-footer .entry-meta a {
	font-family: "TransatStandard", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #222120;
}

.entry-footer .entry-meta a:hover {
	color: #8f9293;
}

.entry-categories {	
	float: left;
	text-align: left;
	width: 50%;
}

.entry-time {
	padding: 8px;
	border-top: 2px solid #222120;
padding-top: 10px;
}

.entry-comments-link {
	float: right;
	text-align: right;
	width: 50%;
}

/* After Entry Widget Area
------------------------------------------------------------- */

.after-entry {
	background: #fff;
	padding: 25px;
	margin-bottom: 40px;
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry .widget-title {
	margin-bottom: 10px;
}

.after-entry .widget:last-child,
.after-entry p:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

.after-entry .featured-content .entry {
	border: none;
	margin-bottom: 2px;
	padding: 0 0 14px;
	float: left;
	width: 25%;
}

.after-entry .featured-content .entry-title a {
	border: none;
	font-size: 10px;
	letter-spacing: 2px;
	line-height: 1.2;
	padding: 0;
	text-transform: uppercase;
}

.after-entry .featured-content{
	overflow: auto;
}

/* Previous and Next Posts links
------------------------------------------------------------- */

.prev-next-post-links {
	font-family: "TransatStandard", Helvetica, Arial, sans-serif;
	font-size: 14px;
	height: auto;
	margin: 40px 0 10px;
	overflow: hidden;
	clear: both;
	text-transform: uppercase;
}

.previous-post-link a,
.next-post-link a {
	font-weight: 400;
	letter-spacing: 3px;
	color: #222120;
	text-align: center;
}

.previous-post-link a:hover,
.next-post-link a:hover {
	color: #8f9293;
}
 
.previous-post-link {
	float: left;
	border: 0;
}
 
.next-post-link {
	float: right;
	border: 0;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	margin: 60px 0;
	width: 100%;
}

.pagination {
	margin: 30px auto;
	clear: both;
}

.archive-pagination li {
	display: inline;
}

.pagination a,
.pagination .disabled,
.pagination a:hover,
.pagination .active a {
	padding: 25px 8px 5px;
}

/* Comments
--------------------------------------------- */

#comments,
#respond {
	margin: 0 0 15px;
	line-height: 1.8;
	overflow: hidden;
}

.ping-list,
#comments {
	margin-bottom: 48px;
}

#author,
#email,
#url {
	width: 50%;
	padding: 5px;
}

.commentmetadata,
#author,
#email,
#url {
	margin-bottom: 12px;
}

#comment {
	margin: 3px 0;
	padding: 5px;
	width: 98%;
}

.comment-reply-title,
.entry-comments h3 {
	font-weight: 400;
}


.comment-respond label {
	display: block;
	font-family: inherit;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 5px 10px 10px;
}

.comment-list li ul li {
	margin-right: -3px;
	margin-left: 10px;
}

.comment-header {
	overflow: hidden;
}

#comments a, #comments a:visited {
	text-decoration: none;
}

#comments a:hover {
	text-decoration: underline;
}

.thread-alt,
.thread-even {
	margin-bottom: 10px;
	border: 1px solid #222120;
}

.comment-content p {
	margin-bottom: 17px;
}

.nocomments {
	text-align: center;
}

.entry-comments .pagination {
	display: block;
}

ul.children {
	background-color: #fff;
	width: 97%;
	margin: 10px 5px 5px 5px;
	border: 1px solid #222120;
}

#comments .navigation {
	margin-top: 32px;
}

.comment-notes {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.comment-author {
	letter-spacing: 2px;
	margin-bottom: 1px !important;	
	text-transform: uppercase;
	font-family: "TransatTextLight", Helvetica, Arial, sans-serif;
	font-size: 16px;
}

.comment-meta {
	font-size: 12px;
	text-transform: uppercase;
}

.form-allowed-tags {
	background-color: #fff;
	font-size: 12px;
	padding: 10px;
	padding: 1.0rem;
}

.comment-list li .avatar { 
	background-color: #fff;
	float: right;
	margin: 0 5px 0 10px;
	margin: 0 0.5rem 0 1.0rem;
	padding: 4px;
	padding: 0.4rem;
}

/* To Top Menu
--------------------------------------------- */

.to-top {
	background: #222120 url(images/to-top.svg) no-repeat center 50%;
	border-radius: 40px;
	bottom:40px;
	box-shadow:0;
	display:inline-block;
	height:40px;
	overflow:hidden;
	position:fixed;
	right:10px;
	text-indent:100%;
	width:40px;
	white-space:nowrap;
	visibility:hidden;
	opacity:0;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
}

.to-top.top-is-visible {
	visibility:visible;
	opacity:1;
}

.to-top.top-fade-out {
	opacity:1;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	text-align: center;
	list-style-type: none;
	border-bottom: 1px solid #222120;
	padding: 10px;
	word-wrap: break-word;
}

.sidebar li a {
	text-transform: uppercase;
	color: #222120;
}

.sidebar li a:hover {
	color: #8f9293;
}

.sidebar ul > li:last-child {
	border-bottom: none;
}

.sidebar .widget {
	clear: both;
	overflow: hidden;
	padding: 0 0 40px;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
	background-color: #fff;
	border-top: 1px solid #222120;
	clear: both;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 90%;
	letter-spacing: 1px;
	max-width: 1130px;
}

.front-page .footer-widgets {
	max-width: 1074px;
	margin: 35px auto;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
	margin: 5px;
	width: 32%;
}

.footer-widgets-3 {
	float: right;
	margin: 5px;
	width: 32%;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	padding: 30px;
}

.footer-widgets .widget-title {
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 0;
}

.footer-widgets li {
	list-style-type: none;
	font-size: 13px;
	margin-bottom: 6px;
	word-wrap: break-word;
}


/* Footer Widgets and Home Right, Home, Left, and Home Center Featured Content
--------------------------------------------- */

.home-right .entry-header::after,
.home-center .entry-header::after,
.home-left .entry-header::after,
.footer-widgets .entry-header::after {
	display: none;
}

.home-right .alignnone,
.home-center .alignnone,
.home-left .alignnone,
.footer-widgets .alignnone {
	margin-bottom: 0;
}

.home-right .featured-content img,
.home-center .featured-content img,
.home-left .featured-content img,
.footer-widgets .featured-content img {
	vertical-align: top;
	-webkit-transition:  all .2s linear;
	-moz-transition:  all .2s linear;
	-o-transition:  all .2s linear;
	transition:  all .2s linear;
}

.home-right .entry-header,
.home-center .entry-header,
.home-left .entry-header,
.footer-widgets .entry-header {
	margin-top: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.home-right .widget .entry,
.home-center .widget .entry,
.home-left .widget .entry,
.footer-widgets .widget .entry {
	position: relative;
	background: #fff;
	overflow: hidden;
}

.home-right .widget .entry img,
.home-center .widget .entry img,
.home-left .widget .entry img,
.footer-widgets .widget .entry img {
	opacity: 0.85;
}

.home-right .featured-content .entry-title a,
.home-center .featured-content .entry-title a,
.home-left .featured-content .entry-title a,
.footer-widgets .featured-content .entry-title a {
	border: none;
	color: #fff;
	font-size: 38px;
	line-height: 1.2;
	padding: 0;
	text-transform: uppercase;
	font-weight: 300;
	font-family: "TransatTextLight", Helvetica, Arial, sans-serif;

}

.home-right .featured-content .entry-title,
.home-center .featured-content .entry-title,
.home-left .featured-content .entry-title,
.footer-widgets .featured-content .entry-title {
	margin: 0;

}

.home-right .widget .entry:hover .entry-header,
.home-center .widget .entry:hover .entry-header,
.home-left .widget .entry:hover .entry-header,
.footer-widgets .widget .entry:hover .entry-header {
	opacity: 1;
}

.home-right  .widget .entry:hover,
.home-center  .widget .entry:hover,
.home-left  .widget .entry:hover,
.footer-widgets .widget .entry:hover {
	opacity: 0.8;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	font-family: "TransatTextLight", Helvetica, Arial, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase;
}

.site-footer a {
	color: #454342;
}

.site-footer p {
	margin-bottom: 0;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {
}

@media only screen and (max-width: 1200px) {

	.site-inner,
	.wrap,
	.home-top {
		max-width: 960px;
	}
	


	.content,
	.site-header .widget-area {
		width: 540px;
	}

	.nav-secondary .genesis-nav-menu,
	.site-footer {
		width: 100%;
	}

	.home-featured .featuredpost .entry {
		min-height: 276px;
	}

	.home-featured .featuredpost .entry p {
		font-size: 12px;
		line-height: 1.3;
	}

	.home-featured .wrap {
		max-width: 960px;
	}
	
	.home-bottom .enews-widget input,
	.home-featured .enews-widget input,
	.home-top .enews-widget input {
		width: 41.5%;
	}
	

}

@media only screen and (max-width: 1023px) {
	body {
		background-color: #fff;
	}

	.nav-primary,
	.footer-widgets {
		width: 100%;
	}

	.home-featured .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.home-featured {
		padding-bottom: 0;
	}

	.home-featured .featuredpost img.entry-image {
		position: relative;
	}
	
	.home-featured .featuredpost .entry img:hover {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
		filter: alpha(opacity=90);
		-moz-opacity: 0.9;
		-khtml-opacity: 0.9;
		opacity: 0.9;
	}

	.home-featured .featuredpost .entry {
		padding: 5px;
		background-color: #fff !important;
		color: #454342;
	}

	.home-featured .featuredpost .entry .alignnone {
		margin-bottom: 0;
	}

	.home-featured .featuredpost .entry-header {
		padding-top: 0;
	}

	.home-featured .featuredpost .entry-title {
		margin-top: 20px;
	}
	
	.home-featured .featuredpost .entry-title a {
		color: #222120;
		font-size: 10px;
		letter-spacing: 2px;
	}
	
	.home-bottom .enews-widget input,
	.home-featured .enews-widget input,
	.home-top .enews-widget input {
	width: 38.5%;
	}
	
	a.more-link:after {
		content: "";
		margin: 0 0 0 0;
	}
	
	.anr-portfolio .portfolio-entries .entry img {
		position: static;
	}
 
	.anr-portfolio .portfolio-entries .entry img:hover {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=1);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}
 
	.anr-portfolio .portfolio-entries .entry-title {
		margin-bottom: 20px;
	}

	.content,
	.sidebar-primary,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.wrap,
	.nav-primary,
	.nav-secondary,
	.footer-widgets,
	.site-footer,
	.home-top {
		float: none;
		width: 100%;
	}

	.home-top,
	.home-left,
	.home-center,
	.home-right {
		min-height: 100%;
	}
	
	.content-sidebar .content,
	.sidebar-content .content {
		border: none;
		padding: 0;
	}

	.site-header .wrap {
		padding: 20px 0;
	}

	.header-image .site-header .wrap {
		background-position: center top;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 15px 16px;
	}

	.site-header .search-form {
		margin: 16px auto ;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

	.site-footer {
		padding: 24px 0;
	}
	
	.category-thumbnail img {
		position: static;
	}
	
	.category .content .entry .entry-content {
		position: static;
		text-align: left;
		padding: 20px;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	
	.category .content .entry .entry-title a {
		color: #222120;
	}
	
	.category .content .entry .entry-title {
		font-size: 10px;
		letter-spacing: 2px;
	}

	.category .content .entry {
		background-color: #fff;
	}
	
	.category .content .entry .entry-title a:after {
		content: "";
		margin: 0;
	}

}

@media only screen and (max-width: 959px) {
	.home-top {
		width: 100%;
		padding: 0 0.8%;
	}
}

@media only screen and (max-width: 845px) {
	
	a.alignnone img {
		display: block;
		margin: 0 auto;
	}

}

@media only screen and (max-width: 800px) {
	.category .content .entry.one-third {
		width: 31.6239%;
		margin-left: 2.5641%;
	}
	.category .content .entry.one-third.first {
		margin-left: 0;
	}
	.category .content .entry .entry-content {
		padding: 10px 0;
	}
}

@media only screen and (max-width: 767px) {
	
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds{
		margin: 0 auto 0;
		padding: 1%;
		width: 50%;
	}	
	
	.home-bottom .enews-widget input,
	.home-bottom .enews-widget input[type="submit"],
	.home-featured .enews-widget input,
	.home-featured .enews-widget input[type="submit"] {
		margin-bottom: 5px;
		width: 100%;
	}

	.genesis-nav-menu, .nav-primary a {
	    	border: 0;
		text-align: left;
	}
	

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}
 
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
 
	.genesis-nav-menu.responsive-menu .menu-item {
		margin: 0;
	}
 
	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
 
	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu a,
	.genesis-nav-menu.responsive-menu a:hover {
		background: none;
		line-height: 1;
		padding: 16px 20px;
	}

	.nav-primary .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.nav-primary .genesis-nav-menu.responsive-menu a,
	.nav-primary .genesis-nav-menu.responsive-menu a:hover,
	.nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		/* color: #222120; */
		color: #a6a597;
		text-align: left;
	}

	.nav-secondary .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.nav-secondary .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.nav-secondary .genesis-nav-menu.responsive-menu a,
	.nav-secondary .genesis-nav-menu.responsive-menu a:hover,
	.nav-secondary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		/* color: #222120; */
		color: #a6a597;
		text-align: left;
	}
 
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}
 
 	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 16px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
 
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}
 
	.genesis-nav-menu.responsive-menu .sub-menu {
		border: none;
		left: auto;
		opacity: 1;
		padding-left: 25px;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}
 
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu li {
		border-bottom: 1px solid #222120;
	}
 
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 12px 20px;
		position: relative;
		width: 100%;
	}

	.genesis-nav-menu a {
		font-size: 16px;
	}

	.genesis-nav-menu .widget-area {
		float: none;
		margin: 0 auto;
		width: 100%;
	}

	.home-featured .featuredpost .entry-header,
	.home-featured .featuredpost .entry-content {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.home-featured {
		padding: 0 10px;
	}
	
	.home-right .featured-content .entry-title a,
	.home-center .featured-content .entry-title a,
	.home-left .featured-content .entry-title a,
	.footer-widgets .featured-content .entry-title a {
		font-size: 16px;
	}
	
	.to-top {
		right:20px;
		bottom:20px;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		float: none;
		width: 100%;
	}
	
	.footer-widgets .widget .entry {
		margin: 0 auto;
		background: #fff;
	}
}

@media only screen and (max-width: 568px) {
	
	.header-image .site-title > a {
		background-size: 500px 179px !important;
		min-height: 179px;
	}
	
	.home-top {
		width: 100%;
		padding: 0 2%;
	}
	
	.home-right .widget .entry,
	.home-center .widget .entry,
	.home-left .widget .entry {
		width: 337px;
		max-height: 221px;
		margin: 0 auto;
	}
	
	
	.home-right .featured-content .entry-title a,
	.home-center .featured-content .entry-title a,
	.home-left .featured-content .entry-title a,
	.footer-widgets .featured-content .entry-title a {
		font-size: 20px;
	}
	
	.home-left,
	.home-center,
	.home-right {
		width: 100%;
	}

	.home-featured .featuredpost .entry {
		width: 100%;
		text-align: center;
		float: none;
	}

	.home-featured .featuredpost .entry .alignnone {
		display: inline-block;
	}

	.home-featured .featuredpost .entry-header,
	.home-featured .featuredpost .entry-content {
		text-align: left;
	}
	
	.anr-portfolio .portfolio-entries .entry {
		width: 100%;
		float: none;
		text-align: center;
	}


	.after-entry .featured-content .entry {
		width: 50%;
	}

}


@media only screen and (max-width: 500px) {
		
		.category .content .entry {
			margin-bottom: 40px;
	}
		.category .content .entry.one-third {
			width: 100%;
			margin-left: 0;
	}
}

@media only screen and (max-width: 460px) {
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0 auto 0;
		width: 100%;
	}
	
	.entry,
	.author-box,
	.entry-comments,
	.comment-respond {
		padding: 5px;
	}

	.header-image .site-header a {
		background-size: 100% !important;
	}
	
	.header-image .site-title > a {
		background-size: 283px 101px !important;
		min-height: 101px;
	}
	
	.home-right .widget .entry,
	.home-center .widget .entry,
	.home-left .widget .entry,
	.footer-widgets .widget .entry {
		width: 235px;
		max-height: 154px;
		background: #fff;
	}


}

@media only screen and (max-width: 320px) {

	.home-featured .featuredpost .entry .alignnone {
		display: inline;
	}

	.home-featured .featuredpost .entry-header,
	.home-featured .featuredpost .entry-content {
		padding: 0;
	}

}