/*
	Theme Name: EZDemo Theme
	Author: BuildWitt
*/

/* Login Screen */

.login {
	background: #121612;
	border: 5px solid #61a00d;
}

#login {
	border: 0;
	margin: 0 auto;
	margin-top: 8%;
	border-radius: 0;
	padding: 0;
	box-shadow: none;
	background: transparent;
}

.login h1.admin-email__heading {
	font-size: 1.4em;
}

.login-action-confirm_admin_email #login {
	margin-top: 8%;
}

.login h1 a {
	background-image: url(/theme/images/logo.svg);
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	width: 100%;
	margin: 0;
	border: 0;
}

.login #login_error, .login .message, .login .success {
	background: transparent;
	color: #F3F5F4;
	text-align: center;
	border: unset;
	padding: 0;
	font-style: italic;
	margin: 0;
	padding: 2em;
	padding-bottom: 0;
	font-size: 0.7em;
}

.login form {
	background: transparent;
	box-shadow: unset;
	border: unset;
	margin-top: 0.5em;
	padding: 0;
}

.login label {
	color: #F3F5F4;
	font-family: 'Saira';
	font-size: 1em;
}

.login form .input, .login input[type=password], .login input[type=text] {
	font-size: 1em !important;
	padding: 0.5em 1em !important;
	-webkit-appearance: none;
	width: 100%;
	border: 1px solid #61a00d;
	box-shadow: unset;
	border-radius: 8px;
	margin-bottom: 1em;
	color: #F3F5F4;
	background: #121612;
	font-family: 'Saira';
}

.login input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px #121612 inset; /* Change the color to your own background color */
    -webkit-text-fill-color: #F3F5F4;
}

.login input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px #121612 inset;/*your box-shadow*/
    -webkit-text-fill-color: #F3F5F4;
} 

.login .user-pass-wrap {
	margin-bottom: 1em;
}

#login form p.submit {
	text-align: center;
}

.wp-core-ui .button.button-large.button-primary, .wp-core-ui .button.button-large {
	padding: 0.8em 1.5em;
	font-size: 1em;
	transition: 0.5s all;
	border-radius: 0;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	justify-content: center;
	font-family: 'Source Code Pro';
	line-height: 1;
	text-decoration: none;
	border-radius: 8px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	background: #61a00d;
	color: #121612;
	border: unset;
}

.wp-core-ui .button.button-large.button-primary:hover {
	background: #61a00d;
	color: #121612;
	border: unset;
	text-decoration: none;
	box-shadow: 0px 0px 20px rgba(0,190,180,0.58);
}

.wp-core-ui .button.button-large {
    background: #ffffff;
    color: #121612;
}

.login #backtoblog a, .login #nav a {
	color: #61a00d;
}

.login #backtoblog a:hover, .login #nav a:hover, .login h1 a:hover {
	color: #61a00d;
}

.login form .forgetmenot {
	float: none;
}

.login #nav, .login #backtoblog {
	background: transparent;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0;
}

.login #backtoblog {
	margin-bottom: 0;
}

.login .privacy-policy-page-link {
	display: none;
}

/* Font References */

@font-face {
  	font-family: 'Source Sans 3';
  	src: url(library/fonts/SourceSansPro-Regular.ttf);
}

@font-face {
  	font-family: 'Source Sans 3';
  	font-style: italic;
  	src: url(library/fonts/SourceSansPro-Italic.ttf);
}

@font-face {
  	font-family: 'Source Sans 3';
  	font-weight: 700;
  	src: url(library/fonts/SourceSansPro-Bold.ttf);
}

@font-face {
  	font-family: 'Source Sans 3';
  	font-weight: 700;
  	font-style: italic;
  	src: url(library/fonts/SourceSansPro-BoldItalic.ttf);
}

@font-face {
  	font-family: 'Source Code Pro';
  	font-weight: 500;
  	src: url(library/fonts/SourceCodePro-Medium.ttf);
}

@font-face {
  	font-family: 'Saira';
  	src: url(library/fonts/Saira-Regular.ttf);
}

@font-face {
  	font-family: 'Saira';
  	font-style: italic;
  	src: url(library/fonts/Saira-Italic.ttf);
}

@font-face {
  	font-family: 'Saira';
  	font-weight: 500;
  	src: url(library/fonts/Saira-Medium.ttf);
}

@font-face {
  	font-family: 'Saira';
  	font-weight: 600;
  	src: url(library/fonts/Saira-SemiBold.ttf);
}

@font-face {
  	font-family: 'Saira';
  	font-weight: 700;
  	src: url(library/fonts/Saira-Bold.ttf);
}

/* Global */

* {
    box-sizing: border-box;
}

html {
	font-size: 18px;
	margin: 0;
	padding: 0;
}

html.fixed {
	height: 100%;
	overflow: hidden;
}

body {
	font-size: 1em;
	margin: 0;
	padding: 0;
	font-family: 'Source Sans 3', sans-serif;
	color: rgba(204,208,205,0.8);
	position: relative;
	background-color: #121612;
	background-image: url(/theme/images/bg-texture-dark.png);
	background-size: contain;
}

.container {
	width: 80%;
	max-width: 1600px;
	padding-left: 30px;
	padding-right: 30px;
}

.container-fluid {
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
}

.container-fluid {
	z-index: 2;
}

.row {
	padding-top: 8em;
	padding-bottom: 8em;
	margin-left: -30px;
	margin-right: -30px;
}

.py-small {
	padding-top: 4em;
	padding-bottom: 4em;
}

.pt-small {
	padding-top: 4em;
}

.pb-small {
	padding-bottom: 4em;
}

.row .row {
	padding-top: 0;
	padding-bottom: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	padding-left: 30px;
	padding-right: 30px;
}

/* Typography */

h1, h2.large {
	font-family: 'Saira', sans-serif;
	text-transform: uppercase;
	color: #F3F5F4;
	line-height: 1;
	font-size: 4em;
	font-weight: 600;
}

.page-template-home h1,
h1.default-template {
	font-weight: 500;
	font-size: 3.5em;
}

h1 .smaller {
	font-size: 0.6em;
	line-height: 1;
	display: block;
}

h2 {
	font-family: 'Saira', sans-serif;
	color: #F3F5F4;
	font-size: 2.5em;
	line-height: 1.4;
	font-weight: 400;
}

h3 {
	font-family: 'Source Code Pro', sans-serif;
	text-transform: uppercase;
	font-size: 0.8em;
	color: #61a00d;
}

h4 {
	font-family: 'Saira', sans-serif;
	font-weight: 500;
	color: #F3F5F4;
	font-size: 2em;
}

h5 {
	font-family: 'Saira', sans-serif;
	color: #F3F5F4;
	font-size: 2.3em;
	line-height: 1.4;
	font-weight: 400;
}

h6 {
	font-family: 'Saira', sans-serif;
	color: #F3F5F4;
	font-size: 1.2em;
	line-height: 1.4;
	font-weight: 400;
}

a {
	color: #61a00d;
	transition: 0.5s all;
}

a:hover {
	text-decoration: underline;
	color: #61a00d;
}

.number {
	font-family: 'Saira';
	font-weight: 700;
	font-size: 6em;
	color: #61a00d;
	text-shadow: 0px 0px 20px rgba(0,190,180,0.58);
	line-height: 1;
}

blockquote {
	font-family: 'Saira';
	font-weight: 500;
	font-style: italic;
	color: #F3F5F4;
	font-size: 1.5em;
	text-align: center;
}

.author {
	text-align: center;
	color: #61a00d;
	font-family: 'Saira';
	font-weight: 500;
	font-style: italic;
	font-size: 1.5em;
}

p:last-of-type {
	margin-bottom: 0;
}

hr {
	border-top: 1px solid #E7EBED;
	margin-top: 2.5em;
	margin-bottom: 2.5em;
	width: 100%;
}

b, strong {
	font-weight: 900;
}

.large {
	font-size: 1.5em;
	font-family: 'Saira';
	font-weight: 500;
	color: #F3F5F4;
}

.color-white {
	color: #ffffff;
}

.color-black {
	color: #000000;
}

.color-dark-blue {
	color: #121612;
}

.color-teal {
	color: #61a00d;
}

.text-shadow {
	text-shadow: 00px 4px 4px rgba(0, 0, 0, 0.1);
}

.small {
	font-size: 0.7em;
}

.btn-primary, .btn-secondary, #menu-primary-navigation li.btn-primary a {
	padding: 0.8em 1.5em;
	font-size: 1em;
	transition: 0.5s all;
	border-radius: 0;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	justify-content: center;
	font-family: 'Source Code Pro';
	line-height: 1;
	text-decoration: none;
	border-radius: 8px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.btn-primary, #menu-primary-navigation li.btn-primary a {
	background: #61a00d;
	color: #121612;
	border: unset;
}

.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show >.btn-primary.dropdown-toggle,#menu-primary-navigation li.btn-primary a:hover {
	background: #61a00d;
	color: #121612;
	border: unset;
	text-decoration: none;
	box-shadow: 0px 0px 20px rgba(0,190,180,0.58);
}

.btn-secondary {
	color: #61a00d;
	border: 1px solid #61a00d;
	color: #61a00d;
	background: transparent;
}

.btn-secondary:hover {
	color: #61a00d;
	border: 1px solid #61a00d;
	color: #61a00d;
	background: transparent;
	text-decoration: none;
	box-shadow: 0px 0px 20px rgba(0,190,180,0.58);
}

.btn-text {
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	width: auto;
	color: #F3F5F4;
	border-bottom: 1px solid #F3F5F4;
	padding-bottom: 0.5em;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 1em;
	transition: 0.5s all;
	line-height: 1;
}

.btn-text:hover, a.card:hover .btn-text {
	text-decoration: none;
	border-bottom: 0;
	padding-left: 1.5em;
	color: #121612;
}

.btn-text:before {
	content: '';
	background: #61a00d;
    border-radius: 8px;
    height: calc(100% + 1.3em);
    width: calc(100% + 1.5em);
    padding: 0.8em 1.5em;
    box-shadow: 0px 0px 20px rgb(0 190 180 / 58%);
    position: absolute;
    left: 0;
    top: -0.9em;
    z-index: 1;
    opacity: 0;
    transition: 0.5s all;
}

.btn-text:hover:before, a.card:hover .btn-text:before {
	opacity: 1;
}

.btn-text span {
	position: relative;
	z-index: 2;
}

.btn-text img {
	position: relative;
	margin-left: 0.5em;
	transition: 0.5s all;
	height: 15px;
	width: 15px;
}

.btn-text:hover img {
	margin-left: 0.8em;
}

/* Helpers */

.separator-1 {
	height: 1em;
	display: block;
	clear: both;
	width: 100%;
}

.separator-2 {
	height: 2em;
	display: block;
	clear: both;
	width: 100%;
}

.separator-3 {
	height: 3em;
	display: block;
	clear: both;
	width: 100%;
}

.separator-4 {
	height: 4em;
	display: block;
	clear: both;
	width: 100%;
}

.separator-6 {
	height: 6em;
	display: block;
	clear: both;
	width: 100%;
}

.bg-white {
	background-color: #ffffff;
}

.bg-black {
	background-color: #000000;
}

.bg-dark-blue {
	background-color: #121612;
}

.bg-teal {
	background-color: #61a00d;
}

.bg-teal-gradient {
	background-image: url(/theme/images/bg-teal-gradient.png);
	background-size: cover;
	background-position: bottom right;
	border-radius: 25px;
}

.with-texture {
	background-image: url(/theme/images/bg-texture-dark.png);
}

.bg-white-texture {
	background-color: #ffffff;
	background-image: url(/theme/images/bg-texture-headline.png);
	background-size: cover;
	border-radius: 8px;
	color: #121612;
	padding: 0.2em;
	display: inline-block;
	margin-top: 0.25em;
}

.bg-image {
	background-size: cover;
	background-position: center;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.bg-image.h-auto {
	height: auto;
	overflow: visible;
}

.bg-image.h-auto .row {
	position: relative;
}

.bg-image.h-full {
	height: 100vh;
}

.bg-image.parallax {
	background-attachment: fixed;
	height: 700px;
}

.bg-image .container {
	position: relative;
	z-index: 2;
	height: 100%;
}

.bg-image .row {
	height: 100%;
}

.bg-gradient-bottom:after {
	content: '';
	height: 100%;
	width: calc(100% + 60px);
	position: relative;
	top: -99%;
	left: -30px;
	display: block;
	background: linear-gradient(to top, rgba(12, 16, 12, 1), rgba(12, 16, 12, 0));
	pointer-events: none;
}

.overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(12, 16, 12, 0.7);
	pointer-events: none;
}

#header .overlay {
	background: rgba(12, 16, 12, 0.7);
}

.page-template-home #header .overlay {
	background: linear-gradient(to right, rgba(12, 16, 12, 1), rgba(12, 16, 12, 0));
}

/* HTML Video */

.video {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

a.video:hover {
	text-decoration: none;
}

.video .container {
	z-index: 3;
	position: relative;
}

.video .play {
	background-image: url(/theme/images/icon-play.svg);
	background-size: 100px;
	background-position: center;
	background-repeat: no-repeat;
	height: 250px;
	position: relative;
	z-index: 3;
	width: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	transition: 0.5s all;
}

a.video:hover .play {
	background-size: 125px;
}

.video .play img {
	animation: rotation 10s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

/* YouTube Embeds */

.video-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	padding-top: 30px; 
	height: 0;
	overflow: hidden; 
}

.video-container iframe, .video-container object, .video-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

/* Images */

img {
	max-width: 100%;
}


/* Header */

header.container-fluid {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	height: 90px;
	background: #121612;
	border-bottom: 1px solid #61a00d;
}

.logged-in header.container-fluid {
	top: 32px;
}

header .container {
	height: 100%;
}

header .row {
	padding-top: 0;
	padding-bottom: 0;
	height: 100%;
}

header .col-lg-8 {
	height: 100%
}

#logo {
	position: relative;
	z-index: 3;
	transition: 0s all;
	height: 100%;
}

#logo a {
	height: 100%;
	display: flex;
	align-items: center;
}

#logo img {
	height: 60%;
	margin: 0;
}

/* Header Navigation */

#navigation {
	position: relative;
	z-index: 2;
	height: 100%;
}

.menu-primary-navigation-container {
	height: 100%;
}

#menu-primary-navigation {
	margin: 0;
	padding: 0;
	display: flex;
	height: 100%;
}

#menu-primary-navigation li {
	list-style-type: none;
	text-transform: none;
	margin: 0;
	display: flex;
	font-size: 1em;
	width: auto;
	position: relative;
	height: 100%;
	align-items: center;
	margin-left: 2em;
	margin-right: 2em;
}

#menu-primary-navigation li:last-child {
	margin-right: 4em;
}

#menu-primary-navigation li:before {
	display: none;
}

#menu-primary-navigation a {
	color: #F3F5F4;
	font-family: 'Saira';
	font-size: 1em;
	text-decoration: none;
	z-index: 2;
	font-weight: 400;
	display: flex;
	align-items: center;
}

#menu-primary-navigation .menu-item-has-children > a:after {
	content: '';
	background-size: cover;
	background-image: url(/theme/images/icon-dropdown.svg);
	height: 10px;
	width: 15px;
	margin-left: 0.5em;
	position: relative;
	display: inline-block;
}

#menu-primary-navigation .menu-item-has-children > a {
	cursor: default;
}

#menu-primary-navigation li > a:hover, #menu-primary-navigation li.current-menu-item > a, #menu-primary-navigation li.menu-item-has-children:hover > a {
	color: #61a00d;
}

#menu-primary-navigation > a:hover:after, #menu-primary-navigation li.current-menu-item > a:after, #menu-primary-navigation li.menu-item-has-children:hover > a:after {
	filter: brightness(0) saturate(100%) invert(54%) sepia(43%) saturate(3050%) hue-rotate(140deg) brightness(97%) contrast(103%);
}

#menu-primary-navigation .sub-menu {
	position: absolute;
    opacity: 0;
    pointer-events: none;
    transition: 0.5s opacity;
    z-index: 1;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 1.5em;
    display: flex;
    flex-wrap: wrap;
    width: auto;
    left: 0;
    background: #121612;
    overflow: hidden;
    margin: 0;
    top: 89px;
}

#menu-primary-navigation .menu-item-has-children:hover .sub-menu {
	opacity: 1;
	pointer-events: auto;
}

#menu-primary-navigation .sub-menu li {
	display: block;
    padding-left: 3em;
    padding-right: 3em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1em;
    margin-bottom: 1em;
    border: none;
	white-space: nowrap;
	width: 100%;
	text-align: left;
	line-height: 1;
}

#menu-primary-navigation .sub-menu li a {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	display: inline-block;
}

#menu-primary-navigation .sub-menu li a:hover {
	color: #F3F5F4;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

#menu-primary-navigation .sub-menu a:after {
	content: '';
	width: 0;
	height: 5px;
	background: #61a00d;
	position: absolute;
	bottom: -0.8em;
	left: 0;
	transition: 0.5s all;
}

#menu-primary-navigation .sub-menu a:hover:after {
	width: 100%;
}

#nav-icon {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: flex-end;
	padding-right: 15px;
}

.nav-icon {
  	width: 30px;
 }

.nav-icon:after, 
.nav-icon:before, 
.nav-icon div {
  	background-color: #ffffff;
  	content: '';
  	display: block;
  	height: 3px;
  	margin: 7px 0;
  	transition: all .2s ease-in-out;
}

.nav-icon:before {
	width: 100%;
}

.nav-icon div {
	width: 100%;
}

.nav-icon:after {
	width: 100%;
}

.nav-icon.close:before {
  	transform: translateY(9px) rotate(135deg);
  	width: 100%;
}

.nav-icon.close:after {
  	transform: translateY(-11px) rotate(-135deg);
}

.nav-icon.close div {
  	transform: scale(0);
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover, .nav-icon.close {
	opacity: 1;
}

/* Special Layouts */

#header {
	margin-top: 90px;
	height: 600px;
}

.page-template-home #header {
	height: calc(100vh - 90px);
	max-height: 55vw;
}

#header.h-auto {
	height: auto;
}

#header .container {
	z-index: 2;
	position: relative;
	height: 100%;
}

#header .row {
	height: 100%;
}

#header #down {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 4em;
	text-align: center;
	z-index: 3;
}

#header #down img {
	height: 50px;
	width: 50px;
	transition: 0.5s all;
	top: 0;
	position: relative;
}

#header #down img:hover {
	top: 1em;
}

#header .bg-texture {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	background-image: url(/theme/images/bg-texture-light.png);
	background-size: contain;
}

.page-template-default #header + #content > .text .row {
	padding-top: 2em;
}

.image-right, .image-left {
	display: flex;
	position: relative;
	align-items: center;
}

.page-template-default .image-left, .page-template-default .image-right {
	margin-top: 8em;
	margin-bottom: 8em;
}

.page-template-default .image-left + .text .row, .page-template-default .image-right + .text .row {
	padding-top: 0;
}

.page-template-default .text + .image-left, .page-template-default .text + .image-right {
	margin-top: 0;
}

.image-right .row, .image-left .row {
	padding-top: 12em;
	padding-bottom: 12em;
}

.image-right .image, .image-left .image {
	position: absolute;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.image-right .image {
	right: 0;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}

.image-left .image {
	left: 0;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}

/* Cards */

.card {
	justify-content: center;
	border: 0;
	overflow: hidden;
	border-radius: 0;
	background: #344549;
	border-radius: 12px;
	height: 100%;
	justify-content: stretch;
}

a.card {
	color: inherit;
}

a.card:hover {
	text-decoration: none;
	color: inherit;
}

.card-img {
	overflow: hidden;
	border-radius: 0;
}

.card-img img {
	transition: 0.5s all;
}

a.card:hover .card-img img {
	transform: scale(1.05);
}

.card-body, .card-footer {
	padding: 2em;
	border: 0;
	background: transparent;
}

.card-footer {
	padding-top: 0;
}

.card.border {
	border: 2px solid #61a00d !important;
	background: transparent;
	box-shadow: 0px 0px 20px rgb(0 190 180 / 58%);
	padding: 2em;
}

/* Slick */

button[aria-label="1 of 1"] {
	display: none !important;
}

.slide:focus {
	outline: none;
}

.slick-track {
	display: flex;
	align-items: center;
}

.logos-carousel img {
	width: 80%;
	margin: 0 auto;
	opacity: 0.8;
}

.image-slider {
	display: flex;
	align-items: center;
}

.image-nav {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 2em;
}

.slick-prev:before, .slick-next:before {
	content: '';
}

.slick-prev, .slick-next {
	width: 100px;
	height: 100px;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	transform: unset;
	transition: 0.5s all;
	z-index: 3;
	height: 75px;
	width: 75px;
	top: unset;
	border-radius: 50%;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.slick-prev, .slick-prev:hover, .slick-prev:focus {
	background-image: url(/theme/images/icon-slick-prev.svg);
	left: -120px;
}

.slick-next, .slick-next:hover, .slick-next:focus {
	background-image: url(/theme/images/icon-slick-next.svg);
	right: -120px;
}

.slick-prev:hover, .slick-next:hover {
	background-color: rgba(255,255,255,0.1);
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.slick-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: auto;
	position: relative;
	margin-top: 3em;
}

.slick-dots li {
	color: unset;
    width: unset;
    height: unset;
    width: unset;
    margin-left: 0.25em;
	margin-right: 0.25em;
}

.slick-dots li:before {
	content: unset;
}

.slick-dots li button {
	height: 15px;
	width: 15px;
	border-radius: 0;
	font-size: 0;
	background: rgba(255, 255, 255, 0.74);
	opacity: 1;
	transition: 0.5s all;
}

.slick-dots li button:before {
    font-size: 0;
    line-height: 0;
    content: unset;
}

.slick-dots li.slick-active button {
	background: #61a00d;
	opacity: 1;
	height: 15px;
	width: 15px;
}

/* Filter */

.filter {
	width: 100%;
	position: relative;
	cursor: pointer;
}

.filter .active {
	background-image: url(/theme/images/icon-caret-down-blue.svg);
	background-size: 15px;
	background-position: 94% center;
	background-repeat: no-repeat;
	color: #61a00d;
	border: 1px solid #61a00d;
	background-color: transparent;
	padding: 0.8em 1.5em;
	font-size: 1em;
	transition: 0.5s all;
	display: inline-flex;
	align-items: center;
	font-family: 'Source Code Pro';
	line-height: 1;
	text-decoration: none;
	border-radius: 8px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	width: 100%;
}

.filter .dropdown {
	position: absolute;
	background: #121612;
	width: 100%;
	display: none;
	z-index: 998;
	border: 1px solid #61a00d;
	border-top: 0;
	margin-top: -6px;
	padding: 0.8em 1.5em;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding-top: 0;
}

.filter .dropdown .option {
	margin-top: 1em;
	margin-bottom: 1em;
	color: #61a00d;
	font-family: 'Source Code Pro';
	text-transform: uppercase;
}

.filter .dropdown .option:hover {
	color: #ffffff;
}

/* Isotope */

.hidden-item {
	display: none;
}

#no-results {
	display: none;
}

.grid-item {
	margin-bottom: 60px;
}

.grid-item:last-of-type {
	margin-bottom: 0;
}

.grid-item .card {
	min-height: 350px;
}

.grid-item .card-img {
	width: 100%;
}

/* Table */

table {
	width: 100%;
	font-size: 1em;
	line-height: 1;
}

thead {
	background: #F4F4F4;
}

th {
	padding: 1em;
}

th:last-of-type {
	padding-right: 4em;
}

td {
	border: 0;
	padding: 1em;
}

/* Accordion */

.accordion {
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.accordion li {
	list-style-type: none;
	margin: 0;
	padding-top: 1em;
	border-bottom: 1px solid #BCBCBC;
	display: block;
}

.accordion li:before {
	display: none;
}

.accordion li.open {
	padding-bottom: 2em;
}

.accordion h6 {
	display: flex;
	align-items: center;
	margin-bottom: 0;
	margin-top: 0;
	transition: 0.5s all;
	line-height: 1.2;
	padding-bottom: 1em;
}

.accordion h6:hover {
	color: #61a00d;
}

.accordion .answer {
	display: none;
	margin-top: 0;
	padding-left: 0;
	margin-bottom: 0;
}

.accordion li.open h6 .icon {
	transform: rotate(90deg);
}

/* Lists */

ul {
	padding: 0;
	margin-left: 2.5em;
}

.page-template-default ul {
	margin-top: 1em;
}

ul li:before {
	content: '';
	height: 12px; 
	width: 12px;
	background-color: #61a00d;
	display: inline-block;
	position: absolute;
	border-radius: 20px;
	left: -1.5em;
	top: 9px;
}

ul.checkmark li:before {
	content: '';
	background-image: url(/theme/images/icon-bullet.svg);
	background-color: transparent;
	background-size: cover;
	display: inline-block;
	position: absolute;
	height: 20px; 
	width: 20px;
	left: -2.5em;
	top: 6px;
}

ul li {
	list-style-type: none;
	width: 100%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	position: relative;
}

ul.checkmark li {
	margin-top: 1em;
	margin-bottom: 1em;
}

ul.two-col {
	display: flex;
	flex-wrap: wrap;
}

ul.two-col li {
	width: 50%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

/* Gravity Forms */

.grecaptcha-badge {
	display: none !important;
}

.gform_wrapper {
	position: relative;
	margin: 0;
	width: 100%;
}

.gform_wrapper ul.gform_fields {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}

.gform_wrapper ul.gform_fields li.gfield {
	list-style-type: none;
	font-size: 1em;
	display: block;
}

.gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
	display: none;
}

.gform_wrapper ul.gform_fields li.gfield:before {
	display: none;
}

.gfield_label {
	color: #F3F5F4;
	font-family: 'Saira';
	font-size: 1em;
}

.hidden_label label {
	display: none;
}

.submit-button .gfield_label {
	display: none !important;
}

button#gform_submit_button {
	width: 100%;
}

.hidden_label select {
	margin-top: 0 !important;
}

.gform_wrapper .validation_message {
	color: red;
	font-weight: 300;
	font-size: 0.8em;
	font-style: italic;
	text-align: left;
	position: relative;
	top: -1em;
}

.gform_confirmation_wrapper {
    color: #ffffff;
    text-align: center;
    width: 100%;
}

.gform_wrapper .field_description_below .gfield_description {
	padding-top: 0;
}

.gform_wrapper .instruction {
 	display: none;
}

.gform_wrapper div.validation_error {
	color: red;
    font-style: italic;
    position: relative;
    top: -1em;
    font-size: 0.8em;
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
}

h2.gform_submission_error {
	font-size: 1em;
	font-weight: normal;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent;
	border: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.gform_wrapper li.gfield_error textarea, .gfield_error select {
	border: 1px solid #8dc63f !important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	border: 1px solid #8dc63f !important;
}

.gform_validation_container {
	display: none;
}

.gform_button {
	border: 0;
}

.gform_wrapper textarea, .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper select {
	font-size: 1em !important;
	padding: 0.5em 1em !important;
	-webkit-appearance: none;
	width: 100%;
	border: 1px solid #61a00d;
	box-shadow: unset;
	border-radius: 8px;
	margin-bottom: 1em;
	color: #F3F5F4;
	background: #121612;
	font-family: 'Saira';
}

.gform_wrapper textarea:focus, .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .gform_wrapper select:focus {
	outline: none;
}

.gform_wrapper select {
	background-image: url(/theme/images/icon-dropdown.svg);
	padding: 0.5em 1em;
	background-size: 15px;
	background-position: 98% center;
	background-repeat: no-repeat;
}

.gform_wrapper textarea {
	height: 200px;
	resize: vertical !important;
  	overflow: auto;
  	padding: 0.5em 1em;
}

input[type=checkbox] {
	border: 1px solid #DDE2E5;
	height: 20px;
    width: 20px;
    top: 3px;
    position: relative;
}

input[type="file"] {
	font-size: 1em;
	margin-bottom: 1em;
}

.gform_wrapper .gfield_required {
	color: #8dc63f;
}

.gform_footer {
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 1em;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(243,245,244, 0.8);
}

::-moz-placeholder { /* Firefox 19+ */
  color: rgba(243,245,244, 0.8);
}

:-ms-input-placeholder { /* IE 10+ */
  color: rgba(243,245,244, 0.8);
}

:-moz-placeholder { /* Firefox 18- */
  color: rgba(243,245,244, 0.8);
}

/* Footer */

footer .bg-image {
	background-position: top center;
}

footer hr {
	border-top: 2px solid rgba(255,255,255,0.5);
}

footer a {
	text-decoration: none;
	font-family: 'Saira';
	font-weight: 400;
	color: #F3F5F4;
	padding-left: 1.25em;
	padding-right: 1.25em;
}

footer a:hover {
	text-decoration: underline;
}

#footer-logo img {
	width: 100%;
}

#footer-logo a {
	padding: 0;
}

footer ul.d-flex li {
	font-size: 0.8em;
}

footer ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-end;
}

footer li {
	list-style-type: none;
	margin: 0;
    position: relative;
    width: auto;
    font-size: 1em;
    font-weight: 400;
}

footer li:before {
	display: none;
}

footer li:last-child a {
	padding-right: 0;
}

#social a {
	display: block;
	margin-left: 0.5em;
	margin-right: 0.5em;
	padding: 0;
}

#social a:first-of-type {
	margin-left: 0;
}

#social a:last-of-type {
	margin-right: 0;
}

#bw-partner {
	padding: 0;
}

/* Animations */

.fade-in {
	opacity: 0;
	top: 100px;
	transition: 0.6s opacity ease-in-out 0.2s, 0.6s top ease-in-out 0.2s;
	position: relative;
}

.fade-in.in {
	opacity: 1; 
	top: 0;
}

@media only screen and (min-width: 2000px) {
	.d-xxl-none {
		display: none !important;
	}

	.d-xxl-block {
		display: block !important;
	}

	/* Special Layouts */

	.image-left .image, .image-right .image {
		width: 900px;
	}

	.image-left .image {
		left: 10%;
		border-top-left-radius: 25px;
		border-bottom-left-radius: 25px;
	}

	.image-right .image {
		right: 10%;
		border-top-right-radius: 25px;
		border-bottom-right-radius: 25px;
	}
}

@media only screen and (max-width: 1700px) {
	html {
		font-size: 17px;
	}

	/* Isotope */

	.grid-item .card {
		min-height: 300px;
	}
}

@media only screen and (max-width: 1600px) {
	html {
		font-size: 16px;
	}
}

@media only screen and (max-width: 1500px) {
	/* Global */

	html {
		font-size: 15px;
	}

	.container {
		width: 90%;
	}

	/* Helpers */

	.bg-image.parallax {
		height: 550px;
	}x

	/* Special Layouts */

	#header {
		height: 500px;
	}

	/* Lists */

	ul.checkmark li:before {
		content: '';
		height: 15px; 
		width: 15px;
		top: 5px;
	}

	/* Slick */

	.slick-prev, .slick-next {
		height: 50px;
		width: 50px;
	}

	.slick-next {
		right: -90px;
	}

	.slick-prev {
		left: -90px;
	}
}

@media only screen and (max-width: 1400px) {
	/* Global */

	html {
		font-size: 14px;
	}

	.container {
		width: 90%;
	}

	/* Header */

	header.container-fluid {
		height: 70px;
	}

	/* Header Navigation */

	#menu-primary-navigation .menu-item-has-children > a:after {
	    height: 7px;
	    width: 12px;
	}

	#menu-primary-navigation .sub-menu {
		top: 69px;
	}

	#menu-primary-navigation .sub-menu a:after {
		height: 3px;
	}

	/* Special Layouts */

	#header {
		margin-top: 70px;
	}

	/* Gravity Forms */

	.gform_wrapper textarea {
		height: 100px;
	}
}

@media only screen and (max-width: 1300px) {
	/* Global */

	html {
		font-size: 13px;
	}

	/* Typography */


	/* Header */

	header.container-fluid {
		height: 50px;
	}

	#header {
		margin-top: 50px;
	}

	/* Header Navigation */

	#menu-primary-navigation .sub-menu {
		top: 49px;
	}

	#menu-primary-navigation .sub-menu li {
		padding-left: 2em;
		padding-right: 2em;
	}

	/* Helpers */

	.bg-image {
		height: 400px;
	}

	.fancybox-content {
		width: 70%;
	}

	/* Special Layouts */

	#header #down img {
		height: 30px;
		width: 30px;
	}

	.testimonials img {
		height: 60px;
		width: 60px;
	}

	/* Isotope */

	.grid-item .card {
		min-height: 250px;
	}

	/* Footer */

	#social img {
		height: 20px;
		width: 20px;
	}
}

@media only screen and (max-width: 1200px) {
	/* Global */
	html {
		font-size: 11px;
	}

	/* Typography */

	h1 {
		font-size: 4em;
	}

	/* Header */

	/* Header Navigation */

	#menu-primary-navigation a {
		font-size: 1.1em;
	}	

	/* Special Layouts */

	#header {
		height: auto;
	}

	/* Footer */

	#bw-partner img {
		width: 100px;
	}
}

@media only screen and (max-width: 1024px) {
	/* Global */

	html {
		font-size: 16px;
	}

	.container {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}

	.row {
		margin-left: -15px;
		margin-right: -15px;
	}

	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Typography */

	h1, h2.large {
		font-size: 4em;
	}

	.page-template-home h1,
	h1.default-template {
		font-size: 3em;
	}

	h4 {
		font-size: 1.7em;
	}

	h5 {
		font-size: 1.8em;
	}

	.btn-primary, .btn-secondary {
		font-size: 0.8em;
	}

	.large {
		font-size: 1.3em;
	}

	/* Header Navigation */

	#menu-primary-navigation li {
		margin-left: 1.5em;
		margin-right: 1.5em;
	}

	#menu-primary-navigation li:last-child {
		margin-right: 3em;
	}

	#menu-primary-navigation .sub-menu a, #menu-primary-navigation a {
		font-size: 0.8em;
	}

	/* Helpers */

	.bg-image.parallax {
		background-attachment: unset;
	}

	.fancybox-content {
		width: 90%;
	}

	/* Special Layouts */

	.image-right .row, .image-left .row {
		padding-top: 6em;
		padding-bottom: 6em;
	}

	/* Isotope */

	.grid-item {
		margin-bottom: 30px;
	}

	/* Lists */

	ul.checkmark li:before {
		content: '';
		height: 20px; 
		width: 20px;
		top: 6px;
	}
}

@media only screen and (max-width: 1366px) and (max-height: 1024px) {
	.bg-image.parallax {
		background-attachment: unset;
	}
}

@media only screen and (min-width: 1200px) and (max-height: 750px) {
	/* Header Navigation */

	#menu-primary-navigation a {
		font-size: 0.95em;
	}

	/* Special Layouts */

	#header {
		height: 400px;
	}
}

@media only screen and (max-width: 992px) {
	/* Global */

	html {
		font-size: 13px;
	}

	/* Typography */

	h3 {
		font-size: 1em;
	}

	/* Header */

	header.container-fluid {
		height: 70px;
	}

	#logo img {
		height: auto;
		width: 90%;
	}

	/* Header Navigation */

	.nav-icon.close:after {
		width: 100%;
	}

	#navigation {
		margin: inherit;
	}

	.menu-primary-navigation-container {
		background: #121612;
	    height: calc(100vh - 70px);
	    width: 50%;
	    left: -100%;
	    position: fixed;
	    top: 70px;
	    display: flex;
	    align-items: flex-start;
	    justify-content: center;
	    overflow-y: scroll;
	    transition: 0.5s all;
	}

	.logged-in .menu-primary-navigation-container{
		height: calc(100vh - 70px - 32px);
		top: calc(70px + 32px);
	}

	.menu-primary-navigation-container.visible {
		left: 0;
	}

	#menu-primary-navigation {
		flex-direction: column;
		align-items: flex-start;
		margin: 0;
		padding: 0;
		width: 100%;
		padding-top: 2em;
		padding-bottom: 2em;
		height: auto;
	}

	#menu-primary-navigation li, #menu-primary-navigation .sub-menu li {
		display: block;
		width: 100%;
		height: auto;
	}

	#menu-primary-navigation li {
		margin-left: 0;
		margin-right: 0;
		padding-left: 30px;
		padding-right: 30px;
		margin-top: 1em;
		margin-bottom: 1em;
	}

	#menu-primary-navigation li.btn-primary {
	    width: calc(100% - 60px);
	    margin-left: 30px;
	    display: flex;
	    justify-content: center;
	    margin-top: 2em;
	    padding: 0;
	}

	#menu-primary-navigation a {
		font-size: 1.8em;
		height: auto;
	}

	#menu-primary-navigation li.btn-primary a {
		font-size: 1.5em;
	}

	#menu-primary-navigation .sub-menu {
		display: none;
		position: relative;
		background: transparent;
		padding-top: 0;
		padding-bottom: 0;
		border: 0;
		top: unset;
		opacity: 1;
		margin-top: 1em;
	}

	#menu-primary-navigation .sub-menu li {
		margin: 0;
		padding-left: 1em;
		padding-right: 1em;
	}

	#menu-primary-navigation .sub-menu a {
		font-size: 1.5em;
		display: inline-block;
		margin-top: 0.75em;
		margin-bottom: 0.75em;
	}

	#menu-primary-navigation .sub-menu a:after {
		display: none;
	}

	#menu-primary-navigation .menu-item-has-children > a:after {
		height: 10px;
		width: 14px;
	}

	#menu-primary-navigation .sub-menu a:before {
		display: none;
	}

	/* Helpers */

	.bg-image.h-full {
		height: 70vh;
	}

	/* Special Layouts */

	#header {
		margin-top: 70px;
	}

	/* Lists */

	ul.checkmark li:before {
		content: '';
		height: 15px; 
		width: 15px;
		top: 5px;
	}

	/* Slick */

	.slick-next {
		right: -60px;
	}

	.slick-prev {
		left: -60px;
	}

	/* Isotope */

	.grid-item .card {
		min-height: 200px;
	}

	/* Gravity Forms */

	.gform_wrapper div.validation_error {
		position: relative;
		top: 0;
		padding-left: 15px;
		padding-right: 15px;
	}

	.gform_wrapper .gform_footer {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.gform_wrapper li:nth-of-type(even) {
		padding-left: 15px;
	}

	.gform_wrapper textarea, .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper select {
		margin-bottom: 1em;
	}
}

@media only screen and (max-width: 782px) {
	/* Header */

	.logged-in header.container-fluid {
		top: 46px;
	}

	/* Header Navigation */

	.logged-in .menu-primary-navigation-container {
		top: calc(70px + 46px);
	}

	.logged-in .menu-primary-navigation-container {
		height: calc(100vh - 70px - 46px);
	}
}

@media only screen and (max-width: 767px) {
	/* Global */

	#wpadminbar {
		position: fixed !important;
	}

	html {
		font-size: 17px;
	}

	.container {
		width: 100%;
	}

	.row {
		padding-top: 3em;
		padding-bottom: 3em;
	}
	
	.py-small {
		padding-top: 1.5em;
		padding-bottom: 1.5em;
	}

	.pt-small {
		padding-top: 1.5em;
	}

	.pb-small {
		padding-bottom: 1.5em;
	}

	/* Typography */

	h1, h2.large {
		font-size: 2em;
	}

	.page-template-home h1,
	h1.default-template  {
		font-size: 2.4em;
	}

	h2 {
		font-size: 1.9em;
	}

	h3 {
		font-size: 0.8em;
	}

	h4 {
		font-size: 1.5em;
	}

	.large {
		font-size: 1.1em;
	}

	blockquote, .author {
		font-size: 1.2em;
	}

	/* Header */

	/* Header Navigation */

	.menu-primary-navigation-container {
		width: 70%;
	}

	#menu-primary-navigation {
		padding-top: 1em;
	}

	#menu-primary-navigation a {
		font-size: 1.3em;
	}

	#menu-primary-navigation li.btn-primary a {
		font-size: 1em;
	}

	#menu-primary-navigation .sub-menu a {
		font-size: 1em;
	}

	/* Special Layouts */

	#header {
		height: 300px;
	}

	.page-template-home #header {
		max-height: 100%;
	}

	.image-right, .image-left {
		display: block;
	}

	.image-right .row, .image-left .row {
		padding-top: 3em;
		padding-bottom: 3em;
	}

	.image-right .image, .image-left .image {
		position: relative;
		height: 350px;
		border-radius: 0;
		left: -15px;
		width: calc(100% + 30px);
	}

	/* HTML Video */

	.video {
		text-align: center;
	}

	.video video {
		display: none;
	}

	/* Cards */

	.card-body, .card-footer {
		padding: 1em;
	}

	/* Tables */

	table {
		display: block;
		overflow: scroll;
	}

	th, td {
		font-size: 0.7em;
	}

	td {
		line-height: 1.2;
	}
	
	th:last-of-type {
		padding-right: 2em;
	}

	td:last-of-type {
		padding-right: 2em;
	}

	/* Lists */

	ul.checkmark li:before {
		content: '';
		height: 20px; 
		width: 20px;
		top: 6px;
	}

	ul.two-col li {
		width: 100%;
		padding-right: 0;
	}

	/* Slick */

	.slick-prev, .slick-next {
		height: 45px;
		width: 45px;
	}

	.slick-prev {
		left: -50px;
	}

	.slick-next {
		right: -50px;
	}

	/* Gravity Forms */
	
	.gform_wrapper .validation_message {
		top: -1em;
	}

	/* Isotope */

	.grid-item .card {
		min-height: 0;
	}

	/* Footer */

	footer ul {
		justify-content: center;
		flex-wrap: wrap;
	}

	footer li {
		margin-top: 1em;
		margin-bottom: 1em;
	}

	footer li a, footer li:last-child a {
		padding-right: 1em;
		padding-left: 1em;
		font-size: 0.8em;
	}

	#social a {
		margin-left: 1em;
		margin-right: 1em;
	}

}

@media only screen and (max-width: 400px) {

}