@charset "UTF-8";
/*
Theme Name: ELLZ
Author: VCreations
Version: 1.0.0
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
figure,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: none;
}
html {
  height: 100%;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
	font-family:Arial, sans-serif;
	font-size:14px;
	line-height:20px;
	font-weight:400;
	color:#000000;
	overflow-x: hidden;
	position: relative;
    letter-spacing: .05em; 
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="file"] {
	padding:6px;
}

input[type="radio"], 
input[type="checkbox"] {
	visibility: hidden!important;
	margin: 0!important;
	width: 0!important;
	display:none !important;
}

input[type="radio"] + label:before,
input[type="radio"] + span:before,
input[type="checkbox"] + label:before,
input[type="checkbox"] + span:before {
    visibility: visible;
    position: relative;
    content: '';
    width: 10px;
    height: 10px;
    padding: 0;
	margin:0 5px 2px 0;
    display: inline-block;
	vertical-align:middle;
    border: 1px solid #000;
}

input[type="radio"] + label:before,
input[type="radio"] + span:before {
	border-radius:50%;
}

input[type="radio"] + label:hover,
input[type="radio"] + span:hover,
input[type="checkbox"] + label:hover,
input[type="checkbox"] + span:hover { 
	cursor: pointer; 
}

input[type="radio"]:checked + label:before,
input[type="radio"]:checked + span:before,
input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:checked + span:before {
	background:#cf0101;
    border-color:#cf0101;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
object,
video,
audio,
embed,
canvas,
iframe,
main,
summary {
  display: block;
}
video,
audio,
progress,
canvas {
  vertical-align: baseline;
}
video {
  background-color: #000000;
}
template,
[hidden],
audio:not([controls]) {
  display: none;
}
audio:not([controls]) {
  height: 0;
}
iframe {
  margin-bottom: 20px;
  max-width: 100%;
}
abbr,
address,
progress {
  display: inline-block;
  text-decoration: none;
}
abbr:not([class]),
acronym {
  text-decoration: underline;
}
address {
  font-style: normal;
  margin: 0 0 20px;
}
code {
  letter-spacing: 1px;
  display: inline-block;
}

form label {
	font-size:12px;
	line-height:2;
	font-weight:700;
	letter-spacing: .05em;
}

input[type="text"], 
input[type="password"], 
input[type="email"], 
input[type="url"], 
input[type="tel"], 
input[type="number"] {
	width: 100%;
    max-width: 100%;
	height: 31px;
	line-height: 31px;
	font-size:14px;
	padding: 0 5px;
	font-weight:400;
}
input[type="url"]::-webkit-input-placeholder, 
input[type="tel"]::-webkit-input-placeholder, 
input[type="number"]::-webkit-input-placeholder, 
input[type="text"]::-webkit-input-placeholder, 
input[type="password"]::-webkit-input-placeholder, 
input[type="email"]::-webkit-input-placeholder {
	font-size:14px;
    line-height: 31px !important;
	height: 31px !important;
	color:#000000;
}
input[type="url"]::-moz-placeholder, 
input[type="tel"]::-moz-placeholder, 
input[type="number"]::-moz-placeholder, 
input[type="text"]::-moz-placeholder, 
input[type="password"]::-moz-placeholder, 
input[type="email"]::-moz-placeholder {
	font-size:14px;
    line-height: 31px !important;
	height: 31px !important;
	color:#000000;
}
input[type="url"]:-ms-input-placeholder, 
input[type="tel"]:-ms-input-placeholder, 
input[type="number"]:-ms-input-placeholder, 
input[type="text"]:-ms-input-placeholder, 
input[type="password"]:-ms-input-placeholder, 
input[type="email"]:-ms-input-placeholder {
	font-size:14px;
    line-height: 31px !important;
	height: 31px !important;
	color:#000000;
}
input[type="url"]:-moz-placeholder, 
input[type="tel"]:-moz-placeholder, 
input[type="number"]:-moz-placeholder, 
input[type="text"]:-moz-placeholder, 
input[type="password"]:-moz-placeholder, 
input[type="email"]:-moz-placeholder {
	font-size:14px;
    line-height: 31px !important;
	height: 31px !important;
	color:#000000;
}

textarea::-webkit-input-placeholder {
	color:#000000;
	padding-top:3px;
}

textarea::-moz-placeholder {
	color:#000000;
	padding-top:3px;
}

textarea:-ms-input-placeholder {
	color:#000000;
	padding-top:3px;
}

textarea:-moz-placeholder {
	color:#000000;
	padding-top:3px;
	font-weight:400;
}
input[type="number"] {
	padding:0;
}
p {
    padding: 0 0 10px;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color:#000000;
  font-weight: normal;
}
ul,
ol {
  list-style-position: outside;
  margin-bottom: 20px;
  margin-left: 16px;
}
ul li,
ol li {
  padding: 0;
}
ul li:first-child,
ol li:first-child {
  padding-top: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0 0 0 20px;
  padding: 10px 0 0;
}
#middle ul:after,
#bottom ul:after,
#middle ol:after,
#bottom ol:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
form .required {
	color:#000000 !important;
}
ol {
  list-style-type: decimal-leading-zero;
}
dl {
  display: block;
  overflow: hidden;
}
dt {
  display: block;
  font-weight: bold;
  overflow: hidden;
}
dd {
  display: block;
  overflow: hidden;
  margin: 0 0 20px;
}
blockquote {
  padding-left: 30px;
  padding-right: 0;
  position: relative;
  quotes: none;
}
blockquote:before,
blockquote:after {
  content: none;
}
del {
  text-decoration: line-through;
}
table {
  width: 100%;
}
img {
  display: inline-block;
  color: transparent;
  height: auto;
  font-size: 0;
  vertical-align: middle;
  max-width: 100%;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimizeQuality;
  -ms-interpolation-mode: bicubic;
}
img.wp-smiley,
img.emoji {
  font-size: 1em;
}
a {
	color:#000000;
	background: transparent;
	text-decoration:none;
	font-weight:400;
	letter-spacing: .05em;
}
p > a {
	text-decoration:underline;
}

a.ellz_custom_button {
	position:relative;
	background: #fff; 
	color:#000000;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #000;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0; 
	border-radius: 0; 
    line-height: 29px;
    margin: 0;
    display: block;
    padding: 0;
	z-index:1;
	text-align:center;
}

a.ellz_custom_button:hover {
	color:#ffffff;
    border-color:#cf0101; 
}

a.ellz_custom_button:before {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position:absolute;
    top:0;
    left:50%;
    right:50%;
    bottom:0;
    opacity:0;
    content:'';
    background-color:#cf0101;
	z-index:-1;
}

a.ellz_custom_button:hover:before {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	left:0;
	right:0;
	opacity:1;
}

a:active,
a:hover {
  outline: 0;
  color:#000000;
}
img {
  border: 0;
}
figure {
  background-image: none !important;
}
fieldset {
  margin: 25px 2px 30px;
  padding: 1.5em 1em .5em;
  border-width: 0;
  border-style: solid;
}
fieldset legend {
  padding: 3px 10px;
  margin-top: -25px;
}
input {
  line-height: normal;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
input,
select,
textarea {
	-webkit-border-radius: 0; 
	-moz-border-radius: 0; 
	border-radius: 0; 
	border:1px solid #000000;
	-webkit-box-shadow:none;
	box-shadow:none;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select {
	height: 31px;
    line-height: 31px;
    font-size: 14px;
    padding: 0 5px;
	font-weight:400;
	-webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

textarea {
  resize: vertical;
}

textarea {
	min-height:92px;
	line-height: 17px;
	font-size:14px; 
    display: block;
	font-weight:400;
    width: 100%;
	padding: 0 5px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	background:#cf0101;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0; 
	border-radius: 0; 
	font-weight: 700;
	font-size: 12px;
	line-height: 31px;
	padding: 0 15px;
	color: #fff;
    letter-spacing: .05em;
	border:none;
}
optgroup {
  font-weight: bold;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
}
input[type=submit],
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
button {
  overflow: visible;
}
button {
  text-transform: none;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=text]::-ms-clear {
  display: none;
}
p:empty {
  display: none;
}
:focus {
  outline: 0;
}
pre {
  margin-bottom: 20px;
  overflow: auto;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}
sub,
sup,
small {
  font-size: 75%;
}
sub,
sup {
  line-height: 0;
  position: relative;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
b,
strong {
  font-weight: bold;
}
th,
td,
caption {
  font-weight: normal;
}
dfn {
  font-style: italic;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
mark {
  color: #000000;
  background:transparent;
  font-weight:700;
}
.sticky,
.bypostauthor,
.screen-reader-text {
  outline: none;
}

.screen-reader-text {
	display:none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
	margin-bottom:5px;
	letter-spacing: -0.02em;
}

h1 {
	margin-bottom:15px;
}

.entry-header h1 span { 
    vertical-align: top;
    font-size: 13px;
    line-height: 27px;
    display: inline-block;
}

h1 {
	font-size: 22px;
    line-height: 28px;
}
 
h2 {
	font-size: 16px;
    line-height: 22px;
}

h3 {
    font-size: 14px;
    line-height: 20px;
}

h4 {
    font-size: 14px;
    line-height: 20px;
}

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

h6 {
	font-size: 14px;
    line-height: 20px;
}

::selection {
    background-color: #000;
    color: #fff;
}

.infobox.title {
	font-size: 12px;
    margin: 0;
	letter-spacing: 0.04em;
}

/*--------------------------------------------------------------
## ELLZ Custom
--------------------------------------------------------------*/
#ur-recaptcha-node {
	margin:10px 0 0;
}
.anr_captcha_field {
	margin:0 0 5px;
}

.wpcf7-not-valid-tip {
	color:#ff0000;
}

.wpcf7 form.sent .wpcf7-response-output, 
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output {
	border:1px solid #000000;
	margin: 10px 0;
}

.entry-crumbs {
	padding:0 0 5px;
}
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item {
	margin-bottom:10px;
}

.ur-frontend-form .ur-form-row .ur-form-grid label.ur-label, 
.ur-frontend-form .ur-form-row .ur-form-grid legend.ur-label {
	font-size:12px;
	margin:0;
}

.ur-frontend-form .ur-form-row .ur-form-grid .__PrivateStripeElement, 
.ur-frontend-form .ur-form-row .ur-form-grid input[type="date"], 
.ur-frontend-form .ur-form-row .ur-form-grid input[type="email"], 
.ur-frontend-form .ur-form-row .ur-form-grid input[type="number"], 
.ur-frontend-form .ur-form-row .ur-form-grid input[type="password"], 
.ur-frontend-form .ur-form-row .ur-form-grid input[type="phone"], 
.ur-frontend-form .ur-form-row .ur-form-grid input[type="text"], 
.ur-frontend-form .ur-form-row .ur-form-grid input[type="timepicker"], 
.ur-frontend-form .ur-form-row .ur-form-grid input[type="url"],
.ur-frontend-form .ur-form-row .ur-form-grid textarea {
	height: 31px;
	min-height:31px;
    line-height: 31px;
    padding: 0 5px;
	font-weight:400;
}

.ur-frontend-form .ur-form-row .ur-form-grid textarea {
	line-height: 17px;
	min-height:92px;
	font-weight:400;
}

.ur-frontend-form {
	margin-bottom: 0;
    border: 0;
    padding: 0;
}

.ur-frontend-form .ur-form-row .ur-form-grid {
	padding:0;
	width:100% !important;
}

.ur-frontend-form .field-checkbox label .required {
	display:none !important;
}
 
.ur-frontend-form .field-checkbox .ur-checkbox-list label {
	font-size:12px;
	margin: 0;
}

.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-checkbox ul li {
	margin:0;
}

.ur-frontend-form .field-checkbox .description {
	font-size: 12px;
    line-height: 17px;
}

.ur-frontend-form .field-checkbox .description a {
	font-weight:700;
}

.ur-frontend-form .ur-button-container {
	display: block;
    padding: 0;
}

.ur-frontend-form .ur-button-container .ur-submit-button {
	font-weight: 700;
    font-size: 12px;
    line-height: 31px;
    padding: 0 15px;
	margin:0;
    color: #fff;
    letter-spacing: .05em;
}

.user-registration-message, 
.user-registration-error {
	border: 1px solid #000000;
    background: transparent;
    font-size: 10px !important;
    color: #000000;
    padding: 5px 10px;
    line-height: 31px;
    font-weight: 500;
}

.user-registration-error {
	border: 1px solid #ff0000;
}

.user-registration-message::before, 
.user-registration-error::before {
	content:none;
}

.store_custom_wrapper {
	margin-top:20px;
}

#main {
	max-width: 1154px;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
	background:transparent;
	border:none;
}

body.wpb-js-composer .vc_tta.vc_tta-o-no-fill .vc_tta-panels .vc_tta-panel-body {
	border:0;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading, 
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover, 
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
	border-color: transparent;
    background-color: transparent;
	margin: 0 !important;
    border: 0;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a, 
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
	color: #000000;
    padding: 0;
    font-size: 11px;
    line-height: 18px;
    font-weight: 700;
}

body.wpb-js-composer .vc_tta-tabs .vc_tta-tabs-container {
	width:33%;
}

body.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list, 
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
	padding:0;
}

body.wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-tab {
	margin: 0; 
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:focus, 
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:hover, 
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a, 
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
	padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    color: #000000;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
	font-weight:700;
}

body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body .wpb_wrapper > p:first-of-type, 
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body li {
	padding:0;
}

.page-id-23 #main {
	max-width: 908px;
}

.pswp__caption {
	display:none;
}

.pswp__caption .pswp__caption__center {
	border: 1px solid #fff;
    width: 100%;
    padding: 5px 10px;
	text-align: center;
	font-size: 12px;
}

#homepage_slogan {
	position: absolute;
    text-align: center;
    left: 20%;
    right: 20%;
    top: 40%;
}
#masthead {
	background: #cf0101;
	padding:20px 20px 0;
	position:fixed;
	top:0;
	right:0;
	left:0;
	z-index:10;
	-webkit-box-shadow: 0px 4px 9px -6px rgb(34 60 80 / 20%);
    -moz-box-shadow: 0px 4px 9px -6px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 4px 9px -6px rgb(34 60 80 / 20%);
}

#masthead .nav-toggle {
	margin-top:10px;
	width: 30px;
    float: right;
	display:none;
}

.nav-toggle .stripe {
	position: relative;
    display: block;
    height: 2px;
    background: #000;
    margin: 6px 0;
    -webkit-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
}

.opened .nav-toggle .stripe:nth-child(1) {
	-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 8px;
}

.opened .nav-toggle .stripe:nth-child(2) {
	-webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.opened .nav-toggle .stripe:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 8px;
}

body.admin-bar #masthead {
	top:32px;
}

#masthead .logo_wrapper {
    position: relative;
    z-index: 99999;
    max-width: 250px;
	float: left;
}

#ellz_mobile_wrapper {
	line-height:33px;
	padding:0 15px;
	float:left;
	border-right: 1px solid #e2e2e2;
}

.ellz_dynamic_cart_wrap {
	float:left;
	margin: 2px 0 0 20px;
}

.site-description {
    padding: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.header_inner {
	position:relative;
}

.header_inner_left {
	float: left;
}

.header_inner_right {
    float: right;
    position: relative;
    z-index: 99999;
}

#site-navigation ul {
	list-style: none;
	margin:0;
}

#site-navigation li {
	display:inline-block;
	padding:0;
}

#site-navigation li a, 
.ellz_open_nav_item {
	color: #cf0101;
	display:block;
    text-decoration: none;
    background: none;
    font-size: 15px;
	line-height:22px;
	font-weight: 600;
    border: 0;
    padding: 0;
	margin:0 10px;
    text-align: left;
}

#site-navigation .menu-item-has-children .sub-menu {
	display:none;
	padding:0;
	margin:0 0 0 10px;
}

#content {
	min-height:100vh;
}

#content #primary {
	padding: 93px 20px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.contact_wrapper {
	overflow:hidden;
}

.contact_wrapper .grow {
	margin:0;
}

.contact_wrapper .contact {
	margin:0;
	text-decoration: underline;
}

#footer {
	background:#000000;
	color:#ffffff;
	padding:13px 25px;
}

#footer a {
	color:#ffffff;
}

#footer h4 {
	color:#ffffff;
	font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    margin: 0 0 10px;
}

#footer .widget-column {
	overflow:hidden;
	margin:0 -1%;
}

#footer .widget-column section {
	float:left;
	width:48%;
	margin:0 1%;
}

#footer ul {
	margin:0;
}

#footer li {
	list-style:none;
	line-height: 20px;
	float: left;
    padding: 0 20px 0 0;
}

#footer a {
	font-size: 14px;
    font-weight: 400;
}

#footer h6,  
#footer h6 a {
    font-weight: 700;
	color:#ffffff;
}

#footer .footer_middle, 
#footer .footer_bottom {
	border-top:1px solid rgba(255, 255, 255, 0.2);
	overflow:hidden;
	padding-top: 13px;
	margin-top: 13px;
}

#footer .footer_bottom {
	margin-top: 3px;
}

#footer .contain {
	text-align:right;
}

#footer .copyright {
	text-align:center;
}

#footer .footer_bottom .footer_copyright {
	padding: 0;
    font-size: 12px;
    line-height: 20px;
    display: block;
    width: 100px;
    border: 1px solid #fff;
    text-align: center;
}

#footer .footer_bottom .footer-navigation {
	float:right;
}

#footer .footer_bottom .footer-navigation li {
	float:left;
	margin-left:20px;
	padding:0;
}

#footer .footer_bottom .footer-navigation a {
	color:#ffffff;
}

#footer .footer_bottom .footer-navigation .footer-menu {
	list-style:none;
	margin:0;
}

.single .entry-title {
	margin-top:100px;
	padding:0 60px;
}

.single article .entry-content {
	padding:0 60px;
}

.single .site-featured-image img, 
.blog article.post:first-of-type .post-thumbnail img {
	width:100%;
}

.blog article.post .post-thumbnail  {
	display:none;
}

.blog article.post:first-of-type .post-thumbnail  {
	display:block;
}

.blog #main {
	margin:0 -1%;
	overflow:hidden;
}

.blog article.post {
	width:31%;
	margin:0 1% 110px;
	float:left;
}

.blog article.post header.entry-header {
	padding:0 60px;
}

.blog article.post .entry-title {
	margin-top: 100px;
	font-size: 52px;
    line-height: 64px;
	margin-bottom:50px;
}

.blog article.post:first-of-type {
	width:98%;
}

.blog article.post:first-of-type .entry-title {
	font-size: 84px;
    line-height: 100px;
	margin-bottom: 70px;
}

.ellz_more:after {
	content: '>';
    display: inline-block;
	font-family:monospace;
    width: 12px;
    height: 12px;
    margin-left: 10px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.ellz_more:hover:after {
	content: '>';
    display: inline-block;
	font-family:monospace;
    width: 12px;
    height: 12px;
    margin-left: 15px;
}

@media only screen and (max-width: 1024px) { 
	#masthead #site-navigation {
		overflow-y: scroll;
		overflow-x: hidden;
		padding-bottom: 97px;
		max-height: 100%;
	}
	
	#footer .widget-column section {
		width: 48%;
	}
	
	#footer .widget-column section:nth-child(1),
	#footer .widget-column section:nth-child(2) {
		border-bottom: 1px solid #333;
		min-height: 156px;
		margin-bottom: 5px;
		padding-bottom: 5px;
	}
	
	#footer a {
		line-height: 30px;
	}

	/* #content { */
		/* min-height:calc(100vh - 170px); */
	/* } */
	
	.header_inner {
		overflow:visible;
	}
	
	#site-navigation li a, 
	.ellz_open_nav_item {
		padding:5px 0;
	}
	
	#masthead {
		z-index: 99999;
	}
	
	#masthead:after {
		/* content:''; */
		height:1px;
		background:#e4e1e3;
		position:absolute;
		left:0;
		right:0;
		bottom:0;
		z-index:99999;
	}
	
	#masthead #ellz_mobile_wrapper {
		opacity:0;
		visibility:hidden;
		position: fixed;
		bottom:0;
		top: 80px;
		left:0;
		right:0;
		/* right: -300px; */
		/* width: 300px; */
		background: #fff;
		padding: 8px 15px 8px;
		z-index: -1;
		-webkit-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
	
	.opened #masthead #ellz_mobile_wrapper {
		opacity:1;
		right:0; 
		visibility:visible;
		z-index: 99998;
	}
	
	/* #masthead .mobile_overlay { */
		/* content:'';  */
		/* display:none; */
		/* opacity:0; */
		/* visibility:hidden; */
		/* position:fixed; */
		/* bottom:0; */
		/* top: 0; */
		/* right: 0; */
		/* left:0; */
		/* background:rgba(0, 0, 0, 0.05); */
		/* -webkit-transition: all .2s ease-in-out; */
		/* -o-transition: all .2s ease-in-out; */
		/* transition: all .2s ease-in-out; */
	/* } */
	
	/* .opened #masthead .mobile_overlay { */
		/* display:block; */
		/* opacity:1; */
		/* visibility:visible; */
	/* } */
	
	.admin-bar #masthead #ellz_mobile_wrapper {
		top: 112px;
	}
	
	html.opened {
		/* padding-right:17px; */
		overflow:hidden;
	}
	
	body.opened {
		overflow:hidden;
	}
	
	.opened #masthead #menu-main {
		margin-top:0;
		-webkit-transition:margin-top .5s ease-in-out;
		-o-transition: margin-top .5s ease-in-out;
		transition: margin-top .5s ease-in-out;
	}
	
	#content {
		margin-top:73px;
	}
	
	#content #primary {
		padding:10px 20px;
	}
	
	.header_inner_left {
		width:auto;
	}
	
	#footer {
		padding-left:15px;
		padding-right:15px;
	}
}

@media only screen and (max-width: 767px) {
	body.wpb-js-composer .vc_tta.vc_tta-o-no-fill .vc_tta-panels .vc_tta-panel-body {
		padding:10px 0 0;
	}
	
	body.wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-tabs-container, 
	body.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left {
		display:block;
	}
	
	body.wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-panel-heading {
		display:none;
	}
	
	body.wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
		font-size: 14px;
		line-height: 20px;
		border-bottom: 1px solid #ebebeb;
		display: block;
		width: 100%;
		padding-bottom: 10px;
	}
}

@media only screen and (max-width: 540px) {
	#footer .widget-column section {
		width: 98%;
	}
	
	#footer .widget-column section:nth-child(1),
	#footer .widget-column section:nth-child(2),
	#footer .widget-column section:nth-child(3) {
		min-height: auto;
	}
	
	#footer .widget-column section:nth-child(3) {
		border-bottom: 1px solid #333;
		margin-bottom: 5px;
		padding-bottom: 5px;
	}
}

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

}