/*
	Theme Name: WAT 2019
	Theme URI: https://www.watdesignexpress.com/
	Description: This is WAT 2019 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.54
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

@font-face {
	font-family: 'icomoon';
	src: url('fonts/icomoon.eot?e4mc46');
	src: url('fonts/icomoon.eot?e4mc46#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?e4mc46') format('truetype'), url('fonts/icomoon.woff?e4mc46') format('woff'), url('fonts/icomoon.svg?e4mc46#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-up:before {
	content: "\e901";
}

.icon-down:before {
	content: "\e900";
}


/* ## 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;
}

::selection {
	background-color: rgba(246, 202, 201, .3);
	color: #333;
}

::-moz-selection {
	background-color: rgba(246, 202, 201, .3);
	color: #333;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */


/* ## Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%;
	/* 10px browser default */
}


/* Chrome fix */

body>div {
	font-size: 15px;
	font-size: 1.5rem;
}

body {
	background-color: #fff;
	color: #282828;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.7;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: .4s ease-in-out;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	-ms-transition: .4s ease-in-out;
}

a {
	color: #282828;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #f5938e;
	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;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Dosis', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 10px;
}

h1 {
	font-size: 48px;
	font-size: 4.8rem;
}

h2 {
	font-size: 36px;
	font-size: 3.6rem;
}

h3 {
	font-size: 30px;
	font-size: 3rem;
}

h4 {
	font-size: 24px;
	font-size: 2.4rem;
}

h5 {
	font-size: 20px;
	font-size: 2rem;
}

h6 {
	font-size: 18px;
	font-size: 1.8rem;
}


/* ## 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: 1px solid #ddd;
	color: #333;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 200;
	padding: 10px 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	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: #f6cac9;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 200;
	padding: 10px 15px;
	text-decoration: none;
	white-space: normal;
	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-color: #292974;
	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: #333;
	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
--------------------------------------------- */

.front-page .site-inner {
	max-width: inherit;
	padding-top: 0;
}

.site-inner {
	clear: both;
	word-wrap: break-word;
	max-width: 1180px;
	margin: 0 auto;
	padding-top: 60px;
}

.landing-page .site-inner {
	max-width: 800px;
}


/* ## Column Widths and Positions
--------------------------------------------- */


/* ### Content */

.content {
	float: right;
	width: 68%;
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}


/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 28%;
}

.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;
	width: 20px;
	position: fixed;
	bottom: 40px;
	right: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	z-index: 9999999;
}

.text-totop {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	font-family: 'Dosis';
	font-size: 20px;
	letter-spacing: 7px;
	margin-top: 5px;
}

.to-top.top-is-visible {
	visibility: visible;
	opacity: 1;
}

.no-touch .to-top:hover {
	opacity: 1;
}


/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1px;
	padding: 12px 30px;
}

.archive-description .entry-title, .archive-title, .author-box-title,
.page-title,
.after-entry,
.archive-description,
.author-box {
	text-transform: uppercase;
	margin-bottom: 25px;
	text-align: center;
	font-size: 35px;
	font-weight: 400;
	letter-spacing: 2px;
	color: #f5938e;
}

.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
--------------------------------------------- */
.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}


/* ## 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;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget ul>li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ul>li:last-of-type {
	padding-bottom: 0;
}

.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 {
	background-color: #fff;
	width: 100%;
	position: relative;
}

.site-header>.wrap {
	width: 100%;
}


/* ## Title Area
--------------------------------------------- */

.title-area {
	text-align: center;
}

.header-image .title-area {
	margin: 0 auto;
	max-width: 90%;
	padding: 0;
}

.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;
}

.header-image .site-title>a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	min-height: 80px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}


/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-family: 'Dosis';
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	padding: 30px 35px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .5px;
}

.sticky .genesis-nav-menu a {
	padding: 20px 35px;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover {
	color: rgb(243, 128, 123);
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: rgba(0, 0, 0, .8);
	border-top: 0;
	padding: 15px 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
	line-height: 1.5;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover>.sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu>.first>a {
	padding-left: 0;
}

.genesis-nav-menu>.last>a {
	padding-right: 0;
}

.genesis-nav-menu>.right {
	float: right;
}

.genesis-nav-menu .logo {
	background: url(images/logo-wat-menu.svg) center center no-repeat;
	background-size: contain;
	float: left;
	width: 220px;
}

.sticky .genesis-nav-menu .logo {
	/*background: url(images/sticky-logo-wat-menu.svg) center center no-repeat;*/
	width: 140px;
	/*background-size: cover;*/
}

.genesis-nav-menu .logo a {
	color: transparent;
	padding: 33px 35px;
}
.sticky .genesis-nav-menu .logo a {
	padding: 20px 35px;
}
.genesis-responsive-menu .genesis-nav-menu>.menu-item-has-children>a::after {
	content: '\f107';
	font-family: 'FontAwesome';
	margin-left: 8px;
}

.genesis-nav-menu .sub-menu li.menu-item-has-children>a::after {
	content: '\f105';
	font-family: 'FontAwesome';
	margin-left: 8px;
	float: right;
}


/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item>a:focus+ul.sub-menu,
.menu .menu-item.sfHover>ul.sub-menu {
	left: auto;
	opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}


/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}


/* ## After Header Navigation
--------------------------------------------- */

.nav-primary .wrap {
	max-width: 92%;
	margin: 0 auto;
	text-align: right;
	padding: 5px 0;
}


/* Top page */

.wrap-top-page {
	position: relative;
}

.top-page .widget {
	margin-bottom: 0;
}

.admin-bar .nav-primary-wrapper {
	top: 32px;
}

.nav-primary-wrapper {
	position: fixed;
	width: 100%;
	z-index: 1;
	top: 0;
}

.nav-primary-wrapper.sticky {
	background: #000;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	z-index: 99999;
}


/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
	padding: 0 20px 10px;
}


/* Front Page */

.theme-collection h5 {
	text-transform: uppercase;
	text-align: center;
	font-size: 30px;
	letter-spacing: 5px;
	color: #f3807b;
	margin-bottom: 40px;
}

.ins-feed h5 {
	text-align: right;
	font-family: 'Roboto Mono';
	color: #fff;
	font-size: 17px;
	letter-spacing: 10px;
	font-weight: 300;
}

.newsletter .enews form {
	max-width: 640px;
	margin: 0 auto;
}

.newsletter .enews input[type="email"] {
	width: calc( 100% - 100px);
	float: left;
	background: transparent;
	border: 0;
	border-bottom: 1px solid #000;
	color: #90a6cf;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 3px;
}

.newsletter .enews input[type="submit"] {
	background: transparent url(images/button-enews.svg) center center no-repeat;
	color: transparent;
	width: 68px;
	height: 68px;
	background-size: contain;
	float: right;
}


/* Home products */

.wat-product {
	max-width: 1180px;
	margin: 0 auto;
}

.front-page-2 .featuredpage {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	list-style: none;
	text-align: center;
}

.front-page-2 article {
	position: relative;
	overflow: hidden;
	/*min-width: 320px;*/
	text-align: center;
	cursor: pointer;
	line-height: 0;
	float: left;
	width: 48%;
	margin: 0 1%;
}

.front-page-2 article span {
	margin-bottom: 0;
}

.front-page-2 article img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.front-page-2 .entry-header {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 1.5;
	color: #fff;
	font-size: 18px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.front-page-2 .entry-header::before,
.front-page-2 .entry-header::after {
	pointer-events: none;
}

.front-page-2 .entry-title {
	font-weight: 300;
	font-size: 27px;
	letter-spacing: 5px;
	margin-bottom: 20px;
	opacity: 0;
}

.front-page-2 .entry-header .wrap {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}

.front-page-2 .entry-title a {
	color: #fff;
}

.front-page-2 .entry-title a:hover {
	color: #E3B4AE;
}

.front-page-2 .entry-header p {
	letter-spacing: 1px;
	font-size: 16px;
	font-family: 'Roboto';
}


/*---------------*/


/***** Layla *****/


/*---------------*/

.front-page-2 .entry-header::before,
.front-page-2 .entry-header::after {
	position: absolute;
	content: '';
	opacity: 0;
}

.front-page-2 .entry-header::before {
	top: 12%;
	right: 8%;
	bottom: 12%;
	left: 8%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.front-page-2 .entry-header::after {
	top: 30px;
	right: 70px;
	bottom: 30px;
	left: 70px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.front-page-2 .entry-header p {
	width: 60%;
	margin: 0 auto;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}

.front-page-2 .entry-header::before,
.front-page-2 .entry-header::after,
.front-page-2 .entry-header p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.front-page-2 article:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.front-page-2 article:hover .entry-header::before,
.front-page-2 article:hover .entry-header::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.front-page-2 article:hover .entry-title,
.front-page-2 article:hover .entry-header p {
	opacity: 1;
}

.front-page-2 article:hover .entry-header::after,
.front-page-2 article:hover .entry-title,
.front-page-2 article:hover .entry-header p,
.front-page-2 article:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.front-page-2 article:hover .entry-header {
	background-color: rgba(0, 0, 0, 0.7);
}

.front-page .about-mobile {
	display: none;
}


/* # 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: 20px;
	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-bottom: 30px;
	text-align: left;
}

.pagination .page-numbers {
	border: 1px solid;
	color: #202636;
	cursor: pointer;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	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;
}


/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 21px;
	margin-bottom: 0px;
	clear: both;
}

.comment-respond,
.entry-pings {
	padding: 50px 0;
}

.entry-comments {
	padding-top: 40px;
}

.entry-comments h3,
h3#reply-title {
	text-align: center;
	font-size: 22px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 20px;
}

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: 8px 15px;
	border: 1px solid #f5938e;
	color: #f5938e;
}

.comment-reply a:hover {
	background: #f5938e;
	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: 14px;
	letter-spacing: 1px;
}

.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 {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.front-page .footer-widgets {
	margin-top: 0;
}

.footer-widgets {
	background: url(images/bg-footer.jpg) center center no-repeat;
	background-attachment: fixed;
	background-size: cover;
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 5%;
}

.footer-widgets a {
	color: #fff;
}

.footer-widgets a:hover,
.footer-widgets a:focus {
	color: #f3807b;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 33.33%;
	float: left;
	text-align: left;
	margin: 10% 0;
	padding-left: 10%;
}

.footer-widgets-4 {
	clear: both;
	width: 100%;
}

.footer-widgets .widget-title {
	font-family: 'Dosis';
	color: #f5938e;
	background: none;
	font-size: 22px;
	margin: 0;
	text-align: left;
	font-weight: 400;
	letter-spacing: 3px;
	margin-bottom: 30px;
}

.footer-widgets .widget ul>li {
	display: block;
	margin: 0 0 5px 0;
}

.social-profiles i {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: 0 10px;
}

.footer-widgets .widget_text {
	margin: 0;
	text-align: center;
}

.footer-social-links a {
	color: #fff;
	width: 25px;
	height: 25px;
	line-height: 25px !important;
	position: relative;
	margin: 0 8px;
	text-align: center;
	display: inline-block;
	font-size: 18px;
}

.footer-social-links a:hover {
	color: #f5938e;
}


/* Credit */

.footer-widgets-4 .widget {
	margin: 0;
}

.footer-widgets-4 section:first-child {
	width: 30%;
	float: left;
	margin-top: 15px;
	text-align: center;
}

.footer-widgets-4 section:last-child {
	width: 30%;
	float: left;
	margin-top: 27px;
}

.footer-widgets-4 section.widget_custom_html {
	width: 40%;
	float: left;
	margin-top: 25px;
}

.footer-widgets-4 section:last-child p {
	font-size: 12px;
	letter-spacing: 2px;
	margin-bottom: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
}

.footer-widgets-4 {
	border-top: 1px solid #fff;
}

.footer-widgets-4::after {
	content: "";
	display: block;
	clear: both;
}


/* Pricing Table
--------------------------------------------- */

.pricing-table .one-third {
	border: 1px solid #f5f5f4;
	margin: 20px 0;
	padding: 40px;
	width: 33.33%;
	opacity: 1;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.pricing-table .one-third:nth-child(3n+1) {
	margin: 20px 0;
}

.pricing-table .one-third:nth-child(3n+2) {
	margin-bottom: 0;
	margin-top: 0;
}

.pricing-table ul {
	margin-left: 0 !important;
}

.pricing-table .one-third:nth-child(3n) {
	margin: 20px 0;
}

.pricing-table ul>li {
	border-bottom: 1px solid #f5f5f4;
	padding-bottom: 10px;
	margin-bottom: 15px;
	list-style-type: none !important;
	text-align: center;
	font-size: 13px;
}

.pricing-table a.button {
	text-align: center;
	display: block;
}

.pricing-table h4 {
	border-bottom: 1px solid #f5f5f4;
	margin: -40px -40px 40px;
	font-size: 35px;
	letter-spacing: 1px;
	padding: 40px;
	text-align: center;
	font-style: italic;
}

.pricing-table .price {
	font-size: 25px !important;
}


/* Other */

.all-reviews {
	cursor: pointer;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {
	.wat-product,
	.site-inner,
	.wat-1180 {
		max-width: 92%;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 1023px) {
	.to-top {
		right: 30px;
		bottom: 30px;
	}
}

@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,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	.genesis-nav-menu li,
	.header-image .title-area,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}
	.genesis-nav-menu {
		text-align: center;
	}
	.site-header .search-form {
		margin: 16px auto;
	}
	/* ### Genesis Responsive Menus */
	.nav-primary-wrapper {
		background: #000;
	}
	.genesis-responsive-menu .wrap {
		padding: 0;
	}
	.genesis-responsive-menu {
		display: none;
		position: relative;
	}
	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}
	.menu-toggle,
	.sub-menu-toggle {
		background-color: #000;
		border-width: 0;
		color: #fff;
		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: #000;
		border-width: 0;
		color: rgb(243, 128, 123);
	}
	.nav-primary-wrapper.sticky {
		background-color: #000;
	}
	.genesis-nav-menu .logo {
		margin: 0 auto;
		height: 60px;
	}
	.sticky .genesis-nav-menu .logo {
		width: 170px;
	}
	.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;
	}
	.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;
		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>.menu-item-has-children>a::after {
		content: none;
	}
	.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;
	}
	.sidebar {
		margin-bottom: 5%;
	}
	.front-page .about-mobile {
		display: block;
	}
	.front-page .about-desktop {
		display: none;
	}
	.footer-widgets {
		background-attachment: scroll;
	}
	#nav-primary-wrapper.remove-sticky {
		position: static;
	}
}

@media only screen and (max-width: 782px) {
	.to-top {
		right: 20px;
		bottom: 20px;
	}
	.admin-bar .nav-primary-wrapper {
		top: 46px;
	}
	.footer-widgets-4 section {
		width: 100% !important;
		text-align: center;
	}
	.footer-widgets-4 section.widget_custom_html {
		margin-top: 20px;
	}
	.footer-widgets .wrap {
		padding-bottom: 15px !important;
	}
}

@media only screen and (max-width: 640px) {
	.pricing-table {
		max-width: 80%;
		margin: 0 auto;
	}
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0 !important;
		width: 100% !important;
	}
	.footer-widgets .wrap {
		max-width: 92%;
		margin: 0 auto;
		padding: 10% 0 0 0;
	}
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 100%;
		float: none;
		margin: 0;
		text-align: center;
		padding: 0;
	}
	.footer-widgets .widget-title {
		text-align: center;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 480px) {
	.pricing-table {
		max-width: 100%;
		margin: 0 auto;
	}
	.front-page-2 article {
		float: none;
		width: 100%;
		margin: 0 0 40px 0;
	}
}

@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;
	}
}