/*
Theme Name: Global Talent Partners 2022
Author: Caroline Elisa Haggerty
Description: A custom Wordpress theme.
Theme URI: https://gtp.com/
Author URI: https://carolineelisa.com/
Version: 1.2
Text Domain: gtp
Requires at least: 5.9.2
Tested up to: 5.9.2
Requires PHP: 7.0

#232323 rgba(0,0,0,.86) Dark grey
#E2E2E2 Light grey


background: rgba(0,0,0,.86);

*/
/* latin-ext */
/*@font-face {
  font-family: 'Albert Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/Albert-Sans-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}*/
/* latin */
@font-face {
  font-family: 'Albert Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/Albert-Sans-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
/*@font-face {
  font-family: 'Albert Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/Albert-Sans-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}*/
/* latin */
@font-face {
  font-family: 'Albert Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/Albert-Sans-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
/*@font-face {
  font-family: 'Albert Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/Albert-Sans-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}*/
/* latin */
@font-face {
  font-family: 'Albert Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/Albert-Sans-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* 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: "Albert Sans", serif;
  line-height:1.6em;
  background: #FFF;
  color:#232323;
  --wpforms-button-background-color: #232323;
  --wpforms-button-text-color: #FFF;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-size: 3em;
  line-height:1em;
  margin-bottom:.5em;
  font-weight: bold;
}
h2, .h2 {
  font-weight: 700;
  font-size: 2.2em;
  line-height:1.2em;
  margin-top:1em;
  margin-bottom:1em;
}
h3, .h3 {
  font-size: 1.8em;
  line-height:1.4em;
  margin-bottom:.5em;
  margin-top:.5em;
}
h4, .h4 {
  font-size: 1.5em;
  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;
}
h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child,
.h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child {
  margin-top: 0;
}
span {
  font-weight:inherit;
}
del {
  text-decoration: line-through;
}
img {
  max-width:100%;
  height:auto;
}
@media \0screen {
  img {
    width: auto
  }
}
.alignleft {
  text-align: left;
}
.aligncenter {
  text-align: center;
}
.alignright {
  text-align:right;
}
img.aligncenter, input[type="submit"].aligncenter, button.aligncenter {
  display: block;
  float:none;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft, div.alignleft {
  clear:left;
  float: left;
  margin-right: 40px;
}
img.alignright, div.alignright {
  float: right;
  margin-left: 40px;
}
.wp-caption {
  width:auto!important;
}
.wp-caption p {
  font-size: .9em;
  margin-top: -1em;
}
.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 {
  max-width: 100%;
  height:auto;
}
table {
  width:100%;
  border-spacing: 0;
  border: 0;
}
table table {
  border-radius:0;
  box-shadow: 0;
}
th, td {
  padding: 1em;
  text-align: left;
  border-left: 1px solid rgba(120, 120, 120,.2);
}
th:first-child, td:first-child {
  border-left: 0;
}
th {
  font-weight: bold;
  text-transform: uppercase;
}
th, tr:nth-child(even) {
  background: rgba(120, 120, 120,.1);
}
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 {
  margin:2em 0;
  line-height: 1.4em;
}
blockquote > *:last-child {
  margin-bottom:0;
}
blockquote:before {
  content: '“';
  font-size: 4em;
  float: left;
  margin: 10px 4px 0 0;
}
blockquote p {
  font-size: 1.2em;
  line-height: 1.4em;
}
blockquote > * {
  margin: 0 0 0 2em;
}

p:empty, li:empty, .screen-reader-text, .screen-reader-response {
  display:none;
}
.hidden, .hide {
  display: none!important;
}
.inactive {
  opacity:0.5;
  pointer-events: none;
}
ul, ol {
  padding-left: 1.2em;
}
li {
  margin-bottom:.25em;
}
li:last-child {
  margin-bottom:0;
}
.checklist ul {
  list-style: none;
}
.checklist ul li:before {
  content: '✓';
  margin: 0 .2em 0 -1em;
}
ul, ol, table, iframe, video, img {
  margin-bottom:1em;
}
p {
  margin-bottom:1em;
}
a {
  color: inherit;
  font-weight:inherit;
  text-decoration:underline;
  position:relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateZ(0);
}
u,a:hover {
  text-decoration:underline;
}
:disabled {
  opacity:0.3;
  pointer-events:none;
}
strong, b {
  font-weight: bold
}
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 {
  font-size:large;
  line-height: 1.4em;
}
.large {
  font-size:1.8em;
  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;
}
select, input, textarea {
  font-size:1em;
  font-family:inherit;
}
select, input, textarea, button, a.button, .button a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-appearance: none;
  -moz-appearance:none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 7px 14px;
  min-height: 40px;
  min-width: 20px;
  line-height:20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #fff;
  border: 1px solid #e2e2e2;
  color: #333;
  display: inline-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="range"] {
  background-color: rgba(0,0,0,.1);
  min-height: 20px;
  padding: 0;
  border: 0;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #232323;
  margin-top: -4px;
}
input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  border: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #232323;
}
input[type=range]::-ms-thumb {
  border: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #232323;
}
input[type=file] {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
}
input[type="button"], input[type="submit"], button, a.button, .button a {
  cursor:pointer;
  background: rgba(0,0,0,.86);
  border: 1px solid transparent;
  color: #FFF;
  padding: 10px 2em;
  text-align:center;
  position: relative;
  width:auto;
  display:inline-block;
  margin-top: .5em;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 1em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
input[type="button"]:hover, input[type="submit"]:hover, button:hover, a.button:hover, .button a:hover {
  background: #333333;
  color: #FFF;
}
a.button, .button a {
  text-decoration:none!important;
}
a.button.alt, button.alt, .button.alt a {
  background: #e2e2e2;
  color: #232323;
}
a.button.alt:hover, button.alt:hover, .button.alt a:hover {
  background: #CCC;
  color: #232323;
}
a.button.outline, button.outline, .button.outline a {
  background: transparent;
  color: #232323;
  border-color: #232323;
}
a.button.outline:hover, button.outline:hover, .button.outline a:hover {
  background: #e2e2e2;
}
.button.small, input.small, button.small {
  font-size: 0.8em;
  padding: 5px 1em;
  min-height: 0;
}
.button.large, input.large, button.large {
  font-size: 1.2em;
}


a.button.round, span.button.round a {
  padding: .1em;
  width: 1.5em;
  height: 1.5em;
}
a.button.icon, .button.icon a {
  padding: .25em !important;
  width: 2em;
  height: 2em;
  min-height: 0;
  line-height: 1.5em;
}
.button.icon .fa:before {
  font-size:20px;
  line-height:20px;
}
input:focus, button:focus, select:focus {
  outline: none !important;
  border-color: #CCC;
}
::-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;
}
.menu a:hover {
  text-decoration:underline;
}
/*The rest*/
.container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left:20px;
  padding-right:20px;
  position: relative;
  box-sizing: border-box;
}
.grey {
  color: #ACACAC;
}
.no-margin {
  margin:0!important;
}
.full-width, .full_width {
  width:100%!important;
}
#header {
  position:fixed;
  top: 0;
  z-index: 999;
  box-sizing: border-box;
  width: 100%;
  padding: 0 120px 0;
  text-align: center;
  background: #232323;
  color: #FFF;
  border-bottom: 1px solid #666;
  font-size: 0.9em;
  text-transform: uppercase;
}
#header .logo, #header .navigation, #header .menu {
  position:relative;
  display:inline-block;
  vertical-align:bottom;
  margin:0 -2px;
  box-sizing: border-box;
}
.logo {
  line-height: 0;
  font-weight: bold;
  font-size: 1.4em;
  text-decoration: none!important;
  text-align: left;
  width:10%;
}
.logo * {
  display: inline-block;
  vertical-align: middle;
}
body .logo img {
  margin: 20px 0;
  max-width: 350px;
}
body .logo img.reversed {
  position: absolute;
  left:0;
  top:0;
}
img.reversed {
  opacity:0;
}
.menu img.site-icon {
  margin:0;
  vertical-align: middle;
}
#header .navigation {
  width:90%;
  text-align: right;
}
#header .navigation > li {
  margin-left: 1em;
}
.opacity-95 {
  opacity:0.95;
}
.opacity-90 {
  opacity:0.9;
}
#header .menu, #header .menu .spacer {
  margin-left: 2em;
}
#header .menu:last-child {
  margin-right: -1em;
}
#header .menu > li {
  position: relative;
  display:inline-block;
  vertical-align:bottom;
  margin: 0 .25em;
  padding: 20px 0;
}
.menu a:empty {
  display:none!important;
}
.navigation a {
  padding: .5em 1em;
  text-decoration: none;
}
.navigation .current-menu-item > a,
.navigation .menu > .current_page_parent > a,
.navigation .menu > .current-page-parent > a,
.navigation .menu > .current-custom-parent > a,
.navigation .menu > .current-menu-parent > a,
.navigation .menu > .current-page-ancestor > a {
  color: #FFF;
  text-decoration: underline;
}
.navigation .button > a {
  background: #fff;
  color: #232323;
  padding: .25em .75em;
  min-height: 0;
}
.navigation .menu .button > a:hover {
  background: #e2e2e2;
  color: #232323;
}
.navigation .menu .button.outline > a {
  background: transparent;
  border-color:#fff;
  color:#fff;
}
.navigation .menu .button.outline > a:hover {
  border-color:#e2e2e2;
  color:#e2e2e2;
}
.navigation .menu > li:hover > a:not([href]) {
  text-decoration: underline;
}
#header .sub-menu {
  background:#333;
  color: #FFF;
  border-top:1px solid #fff;
  text-align:left;
  position: absolute;
  z-index:-999;
  top: 100%;
  width:100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  min-width:220px;
}
#header .sub-menu .sub-menu {
  top:0;
  left:100%;
}
#header .menu .sub-menu a {
  padding: .5em 1.2em;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: .8em;
}

#header .menu .sub-menu > li:hover > a,
#header .menu .sub-menu > .current-menu-item > a,
#header .menu .sub-menu > .current_page_parent > a,
#header .menu .sub-menu > .current-page-parent > a,
#header .menu .sub-menu > .current-custom-parent > a,
#header .menu .sub-menu > .current-menu-parent > a {
  background-color: #e2e2e2;
  color: #232323;
  text-decoration: none;
}
#header .menu .sub-menu > li:hover > a {
  background-color: #FFF;
}
.menu-item-has-children {
  position:relative;
}
#header .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  z-index:1000;
}

.ios .hide-if-ios,
a.hide-if-no-link[href=''] {
  display:none!important;
}

#title, .page-title {
  padding-top: 180px;
  padding-bottom: 40px;
}
#title.has-banner {
  background: #232323;
  position:relative;
  overflow: hidden;
  margin-bottom: 60px;
}
#title.has-banner * {
  position: relative;
}
#title.has-banner img {
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  width:100%;
  margin:0;
  opacity: .5;
  /* mix-blend-mode: multiply; */
}
@media screen and (orientation:portrait) {
  #title.has-banner img {
    /* max-width:none;
    width:auto;
    height:100%; */
  }
}
#title h1 {
  margin: 10px 0;
}
#content {
  padding-bottom: 120px;
  position: relative;
  clear: both;
}
#container {
  display: table;
  width: 100%;
}
.hentry {
  border: 2px solid #333;
  padding: 20px;
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
}
.hentry img {
  width: 100%;
}
.grid > .col > .hentry {
  flex-grow: 1;
  margin-bottom: 0;
}
.hentry a {
  text-decoration: none;
}
.hentry a:hover {
  text-decoration: underline;
}
.hentry .post-title {
  font-size: 1.6em;
}
.post-subtitle {
  font-size: 1.2em;
}
.hentry .post-subtitle {
  margin-top:-.5em;
  font-size: 1.2em;
}
.testimonial .post-title, .testimonial .post-subtitle {
  font-size: 1.2em;
}
.post .post-title {
  margin:0;
}
.single-team_member #title img {
  width: 220px;
}

.hentry .post-date {
  /* margin:-.5em 0 1em; */
}
.hentry p:last-child {
  margin: 0;
}
.hentry .read-more {
  font-size: .8em;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin: 1em 0 0;
}
.hentry .read-more:after {
  content: url('images/chevron-right.svg');
  filter: invert(10%) sepia(26%) saturate(3108%) hue-rotate(201deg) brightness(98%) contrast(99%);
  display: inline-block;
  margin-left: .5em;
}
.grid > p {
  width: 100%;
  text-align: center;
  margin-bottom: 200px;
}
.navigation .nav-links > * {
  padding: 5px 20px;
}
.has-grid {
  text-align: center;
}
.grid.row {
  text-align: left;
  justify-content: left;
  display: block;
  margin: 0;
  column-count: 3;
  column-gap: 1em;
}
.grid.has-1-cols {
  column-count: 1;
}
.grid.has-2-cols {
  column-count: 2;
}
.grid.has-4-cols {
  column-count: 4;
}
.grid.has-5-cols {
  column-count: 5;
}
.grid.has-6-cols {
  column-count: 6;
}
.grid.row > .col {
  /* display: inline-block; */
  padding: 0;
  margin: 0 0 1em;
  width: 100%;
}
.search-submit {
  display: none;
}

#comments {
  padding-top: 40px;
  padding-bottom: 40px;
}
#page-navigation {
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
}
.nav-links {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
#page-navigation .previous {
  float: left;
}
#page-navigation .next {
  float: right;
}
.number {
  font-size: 3.6em;
  line-height: 1;
}
.col {
  display:inline-block;
  vertical-align:top;
  box-sizing: border-box;
}
.has-5-cols > .col, .col.one_fifth {
  width:20%;
  flex: 0 0 20%;
}
.has-4-cols > .col, .col.one_fourth {
  width:25%;
  flex: 0 0 25%;
}
.has-3-cols > .col, .col.one_third {
  width:33.33%;
  flex: 0 0 33.33%;
}
.has-2-cols > .col, .col.one_half {
  width:50%;
  flex: 0 0 50%;
}
.has-1-cols > .col {
  width:100%;
  flex: 0 0 100%;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  flex-flow: row wrap;
}
.row > .col {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-flow: column nowrap;
}
.row > .col .box {
  flex-grow: 1;
}
.widget ul {
  list-style:none;
  padding:0;
  margin: 0;
}
.widget ul.sub-menu {
  display:none;
}
/* .widget li {
  margin:0;
} */
.widget .post-date {
  display: block;
}
.widget_search .search-submit, .search-form .search-submit {
  display: none;
}

#footer {
  clear: both;
  padding: 100px 120px 80px;
  position: relative;
  background: #232323;
  color:#FFF;
  border-top: 1px solid #666;
}
#footer h4 {
  margin:0 0 .5em;
  color: inherit;
}
#footer a.button, #footer .button a {
  background: #fff;
  color: #232323;
}
#footer a {
  text-decoration: none;
}
#footer a:hover, #copyright a:hover {
  text-decoration: underline;
}
#footer li {
  margin: 0;
}
#footer [id^="menu-social"] li {
  display: inline-block;
  margin: 0 .25em .25em 0;
}
.widget_media_image {
  line-height: 0;
}
#footer .widget_media_image img {
  max-width: 220px;
  margin: 0 20px 20px 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#copyright {
  position: relative;
  background: #232323;
  color: #fff;
  text-align: center;
}
#copyright a, #copyright ul, #copyright li {
  display:inline-block;
  margin:0 1em;
}
#copyright > ul {
  margin:0;
  list-style:none;
  padding:20px;
  text-align:center;
  font-size:0.8em;
  box-sizing: border-box;
}
.post-edit-link {
  position:fixed;
  bottom:0;
  right:0;
  display:inline-block;
  background: #232323;
  color: #fff;
  padding:0.3em 1em;
}

/* Elementor */
.animated {
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
}
.animated.animated-slow {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}
.fadeIn {
  animation-name: fadeIn;
}
.elementor-section {
  /* overflow: hidden; */
}
.elementor-page #content .container {
  padding:0;
  max-width: none;
}
.elementor .elementor-widget-spacer.elementor-widget,
.elementor .elementor-widget-html.elementor-widget,
.elementor .elementor-widget-shortcode.elementor-widget {
  margin-bottom: 0;
}
.elementor-widget-shortcode > br:last-child {
  display: none;
}
.elementor img {
  margin-bottom: 0;
}
.elementor .elementor-text-editor img,
img[class*="wp-image-"] {
  margin-bottom: 20px;
}
.elementor .elementor-column-gap-default>.elementor-column>.elementor-element-populated { padding: 20px; }

@media (min-width: 1024px) {
  .elementor-template-full-width .elementor {
      padding-top:80px;
  }
  .admin-bar.elementor-template-full-width .elementor {
    padding-top: 48px;
  }
}
/* .elementor-section .elementor-section-full_width > .elementor-column-gap-narrow {
  margin-left: -5px;
  margin-right: -5px;
}
.elementor-section .elementor-section-full_width > .elementor-column-gap-default {
  margin-left: -20px;
  margin-right: -20px;
}
.elementor-section .elementor-section-full_width > .elementor-column-gap-extended {
  margin-left: -15px;
  margin-right: -15px;
}
.elementor-section .elementor-section-full_width > .elementor-column-gap-wide {
  margin-left: -20px;
  margin-right: -20px;
}
.elementor-section .elementor-section-full_width > .elementor-column-gap-wider {
  margin-left: -30px;
  margin-right: -30px;
}
.elementor-section .elementor-section-full_width > .elementor-column-gap-wider {
  margin-left: -30px;
  margin-right: -30px;
} */
.elementor-element, .elementor-column-wrap, .elementor-widget-wrap, .elementor-background-overlay, .elementor-section  {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}
.elementor .elementor-widget-heading h1.elementor-heading-title, .elementor .elementor-widget-heading h2.elementor-heading-title {
  line-height: 1.4;
}
.elementor .elementor-flip-box__layer__title, .elementor-widget-text-editor {
  line-height: 1.6;
}
.elementor-icon-box-title {
  margin-top: 0;
}
.elementor .elementor-icon {
  font-size: 40px;
}

/* body .elementor-button {
  background: #EA4235;
  background: linear-gradient(180deg, #EA4235 0%, #EA590E 100%);
  color: #FFF;
  border: 2px solid #EA590E;

  font-weight: bold
  text-transform: uppercase;
  letter-spacing: 0.02em;

}
body .elementor-button:hover {
  background: linear-gradient(180deg, #EA590E 0%, #EA590E 100%);
  color: #FFF;
}
body .alt .elementor-button {
  background: #232323;
  background: linear-gradient(180deg, #aaa 0%, #eee 100%);
  color: #222;
  border: 2px solid #232323;
}
body .alt .elementor-button:hover {
  background: linear-gradient(180deg, #232323 0%, #232323 100%);
  color: #222;
}
body .elementor .elementor-button {
  padding: .9em 1.8em;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
} */
.elementor .elementor-button.elementor-size-xs {
  font-size: .8em;
  padding: .8em 1.6em;
}
.elementor .elementor-button.elementor-size-md {
  font-size: 1em;
  padding: 1em 2em;
}
.elementor .elementor-button.elementor-size-lg {
  font-size: 1em;
  padding: 1.2em 2.4em;
}
.elementor .elementor-button.elementor-size-xl {
  font-size: 1.1em;
  padding: 1.4em 2.8em;
}
@media (max-width: 767px) {
  .elementor .elementor-button.elementor-size-lg {
    padding: 1em 2.4em;
  }
  .elementor .elementor-button.elementor-size-xl {
    padding: 1em 2.8em;
  }
}

body .elementor-text-editor a,
.elementor-shortcode a {
  text-decoration: underline;
}
.elementor-text-editor > *:last-child {
  margin-bottom:0;
}

.elementor .elementor-view-stacked .elementor-icon {
  background: #EA590E;
  color: #FFF;
  border: 2px solid rgba(255,255,255,.4);
}
.elementor-editor-active #header {
  pointer-events: none;
}

body .elementor-field-group .elementor-field-textual {
  border-color: #73797C;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.elementor-message {
  background: #ccc;
  padding: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.iti {
  width: 100%;
}

.gtp-icon {
  width:1.6em;
  height:auto;
  vertical-align: middle;
}

/*Responsive*/
#mobile-menu,  #mobile-links, #mobile-menu-toggle {
  display:none;
}
.show-if-mobile {
  display: none!important;
}
@media (min-width: 1024px) {
  #mobile-menu {
    display:none!important;
  }
}
@media (max-width: 1439px) {
  #header, #footer {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1279px) {
  #header .menu > li {
    margin: 0;
  }
  #header .menu > li:not(.button) > a {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
@media (max-width: 1023px) {
  .hide-if-mobile {
    display: none!important;
  }
  .show-if-mobile {
    display: inline-block!important;
  }
  body .logo img {
    max-width: 220px;
    margin: 10px 20px;
  }
  #mobile-links, #mobile-menu-toggle {
    position:fixed;
    z-index:999999;
    text-align:center;
    top: 5px;
    right: 5px;
    display:inline-block;
    padding: 15px;
    line-height: 0;
    display:block;
    color: #fff;
  }
  .show-sticky-menu #mobile-links a,
  .show-sticky-menu #mobile-menu-toggle {
    background: #232323;
  }
  .show-sticky-menu #mobile-menu-toggle img.open {
    filter: invert(100%) sepia(0%) saturate(7470%) hue-rotate(9deg) brightness(115%) contrast(100%);
  }
  #mobile-links {
    position:absolute;
    z-index: 999;
    right: 70px;
    padding: 0;
  }
  #mobile-links li {
    display: inline-block;
    width: auto;
  }
  #mobile-links a {
    padding: 15px;
    width: 30px;
    line-height: 30px;
  }
  #mobile-links .button a {
    line-height: 20px;
  }
  #mobile-menu-toggle.open {
    background: transparent;
  }
  #mobile-menu-toggle img {
    height: 30px;
    width: 30px;
    margin:0;
    filter: invert(100%) sepia(0%) saturate(7470%) hue-rotate(9deg) brightness(115%) contrast(100%);
  }
  .toggle-open-sub-menu {
    content: url('images/chevron-down.svg');
    filter: invert(100%) sepia(0%) saturate(7470%) hue-rotate(9deg) brightness(115%) contrast(100%);
    display: inline-block;
    width: 15px;
    position: relative;
    right: 1em;
    top: .25em;
    cursor:pointer;
  }
  .open-sub-menu > .toggle-open-sub-menu {
    content: url('images/chevron-up.svg');
  }
  #mobile-menu-toggle .close {
    opacity:0;
    position: absolute;
    right: 15px;
    top:15px;
  }
  #mobile-menu-toggle.open .close {
    opacity:1;
  }
  #mobile-menu-toggle.open .open {
    opacity:0;
  }
  #header {
    /* text-align: center; */
    position: relative;
    top:0;
    left:0;
    width:100%;
    padding: 0;
    text-align: left;
  }
  #header .horizontal-search, #header .navigation {
    display:none!important;
  }
  #mobile-menu {
    opacity:1;
    position: fixed;
    z-index: 999998;
    left:10px;
    right:10px;
    top:10px;
    bottom:10px;
    text-transform: uppercase;
    background: #232323;
    color: #FFF;
    text-align: center;
    padding: 40px 20px;
    box-sizing: border-box;
    line-height: 1.2em;
    overflow-y: scroll;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  }
  #mobile-menu .button.icon {
    display: inline-block;
    margin: 0 .5em;
  }
  #mobile-menu .menu a {
    display: inline-block;
    margin: 1em 0;
  }
  #mobile-menu img.site-icon {
    margin: -30px 0;
  }
  .mobile-menu-open, .mobile-menu-open body {
    overflow: hidden;
  }
  #mobile-menu .sub-menu {
    color: #aaa;
    max-height:0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  #mobile-menu .open-sub-menu > .sub-menu {
    max-height:none;
    opacity: 1;
  }
  #mobile-menu .menu-item-has-children > a {
    padding-right: 2em;
  }
  #mobile-menu .menu-item-has-children > .fa-chevron-down {
    padding: 1em;
    margin-left: -3em;
    cursor: pointer;
    position: relative;
  }
  #mobile-menu .menu-item-has-children > .fa-chevron-down:before {
    opacity: 0.5;
  }
  #mobile-menu .open-sub-menu > .fa-chevron-down:before {
    opacity: 1;
    content: "\f077";
  }
  #title, .page-title {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  #footer {
    padding:50px 20px 30px;
  }
}
@media (max-width: 767px) {
  .col {
    width:100%!important;
    flex: 0 0 100%!important;
    margin-left:0;
    margin-right:0;
    display: block;
  }
  #footer .col {
    margin-bottom: 20px;
  }
  .grid.row {
    column-count: 2;
  }
  .has-4-cols > .col, .col.one_fourth {
    flex: 0 0 50%!important;
  }
  #copyright > ul {
    display: block;
    text-align: left;
  }
  #copyright li, #copyright a {
    display: block;
    margin: 0;
  }
}

@media (max-width: 479px) {
  .has-4-cols > .col, .col.one_fourth {
    flex: 0 0 100%!important;
  }
  .grid.row {
    column-count: 1;
  }
  img.size-medium {
    width:100%;
    margin-left:0;
    margin-right:0;
  }
  .single-team_member #title img {
    width: 100%;
  }
  h1, .h1 {
    font-size: 1.8em;
  }
  h2, .h2 {
    font-size: 1.6em;
  }
  h3, .h3 {
    font-size: 1.4em;
  }
  h4, .h4 {
    font-size: 1.3em;
  }
  th, td {
    padding: 5px;
    font-size: .9em;
  }
}

/* Dark mode */
@media (prefers-color-scheme: dark) {
  /* img {
    opacity: .75;
  } */
}

.elementor-toc--collapsed .elementor-toc__body {
  display: none;
}
.parent-pageid-11 th:first-child,
.parent-pageid-11 td:first-child {
  display: none;
}
table.sortable th {
  position: relative;
  cursor: pointer;
}
table.sortable th:after {
  content: "\f0dc";
  font: normal normal normal 14px/1 "Font Awesome 5 Pro";
  font-size: inherit;
  font-weight: bold;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  width: 1.28571429em;
  line-height: 1.28571429em;
  text-align: center;
  position: absolute;
  right: 0;
  top: 20px;
}

/*WPForms*/
.wpforms-field fieldset > ul {
    list-style:none;
    padding: 0;
}
div.wpforms-container-full input[type="checkbox"], div.wpforms-container-full input[type="radio"] {
    border:0!important;
}
body {
  --wpforms-button-border-radius: 0!important;
}

/*Temp*/
.saboxplugin-wrap {border:0!important;} .saboxplugin-authorname{display:none!important;}
.saboxplugin-wrap .saboxplugin-gravatar, 
body .saboxplugin-wrap .saboxplugin-desc {
  display: inline-block;
  vertical-align: middle;
}
body .saboxplugin-wrap .saboxplugin-gravatar {
  float: none;
  padding: 0;
}
.saboxplugin-gravatar img {
  margin:0;
  width:80px;
}
