/*
	Theme Name: Thatcher & Thorne
	Theme URI: http://dinosaurstew.com/demo/thatcher-and-thorne
	Description: Thatcher & Thorne is two column child theme created for the Genesis Framework.
	Author: Dinosaur Stew
	Author URI: http://www.dinosaurstew.com
	Version: 1.0
        Tags:  color options, custom-menu, customizer fixed-width, grey, left-sidebar, one-column, portfolio, purple, 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 and Footer Widgets Featured Content
		- Categories and Archive Drop Down
	- Portfolio
		- Portfolio Grid
	- Plugins
		- Contact Form 7
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Soliloquy
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Navigation
	- Content Area
		- Home Page
		- Home Slider
		- Widget Above Content Area
		- Entries
		- Pagination
		- After Entry Widget Area
		- Category Page
		- 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

*/


/*
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: #303030;
	font-family: 'Playfair Display', 'Times New Roman', Georgia, serif;
	font-size: 16px;
	font-weight: 400;
	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: #d4c8ce;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

a:hover {
	color: #545454;
}

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: #ebe5e8;
	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: #545454;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-weight: 400;
	letter-spacing: 2.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 #dadada;
	border-radius: 0;
	color: #999;
	font-size: 14px;
	font-weight: 300;
	padding: 16px;
	width: 100%;
	-webkit-appearance: none;
        -webkit-border-radius:0; 
}

input:focus,
textarea:focus {
	border: 1px solid #c2c2c2;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}  

::-moz-placeholder {
	color: #b9b9b9;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #b9b9b9;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #ebe5e8;
	border: 3px solid;
	border-color: #ebe5e8;
        border-radius:0;
	box-shadow: none;
	color: #545454;
	cursor: pointer;
	font-family: Montserrat;
	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 {
	background-color: #fff;
}

.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 #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	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;
}

.tnt-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;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	border: 1px solid #ddd;
	font-size: 12px;
	margin-bottom: 20px;
	padding: 10px;
}

.archive-description {
	margin-bottom: 35px;
	text-align: center;
}

.author-box {
	background: #ebe5e8;
	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: "\f345";
	font: normal 10px/1 "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: #545454;
}

.entry-title a:hover {
	color: #ebe5e8;
}

.widget-title {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	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
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */
.featured-content .entry {
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.featured-content .entry-title {
	border: none;
	font-size: 10px;
	line-height: 1.2;
	padding: 0;
	text-transform: uppercase;
}

.featured-content .entry-title {
	margin: 0;
}


/* Sidebar and Footer Widgets Featured Content
--------------------------------------------- */
.sidebar .featured-content,
.footer-widgets .featured-content {
	clear: both;
	overflow: hidden;
}

.sidebar .featured-content .entry,
.footer-widgets .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,
.footer-widgets .featured-content .entry-title {
	padding: 0 !important;
	margin-bottom: 0 !important;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 300;
	text-transform: none;
	line-height: 1.2;
	width: 100%;
	font-family: 'Playfair Display', Times New Roman, Georgia, serif;
}

.sidebar .featured-content .entry-title a:hover,
.footer-widgets .featured-content .entry-title a:hover {
	border: 0;
}


.after-entry .featured-content img:hover,
.sidebar .featured-content img:hover,
.footer-widgets .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 #ddd;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
}

/* Portfolio
--------------------------------------------- */
 
/* Portfolio Grid
---------------------------------------------------------------------------------------- */ 
.tnt-portfolio .portfolio-entries .entry {
	float: left;
	margin: 0 auto 10px;
	width: 25%;
	padding: 0 16px 0;
}

.tnt-portfolio .portfolio-entries .entry:nth-of-type(4n+1) {
	clear: left;
}
   
.tnt-portfolio .portfolio-entries .entry-title {
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 2px;
	margin-top: 12px;
	border: 0;
}
 
.tnt-portfolio .portfolio-entries .entry a {
	padding-left: 0;
}
  
.tnt-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;
}
 
.tnt-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: #f0f0f0;
}
 

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Contact Form 7
--------------------------------------------- */
div.wpcf7-mail-sent-ok {
    border: 1px solid #ddd !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: #ebe5e8;
	border: 3px solid;
	border-color: #ebe5e8;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
}

.home-bottom .enews-widget {
	overflow: hidden;
	text-align: center;
}

.widget-above-content .enews-widget input,
.home-bottom .enews-widget input {
	float: left;
	width: 42.5%;
	margin-right: 10px;
	margin-bottom: 0;
}

.widget-above-content .enews-widget input[type="submit"],
.home-bottom .enews-widget input[type="submit"] {
	width: auto !important;
	padding: 15px 24px;
}

.widget-above-content .enews-widget input[type="submit"] {
	background-color: #ebe5e8;
	border-color: #ebe5e8;
}

.widget-above-content .enews-widget input[type="submit"]:hover {
	background-color: #545454;
	border-color: #545454;
}

.home-bottom .enews-widget input[type="submit"]:hover {
	background-color: #545454;
	color: #ebe5e8;
	border-color: #ebe5e8;
}

.after-entry .enews-widget input[type="submit"] {
	background-color: #ebe5e8;
	border-color: #ebe5e8;
}

.after-entry .enews-widget input:hover[type="submit"]:hover {
	background: #545454;
	color: #ebe5e8;
} 

.sidebar .enews-widget {
	margin: 0 0 40px;
	padding: 26px 40px !important;
	text-align: center;
	background: #ebe5e8;
}

.sidebar .enews-subbox,
.sidebar .enews-widget input[type="email"] {
	background: #fff;
}

.sidebar .enews-widget input {
	border: none;
	box-shadow: none;
}

.enews-widget input[type="submit"] {
	background-color: #545454;
	border: 3px solid;
	border-color: #545454;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #ebe5e8;
	border-color: #fff;
}

.footer-widgets .enews-widget input[type="submit"] {
	background: #545454;
	border: 3px solid #545454;
	color: #fff;
}

.footer-widgets .enews-widget input[type="submit"]:hover {
	background: #ebe5e8;
	border-color: #fff;
	color: #fff;
}

/* 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; }

.soliloquy-container .soliloquy-caption {
	display: table !important;
	position: absolute !important;
	width: 100% !important;
	height: 100% !important;
	z-index: 100 !important;
	background-color: transparent !important;
}
 
.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
	display: table-cell !important;
	text-align: center !important;
	vertical-align: middle !important;
}

.home-top .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
	padding: 20px 0 95px !important;
}

.soliloquy-container .soliloquy-caption .caption {
	background-color: rgba(255, 255, 255, 0.4) !important;
	margin: 0 auto;
	width: 80% !important;
}

.soliloquy-container .soliloquy-caption .cap {
	color: #545454 !important;
	font-family: 'Playfair Display', Helvetica, Arial, sans-serif !important;
	font-size: 18px !important;
	line-height: 6.5;
	text-shadow: none !important;
	text-transform: none !important;
}

.home-bottom-slider .soliloquy-container .soliloquy-caption { 
	top: 50% !important;
	margin-top: -72px !important; 
}

.home-bottom-slider .soliloquy-container .soliloquy-caption .soliloquy-caption-inside { 
	height: 145px !important;
}

.soliloquy-container .soliloquy-caption h1 {
	color: #fff !important;
	font-family: 'Playfair Display', Helvetica, Arial, sans-serif !important;
	font-size: 24px !important;
	margin: 0 0 60px !important;
	text-shadow: none !important;
	text-transform: none !important;
	letter-spacing: 1.5px !important;
	line-height: 1.5;
}

.soliloquy-container .soliloquy-caption a.soliloquy-button {
	text-transform: uppercase !important;
	letter-spacing: 2px !important;
	background: none !important;
	border: 3px solid #fff !important;
	padding: 20px 35px !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	font-family: Montserrat !important;
}

.soliloquy-container .soliloquy-caption a.soliloquy-button:hover {
	background-color: rgba(255, 255, 255, 0.3) !important;
}
 
/* 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: #ebe5e8 !important;
	border: 3px solid #ebe5e8 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: #545454 !important;
	font-family: Montserrat ! important;
	margin: 12px 6px 20px !important;
	padding: 8px 15px !important;
	text-transform: uppercase !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 {
	background-color: #fff !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: 10px 0 0;
	text-align: center;
	width: 100%;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-family: "Playfair Display", Times New Roman, Georgia, serif;
	font-size: 35px;
	font-style: italic;
	letter-spacing: 5px;
	line-height: 1.5;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #545454;
	padding-bottom: 10px;
}

.site-description {
	color: #545454;
	font-family: Montserrat;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1;
	padding-top: 32px;
        position: relative;
	text-transform: uppercase;
}

.site-description:before {
  	content:"";
	background-color: #ebe5e8;
	height: 3px; 
	left: 0;
	margin-left: auto;
	margin-right: auto;
 	position: absolute;
	right: 0;
	top: 0;
  	width: 20%;
}

/* 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;
}

.header-full-width .site-header .wrap {
	
}

/* 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: #545454;
	display: block;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	letter-spacing: 1.5px;
	padding: 15px 20px;
	font-weight: 400;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	color: #d4c8ce;
}

.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: #ebe5e8;
	font-family: 'Playfair Display', Times New Roman, Georgia, serif;
	text-transform: lowercase;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 400;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a {
	background: #fff;
	color: #d4c8ce;
}

.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;
	border-top: 3px solid #ebe5e8;
	border-bottom: 3px solid #ebe5e8;
}

.nav-primary .genesis-nav-menu {
	max-width: 1200px;
}

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
   	background: #ebe5e8;
	border-bottom: double;
	border-color: #fff;
    	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: #545454 !important;
}

.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;
}

.tnt-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: 0 30px;
	overflow: hidden;
	margin: 0;
}

.home-featured .wrap {
	max-width: 1074px;
	margin: 0 auto;
}

.home-featured .widget-title {
	font-family: 'Playfair Display', Times New Roman, Georgia, serif;
	font-size: 16px;
	border: 0;
	letter-spacing: 3px;
	margin: 32px 0 32px;
	text-align: center;
}

.home-featured .featuredpost img.entry-image,
.widget-above-content .featuredpost img.entry-image {
	left: 0;
	position: absolute;
}

.home-featured .featuredpost img:hover,
.widget-above-content .featuredpost 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;
}

.home-featured .featuredpost .entry {
	background-color: #ebe5e8;
	border-bottom: none;
	margin: 0;
	min-height: 356px;
	padding: 0;
	position: relative;
	float: left;
	width: 33.33333333%;
}

.widget-above-content .featuredpost .entry {
	background-color: #ebe5e8;
	border-bottom: none;
	float: left;
	margin: 0 3px;
	min-height: 215px;
	padding: 0;
	position: relative;
	width: 19.4%;
	
}

.home-featured .featuredpost,
.widget-above-content .featuredpost {
	padding: 0;
}

.home-featured .featuredpost .entry-image,
.widget-above-content .featuredpost .entry-image {
	display: block;
	margin-bottom: 0;
}

.home-featured .featuredpost .entry-header,
.widget-above-content .featuredpost .entry-header {
	padding: 40px 40px 0;
}

.home-featured .featuredpost .entry-title {
	font-size: 13px;
	letter-spacing: 2px;
	line-height: 1.5;
	padding: 0 0 6px 0;
	text-align: center;
	font-family: Montserrat;
}

.widget-above-content .featuredpost .entry-title {
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 1.5;
	text-align: center;
	font-family: Montserrat;
	color: #fff;
}

.home-featured .featuredpost .entry-content,
.widget-above-content .featuredpost .entry-content {
	padding: 0 40px;
}

.widget-above-content .featuredpost .entry-content p:after {
	content:"...";
	display: inline;
}

.home-featured .featuredpost .entry-content p {
	margin-bottom: 40px;
	line-height: 1.4;
}

.widget-above-content .featuredpost .entry-content p {
	font-size: 12px;
	margin-bottom: 40px;
}

.home-featured .featuredpost img.entry-image,
.widget-above-content .featuredpost img.entry-image {
	margin: 0;
}

.home-featured .featuredpost .more-link {
	border: 3px solid #ffffff;
	display:block;
	text-align: center;
	color: #545454;
	font-size: 13px;
	font-family: Montserrat;
	letter-spacing: 2px;
}

.home-featured .featuredpost .more-link:hover {
	background-color: rgba(255, 255, 255, 0.3);
}

/* Home Page
--------------------------------------------- */

.home-top {
	background: #fff;
	overflow: hidden;
	margin: 0;
}

.home-middle {
	clear: both;
	overflow: hidden;
}

.home-left {
	background: #ebe5e8;
	float: left;
	margin-right: 2%;
	min-height: 280px;
	padding: 20px;
	width: 32%;
}

.home-center {
	background: #ebe5e8;
	float: left;
	margin-right: 2%;
	min-height: 280px;
	padding: 20px;
	width: 32%;
}

.home-right {
	background: #ebe5e8;
	float: right;
	min-height: 280px;
	padding: 20px;
	width: 32%;
}

/* Home Bottom
--------------------------------------------- */

.home-bottom {
	background-color: #545454;
	clear: both;
	color: #fff;
	margin: 0;
	overflow: hidden;
	padding: 20px 30px;
	text-align: center;
	width: 100%;
}

.home-bottom .widget-title {
	border-bottom: 0;
	color: #fff;
	letter-spacing: 3px;
	padding: 10px 0;
	text-align: center;
}

.home-bottom h1,
.home-bottom h2,
.home-bottom h3,
.home-bottom h4,
.home-bottom h5,
.home-bottom h6 {
	margin: 16px 0 16px;
	position: relative;
}

.home-bottom h1 span,
.home-bottom h2 span,
.home-bottom h3 span,
.home-bottom h4 span,
.home-bottom h5 span,
.home-bottom h6 span {
  background: #545454;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

.home-bottom h1:before,
.home-bottom h2:before,
.home-bottom h3:before,
.home-bottom h4:before,
.home-bottom h5:before,
.home-bottom h6:before {
  	content:""; 
  	background-color: #ebe5e8; 
 	position: absolute; 	
	top: 50%;
  	width: 100%;
  	height: 3px;
  	display: block;
  	position: absolute;
}

.home-bottom a:hover {
	color: #fff;
}

/* Home Top
------------------------------------- */

.home-top{
	position: relative;
	width: 100%;
}

.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;
}


/* Widget Above Content Area
--------------------------------------------- */

.widget-above-content {
	border-bottom: 3px solid #ebe5e8;
	margin: 0 auto 50px;
	padding: 30px 5px;
	text-align: center;
}

/* 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: 2px solid #ebe5e8;
	padding-top: 10px;
}

.entry-footer .entry-meta a {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #545454;
}

.entry-footer .entry-meta a:hover {
	color: #d4c8ce;
}

.entry-categories {	
	float: left;
	text-align: left;
	width: 50%;
}

.entry-time {
	padding: 8px;
	border-top: 2px solid #ebe5e8;
}

.entry-comments-link {
	float: right;
	text-align: right;
	width: 50%;
}

/* After Entry Widget Area
------------------------------------------------------------- */

.after-entry {
	background: #545454;
	color: #fff;
	padding: 25px;
	margin-bottom: 40px;
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry .widget-title {
	color: #fff;
	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;
	color: #fff;
	font-size: 10px;
	line-height: 1.2;
	padding: 0;
	text-transform: uppercase;
}

.after-entry .featured-content{
	overflow: auto;
}

/* Category Page
------------------------------------------------------------- */

.category .content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.category .content .entry {
	border: 1px solid #ddd;
	cursor: pointer;
	float: left;
	margin: 0 1.7% 20px 0;
	min-height: 350px;	
	padding-bottom: 8px;
	padding-top: 0;
	width: 48%;
	word-wrap: break-word;
}
	
.category .content .article-wrap {
	padding-top: 40px;
}

.category .content .entry:nth-of-type(2n+1) {
	clear: left;
}

.category .content .entry:nth-of-type(2n+2) {
	float: right;
	margin-right: 0;
}

.category .entry-title,
.category .entry-content {
	padding: 0 10%;
}

.category .entry-title {
	padding-top: 10%;
}

.category .entry-meta {
	padding: 0 5%;
}

.category .entry-footer .entry-meta {
	display: none;
}

.category .more-link {
	border: 3px solid #c0c048;
	display:block;
	text-align: center;
	color: #545454;
	font-size: 13px;
	font-family: Montserrat;
	letter-spacing: 2px;
}

.category .more-link:hover {
	color: #c0c048;
}

/* Previous and Next Posts links
------------------------------------------------------------- */

.prev-next-post-links {
	font-family: "Montserrat", 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: #ebe5e8;
	text-align: center;
}

.previous-post-link a:hover,
.next-post-link a:hover {
	color: #575553;
}
 
.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 {
	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 #dadada;
}

.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 #dadada;
}

#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: Montserrat;
}

.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 {
	display:inline-block;
	height:40px;
	width:40px;
	position:fixed;
	bottom:40px;
	right:10px;
	box-shadow:0;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background: #ebe5e8 url(images/to-top.svg) no-repeat center 50%;
	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 #dadada;
	padding: 10px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	border-bottom: none;
}

.sidebar .widget {
	clear: both;
	overflow: hidden;
	padding: 0 0 40px;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
	background-color: #ebe5e8;
	clear: both;
	margin: 0 auto;
	padding: 10px 0;
	font-family: 'Playfair Display', Times New Roman, Georgia, serif;
	font-size: 90%;
	letter-spacing: 1px;
}

.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 .search-form input:focus {
	border: 1px solid #ddd;
}

.footer-widgets input {
	background: #fff;
	border: 0;
}

.footer-widgets a {
	color: #545454;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	font-family: Montserrat;
	font-size: 11px;
	letter-spacing: 1px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase;
}

.site-footer a {
	color: #767676;
}

.site-footer p {
	margin-bottom: 0;
}

/*
Extras
---------------------------------------------------------------------------------------------------- */

#genesis-responsive-slider {
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 auto !important;
}

.flexslider {
	margin: 35px auto 0 !important;
}

/* Take Out If You Replace The Slider */

.home-featured {
	margin-top: -35px;
}

.home-featured .featuredpost .entry,
.home-featured .featuredpost .entry-title a,
.home-featured .featuredpost .entry-content p,
.home-featured .featuredpost .more-link {
	color: #fff;
}


/*
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 {
		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: 11px;
		line-height: 1.3;
	}

	.home-featured .wrap {
		max-width: 960px;
	}

}

@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;
	}

	.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,
	.home-featured .featuredpost .entry-title a,
	.home-featured .featuredpost .entry-content p,
	.home-featured .featuredpost .more-link {
		color: #545454;
	}
	
	.tnt-portfolio .portfolio-entries .entry img {
		position: static;
	}
 
	.tnt-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;
	}
 
	.tnt-portfolio .portfolio-entries .entry-title {
		margin-bottom: 20px;
	}

	.home-left,
	.home-center,
	.home-right,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		float: none;
		overflow: hidden;
		width: 100%;
	}

	.home-center,
	.home-left {
		margin-right: 0;
	}

	.home-center,
	.home-left {
		margin-bottom: 5px;
	}

	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.wrap,
	.home-center,
	.home-left,
	.home-top,
	.home-right,
	.nav-primary,
	.nav-secondary,
	.footer-widgets,
	.site-footer {
		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;
	}

	.to-top {
		height:60px;
		width:60px;
		right:30px;
		bottom:30px;
	}
	
	.soliloquy-container .soliloquy-caption .cap {
		font-size: 12px !important;
	}

}

@media only screen and (max-width: 845px) {
	
	a.alignnone img {
		display: block;
		margin: 0 auto;
	}

}

@media (min-width: 768px) and (max-width: 1024px) {
 
	.soliloquy-container .soliloquy-caption {
		bottom: 13px !important;
	}
 
}

@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 .widget-area .widget {
		padding-bottom: 0;
		margin-bottom: 10px;
	}
	

	.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: #545454;
		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: #545454;
		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 #ddd;
	}
 
	.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;
	}
	
	.to-top {
		right:20px;
		bottom:20px;
	}
	
	.soliloquy-container .soliloquy-caption h1 {
		font-size: 16px !important;
	}

	.soliloquy-container .soliloquy-caption a.soliloquy-button {
		font-size: 14px !important;
	}
}

@media only screen and (max-width: 568px) {
	
	.header-image .site-title > a {
		background-size: 500px 179px !important;
		min-height: 179px;
	}

	.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;
	}
	
	.tnt-portfolio .portfolio-entries .entry {
		width: 100%;
	}
	
	.soliloquy-container .soliloquy-caption .cap {
		display: none;
	}
	

	.soliloquy-container .soliloquy-caption h1 {
		margin: 0 0 40px !important;
	}

	.soliloquy-container .soliloquy-caption a.soliloquy-button {
		padding: 15px 10px;
	}	
	
	.soliloquy-container .soliloquy-control-nav {
		display: none !important;
	}

}

@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;
	}
	
	.soliloquy-container .soliloquy-caption {
		display: none !important;
	}
	
	.header-image .site-title > a {
		background-size: 283px 101px !important;
		min-height: 101px;
	}


}

@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;
	}

}