/*
Theme Name: Blowin Smoke BBQ
Template: onepress
Author: Servator Design
Author URI: http://www.servatordesign.com
Text Domain: blowsmoke
*/
:root {
--bg: #282728;
--white: #fff;
--gray-dark: #1c2124;
--gray-light: #d8d8d8;
--primary: #ef3528;
--secondary: #f7981c;
--yellow: #ffc552;
/*--fonts-bebas: "Bebas Neue";*/
--fonts-oswald: "Oswald", -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
--fonts-abril: "Abril Fatface", serif;
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: var(--fonts-oswald);
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5;
    letter-spacing: .2px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: var(--white);
  box-sizing: border-box;
}
html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.site, body {
  background:var(--bg);
  position: relative;
}
button, input, select, textarea {
  font-family:var(--fonts-oswald);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  color: var(--secondary);
}
pre, code, input, textarea {
  font: inherit;
}
::-moz-selection, ::selection {
  background: #000000;
  color: #FFFFFF;
}
a {
  color: var(--primary);
  text-decoration: none;
  outline: none;
   background-color: transparent;
  -webkit-text-decoration-skip: objects
}
a:hover {
  color: var(--primary);
  text-decoration: underline;
}
a:active, a:focus, a:hover, a:not([href]):not([tabindex]):focus {
  outline: none;
    outline-width: 0
}
a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  clear: both;
  font-family: var(--fonts-abril);
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  margin-top: 0;
line-height: 1.1;
  color: var(--secondary);
  font-weight: 400;
}
h1 {
  line-height: 1.3;
  font-size: 60px;
  font-size: 3.75rem;
}
h2 {
  line-height: 1.2;
  font-size: 48px;
  font-size: 3rem;
}
.h1alt {font-family: var(--fonts-oswald); font-size: 3.75rem; font-weight: 500; color: var(--white); text-align: right; margin: 20px 100px 20px 0 }
.storytop .h1alt { margin: 0 0 20px 0 }
h3 {
  font-size: 36px;
  font-size: 2.25rem;
}
h4 {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 10px;
    color: var(--primary);
    text-transform: uppercase;
}
h5 {
  text-transform: uppercase;
  font-size: 24px;
  font-size: 1.5rem;
    color: var(--primary);
}
h6 {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1px;
}
ul, ol, dl, p, details, address, .vcard, figure, pre, fieldset, table, dt, dd, hr {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  margin-top: 0;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
    border-style: none;
    display: block;
}
b, strong, h1 span, dt {
  font-weight: bold;
}
blockquote {
  clear: both;
  margin: 20px 0;
}
blockquote p, dfn, cite, em, i {
  font-style: italic;
}
blockquote cite {
  font-style: normal;
  margin-bottom: 20px;
  font-size: 13px;
}
figure {
  margin: 1em 40px
}
address {
  margin: 20px 0;
}
hr {
  border: 0;
  border-top: 1px solid #e9e9e9;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
     box-sizing: content-box;
  overflow: visible
}
details summary {
  font-weight: bold;
  margin-bottom: 20px;
}
details :focus {
  outline: none;
}
abbr, acronym, dfn {
  cursor: help;
  font-size: 0.95em;
  text-transform: uppercase;
  border-bottom: 1px dotted #e9e9e9;
  letter-spacing: 1px;
}
mark {
  background-color: #fff9c0;
  text-decoration: none;
  color: #000
}
small {
  font-size: 82%;
}
big {
  font-size: 125%;
}
ul, ol {
  padding-left: 20px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul li, ol li {
  margin: 8px 0;
}
dd {
  margin: 0 20px 20px;
}
table {
  width: 100%;
  margin-bottom: 20px;
  border:0;
  border-collapse: collapse;
  border-spacing: 0;
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
  border: 0;
  padding: 2px 4px 2px 0;
  vertical-align: middle;
}
table > thead > tr > th, table > thead > tr > td {
  border-bottom-width: 2px;
}
table th {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
fieldset {
  padding: 20px;
  border: 1px solid #e9e9e9;
}

textarea {
  resize: vertical;
}
select {
  max-width: 100%;
  overflow: auto;
  vertical-align: top;
  outline: none;
  border: 1px solid #e9e9e9;
  padding: 10px;
}
textarea:not(.editor-post-title__input), input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week] {
  padding: 10px;
  max-width: 100%;
  border: 0px;
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  background-color: #f2f2f2;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  color: #000000;
}
textarea:not(.editor-post-title__input):focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus {
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  border-color: #EBEBEB;
  border-bottom: 1px solid #fff !important;
  background: #e9e9e9;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=radio], input[type=checkbox] {
  margin: 0 10px;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f8f9f9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  clip: auto !important;
  color: var(--primary);
  display: block;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 17px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar */
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 2em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 2em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after, .clearfix::after, .section-services .service-item:after,  .menu2cols ul:after, .menu2cols ul:before /*, .menucols li:after */{
  display: block;
  content: "";
  clear: both
}
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer, .hide, .site-header .custom-logo-transparent, .is-transparent .site-header.no-scroll .has-t-logo .custom-logo {
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer, .followWrap {
  display: block;
}
.clearleft {
  clear: left;
}
.break, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, blockquote, pre {
  word-break: break-word;
  word-wrap: break-word;
}
body.mce-content-body {
  margin: 20px 40px;
  font-size: 13px;
}
#primary {
  padding-bottom: 40px;
  padding-top: 40px;
}
.template-fullwidth-stretched #primary, .siteorigin-panels #primary {
  padding: 0;
}
.template-fullwidth-stretched .entry-content, .siteorigin-panels .entry-content {
  margin-bottom: 0px;
}
#secondary {
  padding-bottom: 40px;
  padding-top: 0;
}
.content-area, .sidebar {
  width: 100%;
  float: none;
}
.left-sidebar .site-main {
  margin-left: auto;
}
.no-sidebar .content-area {
  width: 100%;
}
.single-post .no-sidebar .site-main, .single-post .no-sidebar .entry-content > * {
  margin-left: auto;
  margin-right: auto;
}
.headsm a.face, .headsm a.insta {display: block; height: 25px; width: 25px; margin: 0 5px;}
.headsm a.face img, .headsm a.insta img {max-height: 100%; width: auto}
.headsm .phone {position: relative; height: 25px; margin-left: 50px}
.headsm .phone a {color: #ffffff; text-decoration: none;}
.headsm .phone:before {content:''; display: block; height: 27px; width: 20px; position: absolute; margin:-5px 0 0 -30px; background-image: url("/blowinsmoke/wp-content/uploads/2024/04/blowin-smoke-fire.svg"); background-repeat: no-repeat;}
.headsm {
	color: var(--white);
    font-family: var(--fonts-oswald);
    font-size: 25px;
    text-transform: uppercase;
    text-decoration: none;
	padding-top:20px;
	justify-content: flex-end;
	flex-grow: 3;
width:100%;
flex-basis: 100%;
    position: absolute;
    height: 45px;
    line-height: 1
}
.footer-widgets {
  background: #050505;
}
.footer-widgets.section-padding {
  padding: 70px 0px 35px;
  padding: 4.375rem 0rem 2.1875rem;
}
.footer-widgets table {
  border-collapse: collapse;
}
.footer-widgets table > thead > tr > th, .footer-widgets table > thead > tr > td {
  border-width: 1px;
}
.footer-widgets table th, .footer-widgets table td {
  border-color: rgba(233, 233, 233, 0.4);
}
.footer-widgets .widget-title, .home.header-transparent .no-scroll .site-brand-inner, .home.header-transparent .no-scroll .site-text-logo {
  color: #ffffff;
}
.footer-widgets .widget-area .widget_categories li, .footer-widgets .widget-area .widget_archive li, .footer-widgets .widget-area .widget_meta li {
  width: 100% !important;
  float: none;
}
.footer-widgets .widget_recent_entries ul li, .footer-widgets .widget_recent_comments ul li {
  border-bottom: 0px none;
  padding: 5px 0px;
  margin-bottom: 0px;
}
.footer-widgets .sidebar .widget {
  margin-bottom: 30px;
}
.site-header {
  position: relative;
  width: 100%;
  -webkit-transition: all 1s ease-out;
  transition: all 0.5s ease-out;
	display: flex;
	justify-content: space-between;
	height: 180px;
}
.site-header div {
 position: relative;
display: flex;
flex-flow: wrap;
	box-sizing: border-box;
}
.header-full-width .container {
  max-width: auto;
  width: auto;
}
.is-transparent .hero-slideshow-fullscreen .hero__content {
  padding-top: 50px;
  padding-top: 3.125rem;
}
.site-branding {
  width: 220px; max-width: 100%; margin:0 auto; height: 150px; top: -30px; position: relative; justify-content: center; z-index:10;
}
.header-left-wrapper, .header-right-wrapper { display: flex; align-self: flex-end; top: -30px; min-width: 394px;}
.header-right-wrapper {justify-content: flex-end;}
.site-branding .site-logo-div .custom-logo {
  height: 150px;width: auto; max-height: 100%;
}
.header-btn, .onepress-menu {
  float: right;
}
/* home */
.title-yellow, .title-red, .plates h4 { text-transform: uppercase; font-family: var(--fonts-abril); font-size: 32px; text-align: center; color: var(--white); letter-spacing: .5px}
.title-yellow, .title-red {padding: 10px 0; border-width: 2px 0; border-style: solid;}
.title-yellow {border-color: var(--secondary)}
.title-red {border-color: var(--primary); }
.col-sm-12 .title-red { max-width: 844px; margin: 50px auto 20px auto; }
ul+.title-red {margin-top: 30px}
.title-red + p {text-align: center}
.plates .col-sm-4 {display: flex; flex-flow: column; flex: 1 1 auto;}
.plates .plate {border-radius: 50%; margin: 20px auto; width: 220px; height: 220px;}
.plates {text-align: center; column-gap: 40px;}
.plates, .bplates {justify-content: space-between; display: flex}
.bplates {height: 450px; overflow: hidden}
.bplates div, .squares.white {background: var(--white); color: var(--gray-dark);}
.bplates div { display: flex; flex-direction: column;}
.bplates .bplatesphoto img { width: 100%; height: 100%; object-fit: cover;}
.bplates .bplatestext.graybg, .bplates .bplatestext.graybg div { background: var(--gray-light);}
.bplates .bplatestext, .squares .sqtext { padding: 50px; color: var(--gray-dark)}
.bplates .bplatestext {justify-content: space-between; display: flex;flex-flow: column;}
.bplates .bplatestext h3, .bplates .bplatestext h3 a  { font-size: 44px; text-transform: uppercase;color: var(--gray-dark);}
.bplates .bplatestext h3 u { font-size: 36px; text-transform:capitalize;display: block }
.bplates .bplatestext .btn { align-self: flex-start; margin-top: auto }
.squares {display: flex}
.squares h3 {text-align: center; font-family: var(--fonts-oswald); font-size: 36px; color: var(--gray-dark); text-transform: capitalize}
.squares .sqtext.whitetx h3, .squares .whitetx, #site-navigation li.orderonline a {color: var(--white)}
.sqphoto img {height: 100%; width: 100%; object-fit: cover;}
.sqtext .firsthdl:before, #contact .firsthdl:before {content: ""; border-top: 2px solid var(--primary); display: block; width: 100%;z-index: 2; position: relative; top:24px;}
.sqtext .firsthdl, #contact .firsthdl {text-align: center; margin: -10px 0 20px 0;}
.sqtext .firsthdl span, #contact .firsthdl span {font-family: var(--fonts-abril); text-align: center;color: var(--gray-dark); background: #ffffff; font-size: 26px;z-index: 3; position: relative; padding: 0 16px;  }
.sqtext.whitetx .firsthdl span, #contact .firsthdl span  {color: var(--white); background: var(--bg); }
.sqtext.whitetx h3 {text-align: left}
.sqtext.whitetx h3+h3, .contact-text {text-align: right}
.txcolorpri {color: var(--primary)}
.txcolorsec {color: var(--secondary)}
.botimage {overflow: hidden}
#contact input.email { width: calc(100% - 170px); margin-right: 20px; vertical-align: middle}
.mc-field-group label {display: none; margin: 0;height: 0}
.mc-field-group {padding-top: 11px; }

/* menus */
.menu2cols ul, .menu2cols ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.menucols ul, .menucols li{margin-left: 0!important; margin-bottom: 4px; padding: 0;list-style: none; font-size: 18px; text-transform: uppercase}
.menucols li:nth-child(odd), .menucols ul   {margin-top: 30px }
.menucols li.override  {margin-top: 8px }
.menucols li {display: flex; justify-content: space-between; column-gap: 15px }
.menucols li span, .menucols.specials h4 {font-size: 22px;line-height: 24px;}
.menucols li span + span {white-space: nowrap; font-size: 18px; padding-top: 4px; align-self: flex-end }
.menucols.specials {margin: 30px auto 0 auto;}
.menucols.specials h4 {margin: 50px auto 30px auto; text-align: center; text-transform: uppercase}
.menu2cols ul, .menu2cols ul.wings {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto 1fr;
    gap: 5px 10px;
    width: 100%;
    margin: 1em auto;
}
.menu2cols ul li, .menu2cols ul.wings li  {
    display: grid;
    text-transform: uppercase;
}
li.m2cdesc span, li.m2cprc, li.m23cprc, li.m2ctitl, li.m23ctitl, .menucols li span, .menucols.specials h4, li.m2cdesc ul span, li.m23cdesc ul span, ul.wings li.m22ctitl, ul.wings li.m22cprc { color: var(--yellow);
    font-family: var(--fonts-abril);
}
li.m2cimg {
    grid-area: 1 / 1 / 3 / 4;
}
li.m23cimg {
    grid-area: 1 / 1 / 4 / 4;
}
.wings li.m23cimg {
    grid-area: 1 / 1 / 5 / 4;
}
.menu2cols ul.wings li.m2cimg {
    grid-area: 1 / 1 / 4 / 4;
}
li.m2cimg div, li.m23cimg div {
	width: 100%;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border: 2px solid var(--gray-light);
}
li.m2cimg div img, li.m23cimg div img {
	width: 100%;
    height: 100%;
	object-fit: cover;
}
li.m2ctitl {
    grid-area: 1 / 4 / 2 / 10;
    font-size: 18px;
    line-height: 22px;
	letter-spacing: 1px
}
li.m23ctitl {
    grid-area: 1 / 4 / 2 / 14;
    font-size: 18px;
    line-height: 22px;
	letter-spacing: 1px
}
li.m22ctitl {
    grid-area: 3 / 4 / 3 / 14;
    font-size: 18px;
    line-height: 22px;
	letter-spacing: 1px
}
li.m2cprc {
    grid-area: 1 / 10 / 2 / 13;
    font-size: 18px;
    line-height: 22px;
    text-align: right;
	letter-spacing: 1px
}
li.m23cprc {
    grid-area: 2 / 4 / 2 / 13;
    font-size: 18px;
    line-height: 22px;
	color: #ffffff;
	letter-spacing: 1px
}
li.m22cprc {
    grid-area: 4 / 4 / 5 / 14;
    font-size: 18px;
    line-height: 22px;
/*    text-align: right;*/
	color: #ffffff!important;
	letter-spacing: 1px
}
li.m2cdesc {
    grid-area: 2 / 4 / 3 / 13;
	font-size: .85em;
	/*padding: 10px 0!important;*/
}
li.m23cdesc {
    grid-area: 3 / 4 / 4 / 13;
	font-size: .85em;
	padding: 10px 0!important;
}
.menu2cols ul.wings li.m23cdesc {
    grid-area: 5 / 4 / 6 / 14;
	font-size: .85em;
	padding: 10px 0!important;
}
li.m2cdesc ul, li.m23cdesc ul {display: block; text-align: center; margin: 20px 20px 0 0!important}

li.m2cdesc span + br, li.m23cdesc span + br {height: 0; font-size: 0; line-height: 0; margin: 0;}
.noflex {display: block!important}
.storytop { margin-bottom: 40px}
.storytop .limg { overflow: hidden; height: 230px}
.storytop .limg img {width: 100%; object-fit: cover; margin-top: -50px}
.storytop .rtx, .storytop .rtx h5 { line-height: 1.2; text-align: right}
.menu2cols ul.altmenu {display: block; margin-top: 1em;}
.menu2cols ul.altmenu li.m2cdesc ul, .menu2cols ul.altmenu li.m23cdesc ul, .menu2cols ul.altmenu li.m2cdesc {margin: 0 20px 0 0!important; padding: 0!important }
/* Site Navigation */
.onepress-menu, .onepress-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
	line-height: 22px
}
.onepress-menu ul.sub-ul-r {
  left: auto;
  right: 0px;
}
.onepress-menu ul ul {
  top: 0;
  left: 100%;
}
.onepress-menu li:hover > ul, .onepress-menu li.sfHover > ul {
  display: block;
  height: initial;
  overflow: initial;
  opacity: 1;
  z-index: 99;
}
.onepress-menu ul {
  min-width: 12em;
  width: fit-content;
  max-width: 100vw;
  border-top: none;
position: absolute;
  display: block;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
  top: 100%;
  left: 0;
}
.onepress-menu li {
  white-space: nowrap;
  *white-space: normal;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
	float: left;
	position: relative;
}
.onepress-menu li:hover, .onepress-menu li.sfHover {
  -webkit-transition: none;
  transition: none;
}
.onepress-menu a {
  color: var(--white);
  font-family: var(--fonts-oswald);
  padding: 8px 10px 6px 10px;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  zoom: 1;
  letter-spacing: 1px;
  white-space: nowrap;
display: block;
  position: relative;
margin: 0 10px;
     -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.header-left-wrapper .onepress-menu a { margin: 0 15px; }
.onepress-menu ul li {
  line-height: 28px;
  width: fit-content;
  min-width: 100%;
}
.onepress-menu ul li a {
  border-top: 1px solid var(--primary);
  padding: 8px 18px;
  color: var(--white);
  font-size: 21px;
  text-transform: none;
  background: var(--bg);
  letter-spacing: 0;
    margin: 0;
}
.onepress-menu ul li a:hover, .onepress-menu li.onepress-current-item > a, .onepress-menu ul li.current-menu-item > a, .onepress-menu > li a.menu-actived, .onepress-menu a:hover{
  color: var(--secondary);
   -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.onepress-menu > li:last-child > a {
  padding-right: 0px;
}
.onepress-menu li.orderonline a {background: var(--primary); }
.onepress-menu li.orderonline a:hover, .onepress-menu li.orderonline a:active, .onepress-menu li.orderonline a:focus {color: var(--white); background: var(--secondary); }
.onepress-menu .nav-toggle-subarrow, #site-navigation {
  display: none;
}
#nav-toggle {
  display: none;
  position: absolute;
  width: 35px;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
    right: 20px;
    top: 160px; 
}
#nav-toggle span {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
  -webkit-transition: rotate 0.2s, translate 0.2s;
  -moz-transition: rotate 0.2s, translate 0.2s;
  transition: rotate 0.2s, translate 0.2s;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #ffffff;
}
#nav-toggle span:before {
  top: -8px;
}
#nav-toggle span:after {
  top: 8px;
}
#nav-toggle span:before, #nav-toggle span:after {
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #ffffff;
  content: "";
  right: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}
#nav-toggle.nav-is-visible span {
  background: transparent;
}
#nav-toggle.nav-is-visible span:before {
  -webkit-transform: translateX(4px) translateY(-1px) rotate(45deg);
  -moz-transform: translateX(4px) translateY(-1px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-1px) rotate(45deg);
  -o-transform: translateX(4px) translateY(-1px) rotate(45deg);
  transform: translateX(4px) translateY(-1px) rotate(45deg);
}
#nav-toggle.nav-is-visible span:after {
  -webkit-transform: translateX(4px) translateY(0px) rotate(-45deg);
  -moz-transform: translateX(4px) translateY(0px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(0px) rotate(-45deg);
  -o-transform: translateX(4px) translateY(0px) rotate(-45deg);
  transform: translateX(4px) translateY(0px) rotate(-45deg);
}
#nav-toggle.nav-is-visible span:before, #nav-toggle.nav-is-visible span:after {
  background: #ffffff;
}
.site-content {
  margin-top: -1px;
}
.site-content.no-border {
  border-top: none;
}
.blog .site-content, .tax-portfolio_cat .site-content, .single-post .site-content, .hiding-page-title .site-content {
  margin-top: 0;
}
.page-header {
  padding: 30px 0px;
  position: relative;
}
.page-header:before {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  content: " ";
}
.page-header .entry-title, .page-header .page-title {
  margin-bottom: 0px;
  font-size: 60px;
  letter-spacing: 2px;
    padding: 20px;
  text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    min-width: 400px;
    margin-top: 60px;
}
.page-header .container {text-align: center}
.page-header p {
  margin: 6px 0px 0px 0px;
}
.page-header.page--cover {
  position: relative;
  padding: 8% 0px;
  text-align: center;
  border-top: 0 none;
  border-bottom: 0 none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-header.page--cover:before {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  content: " ";
}
.page-header.page--cover .entry-title {
  font-size: 4.5rem;
  color: #ffffff;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.85);
}
.page-header.page--cover .entry-tagline {
  color: #ffffff;
  font-family: var(--fonts-abril);
    font-size: 1.5em;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.85);
}
.page-header.page--cover.is-t-above .container {
  margin-top: 30px;
}
.site-footer {color: var(gray-dark)}
.site-footer .footlogo{ height: 100px; width: auto; margin: 60px auto 40px auto;  }
.site-footer .footer-connect {
  padding: 90px 0px;
  padding: 80px 0px;
  padding: 5rem 0rem;
  text-align: center;
}

.site-footer .footer-connect .follow-heading {
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: 0.8px;
}
.site-footer .footer-connect .subs_input {
  background-color: rgba(255, 255, 255, 0.145);
  color: #cccccc;
  border-bottom: none;
  box-shadow: none;
  padding: 12px 15px 12px;
  border-radius: 2px;
  width: 60%;
  font-size: 13px;
}
.site-footer .footer-connect .subs_input:focus {
  border: none;
}
.site-footer .footer-connect .subs-button {
  margin: 0px;
  position: relative;
  top: 0px;
  padding: 16px 23px 16px;
}
.site-footer .footer-connect input[type=text]:focus {
  border: none !important;
}
.site-footer .footer-social {
  text-align: center;
}
.site-footer .footer-social a {
  font-size: 30px;
  margin: 0px 13px;
  color: #ffffff;
}
.site-footer .footer-social a:hover {
  color: var(--primary);
}
.site-footer .site-info {
  position: relative;
  text-align: center;
  padding: 35px 0px;
  background: var(--white);
  color: var(--gray-dark);
}
.site-footer .site-info a:hover {
  text-decoration: underline;
}
.site-footer .site-info .container {
  position: initial;
}
.site-footer .btt a {
  color: #999999;
  background: var(--white);
  display: block;
  font-size: 34px;
  height: 50px;
  line-height: 50px;
  margin: auto;
  position: absolute;
  right: 60px;
  top: -25px;
  transition: all 0.2s linear 0s;
  width: 50px;
  z-index: 99;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.site-footer .btt a:hover, .highlight {
  color: var(--primary);
}
.site-footer .btt a i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.error-404 .search-form, .error-404 .widget {
  margin-bottom: 40px;
}
.error-404 .widgettitle, .error-404 .widget-title {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 13px;
  font-weight: 700;
}
.error-404 ul {
  padding-left: 0px;
}
.error-404 ul li {
  list-style: none;
}
.search-results .hentry {
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.search-results .entry-summary p {
  margin-bottom: 0px;
}
.search-results .entry-header .entry-title {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
}
.search-results .entry-header .entry-title a:hover {
  text-decoration: none;
}
.entry-header .entry-title {
  font-weight: 500;
  text-transform: none;
  letter-spacing: -0.6px;
  font-family: var(--fonts-abril);
  font-size: 25px;
  line-height: 1.3;
}
.entry-thumbnail, .entry-content {
  margin-bottom: 30px;
}
.single .entry-header .entry-title {
  margin-bottom: 10px;
}
.entry-content blockquote {
  padding: 30px;
  position: relative;
  background: #f8f9f9;
  border-left: 3px solid #03c4eb;
  font-style: italic;
}
.entry-content blockquote p, .bypostauthor {
  margin: 0px;
}
.entry-meta {
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 12px;
  padding-bottom: 30px;
}
.entry-footer {
  margin-bottom: 30px;
  padding-top: 30px;
}
.entry-footer .cat-links, .entry-footer .tags-links {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 12px;
  margin-top: 5px;
}
.nav-links {
  padding: 30px 0px;
  border-left: none;
  border-right: none;
  margin-bottom: 50px;
  flex-basis: 100%;
  text-align: center;
}
.nav-links .nav-previous {
  float: left;
}
.nav-links .nav-next {
  float: right;
}
.nav-links a, .nav-links .page-numbers {
  background: #cccccc;
  color: #FFFFFF;
  padding: 12px 20px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 2px;
}

.nav-links a:hover, .nav-links a.current, .nav-links .page-numbers:hover, .nav-links .page-numbers.current {
  background: var(--primary);
  text-decoration: none;
}
.sticky .entry-title {
  padding-left: 20px;
  position: relative;
}
.sticky .entry-title:after {
  content: "\f276";
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 22px;
  color: #aaaaaa;
}
.wp-caption {
  max-width: 100%;
  font-style: italic;
  line-height: 1.35;
  margin-bottom: 15px;
  margin-top: 5px;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  margin: 10px 0px;
}
.wp-caption-text, .entry-thumbnail-caption, .cycle-caption {
  font-style: italic;
  line-height: 1.35;
  font-size: 13px;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
.wp-block-gallery.is-layout-flex {
  display: flex;
  flex-wrap: wrap;
}
.btn, input[type=reset], input[type=submit] {
  text-transform: uppercase;
background: var(--primary);
  padding: 4px 15px;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  color: var(--white);
    cursor: pointer;
    border: none;
    line-height: 1;
    margin: 3px 0;
    text-decoration: none;
}
.mc-field-group .btn {height:43px; margin:0;  vertical-align: middle }
.btn:active, .btn:focus, .btn:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus, button:hover, button:focus {
    text-decoration: none;
    outline: 0;
  box-shadow: 0 0 0 2px rgba(2, 117, 216, .25);
    background: var(--secondary);
  border: none;
    cursor: pointer;
}

.btn-lg {
  font-size: 17px;
  font-size: 1.0625rem;
}
.btn-theme-primary {
  background: var(--primary);
  color: #FFFFFF;
}
.btn-theme-primary:hover {
  color: #FFFFFF;
}
.btn-theme-primary-outline {
  background-color: transparent;
  background-image: none;
  border-color: var(--primary);
  color: var(--primary);
}
.btn-theme-primary-outline:hover {
  color: #FFF;
  background-color: var(--primary);
  border-color: var(--primary);
}
.slider-spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}
.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

/* WP 4.7 Shortcut */
section > .customize-partial-edit-shortcut {
  z-index: 95;
}
section > .customize-partial-edit-shortcut button {
  left: 30px;
}
.search-form {
  display: flex;
  width: 100%;
  align-items: center;
}
.search-form .search-field {
  width: 100% !important;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
}
.search-form .search-submit {
  width: auto;
  margin: 0px 0 0 0.5em;
  height: 100%;
}
.search-form label {
  flex-grow: 2;
  margin: 0px;
}
.widget_recent_comments ul {
  margin-top: 25px;
}
.widget_recent_comments ul li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
}
.widget_recent_comments ul a {
  font-style: italic;
}
.widget_recent_comments .comment-author-link a {
  font-weight: bold;
  font-style: normal;
}
.widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
  float: left;
  margin-bottom: 0;
  width: 50%;
}
.widget_recent_entries ul li {
  margin: 0px;
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #e9e9e9;
}
.sidebar .widget_calendar a {
  color: var(--primary);
  text-decoration: underline;
}
.section-padding {
  padding: 50px 0;
  padding: 3.175rem 0;
}
.section-padding-lg {
  padding: 70px 0;
  padding: 4.375rem 0;
}
.onepage-section {
  position: relative;
  overflow: hidden;
}
.onepage-section:before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  content: " ";
  z-index: 1;
}
.onepage-section .container-fluid, .onepage-section .container {
  position: relative;
  z-index: 5;
}
.section-inverse, .section-inverse-extended {
  background: var(--secondary);
}
.section-inverse .section-title-area .section-title, .section-inverse-extended .section-title-area .section-title {
  color: rgba(255, 255, 255, 0.99);
}
.section-inverse .section-title-area .section-subtitle, .section-inverse-extended .section-title-area .section-subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.section-inverse .section-title-area .section-subtitle::after, .section-inverse-extended .section-title-area .section-subtitle::after {
  background: rgba(255, 255, 255, 0.8);
}
.section-inverse .pricing-table .pricing__item ul p {
  color: var(--secondary);
}
.section-inverse, .section-inverse p {
  color: rgba(255, 255, 255, 0.5);
}
.section-inverse h1, .section-inverse h2, .section-inverse h3, .section-inverse h4, .section-inverse h5, .section-inverse h6 {
  color: rgba(255, 255, 255, 0.9);
}

.section-title-area {
  margin-bottom: 60px;
  text-align: center;
}
.section-title-area .section-title {
  font-size: 30px;
  letter-spacing: 2px;
  position: relative;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.section-title-area .section-subtitle {
  color: #aaaaaa;
  font-size: 12px;
  display: inline-block;
  position: relative;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.section-desc {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
/* Section: Hero
------------------------------*/
.hero-slideshow-wrapper {
  width: 100%;
  position: relative;
  background-color: #222222;
  overflow: hidden;
  /* Loading icon */
}
.hero-slideshow-wrapper:after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  content: "";
}
.hero-slideshow-wrapper .hero__content .hero-large-text, .hero-slideshow-wrapper .hero__content .hero-small-text, .hero-slideshow-wrapper .hero__content .btn, .hero-slideshow-wrapper .hero__content .hcl2-content {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.hero-slideshow-wrapper .hero__content .hero-large-text, .hero-slideshow-wrapper .hero__content .hcl2-content  {
  -webkit-transition-delay: 0.7s; 
  transition-delay: 0.7s;
}
.hero-slideshow-wrapper .hero__content .hero-small-text {
  -webkit-transition-delay: 0.8s; 
  transition-delay: 0.8s;
}
.hero-slideshow-wrapper .hero__content .btn {
  -webkit-transition-delay: 1s; 
  transition-delay: 1s;
}
.hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text, .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text, .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text, .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text, .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn, .animation-disable .hero-slideshow-wrapper .hero__content .hero-large-text, .animation-disable .hero-slideshow-wrapper .hero__content .hero-small-text, .animation-disable .hero-slideshow-wrapper .hero__content .btn, .animation-disable .hero-slideshow-wrapper .hero__content .hcl2-content, .animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text, .animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text, .animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn, .animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hcl2-content, .animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text, .animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text, .animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn, .animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hcl2-content, .is-customize-preview .hero-slideshow-wrapper .hero__content .hero-large-text, .is-customize-preview .hero-slideshow-wrapper .hero__content .hero-small-text, .is-customize-preview .hero-slideshow-wrapper .hero__content .btn, .is-customize-preview .hero-slideshow-wrapper .hero__content .hcl2-content, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hcl2-content {
  -webkit-transition-delay: 0s; 
  transition-delay: 0s;
}
.hero-slideshow-wrapper.loaded .container .hero__content .hero-large-text, .hero-slideshow-wrapper.loaded .container .hero__content .hero-small-text, .hero-slideshow-wrapper.loaded .container .hero__content .btn, .hero-slideshow-wrapper.loaded .container .hero__content .hcl2-content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
    font-family: var(--fonts-abril);
    text-align: right;
}
.hero-slideshow-wrapper .slider-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999999;
  margin: 0px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.animation-disable .hero-slideshow-wrapper {
  /* Loading icon */
}
.animation-disable .hero-slideshow-wrapper .hero__content .hero-large-text, .animation-disable .hero-slideshow-wrapper .hero__content .hero-small-text, .animation-disable .hero-slideshow-wrapper .hero__content .btn, .animation-disable .hero-slideshow-wrapper .hero__content .hcl2-content {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.animation-disable .hero-slideshow-wrapper .slider-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999999;
  margin: 0px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.js-rotating {
  display: none;
}
.js-rotating.morphext {
  display: inline-block;
}
.is-customize-preview .slider-spinner {
  display: none !important;
}
.is-customize-preview .hero-slideshow-wrapper .hero__content .hero-large-text, .is-customize-preview .hero-slideshow-wrapper .hero__content .hero-small-text, .is-customize-preview .hero-slideshow-wrapper .hero__content .btn, .is-customize-preview .hero-slideshow-wrapper .hero__content .hcl2-content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hcl2-content {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content .hero-large-text, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content .hero-small-text, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content .btn, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content .hcl2-content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
    text-align: right;
    vertical-align: bottom;
}
.hero-slideshow-normal .container {
  padding: 20% 0 5% 0;
  position: relative;
  z-index: 80;
}
.hero-slideshow-fullscreen .container {
  z-index: 80;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.hero__content {
  color: #FFF;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    margin-left: 40%;
}
.hero__content h1, .hero__content h2, .hero__content h3, .hero__content h4, .hero__content h5, .hero__content h6 {
  color: #FFF;
}
.hero__content a.btn {
  margin: 10px 10px 20px 0px;
  margin: 0.625rem 0.625rem 1.25rem 0rem;
}
.hero__content p {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
/* Hero Content Style 2. */
.hero-content-style2 h1 {
  font-size: 50px;
  font-size: 3.125rem;
  letter-spacing: 3px;
}
.hero-content-style2 .hcl2-content {
  padding: 50px 0px;
  padding: 3.125rem 0rem;
}
.hero-content-style2 .hcl2-image, .hero-content-style1, .feature-item {
  text-align: right;
}
.hero-content-style1 h2 {
  line-height: 1.3;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.85);
    margin-bottom: 0;
}

.hero-content-style1 p {
  font-size: 28px;
  letter-spacing: 0.4px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.85);
 /* margin-bottom: 30px;
  margin-bottom: 1.875rem;*/
}
.hero-content-style1 p strong {
  letter-spacing: -0.6px;
}

.hero-content-style1 a:active, .hero-content-style1 a:focus, .hero-content-style1 .btn:active, .hero-content-style1 .btn:focus {
  outline: none;
}
#hero .btn {
  box-shadow: none;
}
#hero .btn-theme-primary:focus, .feature-item .feature-icon {
  color: #fff;
}
.h-on-top.is-transparent #hero .container .hero__content {
  margin-top: 75px;
}
/* Text Rotator */
.morphext > .animated {
  display: inline-block;
}
/* Section: Features
------------------------------*/
.icon-background-default {
  color: var(--primary);
}
.feature-item .fa-5x {
  font-size: 4em;
}
.feature-item:hover .icon-background-default {
  color: var(--secondary);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.feature-media {
  text-align: center;
  margin-bottom: 20px;
}
/*.section-about .about-image {
  text-align: center;
}*/
/*.section-about .about-image img {
  margin-bottom: 30px;
}*/
.section-about .section-title-area {
  margin-bottom: 30px;
}
/*.section-about .row > div {
  margin-top: 30px;
}*/
/* Section: Services
------------------------------*/
.section-services .service-item {
  background: #FFFFFF;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  transition: all 100ms ease-out 0s;
}


.section-services .service-item:hover {
  box-shadow: 0 6px 9px rgba(0, 0, 0, 0.09);
}
.section-services .service-item .service-image {
  float: left;
  margin-right: 30px;
}
.section-services .service-item .service-image img {
  max-width: 120px;
  height: auto;
}
.section-services .service-item .service-image i {
  color: var(--primary);
}
.section-services .service-item .service-thumbnail {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
.section-services .service-item .service-content {
  overflow: hidden;
}
.section-services .service-item .service-content p {
  margin: 0px;
  font-size: 14px;
  color: var(--secondary);
}

.section-services .service-item .service-title {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  color: var(--secondary);
}
.section-services .service-item .service-link:before {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
}
.counter_item {
  text-align: center;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}
.counter_item .counter__number {
  font-size: 50px;
  font-size: 3.125rem;
  color: var(--primary);
  line-height: 1;
  text-transform: uppercase;
}
.counter_item .counter_title {
  font-size: 18px;
  font-size: 1.125rem;
}
#parallax-hero, .section-parallax, #parallax-hero {
  background: none;
  position: relative;
  overflow: hidden;
}
.section-parallax > section, .section-parallax .onepage-section, .section-parallax .section-inverse, #parallax-hero > section, #parallax-hero .onepage-section, #parallax-hero .section-inverse, #parallax-hero .hero-slideshow-wrapper, #parallax-hero .hero-slideshow-wrapper::after {
  background: none;
}
.section-parallax .parallax-bg, #parallax-hero .parallax-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  min-height: 100%;
  display: block;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50% 50%;
}
.section-parallax .parallax-bg:before, #parallax-hero .parallax-bg:before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.section-parallax .parallax-bg img, #parallax-hero .parallax-bg img {
  position: absolute;
  left: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  display: block;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.section-parallax .parallax-bg.no-img, #parallax-hero .parallax-bg.no-img {
  height: 120%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50% 0;
}
.parallax_bg_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  opacity: 0.4;
}
.parallax-content {
  z-index: 10;
  position: relative;
  padding: 100px 0px;
  text-align: center;
}
.parallax-content h1, .parallax-content h2, .parallax-content h3, .parallax-content h4, .parallax-content h5, .parallax-content h6 {
  color: #FFFFFF;
  line-height: 1.5;
}
.parallax-content p, .parallax-content a, .section-news.section-inverse h1 a:hover, .section-news.section-inverse h2 a:hover, .section-news.section-inverse h3 a:hover, .section-news.section-inverse h4 a:hover, .section-news.section-inverse h5 a:hover {
  color: #FFFFFF;
}

.wpcf7-form {
  text-transform: uppercase;
  font-size: .8em;
  letter-spacing: 2px;
}
.wpcf7-form br {
  margin-bottom: 5px;
}
div.wpcf7-validation-errors {
  margin: 20px 0px;
  padding: 15px;
}
div.wpcf7-response-output {
  margin: 20px 0px;
}

/* Section: Gallery
------------------------------*/
.gallery-grid .g-item {
  padding: 10px;
  float: left;
}
.all-gallery {
  text-align: center;
  margin-top: 40px;
  display: block;
}
.g-zoom-in .g-item {
  display: block;
  overflow: hidden;
}
.g-zoom-in .g-item .inner-content {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.g-zoom-in .g-item img {
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.g-zoom-in .g-item:hover img {
  -ms-transform: scale(1.5, 1.5); /* IE 9 */
  -webkit-transform: scale(1.5, 1.5); 
  transform: scale(1.5, 1.5);
}
.g-layout-full-width.container {
  width: 100%;
  max-width: none;
  padding: 0px;
}

.gallery-justified {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.gallery-justified img {
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
}
.gallery-justified > a, .gallery-justified > div {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  float: left;
}
.gallery-masonry {
  width: 100%;
  position: relative;
  display: block;
}
.gallery-masonry:after {
  clear: both;
}
.gallery-masonry .inner {
  display: block;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before, .mfp-loading.mfp-figure, .mfp-s-ready .mfp-preloader, .mfp-s-error .mfp-content {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* Coursel and slider */
/**
 * Owl Carousel v2.3.0
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded, .no-js .owl-carousel {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.owl-height {
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme {
  position: relative;
}
.owl-theme .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: 0px;
  padding: 4px 10px 5px;
  transform: translateY(-50%);
  border: 0px none;
}
.owl-theme .owl-nav button:focus {
  box-shadow: none;
  outline: none;
}
.owl-theme .owl-nav:hover {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.owl-theme .owl-nav .owl-prev {
  left: 15px;
}
.owl-theme .owl-nav .owl-prev .lg-icon::before {
  content: "\e094";
}
.owl-theme .owl-nav .owl-next {
  right: 15px;
}
.owl-theme .owl-nav .owl-next .lg-icon::before {
  content: "\e095";
}
.owl-theme .owl-nav {
  margin-top: 0px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.gallery-carousel.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: none !important;
  box-shadow: none !important;
  outline: none !important;
  border: 0px none;
  padding: 0px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/**
* JQuery Bullly
* @see https://github.com/pixelgrade/rellax/blob/gh-pages/assets/css/bully.css
 */
[class*=c-bully], [class*=c-bully]:before, [class*=c-bully]:after {
  box-sizing: border-box;
}
.c-bully {
  position: fixed;
  top: 50%;
  right: 28px;
  font-size: 12px;
  transform: translate(0, -50%);
  z-index: 600;
  color: #333;
  text-transform: uppercase;
}
.c-bully.c-bully--inversed {
  color: #fff;
}
.onepress-menu-mobile-opening .c-bully {
  z-index: 10;
}
.c-bully__bullet {
  padding: 8px;
  opacity: 0;
  cursor: pointer;
  position: relative;
}
.c-bully__bullet:hover .c-bully__title {
  opacity: 1;
  transform: scale(1);
}
.c-bully__title {
  position: absolute;
  right: 26px;
  top: 1px;
  left: auto;
  background: rgba(0, 0, 0, 0.7);
  padding: 1px 10px;
  border-radius: 2px;
  transition: all 0.2s ease-out;
  display: block;
  opacity: 0;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.8);
  transform: scale(0.6);
}
.c-bully__bullet:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid currentColor;
  border-radius: 50%;
  will-change: transform;
}
.c-bully__bullet--active {
  position: absolute;
  top: 0;
  left: 0;
  transition: top 0.2s ease-out;
}
.c-bully__bullet--active:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  background: currentColor;
  border-radius: 50%;
}
.c-bully__bullet--active:after {
  border-color: transparent;
}
.c-bully__bullet--pop {
  animation: bully-pop 0.6s cubic-bezier(0.485, 1.63, 0.43, 2) forwards, fade-in 0.2s 0.2s ease-out forwards;
}
.c-bully__bullet--squash {
  opacity: 1;
  animation: bully-squash 0.2s ease-out forwards;
}
@media screen and (min-width: 576px) and (max-width: 720px) {
  .g-col-1 .g-item {
    width: 100%;
  }
  .g-col-1 .g-item:nth-child(1n+1), .g-col-2 .g-item:nth-child(2n+1), .g-col-3 .g-item:nth-child(3n+1), .g-col-4 .g-item:nth-child(4n+1), .g-col-5 .g-item:nth-child(5n+1), .g-col-6 .g-item:nth-child(6n+1) {
    clear: left;
  }
  .g-col-2 .g-item {
    width: 50%;
  }
  .g-col-3 .g-item {
    width: 33.3333333333%;
  }
  .g-col-4 .g-item {
    width: 25%;
  }
  .g-col-5 .g-item {
    width: 20%;
  }
  .g-col-6 .g-item {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 720px) {
  .widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li, .g-col-2 .g-item  {
    width: 50%;
  }
  .hero-content-style1 h2 {
    font-size: 60px;
  }
  .g-col-1 .g-item {
    width: 100%;
  }
  .g-col-1 .g-item:nth-child(1n+1), .g-col-2 .g-item:nth-child(2n+1), .g-col-3 .g-item:nth-child(3n+1), .g-col-4 .g-item:nth-child(4n+1), .g-col-5 .g-item:nth-child(5n+1), .g-col-6 .g-item:nth-child(6n+1) {
    clear: left;
  }
  .g-col-3 .g-item {
    width: 33.3333333333%;
  }
  .g-col-4 .g-item {
    width: 25%;
  }
  .g-col-5 .g-item {
    width: 20%;
  }
  .g-col-6 .g-item {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 940px) {
  .widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
    width: 100%;
    float: none;
  }
  .hero-content-style1 h2,  .hero-content-style1 h1 {
    font-size: 75px;
  }
  .feature-item.col-lg-3:nth-child(4n+1), .feature-item.col-lg-4:nth-child(3n+1), .feature-item.col-lg-6:nth-child(2n+1) {
    clear: left;
  }
     #secondary {
    padding-top: 40px;
  }
  .content-area {
    float: left;
  }
  .sidebar {
    width: 25.2252252252%;
    float: left;
  }
  .left-sidebar .content-area {
    float: right;
    padding-left: 39px;
    border-left: 1px solid #e9e9e9;
    margin-right: 1px;
    width: 74.7747747748%;
  }
  .left-sidebar .sidebar {
    padding-right: 39px;
    border-right: 1px solid #e9e9e9;
    margin-right: -1px;
  }
  .right-sidebar .content-area {
    padding-right: 39px;
    border-right: 1px solid #e9e9e9;
    width: 74.7747747748%;
  }
  .right-sidebar .sidebar {
    padding-left: 39px;
    border-left: 1px solid #e9e9e9;
    margin-left: -1px;
  }
  .header-full-width .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1140px) {
    header .container { padding: 0; }
  .widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
    width: 50%;
    float: left;
  }
  .hero-content-style1 p {
    font-size: 34px;
  }
  .is-transparent .no-scroll.site-header .onepress-menu > li > a {
    color: rgba(255, 255, 255, 0.9);
  }
}
@media (max-width: 1199px) {
  .hero-content-style2 .hcl2-content, .hero-content-style2 .hcl2-image {
    text-align: center;
  }
}
@media screen and (max-width: 1140px) {
  .main-navigation {
    position: static;
  }
    #site-navigation li.orderonline a {
    background: var(--white);
     color: var(--primary);
}
  .main-navigation .onepress-menu {
    width: 100% !important;
    display: block;
    height: 0px;
    overflow: hidden;
    background: #fff;
  }
  .onepress-menu.onepress-menu-mobile {
    position: absolute;
    top: 75px;
    right: 0;
    width: 100%;
    z-index: 800;
    overflow: auto !important;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
  }
  .onepress-menu.onepress-menu-mobile .sub-menu {
    width: auto;
  }
  .onepress-menu.onepress-menu-mobile > li > a {
    padding: 14px 20px 10px 20px;
  }
  .onepress-menu.onepress-menu-mobile li:hover ul {
    display: none;
  }
  .onepress-menu.onepress-menu-mobile ul {
    box-shadow: none;
    padding-bottom: 0;
    border: none;
    position: relative;
  }
  .onepress-menu.onepress-menu-mobile ul li:last-child {
    border-bottom: none;
  }
  #site-navigation .onepress-menu.onepress-menu-mobile ul li a {
    padding: 12px 35px;
    border-top: none;
    white-space: pre-line;
    background: var(--primary);
    color: var(--white);
  }
  .onepress-menu.onepress-menu-mobile ul li a:hover {
    background: transparent;
  }
  .onepress-menu.onepress-menu-mobile ul li li a {
    padding: 12px 70px;
    border-top: none;
  }
  .onepress-menu.onepress-menu-mobile ul li li li a {
    padding: 12px 105px;
  }
  .onepress-menu.onepress-menu-mobile ul ul {
    left: 0px;
  }
  .onepress-menu.onepress-menu-mobile li {
    line-height: 20px;
    background: #ffffff;
    border-top: 1px solid #e9e9e9;
    width: 100% !important;
  }
  .onepress-menu.onepress-menu-mobile > li:first-child {
    border-top: 0px none;
  }
  .onepress-menu.onepress-menu-mobile li.onepress-current-item > a, .onepress-menu.onepress-menu-mobile a:hover, .onepress-menu.onepress-menu-mobile a {
    color: var(--primary);
  }
  .onepress-menu.onepress-menu-mobile .nav-toggle-subarrow {
    display: block;
    color: #999999;
    border-left: 1px solid #e9e9e9;
    font-weight: normal;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    text-align: center;
    padding: 11px 20px;
    z-index: 10;
    font-size: 22px;
  }
  .onepress-menu.onepress-menu-mobile .nav-toggle-dropdown > .nav-toggle-subarrow .fa-angle-down:before {
    content: "\f106" !important;
  }
  .onepress-menu.onepress-menu-mobile .nav-toggle-dropdown > ul {
    left: 0px;
    display: block !important;
    height: initial;
    overflow: initial;
    opacity: 1;
    z-index: inherit;
  }
  #nav-toggle, #site-navigation {
    display: block;
  }
    .header-left-wrapper, .header-right-wrapper {display: none!important}
    .site-footer .footer-connect .subs_input {
    width: 100%;
    margin-bottom: 4px;
  }
  .site-footer .footer-connect .subs-button {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
    .site-header { height: 200px; }
	#nav-toggle { top: 140px; }
	.headsm { padding-right: 20px; }
	.hero__content {
    margin-left: 35%;
		margin-right: 5%;
}
	#features {margin-right: 20px; margin-left: 20px;}
	.plates .plate {
    width: auto;
    height: auto;
}
	.bplates {height: 480px;}
}
@media screen and (max-width: 940px) {
	li.m2cdesc { font-size: 1em; }
	li.m2ctitl, li.m2cprc {font-size: 22px;}
	li.m2cdesc, li.m2ctitl {
    padding-left: 20px !important;
}
	.plates { column-gap: 20px; }
	.bplates {height: auto;}
	.bplates .bplatestext {
    padding: 40px 20px;
}
  .site-footer .btt a {
    right: 0;
    left: 0;
  }
  .entry-header .entry-title {
    font-size: 32px;
    line-height: 1.5;
  }
  .nav-links a, .nav-links .page-numbers {
    padding: 6px 10px;
  }
  .section-news .list-article-thumb, .archive .list-article-thumb, .blog .list-article-thumb, .c-bully.c-bully-hide-on-mobile {
    display: none;
  }
     .page-header.page--cover .entry-tagline {
    font-size: 18px;
  }
    .site-footer .footer-connect .subs_input {
    width: 70%;
    margin-bottom: 4px;
  }
  .site-footer .footer-connect .subs-button {
    width: 70%;
  }
    .c-bully {
    right: 0px;
  }
  .c-bully__bullet {
    padding: 8px 3px;
  }
  .c-bully__bullet:after, .c-bully__bullet--active:before {
    width: 9px;
    height: 9px;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (max-width: 767px) {
    .hero__content {
    margin-left: 0%;
        padding: 0 20px;
}
    .hero-content-style1 p {
    font-size: 24px;
    letter-spacing: 0px;
}
    .hero-content-style1 h2 {
    font-size: 36px
}
  .hero-content-style1 .btn {
    display: inline-block;
  }
.plates, .bplates, .squares {
   flex-flow: column;
    column-gap: 20px;
}
    .bplates {
     height: auto;
    overflow: hidden;
}
    .title-yellow, .title-red {
    margin-top: 40px;
}
    .bplatesphoto {height: 300px}
    .bplates .bplatestext, .squares .sqtext {
    padding: 50px 20px 30px 20px;
    color: var(--gray-dark);
}
    .sqtext .firsthdl span, #contact .firsthdl span {
    font-size: 24px;
    padding: 0 12px;
}
    .sqtext .firsthdl:before, #contact .firsthdl:before {
    top: 21px;
}
    .squares h3 {
    font-size: 32px;
}
    .squares .sqtext.whitetx h3, .squares .whitetx {
    color: var(--white);
}
  .site-footer .footer-connect .footer-subscribe {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 720px) {
  .section-services .service-item {
    padding: 20px;
  }
    .section-services .service-item .service-image {
    float: none;
    margin-bottom: 30px;
    margin-top: 10px;
    margin-right: 0px;
    text-align: center;
  }
  .section-services .service-item .service-content {
    text-align: center;
    overflow: auto;
  }
  .section-news .list-article-thumb, .archive .list-article-thumb, .blog .list-article-thumb {
    width: 100%;
    float: none;
    margin-right: 0px;
    margin-bottom: 30px;
    display: block;
  }
  .section-news .list-article-thumb img, .archive .list-article-thumb img, .blog .list-article-thumb img, .site-footer .footer-connect .subs-button {
    width: 100%;
  }

    .page-header.page--cover .entry-tagline {
    font-size: 16px;
  }
    .site-footer .footer-connect .subs_input {
    width: 100%;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 576px) {
    h1 {font-size: 3rem;}
    .h1alt {
    margin: 20px 20px 20px 0;
}
    .bplates .bplatestext .btn {
    margin-right: 20px;
}
    .familyphoto {width: 200px; height: auto }
    .storyphotos {margin-top: 25px}
    .storyphotos img {margin: 5px 0}
    .headsm .phone:before {
    display: none;
}
    .headsm .phone {
    margin-left: 20px;
}
    .site-branding {
  width: 190px; height: 130px; top: -50px; left: -100px
}
    .site-branding .site-logo-div .custom-logo {
    height: 130px;
}
  .header-right-wrapper {
  width: 80px;
    align-self: flex-end;
}
    .site-header {
    height: 150px;
}
    #nav-toggle {
    top: 100px;
}
    .headsm {padding-right: 20px}
  .g-col-1 .g-item {
    width: 100%;
  }
  .g-col-1 .g-item:nth-child(1n+1), .g-col-2 .g-item:nth-child(2n+1),  .g-col-3 .g-item:nth-child(3n+1), .g-col-4 .g-item:nth-child(4n+1), .g-col-5 .g-item:nth-child(5n+1), .g-col-6 .g-item:nth-child(6n+1) {
    clear: left;
  }
  .g-col-2 .g-item {
    width: 50%;
  }
  .g-col-3 .g-item {
    width: 33.3333333333%;
  }
  .g-col-4 .g-item {
    width: 25%;
  }
  .g-col-5 .g-item {
    width: 20%;
  }
  .g-col-6 .g-item {
    width: 16.6666666667%;
  }
}
@media screen and (max-width: 430px) {
.page-id-3850 .page-header.page--cover .entry-title {
  font-size: 4.2rem;
    padding: 20px 0;
    min-width: 100%;
    letter-spacing: 0;
}
}
@media screen and (max-width: 400px) {
.page-id-3850 .page-header.page--cover .entry-title {
  font-size: 3.8rem;
}
.site-branding { left: -90px }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bully-pop {
  50% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bully-squash {
  50% {
    transform: scale(0.6, 1.8);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    
    -webkit-transform: scale(0);
      transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
      transform: scale(1);
  }
}
.single-post .content-inner {
  margin-left: auto;
  margin-right: auto;
}
.single-post .right-sidebar .content-inner {
  margin-left: 0px;
}
.single-post .left-sidebar .content-inner {
  margin-right: 0px;
}
.entry-content ul, .entry-content ol {
  margin: 1.5em auto;
  list-style-position: outside;
}
.entry-content li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.entry-content ul ul, .entry-content ol ol, .entry-content ul ol, .entry-content ol ul {
  margin: 0 auto;
}
.entry-content ul ul li, .entry-content ol ol li, .entry-content ul ol li, .entry-content ol ul li {
  margin-left: 0;
}
.has-strong-blue-color {
  color: #0073aa;
}
.has-strong-blue-background-color {
  background-color: #0073aa;
}
.has-lighter-blue-color {
  color: #229fd8;
}
.has-lighter-blue-background-color {
  background-color: #229fd8;
}
.has-very-light-gray-color {
  color: #eee;
}
.has-very-light-gray-background-color {
  background-color: #eee;
}
.has-very-dark-gray-color {
  color: #444;
}
.has-very-dark-gray-background-color {
  background-color: #444;
}