/*
Theme Name: Ackerman Pierce
Description: A custom theme with KeyApps plugin integration.
Author: Caroline Elisa Haggerty
Theme URI: https://ackermanpierce.com
Author URI: https://carolineelisa.com/
Version: 1.6

*/
:root {
  --e-global-color-primary: #492F63; /* Dark Purple */
  --e-global-color-secondary: #724A9C; /* Purple */
  --e-global-color-text: #666666;
  --e-global-color-accent: #44B549; /* Green */
  --e-global-color-a0b0451: #EAF6E5; /* 10% Tint */
  --e-global-color-e80f46f: #BAE3AA; /* 20% Tint */
}

/* Eric Meyer's Reset */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, b, i, hr, u, center, menu, layer, s, strike, font, xmp {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: none;
  font-size: 100%;
  background: transparent;
  border: none;
  text-decoration: none;
  font-weight: normal;
  font-weight: normal;
  font-style: normal;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
/* My Reset */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, b, i, hr, u, center, menu, layer, s, strike, font, xmp {
  font-weight: inherit;
  font-style: inherit;
}
/*The basics*/
body {
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: Montserrat,sans-serif;
  line-height:1.6em;
  background: #fff;
  color:var(--e-global-color-text);
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-size: 3em;
  line-height:1.2em;
  margin-bottom:.5em;
  font-weight: 800;
  color:var(--e-global-color-primary);
}
h2, .h2 {
  font-weight: 700;
  font-size: 2.4em;
  line-height:1.4em;
  margin-top:1em;
  margin-bottom:1em;
}
h3, .h3 {
  font-size: 1.5em;
  line-height:1.4em;
  margin-bottom:.5em;
  margin-top:.5em;
}
h4, .h4 {
  font-size: 1.3em;
  line-height:1.4em;
  margin-bottom:.5em;
  margin-top:.5em;
}
h5, .h5 {
  font-size: 1.15em;
  line-height:1.4em;
  margin-bottom:.5em;
  margin-top:.5em;
}
h6, .h6 {
  font-size: 1em;
  line-height:1.4em;
  margin-bottom:.5em;
  margin-top:.5em;
}
span {
  font-weight:inherit;
}
del {
  text-decoration: line-through;
}
img {
  max-width:100%;
  height:auto;
}
@media \0screen {
  img {
    width: auto
  }
}
.aligncenter {
  text-align: center;
}
.alignright {
  text-align:right;
}
img.aligncenter, input[type="submit"].aligncenter {
  display: block;
  float:none;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft {
  clear:left;
  float: left;
  margin-right: 3%;
}
img.alignright {
  float: right;
  margin-left: 3%;
}
.gallery .gallery-item {
  font-size: 0;
  display: inline-block;
  float: none!important;
  vertical-align: middle!important;
  padding: 5px;
}
.gallery img {
    border: 0!important;
}
iframe {
  width:100%;
}
/* video {
  width: 100%  !important;
  height: auto   !important;
} */
table {
  width:100%;
  border-spacing: 0;
}
th, td {
  padding: 1em;
  text-align: left;
}
hr {
  border: 0;
  clear:both;
  height: 1px;
  margin:20px auto;
  background-color:#ddd;
}
hr.spacer {
  background-color:transparent;
  margin:15px 0;
  padding: 0 !important;
}
hr.divider {
  margin:0;
}
blockquote {
  color: var(--e-global-color-primary);
  margin:2em 0;
  font-size: 1.2em;
  line-height: 1.4em;
}
blockquote > *:last-child {
  margin-bottom:0;
}
blockquote:before {
  content: '“';
  font-size: 4em;
  float: left;
  color: var(--e-global-color-primary);
  margin: 10px 4px 0 0;
}
blockquote > * {
  margin: 0 0 0 60px;
}

p:empty, li:empty, .screen-reader-text, .screen-reader-response {
  display:none;
}
.hidden, .hide {
  display: none!important;
}
ul, ol {
  padding-left: 1.2em;
}
li {
  margin-bottom:.25em;
}
ul, ol, table, iframe, video, img {
  margin-bottom:1em;
}
p {
  margin-bottom:.5em;
}
a {
  color: inherit;
  font-weight:inherit;
  text-decoration:none;
  position:relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateZ(0);
}
a:hover {
  text-decoration:underline;
}
a.hide-if-no-link[href='']{
    display:none;
}
:disabled {
  opacity:0.3;
  pointer-events:none;
}
strong, b {
  font-weight: 800;
}
em, i {
  font-style:italic;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
small, .small {
  font-size: small;
}
.smaller {
  font-size:0.8em;
}
large, .large {
  font-size:large;
  line-height: 1.4em;
}
.larger {
  font-size:larger;
  line-height: 1.4em;
}
.x-large {
  font-size:x-large;
  line-height: 1.4em;
}
.caps {
  text-transform:uppercase;
  letter-spacing:0.05em;
}
.green {
  color: var(--e-global-color-primary);
}
select, input, textarea, button {
  font-size:1em;
}
select, input, textarea, button, a.button, span.button a {
  font-family:inherit;
  font-weight: inherit;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-appearance: none;
  -moz-appearance:none;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 8px 14px;
  min-height: 40px;
  min-width: 20px;
  line-height:20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  color: var(--e-global-color-text);
  display: block;
  vertical-align:middle;
  width:100%;
  max-width: 100%;
  margin-bottom: .5em;
}

input[type="checkbox"], input[type="radio"] {
  display: inline-block;
  width: auto;
  background-color: transparent;
  min-height: 0;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
 }
input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
 }
input[type="button"], input[type="submit"], button, a.button, span.button a {
  font-weight: 800;
  cursor:pointer;
  background:var(--e-global-color-primary);
  color:#fff;
  border:0;
  padding: 15px 2em;
  text-align:center;
  position: relative;
  width:auto;
  display:inline-block;
  margin-top: .5em;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 0.8em;
  letter-spacing: .02em;
}
a.button, span.button a {
  text-decoration:none!important;
}
a.button.alt:not(:hover), input[type="button"].alt:not(:hover), input[type="submit"].alt:not(:hover) {
  background-color: var(--e-global-color-accent);
  color:#fff;
}
a.button.light:not(:hover), input[type="button"].light:not(:hover), input[type="submit"].light:not(:hover) {
  background-color: var(--e-global-color-a0b0451);
  color:var(--e-global-color-primary);
}
a.button.grey:not(:hover) {
  background-color: #ccc;
  color:#222;
}
.button.large, input.large, button.large {
  font-size: 1.2em;
}
input[type="button"]:hover, input[type="submit"]:hover, button:hover, a.button:hover, span.button a:hover {
  background-color: var(--e-global-color-secondary);
}

a.button.round, span.button.round a {
  padding: .1em;
  width: 1.5em;
  height: 1.5em;
}
.button.icon {
  padding: 5px;
  font-size: 0;
  line-height:0;
  width: 20px!important;
  box-sizing: content-box;
  min-height: 0;
  min-width:0;
  height: 20px;
  display: inline-block!important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.button.icon .fa:before {
  font-size:20px;
  line-height:20px;
}
input:focus, button:focus, select:focus {
  outline: none !important;
}
::-webkit-input-placeholder { /* WebKit browsers */
  color:  inherit;
  opacity:  0.5;
}
::-moz-placeholder { /* Mozilla Firefox */
  color:  inherit;
  opacity:  0.5;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color:  inherit;
  opacity:  0.5;
}
ul.menu, ul.sub-menu {
  list-style:none;
  padding:0;
  margin:0;
}
.menu li {
  margin:0;
}
.menu a {
  display:block;
  text-decoration:none!important;
}
.menu a:hover {
  text-decoration:underline;
}
/*The rest*/
.large {
  font-size: 1.8em;
  line-height: 1.4em;
}
.container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left:40px;
  padding-right:40px;
  position: relative;
  box-sizing: border-box;
}
.grey {
  color: #ACACAC;
}
.orange {
  color: var(--e-global-color-primary);
}
.full-width, .full_width {
  width:100%!important;
}
.alignleft {
  text-align: left;
}
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}
.header {
  position:absolute;
  top: 0;
  z-index: 3;
  box-sizing: border-box;
  width: 100%;
  padding: 15px 40px;
}
.header .logo, .header .custom-logo-link, .header .navigation  {
  position:relative;
  display:inline-block;
  vertical-align:middle;
  width:50%;
  margin:0 -2px;
  line-height: 24px;
  box-sizing: border-box;
}
.header .logo, .header .custom-logo-link {
  width:25%;
  line-height: 0;
}
.logo img, .custom-logo-link img {
  margin:0;
	max-width:300px;
}
.header .navigation {
  width:75%;
  text-align: right;
}
.opacity-95 {
  opacity:0.95;
}
.opacity-90 {
  opacity:0.9;
}

.header .menu > li {
  position: relative;
  display:inline-block;
  vertical-align:middle;
  padding:.5em 0;
}
.menu.top-bar {
  font-size:0.8em;
}
.menu.top-bar li a {
  padding-left: 0;
}
[id^="menu-social"] [class^="fa"], #footer-custom [class^="fa"] {
  background: var(--e-global-color-accent);
  color: #fff;
  width: 1em;
  height: 1em;
  padding: .5em;
  border-radius: 12px;
  box-sizing: content-box;
  text-align: center;
  margin: 0 .5em .5em 0;
}
#copyright [id^="menu-social"] [class^="fa"] {
  background:#ccc;
  background: rgba(255,255,255,.2);
}

.top-bar a:empty {
  display:none;
}
.header .menu > li > a {
  padding: .5em 1em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.header .menu .button {
  padding: 0;
}
.header .menu .button > a {
  margin: 0 .5em;
}
.menu .button > a {
  background: var(--e-global-color-primary);
  color: #fff;
}
.menu .button.alt > a {
  background: var(--e-global-color-accent);
}
.menu .button.light > a {
  background-color: var(--e-global-color-a0b0451);
  color: var(--e-global-color-primary);
}
.menu .button.linkedin > a {
  background: #0A66C2;
  color: #fff;
}
.menu .button.instagram > a {
  background: #5851DB;
  color: #fff;
}
.menu .button.facebook > a {
  background: #17A9FD;
  color: #fff;
}
.menu .button.linkedin > a, .menu .button.instagram > a, .menu .button.facebook > a {
  padding:.5em !important;
  min-width: 1.8em;
  text-align: center;
}

.header .menu li.button > a:hover {
  background: var(--e-global-color-secondary);
  color: #fff;
  text-decoration: none;
}
#sticky-header .menu > li:after {
  background: #eee;
}
.main.menu > li > a {
  font-size: 1.1em;
  color: var(--e-global-color-primary);
  font-weight: bold;
}
[id^=menu-main] > li > a:hover {
  background-color:var(--e-global-color-e80f46f);
  text-decoration: none;
}
[id^=menu-main] > .current-menu-item.nothashlink > a,
[id^=menu-main] > .current_page_parent > a,
[id^=menu-main] > .current-page-parent > a,
[id^=menu-main] > .current-custom-parent > a,
[id^=menu-main] > .current-menu-parent > a,
[id^=menu-main] > .current-page-ancestor > a {
  background-color:var(--e-global-color-e80f46f);
}
#mobile-menu .menu.main > .current-menu-item.nothashlink > a,
#mobile-menu .menu.main > .current_page_parent > a,
#mobile-menu .menu.main > .current-page-parent > a,
#mobile-menu .menu.main .current-custom-parent > a,
#mobile-menu .menu.main > .current-menu-parent > a,
#mobile-menu .menu.main > .current-page-ancestor > a {
  text-decoration: underline;
}
[id^=menu-main] > li:hover > a:not([href]) {
  background-color:#FFF;
  -webkit-box-shadow: 0px px 10px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  cursor: default;
}
.header .sub-menu {
  background:#fff;
  color:var(--e-global-color-primary);
  text-align:left;
  position: absolute;
  z-index:-999;
  top: 100%;
  width:100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  min-width:220px;
  overflow: hidden;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
}
[id^=menu-main] .sub-menu a {
  padding: .5em 1.2em .5em 1.4em;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: .8em;
}

[id^=menu-main] .sub-menu > li:hover > a {
  background-color: var(--e-global-color-e80f46f);
  text-decoration: none;
}
.header .menu .sub-menu > .current-menu-item > a {
  background-color: var(--e-global-color-a0b0451);
}
.menu-item-has-children {
  position:relative;
}
.header .menu-item-has-children > a:after {
  content: "\f107";
  font: normal normal normal 14px/1 "Font Awesome 5 Pro";
  font-size: inherit;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  width: 1.28571429em;
  line-height: 1.28571429em;
  text-align: center;
  margin-left: .5em;
}
.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  z-index:1000;
}
#mobile-menu .menu-item-has-children:hover > .sub-menu {
    position: relative;
}

[id^="menu-buttons"] a {
  padding: 0 .7em;
  margin: .3em 0;
  /* border: 1px solid #fff; */
  font-size: .7em;
  background:#5CA2D0;
  color:#fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /* border-color:transparent; */
}
[id^="menu-buttons"] > li:nth-child(3) a {
  background:var(--e-global-color-primary);
  border-color:transparent;
}
[id^="menu-buttons"] > li:last-child a {
  background:#7F7FFF;
  border-color:transparent;
}
#sticky-header {
  position: fixed;
  top:0;
  z-index: 99;
  width: 100%;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  visibility:hidden;
  opacity:0;
  background:#fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    padding: 20px 40px;
}
.show-sticky-menu #sticky-header {
  opacity:1;
  visibility:visible;
}
.show-sticky-menu #header {
  opacity:0;
  visibility:hidden;
}
#sticky-header .logo, #sticky-header .custom-logo-link {
  text-align: left;
}
#sticky-header .logo img, #sticky-header .custom-logo-link img {
  max-width: 240px;
}
#mobile-menu-toggle {
  position:fixed;
  z-index:9;
  text-align:right;
  top: 0;
  right: 0;
  display:inline-block;
  padding: 22px 30px;
  font-size: 30px;
  display:none;
  background: #fff;
  color: var(--e-global-color-primary);
}
.show-sticky-menu #mobile-menu-toggle {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
}
.show-sticky-menu #sticky-header {
  color:var(--e-global-color-text);
}
#banner {
  padding: 50px 0;
  background-color:var(--e-global-color-primary);
  color:#fff;
  text-shadow: 0 0 50px black;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
  overflow: hidden;
}
#banner img {
  position: fixed;
  /* position: absolute; */
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  width: 100%;
  margin: 0;
  opacity: 0.8;
}
.ios #banner img {
  position: absolute;
}
.ios .hide-if-ios {
  display:none!important;
}
@media screen and (orientation:portrait) {
  #banner img {
    max-width: none;
    width: auto;
    height: 120%;
  }
}
#title {
  padding-top:180px;
}
#title h1 {
  margin: 0;
}
#content {
  padding-top:60px;
  padding-bottom: 120px;
  position: relative;
  background:#fff;
}
body:not(.elementor-page) #content a {
  text-decoration:underline;
}
#container {
  display: table;
  width: 100%;
}
#sidebar, #main {
   display:inline-block; 
/* display: table-cell;*/
  vertical-align: top;
  width:25%;
  margin:0 -2px;
  box-sizing:border-box;
}
#main {
  width:75%;
  position:relative;
}
#sidebar:first-child {
  padding-right: 40px;
}
#sidebar:last-child {
  padding-left: 40px;
}
#container #sidebar {
  background: #EFEFEF;
  padding-left: 0;
}
body #content a.hentry {
  text-decoration: none;
  background: var(--e-global-color-a0b0451);
  display: block;
  padding:40px 40px 30px;
  margin-bottom: 40px;
  border-radius:12px;
}
a.hentry:after {
  content: '';
  display: block;
  clear: both;
}
a.hentry img {
  width: 25%;
  float: left;
  margin-right: 3%;
  border-radius:12px;
}
a.hentry h2 {
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 2em;
  line-height: 1.4em;
}
.entry-title img {
  border-radius: 12px;
}
.post-cat a {
  background: var(--e-global-color-a0b0451);
  color: var(--e-global-color-primary);
  display: inline-block;
  padding:.25em 1em;
  margin-right: .5em;
  border-radius: 12px;
}
.search-submit {
  display: none;
}
.meta {
  padding: 3px 10px;
  display: inline-block;
  color: #fff;
  background: var(--e-global-color-primary);
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .7em;
  line-height: 1.4em;
}
.hentry .read-more {
  font-size: .8em;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: var(--e-global-color-primary);
}
.hentry .read-more:after {
  content: "\f054";
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: .5em;
}
#page-navigation {
  overflow: hidden;
  padding-top: 60px;
}
#page-navigation .previous {
  float: left;
}
#page-navigation .next {
  float: right;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row > * {
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  margin-left:-2px;
  margin-right:-2px;
  display:inline-block;
  vertical-align:top;
  box-sizing: border-box;
}
.has-5-cols > .col {
  width:20%;
  flex: 0 0 20%;
}
.has-4-cols > .col {
  width:25%;
  flex: 0 0 25%;
}
.has-3-cols > .col {
  width:33.33%;
  flex: 0 0 33.33%;
}
.has-2-cols > .col {
  width:50%;
  flex: 0 0 50%;
}
.has-1-cols > .col {
  width:100%;
  flex: 0 0 100%;
}
.widget h4 {
  font-size:1em;
}
.widget ul {
  list-style:none;
  padding:0;
}
.widget ul.sub-menu {
  display:none;
}
/* .widget li {
  margin:0;
} */
.widget .post-date {
  display: block;
}
.widget_search .search-submit {
  display: none;
}
#sidebar .widget:not(:first-child) {
  border-top:1px solid #dedede;
  padding-top:2em;
  margin-top:2em;
}
#footer:before {
  content: '';
  border-left: 100vw solid transparent;
  border-bottom: 50px solid #643685;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 100%;
  pointer-events: none;
}
#footer {
  background: #643685;
  color:#FFFFFF;
  padding: 60px 0 40px;
  position: relative;
  overflow: hidden;
}
#footer h4 {
  margin:0 0 .5em;
  color: inherit;
}
#footer .fa {
  margin-right: .1em;
}
#footer a:hover, #copyright a:hover {
  text-decoration: underline;
}
#footer li {
  margin: 0;
}
.widget_media_image {
  line-height: 0;
}
#footer .widget_media_image img {
  width: 50px;
  margin: 0 20px 20px 0;
}
#footer .row {
  display: table;
  width: 100%;
}
#footer .col {
  display: table-cell;
  width: auto;
  padding: 70px 10px 30px 10px;
}
#footer .col:last-child {
  font-size: .8em;
}
#copyright {
  position: relative;
}
#copyright ul {
  background: var(--e-global-color-primary);
  color:#FFF;
  width:100%;
  margin:0;
  list-style:none;
  padding:20px;
  text-align:center;
  font-size:0.8em;
  /* font-weight: 300; */
  box-sizing: border-box;
}
#copyright li {
  display:inline-block;
  margin:0 .5em;
}
.post-edit-link {
  position:fixed;
  z-index: 999;
  bottom:0;
  right:0;
  display:inline-block;
  background: var(--e-global-color-primary);
  color: #fff;
  padding:0.3em 1em;
}


/* slick */
/* .slick-slide {
  padding: 0 60px;
} */
body .slick-initialized .slick-slide {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
#content .slick-slider a {
  text-decoration: none;
}
.slick-slider .slick-next, .slick-slider .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index:1;
    top: 50%;
    display: block;
    width: 20px;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    color: inherit;
    border: none;
    outline: none;
    background: transparent;
}
.slick-slider .slick-prev {
    left: 20px;
}
.slick-slider .slick-next {
    right: 20px;
}
.slick-slider .slick-next:before, .slick-slider .slick-prev:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 35px;
    line-height: 1;
    opacity: .75;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-slider .slick-prev:before {
    content: "\f104";
}
.slick-slider .slick-next:before {
    content: "\f105";
}

.slick-slider ul.slick-dots {
    position: absolute;
    left:0;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}
.slick-slider ul.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.slick-slider ul.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-slider ul.slick-dots li button:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "\f111";
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-slider ul.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000;
}
.slick-slider > br {
  display:none;
}

/* revslider */
.tp-revslider-slidesli {
  background: var(--e-global-color-primary) !important;
  color: #fff;
}
.tp-revslider-slidesli .slotholder {
    opacity: .5 !important;
}
.tp-caption h1, .tp-caption h2, .tp-caption h3, .tp-caption h4, .tp-caption h5, .tp-caption h6 {
  color: inherit;
}
.tp-caption h1 {
  font-size: 2.8em;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
.tp-caption h2 {
  font-size: 2.8em;
  line-height: 1.2em;
  font-weight: 700;
  padding-bottom: .2em;
}
.tp-caption h3 {
  font-size: 1.8em;
  line-height: 1.2em;
  font-weight: 700;
}

/* Maps */
body .wpgmp_map_container {
  border: 0;
  box-shadow: none;
  border-radius: 0;
}

/* WP Forms */
body .wpforms-container, .wpforms-confirmation-container {
  text-align:left!important;
  font-size: 0.9em;
}
.fancybox-container .wpforms-container {
  border: none;
  padding: 0;
  margin: 0;
}
.fancybox-container .wpforms-container {
 max-width: 400px;
}
.wpforms-container input {
  margin-bottom: 0;
}
body .wpforms-field-divider .wpforms-field-description {
  font-size: 1em;
}
.wpforms-field-divider {
  clear:both;
}
.wpforms-field {
  clear:left;
}
.wpforms-field-select-style-classic {
  position: relative;
}
.wpforms-field-select-style-classic:after {
  position: absolute;
  top: 45px;
  right:10px;
  pointer-events: none;
  content: "\f0d7";
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wpforms-container ul {
  padding: 0;
  list-style: none;
}
.wpforms-container .wpforms-field:not(.wpforms-field-divider) .wpforms-field-description {
  margin: 0;
  opacity: .7;
}
.wpforms-field-divider h3 {
  /* border-top: 4px solid #18b2ff;
  padding-top: 1em;
  margin-top: .5em;
  margin-bottom: 0; */
}
.wpforms-submit {
  padding: 10px 20px;
}
.grecaptcha-badge {
  z-index: 1;
}
@media only screen and (max-width: 479px) {
  .wpforms-container .wpforms-field {
      width: 100% !important;
      margin-left: 0 !important;
  }
}
body div.wpforms-container .wpforms-form .choices .choices__inner {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  border-color: #ddd;
  min-height: 40px;
}
body div.wpforms-container .wpforms-form .choices__list--single {
    font-size: 1em;
}
div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column-50 .wpforms-one-half {
  width: 100%;
}
.wpforms-page-indicator-page-progress {
  background-color: var(--e-global-color-secondary)!important;
}
/* Elementor */
.elementor-widget-text-editor.elementor-element a {
  color: var( --e-global-color-primary );
  font-weight: bold;
  text-decoration: underline;
}
/*.elementor-page #content {
    padding:0;
}*/
.elementor-page #content {
    padding-top:0;
}
.elementor-template-full-width #content .container {
  padding:0;
  max-width: none;
}
.elementor .elementor-widget-spacer.elementor-widget {
  margin-bottom: 0;
}
.elementor img {
  margin: 0;
}
/* @media (min-width: 1140px) {
  .elementor .elementor-column-gap-default > .elementor-row > .elementor-column:first-child > .elementor-element-populated {
    padding-left: 0;
  }
  .elementor .elementor-column-gap-default > .elementor-row > .elementor-column:last-child > .elementor-element-populated {
    padding-right:0;
  }
} */
.elementor-element, .elementor-column-wrap, .elementor-widget-wrap, .elementor-flip-box__layer {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}
body .elementor hr {
    margin: 3em 0;
    background: #dedede;
}
.elementor .elementor-widget-heading .elementor-heading-title {
    line-height: 1.4;
}
.elementor .elementor-widget-heading h1.elementor-heading-title, .elementor .elementor-widget-heading h2.elementor-heading-title {
  line-height: 1.2;
}
#content .elementor-heading-title a,
#content .elementor-widget-icon-box a,
#content .elementor-icon-list-item a {
  text-decoration:none;
}
#content .elementor-heading-title a:hover,
#content .elementor-widget-icon-box a:hover,
#content .elementor-icon-list-item a:hover {
  text-decoration:underline;
}

body #content .elementor .elementor-element .elementor-image-box-wrapper .elementor-image-box-img {
  width: auto;
}
#content a.elementor-button {
  text-decoration: none;
}
.elementor .elementor-slides .slick-slide-inner .elementor-slide-button {
    background: var(--e-global-color-primary);
    color: #fff;
    border-color: var(--e-global-color-primary);
    -webkit-border-radius: 0;
    border-radius: 0;
}
.elementor .elementor-slides .slick-slide-inner .elementor-slide-button:hover {
    background: #333;
    border-color: #333;
}
.elementor-text-editor > *:last-child {
  margin-bottom:0;
}
/* section > .elementor-container > .elementor-row > .elementor-column:first-child > .elementor-element-populated {
    padding-left: 0;
}
section > .elementor-container > .elementor-row > .elementor-column:last-child > .elementor-element-populated {
    padding-right: 0;
} */
.elementor .elementor-counter .elementor-counter-number-wrapper,
.elementor .elementor-counter .elementor-counter-title {
  color: inherit;
}
.elementor .elementor-counter .elementor-counter-title {
  opacity:0.5;
  line-height: 40px;
}
.elementor-view-stacked .elementor-icon {
    border: 4px solid #fff;
}
.elementor-editor-active .header {
  pointer-events: none;
}
.elementor-editor-active #sticky-header,
.elementor-editor-active .post-edit-link {
  display:none;
}
body .elementor-swiper-button {
  background: #fff;
  color: var(--e-global-color-primary);
  box-shadow: 0 0 15px rgba(160,206,242,.5);
  border-radius: 50%;
  padding: .75em;
  font-size: 20px;
}
.container > .elementor > section > .elementor-container,
.container > .elementor > section > .elementor-container > .elementor-col-100 > .elementor-widget-wrap {
  padding-left: 0;
  padding-right: 0;
}
.elementor-template-full-width .elementor > .elementor-section.elementor-section-boxed > .elementor-container {
  padding-left: 30px;
  padding-right: 30px;
}
/*Responsive*/
.show-if-mobile {
  display:none!important;
}
@media screen and (max-width:767px) {
  .show-if-mobile {
    display:initial!important;
  }
  .full_width.show-if-mobile {
    display:block!important;
  }
  div.show-if-mobile {
    display:block!important;
  }
  .hide-if-mobile {
    display:none;
  }
  .reverse-on-mobile {
    flex-direction:column-reverse;
    display:flex;
  }
}
#mobile-menu {
  display:none;
}
@media (min-width: 1024px) {
  #mobile-menu {
    display:none!important;
  }
}
@media (max-width: 1279px) {
  [id^=menu-main] > li > a {
    padding: 1.2em .5em;
  }
}
@media (max-width: 1023px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .logo img, .custom-logo-link img {
    max-width: 200px;
  }
  #mobile-menu-toggle {
    display:block;
  }
  #header {
    /* text-align: center; */
    position: relative;
    top:0;
    left:0;
    width:100%;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    padding: 20px;
  }
  /* .show-sticky-menu #header {
    position:fixed!important;
  } */
  .header .horizontal-search, .header .navigation, #sticky-header {
    display:none!important;
  }
  #sticky-header {
    height: 0!important;
  }
  #mobile-menu {
    opacity:1;
    position: fixed;
    z-index: 4;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background: var(--e-global-color-primary);
    color: #fff;
    padding: 80px 20px 20px;
    text-align:left;
    box-sizing: border-box;
    /* height: 100%;
    width: 100%; */
    line-height: 1.2em;
    overflow-y: scroll;
  }
  #mobile-menu .button {
    display: block;
  }
  #mobile-menu .inline {
    display: inline-block;
  }

   #mobile-menu .button > a {
    padding: .25em 1em;
    margin: .5em 0;
    color: var( --e-global-color-primary );
    background: #fff;
    border-radius: 10px;
    text-align: center;
  }
   #mobile-menu .button.alt > a {
    background: var( --e-global-color-accent );
    color: #fff;
  }
  #mobile-menu .main.menu a {
    color: inherit;
    font-size: 2em;
    line-height: 1em;
  }
  #mobile-menu .menu a:hover {
    text-decoration: none;
    color: var(--e-global-color-primary);
  }
  #mobile-menu .social .fa {
    background: var(--e-global-color-text);
    color: #fff;
  }
  #mobile-menu a {
    padding: .5em 0;
  }
  .mobile-menu-open, .mobile-menu-open body {
    overflow: hidden;
  }
  #mobile-menu .sub-menu {
    font-size: .5em;
    font-size: 0.8em;
    color:var(--light);
    max-height:0;
    opacity:0;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    transition:all 0.5s;
    pointer-events: none;
    overflow: hidden;
  }
  #mobile-menu .open-sub-menu > .sub-menu {
    max-height:none;
    opacity:1;
    pointer-events: all;
  }
  #mobile-menu .menu-item-has-children > a {
    display: inline-block;
  }
  #mobile-menu .menu-item-has-children > .fa-chevron-down {
    height:1em;
    padding: 1em;
    display: inline-block;
    vertical-align: middle;
    cursor:pointer;
    opacity: .5;
  }
  #title {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .col, .logo, .custom-logo-link, #main, #sidebar {
    width:100%!important;
    margin-left:0;
    margin-right:0;
    display: block;
  }
  #footer .col {
    display: block;
    padding: 20px 0px;
  }
  #copyright li {
      display: block;
  }
  #main, #sidebar {
    padding-left: 0!important;
    padding-right: 0!important;
  }

  #copyright * {
    text-align:left;
  }

  .elementor-align-left .elementor-button-wrapper,
  .elementor-align-right .elementor-button-wrapper {
    text-align: center;
  }
  .elementor-slide-heading {
    font-size: 1.5em!important;
  }
  body .elementor-slides .slick-slide-inner .elementor-slide-description:not(:last-child),
  body .elementor-slides .slick-slide-inner .elementor-slide-heading:not(:last-child) {
    margin-bottom: 10px;
  }
  .jobs-list .row > .col {
    text-align: center;
  }
  .jobs-list .job:nth-child(even) {
    background: #fff;
  }
}

@media (max-width: 479px) {
  .size-medium {
    width:100%;
    margin-left:0;
    margin-right:0;
  }
  h1, .h1, h2, .h2 {
    font-size: 1.8em;
  }
}
