/*
Theme Name: Sin21 WP-S301
Theme URI: https://sin21.org
Author: Carol L. (admin@sin21.org)
Author URI: https://sin21.org
Version: 1.0
Description: This is a premade base theme created by Sin21 Designs. 
This theme is not to be used or redistributed without the explicit permission of Carol L.
Tags: two-column, left-sidebar, right-sidebar, list-layout, grid-layout, blog-layout, fansite, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, sticky-post, threaded-comments
*/

/*
Table of Contents:
	1.0 - Global
	  1.1 - Normalize
	  1.2 - Typography
	  1.3 - Elements
	2.0 - Theme Structure
	3.0 - Site Navigation
	  3.1 - Primary Menu
	  3.2 - Social Icons Menu
	  3.3 - Navigations
	  3.4 - Paginations
	4.0 - Header
	5.0 - Content
	  5.1 - Posts
	  5.2 - Post Header
	  5.3 - Post Entry
	  5.4 - Post Footer
	  5.5 - Post Thumbnail
	  5.6 - Share Buttons
	  5.7 - Author Biography
	  5.8 - Related posts
	  5.9 - Blog Layouts
	    5.10 - Grid Layout
	    5.11 - List layout
	  5.12 - Comments
	  5.13 - Comments Form
	  5.14 - Single Post
	  5.15 - Pages
	  5.16 - Archives
	  5.17 - Search
	  5.18 - 404 Page
	6.0 - Sidebar
	  6.1 - Widgets
	7.0 - Footer
	  7.1 - Gallery Feed 
	  7.2 - Widget Area
	  7.3 - Site Footer
	8.0 - Features & Plugins
	  8.1 - Breadcrumb Navigation
	  8.2 - Slick Slider [ slick.js ]
	  8.3 - Jetpack
	  8.4 - Contact Form 7
	  8.5 - D4P Tabber
	9.0 - Patterns
	  10.1 - Hide Elements
	  10.2 - Accessibility
	  10.3 - Alignments
	  10.4 - Media
	  10.5 - Galleries
	  10.6 - Captions
	11.0 Full Header Layout
	12.0 - Dark Theme
	  12.1 - Responsive Menu
	  12.2 - Desktop Button
	  12.3 - Mobile Button
	13.0 - Responsive CSS
	14.0 - RTL Supported CSS
-------------------------------------------------------------- */

/*	1.0 Global
--------------------------------------------- */

@font-face {
	font-family:'The Flower City';
	src:url('./inc/fonts/TheFlowerCity.eot');
	src:url('./inc/fonts/TheFlowerCity.eot?#iefix') format('embedded-opentype'),
	url('./inc/fonts/TheFlowerCity.woff2') format('woff2'),
	url('./inc/fonts/TheFlowerCity.woff') format('woff'),
	url('./inc/fonts/TheFlowerCity.ttf') format('truetype');
	font-weight:normal;
	font-style:normal;
	font-display:swap;
}

body {
	color:#5D5D5D;
	background:#fff;
	font:400 14px/24px 'Open Sans', sans-serif;
	line-height:190%;
	-ms-word-wrap:break-word;
	word-wrap:break-word;
}

/*  1.1 Normalize
--------------------------------------------- */

html {
	box-sizing:border-box;
}

*,
*:before,
*:after {
    box-sizing:inherit;
    word-break:break-word;
    word-wrap:break-word;
}

img {
	max-width:100%;
	height:auto;
	vertical-align:middle;
}

embed,
iframe,
object,
video {
	max-width:100%;
	vertical-align:middle;
}


/* 1.2 Typography
--------------------------------------------- */

a {
	color:#994B37;
	text-decoration:none;
}

a:hover,
a:focus {
	color:#111111;
	text-decoration:none;
}

.post-entry a:hover,
.post-meta a:hover,
.post-author-meta a:hover,
.ext-links a:hover,
.related-item a:hover,
.single-post-nav a:hover,
.comment-navigation a:hover,
.footer-imgs .caption a:hover,
.not-found a:hover {
	color:#414141;
	box-shadow:0 1px 0 #994B37;
}

strong, b {
	color:#5B5B5B;
	font-weight:700;	
}

em, i {
	color:#363636;
	font-style:italic;	
}

u {
	box-shadow:0 1px 0 #994B37;
	text-decoration:none;
}

/*  Heading  ---------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color:#363636;	
	font-family:Playfair Display, serif;
	font-weight:700;
}

h1,
h2,
h3,
h4,
h5,
h6
p,
blockquote,
hr,
ul,
ol,
table,
form {
	margin:14px 0;
}

h1 {
	font-size:28px;
}

h2 {
	font-size:24px;
}

h3,
h4 {
	font-size:20px;
}

h5,
h6 {
	font-size:18px;
}

.widget-title,
.ext-links:after {
	font-family:Playfair Display, serif;
}

/*  Font Awesome  ---------- */
 
.fa,
.fas,
:before,
:after {
	font-family:
	Font Awesome,
	Font Awesome Brands,
	Font Awesome Reg;
	font-size:inherit;
	font-style:normal;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

/*  Blockquote  ---------- */

blockquote {
	margin:0 20px;
	padding:10px 25px 10px 45px;
	position:relative;
	color:#8D8D8D;
	background:#F7F7F7;
	font-style:italic;
}

blockquote:before {
	content:'\275D';
	padding:10px 10px 3px;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	color:#666;
	background:#fff;
	font-size:32px;
	font-style:normal;
}

blockquote p {
	position:relative;
	z-index:10;
}


/* 1.3 Elements
--------------------------------------------- */

img {
	margin:3px;
	padding:1px;
	border:1px solid #e1e1e1;
	border-top-width:0;
	border-bottom-width:3px;
	border-left-width:0;
	border-right-width:3px;
}

img:hover {
	opacity:.8;
	filter: saturate(30%);
}

.noborder {
	margin:0;
	padding:0;
	border:0;
	box-shadow:none;
}

/*  Scrollbar  ---------- */
 
::-webkit-scrollbar {
	width:11px;
	height:7px;
	border-width:2px 5px;
	border-style:solid;
}
::-webkit-scrollbar-thumb {
	height:13px;
	border:4px solid;
}
::-webkit-scrollbar, ::-webkit-scrollbar-thumb { 
	background-color:#474747;
	border-color:#fff;
}

/*  Selection Text  ---------- */
 
::selection {
	color:#fff;
	background:#994B37;	
}
::-moz-selection {
	color:#fff;
	background:#994B37;	
}
::-webkit-selection {
	color:#fff;
	background:#994B37;	
}

/*  Tooltip Hover  ---------- */

#tooltip {
	display:none;
	margin-left:-10px;
	padding:0 6px;
	position:absolute;
	z-index:999;
	color:#666;	
	background:rgba(255,255,255,0.9);
	font-size:10px;
	font-weight:400;
	border:1px solid #e7e7e7;
	box-shadow:0 0 5px 3px rgba(0,0,0,.07);
}

/*  Divider  ---------- */

hr {
	height:1px;
	color:#eee;
	background-color:#eee;
	border:0;
}
 
.divider {
	margin:25px auto;
	position:relative;
	top:0;
	height:50px;
}

.div-transparent:before {
	content:'';
	position:absolute;
	top:50%;
	left:5%;
	right:5%;
	width:90%;
	height:1px;
	background-image:linear-gradient(to right, transparent, #eee, transparent);
}

.div-dot:after {
	content:'\f111 \00a0\00a0 \f192 \00a0\00a0 \f111';
	position:absolute;
	top:30%;
	left:50%;
	z-index:1;
	color:#eee;
	background-color:#fff;
	font-size:13px;
	font-family:font awesome reg;
	box-shadow:0 0 0 15px #fff;
	transform:translate(-50%, 0);	
}

/*  Lists  ---------- */

ul {
	list-style:disc inside none;
}

ol {
	list-style:decimal inside none;
}

ul ul {
	list-style:circle inside none;
	padding:0 3%;
}

ul, ol {
	padding:0 0 0 40px;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin:0;
	padding:0 0 0 40px;
}

dt {
	font-weight:700;
}

dd {
	margin:0 0 26px 40px;
}

/*  Tables  ---------- */

table {
	width:100%;
}

td,
th {
	padding:10px;
	border-bottom:1px solid #eee;
}

th {
	background:#F7F7F7;
	font-weight:700;
}

/*  Forms   ---------- */

label {
	display:block;
	padding:0;
	font-weight:700;
	text-transform:uppercase;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
	display:inline;
	margin-left:8px;
	font-weight:400;
	text-transform:none;
}

input[type="checkbox"] {
	display:inline-block;
	margin:0;
	position:relative;
	top:2px;
	width:13px;
	min-width:13px;
	height:13px;
	background:#fff;
	border:2px solid #999;
	border-radius:2px;
	box-shadow:none;
	cursor:pointer;
	-webkit-appearance:none;
	-moz-appearance:none;
}

input[type="checkbox"]:checked:before {
	content:'\f14a';
	display:inline-block;	
	position:absolute;
	margin:-2px 0 0 -1px;
	color:#999;
	font:13px Font Awesome;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea,
select {
	padding:10px;
	max-width: 100%;
	color:inherit;
	background:#f7f7f7;
	border:1px solid #eee;
}

button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
	margin:0 auto;
	padding:10px 15px;
	width:auto;
	color:#eee;
	background:#363636;
	font-size:13px;
	font-weight:700;
	border:0;
}

button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
button:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
	color:#fff;
	background:#994B37;
	border:0;
}

/*  Scroll Progress   ---------- */

.scroll-progress {
	position:fixed;
	top:0;
	z-index:999;
	width:100%;
}

.scroll-line {
	margin-bottom: -2px;
	width:0;
	height:5px;
	background: #994B37;
}


/*  2.0 Theme Structure
--------------------------------------------- */

.wrapper,
.wrapper--alt {
	margin:0 auto;
	position:relative;
	max-width:1300px;
}

.wrapper--alt {
	margin-bottom:-150px;
	top:-200px;
	z-index:400;
	overflow:hidden;
}

.content-area {
	float:right;
	margin-top:210px;
	width:64.5%;
}

.widget-area {
	width:32%;
}


/*  3.0 Site Navigation
--------------------------------------------- */

/*  3.1 Primary Menu
--------------------------------------------- */

.main-nav ul {
	margin:0 auto;
	padding:0;
	list-style:none;
}

.main-nav ul li {
	float: left;
	position: relative;
	padding:6px 4px;
}

.main-nav:after {
	content:'';
	display: block;
	clear: both;
}

.main-nav ul li a {
	display:block;
	margin:0 0 10px;
	padding:10px 6px 3px;
	position: relative;
	color:#333333;
	font:600 12px Montserrat, sans-serif;	
	letter-spacing:1px;
	text-transform:uppercase;
	-webkit-transition:all .1s ease-in-out;
	-moz-transition:all .1s ease-in-out;
	-o-transition:all .1s ease-in-out;
	transition:all .1s ease-in-out;
	text-decoration: none;
}

.main-nav ul li a::after {
	content: '';
	position: absolute;
	top: 100%;
	border-bottom: 2px solid #994B37;
	transition: all 0.35s;
	left: 50%;
	right: 50%;
}

.main-nav ul li a:hover::after {
	transition: all .35s;
	left: 0;
	right: 0;
}

/*  menu indicator arrow  */
.main-nav ul li span.fa,
.main-nav ul li.menu-item-has-children .sub-menu span.fa {
	display:none;
}

.main-nav ul li.menu-item-has-children span.fa {
	display:inline;
	position:relative;
	top:1px;
	left:8px;
	font-size:13px;
}

/*  if menu has children */
.main-nav ul li.menu-item-has-children:hover ul {
	max-height:1000%;
}

.main-nav ul li.menu-item-has-children ul {
	padding:0;
	position: absolute;
	z-index: 1000;
	width: 150%;
	background: #fff;
	max-height:0;
	box-shadow:inset 0 0 1px 1px #eee;
	transition:max-height .4s ease-in-out;
	overflow:hidden;
}

/*  sub-menu  */
.main-nav ul li ul.sub-menu li {
	padding:7px 15px;
	width: 100%;
	text-align:left;
	border-bottom: 1px solid #eee;
}

.main-nav ul li ul.sub-menu li:last-child {
	border-bottom:0;
}

.main-nav ul li ul.sub-menu li a {
	margin: 0;
	padding:5px 0;
	text-transform:none;
	letter-spacing:0;
}

.main-nav ul li ul.sub-menu li:hover {
	background:rgba(0,0,0,.025);
}

.main-nav ul li ul.sub-menu a::after,
.main-nav ul li ul.sub-menu a:hover::after{
	content: '';
	display:none;
}


/*  3.2 Social Navigation
--------------------------------------------- */

.social-nav {
	display:inline-block;
}

.social-nav ul {
	margin:0 auto;
	padding:0;
	list-style:none;
	overflow:visible;
}

.social-nav ul li {
	float:left;
	margin:0;
	padding:0;
}

.social-nav ul li a {
	display:block;
	margin-right:8px;
	padding:0 3px;
	position:relative;	
	color:#fff;
	font-size:13px;
	font-weight:400;
	line-height:12px;
}

.social-nav ul li a:hover,
.social-nav ul li a:focus {
	color:#43A386;
}

.social-nav ul li:last-child,
.social-nav ul li:last-child:after {
	content:'';
	margin-right:0;	
}

.social-nav a[href*="mailto:"]:before,
.social-nav a[href$="/contact/"]:before,
.social-nav a[href$="/contact"]:before {
	content:"\f0e0";
}

.social-nav a[href*="rss"]:before,
.social-nav a[href*="feed="]:before,
.social-nav a[href$="/feed/"]:before,
.social-nav a[href$="/feed"]:before {
	content:"\f09e";
}

.social-nav a[href*="apple.com"]:before {
	content:"\f179";
}
.social-nav a[href*="blogger.com"]:before {
	content:"\f37c";
}
.social-nav a[href*="dailymotion.com"]:before {
	content:"\e052";
}
.social-nav a[href*="deviantart.com"]:before {
	content:"\f1bd";
}
.social-nav a[href*="discord.com"]:before {
	content:"\f392";
}
.social-nav a[href*="dropbox.com"]:before {
	content:"\f16b";
}
.social-nav a[href*="ebay.com"]:before {
	content:"\f4f4";
}
.social-nav a[href*="etsy.com"]:before {
	content:"\f2d7";
}
.social-nav a[href*="facebook.com"]:before {
	content:"\f39e";
}
.social-nav a[href*="flickr.com"]:before {
	content:"\f16e";
}
.social-nav a[href*="google.com"]:before {
	content:"\f1a0";
}
.social-nav a[href*="pay.google.com"]:before {
	content:"\e079";
}
.social-nav a[href*="plus.google.com"]:before {
	content:"\f0d5";
}
.social-nav a[href*="goodreads.com"]:before {
	content:"\f3a9";
}
.social-nav a[href*="instagram.com"]:before {
	content:"\f16d";
}
.social-nav a[href*="messenger.com"]:before {
	content:"\f39f";
}
.social-nav a[href*="patreon.com"]:before {
	content:"\f3d9";
}
.social-nav a[href*="paypal.com"]:before {
	content:"\f1ed";
}
.social-nav a[href*="pinterest.com"]:before {
	content:"\f0d2";
}
.social-nav a[href*="skype.com"]:before {
	content:"\f17e";
}
.social-nav a[href*="snapchat.com"]:before {
	content:"\f2ab";
}
.social-nav a[href*="soundcloud.com"]:before {
	content:"\f1be";
}
.social-nav a[href*="spotify.com"]:before {
	content:"\f1bc";
}
.social-nav a[href*="tiktok.com"]:before {
	content:"\e07b";
}
.social-nav a[href*="tumblr.com"]:before {
	content:"\f173";
}
.social-nav a[href*="twitter.com"]:before {
	content:"\f099";
}
.social-nav a[href*="twitch.tv"]:before {
	content:"\f1e8";
}
.social-nav a[href*="vimeo.com"]:before {
	content:"\f194";
}
.social-nav a[href*="vk.com"]:before {
	content:"\f189";
}
.social-nav a[href*="yahoo.com"]:before {
	content:"\f19e";
}
.social-nav a[href*="youtube.com"]:before {
	content:"\f167";
}
.social-nav a[href*="weibo.com"]:before {
	content:"\f18a";
}
.social-nav a[href*="wikipedia.com"]:before {
	content:"\f266";
}
.social-nav a[href*="wordpress.com"]:before {
	content:"\f19a";
}

/*  3.3 Navigations
--------------------------------------------- */

.nav-previous {
	float:left;
	width:50%;
}

.nav-next {
	float:right;
	width:50%;
	text-align:right;
}

/*  Single Post  ---------- */

.single-post-nav {
	margin:0 auto 65px;
	border-bottom:1px solid #eee;
	border-top:1px solid #eee;
 	overflow:hidden;
}

.single-post-nav .nav-title {
	margin:0;
	font-size:16px;
}

.single-post-nav span.title {
	color:#A7A7A7;
	font-size:13px;	
}

.single-post-nav a:hover span.title {
	color:inherit;
}

.single-post-nav .nav-previous {
	padding:25px 10px 25px 0;
	border-right:1px solid #eee;
}

.single-post-nav .nav-next {
	padding:25px 0 25px 10px;
}

.single-post-nav .nav-previous .nav-title:before,
.single-post-nav .nav-next .nav-title:after {
	color:inherit;
	font-size:14px;
	font-family:Font Awesome;
}

.single-post-nav .nav-previous .nav-title:before {
	content:'\f053';
	padding-right:10px;
}

.single-post-nav .nav-next .nav-title:after {
	content:'\f054';
	padding-left:10px;
}


/*  3.4 Paginations
--------------------------------------------- */

.posts-pagination {
	display:block;
	margin:0 auto;
	padding:0;
	position:relative;
	text-align:left;
	overflow:hidden;
}

.posts-pagination .nav-links {
	padding:15px 0;
}

.page-numbers {
	display:inline-block;
	margin:0;
	padding:5px 12px;
	color:#5D5D5D;
	background:#fff;
	font-size:11px;
	font-weight:700;
	text-transform:uppercase;
	border:1px solid #eee;
}

.posts-pagination a:hover,
.posts-pagination a:focus {
	color:#fff;
	background:#994B37;
	border-color:#994B37;
}

.page-numbers:first-child {
	margin-left:1px;
}

.posts-pagination .prev:before,
.comment-navigation .nav-previous a:before {
	content:'\f104';
}

.posts-pagination .next:before,
.comment-navigation .nav-next a:after {
	content:'\f105';
}

.posts-pagination .prev:hover:before,
.posts-pagination .next:hover:before {
	color:#fff;
}

/*  Comment Navigation  ---------- */

.comment-navigation {
	display:block;	
	margin:0 0 25px 0;
	font-size:11px;
	font-weight:700;
	letter-spacing:1px;
	text-transform:uppercase;
	overflow:hidden;
}

.comment-navigation .nav-previous a:before {
	margin:0 4px 0 0;
}

.comment-navigation .nav-next a:after {
	margin:0 0 0 4px;
}


/*  4.0 Header
--------------------------------------------- */
	
/*  Top Container  ---------- */

.top-container {
	display:block;
	margin:0 auto;
	padding:0;
	position:relative
}

.top-container:after {
	content:'';
	display:block;
	position:absolute;
	top:0;
	z-index:6;
	width:100%;
	height:295px;
	background:#F7F7F7;
}

.top-container .site-navigation--wrap {
	display:block;
	margin:0 auto;
	padding-right:80px;
	position:relative;
	top:10px;
	left:0;
	z-index:500;
	text-align:right;
}

.top-container .site-navigation--wrap:before {
	content:'';
	position:absolute;
	top:29px;
	right:27px;
	width:40px;
	height:2px;
	background:#333333;
}

.top-container .site-navigation--wrap:after {
	content:'\f038';
	position:absolute;
	top:17px;
	right:0;
	color:#333333;
	font-size:14px;
}

.top-container .site-navigation {
	position:relative;
	top:5px;
	left:0;
}

.top-container .main-nav {
	display:inline-block;
	position:relative;
	z-index:799;
	overflow:visible;
}

/*  Master Header  ---------- */

.mast-head {
	margin:10px auto 0;
	position:relative;
	z-index:300;
	max-width:1300px;
	height:500px;
	overflow:hidden;
}

.mast-head .wrap {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	max-width:1000px;
	height:500px;
}

/*  Master Header:Header #01  ---------- */

.mast-head .head_1 {
	display:block;
	position:absolute;
	top:25px;
	right:10px;
	z-index:50;	
	width:70%;
	height:450px;
	background-image:url('./images/large-head.png');
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100%;
	text-align:center;
}

.mast-head .head_1_bg {
	display:block;
	position:absolute;
	z-index:45;
	top:15px;
	right:0;
	width:450px;
	height:300px;
	background:#994B37;
	overflow:hidden;
}

/*  Master Header:Header #02  ---------- */
 
.mast-head .head_2 {
	display:block;
	position:absolute;
	z-index:60;
	top:80px;
	right:52.8%;
	width:30.5%;
	height:350px;
	background-image:url('./images/small-head.png');
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	text-align:center;
	overflow:hidden;
}

.mast-head .head_2_bg {
	display:block;
	position:absolute;
	z-index:55;
	top:86px;
	right:53.4%;
	width:30.5%;
	height:350px;
	border:1px solid #707070;
	overflow:hidden;
}

/*  Master Header:Social Navigation  ---------- */

.mast-head .social-nav {
	display:inline-block;
	position:absolute;
	bottom:6.2%;
	right:1.8%;
	z-index:350;
	width:28px;
}

.mast-head .social-nav ul li {
	float:none;
	display:block;
	margin:0;
	padding:2px 0;
	text-align:center;
}

.mast-head .social-nav ul li a {
	margin-right:0;
	padding:7px 7px 7px 9px;
	color:#fff;
	background:rgba(255,255,255,0.2);
	font-size:12px;
	line-height:12px;
}

.mast-head .social-nav ul li a:hover,
.mast-head .social-nav ul li a:focus {
	color:#fff!important;
	background:#994B37;
}

/*  Master Header:Site Title  ---------- */

.site-title {
	position:absolute;
	z-index:300;
	top:265px;
	left:0;
	width:32%;
	height:200px;
	color:#333333;
	font:400 28px/32px Montserrat;
	letter-spacing:-1px;
	text-transform:uppercase;
	text-align:center;
	line-height:38px;	
	text-shadow:2px 2px 0 #fff;
}

.site-title i {
	color:#994B37;
}

.site-title i,
.mobile-title .title i {
	font:400 38px The Flower City;
	letter-spacing:0;	
	text-transform:none;
}

/*  Master Header:Text Box  ---------- */

.mast-head .text-box {
	padding:20px;
	position:absolute;
	z-index:20;
	top:45px;
	left:5px;
	width:32%;
	max-height:180px;
	background:rgba(0,0,0,0.050);
	font-size:12px;
	line-height:20px;
		/*  
			allows scrollbar if welcome 
			message text is too long.
		*/
	overflow:auto;
	overflow-x:hidden;
}

/*  Master Header: Circle Icon  ---------- */

.site-line-circle {
	position:absolute;
	top:0;
	left:172px;
	z-index:850;
	width:70px;
	height:100px;
}

.site-line-circle .line {
	margin-bottom:4px;
	margin-left:37px;
	position:relative;
	top:10px;
	width:2px;
	height:12px;
	background:#333333;
}

.site-line-circle .circle {
	position:relative;
	top:16px;
	left:8px;
	width:55px;
	height:55px;
	background-image:url('./images/icon.png');
	background-size:cover;
	border-radius:50%;
}

.site-line-circle .circle:after {
	content:'';
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	width:60px;
	height:60px;
	background:#994B37;
	border-radius:50%;
}


/*  5.0 Content
--------------------------------------------- */

/*  5.1 Posts
--------------------------------------------- */

.hentry,
.not-found {
	margin:0 0 115px 0;
}

.sticky {
	position:relative;
}

.sticky:before {
	content:'Pinned';
	display:block;
	margin-bottom:-20px;
	padding:10px 0 10px 35px;
	position:relative;
	top:0;
	z-index:999;
	width:100px;
	color:#666;
	background:#F8EF43;
	font:700 13px Open Sans, sans-serif;
	text-transform:uppercase;
	background-image: url('./images/pin.png');
	background-size:18px;
	background-repeat:no-repeat;
	background-position:10px center;
	box-shadow:0 0 0 5px #fff;
}
 
.updated:not(.published) {
	display:none;
}

.related-item a:hover
.post-author-meta a,
.related-posts a {
	color:inherit;
}

/*  Post Edit Link  ---------- */
body.hfeed a.post-edit-link {
	margin: 0 0 25px;
}

a.post-edit-link {
	display:block;
	margin:10px 0 10px;
	padding:0 5px;
	max-width:105px;
	color:#666;
	background:#f7f7f7;
	font-size:10px;
	font-weight:700;
	text-align:center;
	letter-spacing:1px;
	text-transform:uppercase;
	border:1px solid #eee;
}

a.post-edit-link:hover,
a.post-edit-link:focus {
	box-shadow:none;
}

a.post-edit-link span {
	margin-right:5px;
}


/*  5.2 Post Header
--------------------------------------------- */

.post-header {
	position:relative;
	z-index:100;
	margin:15px auto 15px;
}

.post-header,
.post-title {
	padding:10px 0;
	text-align:center;
}

.post-title {
	display:inline;
	padding-bottom:2px;
	color:#333333;
	font-size:28px;
	font-weight:700;
	line-height:35px;
	text-transform:none;
	border-bottom:3px solid;
	border-image:url('./images/mast-head-bg.jpg') 20 stretch;
}

.post-title-align {
	display:inline-block;
	position:relative;
	z-index:10;	
	margin-bottom:20px;
	padding-top:1.5%;
	max-width:85%;
}

.post-title a {
	color:#333333;
}

.post-title a:hover,
.post-title a:focus {
	color:#994B37;
}

/*  Post Date  ---------- */

.date-wrap {
	float:right;
	margin:0;
	position:relative;
	z-index:500;
	width:70px;
	height:75px;
	vertical-align:top;
}

.date-wrap .border {
	display:block;
	margin:0 auto;
	position:absolute;
	top:-6px;
	left:-6px;
	z-index:-1;
	width:90%;
	height:75px;
	border:1px solid #ddd;
}

.date {
	margin:0;
	padding:12px 10px 5px 13px;
	width:70px;
	height:75px;
	background:#333333;
	text-align:center;
	vertical-align:top;
}

.date .month {
	position:relative;
	top:0;
	left:0;
	color:#A7A7A7;
	font:600 11px Montserrat;
	letter-spacing:2px;
	text-transform:uppercase;	
}

.date .num {
	display:inline-block;
	position:relative;
	top:5px;
	left:0;
	color:#fff;
	font:28px Abril Fatface;
	text-transform:uppercase;
	line-height:38px;
}

.date .num:before {
	content:'';
	display:block;
	position:relative;
	top:0;
	width:30px;
	height:1px;
	background:#4B4B4B;
}


/*	5.3 Post Entry
--------------------------------------------- */

.post-entry {
	margin:0 auto;
	padding:0;
	overflow:hidden;
}

/*  Read More Link  ---------- */

.more-link,
.more-link:hover,
.more-link:focus {
	display:table;
	margin:15px 0 20px;
	padding:6px 10px 6px 14px;
	position:relative;
	z-index:10;
	color:#fff;
	background:#454545;
	font-size:11px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:2px;
	text-align:center;
	box-shadow:none;
}

a.more-link,
a.more-link:hover,
a.more-link:focus {
	color:#fff;
}

.post-entry .more-link,
.post-entry .more-link:hover,
.post-entry .more-link:focus {
	box-shadow:none;
}

.more-link:after,
.more-link:hover:after,
.more-link:focus:after {
	content:'\f101';
	margin-left:7px;
	position:relative;
	z-index:10;
	color:#fff;
	font-weight:400;
	font-size:11px;
}

/*  External Links  ---------- */

.ext-links {
	margin:35px auto;
	padding:20px 15px 14px;
	position:relative;
	font-size:12px;
	line-height:160%;
	vertical-align:middle;
	border:1px solid #EEEEEE;
}

.ext-links:before,
.ext-links:after {
	color:#363636;
	background:#fff;
	font-size:14px;
}

.ext-links:before {
	content:'\f0c6';
	padding:0 2px;
	position:absolute;
	z-index:6;
	top:-8px;
	left:15px;
	color:#5B5B5B;
	font-size:15px;
	font-weight:400;
	line-height:19px;
	box-shadow:
	5px 0 0 #fff,
	-7px 0 0 #fff;
}

.ext-links:after {
	content:'Gallery Links';
	position:absolute;
	z-index:6;
	top:-9px;
	left:41px;
	font-size:14px;
	font-weight:600;
	letter-spacing:1px;
	border-bottom:2px solid;
	border-image:url('./images/mast-head-bg.jpg') 10 stretch;
	box-shadow:
	10px 0 0 #fff,
	-10px 0 0 #fff;
}

.ext-links a {
	color:#363636;
	font-weight:700;
}


/*	5.4 Post Footer
--------------------------------------------- */

.post-footer {
	margin:0 10px 50px;
	position:relative;
	text-align:center;
}

.post-footer:before {
	content:'';
	display:block;
	margin:0 auto;
	position:absolute;
	top:-8px;
	left:-8px;
	z-index:0;
	width:90%;
	height:40px;	
	border:1px solid #eee;
}

.post-footer:after {
	content:'';
	display:block;
	margin:0 auto;	
	position:absolute;
	bottom:-8px;
	right:-8px;
	z-index:0;
	width:90%;
	height:40px;
	background:#994B37;
}

.post-footer .cmnt,
.post-footer .author {
	display:inline-block;
	text-align:center;
}

.post-footer .cmnt,
.post-footer .post-cats {
	padding-left:15px;
}

.post-footer .author,
.post-footer .cmnt {
	padding-right:15px;
	border-right:1px solid #E0E0E0;
}

/*  Post Meta  ---------- */
 
.post-meta {
	display:block;
	margin:0 auto 0;
	padding:15px 25px;
	position:relative;
	z-index:50;
	color:#A0A0A0;
	background:#F7F7F7;
	font-size:10px;
	font-weight:600;
	letter-spacing:0;
	text-transform:uppercase;
	line-height:100%;
}

.author span.fa,
.cmnt span.fa {
	margin-right:5px;
	color:#A0A0A0;
	font-weight:400;
}

.cmnt a {
	color:inherit;
}

/*  Categories  ---------- */

.post-cats {
	display:inline;
}

.post-cats a {
	display:inline-block;
	margin:0;
	padding:0;
	color:#A0A0A0;
	line-height:15px;
	letter-spacing:0;
}

.post-cats span.fa {
	margin-right:5px;
	position:relative;
	top:0;
	font-weight:400;
}

/*  Tags  ---------- */

.post-tags {
	display:block;
	margin-bottom:10px;
	width:95%;
	max-width:95%;
	font-size:10px;
	font-weight:600;
	text-transform:uppercase;
	line-height:23px;	
}

.post-tags span.fa {
	margin-right:5px;
	position:relative;
	top:0;
	color:#A0A0A0;
	font-size:11px;
}

.post-tags a {
	margin-right:1px;	
	padding:3px 4px;
	color:#999;
	background:#f7f7f7;
}

.post-tags a:hover {
	color:#fff;
	background:#994B37;
}


/*	5.5 Post Thumbnail
--------------------------------------------- */

.post-thumbnail {
	display:block;
	margin:0 auto 15px;
	position:relative;
	z-index:100;
	max-width:100%;
	max-height:350px;
	overflow:hidden;
}

.post-thumbnail img {
	margin:0;
	padding:0;
	position:relative;
	z-index:500;
	width:100%;
	max-width:100%;
	height: auto;
	background:none;
	box-shadow:none;
	border:0;
	border-radius:0;
}

.post-thumbnail img,
.post-thumbnail .post-img,
.post-thumbnail .post-img-full {
	opacity:1;
}

.post-thumbnail:hover img,
.post-thumbnail .post-img:hover,
.post-thumbnail .post-img-full:hover {
	opacity:.8;
	filter: saturate(0);
}

.post-thumbnail:before {
	content:'';
 
}


/*	5.6 Share Buttons
--------------------------------------------- */

.post-meta .share-buttons {
	position:absolute;
	bottom:-40px;
	right:0;
	z-index:60;
}

.share-buttons {
	float:right;
	display:grid;
	margin:0 auto;
	grid-template-columns:repeat(5, 1fr);
	column-gap:5px;
	letter-spacing:0;
	line-height:14px;
	overflow:hidden;	
}

.share-buttons a {
	display:block;
	padding:4px 0 0;
	width:30px;
	height:25px;
	color:#A0A0A0;
	font-weight:400;
	text-align:center;
	text-decoration:none;
	border:1px solid #eee;
}

.share-buttons a:focus,
.share-buttons a:hover {
	background:#eee;
}

.share-buttons .twitter:before,
.share-buttons .facebook:before,
.share-buttons .tumblr:before,
.share-buttons .pinterest:before,
.share-buttons .mail:before {
	font-size:10px;
	font-weight:400;
}

.share-buttons .twitter:before {
	content:'\f099';
}

.share-buttons .facebook:before {
	content:'\f39e';
}

.share-buttons .tumblr:before {
	content:'\f173';
}

.share-buttons .pinterest:before {
	content:'\f0d2';
}

.share-buttons .mail:before {
	content:'\f0e0';
}


/*	5.7 Author Biography
--------------------------------------------- */

.post-author-meta {
	margin:0 auto 65px;
	padding:25px 25px;
	color:#666666;
	background: #f7f7f7;
	border:1px solid #eee;
	overflow:hidden;
}

.post-author-meta a {
	color:inherit;
}

.post-author-meta .bio-wrap {
	padding-top:5px;
}

.post-author-meta .avatar-wrap {
	float:right;
	padding-left:25px;
}

.post-author-meta .avatar-wrap > img {
	width:120px;
	border:0;
	border-radius:4px;
}

.post-author-meta .author {
	margin-bottom:10px;
	color:#333;
	font-family:Playfair Display;
	letter-spacing:1px;
}

.post-author-meta .author:before {
	visibility:hidden; display:none;
}

.post-author-meta .author span {
	font-weight:700;
	font-style:italic;
	background-image:linear-gradient(180deg, #eee, #eee);
	background-image:-o-linear-gradient(top, #eee, #eee);
	background-image:-webkit-gradient(linear, left top, left bottom, from(#eee), to(#eee));
	background-image:-webkit-linear-gradient(top, #eee, #eee);
	background-repeat:no-repeat;
	background-position:4px bottom;
	background-size:100% 9px;
}

.post-author-meta .links {
	display:block;
	margin-top:15px;
	font:700 11px Open Sans;
}

.post-author-meta .links span {
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #E0E0E0;
}

.post-author-meta .links span:before {
	display:inline-block;
	margin:0 10px 5px 0;
	font:400 12px Font Awesome;
	text-align:center;
}

.post-author-meta span.website {
	border:0;
}

.post-author-meta .posts:before,
.post-author-meta .email:before,
.post-author-meta .website:before {
	margin-right:10px;
	color:#999;
	font-family:Font Awesome;
}

.post-author-meta .posts:before {
	content:'\f303';
}

.post-author-meta .email:before {
	content:'\f0e0';
}

.post-author-meta .website:before {
	content:'\f0ac';
}


/*	5.8 Related Posts 
--------------------------------------------- */

.related-posts {
	margin-bottom:65px;
}

.related-posts,
.related-posts-slider {
	padding:0 3%;
}

.related-header {
	margin:0 0 35px;
	font-size:20px;
	text-align:center;
}

.related-item {
	display:inline-block;
	margin-top:0;
	margin-bottom:0;
	padding:0 15px;
	text-align:center;
	vertical-align:top;
}

.related-image {
	display:block;
	position:relative;
	margin:0 auto 15px;
	width:100%;
	height:140px;
	background:linear-gradient(to bottom, #f7f7f7 0%,#eee 100%);
	overflow:hidden;
}

.related-image:before {
	content:'\f1ea';
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	color:#000;
	font-size:70px;
	text-shadow:-1px -1px 2px rgba(255,255,255,.3);
	transform:translate(-50%, -50%);
	opacity:.1;
}

.related-image:after {
	content:'';
	position:absolute;
	bottom:-20px;
	left:-7px;
	z-index:699;
	width:0;
	height:0;
	border-top:30px solid transparent;
	border-bottom:30px solid transparent;
	border-right:30px solid #fff;
	transform:rotate(-45deg);
}

.related-item .post-thumbnail .post-img {
	margin:0;
	position:relative;
	z-index:699;
	width:100%;
	height:140px;
	background-position:top center;
	background-size:cover;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
	image-rendering:auto;
	overflow:hidden;
}

.related-item .related-title {
	margin:-0 auto 0;
	font-size:16px;
	font-weight:700;
	line-height:20px;
}

.related-date {
	margin:10px auto 0;
	padding:10px 0 0;
	position:relative;
	font:600 10px Montserrat;
	color:#9A9A9A;
	letter-spacing:2px;
	text-transform:uppercase;
	line-height:13px;	
	text-align:center;
}

.related-date:before {
	content:'';
	position:absolute;
	top:0;
	left:50%;
	width:30%;
	height:1px;
	max-width:30%;
	background:#eee;
	transform:translate(-50%);	
}


/*  5.9 Blog Layouts
--------------------------------------------- */

/* Layout Patterns ---------- */

.grid-layout .sticky {
	margin-top:-13px;
	position:relative;
}

.grid-layout .sticky:before,
.list-layout .sticky:before {
	display:block;
	margin-bottom:0;
	padding:5px 0 5px 30px;
	position:relative;
	top:0;
	width:90px;
	background-size:15px;
}

.grid-layout .has-post-thumbnail.sticky:before {
	margin-bottom:-15px;
}

.list-layout .has-post-thumbnail.sticky:before {
	margin-bottom:-25px;
}

.grid-layout .sticky:before {
	margin-bottom:-25px;
}

.grid-item,
.list-item {
	position:relative;
}

.grid-item .post-footer,
.list-item .post-footer {
	position:relative;
	margin:auto 0;
	padding:0;
	text-align:center;
}

.grid-item .post-footer:after,
.list-item .post-footer:after {
	display:none;
}

.grid-item .post-title,
.list-item .post-title {
	font-size:20px;
	line-height:160%;
}

.grid-item .date-wrap,
.list-item .date-wrap {
	text-align:center;
}

.grid-item .date-wrap .border,
.list-item .date-wrap .border {
	height:55px;
}

.grid-item .date,
.list-item .date {
	padding:0;
	width:50px;
	height:60px;
}

.grid-item .date .month,
.list-item .date .month {
	top:10px;
	left:0;
	right:0;
	font-size:10px;
	letter-spacing:0;
}

.grid-item .date .num,
.list-item .date .num {
	top:10px;
	left:0;
	font-size:18px;
	line-height:32px;
}

.grid-item .date .num:before,
.list-item .date .num:before {
	top:3px;
}

.grid-item .more-link,
.grid-item .more-link:hover,
.grid-item .more-link:focus,
.list-item .more-link,
.list-item .more-link:hover,
.list-item .more-link:focus {
	position:relative;
	margin-top:0;
	padding:4px 12px;
	color:#666666;
	background:#eee;
}

.grid-item .more-link:after,
.grid-item .more-link:hover:after,
.grid-item .more-link:focus:after,
.list-item .more-link:after,
.list-item .more-link:hover:after,
.list-item .more-link:focus:after {
	color:#666666;
}

.grid-item .post-footer:before,
.list-item .post-footer:before,
.list-layout .list-item:nth-last-child(2) .divider,
.one-list-layout .list-item:nth-last-child(2) .divider {
	display:none; visibility:hidden;
}

.grid-layout .posts-pagination,
.one-grid-layout .posts-pagination,
.list-layout .posts-pagination,
.one-list-layout .posts-pagination {
	margin:0 auto;
	padding-top:25px;
	column-span:all;
}


/*  5.10 Grid Layout [ masonry.js ]
--------------------------------------------- */
 
.grid-sizer,
.grid-item {
	display:inline-block;
	width:47.4%;
}

.gutter-sizer {
	width:4%;
}

.grid-item {
	margin-bottom:40px;
}

.one-grid-layout .grid-wrap .full-post {
	column-span:all;
}

.grid-layout .grid-wrap .grid-item {
	padding:0 0 35px 0;
}

.grid-item {
	position:relative;
	line-height:23px;
	break-inside:avoid;
	vertical-align:top;	
}

.grid-item .post-header {
	margin:15px auto 15px;
}

.grid-item .post-footer {
	display:block;
	height:40px;
}

.grid-item .post-entry {
	margin-bottom:25px;
}

.grid-item .post-title-align {
	display:inline-block;
	max-width:80%;
}

.grid-item .post-thumbnail {
	display:block;	
	margin:0 auto;
	max-width:100%;
	max-height:200px;
}

.grid-item .date-wrap {
	float:right;
	margin:0;
	position:relative;
	width:50px;
	height:65px;
	vertical-align:top;
}

.grid-item .more-link {
	margin:0 auto;
}


/*  5.11 List Layout
--------------------------------------------- */

.list-layout .content-area {
	overflow:visible
}

.list-item {
	margin:0 auto 50px;
	padding:0;
}

.list-item .wrap {
	margin:0;
	padding:15px 0 25px;
	overflow:hidden;
}

.list-item .post-header {
	display:block;
	margin:0 0 15px;
	padding:0;
	width:100%;
	max-width:100%;
}

.list-item .post-title-align {
	display:block;
	margin-top:-8px;
	padding-top:0;
 	max-width:90%;
	text-align:left;
	vertical-align:top;
}

.has-post-thumbnail .post-title-align {
	max-width:85%;
}

.list-item .date-wrap {
	display:inline-block;
	margin:0;
	position:absolute;
	top:0;
	right:0;
	width:50px;
	height:65px;	
	vertical-align:top;
}

.list-item .post-thumbnail {
	float:left;
	margin:10px 15px 0 0;
	position:relative;	
	max-width:200px;
	max-height:200px;
	overflow:hidden;
}

.list-item .post-entry {
	padding-right:55px;
}

.list-item .more-link {
	float:right;
	margin:0;
}

.list-item .post-footer {
	margin:30px 0 0;
	padding:0;
}

.list-item .post-footer .author,
.list-item .post-footer .cmnt {
	margin:0 2px;
	padding:9px 12px;
	position:relative;
	color:#A0A0A0;
	background:#fff;
	font:400 10px Open Sans;
	letter-spacing:2px;
	text-transform:uppercase;
	box-shadow:
	3px 0 0 3px #fff,
	-3px 0 0 3px #fff;
	border:1px solid #eee;
}

.list-item .post-footer .cmnt {
	margin-right:0;
}

.list-item .more-link {
	margin-left:6px;
}


/*  5.12 Comments
--------------------------------------------- */

.comments-header {
	margin:0 0 35px;
	text-align:center;
}

.comments-title {
	font-size:20px;
	text-align:center;
}

.comment-list {
	margin:26px 0;
	padding:0;
	list-style:none;
}

.comment,
.comment-content,
.comment-meta {
	margin:10px 0;
}

.comment-body {
	border-bottom:1px solid #eee;
}

.comment:last-child {
	margin-bottom:28px;
}

.comment-author .avatar {
	float:left;
	margin:5px 20px 0 0;
	padding:0;
	width:40px;
	height:40px;
	border:0;
	border-radius:100%;
	box-shadow:none;
}

.comment-author .fn {
	font:700 11px/18px "Lato", sans-serif;
	color:#171717;
	letter-spacing:1px;
	text-transform:uppercase;	
}

.bypostauthor .comment-author .fn:after {
	content:'Post Author';
	margin:0 0 0 5px;
	padding:1px 5px;
	color:#fff;
	background:#994B37;
	font:700 9px "Lato", sans-serif;
	text-transform:none;
}

.comment-metadata {
	color:#ababab;
	font:italic 300 11px "Merriweather", serif;
	line-height:18px;
	text-transform:lowercase;
}

.comment-metadata a,
.comment-author .fn a {
	color:inherit;
}

.comment-metadata .edit-link {
	font-weight:700;
}

.comment-metadata .edit-link:before {
	content:'-';
	margin-right:5px;
}

.comment-list .reply {
	font-size:12px;
	letter-spacing:0;
	text-transform:uppercase;
}

.comment-list .reply a {
	position:relative;
	padding:5px 0 0 25px;
	font-weight:700;
}

.comment-list .reply a:before {
	content:'\f3e5';
	position:absolute;
	top:0;
	left:7px;
	font-size:11px;
}

.comment-list .children {
	margin:26px 0;
	list-style:none;
	border-left:1px dotted #e1e1e1;
}

.no-comments {
	margin-top:-24px;
}


/*  5.13 Comments Form
--------------------------------------------- */
 
.required {
	color:red;
}

.comment-respond {
	margin:48px 0 24px 0;
}

.comment-reply-title {
	margin:0;
	padding:0 0 10px 0;
	color:#212121;
	font-size:21px;
}

.comment-form label {
	display:block;
	padding:0 0 5px 0;
	line-height:1;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width:50%;
}

.comment-form textarea {
	width:80%;
}


/* 5.14 Single Post
--------------------------------------------- */

article.single-post {
	margin:0 0 75px 0;
}

article.single-post .share-buttons {
	margin:0 0 5px 0;
}

/* Post Footer & Meta  ---------- */

article.single-post .post-footer {
	margin:0 auto;
	padding:0;
	background:#fff;
	text-align:left;
	text-transform:none;
	border:1px solid #eee;
}

article.single-post .post-footer:before,
article.single-post .post-footer:after {
	display:none;
}

article.single-post .post-footer .post-meta {
	padding:0;
	background:#fff;
	font-size:12px;
	text-transform:none;
	text-align:center;
}

article.single-post .post-footer .author,
article.single-post .post-footer .cmnt {
	display:inline-block;
	padding:15px 15px;
	width:49%;
	text-align:center;
	border-right:1px solid #E0E0E0;
}

article.single-post .post-cats {
	display:block;
	margin-top:0;
	padding:15px 15px;
	text-align:center;
	border:0;
	border-top:1px solid #eee;
}

article.single-post .post-footer .cmnt {
	border:0;
}

article.single-post .author span.fa:after,
article.single-post .cmnt span.fa:after  {
	padding-left:10px;
	font:12px Open Sans, sans-serif;
}

article.single-post .author span.fa:after {
	content:"Written by:";
}

article.single-post .cmnt span.fa:after {
	content:"Comments:";
}

article.single-post .share-buttons {
	
}

/* 5.15 Pages
--------------------------------------------- */

article.page {
	margin:0 0 52px 0;
}


/* 5.16 Archives
--------------------------------------------- */

.page-header {
	margin:10px 0 35px 0;
	padding:0;
	text-align:center;
}

.page-title,
.search-title {
	display:inline-block;
	margin:0 auto 5px auto;
	font-size:28px;
	font-weight:700;
	line-height:35px;
	text-transform:none;
	border-bottom:3px solid;
	border-image:url('./images/mast-head-bg.jpg') 20 stretch;
	text-align:center;
}


/* 5.17 Search
--------------------------------------------- */

.search-results post-summary {
	margin:0 0;
}


/* 5.18 404 Page
--------------------------------------------- */

.not-found {
	margin:0 0 52px 0;
}

.not-found h2 {
	text-align:center;
}

.not-found .page-entry {
	margin:26px 0;
	text-align:center;
}

.not-found input[type="search"] {
	width:65%;
	max-width:70%;
}

.not-found .search-submit {
	display:none;
}

.not-found .recent_entries {
	margin:45px auto 0;
	width:70%;
	text-align:left;
}

.not-found ul {
	list-style:none;
	padding:0;
}

.not-found li {
	padding:7px 0;
	border-bottom:1px solid #EAEAEA;
}


/* 6.0 Sidebar
--------------------------------------------- */

.widget-area {
	font-size:13px;
	line-height:26px;
}

.widget-area h1,
.widget-area h2,
.widget-area h3,
.widget-area h4,
.widget-area h5,
.widget-area h6,
.widget-area p,
.widget-area blockquote,
.widget-area hr,
.widget-area ul,
.widget-area ol,
.widget-area table,
.widget-area form {
	margin:20px 0;
}

.widget-area .widget {
	margin:0 0 40px;
}

.widget-area a {
	color:inherit;
}

.widget-area a:focus,
.widget-area a:hover {
	color:#994B37;
}

.widget-area strong,
.widget-area b {
	color:inherit;
}

.widget-area em,
.widget-area i {
	color:inherit;
}

.widget-area u {
	color:inherit;
}

.widget-area .wp-caption {
	background:#fff;
	border-right:2px solid #EAEAEA;
	border-bottom:2px solid #EAEAEA;
}

/*  Blockquote  ---------- */

.widget-area blockquote {
	position:relative;
	margin:0;
	padding:15px;
	color:#999999;
	background:#fff;
	line-height:170%;
	border-right:2px solid #EAEAEA;
	border-bottom:2px solid #EAEAEA;
}

.widget-area blockquote:before,
.widget-area blockquote:after {
	content:'';
	background:transparent;
}

.widget-area blockquote p {
	margin:0;
	padding:0;	
	position:relative;
	z-index:10;
}

/*  Lists  ---------- */

.widget-area ul {
	margin-bottom:10px;
	padding:0;
	list-style:none;
}

.widget-area ul:last-of-type {
	margin:0 0 20px;
}

.widget-area li {
	margin-bottom:3px;
	padding:5px 0;
	border-bottom:1px solid #EAEAEA;
}


/*  6.1 Widgets
--------------------------------------------- */

.widget {
	padding:0 35px 25px;
	position:relative;
	z-index:15;
	color:#666666;
	background:#F7F7F7;
	border:1px solid #EAEAEA;
	overflow:hidden;
}

/*  Heading  ---------- */

.widget-title {
	display:block;
	margin:0 0 25px;
	padding:0;
	position:relative;
	color:#151515;
	font-size:16px;
	font-weight:600;
	line-height:110%;
	letter-spacing:3px;
	text-transform:lowercase;
}

.widget-title span {
	position:relative;
	top:-1px;
	left:25px;
}

.widget-title:before {
	content:'\f192';
	margin-right:10px;
	position:absolute;
	top:0;
	color:#333333;
	font-size:11px;
}

.widget-title:after {
	content:'';
	position:absolute;
	top:-22px;
	left:4px;
	width:2px;
	height:20px;
	background:#333333;
}

/*  Search  ---------- */

.widget_search input[type="search"] {
	width:100%;
	background:#fff;
}

.widget_search input[type='submit'] {
	display:none;visibility:hidden;
}

/*  TagCloud  ---------- */

.tagcloud {
	padding-top:5px;
	text-align:left;
	line-height:20px;
	overflow:hidden;
}

.tagcloud ul li {
	display:inline;
	margin:0;
	padding:0;
	border:0;
}

.tagcloud a {
	display:inline-block;
	margin:0 0 3px 0;	
	padding:2px 8px;
	color:#999;
	background:#E8E8E8;
	font-size:10px!important;
	font-weight:700;
	text-transform:uppercase;
}

.tagcloud a:hover,
.tagcloud a:focus {
	color:#fff;
	background:#525252;	
}

/*  Category/Archive Dropdown  ---------- */

.widget_archive select,
.widget_categories select {
	width:100%;
}

/*  Calendar  ---------- */

.widget_calendar #wp-calendar {
	margin:0 auto;
}

.widget_calendar .wp-calendar-nav-prev,
.widget_calendar .wp-calendar-nav-next {
	display:inline-block;
	padding-top:5px;
	font-weight:700;
	text-transform:uppercase;
}

.widget_calendar caption {
	margin:0 2px;
	padding:5px 0;
	background:#EAEAEA;
	font-size:14px;
	font-weight:700;
	letter-spacing:2px;	
	text-transform:uppercase;
}

.widget_calendar tbody td {
	text-align:center;
}

.widget_calendar td,
.widget_calendar th {
	padding:10px;
	width:10%;
	text-align:center;
	border-bottom:1px solid #EAEAEA;
}

.widget_calendar th {
	background:#EAEAEA;
	font-weight:700;
	border:0;
}

/*  Navigation Menu  ---------- */

.widget_nav_menu ul li {
	margin-bottom:0;
	padding:2px 0;
}

.widget_categories ul:not(.children),
.widget_pages ul:not(.children),
.widget_nav_menu ul:not(.sub-menu) {
	padding-bottom:2px;
	border-bottom:1px solid #EAEAEA;
}

.widget_categories li:last-child,
.widget_pages li:last-child,
.widget_nav_menu .sub-menu li:last-child,
.widget_nav_menu li:last-child {
	padding-bottom:0;
	border-bottom:none;
}

.widget_categories .children,
.widget_pages .children,
.widget_nav_menu .sub-menu {
	margin:0;
	padding:0;
}

.widget_categories .children li,
.widget_pages .children li,
.widget_nav_menu .sub-menu li {
	margin-top:2px;
	padding:0 0 2px 20px;
}

.widget_categories .children li:first-child,
.widget_pages .children li:first-child,
.widget_nav_menu .sub-menu li:first-child {
	padding-top:2px;
	border-top:1px solid #EAEAEA;
}

/*  Social Icons Menu  ---------- */

.widget-area .social-nav {
	display:block;	
	margin:0 auto ;
	padding:0;
	text-align:center;
}

.widget-area .social-nav ul {
	margin:0;
	padding:0;
	list-style:none;
	overflow:visible;
}

.widget-area .social-nav ul li {	
	float:none;
	display:inline-block;
	margin-right:2px;
	padding:0;
	width:auto;
	background:none;
	border:0;
}

.widget-area .social-nav ul li:last-child {	
	margin-right:0;
}

.widget-area .social-nav a {
	margin:0;
	padding:0;
	position:relative;
	width:40px;
	height:35px;
	color:#666;
	background:#fff;
	font-size:14px;
	font-weight:400;
	line-height:13px;
	text-align:center;
	border:1px solid #E5E5E5;
	border-radius:5px;
}
.widget-area .social-nav a:hover,
.widget-area .social-nav a:focus {
	color:inherit;
}
.widget-area .social-nav a:before {
	position:relative;
	top:10px;
	left:0;
	background:none;
}
.widget-area .social-nav a,
.widget-area .social-nav a:hover,
.widget-area .social-nav a:focus {
	color:#A0A0A0;
	box-shadow:none;
}

/*	7.0 Footer
--------------------------------------------- */

/*  7.1 Gallery Feed 
	>> Uses CPMFetch ---------- */

.footer-imgs {
	display:block;
	margin:0 auto;
	padding-top:80px;
	position:relative;
	z-index:30;
	overflow:hidden;
}

.footer-imgs .wrapper {
	padding:25px 25px;
	position:relative;
	max-width:1300px;
	height:200px;
	border:1px solid #eee;
	border-bottom:0;
	box-shadow:0 0 8px 3px rgba(0,0,0,.06);
}

.footer-imgs .cpmfetchtable {
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	top:-60px;
	right:15px;
	max-width:1000px;
	overflow:hidden;
}

/*  Title Styling  ---------- */

.footer-imgs .title-wrap .wrapper {
	padding:0;
	background:none;
	border:0;
}

.footer-imgs .title-wrap {
	margin:0 auto;
	position:relative;
}

.footer-imgs .title {
	margin:0;
	padding:5px;
	display:inline-block;
	position:relative;
	top:25px;
	left:70px;
	z-index:40;
	color:#474747;
	background:#fff;
	font:700 36px Montserrat;
	letter-spacing:-1px;
	text-transform:lowercase;
	line-height:24px;
	text-align:left;	
}

.footer-imgs .title-wrap:before {
	content:'\f87c';
	position:absolute;
	top:55px;
	left:0;
	z-index:0;
	color:#eee;
	font-size:90px;	
	transform:rotate(-90deg);
}

.footer-imgs .title b {
	color:#994B37;
	font-weight:600;
	font-size:30px;
}

.footer-imgs .title i {
	color:#909090;
	font-size:24px;
	font-weight:400;
	font-style:normal;
	letter-spacing:4px;
	text-transform:uppercase;
}

/*  Caption Styling  ---------- */

.footer-imgs .caption {
	display:block;
	position:absolute;
	top:130px;
	right:20px;
	width:76.5%;
	color:#9D9D9D;
	font:11px Montserrat;
	letter-spacing:1px;
	text-transform:uppercase;
}

.footer-imgs .caption a {
	position:relative;
	font-weight:600;
	color:#333333;
}

.footer-imgs .caption .descript {
	position:relative;
	top:0;
	left:0;
	font-weight:400;
}

.footer-imgs .caption .gallery-nav {
	padding-top:5px;
	max-width:80%;
	font-size:10px;
	font-weight:400;
	text-transform:lowercase;
}

.footer-imgs .caption .gallery-nav .fa {
	margin-right:5px;
	position:relative;
	top:1px;
	color:#333333;
}

.footer-imgs .caption .gallery-nav .menu {
	display:inline-block;
}

.footer-imgs .caption .gallery-nav ul {
	display:inline-block;
	margin:0;
	padding:0;
	list-style:none;
}

.footer-imgs .caption .gallery-nav ul li {
	display:inline-block;
	padding:0;
}

.footer-imgs .caption .gallery-nav ul li:after {
	content:'\2022';
	margin:0 2px 0 5px;
}

.footer-imgs .caption .gallery-nav ul li:last-child:after {
	content:'';
}

.footer-imgs .caption .gallery-link {
	float:right;
	position:absolute;
	top:5px;
	right:0;
	font-size:14px;
}

.footer-imgs .gallery-link .fa {
	margin-right:5px;
	color:#333333;
}

/*  Thumbnail Styling  ---------- */

.footer-imgs img {
	margin:0;
	padding:0;
	max-width:100%;
	height:auto;
	border:0;
	border-radius:0;
	vertical-align:top;
	box-shadow:0 0 8px 3px rgba(0,0,0,.06);
}

.footer-imgs table {
	margin:0;
}

.footer-imgs td {
	margin:0;
	padding:0 10px 0 0;
	border-radius:0;
	box-shadow:none;
}


/*  7.2 Widget Area
--------------------------------------------- */

.footer-content {
	display:block;
	padding:2% 0 2%;
	position:relative;
	color:#666666;
	background:#eee;
	font-size:13px;
	border-top:1px solid #E2E2E2;
	overflow:hidden;
}

.footer-content a {
	color:inherit;
}

.footer-content:before {
	content:'';
	display:block;
	position:absolute;
	top:0;
	z-index:5;
	width:100%;
	height:100%;
	background-image:url('./images/mast-head-bg.jpg');
	background-repeat:repeat;
	background-position:center top;
	background-size:100%;
	filter:contrast(140%);
	opacity:.15;
}

.footer-content .wrapper {
	margin:0 auto;
	position:relative;
	z-index:15;
	background:rgba(255,255,255,.8);
	border:1px solid #E1E1E1;	
	box-shadow:0 0 18px 12px rgba(0,0,0,.05);
}

.footer-content .widget {
	display:inline-block;
	padding:35px;
	width:33.3%;
	background:none;
	border:0;
	vertical-align:top;
}

.footer-content .widget ul {
	margin:0;
	padding:0;
	list-style:none inside none;
}

.footer-content .widget ul li {
	margin-bottom:2px;
	padding:2px 0;
	border-bottom:1px solid #eee;
	box-shadow:inset 0 -1px 0 #fff;
}

.footer-content .widget blockquote {
	margin:0 10px;
	padding:10px 15px;
	position:relative;
	color:#8B8B8B;
	background:#fff;
	border-right:2px solid #EAEAEA;
	border-bottom:2px solid #EAEAEA;
}

.footer-content .widget:before,
.footer-content .widget blockquote:before {
	display:none; visibility:hidden;
}


/*  7.3 Site Footer
--------------------------------------------- */

.site-footer {
	margin:0 auto 0;
	padding:25px 0;
	position:relative;
	color:#909090;
	background:#333333;
 	font-size:13px;
	text-align:left;
	line-height:16px;	
	border-top:1px solid #dfdfdf;
}

.site-footer strong {
	color:#eee;
}

.site-footer .wrapper {
	padding:0 2%;
}

.site-footer .credit {
	padding:10px;
	position:relative;
	top:-15px;
	right:0;
	color:#fff;
	background:rgba(0,0,0,.3);
}

.site-footer .credit:hover {
	color:#fff;
	background:#994B37;
	box-shadow:none;
}

.site-footer .credit:before {
	content:'\f3a5';
	margin-right:5px;
	position:relative;
	top:1px;
	font-size:12px;
}

.site-footer .site-info {
	display:block;
	margin-bottom:0;
	font-size:13px;
	font-weight:400;
}

.site-footer .site-disclaimer {
	margin:5px auto 0;
	padding-top:10px;
	width:85%;
	border-top:1px solid #dfdfdf;
}

.site-footer a {
	color:inherit;	
	font-size:10px;
	letter-spacing:1px;
	text-transform:uppercase;
}

.site-footer a:hover {
	color:#fff;
	text-decoration:none;
	box-shadow:0 2px 0 #994B37;
}


/*  8.0 Features & Plugins
--------------------------------------------- */

/*  8.1 Breadcrumb Navigation
--------------------------------------------- */

.breadcrumbs {
	margin:0 auto 30px;
	padding:0 0 5px;
	list-style:none;
	color:#666666;
	background:#fff;
	font-size:11px;
	text-transform:uppercase;
	border-bottom:1px solid #eee;
	overflow:hidden;
}

.breadcrumbs ul {
	margin:0 auto;
	padding:0;
	list-style:none;
}

.breadcrumbs li {
	display:inline-block;
	vertical-align:middle;
}

.breadcrumbs a,
.breadcrumbs li.current {
	color:#666666;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus {
	color:inherit;
}

.breadcrumbs li.current {
	font-weight:700;
}
  
.breadcrumbs .separator {
	margin:0 10px;
	position:relative;
	top:0;
	color:#999!important;
	font-family:400 12px Font Awesome;
	font-style:normal;
}


/*  8.2 Slick Slider [ slick.js ]
--------------------------------------------- */

.related-posts-slider {
	margin:0 25px;
	padding:0;
	position:relative;
	width:95.5%;
	vertical-align:top;
}

/*  Slick Slider:Arrow Navigation  ---------- */

.related-posts-slider .slick-prev,
.related-posts-slider .slick-next {
	top:45%;
	width:20px;
	height:20px;
	transform:translate(0, -45%);
	border:0;
	box-shadow:none;
	outline:none;
}

.slick-prev:before,
.slick-next:before {
	color:#999999;
}

.slick-prev {
	left:-25px;
}

/*  Slick Slider Dots Navigation  ---------- */

.slick-dots {
	position:absolute;
	left:5px;
	bottom:5px;
	text-align:left;
}

.slick-dots li {
	margin:0 5px;
	width:10px;
	height:20px;
}

.slick-dots li button:before {
	color:#000;
	opacity:.25;
}

.slick-dots li.slick-active button:before {
	content:'\25C9';
	color:#000;
	opacity:1;
}


/* 8.3 Jetpack [Wordpress Plugin]
 * >> https://wordpress.org/plugins/jetpack/
--------------------------------------------- */

/*  Infinite Scroll  ---------- */

.infinite-scroll .posts-pagination,
.infinite-scroll.neverending .site-footer {
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}

/*  masonry/grid layout adjustments  */

.infinite-wrap .grid-item {
	display:inline-block;
	width:49%;
}

.infinite-wrap .grid-item {
	padding:0 0 35px;
}

.infinite-wrap .grid-item:nth-of-type(even) {
	padding-left:4%;
}

/*  more post button  */

#infinite-handle {
	display:block;
	width:100%;
}

#infinite-handle span {
	display: block;
}

#infinite-handle button {
	display: table;
	margin: 0;
	padding: 5px 20px;
	width:100%;
	font-weight:700;
	text-transform:uppercase;
	line-height: 30px;
	transition: all .4s ease-in-out;
}

#infinite-handle span:hover,
#infinite-handle span:focus {
	color: #fff;
	background: #994B37;
	border:0;
}

/*  Carousel Gallery  ---------- */

.jp-carousel-wrap img {
	border:0;
}


/* 8.4 Contact Form 7 [Wordpress Plugin]
 * >> https://wordpress.org/plugins/contact-form-7/
--------------------------------------------- */

.wpcf7 input,
.wpcf7 textarea {
	width: 370px;
	padding: 10px;
}

.wpcf7 textarea {
	width: 90%;
}

.wpcf7 .wpcf7-submit {
	width: auto;
	padding: 9px 20px;
}


/*  8.5 D4P Tabber [Wordpress Plugin]
 * >> https://dev4press.com/
--------------------------------------------- */

.widget_d4p-smashing-tabber {
	padding:0;
	background:#fff;
	border:0;
	overflow:visible;
	position:relative;
}

.widget_d4p-smashing-tabber .d4p-tabber-widget div.d4p-st-tab {
	position:relative;
	top:-9px; 
	z-index:10;
	padding:25px 35px;
	background:#F7F7F7;
	border:1px solid #EAEAEA;
	overflow:hidden;
}

.d4p-tabber-widget ul.d4p-tabber-header {
	margin:0; 
	overflow: auto;
	text-align:left;
}

.d4p-tabber-widget ul.d4p-tabber-header li {
	display:inline-block;
	float:none;
	list-style:none;
	border:0;
}

.d4p-tabber-widget ul.d4p-tabber-header li a,
.d4p-tabber-widget ul.d4p-tabber-header li a:hover,
.d4p-tabber-widget ul.d4p-tabber-header li a:focus {
	position:relative;
	z-index:20;
	display:inline-block;
	margin:0 3px;
	margin-left:0;
	padding:7px 10px;
	color:#333333;
	background:#fff;
	font-size: 11px;
	font-weight:700;
	text-transform:uppercase;
	line-height:18px;
	border:1px solid #EAEAEA;
	text-decoration:none;
}

.d4p-tabber-widget ul.d4p-tabber-header li a.selected {
	margin-bottom: 0; 
	color:#333333;
	background:#f7f7f7;
	border:1px solid #EAEAEA;
	border-bottom:1px solid #f7f7f7;
}

.d4p-tabber-widget div.widget {
	margin-bottom: 0;
	padding: 5px 0; 
	clear:left; 
}

.d4p-tabber-widget div.widget ul {
	margin:0 0 0;
}


/*  10.0 Patterns
--------------------------------------------- */

img,
a,
a:hover,
a:focus,
a:hover:before,
a:hover:after,
li,
li:hover {
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}

button,
input[type='reset'],
input[type='submit'],
input[type='button'] {
	-webkit-transition:all .3s ease-in-out, color .1s ease-in-out;
	-moz-transition:all .3s ease-in-out, color .1s ease-in-out;
	-o-transition:all .3s ease-in-out, color .1s ease-in-out;
	transition:all .3s ease-in-out, color .1s ease-in-out;
}


/*  10.1 Hide Elements
--------------------------------------------- */

/* 
	(.hide--mobile)  hide on mobile view 
	(.hide--desktop) hide on desktop view
	(.hide general)  hide everywhere 
*/

.hide--mobile,
.hide--desktop,
.hide {
	display:none;
}

/*	Unhide For Desktop ONLY  ---------- */
	@media screen and (min-width:1100px) {
		.hide--mobile {
			display:block;
		}
	}
	
/*	Unhide For Mobile ONLY  ---------- */
	@media screen and (max-width:1099px) {
		.hide--desktop {
			display:block;
		}
	}


/*	10.2 Accessibility
--------------------------------------------- */

.says,
.screen-reader-text {
	position:absolute!important;
	width:1px;
	height:1px;
	clip:rect(1px,1px,1px,1px);
	overflow:hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	display:block;
	padding:15px 23px 14px;
	top:5px;
	left:5px;
	z-index:100000;
	width:auto;
	height:auto;
	color:#21759b;
	background-color:#f1f1f1;
	font-size:14px;
	font-weight:bold;
	line-height:normal;
	text-decoration:none;
	border-radius:3px;
	box-shadow:0 0 2px 2px rgba(0,0,0,.6);
	clip:auto!important;
}


/*  10.3 Alignments
--------------------------------------------- */

.clear {
	clear:both;
}

.text-center {
	text-align:center;
}

.text-left {
	text-align:left;
}

.text-right {
	text-align:right;
}

.pull-left {
	float:left;
}

.pull-right {
	float:right;
}

.alignnone {
	margin:5px 20px 20px 0;
}

.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}

.alignright {
	float:right;
	margin:5px 0 20px 20px;
}

.aligncenter {
	display:block;
	margin:0 auto 10px auto;
}


/*  10.4 Media
--------------------------------------------- */

.wp-smiley,
.wp-smiley:hover,
.noborder img {
	margin:0;
	padding:0;
	background:none;
	border:0;
	border-radius:0;
	box-shadow:none;
	opacity:1;
}


/*  10.5 Galleries
--------------------------------------------- */

.gallery {
	margin:auto;
	position:relative;
}

.gallery:after {
	content:'';
	display:table;
	clear:both;
}

.gallery .gallery-item {
	float:left;
	display:inline-block;
	margin:0 10px 10px 0;
	max-width:100%;
	height:auto;
	text-align:center;
	vertical-align:top;
}

.gallery .gallery-item img {
	display:block;
	margin:0 auto;
	max-width:100%;
	height:auto;
}

.gallery .gallery-caption {
	display:block;
	margin-top:12px;
}

.gallery-columns-1 .gallery-item {
	float:none;
	margin:0 0 10px 0;
	width:100%;
}

.gallery-columns-2 .gallery-item {width:49%;}
.gallery-columns-3 .gallery-item {width:32%;}
.gallery-columns-4 .gallery-item {width:23.25%;}
.gallery-columns-5 .gallery-item {width:18%;}
.gallery-columns-6 .gallery-item {width:14.2%;}
.gallery-columns-7 .gallery-item {width:12%;}
.gallery-columns-8 .gallery-item {width:10.2%;}
.gallery-columns-9 .gallery-item {width:8.85%;}

.gallery-columns-2 .gallery-item:nth-of-type(even),
.gallery-columns-3 .gallery-item:nth-of-type(3n+3),
.gallery-columns-4 .gallery-item:nth-of-type(4n+4),
.gallery-columns-5 .gallery-item:nth-of-type(5n+5),
.gallery-columns-6 .gallery-item:nth-of-type(6n+6),
.gallery-columns-7 .gallery-item:nth-of-type(7n+7),
.gallery-columns-8 .gallery-item:nth-of-type(8n+8),
.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
	margin-right:0;
}

.gallery-columns-2 .gallery-item:nth-of-type(odd),
.gallery-columns-3 .gallery-item:nth-of-type(3n+4),
.gallery-columns-4 .gallery-item:nth-of-type(4n+5),
.gallery-columns-5 .gallery-item:nth-of-type(5n+6),
.gallery-columns-6 .gallery-item:nth-of-type(6n+7),
.gallery-columns-7 .gallery-item:nth-of-type(7n+8),
.gallery-columns-8 .gallery-item:nth-of-type(8n+9),
.gallery-columns-9 .gallery-item:nth-of-type(9n+10) {
	clear:left;
}


/*  10.6 Captions
--------------------------------------------- */
 
.wp-caption {
	margin-bottom:24px;
	padding:10px;
	max-width:98%;
	background:#eee;
}

.wp-caption img {
	display:block;
	margin:0 auto;
	padding:0;
	width:100%;
	border:0;
}

.wp-caption p.wp-caption-text,
.wp-caption .wp-caption-dd {
	margin:9px 0;
	padding:10px 10px 0;
	font-size:12px;
	font-style:italic;
	line-height:140%;
}

.gallery-caption {
	margin:0;
	padding:0;	
	font-size:11px;
	line-height:17px;
}


/*  11.0 Full Header Layout

	>> add "full-header" class 
	to the <body> tag to use.
	
	example:<body class="full-header">
--------------------------------------------- */

body.full-header .wrapper--alt {
	margin-bottom:0;
	top:0;
}

body.full-header .content-area {
	margin-top:0;
}

/*  Master Header  ---------- */

body.full-header .mast-head {
	max-width:1300px;
	height:500px;
}

body.full-header .mast-head .wrap {
	position:absolute;
	top:0;
	right:0;
	max-width:1300px;
	height:500px;
}

/*  Master Header:Header #01  ---------- */

body.full-header .mast-head .head_1 {
	display:block;
	position:absolute;
	top:25px;
	right:10px;
	z-index:50;
	width:96%;
	height:450px;
	background-image:url('./images/full-head.png');
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	text-align:center;
}

body.full-header .mast-head .head_1_bg {
	display:block;
	position:absolute;
	top:15px;
	right:0;
	z-index:25;
	width:450px;
	height:300px;	
	background:#994B37;
	overflow:hidden;
}

/*  Master Header:Header #02  ---------- */

body.full-header .mast-head .head_2 {
	display:block;position:absolute;
	top:80px;left:0%;z-index:60;
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100%;
	height:350px;
	max-width:325px;
	overflow:hidden;
	text-align:center;
}

body.full-header .mast-head .head_2_bg {
	display:block;
	position:absolute;
	top:86px;
	left:.6%;
	z-index:55;
	max-width:325px;
	height:350px;
	border:1px solid #707070;
	overflow:hidden;
}

/*  Social Navigation  ---------- */

body.full-header .mast-head .social-nav {
	bottom:6.2%;
	right:1.4%;
	width:28px;
}

body.full-header .mast-head .social-nav a {
	padding:7px 7px 7px 7px;
}

/*  Site Title  ---------- */

body.full-header .site-title {
	padding-left:0;
	position:absolute;
	top:15px;
	left:15px;
	z-index:999;
	width:auto;
	height:65px;
	color:#333333;
	font:400 22px/28px Montserrat;
	letter-spacing:-1px;
	text-transform:uppercase;
	text-align:center;
	line-height:38px;
	text-shadow:2px 2px 0 #fff;
	line-height:220%;
}

body.full-header .site-title:before {
	content:'\f005';
	padding-right:25px;
	position:relative;
	top:-3px;
	left:-10px;
	z-index:999;
	color:#994B37;
	font-size:15px;
	text-shadow:none;
}
 
body.full-header .site-title:after {
	content:'';
	position:absolute;
	top:23px;
	left:15px;
	right:0;
	z-index:999;
	width:20px;
	height:2px;	
	background:#333333;
}

body.full-header .site-title i {
	font:400 32px The Flower City;
}

body.full-header .site-line-circle,
body.full-header .text-box {
	display:none;
}


/*  12.0 Dark Theme
	>> add "dark" class to the 
	<body> tag to override light theme.
	
	example:<body class="dark">
--------------------------------------------- */

/*  Global  ---------- */
body,
body.dark {
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}

body.dark::-webkit-scrollbar,
body.dark::-webkit-scrollbar-thumb {
	background-color:#fff;
	border-color:#333333;
}

body.dark,
body.dark blockquote:before,
body.dark blockquote:after,
body.dark .ext-links:before,
body.dark .ext-links:after,
body.dark .footer-content,
body.dark .comment-respond input[type='text'],
body.dark .comment-respond input[type='email'],
body.dark .comment-respond input[type='url'],
body.dark .comment-respond textarea {
	background:#333333;
}

body.dark img {
	border-color:#232323;
}

body.dark .breadcrumbs {
	background:#333333;
	border-color:#444444;
}

body.dark .wp-caption {
	background:#232323;
	border-color:#232323;
}

body.dark input[type="text"],
body.dark input[type="password"],
body.dark input[type="email"],
body.dark input[type="url"],
body.dark input[type="date"],
body.dark input[type="month"],
body.dark input[type="time"],
body.dark input[type="datetime"],
body.dark input[type="datetime-local"],
body.dark input[type="week"],
body.dark input[type="number"],
body.dark input[type="search"],
body.dark input[type="tel"],
body.dark input[type="color"],
body.dark #comment,
body.dark textarea,
body.dark select {
	background:#232323;
	border-color:#515151;
}

body.dark button,
body.dark input[type='reset'],
body.dark input[type='submit'],
body.dark input[type='button'] {
	color:#fff;
	background:#232323;
	border:0;
}

body.dark,
body.dark .main-nav ul li a,
body.dark .top-container .site-navigation--wrap:after,
body.dark .widget-title:before,
body.dark .widget-title span,
body.dark .widget-title:before,
body.dark .widget-title:after,
body.dark .widget-area a,
body.dark .ext-links:before,
body.dark .ext-links:after,
body.dark .related-item .related-title,
body.dark .related-item .related-title a,
body.dark .single-post-nav a,
body.dark .post-author-meta .author,
body.dark .comment-list .reply a,
body.dark .comment-respond a,
body.dark .comment-navigation a,
body.dark input,
body.dark input[type="text"],
body.dark .widget_search input[type="search"],
body.dark textarea,
body.dark #comment,
body.dark select {
	color:#C4C4C4;
}

body.dark .widget-area a:hover,
body.dark .comment-navigation a:hover,
body.dark .comment-navigation a:focus,
body.dark .footer-content a:hover {
	color:#fff;
}

body.dark h1,
body.dark h2,
body.dark h3,
body.dark h4,
body.dark h5,
body.dark h6 {
	color:#eee;
}

body.dark td,
body.dark th,
body.dark .comment-body,
body.dark .comment-list .children,
body.dark .comment-list .children .comment,
body.dark .not-found li {
	border-color:#515151;
}

body.dark th {
	background:#232323;
}

body.dark blockquote {
	color:#D2D2D2;
}

body.dark blockquote {
	color:#8D8D8D;
	background:#232323;
}

body.dark .site-line-circle .line,
body.dark .widget-title:after {
	background:#C4C4C4;
}

body.dark hr {
	height:1px;
	color:#515151;
	background-color:#515151;
	border:0;
}

body.dark .div-transparent:before {
	background-image:linear-gradient(to right, transparent, #515151, transparent);
}

body.dark .div-dot:after {
	color:#515151;
	background-color:#333333;
	box-shadow:0 0 0 15px #333333;
}

/*  Top Container ---------- */

body.dark .top-container .site-navigation--wrap:before {
	background:#C4C4C4;
}

body.dark .top-container:after {
	background:#232323;
	border-color:rgba(0,0,0,.26);
}

body.dark .main-nav ul li.menu-item-has-children ul {
	background: #232323;
	box-shadow:inset 0 0 1px 1px #1F1F1F;
}

body.dark .main-nav ul li ul.sub-menu a {
	color:#999999;
}

body.dark .main-nav ul li ul.sub-menu li {
	color:#999999;
	border-bottom: 1px solid #1F1F1F;
}

body.dark .main-nav ul li ul.sub-menu li:hover {
	background:rgba(0,0,0,.075);
}

/*  Master Header  ---------- */
 
body.dark .mast-head .text-box  {
	padding:20px;
	color:#8D8D8D;
	background:rgba(0,0,0,0.1);
}

body.dark .mast-head .text-box i,
body.dark .mast-head .text-box em {
	color:#f7f7f7;
}

body.dark .mast-head .text-box u {
	color:#f7f7f7;
}

body.dark .site-title {
	color:#f7f7f7;
	text-shadow:2px 2px 0 #232323;
}

/*  Content  ---------- */

body.dark .sticky:before {
	box-shadow:0 0 0 5px #333333;
}

body.dark .content-area strong,
body.dark .content-area b {
	color:inherit;
}

body.dark .content-area em,
body.dark .content-area i {
	color:#eee;
	background:#292929;	
}

body.dark .content-area u {
	color:inherit;
}

body.dark .content-area .post-entry a {
	color:#fff;
}

body.dark .content-area .post-entry a:hover,
body.dark .post-meta a:hover {
	color:#fff;
}

body.dark .post-author-meta .links a {
	color:inherit;
}

body.dark .post-thumbnail:before,
body.dark .related-image:after {
	border-color:#333333;
}

body.dark .post-thumbnail:before {
	color:#333333;
}

body.dark .date {
	color:#232323;
	background:#fff;	
}

body.dark .date .month,
body.dark .date .num {
	color:#666;
}

body.dark .date .num:before {
	background:#eee;
}

body.dark .post-title,
body.dark .post-title a,
body.dark .widget-area .widget-title {
	color:#f7f7f7;
}

body.dark .post-title,
body.dark .page-title {
	border-image:url('./images/mast-head-bg-invert.jpg') 40 stretch;
}

body.dark .post-footer:before {
	border:1px solid #515151;
}

body.dark .post-meta {
	color:#8D8D8D;
	background:#232323;
}

body.dark .post-cats a:hover,
body.dark .post-tags a:hover,
body.dark .comments-area .comments-title,
body.dark .comment-reply-title {
	color:#fff;
}

body.dark article.single-post .post-footer {
	color:#8D8D8D;
	background:#333333;
	border:1px solid #515151;
}

body.dark article.single-post .post-footer .post-meta {
	background:#333333;
}

body.dark article.single-post .post-footer .author,
body.dark article.single-post .post-footer .cmnt,
body.dark article.single-post .post-cats {
	border-color:#515151;
}

body.dark .more-link,
body.dark .more-link:hover,
body.dark .more-link:focus,
body.dark .grid-item .more-link,
body.dark .grid-item .more-link:hover,
body.dark .grid-item .more-link:focus,
body.dark .list-item .more-link,
body.dark .list-item .more-link:hover,
body.dark .list-item .more-link:focus {
	color:#8D8D8D;
	background:#232323;
}

body.dark .ext-links {
	border-color:#515151;
}

body.dark .ext-links a {
	color:inherit;
}

body.dark .ext-links:before,
body.dark .ext-links:after {
	box-shadow:
	5px 0 0 #333333,
	-7px 0 0 #333333;
}

body.dark article.single-post .post-tags a {
	color:#999;
	background:#232323;
}

body.dark .post-tags a:hover {
	color:#fff;
	background:#994B37;
	box-shadow:none;
}

body.dark .post-footer .author,
body.dark .post-footer .cmnt,
body.dark .post-author-meta,
body.dark .post-author-meta .links span {
	border-color:#525252;
}

body.dark a.post-edit-link {
	color:#8D8D8D;
	background:#232323;
	border:1px solid #525252;
}

body.dark .post-author-meta {
	color:#8D8D8D;
	background:#232323;
}

body.dark .post-author-meta .author span {
	background-image:linear-gradient(180deg, #333333, #333333);
	background-image:-o-linear-gradient(top, #333333, #333333);
	background-image:-webkit-gradient(linear, left top, left bottom, from(#333333), to(#333333));
	background-image:-webkit-linear-gradient(top, #333333, #333333);
}

body.dark .related-image {
	background:#2A2A2A;
}

body.dark .related-date:before {
	background:#525252;
} 

body.dark .slick-prev,
body.dark .slick-next,
body.dark .slick-prev:before,
body.dark .slick-next:before {
	color:#525252;
	background:none;
}

body.dark .single-post-nav,
body.dark .single-post-nav,
body.dark .single-post-nav .nav-previous {
	border-color:#525252;
}

body.dark .share-buttons a,
body.dark .posts-pagination .pages,
body.dark .page-numbers {
	color:#999;
	background:#333333;
	border:1px solid #515151;
}

body.dark .posts-pagination a:hover,
body.dark .posts-pagination a:focus,
body.dark .page-numbers:hover,
body.dark .share-buttons a:hover {
	color:#fff;
	background:#515151;
	border-color:#515151;
}

body.dark .not-found a {
	color:inherit;
}

/*  Grid Layout  ---------- */

body.dark .grid-item .post-footer:before,
body.dark .list-item .post-footer:before {
	background:#454545;
}

body.dark .list-item .post-footer .author,
body.dark .list-item .post-footer .cmnt {
	padding:10px 12px;
	color:#909090;
	background:#333333;
	border:0;	
	box-shadow:
	3px 0 0 3px #333333,
	-3px 0 0 3px #333333,
	inset 0 0 1px 1px #454545;
	outline:0;
}

body.dark .breadcrumbs a,
body.dark .breadcrumbs li.current,
body.dark .breadcrumbs .separator {
	color:#eee;
	background:#333333;
}

/*  Sidebar  ---------- */

body.dark .widget-area img {
	border-color:#444444;
}

body.dark .widget-area input,
body.dark .widget-area input[type="text"],
body.dark .widget-area .widget_search input[type="search"],
body.dark .widget-area textarea,
body.dark .widget-area select {
	background:#333333;
	border-color:#1D1D1D;
}

body.dark .widget-area .wp-caption {
	background:#333333;
	border:0;
}

body.dark .widget {
	color:#8D8D8D;
	background:#232323;
	border-color:#232323;
}

body.dark .widget-area blockquote {
	color:#8D8D8D;
	background:#333333;
	border:0;
}

body.dark .widget-area ul li,
body.dark .widget_calendar td,
body.dark .widget_calendar th,
body.dark .widget_categories ul:not(.children),
body.dark .widget_pages ul:not(.children),
body.dark .widget_nav_menu ul:not(.sub-menu),
body.dark .widget_nav_menu ul li.menu-item-has-children,
body.dark .widget_categories .children li:first-child,
body.dark .widget_pages .children li:first-child,
body.dark .widget_nav_menu .sub-menu li:first-child {
	border-color:#333333;
}

body.dark .widget_nav_menu .sub-menu {
	margin:0;
	padding:0;
}

body.dark .tagcloud a.tag-cloud-link {
	color:#999;
	background:#333333;
}

body.dark .tagcloud a.tag-cloud-link:before {
	background:#232323;
	box-shadow:inset 0 1px rgba(0,0,0,0.15);
}

body.dark .tagcloud a.tag-cloud-link:after {
	background:#fff;
	border-bottom:13px solid #232323;
	border-left:10px solid #333333;
	border-top:13px solid #232323;
}

body.dark .tagcloud a.tag-cloud-link:hover,
body.dark .tagcloud a.tag-cloud-link:focus {
	color:#fff;
	background:#994B37;
}

body.dark .tagcloud a.tag-cloud-link:hover:after {
   border-left-color:#994B37;
}

body.dark .widget_d4p-smashing-tabber {
	background:#333;
}

body.dark .widget_d4p-smashing-tabber .d4p-tabber-widget div.d4p-st-tab {
	background:#232323;
	border:1px solid #232323;
}

body.dark .d4p-tabber-widget ul.d4p-tabber-header li a,
body.dark .d4p-tabber-widget ul.d4p-tabber-header li a:hover,
body.dark .d4p-tabber-widget ul.d4p-tabber-header li a:focus {
	color:#8D8D8D;
	background:#333333;
	border:1px solid #333333;
	border-bottom:1px solid #232323;
}

body.dark .d4p-tabber-widget ul.d4p-tabber-header li a.selected {
	color:#8D8D8D;
	background:#232323;
	border:1px solid #232323;
	border-bottom:1px solid #232323;
}

body.dark .widget_calendar th,
body.dark .widget_calendar caption {
	background:#1A1A1A;
}

body.dark .widget-area .social-nav a {
	color:#999;
	background:#2A2A2A;
	border-color:#333333;
}
	
/*  Footer: Gallery Feed  ---------- */

body.dark .footer-imgs .wrapper {
	background:#232323;
	border:1px solid rgba(0,0,0,.16);
	box-shadow:0 0 8px 3px rgba(0,0,0,.10);
}

body.dark .footer-imgs td {
	border:0;
	box-shadow:none;
}

body.dark .footer-imgs .caption a {
	color:#eee;
}

body.dark .footer-imgs .title {
	background:#232323;
}

body.dark .footer-imgs .title-wrap:before {
	color:#474747;
}

body.dark .footer-imgs .fa,
body.dark .footer-imgs .caption {
	color:#909090;
}

/*  Footer:Widget Area  ---------- */
 
body.dark .footer-content {
	background:#292929;
	border-top:1px solid rgba(0,0,0,.16);
}

body.dark .footer-content .wrapper {
	color:#909090;	
	background:rgba(20,20,20,.7);
	border:1px solid rgba(0,0,0,.16);
	box-shadow:0 0 18px 12px rgba(0,0,0,.26);
}

body.dark .footer-content ul li a {
	color:inherit;
}

body.dark .footer-content:before {
	background-image:url('./images/mast-head-bg-invert.jpg');
	opacity:.050;
}

body.dark .footer-content .widget {
	background:none;
}

body.dark .footer-content blockquote {
	background:rgba(0,0,0,.36);
	border:0;
}

body.dark .footer-content ul li {
	border-color:rgba(255,255,255,.08);
	box-shadow:inset 0 -1px 0 rgba(0,0,0,.26);
}

/*  Footer:Site Footer  ---------- */

body.dark .site-footer {
	color:#5B5B5B;
	background:#111111;
	border-color:rgba(0,0,0,.26);
}

body.dark .site-footer,
body.dark .site-footer .site-disclaimer {
	border-top:1px solid #373737;
}

/*  12.1 Responsive Menu
--------------------------------------------- */

@media screen and (max-width:1099px) {

	body.dark .mobile-title,
	body.dark .mobile-title a,
	body.dark .mobile-title a:hover,
	body.dark .mobile-title a:focus {
		color:#f7f7f7;
	}
	body.dark .show-menu:before {
		content:'\f0c9';
		color:#eee;
		background:#303030;
		border:1px solid #232323;
	}
	body.dark .top-container .site-navigation--wrap {
		color:#eee;
		background:#232323;
		border-color:#333333;
	}
	body.dark .top-search .search-wrap,
	body.dark .social-nav-wrap {
		background:#232323;
		border-top:1px solid #333333;
	}
	body.dark .show-search,
	body.dark .show-search:hover,
	body.dark .show-search:focus,
	body.dark .show-social,
	body.dark .show-social:hover,
	body.dark .show-social:focus {
		background:none;
	}
	body.dark .show-search:before,
	body.dark .show-social:before {
		color:#eee;
	}
	body.dark .top-search input[type="search"] {
		color:#666;
		background:#2A2A2A;
		border-color:#2A2A2A;
	}
	body.dark .top-search .search-submit {
		color:#eee;
		background:#2A2A2A;
		border:1px solid #2A2A2A;
	}
	body.dark .main-nav ul li {
		background:#232323;
		border-color:#333333;
	}
	body.dark .main-nav ul li ul li:first-child {
		border-radius:5px 5px 0 0;
	}
	body.dark .main-nav ul li ul li:last-child {
		border-radius:0 0 5px 5px;
	}
	body.dark .main-nav ul li,
	body.dark .main-nav li a,
	body.dark .main-nav .active a,
	body.dark .main-nav .current-menu-item a {
		color:#eee;
	}
	body.dark .main-nav ul li ul.sub-menu {
		background:none;
	}
	body.dark .main-nav ul li ul.sub-menu li {
		background:#2A2A2A;
		border-color:#232323;
	}
	body.dark .social-menu .social-nav a {
		color:#999;
		background:#2A2A2A;
		border-color:#2A2A2A;
	}
	body.dark .mobile-date {
		background-color:#232323;
		border-color:#232323;
	}
}


/*  12.2 Desktop Button
	>> this applies to the 
	"dark theme" guest button.
--------------------------------------------- */

 
@media screen and (min-width:1100px) {
	
	button.dark-mode-switch,
	button.dark-mode-switch:hover,
	button.dark-mode-switch:focus {
		padding:5px 15px;
		position:fixed;
		bottom:0;
		right:15px;
		z-index:999;
		color:#fff;
		background:#111;
		border:0;
	}
}

button.dark-mode-switch span {
	padding:0;
	cursor:pointer;
}

body.dark button.dark-mode-switch {
	color:#111;
	background:#fff;
}

button.dark-mode-switch .text-on,
button.dark-mode-switch .text-off {
	font-size:11px;
	font-weight:700;
	text-transform:uppercase;
	cursor:pointer;
}

/*  Hide Day / Night Text  ---------- */
 
button.dark-mode-switch .text-on,
button.dark-mode-switch .text-off,
body.dark button.dark-mode-switch .text-on,
body.dark button.dark-mode-switch .text-off {
	display:none; visibility:hidden;
}

/*  Hide Moon / Sun Icons  ---------- */
 
button.dark-mode-switch span.fa-sun,
body.dark button.dark-mode-switch span.fa-moon {
	display:none; visibility:hidden;
}

body.dark button.dark-mode-switch span.fa-sun {
	display:inline; visibility:visible;
}


/*  12.3 Mobile Button
--------------------------------------------- */

@media screen and (max-width:1099px) {

	body.dark button.dark-mode-switch,
	body.dark button.dark-mode-switch:hover,
	body.dark button.dark-mode-switch:focus	{
		color:#F7F7F7;
		background:none;
	}
	button.dark-mode-switch .text-off,
	button.dark-mode-switch .text-on,
	body.dark button.dark-mode-switch .text-on,	
	body.dark button.dark-mode-switch .text-off {
		display:none; visibility:hidden;
	}
}


/*  13.0 Responsive CSS
--------------------------------------------- */

@-moz-viewport {
	width:device-width;
}

@-ms-viewport {
	width:device-width;
}

@viewport {
	width:device-width;
}

.show-menu,
.main-nav input[type=checkbox],
.show-search,
.top-search input[type=checkbox],
.show-social,
.social-menu input[type=checkbox] {
	display:none;
}

.top-search input[type=checkbox]:checked ~ .search-wrap,
.social-menu input[type=checkbox]:checked ~ .social-nav-wrap,
.main-nav input[type=checkbox]:checked ~ .rpv-menu {
	display:block;
}


@media screen and (max-width:1280px) {
	
	.mast-head .head_2 {
		width:25.5%;
		height:350px;
		background-size:cover;
	}
	.mast-head .head_2_bg {
		width:25.5%;
		height:350px;
	}
	.mast-head .text-box {
		max-height:150px;
		overflow:auto;
		overflow-x:hidden
	}
	.footer-imgs .cpmfetchtable,
	.footer-imgs .caption {
		width:75.5%;
	}
}


@media screen and (max-width:1230px) {
	
	.footer-imgs .cpmfetchtable td:nth-of-type(6) {
		display:none;
	}
}


@media screen and (max-width:1145px) {
	
	.mast-head .head_2 {
		width:20.5%;
		height:350px;
		background-size:cover;
	}
	.mast-head .head_2_bg {
		width:20.5%;
		height:350px;
	}
	.footer-imgs .cpmfetchtable,
	.footer-imgs .caption {
		width:70.5%;
	}
}


@media screen and (max-width:1099px) {

	.mast-head,
	.top-container:after,
	.top-container .site-navigation--wrap:before,
	.top-container .site-navigation--wrap:after,
	.breadcrumbs,
	.widget-title:after,
	.mobile-date,
	.mobile-date-clear {
		display:none;
	}
	.wrapper--alt {
		top:0;
		z-index:300;
	}
	.site-footer .wrapper,
	.error404 .not-found {
		padding-left:4%;
		padding-right:4%;
	} 
	.top-container .wrapper {
		padding:0;
		width:100%;
	}
	.content-area,
	.widget-area {
		float:none;
		padding-left:4%;
		padding-right:4%;
		width:100%;
		max-width:100%;
	}
	.content-area,
	body.full-header .content-area {
		margin-top:30px;
	}
	.widget-area {
		margin-top:35px;
	}
	.widget { 
		padding:5px 5% 25px;
	}
	.top-container {
		margin:0 auto;
		position:relative;
		width:100%;
	}
	.top-container .site-navigation--wrap {
		display:block;
		margin:0 auto;
		padding:0;
		position:relative;
		top:0;
		z-index:900;
		width:100%;
		min-height:65px;
		color:#999;
		background:#eee;
		text-align:left;
	}
	.top-container .main-nav {
		display:block;
		position:relative;
		width:100%;
	}
	.show-menu {
		display:block;
		padding:7px 15px 13px;
		position:relative;
		left:2%;
		max-width:45%;
		height:60px;
	}
	.show-menu:before {
		content:'\f0c9';
		display:inline-block;
		padding:6px 15px 6px 14px;
		position:absolute;
		top:7px;
		left:80;
		width:45px;
		height:40px;
		color:#666;
		background:#fff;
		font-size:16px;
		text-align:center;
		border:1px solid #E5E5E5;
		border-radius:5px;
	}
	.mobile-nav-buttons {
		display:inline-block;
		position:absolute;
		top:-5px;
		right:4%;
		width:150px;
		height:65px;
		text-align:right;
		vertical-align:top;
	}
	.show-search,
	.show-search:hover,
	.show-search:focus	{
		display:inline-block;
		margin:0;
		padding:0 10px;
		position:relative;
		color:#666;
		background:none;
		width:45px;
		height:65px;
		vertical-align:top;
		cursor:pointer;
	}
	.show-search:before {
		content:'\f002';
		display:block;
		padding:0;
		position:relative;
		top:20px;
		z-index:999;
		color:#666;
		background:none;
		font-size:18px;
		text-align:right;
	}
	.show-social,
	.show-social:hover,
	.show-social:focus {
		display:inline-block;
		margin:0;
		padding:0 10px;
		position:relative;
		width:45px;
		height:65px;
		vertical-align:top;
		cursor:pointer;
	}
	.show-social:before {
		/* alt menu icon
			content:'\f038'; 
		*/
		content:'\f1e0';
		display:block;
		padding:0;
		position:relative;
		top:20px;
		z-index:999;
		color:#666;
		font-size:18px;
		text-align:center;
	}
	button.dark-mode-switch,
	button.dark-mode-switch:hover,
	button.dark-mode-switch:focus {
		display:inline-block;
		padding:0 10px;
		position:relative;
		top:0;
		bottom:0;
		right:0;
		z-index:999;
		width:45px;
		height:65px;
		color:#666;
		background:none;
		font-size:18px;
		text-align:right;
	}
	button.dark-mode-switch .fa-moon,
	button.dark-mode-switch .fa-sun {
		display:block;
		position:relative;
		top:0;	
	}
	.top-search {
		display:block;
		position:relative;
		width:100%;
		font-weight:700;
		text-align:center;
	}
	.top-search .search-wrap {
		display:none;
		margin-top:1px;
		padding:20px 6%;
		position:relative;
		z-index:999;
		width:100%;
		background:#eee;
		border-top:1px solid #fff;
	}
	.top-search .search-form {
		position:relative;
		margin:0 auto;
		max-width:500px;
	}
	.top-search input[type="search"] {
		display:block;
		width:100%;
		font-weight:400;
	}
	.top-search input[type="search"] {
		display:inline-block;
		max-width:500px;
		color:#666;
		background:#fff;
		text-align:center;
		border:1px solid #E5E5E5;
		border-radius:5px;
	}
	.top-search input[type="submit"] {
		display:inline-block;
		padding:14px 12px 11px;
		position:absolute;
		top:0;
		right:0;
		color:#818181;
		background:#fff;
		border:1px solid #E5E5E5;
		border-left:0;
		border-radius:0 5px 5px 0;
	}
	.main-nav ul {
		display:none;
		margin:0 auto;
		width:100%;
	}
	.main-nav ul li {
		margin:0;
		padding:6px 2%;
		background:#eee;
		border-top:1px solid #fff;
	}
	.main-nav ul li ul li:first-child {
		border-radius:5px 5px 0 0;
	}
	.main-nav ul li ul li:last-child {
		border-radius:0 0 5px 5px;
	}
	.main-nav,
	.main-nav a {
		display:block;
	}
	.main-nav ul li,
	.main-nav ul li a,
	.main-nav .active a,
	.main-nav .current-menu-item a	{
		width:100%;
		color:#818181;
		text-align:center;
	}
	.main-nav ul li a {
		margin:0;
		padding:10px 0;
	}
	.main-nav ul li a:hover,
	.main-nav ul li a:focus {
		border:0;
	}
	.main-nav ul li a::after,
	.main-nav ul li a:hover::after {
		content: '';
		display:none;
		border-bottom:0;
	}
	.main-nav ul li.menu-item-has-children:hover ul {
		max-height:100%;
	}
	.main-nav ul li.menu-item-has-children ul {
		position: relative;
		width: 100%;
		box-shadow:none;
		max-height:100%;
		transition:none;
		overflow:hidden;
	}
	.main-nav ul li ul.sub-menu {
		display: none;
		margin:5px auto 10px;
		position: relative;
		width: 97%;
		background:#eee;
		border:0;
		overflow: hidden;
	}
	.main-nav ul li ul.sub-menu li {
		padding:0;
		background:#f7f7f7;
		border-top:1px solid #eee;
	}
	.main-nav ul li ul.sub-menu li:first-child {
		border-top:0;
	}
	.main-nav ul li ul.sub-menu li a {
		margin: 0 0 0 10px;
		padding: 15px 10px;
	}
	.main-nav ul li.menu-has-social {
		padding:7px 0 5px;
		box-shadow:none;
	}
	.social-nav ul,
	.main-nav ul li ul,
	.main-nav ul li ul li {
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
	}
	.social-nav-wrap {
		display:none;
		margin-top:1px;
		padding:20px 8%;
		position:relative;
		z-index:899;
		width:100%;
		background:#eee;
		font-weight:700;
		text-align:center;
		border-top:1px solid #fff;
	}
	.social-menu {
		display:block;
		margin:0;
		position:relative;
		z-index:899;
	}
	.social-menu .social-nav ul {
		display:block;
		margin:0 auto;
		padding:0;
		list-style:none;
		overflow:visible;
	}
	.social-menu .social-nav ul li {	
		float:none;
		display:inline-block;
		padding:6px 1px 0;
		width:auto;
		background:none;
		border:0;
	}
	.social-menu .social-nav a {
		margin:0;
		padding:0;
		position:relative;
		width:50px;
		height:45px;
		color:#666;
		background:#fff;
		font-size:16px;
		font-weight:400;
		line-height:13px;
		text-align:center;
		border:1px solid #E5E5E5;
		border-radius:5px;
	}
	.social-menu .social-nav a:hover,
	.social-menu .social-nav a:focus {
		color:inherit;
	}
	.social-menu .social-nav a:before {
		position:relative;
		top:15px;
		left:0;
		background:none;
	}
	.social-menu .social-nav a,
	.social-menu .social-nav a:hover,
	.social-menu .social-nav a:focus {
		color:#A0A0A0;
		box-shadow:none;
	}
	.mobile-title {
		display:block;
		margin:0 auto;
		padding:0;
		position:relative;
		top:0;
		max-width:100%;
		height:200px;
		text-align:center;
	}
	.mobile-title .bg {
		display:block;
		position:absolute;
		top:0;
		z-index:500;
		width:100%;
		height:100%;
		background:url(./images/full-head.png);
		background-position:center center;
		background-size:cover;
		background-repeat:no-repeat;
		filter: grayscale(1);
	}
	.mobile-title .overlay {
		display:block;
		position:absolute;
		top:0;
		z-index:510;
		width:100%;
		height:100%;
		background:#994B37;
		opacity:.7;
	}
	.mobile-title .overlay:before {
		content:'';
		display:block;
		position:absolute;
		top:0;
		z-index:505;
		width:100%;
		height:100%;
		background:linear-gradient(to bottom, rgba(38,38,38,0) 0%,rgba(38,38,38,0) 56%,rgba(38,38,38,1) 96%,rgba(38,38,38,1) 97%);
		mix-blend-mode: overlay;
	}
	.mobile-title .title {
		margin:0 auto;
		padding:0 10%;
		position:absolute;
		top:35%;
		left:0;
		z-index:799;
		width:100%;
		font:400 24px Montserrat;
		letter-spacing:-1px;
		text-transform:uppercase;
		font-weight:600;
		text-shadow:none;
		line-height:100%;
	}
	.mobile-title .title b {
		display:block;
		margin-top:3px;
		color:#fff;
		font:12px Open Sans, sans-serif;
		font-weight:400;
		font-style:italic;
		letter-spacing:0;
		text-transform:lowercase;
	}
	.mobile-title a,
	.mobile-title a:hover,
	.mobile-title a:focus {
		color:#fff;
		text-decoration:none;
	}
	.mobile-title .title i {
		margin-left:5px;
		margin-right:5px;
		font-size:28px;
		color:#fff;
	}
	article,
	.comments-area,
	.related-posts,
	.posts-pagination,
	.single-post-nav {
		margin-top:45px;
		margin-bottom:45px;
	}
	article.single-post {
			margin-bottom:25px;	
	}
	.content-area .aligncenter,
	.widget-area .aligncenter {
		max-width:90%;
		height:auto;
	}
	.content-area .alignleft,
	.content-area .alignright,
	.widget-area .alignleft,
	.widget-area .alignright {
		max-width:40%;
		height:auto;
	}
	.post-author-meta {
		margin-top:0;
		margin-bottom:0;
	}
	.post-title-align {
		margin-bottom:5px;
	}
	.date-wrap {
		width:55px;
		height:65px;
	}
	.date-wrap .border {
		top:-4px;
		left:-4px;		
		width:90%;
		height:60px;
	}
	.date {
		padding:9px 15px 10px 13px;
		width:55px;
		height:65px;
	}
	.date .month {
		top:3px;
		left:2px;
		right:0;
		font-size:10px;
		letter-spacing:0;
	}
	.date .num {
		top:3px;
		left:1px;
		font-size:20px;
	}
	.date .num:before {
		position:relative;
		top:4px;
	}
	.post-title {
		font-size:26px;
		line-height:32px;
	}
	.post-title:before {
		content:'';
		margin:0;
		font-size:20px;
	}
	.post-footer {
		margin:15px 0 0;
	}
	.grid-layout .wrapper--alt {
		margin-top:10px;
		padding:0 1.9% 0 3%;
		top:0;
	}
	.grid-layout .content-area {
		margin-top:-38px;
	}
	.grid-layout .grid-wrap  {
		margin:0;
		max-width:100%;
	}
	.gutter-sizer {
		width:2%;
	}
	.grid-sizer,
	.grid-item {
		display:block;		
		margin:0 0 46px 0;
		width:48.5%;
	}
	.grid-item .post-entry {
		padding:25px 0 15px;
	}
	.grid-item .more-link {
		margin:-10px auto 0;
	}
	.grid-item .post-thumbnail {
		margin:10px 0 15px 0;
	}
	.grid-item .cmnt {
		margin-left:15px;
		font:600 13px 'Open Sans', sans serif;
	}
	.list-item .post-thumbnail .hide--desktop {
		display:none;
	}
	.list-item .post-thumbnail .hide--mobile {
		display:block;
	}
	.related-posts-slider {
		margin:0 auto;
		width:100%;
	}
	.related-posts {
		margin-bottom:25px;
	}
	.related-item {
		margin:0;
		padding:0 5px;
	}
	.related-date:before,
	.related-date:after {
		content:'';
		width:0;
		height:0;
	}
	.comment-list li ol.children {
		margin:0;
		padding-top:0;
	}
	.comment-list li ol.children li {
		padding-top:0;
		padding-left:2%;
	}
	.related-posts {
		margin-left:0;
		margin-right:0;
	}
	.widget.widget_d4p-smashing-tabber { 
		padding:0;
	}
	.footer-imgs {
		margin-top:100px;
		padding-left:2%;
		padding-right:2%;
	}
	.footer-imgs .wrapper {
		padding-left:2%;
		padding-right:2%;
		padding-bottom:2%;
		height:auto;
	}
	.footer-imgs .cpmfetchtable,
	.footer-imgs .caption {
		width:100%;
	}
	.footer-imgs .cpmfetchtable {
		position:relative;
		top:-60px;
		left:50%;
		transform:translate(-49.3%, 0);
	}
	.footer-imgs .caption {
		padding-bottom:0;
		position:relative;
		top:-35px;
		left:50%;
		width:100%;
		transform:translate(-50%, 0);
		text-align:center;
	}
	.footer-imgs .caption .descript {
		position:relative;
		top:0;
		right:0;
	}
	.footer-imgs .caption .gallery-nav {
		display:block;
		margin:10px auto 5px;
		max-width:100%;
		text-align:center;
	}
	.footer-imgs .caption .gallery-nav ul {
		text-align:center;
	}
	.footer-imgs .caption .gallery-link {
		float:none;
		position:relative;
		top:10px;
		right:0;
		font-size:14px;
	}
	.footer-content .wrapper {
		margin-left:2%;
		margin-right:2%;
		padding:25px 4%;
	}
	.footer-content .widget {
		display:block;
		padding:0 0 45px;
		width:100%;
	}
	.site-footer .pull-left,
	.site-footer .pull-right {
		display:block;
		float:none;
		text-align:center;
	}
}


@media screen and (max-width:870px) {

	.footer-imgs .cpmfetchtable td:nth-of-type(6) {
		display:none;
	}
}


@media screen and (max-width:790px) {

	.divider,
	.div-transparent,
	.div-dot,
	.list-item .post-thumbnail .hide--mobile {
		display:none;
	}
	.grid-item .post-thumbnail,
	.list-item .post-thumbnail {
		display:block;
		max-width:100%;
		max-height:350px;
	}
	.list-item .post-thumbnail .hide--desktop {
		display:block;
	}
	.grid-layout .grid-wrap  {
		margin:0;
		max-width:100%;
	}
	.gutter-sizer {
		width:2%;
	}
	.grid-item {
		display:block;
		width:100%;
	}
	.grid-item .post-title-align {
		max-width:74%;
	}
	.list-item {
		margin-bottom:35px;
		padding:0;
	}
	.list-item .post-thumbnail {
		float:none;
		margin:10px 0 25px 0;
		width:100%;
	}
	.list-item .post-entry {
		margin-bottom:20px;
	}
}

@media screen and (max-width:650px) {

	.date-wrap .border,
	.date-wrap .date,
	.list-item .post-footer .cmnt,
	.list-item .date-wrap .border,
	.list-item .date,
	.grid-item .date-wrap .border,
	.grid-item .date	{
		display:none;
	}
	.mobile-date {
		display:inline-block;
		margin:0 auto;
		padding:5px 10px;
		width:auto;
		height:auto;
		color:#999;
		background-color:#eee;
		font:700 11px Open Sans, sans-serif;
		letter-spacing:2px;
		text-transform:uppercase;
		border:1px solid #eee;
	}
	.mobile-date-clear {
		display:block;
	}
	.has-post-thumbnail .mobile-date,
	.grid-layout .has-post-thumbnail .mobile-date,
	.one-grid-layout .has-post-thumbnail .mobile-date,
	.one-list-layout .has-post-thumbnail .mobile-date,
	.list-layout .has-post-thumbnail .mobile-date {
		position:relative;
		top:0;
		z-index:200;
	}
	.has-post-thumbnail .post-header,
	.grid-layout .has-post-thumbnail .post-header,
	.one-grid-layout .has-post-thumbnail .post-header,
	.one-list-layout .has-post-thumbnail .post-header,
	.list-layout .has-post-thumbnail .post-header	{
		margin-top:-37px;
	}
	.post-thumbnail {
		margin-bottom:0;
	}
	.post-header {
		margin:-15px auto 0;
	}
	.post-title-align {
		max-width:100%;
	}
	article.single-post .post-footer .author,
	article.single-post .post-footer .cmnt,
	article.single-post .post-footer .post-cats {
		padding:8px 4%;
	}
	article.single-post .post-footer .author,
	article.single-post .post-footer .cmnt {
		display:block;
		width:100%;
		border:0;
	}
	article.single-post .post-footer .author {
		border-bottom:1px solid #eee;
	}
	.single-post-nav .nav-previous,
	.single-post-nav .nav-next {
		float:none;
		display:block;
		padding:15px 0;
		width:100%;
		text-align:center;
		border-right:0;
	}
	.single-post-nav .nav-next {
		border-top:1px solid #eee;
	}
	.list-item .post-header {
		margin-top:-15px;
	}
	.grid-item .post-header {
		margin:-5px auto 0;
	}
	.grid-item .post-title {
		margin:0;
	}
	.date-wrap,
	.grid-item .date-wrap,
	.list-item .date-wrap {
		float:none;
		display:block;
		margin-bottom:15px;
		position:relative;
		width:100%;
		height:auto;
	}
	.grid-item .date-wrap {
		margin-bottom:0;
	}
	.grid-item .post-title-align,
	.list-item .post-title-align {
		display:block;
		width:100%;
		max-width:100%;
		text-align:center;
	}
	.grid-item .post-entry {
		padding-top:10px;
	}
	.footer-imgs .cpmfetchtable td:nth-of-type(5) {
		display:none;
	}
	.footer-imgs .wrapper {
		padding-bottom:0;
	}
	.footer-imgs .caption {
		top:-35px;
	}
}


@media screen and (max-width:500px) {

	.post-author-meta .avatar-wrap > img {
		width:60px;
	}
	.footer-imgs .cpmfetchtable td:nth-of-type(4),
	.footer-imgs .caption .descript,
	.footer-imgs .caption .gallery-nav {
		display:none;
	}
	.footer-imgs .wrapper {
		padding:25px 25px 0;
	}
	.footer-imgs .cpmfetchtable {
		left:52%;
		transform:translate(-50%, 0);
	}
	.footer-imgs .caption .gallery-link {
		position:relative;
		top:0;
		right:0;
	}
}


@media screen and (max-width:490px) {

	.share-buttons,
	.list-item .author,
	.breadcrumbs{
		display:none;
	}
	.wrapper {
		overflow:visible;
	}
	.post-meta {
		padding-top:20px;
		padding-bottom:20px;
	}
	.post-footer .post-cats {
		margin-top:0;
	}
	.related-posts-slider {
		width:87.5%;
	}
	.related-image {
		height:100px;
	}
	.widget .title {
		width:70%;
	}
	.widget_calendar td,
	.widget_calendar th {
		padding:5px;
	}
}


/*  14.0 RTL Supported CSS
	>> This makes adjustments to the theme
	that allows support for languages written 
	from right to left (like Hebrew or Arabic)
--------------------------------------------- */

[dir='rtl'] body {
	direction: rtl;
	unicode-bidi: embed;
	text-align:right;
}

[dir='rtl'] .main-nav ul li ul.sub-menu li,
[dir='rtl'] .d4p-tabber-widget ul.d4p-tabber-header,
[dir='rtl'] .single-post-nav,
[dir='rtl'] .widget-title,
[dir='rtl'] .footer-imgs {
	text-align:left;
}

[dir='rtl'] .post-tags,
[dir='rtl'] .posts-pagination,
[dir='rtl'] .tagcloud,
[dir='rtl'] .not-found .recent_entries {
	text-align:right;
}

[dir='rtl'] .content-area ul,
[dir='rtl'] .content-area ol,
[dir='rtl'] .widget-area ul,
[dir='rtl'] .widget-area ol {
	padding:0 40px 0 0;
}
[dir='rtl'] .content-area ul ul,
[dir='rtl'] .content-area ol ol,
[dir='rtl'] .content-area ul ol,
[dir='rtl'] .content-area ol ul,
[dir='rtl'] .widget-area ul ul,
[dir='rtl'] .widget-area ol ol,
[dir='rtl'] .widget-area ul ol,
[dir='rtl'] .widget-area ol ul {
	padding:0 40px 0 0;
}

/*  Theme Structure  ---------- */

[dir='rtl'] .content-area {
	float:right;
}
[dir='rtl'] .widget-area {
	float:left;
}

/*  Top Container & Master Header  ---------- */

[dir='rtl'] .top-container .site-navigation--wrap {
	padding-right:70px;
}
[dir='rtl'] .site-line-circle {
	left:157px;
}
[dir='rtl'] .site-line-circle .line {
	margin-right:16px;
}
[dir='rtl'] .mast-head .social-nav ul {
	padding:0;
}

/*  Content  ---------- */

[dir='rtl'] .sticky:before {
	padding:10px 10px 10px 15px;
}
[dir='rtl'] .post-footer .author span.fa,
[dir='rtl'] .post-footer .cmnt span.fa,
[dir='rtl'] .post-footer .post-cats span.fa {
	margin-right:5px;
}
[dir='rtl'] .post-footer .author,
[dir='rtl'] .post-footer .cmnt {
	padding-left:15px;
	border:0;
	border-left:1px solid #E0E0E0;
}
[dir='rtl'] .post-cats  span.fa {
	padding-right:5px;
	padding-left:10px;
}
[dir='rtl'] .post-tags:before {
	margin-left:5px;
	right:0;
	float:right;
}
[dir='rtl'] .comment-author
[dir='rtl'] .comment-author .avatar {
	float:right;
	margin:5px 20px 0 20px;
}
[dir='rtl'] .comment-list .children {
	padding-right:30px;
	border-left:0;
	border-right:1px dotted #e1e1e1;
}
[dir='rtl'] .ext-links:before,
[dir='rtl'] .ext-links:after {
	max-width:130px;
}
[dir='rtl'] .ext-links:before {
	padding:0 2px;
	top:-8px;
	right:15px;
}
[dir='rtl'] .ext-links:after {
	top:-9px;
	right:41px;
	max-width:100px;
}
[dir='rtl'] a.post-edit-link {
	margin:45px 0 10px;
}

/*  Slick Slider:Arrow Navigation  ---------- */

[dir='rtl'] .related-posts-slider {
	direction: rtl;
	text-align:right;
}
[dir='rtl'] .related-posts-slider .slick-prev,
[dir='rtl'] .related-posts-slider .slick-next {
	top:45%;
	width:20px;
	height:20px;
	transform:translate(0, -45%);
	border:0;
	box-shadow:none;
	outline:none;
}
[dir='rtl'] .slick-prev:before,
[dir='rtl'] .slick-next:before {
	color:#999999;
}
[dir='rtl'] .slick-prev {
	right:-25px;
}

/*  Sidebar  ---------- */

[dir='rtl'] .widget-area ul {
	padding:0;
}
[dir='rtl'] .widget-area li {
	padding:5px 0;
}
[dir='rtl'] .widget-title {
	text-align:right;
}
[dir='rtl'] .widget-title span {
	top:-1px;
	right:25px;
}
[dir='rtl'] .widget-title:before {
	margin-left:10px;
	margin-right:0;
}
[dir='rtl'] .widget-title:after {
	right:8px;
}
[dir='rtl'] .d4p-tabber-widget ul.d4p-tabber-header {
	padding:0;
}

/*  Footer  ---------- */

[dir='rtl'] .footer-imgs .caption .gallery-nav {;
	float:left;
	text-align:left;
}
[dir='rtl'] .footer-imgs .caption .gallery-nav {
	text-align:left;
}

/*  Full Header Layout ---------- */

[dir='rtl'] body.full-header .wrapper--alt {
	margin-bottom:0;
	top:0;
}
[dir='rtl'] body.full-header .content-area {
	margin-top:0;
}
[dir='rtl'] body.full-header .top-container .site-navigation--wrap {
	padding-right:70px;
}
[dir='rtl'] body.full-header .site-title {
	padding-left:25px;
	position:absolute;
	top:15px;
	left:-55px;
	z-index:999;
	height:65px;
	color:#333333;
	font:400 22px/28px Montserrat;
	letter-spacing:-1px;
	text-transform:uppercase;
	text-align:center;
	line-height:38px;
	text-shadow:2px 2px 0 #fff;
}
[dir='rtl'] body.full-header .site-title:after {
	content:'';
	position:absolute;
	top:23px;
	right:72%;
	left:0;
	z-index:999;
	width:20px;
	height:2px;	
	background:#333333;
}
[dir='rtl'] body.full-header .mast-head .head_2 {
	display:block;position:absolute;
	top:80px;
	left:0;
	right:75%;
	z-index:60;
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100%;
	height:350px;
	max-width:325px;
	overflow:hidden;
	text-align:center;
}

[dir='rtl'] body.full-header .mast-head .head_2_bg {
	display:block;
	position:absolute;
	top:86px;
	left:0;
	right:74.4%;
	z-index:55;
	max-width:325px;
	height:350px;
	border:1px solid #707070;
	overflow:hidden;
}

@media screen and (max-width:1099px) {
	[dir='rtl'] .top-container .site-navigation--wrap,
	[dir='rtl'] body.full-header .top-container .site-navigation--wrap {
		padding-right:0;
	}
	[dir='rtl'] .main-nav ul {
		margin:0;
		padding:0;
		left:0;
		right:0;
 
	}
	[dir='rtl']	.main-nav ul li,
	[dir='rtl']	.main-nav ul li a,
	[dir='rtl']	.main-nav .active a,
	[dir='rtl']	.main-nav .current-menu-item a	{
		text-align:right;
	}
	[dir='rtl']	.main-nav ul li a {
		margin:0;
		padding:10px 15px;
	}
	[dir='rtl'] .main-nav ul li .social-nav a {
		margin:0;
		padding:0;
		width:40px;
		height:35px;
		text-align:center;
	}
	[dir='rtl'] .main-nav ul li ul.sub-menu li a {
		padding: 10px 15px;
	}
	[dir='rtl'] .footer-imgs .cpmfetchtable {
		position:relative;
		top:-60px;
		right:50%;
		transform:translate(50%, 0);
	}
	[dir='rtl'] .footer-imgs .caption {
		right:50%;
		transform:translate(50%, 0);
	}
	[dir='rtl'] .footer-imgs .caption .gallery-nav {;
		float:none;
		text-align:center;
	}
}