/*
	Theme Name: Hue Photography Theme 
	Theme URI: http://www.demo.watdesignexpress.com/hue
	Description: This is Hue Photography Theme genesis child theme created based on the Genesis Framework.
	Author: WAT Design Express
	Author URI: https://www.watdesignexpress.com/

	Version: 1.0

	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 1.0

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: wat
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */


/* ## Baseline Normalize
--------------------------------------------- */


/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

progress {
	vertical-align: baseline
}

template,
[hidden] {
	display: none
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:active,
a:hover {
	outline-width: 0
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: inherit
}

b,
strong {
	font-weight: bolder
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

img {
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
	margin: 0
}

optgroup {
	font-weight: bold
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

textarea {
	overflow: auto
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.7;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

::-webkit-scrollbar {
	width: 13px;
}

::-webkit-scrollbar-thumb {
	background: #D7C4AA;
}


/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */


/* ## Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%;
	/* 10px browser default */
}


/* Chrome fix */

body>div {
	font-size: 14px;
	font-size: 1.4rem;
}

body {
	background-color: #fff;
	color: #000;
	font-family: 'SVN-VisbyCFMedium';
	font-size: 14px;
	font-size: 1.4rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: 0.7px;
	margin: 0;
}

a {
	color: #2F2F2F;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #D7C4AA;
	text-decoration: none;
}

p {
	margin: 0 0 20px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #000;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 20px;
	font-size: 2rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

input,
[type="search"],
select,
textarea {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
}

[type="search"],
[type="text"],
select,
[type="tel"],
[type="email"],
textarea,
[type="password"],
[type="url"] {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	-o-appearance: none !important;
	-ms-appearance: none !important;
}

select::-ms-expand {
	display: none;
}

@font-face {
	font-family: 'mark-rasford-signature';
	src: url(./font/mark-rasford-signature.eot);
	src: url(./font/mark-rasford-signature.eot?#iefix) format('embedded-opentype'), url(./font/mark-rasford-signature.svg#mark-rasford-signature) format('svg'), url(./font/mark-rasford-signature.otf) format('otf'), url(./font/mark-rasford-signature.ttf) format('truetype'), url(./font/mark-rasford-signature.woff) format('woff'), url(./font/mark-rasford-signature.woff2) format('woff2');
}

@font-face {
	font-family: 'BodoniFLF-Roman';
	src: url(./font/BodoniFLF-Roman.eot);
	src: url(./font/BodoniFLF-Roman.eot?#iefix) format('embedded-opentype'), url(./font/BodoniFLF-Roman.otf) format('otf'), url(./font/BodoniFLF-Roman.svg#BodoniFLF-Roman) format('svg'), url(./font/BodoniFLF-Roman.ttf) format('truetype'), url(./font/BodoniFLF-Roman.woff) format('woff'), url(./font/BodoniFLF-Roman.woff2) format('woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SVN-VisbyCFMedium';
	src: url(./font/SVN-VisbyCFMedium.eot);
	src: url(./font/SVN-VisbyCFMedium.eot?#iefix) format('embedded-opentype'), url(./font/SVN-VisbyCFMedium.otf) format('otf'), url(./font/SVN-VisbyCFMedium.svg#SVN-VisbyCFMedium) format('svg'), url(./font/SVN-VisbyCFMedium.ttf) format('truetype'), url(./font/SVN-VisbyCFMedium.woff) format('woff'), url(./font/SVN-VisbyCFMedium.woff2) format('woff2');
	font-weight: normal;
	font-style: normal;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'BodoniFLF-Roman', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 10px;
}

h1 {
	font-size: 40px;
	font-size: 4.0rem;
}

h2 {
	font-size: 36px;
	font-size: 3.6rem;
}

h3 {
	font-size: 32px;
	font-size: 3.2rem;
}

h4 {
	font-size: 28px;
	font-size: 2.8rem;
}

h5 {
	font-size: 24px;
	font-size: 2.4rem;
}

h6 {
	font-size: 22px;
	font-size: 2.2rem;
}

.wat-bodoniflf-roman *,
.wat-bodoniflf-roman h1,
.wat-bodoniflf-roman h2,
.wat-bodoniflf-roman h3,
.wat-bodoniflf-roman h4,
.wat-bodoniflf-roman h5,
.wat-bodoniflf-roman h6 {
	font-family: 'BodoniFLF-Roman';
}

.wat-mark-rasford-signature *,
.wat-mark-rasford-signature h1,
.wat-mark-rasford-signature h2,
.wat-mark-rasford-signature h3,
.wat-mark-rasford-signature h4,
.wat-mark-rasford-signature h5,
.wat-mark-rasford-signature h6 {
	font-family: 'mark-rasford-signature';
}

.wat-svn-visbycf *,
.wat-svn-visbycf h1,
.wat-svn-visbycf h2,
.wat-svn-visbycf h3,
.wat-svn-visbycf h4,
.wat-svn-visbycf h5,
.wat-svn-visbycf h6 {
	font-family: 'SVN-VisbyCFMedium';
}


/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}


/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1.2px solid;
	border-color: #000;
	color: #000;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 400;
	padding: 12px 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1.2px solid #000;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-webkit-input-placeholder,
::-moz-input-placeholder {
	color: #000;
	opacity: 1;
}

* {
	outline: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	color: #d7c4aa;
	cursor: pointer;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 400;
	padding: 12px 25px;
	text-decoration: none;
	white-space: normal;
	letter-spacing: 1.4px;
    text-transform: uppercase;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	background: #D7C4AA;
	color: #FFF;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 3px 5px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}


/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}


/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.more-link {
	position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */


/* ## Site Containers
--------------------------------------------- */

.site-inner {
	clear: both;
	padding-top: 0px;
	word-wrap: break-word;
	margin: 0 auto;
	max-width: 1180px;
}


/* ## Column Widths and Positions
--------------------------------------------- */


/* ### Content */

.content {
	width: 100%;
}

.full-width-content .content {
	width: 100%;
}


/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 0%;
	display: none;
}

.sidebar-content .sidebar-primary {
	float: left;
}


/* ## Column Classes
--------------------------------------------- */


/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

.clear,
.clearfix {
	clear: both;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */


/* ## Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}


/* Back to top
---------------------------------------------------------------------------------------------------- */

.to-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	padding-top: 10px;
	visibility: hidden;
	opacity: 0;
	z-index: 9999999;
	color: #d7c4aa;
	background: #000;
	border-radius: 50%;
}

.to-top:hover,
.to-top:focus {
	color: #fff;
	background: #812e70;
}

.to-top .dashicons {
	transition: color 0s ease-in;
	-webkit-transition: color 0s ease-in;
	-moz-transition: color 0s ease-in;
}

.to-top.top-is-visible {
	visibility: visible;
	opacity: 1;
}

.no-touch .to-top:hover {
	opacity: 1;
}

.policy {
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	padding: 23px;
	border-radius: 50%;
	position: fixed;
	bottom: 85px;
	right: 18px;
	background-image: url('././images/copyright_icon.svg') center center ;
	background: url(https://brandingprofiles.com.au/wp-content/uploads/2021/06/copyright_icon.svg) center center;
	background-size: contain;
	z-index: 9999;
}


/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1px;
	padding: 12px 30px;
}

.after-entry,
.archive-description,
.author-box {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}


/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}


/* ## Titles
--------------------------------------------- */

.page-title,
.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.content:not(.home .content, .work-with-me .content, .page-gallery .content),
.single-post .content,
.page-template .content {
	padding-top: 50px;
}

.home .page-titlet,
.work-with-me .page-title,
.page-gallery .page-title {
	display: none;
}


/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}

ul.wp-block-gallery {
	margin: 0 !important;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget ul>li {
	margin-bottom: 10px;
}

.widget ol>li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}


/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	width: 100%;
	position: relative;
}

.site-header>.wrap {
	width: 100%;
}

.site-header .title-area {
	display: none !important;
}


/* # Site Container
---------------------------------------------------------------------------------------------------- */


/* ## Title Area
--------------------------------------------- */

.title-area {
	text-align: center;
	max-width: 70%;
	margin: 0 auto;
}

.header-full-width .title-area {
	float: none;
	width: 100%;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu li.logo a {
	padding: 65px 0;
}

.genesis-nav-menu li.logo span {
	display: none;
}

.genesis-nav-menu a {
	color: #333;
	font-size: 14px;
	display: block;
	text-align: left;
	padding: 12px 20px 12px 30px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Roboto Condensed';
}

.genesis-nav-menu .sub-menu {
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	z-index: 99;
	height: auto !important;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 10px 20px;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu>.first>a {
	padding-left: 0;
}

.genesis-nav-menu>.last>a {
	padding-right: 0;
}

.genesis-nav-menu>.right {
	float: right;
}


/* ### Genesis Responsive Menus */

.genesis-responsive-menu .genesis-nav-menu .sub-menu,
.genesis-responsive-menu .genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu li,
.site-header ul.genesis-nav-menu {
	float: none;
}

.genesis-nav-menu {
	text-align: center;
}

.genesis-responsive-menu .wrap {
	padding: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.sub-menu-toggle {
	border-width: 0;
	color: #333;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
	padding: 10px;
	z-index: 100;
	position: absolute;
	right: 0;
	top: 0;
	background: transparent;
	float: right;
	width: 100%;
	color: transparent;
	height: 100%;
	z-index: 1;
}

.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: transparent;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	-webkit-transform: rotate( 0);
	-ms-transform: rotate( 0);
	transform: rotate( 0);
	-webkit-transition: transform .25s ease-in-out;
	-ms-transition: transform .25s ease-in-out;
	transition: transform .25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	-webkit-transform: rotate( 180deg);
	-ms-transform: rotate( 180deg);
	transform: rotate( 180deg);
}

.genesis-responsive-menu .genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
	text-align: left;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item a {
	border: none;
	margin-bottom: 1px;
	width: 100%;
}

.genesis-responsive-menu .genesis-nav-menu .sub-menu {
	border: none;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item>a:focus ul.sub-menu,
.genesis-responsive-menu .genesis-nav-menu .menu-item>a:focus ul.sub-menu .sub-menu {
	left: 0;
	margin-left: 0;
}

.genesis-nav-menu .menu-item.menu-item-has-children a {
	padding-right: 40px;
}

.genesis-responsive-menu .genesis-nav-menu .sub-menu {
	clear: both;
	display: none !important;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	width: 100%;
}

.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
	margin: 0;
}


/*Primary Nav Search
--------------------------------------------- */
.nav-primary li.search{
    display: inline-block;
    float: right;
}

li a.icon-search:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	content: "\f002";
	font-size: 13px;
	z-index: 9999;
}

li a.icon-search {
	cursor: pointer;
    padding-left: 0;
    left: 0;
    width: 40px;
    height: 40px;
    text-align: center;
}

.lightbox-search {
	position: fixed;
	background: rgba(255, 255, 255, .95);
	width: 100%;
	height: 100%;
	z-index: 99999;
	top: 0;
	display: none;
}

.lightbox-search span {
	position: absolute;
	top: 60px;
	right: 60px;
}

.lightbox-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
}

.lightbox-search span:before {
	width: 30px;
	height: 30px;
	font-size: 30px;
}

.lightbox-search .search-form {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 480px;
}

.lightbox-search .search-form input {
	background: transparent;
	font-size: 14px;
	text-transform: inherit;
	letter-spacing: 1.5px;
	padding: 8px 10px;
	width: calc( 100% - 45px);
	float: left;
	border: 0;
	color: #333;
}

.lightbox-search .search-form input[type="submit"] {
	width: 45px;
	height: 45px;
	position: static;
	font-size: 14px;
	float: right;
	padding: 10px;
	background: transparent;
	margin: 0;
	color: #000;
	font-family: 'FontAwesome';
}

.lightbox-search .search-form input[type="submit"]:hover,
.lightbox-search .search-form input[type="submit"] :focus {
	color: #d7c4aa;
}

.lightbox-search form.search-form {
	border-bottom: 1px solid #000;
}

.genesis-nav-menu aside.widget-area {
	width: 180px;
	padding-left: 20px;
}

.genesis-nav-menu aside .widget_custom_html .button,
.genesis-nav-menu aside .button {
	color: #FFF;
	background: #812E70;
	padding: 15px;
	text-align: center;
	font-family: 'SVN-VisbyCFMedium';
}

.genesis-nav-menu aside .widget_custom_html .button:hover,
.genesis-nav-menu aside .widget_custom_html .button:focus,
.genesis-nav-menu aside .button:hover,
.genesis-nav-menu aside .button:focus{
	background: #000;
	color: #d7c4aa;
}


/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu-toggle {
	display: none;
	visibility: hidden;
}

.genesis-nav-menu .sub-menu-toggle.activated+.sub-menu {
	display: block !important;
}


/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

.genesis-nav-menu .menu-item.current-menu-item>a.tpactive {
	color: #812e70;
}


/* ## After Header Navigation
--------------------------------------------- */

.admin-bar .sticky-menu {
	top: 32px;
}

.sticky-menu {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}


/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
	padding: 0 20px 10px;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */


/* ## Entries
--------------------------------------------- */

.post-content ul>li,
.page-content ul>li {
	list-style-type: disc;
}

.post-content ol>li,
.page-content ol>li {
	list-style-type: decimal;
}

.post-content ol,
.post-content ul,
.page-content ol,
.page-content ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol>li {
	list-style-type: decimal;
}

.entry-content ul>li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #eee;
}


/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}


/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 30px 0 20px;
	text-align: center;
}

.pagination .page-numbers {
	border: 1px solid;
	color: #202636;
	cursor: pointer;
	display: inline-block;
	letter-spacing: .4px;
	padding: 10px 15px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 11px;
	margin: 5px;
}

.pagination .page-numbers:hover {
	background: #E3B4AE;
	border-color: #E3B4AE;
	color: #fff;
}

.pagination .page-numbers:hover,
.pagination .current {
	background: #D7C4AA;
	color: #FFF;
	border: 1px solid #D7C4AA;
}


/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 21px;
	margin-bottom: 0px;
	clear: both;
}

.comment-respond,
.entry-pings {
	padding: 20px 0;
}

.entry-comments {
	padding-top: 40px;
}

h3#reply-title small {
	margin-left: 20px;
}

.comment-list li {
	padding: 30px 0;
	clear: both;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-form {
	font-size: 14px;
}

.comment-header {
	margin-bottom: 20px;
	font-size: 14px;
}

.comment-content {
	clear: both;
	font-size: 14px;
	float: left;
}

.comment-reply {
	clear: both;
	float: right;
}

.comment-reply a {
	font-size: 13px;
	letter-spacing: 2px;
	padding: 12px 25px;
	color: #fff;
	background: #000;
}

.comment-reply a:hover {
	background: #D7C4AA;
	color: #FFF;
}

.comment-content ul>li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
}

.comment-respond label {
	margin-right: 12px;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 2;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

#commentform p {
	margin-bottom: 22px;
}

#commentform .form-submit {
	margin-top: 15px;
}

#comments .children {
	width: 95%;
	float: right;
}

.comment-respond input[type="checkbox"] {
	margin-right: 12px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	margin-bottom: 40px;
}


/*Instagram Widgets
---------------------------------------------------------------------------------------------------- */

.intagram-footer {
	margin-top: 40px;
}

.intagram-footer {
	clear: both;
	padding: 55px 0 0px;
	font-size: 13px;
	letter-spacing: 1px;
	background-image: url('././images/BACKGROUND-HUE.jpg') center center ;
	background-repeat: no-repeat;
	background-size: cover;
}

.intagram-footer .wrap {
	margin: 0 auto;
	padding: 0px 40px;
}

.intagram-footer .widget_custom_html {
	margin-bottom: 0;
}

.intagram-footer .widget_custom_html .widget-title {
	font-family: 'BodoniFLF-Roman';
	font-size: 38px;
	margin: 0;
	color: #D7C4AA;
	text-align: center;
}

.intagram-footer .widget_custom_html #sb_instagram {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	padding-bottom: 0 !important;
}

.intagram-footer .widget_custom_html #sbi_images {
	order: 2;
}

.intagram-footer .widget_custom_html #sbi_load {
	order: 1;
	margin-bottom: 10px;
}

.intagram-footer .widget_custom_html #sbi_images {
	order: 2;
	padding-bottom: 0 !important;
}

.intagram-footer #sb_instagram .sbi_photo {
	border: 2px solid #FFF;
}

.intagram-footer .widget_custom_html #sb_instagram .sbi_follow_btn a {
	background: transparent;
	margin: 0 0 20px;
}

.intagram-footer .widget_custom_html #sb_instagram .sbi_follow_btn a:hover,
.intagram-footer .widget_custom_html #sb_instagram .sbi_follow_btn a:focus {
	box-shadow: none;
}

.intagram-footer .widget_custom_html #sb_instagram .sbi_follow_btn svg {
	display: none;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */


.footer-widgets {
	clear: both;
	padding: 80px 0 110px;
	background: #000;
	font-family: "Roboto Condensed";
	letter-spacing: 1.4px;
	background-image: url('././images/BACKGROUND-HUE.jpg') center center ;
	background-repeat: no-repeat;
	background-size: cover;
}

.footer-widgets .menu {
	display: block;
}

.footer-widgets,
.footer-widgets a {
	color: #fff;
}

.footer-widgets a:hover {
	color: #D7C4AA;
}

.footer-widgets>.wrap {
	max-width: 900px;
	margin: 0 auto;
}

.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widgets .widget-title {
	font-size: 15px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 15px;
	position: relative;
	z-index: 1;
	font-family: 'Roboto Condensed';
}

.footer-widgets-5 {
	width: 100%;
	float: none;
	text-align: center;
	display: inline-block;
	padding-top: 50px;
}

.footer-widgets-5 .custom-html-widget {
	font-size: 13px;
	font-family: 'Roboto Condensed';
	font-weight: 200;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 30%;
	float: left;
	text-align: center;
}

.footer-widgets-1,
.footer-widgets-2 {
	padding-right: 1.5%;
}

.footer-widgets-1 .footer-office {
	display: block;
	font-size: 13px;
}

.footer-widgets-1 .phone {
	padding-top: 10px;
}

.footer-widgets-2 {
	width: 40%;
	padding: 0 3%;
}


.footer-widgets-2 #simple-social-icons-2 ul li a {
	padding: 4px !important;
}

.footer-widget-area .widget_nav_menu ul>li {
	text-align: center;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.footer-widget-area .enews {
	text-align: center;
}

.footer-widget-area .enews form {
	display: flex;
	border-bottom: 1px solid;
}

.footer-widget-area .enews form::after {
	clear: both;
	content: "";
	display: block;
}

.footer-widget-area .enews input {
	background: transparent;
	border: none;
	color: #FFF;
}

.footer-widget-area .enews input::-webkit-input-placeholder {
	color: transparent;
}

.footer-widget-area .enews input[type="submit"] {
	color: #fff;
	background: transparent;
	letter-spacing: 2px;
	padding: 5px 0px 12px;
	border: none;
	font-size: 14px;
}

.footer-widget-area .enews input[type="submit"]:hover {
	color: #D7C4AA;
	background: transparent;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.menu {
	display: none;
}

.nav-primary .menu,
.nav-secondary .menu,
.nav-footer .menu {
	display: block;
}

.site-footer {
	padding: 0;
	max-width: 1180px;
	text-align: center;
	margin: 0 auto;
	margin-top: -65px;
}

.site-footer p {
	font-size: 13px;
	font-family: 'Roboto Condensed';
	font-weight: 200;
	letter-spacing: 1.5px;
	margin: 0;
}

.site-footer,
.site-footer a {
	color: #fff;
}

.site-footer a:focus,
.site-footer a:hover {
	color: #d7c4aa;
}


/* Portfolio */

.genesis-pro-portfolio .single-portfolio .post-title {
	text-align: center;
	font-size: 2.4rem;
	letter-spacing: 1px;
	margin-bottom: 7px;
}

.style-portfolio h2.post-title a {
	color: #fff;
}

.single-portfolio .content-sidebar-wrap {
	margin: 0 auto !important;
}

.single-portfolio .content {
	width: 100%;
	float: none;
}

.genesis-pro-portfolio .site-inner,
.post-type-archive-portfolio .site-inner,
.single-portfolio .site-inner {
	max-width: 80%;
}

.post-type-archive-portfolio .img-portfolio {
	margin-bottom: 15px;
}

.genesis-pro-portfolio .pro-portfolio {
	margin-right: 0 !important;
	width: 33.33% !important;
	padding: 15px !important;
	margin-bottom: 30px !important;
}

.genesis-pro-portfolio .pro-portfolio:nth-of-type(3n+1) {
	clear: inherit !important;
}

.genesis-pro-portfolio .post-title,
.post-type-archive-portfolio .post-title {
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: .4px;
}


/*Home Page*/


/* Slider */

.rev_slider .tparrows {
	background-color: transparent !important;
}

.rev_slider .tparrows::before {
	color: transparent !important;
	background-size: 32px !important;
}

.rev_slider .tparrows.tp-leftarrow::before {
	background: url('././images/prev-slider-white.svg') no-repeat center center;
}

.rev_slider .tparrows.tp-rightarrow::before {
	background: url('././images/next-slider-white.svg') no-repeat center center;
}


/*Review*/

.sp-testimonial-free-section .sp-testimonial-free-item {
	color: #D7C4AA;
}

.sp-testimonial-free-section .sp-testimonial-free-item p {
	letter-spacing: 3.5px;
	line-height: 1.5;
}

.sp-testimonial-free-section .sp-testimonial-free-item p {
	color: #D7C4AA !important;
}

.sp-testimonial-free-section .sp-testimonial-free-item h4 {
	font-family: 'Roboto Condensed';
	letter-spacing: 1.5px;
	font-weight: 400;
	font-size: 14px;
}

.slick-slide {
	max-width: 80% !important;
	overflow: hidden!important;
}

.sp-testimonial-free-section .sp-testimonial-free-item .tfree-client-testimonial {
	font-size: 24px;
	text-transform: uppercase;
}

.sp-testimonial-free-section .sp-testimonial-free-item .tfree-client-name {
	color: #FFF !important;
}


/* Background-Gold-Title */

.background-gold-title h2,
.intagram-footer .widget_custom_html .widget-title,
.sp-testimonial-free-section .sp-testimonial-free-item p,
.rev_slider_wrapper .wat-background-text.tp-caption.tp-resizeme {
	background:  url('././images/gold-background.png') center center;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-background-clip: text;
	-moz-text-fill-color: transparent;
	background-size: cover;
}


/* Project */

.section-4 .wat-image-box a:hover,
.section-4 .wat-image-box a:focus {
	color: #D7C4AA;
}

/*Enews*/
.section-7 .enews input {
	width: 28%;
	display: inline-block;
	float: left;
	margin-right: 1%;
	border: 1.2px solid;
	border-color: #000;
	background-color: transparent;
	color: #000;
}

.section-7 .enews input[type="submit"] {
	width: 13%;
	margin-right: 0;
	background-color: #2F2F2F;
	color: #fff;
	letter-spacing: 0.5px;
	padding:12px;
}

.section-7 .enews input[type="submit"]:hover {
	background-color: #812e70;
}

/*Page Work with me*/

.work-with-me-button a {
	width: 280px !important;
	padding: 10px 2px !important;
	font-size: 13px !important;
	background: transparent;
	line-height: 1.3;
}


/*OWL-CAROUSEL*/

.owl-carousel .fg-item.fg-loaded {
	margin-right: 0!important;
	margin-bottom: 0 !important;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1440px) and (min-width: 1201px) {
	.site-inner,
	.footer-widgets>.wrap{
		max-width: 95%;
	}
}

@media only screen and (max-width: 1200px) {
	.site-inner,
	.footer-widgets>.wrap{
		max-width: 92%;
	}
	.intagram-footer .wrap {
		max-width: 96%;
		padding: 0px;
	}
}

@media only screen and (max-width: 1023px) {
	.to-top {
		right: 30px;
		bottom: 30px;
	}
	.site-inner {
		padding-top: 42px;
	}
}

@media only screen and (min-width: 1025px) {
	.site-container,
	.elementor-page.full-width-content .elementor-section.elementor-section-stretched {
		padding-left: 250px;
	}
	#wpadminbar+#nav-primary-wrapper {
		padding-top: 40px;
	}
	.nav-primary-wrapper {
		position: fixed;
		top: 0;
		transform-origin: top center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		text-align: center;
		z-index: 999;
		height: 100%;
		background-color: #FFF;
		padding: 30px 5px;
		padding-left: 10px;
		max-width: 250px;
		width: 100%;
	}
	.nav-primary-wrapper .genesis-nav-menu .menu-item {
		display: block;
	}
	.nav-primary-wrapper .widget-area .simple-social-icons {
		padding-top: 5px;
		margin-bottom: 30px;
	}
	.nav-primary-wrapper {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: block;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		width: 100%;
		position: relative;
		z-index: 2;
	}
	.genesis-nav-menu .menu-item.current-menu-ancestor .sub-menu-toggle.wat-show-submenu+.sub-menu {
		display: block !important;
	}
	.genesis-responsive-menu .genesis-nav-menu>.menu-item-has-children>a::after,
	.genesis-nav-menu .sub-menu li.menu-item-has-children>a::after {
		content: '\f0d7';
		margin-left: 7px;
		width: 13px;
		display: inline-block;
		clear: both;
		font-family: 'FontAwesome';
	}
}

@media only screen and (max-width: 1024px) {
	.page-title,
	.archive-description .entry-title,
	.archive-title,
	.author-box-title {
		font-size: 32px;
		margin-bottom: 30px;
	}
	.sp-testimonial-free-section .sp-testimonial-free-item .tfree-client-testimonial {
		font-size: 18px;
	}
	.home-title h2 {
		font-size: 34px;
	}
	.section-3 .title-italic,
	.title-italic {
		font-size: 28px !important;
	}
	.intagram-footer .widget_custom_html .widget-title {
		font-size: 30px;
	}
	/* ### Genesis Responsive Menus */
	#nav-primary-wrapper.remove-sticky {
		position: static;
	}
	.genesis-responsive-menu .wrap {
		padding: 0;
	}
	.genesis-nav-menu li.logo {
		display: none !important;
	}
	.genesis-responsive-menu {
		display: none;
		position: relative;
	}
	.nav-primary-wrapper .wrap {
		max-width: 92%;
		margin: 0 auto;
	}
	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}
	.menu-toggle,
	.sub-menu-toggle {
		background-color: #fff;
		border-width: 0;
		color: #333;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}
	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background-color: #fff;
		border-width: 0;
		color: #c3251d;
	}
	.menu-toggle {
		line-height: 22px;
		position: relative;
		width: 100%;
		z-index: 1000;
	}
	.menu-toggle,
	.menu-toggle:focus,
	.menu-toggle:hover {}
	.menu-toggle::before {
		font-size: 1.5em;
		text-rendering: auto;
	}
	.sub-menu-toggle {
		float: right;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
		width: auto;
	}
	.sub-menu .sub-menu-toggle {
		padding: 12px 10px;
	}
	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0);
		-ms-transform: rotate( 0);
		transform: rotate( 0);
		-webkit-transition: transform .25s ease-in-out;
		-ms-transition: transform .25s ease-in-out;
		transition: transform .25s ease-in-out;
	}
	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg);
		-ms-transform: rotate( 180deg);
		transform: rotate( 180deg);
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		margin-bottom: 1px;
		padding: 15px 20px;
		width: 100%;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item>a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item>a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
	.genesis-nav-menu li.search {
		display: none;
		width: 0;
	}
	.genesis-nav-menu .simple-social-icons {
		margin-bottom: 20px;
		margin-top: 15px;
	}
	.genesis-nav-menu .simple-social-icons,
	.genesis-nav-menu .widget_custom_html {
		padding-left: 15px;
	}
	/*Slider*/
	.rev_slider .tparrows.tp-leftarrow::before,
	.rev_slider .tparrows.tp-rightarrow::before {
		display: none;
	}
}

@media only screen and (max-width: 860px) {
	.content,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.sidebar-primary,
	.title-area {
		width: 100%;
	}
	.site-header .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu {
		float: none;
	}
	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}
	/* Portfolio */
	.genesis-pro-portfolio .site-inner,
	.single-portfolio .site-inner,
	.post-type-archive-portfolio .site-inner {
		max-width: 92%;
	}
	.style-portfolio .wrap-title::before,
	.style-portfolio .wrap-title,
	.genesis-pro-portfolio .pro-portfolio,
	.style-portfolio .post-title {
		position: static !important;
		transform: translate(0, 0);
	}
	.style-portfolio .wrap-title::before,
	.style-portfolio .wrap-title {
		opacity: 1 !important;
	}
	.style-portfolio .wrap-title::before {
		border: 0 !important;
	}
	.style-portfolio .img-portfolio {
		margin-bottom: 15px !important;
	}
	/*Footer*/
	.footer-widgets {
		padding-top: 30px;
	}
	.footer-widgets .footer-widgets-1,
	.footer-widgets .footer-widgets-2,
	.footer-widgets .footer-widgets-3,
	.footer-widgets .footer-widgets-4 {
		width: 100%;
		max-width: 400px;
		margin: 0 auto 10px;
		float: none;
		padding: 10px 0%;
	}
	.footer-widgets .widget-area:last-child,
	.footer-widgets .footer-widgets-3 {
		margin-bottom: 0;
	}
	.footer-widgets-5 {
		padding-top: 20px;
	}
	.intagram-footer .widget_custom_html #sbi_load {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 782px) {
	.to-top {
		right: 20px;
		bottom: 20px;
	}
	.genesis-pro-portfolio .post-title,
	.post-type-archive-portfolio .post-title {
		font-size: 18px;
	}
	.admin-bar .sticky-menu {
		top: 46px;
	}
}

@media only screen and (max-width: 640px) {
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100% !important;
	}
	/*Enews*/
	.section-7 .enews input[type="submit"] {
		margin-top: 5px;
	}
	.section-7 .enews input,
	.section-7 .enews input[type="submit"] {
		width: 100%;
		margin-bottom: 12px;
		text-align: center;
	}
}

@media only screen and (max-width: 480px) {
	.genesis-pro-portfolio .pro-portfolio {
		width: 100% !important;
		margin-bottom: 15px !important;
	}
	.genesis-pro-portfolio .post-title,
	.post-type-archive-portfolio .post-title {
		font-size: 23px;
	}
}

@media only screen and (max-width: 400px) {}

@media only screen and (max-width: 320px) {}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {
	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]::after {
		content: " (" attr(href) ")";
	}
	abbr[title]::after {
		content: " (" attr(title) ")";
	}
	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title>a::after {
		content: "";
	}
	thead {
		display: table-header-group;
	}
	img,
	tr {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 2cm 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	.content,
	.content-sidebar {
		width: 100%;
	}
	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}
	.title-area {
		text-align: center;
		width: 100%;
	}
	.site-title>a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}
	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}
	.author-box {
		margin-bottom: 0;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}
	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}
	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}
	dl,
	ol,
	ul {
		page-break-before: avoid;
	}
}