#colophon {display: none;} 
/*
Theme Name: Eunomedia
Author: Eunomia
Description: Eunomia Media Beta theme based on webart
Version: 1.0.2
Requires at least: 5.0
Requires PHP: 5.6
Text Domain: webart
Template: photograph
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Tags: threaded-comments, right-sidebar, custom-background, custom-header, custom-menu, editor-style, sticky-post, theme-options, translation-ready, post-formats, custom-logo, footer-widgets, blog, news, portfolio

All files, unless otherwise stated, are released under the GNU General Public License
version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)
==================================================
*/

/* Photograph parent theme */



/* 1.0 Browser Reset
================================================== */
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	text-rendering: optimizelegibility;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

*,
*:before,
*:after { /* box layout to all elements */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background-color: #f4f4f4;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol, ul {
	list-style: none;
	margin: 0;
}

ul li a,
ol li a {
	color: #222;
}

ul li a:hover,
ol li a:hover {
	color: #892323;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}

table, 
th, 
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 20px;
	width: 100%;
}

caption, 
th {
	font-weight: 400;
	text-align: left;
}

th {
	text-transform: uppercase;
	color: #333;
}

td, th {
	padding: 8px;
	border-width: 0 1px 1px 0;
}

a img {
	border: 0 none;
}

embed,
iframe,
object {
	max-width: 100%;
}

/* Other fixes*/
*,*:before,
*:after {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* Webkit */
::selection {
	background: #892323;
	color: #fff;
}

/* Gecko/Mozilla */
::-moz-selection {
	background: #892323;
	color: #fff;
}


/* 2.0 Typography
================================================== */



@font-face {
	font-family: 'gill_sans_light';
	/* font-family: 'gill_sanslight'; */
	src: url('fonts/gillsans-light-webfont.woff2') format('woff2'),
		url('fonts/gillsans-light-webfont.woff') format('woff'),
		url('fonts/gillsans-light-webfont.otf') format('otf');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'helvetica_black';
	src: url('fonts/helveticaneue-black-webfont.woff2') format('woff2'),
		url('fonts/helveticaneue-black-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}


body,
button,
input,
select,
textarea {
	color: black;
	/* color: #484848; */
	font-family: gill_sans_light, Verdana, Geneva, arial, sans-serif;
	/* font-family: "Roboto Condensed", "Helvetica Neue", helvetica, arial, sans-serif; */
	font-size: 15px;
	font-weight: 400;
	line-height: 1.533;
	word-wrap: break-word;
	overflow-x: hidden;
}

/* ----- #Headings  ----- */
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	color: #222;
	font-family: helvetica_black, "Arial Black", Verdana, sans-serif;
	font-weight: 600;
	margin-top:0;
	margin-bottom: 15px;
}

h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a { 
	color: #222;
	font-weight: inherit;
}

h1 {
	font-size: 30px;
	line-height: 1.233;
}

h2 {
	font-size: 26px;
	line-height: 1.269;
}

h3 {
	font-size: 24px;
	line-height: 1.292;
}

h4 {
	font-size: 22px;
	line-height: 1.318;
}

h5 {
	font-size: 20px;
	line-height: 1.350;
}

h6 {
	font-size: 18px;
	line-height: 1.389;
}

.highlight { 
	font-weight: 500;
}

/* ----- #Text Elements  ----- */
p {
	padding: 0;
	margin: 0 0 20px 0;
}

b, 
strong { 
	font-weight: 700; 
}

dfn, 
cite, 
em, 
i {
	font-style: italic;
}

/* -----  #Blockquote shortcode start styles  ----- */
blockquote:before {
	content: '\f10d';
	color: #892323;
	font-family: "FontAwesome";
	font-style: normal;
	font-variant: normal;
	font-size: 30px;
	font-weight: 400;
	font-style: italic;
	line-height: 1;
	position: absolute;
	z-index: 0;
	top: 5px;
	left: 0;
	width: 100%;
}

blockquote {
	color: #888;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 18px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	letter-spacing: 0.3px;
	line-height: 1.625;
	padding-left: 50px;
	position: relative;
	quotes: none;
}

blockquote cite {
	display: block;
	font-size: 15px;
	font-style: normal;
	text-align: right;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

address {
	display: block;
	margin: 0 0 1.6em;
}

pre {
	background-color: #f8f8f8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	clear: both;
	color: #747474;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	line-height: 1.500;
	margin-bottom: 20px;
	overflow: auto;
	padding: 30px;
	position: relative;
	white-space: pre;
	z-index: 1;
}

code, 
kbd, 
tt, 
var {
	font: 14px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	line-height: 1.500;
}

abbr,
acronym,
dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, 
ins {
	background: #fff9c0;
	text-decoration: none;
	margin-bottom: 20px;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

[hidden] {
	display: none;
}

/* 3.0 Links
================================================== */
a {
	color: #892323;
	cursor:pointer;
	text-decoration: none;
	transition-property: color;
	transition-duration: 0.2s;
	transition-timing-function: linear;
}

a:focus,
a:active,
a:hover {
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
	outline-offset: -3px;
}



/* 5.0 Buttons
================================================== */
/* ----- Default Button ----- */
.btn-default {
	background-color: #892323;
	color: #fff;
	display: inline-block;
	font-family: helvetica_black, "Arial Black", Verdana, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.769;
	margin: 10px 10px 0;
	overflow: hidden;
	padding: 5px 20px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.btn-default:hover {
	color: #fff;
}

/* ----- Go To Top Button ----- */

.go-to-top {
	background-color: transparent;
	border: none;
	bottom: 40px;
	cursor: pointer;
	height: 45px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: fixed;
	right: 40px;
	width: 45px;
	z-index: 10000;
}

.go-to-top .icon-bg {
	background-color: #333;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.08);
	display: block;
	height: 45px;
	position: relative;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	width: 45px;
}

.go-to-top .back-to-top-text {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	left: 50%;
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0px);
	-moz-transform: translate3d(-50%, -50%, 0px);
	-ms-transform: translate3d(-50%, -50%, 0px);
	-o-transform: translate3d(-50%, -50%, 0px);
	transform: translate3d(-50%, -50%, 0px);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	width: 100%;
	z-index: 2;
}

.go-to-top .back-to-top-icon {
	color: #fff;
	font-size: 24px;
	left: 50%;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	position: absolute;
	top: 80%;
	-webkit-transform: translate3d(-50%, -50%, 0px);
	-moz-transform: translate3d(-50%, -50%, 0px);
	-ms-transform: translate3d(-50%, -50%, 0px);
	-o-transform: translate3d(-50%, -50%, 0px);
	transform: translate3d(-50%, -50%, 0px);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	z-index: 2;
}


.go-to-top:hover .back-to-top-text {
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	top: 40%;
}

.go-to-top:hover .back-to-top-icon {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
	top: 50%;
}

/* ----- More Link Button ----- */

a.more-link {
	color: #892323;
	display: inline-block;
	font-family: "Rajdhani",sans-serif;
	font-size: 14px;
	position: relative;
	text-align: left;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	font-weight: 500;
}

p a.more-link {
	margin-left: 10px;
}

a.more-link:hover {
	color: #333;
}

a.more-link:after {
	content: "\f101";
	font-family: "FontAwesome";
	font-size: 14px;
	font-style: normal;
	left: 5px;
	position: relative;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	vertical-align: top;
}

/* ----- Widget More Button ----- */

/* .widget-title .more-btn:after {
	content: "\f101";
	font-family: "FontAwesome";
	font-style: normal;
	left: 5px;
	position: relative;
}

.widget-title .more-btn {
	color: #111;
	font-size: 13px;
	float: right;
	margin-right: 6px;
} */


/* 6.0 Accessibility
================================================== */

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	overflow: hidden;
	width: 1px;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow:	0 1px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:	0 1px 2px rgba(0, 0, 0, 0.15);
	box-shadow:	0 1px 2px rgba(0, 0, 0, 0.15);
	clip: auto !important;
	color: #892323;
	display: block;
	font-size: 14px;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* 8.0 Breadcrumb
================================================== */

.breadcrumb {
	font-size: 13px;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.breadcrumb,
.breadcrumb a:hover {
	color: #999;
}

.breadcrumb a {
	color: #333;
}

.breadcrumb .home:before {
	content: '\f015';
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 16px;
	font-style: normal;
	line-height: 1.313;
	margin-right: 4px;
	vertical-align: top;
}

/* 9.0 Universal Clearfix
================================================== */
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

.clearfix { 
	display: inline-block; 
}

/* start commented backslash hack \*/

* html .clearfix { 
	height: 1%; 
}
.clearfix { 
	display: block; 
}
/* close commented backslash hack */


/* 10.0 Forms
================================================== */

button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Appearance and consistency in all browsers */
	*vertical-align: middle; /* Appearance and consistency in IE6/IE7 */
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="search"],
input[type="password"],
textarea {
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	margin-bottom: 30px;
	background-color: #fafafa;
}

input[type="search"] {
	background-color: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

input[type="reset"],
input[type="button"],
input[type="submit"] {
	background-color: #892323;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 0 none;
	color: #fff;
	cursor: pointer;
	display: block;
	margin-bottom: 30px;
	padding: 6px 18px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
	background-color: #747474;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: rgba(0, 0, 0, 0.20);
	background-color: #fff;
}

input[type="search"]:focus {
	background-color: #f8f8f8;
}

button:focus {
	outline: 2px dotted;
	outline-offset: 2px;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type=search] {
  -webkit-appearance: none;
}

/* #Search Form 
================================================== */
.header-search:before {
	border: 1px solid black;
	/* border: 1px solid #fff; */
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 15px;
	top: 1px;
	-webkit-transform: translateX(0%) translateY(0%);
	-moz-transform: translateX(0%) translateY(0%);
	-ms-transform: translateX(0%) translateY(0%);
	-o-transform: translateX(0%) translateY(0%);
	transform: translateX(0%) translateY(0%);
	width: 15px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.3s ease;
}

.header-search:after {
	background-color: black;
	/* background-color: #fff; */
	content: "";
	display: inline-block;
	height: 10px;
	-webkit-transform: translateX(50%) translateY(50%) rotate(-45deg);
	-moz-transform: translateX(50%) translateY(50%) rotate(-45deg);
	-ms-transform: translateX(50%) translateY(50%) rotate(-45deg);
	-o-transform: translateX(50%) translateY(50%) rotate(-45deg);
	transform: translateX(50%) translateY(50%) rotate(-45deg);
	width: 1px;
}

.header-search, 
.header-search-x {
	background-color: transparent;
	border: none;
	cursor: pointer;
	height: 32px;
	width: 32px;
	float: right;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.search-x {
	background-color: transparent;
	border: none;
	position: absolute;
	cursor: pointer;
	right: 20px;
	top: 15px;
	height: 65px;
	width: 65px;
	background-color: #892323;
	border-radius: 50px;
}

.admin-bar .search-x {
	top: 40px;
}

.search-x:after, 
.search-x:before{
    position: absolute;
    top: 32px;
    left: 15px;
    content: '';
    display: block;
    width: 35px;
    height: 1px;
    background-color: #fff;
    
}
.search-x:after{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.search-x:before{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/** hidden search field **/
#search-box {
	background-color: #fff;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	position: fixed;
	left: 0;
	top: 0;
	visibility: hidden;
	height: 100%;
	width: 100%;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
	z-index: 0;
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
}

#search-box.show-search-box {
	opacity: 0.95;
	-moz-opacity: 0.95;
	filter:alpha(opacity=95);
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
	z-index: 999;
}

#search-box .search-form {
	background-color: rgba(255, 255, 255, 1);
	display: none;
	height: 65px;
	padding: 10px 20px 0 20px;
	width: 60%;
	position: absolute;
	top: 50%;
	margin: 0 auto;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#search-box.show-search-box .search-form {
	display: block;
}

#search-box input.search-field {
	color: #999;
	font-size: 30px;
	letter-spacing: 2px;
	height: 50px;
	width: calc(100% - 50px);
}

#search-box .search-submit {
	border-bottom: 1px solid #892323;
	color: #892323;
	background-color: transparent;
	border-top: none;
	border-left: none;
	border-right: none;
	font-size: 28px;
	height: 50px;
}

#search-box input[type="search"] {
	background-color: transparent;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #892323;
}


/* 15.0 Header Section
================================================== */
/* ----- Top Header Bar ----- */

/*  Right Header */
.right-toggle {
	-webkit-flex: 0 1 auto; /* Safari 6.1+ */
    -ms-flex: 0 1 auto; /* IE 10 */
	flex: 0 1 auto;

	margin-left: auto;

	margin-right: 0;
	float: right;
	display: inline-block;
	/* top: 80px; */
	top: 0 !important;
	position: absolute;
	/* position: static; */
	right: 50px;
}

.side-menu-wrap {
	position: relative;
	clear: both;
	text-align: left;
}

.side-menu:after {
	box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.20);
	content: "";
	background-color: #892323;
	position: absolute;
	height: 70px;
	width: 120%;
	top: -44px;
	left: -15px;
	transform: rotate(-10deg);
}

.side-menu {
	background-color: #fafafa;
	display: none;
	z-index: 9999;
	margin-right: -14px;
	position: fixed;
	right: 0;
	height: 100%;
	width: 350px;
	top: 0;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all 1000ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
	-ms-transition: all 1000ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
	transition: all 1000ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
	overflow-y: scroll;
	overflow-x: hidden;
}
	
.side-menu.show {
	padding: 50px 25px 0;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.admin-bar .side-menu {
	top: 30px;
}

.side-nav-wrap {
	clear: both;
	padding-bottom: 30px;
}

.side-widget-tray {
	display: inline-block;
	margin-bottom: 40px;
	width: 100%;
}

.page-overlay:before {
	content: "";
	background-color: #892323;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
	position: absolute;
	height: 100%;
	width: 100%;
}

.page-overlay {
	position: fixed;
	display: block;
	left: 0;
	top: 0;
	bottom: 0;
	cursor: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23FFF' d='M20 1l-1-1-9 9-9-9-1 1 9 9-9 9 1 1 9-9 9 9 1-1-9-9'/%3E%3C/svg%3E"),pointer;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	-webkit-transition: all 1500ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
	-ms-transition: all 1500ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
	transition: all 1500ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.page-overlay.side-menu-open {
	right: 0;
	visibility: visible;
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.show-menu-toggle {
	background-color: transparent;
	border: 1px solid #fff;
	cursor: pointer;
	display: block;
	padding: 2px 6px 3px;
	float: left;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin-right: 10px;
}

.show-menu-toggle .sn-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

.show-menu-toggle .bars:after, 
.show-menu-toggle .bars:before {
	/* background-color: #fff; */
	background-color: black;
	position: absolute;
	content: '';
	display: inline-block;
	height: 1px;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
	-ms-transition: all ease .3s;
	transition: all ease .3s;
	outline: 1px solid transparent;
	right: 0;
	width: 20px;
}

.show-menu-toggle .bars:after {
	top: 6px;
}

.show-menu-toggle .bars:before {
	/* height: 1.5px; */
	top: -6px;
}

.show-menu-toggle .bars {
	/* background-color: #fff; */
	background-color: black;
	display: inline-block;
	width: 20px;
	height: 1px;
	position: relative;
	top: -10px;
	vertical-align: bottom;
}

.hide-menu-toggle {
	background-color: transparent;
	border: none;
	cursor: pointer;
	padding: 8px 20px;
	position: absolute;
	left: 5px;
	top: 2px;
	z-index: 9;
}

.hide-menu-toggle .bars:after, 
.hide-menu-toggle .bars:before {
	background-color: #fff;
	position: absolute;
	content: '';
	display: inline-block;
	width: 20px;
	height: 2px;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
	-ms-transition: all ease .3s;
	transition: all ease .3s;
	outline: 1px solid transparent;
	left: 0;
}

.hide-menu-toggle .bars:after {
	top: 0;
	-webkit-transform: translateX(-50%) rotate(-45deg);
	-moz-transform: translateX(-50%) rotate(-45deg);
	-ms-transform: translateX(-50%) rotate(-45deg);
	-o-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
}

.hide-menu-toggle .bars:before {
	top: 0;
	-webkit-transform: translateX(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) rotate(45deg);
	-o-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}

.show-menu-toggle:hover .bars:before {
	width: 10px;
}

.show-menu-toggle:hover .bars:after {
	width: 15px;
}

.hide-menu-toggle .bars {
	display: inline-block;
	position: relative;
	top: -10px;
	vertical-align: bottom;
}

.side-menu-wrap #site-branding {
	margin: 10px 0;
	text-align: center;
	width: 100%;
}

.side-menu-wrap .custom-logo {
	background-color: #bdbdbd;
}

.side-menu-wrap #site-title {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.636;
}

.side-menu-wrap #site-detail {
	text-align: center;
	padding: 5px 0 15px;
}

.side-menu-wrap #site-title a,
.side-menu-wrap #site-description {
	color: #333;
}

.side-menu-wrap .side-nav-wrap a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
	color: #222;
	display: block;
	font-family: "Rajdhani",sans-serif;
	font-size: 16px;
	line-height: 44px;
	text-align: right;
	font-weight: bold;
}

.side-menu-wrap .side-nav-wrap a:hover {
	color: #892323;
}

.side-menu .social-links {
	float: right;
	margin-bottom: 40px;
}

.header-wrap {
	position: relative;
	display: block;
	clear: both;
}

.top-header {
	text-align: center;
	margin-bottom: -1px;
	position: relative;
	z-index: 9;
	
	/* display: none; */
}

.logo-bar {
	padding: 30px 0;
}

.logo-bar #site-branding {
	float: left;
}

#sticky-header {
	background: inherit;
	/* background-color: #171717; */
	float: left;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	-ms-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
	width: 100%;
	z-index: 999;
}

.vid-thumb #sticky-header,
.sld-plus #sticky-header {
	background-color: transparent;
	background: -moz-linear-gradient(top, rgba(23,23,23, 1) 0%, rgba(23,23,23, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(23,23,23, 1) 0%, rgba(23,23,23, 0) 100%);
	background: linear-gradient(to bottom, rgba(23,23,23, 1) 0%, rgba(23,23,23, 0) 100%);
	padding: 20px 0 30px;
}

.is-sticky #sticky-header {
	background: none;
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.main-header {
	display: flex;
	position: relative;
	transition: all 300ms;
}

.is-sticky #sticky-header,
.vid-thumb .is-sticky #sticky-header,
.sld-plus .is-sticky #sticky-header {
	padding: 0;
}

@media only screen and (max-width: 767px) {
	.is-sticky #sticky-header {
		background-color: #222;
	}
}

.boxed-layout #sticky-header,
.boxed-layout-small #sticky-header {
	width: 100%;
	transition: none;
}

.boxed-layout .is-sticky #sticky-header,
.boxed-layout-small .is-sticky #sticky-header {
	width: inherit;
}

/* ----- Header Widget Title ----- */
.top-bar .widget-title {
	display: none;
}

/* ----- Header Image ----- */
.header-image {
	/* width: 100%; */
	padding-top: 20px;
	height: auto;
}

/* ----- Header Media ----- */
.custom-header {
    display: block;
    height: auto;
    width: 100%;
}

.wp-custom-header {
    position: relative;
}

#wp-custom-header-video {
	width: 100%;
}

video#wp-custom-header-video {
	height: auto;
}

.wp-custom-header .wp-custom-header-video-button { 
	background-color: rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(255, 255, 255, 0.6);
	color: rgba(255, 255, 255, 0.6);
	cursor: pointer;
	font-size: 0;
	height: 45px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 30px;
	top: 30px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	-ms-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
	width: 45px;
}

.wp-custom-header .wp-custom-header-video-button:hover,
.wp-custom-header .wp-custom-header-video-button:focus { 
	border-color: rgba(255, 255, 255, 0.8);
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
}

.wp-custom-header .wp-custom-header-video-button.wp-custom-header-video-play:after,
.wp-custom-header .wp-custom-header-video-button.wp-custom-header-video-pause:after {
	color: #fff;
	font-family: "FontAwesome";
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:alpha(opacity=70);
	vertical-align: middle;
}

.wp-custom-header .wp-custom-header-video-button.wp-custom-header-video-play:after {
	content: "\f04c";
}
.wp-custom-header .wp-custom-header-video-button.wp-custom-header-video-pause:after{
	content: "\f04b";
}


/* 16.0 Social Links
================================================== */
.header-social-block {
	display: none;
	position: fixed;
	left: 10px;
	top: 50%;
	opacity: 1;
	z-index: 9;
	transform: translateY(-50%);
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}

.vid-thumb .header-social-block,
.sld-plus .header-social-block {
	display: block;
}

.header-social-block:before {
	content: "";
	background-color: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
	-webkit-filter: blur(25px);
	-moz-filter: blur(25px);
	-o-filter: blur(25px);
	-ms-filter: blur(25px);
	filter: blur(25px);
	z-index: -1;
	position: absolute;
	padding: 10px;
	border-radius: 30px;
}

.header-social-block.scrolled-social {
 left: -100px;
 opacity: 0;
}

.header-social-block .social-links {
	margin-top: 3px;
	float: right;
}

.header-social-block .social-links li a {
	color: #fff;
	border: 1px solid #fff;
	border-radius: 30px;
	line-height: 33px;
}

.header-social-block .social-links li {
	display: block;
	margin-bottom: 10px;
	height: 35px;
	width: 35px;
}

.social-links {
	float: left;
}

.entry-content .social-links {
	margin: 0;
}

.social-links li {
	display: inline-block;
}

.social-links li a {
	color: #484848;
	display: block;
	float: left;
	font-family: "FontAwesome";
	font-size: 14px;
	text-align: center;
	line-height: 35px;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	transition: all 0.2s linear 0s;
	width: 35px;
}

.social-links li a[href*="facebook.com"]:before {
	content: '\f09a';
}

.social-links li a[href*="facebook.com"]:hover {
	background-color: #3B5998;
	border-color: #3B5998;
	color: #fff;
}

.social-links li a[href*="twitter.com"]:before {
	content: '\f099';
}

.social-links li a[href*="twitter.com"]:hover {
	background-color: #33CCFF;
	border-color: #33CCFF;
	color: #fff;
}

.social-links li a[href*="plus.google.com"]:before {
	content: '\f2b3';
}

.social-links li a[href*="plus.google.com"]:hover {
	background-color: #DF4B38;
	border-color: #DF4B38;
	color: #fff;
}

.social-links li a[href*="pinterest.com"]:before {
	content: '\f231';
}

.social-links li a[href*="pinterest.com"]:hover {
	background-color: #CB2027;
	border-color: #CB2027;
	color: #fff;
}

.social-links li a[href*="dribbble.com"]:before {
	content: '\f17d';
}

.social-links li a[href*="dribbble.com"]:hover {
	background-color: #F26798;
	border-color: #F26798;
	color: #fff;
}

.social-links li a[href*="instagram.com"]:before {
	content: '\f16d';
}

.social-links li a[href*="instagram.com"]:hover {
	background-color: #8E6051;
	border-color: #8E6051;
	color: #fff;
}

.social-links li a[href*="flickr.com"]:before {
	content: '\f16e';
}

.social-links li a[href*="flickr.com"]:hover {
	background-color: #0063DB;
	border-color: #0063DB;
	color: #fff;
}

.social-links li a[href*="linkedin.com"]:before {
	content: '\f0e1';
}

.social-links li a[href*="linkedin.com"]:hover {
	background-color: #007BB6;
	border-color: #007BB6;
	color: #fff;
}

/* Footer */

/* ----- Site Info ----- */
.site-info {
	background-position: center center;
	background-size: cover;
	font-size: 14px;
	line-height: 1.571;
	text-align: center;
}

.site-info .social-links {
	float: none;
	text-align: center;
}

.site-info .social-links ul {
	display: inline-block;
	margin-bottom: 5px;
}

.site-info .social-links a {
	color: #666;
	display: inline-block;
	font-size: 16px;
	margin: 10px 5px 0;
}

.site-info .social-links a:hover {
	background-color: #333;
	border-color: transparent;
}

.copyright-wrap {
	padding: 30px 0 10px;
}

.site-info .copyright {
	color: #666;
	font-size: 12px;
	line-height: 1.666;
	text-align: center;
	margin-bottom: 15px;
}

.site-info .copyright a {
	color: #848484;
}

.site-info .copyright a:hover {
	color: #892323;
}

.site-info .copyright a:first-child {
	font-size: 14px;
	font-weight: bold;
}

.site-info #site-title a,
.site-info #site-description {
	color: #333;
	text-align: center;
}




/* HATE THIS BUTTON */
.right-toggle {
	visibility: hidden;
}
