/*
Theme Name: Somes-Nick Theme
Theme URI: https://
Author: eric
Author URI: https://ericcicero.com
Description: Somes-Nick Theme
Version: 5.0
License: NA
License URI: NA
*/
/*
**********************************************************************************************
* Variables
**********************************************************************************************
 */
/*
**********************************************************************************************
* Mixins
**********************************************************************************************
 */
/* RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.3em;
  border: none;
  outline: none;
  text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font-family: urw-din, sans-serif;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  line-height: 1.2em;
}
#wrapper {
  overflow-x: hidden;
  padding-left: 30px;
  padding-right: 30px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
h1 {
  font-family: eurostile-extended, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  font-size: 8vw;
  line-height: .7;
}
h2 {
  color: #0047ab;
  font-family: eurostile-extended, sans-serif;
  font-size: 56px;
  line-height: 1.1em;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
}
h3 {
  color: #000;
  font-family: eurostile-extended, sans-serif;
  font-size: 28px;
  line-height: 1.1em;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
}
h5 {
  color: #0047ab;
  font-family: eurostile-extended, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
}
p {
  font-family: urw-din, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #494949;
  font-size: 15px;
  line-height: 28px;
}
strong,
b {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
blockquote {
  margin: 30px 0 30px 30px;
}
/*/////////////////////////////////////////////////////////////
COMMON
*/
body.freeze {
  overflow: hidden;
}
.content-small {
  max-width: 460px;
  width: 100%;
}
.content-medium {
  max-width: 760px;
  width: 100%;
}
.content-large {
  max-width: 900px;
  width: 100%;
}
.content-max {
  max-width: 1200px;
  width: 100%;
}
.content-center {
  margin: 0 auto !important;
  float: none !important;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.pointer {
  cursor: pointer;
}
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 0 auto !important;
}
form.aligncenter table {
  display: inline-block;
  margin: 0 auto;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.flex-no-wrap {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-wrap,
div.flex-wrap > .flex-container {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-align-bottom {
  -webkit-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
}
.show-mobile {
  display: none;
}
.fade-point {
  opacity: 0;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
.fade-point.fade-in {
  opacity: 1;
}
.margin-top-xs {
  margin-top: 30px;
}
.margin-bottom-xs {
  margin-bottom: 30px;
}
.margin-top-x {
  margin-top: 60px;
}
.margin-bottom-x {
  margin-bottom: 60px;
}
.margin-top-2x {
  margin-top: 90px;
}
.margin-bottom-2x {
  margin-bottom: 90px;
}
.margin-top-3x {
  margin-top: 130px;
}
.margin-top-4x {
  margin-top: 190px;
}
.margin-bottom-3x {
  margin-bottom: 130px;
}
.padding-top-x {
  padding-top: 60px;
}
.padding-bottom-x {
  padding-bottom: 60px;
}
.padding-top-2x {
  padding-top: 90px;
}
.padding-bottom-2x {
  padding-bottom: 90px;
}
.padding-top-3x {
  padding-top: 130px;
}
.padding-bottom-3x {
  padding-bottom: 130px;
}
.background-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.circle {
  border-radius: 50%;
}
.circle img {
  border-radius: 50%;
}
.bg-color-primary {
  background-color: #0047ab;
}
.bg-color-secondary {
  background-color: #000000;
}
.wpb_text_column strong {
  font-weight: bold;
}
.wpb_text_column em {
  font-style: italic;
}
.wpb_text_column ul {
  padding: 20px 0 20px 20px;
}
.wpb_text_column ul li {
  list-style: disc;
  margin-bottom: 10px;
}
.wpb_text_column ol {
  padding: 20px 0 20px 20px;
}
.wpb_text_column ol li {
  list-style: decimal;
  margin-bottom: 10px;
}
.wpb_text_column a {
  color: #0047ab;
}
.button-wrapper {
  margin: 0 -5px;
}
.button-wrapper a.button {
  margin: 5px;
}
#wrapper .row {
  margin: 0 -15px;
}
#wrapper .row.vc_row {
  margin: 0 -15px;
}
#wrapper .row .column {
  padding: 0 15px;
}
.container-adjust .column.image > .vc_column-inner {
  min-height: 460px;
  background-repeat: no-repeat;
}
.container-adjust .column.text > .vc_column-inner {
  max-width: 600px;
}
.container-adjust .column.text:first-child {
  padding-right: 60px;
}
.container-adjust .column.text:first-child > .vc_column-inner {
  margin-left: auto;
}
.container-adjust .column.text:last-child {
  padding-left: 60px;
}
.container-adjust .column.text:last-child > .vc_column-inner {
  margin-right: auto;
}
.border-left-grey {
  border-left: 6px solid #c4c4c4;
  padding-left: 60px;
}
a.phone {
  color: #000;
  font-size: 14px;
  margin-right: 15px;
  font-family: urw-din, sans-serif;
  display: inline-block;
  vertical-align: middle;
}
a.phone::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-image: url("https://www.somes-nick.com/wp-content/themes/somesnicktheme/svg/icon-phone.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
  background-size: 15px;
  margin-right: 5px;
}
a.email {
  color: #000;
  font-size: 14px;
  margin-right: 20px;
  font-family: urw-din, sans-serif;
  display: inline-block;
  vertical-align: middle;
}
a.email::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-image: url("https://www.somes-nick.com/wp-content/themes/somesnicktheme/svg/icon-email.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
  background-size: 15px;
  margin-right: 5px;
}
.location::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background-image: url("https://www.somes-nick.com/wp-content/themes/somesnicktheme/svg/lcon-location-pin.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 25px;
  background-size: 13px;
  margin-right: 5px;
  margin-top: 4px;
}
.location > div {
  display: inline-block;
  vertical-align: top;
}
.location > div p {
  color: #000;
  font-size: 14px;
  margin-right: 15px;
  font-family: urw-din, sans-serif;
}
/*/////////////////////////////////////////////////////////////
HEADER
*/
#header-wrap {
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  padding: 20px 30px;
  height: 85px;
  background-color: #fff;
}
#header-wrap header li {
  list-style: none;
}
#header-wrap header li img {
  max-width: 100%;
  height: auto;
}
#header-wrap header #logo .wp-block-image {
  margin-bottom: 0;
}
#header-wrap header #nav {
  flex: 1;
  text-align: right;
}
#header-wrap header #nav nav#primary {
  flex: 1;
  text-align: center;
}
#header-wrap header #nav nav#primary > ul {
  position: relative;
  display: inline-table;
  vertical-align: super;
}
#header-wrap header #nav nav#primary > ul:after {
  content: "";
  clear: both;
  display: block;
}
#header-wrap header #nav nav#primary > ul > li {
  display: inline-block;
  margin: 0 15px;
}
#header-wrap header #nav nav#primary > ul > li:first-child {
  margin-left: 0;
}
#header-wrap header #nav nav#primary > ul ul {
  position: absolute;
  top: 100%;
  left: -20px;
  padding: 20px;
}
#header-wrap header #nav nav#primary > ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
nav > ul > li a {
  display: block;
  color: #000000;
  font-size: 13.5px;
  font-weight: 900;
  font-family: eurostile, sans-serif;
  text-transform: uppercase;
  letter-spacing: .5px;
}
nav > ul > li.menu-item-has-children {
  position: relative;
  cursor: pointer;
}
nav > ul > li.menu-item-has-children.show > a:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
nav > ul > li.menu-item-has-children.show > ul {
  display: block;
}
nav > ul > li.menu-item-has-children > a::after {
  content: '';
  display: inline-block;
  background-image: url("https://www.somes-nick.com/wp-content/themes/somesnicktheme/svg/arrow-dropdown.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  background-size: 8px;
}
nav > ul ul {
  display: none;
  background-color: #fff;
  text-align: left;
}
nav > ul ul li {
  position: relative;
  display: block;
  margin-left: 0px;
}
nav > ul ul li a {
  display: block;
  padding: 10px 0;
}
nav > ul ul li.menu-item-has-children {
  padding-right: 0;
}
nav > ul ul ul {
  display: none;
}
.header-widget a.button {
  padding: 15px 20px;
}
.header-widget a.button::after {
  display: none;
}
#mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: #fff;
  overflow-y: auto;
}
#mobile.is-open {
  display: block;
}
#mobile #mobile-wrapper {
  padding: 90px 30px 30px 30px;
}
#mobile #mobile-wrapper .header-widget {
  display: none;
  list-style: none;
  padding-top: 20px;
}
#mobile #mobile-wrapper nav > ul {
  width: 100%;
  text-align: left;
}
#mobile #mobile-wrapper nav > ul > li {
  display: block;
  border-bottom: 1px solid #e1e1e1;
}
#mobile #mobile-wrapper nav > ul > li.menu-item-has-children a::after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#mobile #mobile-wrapper nav > ul > li > a {
  padding: 30px 0;
  position: relative;
}
#mobile #mobile-wrapper nav > ul > li ul {
  position: static;
  margin-left: 20px;
  padding-bottom: 30px;
}
/*/////////////////////////////////////////////////////////////
MOBILE ICON
*/
#mobile-icon {
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 18px;
  width: 50px;
  height: 50px;
  background-color: #0047ab;
  border-radius: 50%;
}
#mobile-icon div.burger-stack {
  height: 3px;
  width: 22px;
  background-color: #fff;
  position: absolute;
  top: 23px;
  left: 14px;
}
#mobile-icon div.burger-stack:before {
  transform: translateY(-6px);
}
#mobile-icon div.burger-stack:after {
  transform: translateY(6px);
}
#mobile-icon div.burger-stack:before,
#mobile-icon div.burger-stack:after {
  height: 3px;
  width: 100%;
  background-color: #fff;
  display: block;
  content: '';
  position: absolute;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#mobile-icon.is-open div.burger-stack {
  background: none;
}
#mobile-icon.is-open div.burger-stack:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile-icon.is-open div.burger-stack:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*/////////////////////////////////////////////////////////////
WELCOME
*/
#home-video-row {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  z-index: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background-color: transparent;
}
#home-video-row > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#home-video-row > div .wpb_text_column {
  position: static;
}
#home-video-row #video-fallback {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
#home-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: transparent !important;
}
/*/////////////////////////////////////////////////////////////
PAGE
*/
#content-wrap {
  padding-top: 85px;
}
#sub-hero {
  min-height: 250px;
  /*background-size: cover;
	background-position: center center;*/
  position: relative;
}
#sub-hero.split-section .primary-block {
  border-bottom: 0;
  padding: 0 30px;
  /*margin-bottom: -5px;*/
}
.split-section .primary-block {
  border-bottom: 8px solid #fff;
  /*.wp-block-cover__inner-container {
			margin-bottom: -10px !important;
		}*/
}
.split-section .secondary-block {
  padding: 15px 60px 60px !important;
}
.split-section.cta {
  /*.wp-block-cover__inner-container {
			margin-bottom: -15px !important;
		}*/
}
.cta h2 {
  font-size: 7vw;
  line-height: .7;
  font-weight: 900;
}
/*/////////////////////////////////////////////////////////////
BLOG
*/
body.archive #sub-hero,
body.blog #sub-hero,
body.search #sub-hero,
body.category #sub-hero,
body.single #sub-hero {
  min-height: 250px;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  background-position: center;
}
body.archive #sub-hero.split-section .primary-block > div,
body.blog #sub-hero.split-section .primary-block > div,
body.search #sub-hero.split-section .primary-block > div,
body.category #sub-hero.split-section .primary-block > div,
body.single #sub-hero.split-section .primary-block > div {
  position: relative;
  z-index: 2;
}
body.archive #sub-hero.split-section .primary-block h1,
body.blog #sub-hero.split-section .primary-block h1,
body.search #sub-hero.split-section .primary-block h1,
body.category #sub-hero.split-section .primary-block h1,
body.single #sub-hero.split-section .primary-block h1 {
  color: #fff;
}
body.archive #sub-hero::after,
body.blog #sub-hero::after,
body.search #sub-hero::after,
body.category #sub-hero::after,
body.single #sub-hero::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-color: #0047ab;
  opacity: .7;
  width: 100%;
  height: 100%;
  z-index: 0;
}
body.single #single-post {
  padding-top: 90px;
}
body.single #single-post .content-max {
  max-width: 900px;
}
body.single #single-post .content-max h1 {
  color: #0047ab;
  font-size: 56px;
  line-height: 1em;
  font-weight: 500;
}
body.single #single-post .content-max #featured-image {
  min-height: 450px;
  width: 100%;
  margin-bottom: 30px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.single #single-post .content-max p {
  margin-bottom: 15px;
}
section#filters {
  padding: 60px 0 45px 0;
  justify-content: center;
}
section#filters form {
  position: relative;
  margin: 0 10px 15px 10px;
  max-width: 230px;
  width: 100%;
}
section#filters form input#search {
  width: 100%;
}
section#filters form input#search-submit {
  text-indent: -9999px;
  position: absolute;
  right: 0px;
  top: 8px;
  width: 20px;
  height: 25px;
}
article.post {
  margin-bottom: 60px;
  /*border-bottom: 6px solid #c4c4c4;*/
  padding-bottom: 60px;
}
article.post:last-child {
  border-bottom: 0;
}
article.post h2 {
  font-size: 36px;
}
article.post .post-ft-image {
  min-height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
article.post .post-text {
  padding-left: 60px;
}
span.meta {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  display: block;
  margin-top: 10px;
  line-height: 1.5em;
}
span.meta a {
  color: #0047ab;
  font-weight: 700;
}
.custom-post {
  padding: 0 15px;
}
.custom-post:nth-child(2n) .post-wrapper {
  margin: 0 auto;
}
.custom-post:nth-child(3n) .post-wrapper {
  margin-left: auto;
}
.custom-post .post-wrapper {
  max-width: 320px;
  width: 100%;
}
.custom-post .post-wrapper .custom-post-copy h4 a {
  font-size: 24px;
  color: #0047ab;
  margin-bottom: 15px;
}
.custom-post .post-wrapper .custom-post-copy .custom-post-meta {
  margin-bottom: 10px;
}
.custom-post .post-wrapper .custom-post-copy .custom-post-meta span {
  text-transform: uppercase;
  font-family: eurostile-extended, sans-serif;
  color: #000000;
  font-size: 15px;
  font-weight: 700;
}
.custom-post .post-wrapper .custom-post-copy .custom-post-meta span a {
  color: #000000;
}
.custom-post .post-wrapper .custom-post-thumb {
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 15px;
}
.custom-post .post-wrapper .custom-post-button {
  margin-top: 20px;
}
.custom-post .post-wrapper .custom-post-button a {
  color: #707070;
  background-color: transparent;
  padding: 0;
}
.custom-post .post-wrapper .custom-post-button a::before {
  background-image: url("https://www.somes-nick.com/wp-content/themes/somesnicktheme/svg/arrow-green.svg");
}
/*/////////////////////////////////////////////////////////////
EG JOB SEARCH
*/
.echojobs_plugin form > div {
  margin-bottom: 15px;
}
.echojobs_plugin input {
  cursor: pointer;
  border: 1px solid #cccccc;
  outline: 0;
  height: 40px;
  padding: 15px;
  box-sizing: border-box;
  font-family: urw-din, sans-serif;
  max-width: 300px;
  width: 100%;
  margin-bottom: 15px;
}
.echojobs_plugin hr {
  height: 1px;
  background-color: #ededed;
  border: 0;
}
.echojobs_plugin button,
.echojobs_plugin select {
  cursor: pointer;
}
.echojobs_plugin #logged_out_menu,
.echojobs_plugin #logged_in_menu {
  padding-bottom: 30px;
}
.echojobs_plugin #logged_out_menu button,
.echojobs_plugin #logged_in_menu button {
  background-color: #0047ab;
  color: #fff;
}
.echojobs_plugin #logged_out_menu button:hover,
.echojobs_plugin #logged_in_menu button:hover {
  background-color: #bfbfbf;
  color: #0047ab;
}
.echojobs_plugin .echojobs-left-menu-menu {
  background-color: #000000;
  padding: 30px;
}
.echojobs_plugin .echojobs-left-menu-menu button {
  margin-bottom: 30px;
}
.echojobs_plugin .echojobs-left-menu-menu button:hover {
  background-color: #0047ab;
  color: #fff;
}
.echojobs_plugin .echojobs-left-menu-menu select,
.echojobs_plugin .echojobs-left-menu-menu input[type="text"] {
  width: 100%;
  padding: 5px 15px;
}
.echojobs_plugin .echojobs-left-menu-menu select option {
  font-family: urw-din, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.echojobs_plugin .echojobs-left-menu-menu input[type="text"]::-webkit-input-placeholder {
  /* Edge */
  font-family: urw-din, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.echojobs_plugin .echojobs-left-menu-menu input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: urw-din, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.echojobs_plugin .echojobs-left-menu-menu input[type="text"]::placeholder {
  font-family: urw-din, sans-serif;
  font-weight: 600;
}
.echojobs_plugin .echojobs-left-menu-menu h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
}
.echojobs_plugin .echojobs-left-menu-menu h2 .fa {
  font-size: 15px;
  vertical-align: initial;
}
.echojobs_plugin .echojobs-left-menu-menu label {
  font-family: urw-din, sans-serif;
}
.echojobs_plugin .echojobs-left-menu-menu h2,
.echojobs_plugin .echojobs-left-menu-menu label {
  cursor: pointer;
}
.echojobs_plugin .echojobs-left-menu-menu .echojobs-search-wrapper {
  margin-bottom: 30px;
}
.echojobs_plugin .echojobs-left-menu-main {
  padding: 30px 0 0 30px;
}
.echojobs_plugin .echojobs-left-menu-main hr {
  margin: 30px 0;
}
.echojobs_plugin .echojobs-left-menu-main .echojobs-pagination {
  padding-bottom: 30px;
}
.echojobs_plugin .echojobs-left-menu-main .echojobs-pagination .pagination a.active {
  font-weight: 600;
}
.echojobs_plugin .echojobs-left-menu-main .inline-form {
  position: relative;
  max-width: 320px;
}
.echojobs_plugin .echojobs-left-menu-main .inline-form input[type="text"] {
  width: 100%;
}
.echojobs_plugin .echojobs-left-menu-main .inline-form input[type="text"]::-webkit-input-placeholder {
  /* Edge */
  font-family: urw-din, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.echojobs_plugin .echojobs-left-menu-main .inline-form input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: urw-din, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.echojobs_plugin .echojobs-left-menu-main .inline-form input[type="text"]::placeholder {
  font-family: urw-din, sans-serif;
  font-weight: 600;
}
.echojobs_plugin .echojobs-left-menu-main .inline-form button {
  text-indent: -9999px;
  position: absolute;
  right: 10px;
  top: 5px;
  width: 30px;
  height: 30px;
  background-image: url("https://www.somes-nick.com/wp-content/themes/somesnicktheme/svg/search-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  background-color: transparent;
  border: 0;
  padding: 0;
}
.echojobs_plugin .echojobs-left-menu-main .echojobs-job {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ededed;
}
.echojobs_plugin .echojobs-left-menu-main .echojobs-job:last-child {
  border-bottom: 0;
}
.echojobs_plugin .echojobs-left-menu-main .echojobs-job h2.echojobs-listing-job-title {
  font-size: 36px;
  /*line-height: 1em;*/
}
.echojobs_plugin .echojobs-left-menu-main .echojobs-job h2.echojobs-listing-job-title a {
  font-size: 36px;
  line-height: 1em;
}
.echojobs_plugin .echojobs-left-menu-main .echojobs-job h2.echojobs-listing-location {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.echojobs_plugin .echojobs-left-menu-main .echojobs-job button {
  margin-top: 30px;
}
.echojobs_plugin .echojobs_powered_by {
  padding-bottom: 30px;
}
.single-echojobs #single-post .echojobs_plugin .echojobs-details-table {
  margin: 20px 0;
}
.single-echojobs #single-post .echojobs_plugin .echojobs-left-menu-main .echojobs-details-social-media button {
  padding: 10px;
  width: 40px;
  height: 40px;
}
.single-echojobs #single-post .echojobs_plugin .echojobs-left-menu-main #login_options button {
  margin-top: 20px;
}
.single-echojobs #single-post .echojobs_plugin .echojobs-left-menu-main .echojobs-details-apply-details input {
  max-width: 320px;
  width: 100%;
  margin-bottom: 15px;
}
/*/////////////////////////////////////////////////////////////
FOOTER
*/
#footer-wrapper {
  padding: 60px 0;
}
#footer-wrapper ul {
  text-align: left;
  display: block;
}
#footer-wrapper ul li {
  display: inline-block;
  margin: 0 30px 30px 0;
}
#footer-wrapper #site-credit p {
  text-transform: uppercase;
  font-size: 12px;
  color: #b8b8b8;
}
#footer-wrapper #site-credit p a {
  color: #afafaf;
}
#footer-wrapper #site-credit p span#site-by::after {
  content: '';
  width: 25px;
  height: 25px;
  display: inline-block;
  background-image: url("https://www.somes-nick.com/wp-content/themes/somesnicktheme/images/echogravity-logo-icon.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px;
  vertical-align: middle;
  margin-left: 5px;
}
#newsletter-signup .wp-block-cover__inner-container {
  width: 100%;
}
/*/////////////////////////////////////////////////////////////
SLIDER
*/
.slider .slide a {
  display: block;
  width: 100%;
}
.slider.single-column > div {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.slider .slick-track {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.slider .slick-arrow {
  background-color: #000000;
  width: 40px;
  height: 40px;
  text-indent: -99999px;
  border: 0;
  outline: 0;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  bottom: -75px;
  margin-top: auto !important;
  margin-bottom: auto !important;
  z-index: 1;
}
.slider .slick-arrow.slick-prev {
  left: 50%;
  margin-left: -50px;
}
.slider .slick-arrow.slick-prev::after {
  transform: rotate(180deg);
}
.slider .slick-arrow.slick-next {
  right: 50%;
  margin-right: -50px;
}
.slider .slick-arrow:hover {
  background-color: #0047ab;
}
.slider .slick-arrow::after {
  content: '';
  background-image: url("https://www.somes-nick.com/wp-content/themes/somesnicktheme/svg/arrow-white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px;
  width: 10px;
  height: 17px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto auto;
}
.slider .slick-slide img {
  max-width: 190px;
  max-height: 85px;
  margin: 0 auto;
  height: auto;
}
.slider ul.slick-dots {
  text-align: center;
  padding-left: 0px;
}
.slider ul.slick-dots li {
  display: inline-block;
  vertical-align: top;
}
.slider ul.slick-dots li button {
  cursor: pointer;
  display: block;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  box-sizing: border-box;
  font-size: 0;
  border: 0;
  outline: 0;
}
.slider ul.slick-dots li:hover button {
  background-color: #0047ab;
}
.slider ul.slick-dots li.slick-active button {
  background-color: #0047ab;
}
/*/////////////////////////////////////////////////////////////
BUTTONS
*/
.wp-block-button .wp-block-button__link {
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  color: #fff;
  font-family: eurostile-extended, sans-serif;
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  padding: 15px 25px;
  border: 0;
  font-size: 10px;
  text-transform: uppercase;
  background-image: none;
  border-radius: 0;
  background-color: #000000;
  letter-spacing: 1px;
  border-radius: 25px;
}
.wp-block-button .wp-block-button__link:hover {
  background-color: #c4c4c4;
  background-image: none;
  color: #0047ab;
}
.wp-block-button .wp-block-button__link::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 14px;
  background-image: url("https://www.somes-nick.com/wp-content/themes/somesnicktheme/svg/arrow-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px;
  margin-left: 20px;
}
a.button,
input[type="submit"] {
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  color: #fff;
  font-family: eurostile-extended, sans-serif;
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  padding: 15px 25px;
  border: 0;
  font-size: 10px;
  text-transform: uppercase;
  background-image: none;
  border-radius: 0;
  background-color: #000000;
  letter-spacing: 1px;
  border-radius: 25px;
}
a.button:hover,
input[type="submit"]:hover {
  background-color: #c4c4c4;
  background-image: none;
  color: #0047ab;
}
a.button::after,
input[type="submit"]::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 14px;
  background-image: url("https://www.somes-nick.com/wp-content/themes/somesnicktheme/svg/arrow-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px;
  margin-left: 20px;
}
.pagination .pages span {
  padding: 10px;
}
.pagination .pages a.button {
  padding: 10px 17px;
  margin: 0 10px;
}
#post-navigation .post-navigation-link {
  margin-bottom: 30px;
}
#post-navigation .post-navigation-link.next {
  text-align: right;
}
/*/////////////////////////////////////////////////////////////
SOCIAL ICONS
*/
a.button-socicon {
  display: inline-block;
}
a.button-socicon span.socicon {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #0047ab;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  padding-top: 10px;
  margin-right: 15px;
}
a.button-socicon span.socicon:hover {
  background-color: #000000;
}
a.button-socicon:last-child span.socicon {
  margin-right: 0;
}
/*/////////////////////////////////////////////////////////////
FORMS
*/
.form-centered form {
  max-width: 350px;
  margin: 0 auto;
}
form label,
form p.label {
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  font-family: eurostile, sans-serif;
  line-height: 1.1em;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="textarea"],
textarea,
select {
  cursor: pointer;
  border: 1px solid #cccccc;
  outline: 0;
  height: 40px;
  padding: 15px;
  box-sizing: border-box;
  font-family: urw-din, sans-serif;
  max-width: 350px;
  width: 100%;
}
textarea {
  height: 120px;
  resize: none;
  border-radius: 15px !important;
}
select {
  border: 1px solid #cccccc;
  padding: 10px 15px;
  box-sizing: border-box;
  text-transform: uppercase;
  color: #0047ab;
  cursor: pointer;
  font-size: 13px;
  border-radius: 0;
  background-image: url("https://www.somes-nick.com/wp-content/themes/somesnicktheme/svg/select-dropdown-arrow.svg");
  background-position: calc(95%);
  background-size: auto;
  background-repeat: no-repeat;
  background-size: 10px;
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: urw-din, sans-serif;
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-family: urw-din, sans-serif;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  font-family: urw-din, sans-serif;
}
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  font-family: urw-din, sans-serif;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="textarea"],
input[type="submit"],
input[type="checkbox"],
textarea,
select,
button {
  border-radius: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="submit"] {
  cursor: pointer;
}
.grecaptcha-badge {
  visibility: collapse !important;
}
.wpcf7-form-control-wrap {
  display: block;
  margin-top: 5px;
}
/*/////////////////////////////////////////////////////////////
OVERRIDES
*/
.wp-block-column ul li {
  list-style-type: disc;
  line-height: 1.5em;
}
.wp-block-pb-accordion-item {
  padding: 0 30px;
  border-bottom: 5px solid #c4c4c4;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.wp-block-pb-accordion-item .c-accordion__content {
  padding-top: 15px;
  padding-bottom: 60px;
}
.wp-block-pb-accordion-item .c-accordion__title::after {
  color: #000;
  font-weight: 700;
}
.wp-block-pb-accordion-item h2 {
  font-size: 32px;
  color: #0047ab;
  padding: 40px 0;
}
.wp-block-pb-accordion-item h3 {
  font-size: 22px;
}
.wp-block-pb-accordion-item ul {
  padding: 20px 0 20px 20px;
}
.wp-block-pb-accordion-item:hover {
  background-color: #c4c4c4;
}
.wp-block-pb-accordion-item:hover h2,
.wp-block-pb-accordion-item:hover h3 {
  color: #0047ab;
}
.wp-block-pb-accordion-item:hover p,
.wp-block-pb-accordion-item:hover li {
  color: #000;
}
.wp-block-pb-accordion-item:hover .c-accordion__title::after {
  color: #0047ab;
}
.wp-block-pb-accordion-item:hover .wp-block-button .wp-block-button__link {
  background-color: #0047ab;
  color: #fff;
}
#wrapper .wp-block-columns {
  gap: unset;
}
#wrapper .wp-block-columns .wp-block-column:first-child {
  padding-right: 60px;
}
#wrapper .wp-block-columns .wp-block-column:last-child {
  padding-left: 60px;
}
#wrapper .wp-block-cover,
#wrapper .wp-block-cover-image {
  padding: 0 60px;
}
#wrapper .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
#wrapper .vc_row {
  margin-left: 0;
  margin-right: 0;
}
#wrapper .vc_row.content-max {
  margin-left: auto;
  margin-right: auto;
}
#wrapper .vc_col-sm-12.content-max {
  float: none;
}
#wrapper .vc_col-has-fill > .vc_column-inner,
#wrapper .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
#wrapper .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
#wrapper .vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}
#wrapper .wpb_button,
#wrapper .wpb_content_element,
#wrapper ul.wpb_thumbnails-fluid > li,
#wrapper .vc_btn3-container {
  margin-bottom: 0;
}
#wrapper .vc_toggle_default {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#wrapper .vc_toggle_default .vc_toggle_icon {
  border: 1px solid #000000;
  background: #000000;
}
#wrapper .vc_toggle_default .vc_toggle_icon::before {
  border: 1px solid #000000;
}
#wrapper .vc_toggle_default .vc_toggle_icon::before,
#wrapper .vc_toggle_default .vc_toggle_icon::after {
  background: #000000;
}
#wrapper .vc_toggle_default .vc_toggle_content a {
  color: #000000;
}
/*/////////////////////////////////////////////////////////////
MEDIA QUERIES
*/
@media screen and (min-width: 1326px) {
  /* Mobile Menu Fix */
  body.freeze {
    overflow: auto;
  }
  #mobile.is-open {
    display: none;
  }
  .show-mobile {
    display: none;
  }
}
@media screen and (max-width: 1325px) {
  .show-mobile {
    display: block;
  }
  .hide-mobile {
    display: none;
  }
  #header-wrap header #nav {
    padding-right: 65px;
  }
  #header-wrap header #nav .header-widget {
    width: 100%;
  }
  #mobile .menu-primary-menu-container {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
  }
}
@media screen and (max-width: 1200px) {
  .content-max {
    padding-left: 15px;
    padding-right: 15px;
  }
  .content-max.vc_column_container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1000px) {
  #single-post h1 {
    font-size: 6vw;
  }
}
@media screen and (max-width: 849px) {
  /* Visual Composer Breakpoint Media Query */
}
@media screen and (max-width: 782px) {
  h1 {
    font-size: 10vw;
  }
  h2 {
    font-size: 36px;
  }
  .wp-block-pb-accordion-item {
    padding: 0;
  }
  .wp-block-pb-accordion-item h2 {
    font-size: 16px;
    padding: 30px 0;
  }
  #wrapper .row .column {
    margin-bottom: 30px;
  }
  #wrapper .wp-block-columns .wp-block-column:first-child {
    padding-right: 0;
    padding-bottom: 5px;
  }
  #wrapper .wp-block-columns .wp-block-column:last-child {
    padding-left: 0;
  }
  #wrapper .wp-block-cover,
  #wrapper .wp-block-cover-image {
    padding: 0 30px;
  }
  #wrapper .split-section .primary-block {
    padding: 0 15px;
  }
  #wrapper .split-section .secondary-block {
    padding: 15px 15px 30px !important;
  }
  .border-left-grey {
    border-left: 0;
    border-top: 6px solid #c4c4c4;
    padding-left: 0;
    padding-top: 15px;
  }
  #hero .wp-block-cover,
  #hero .wp-block-cover-image {
    min-height: 290px;
  }
  /*#home-video-row, #hero {
		height: 510px;
		min-height: 510px;
	}*/
  .team-row h3 {
    text-align: left;
  }
  article.post .post-text {
    padding: 30px 0 0 30px;
  }
  .custom-post:nth-child(3n) .post-wrapper,
  .custom-post:nth-child(2n) .post-wrapper {
    margin: 0 auto;
  }
  .custom-post .post-wrapper {
    margin: 0 auto;
  }
  .echojobs_plugin .echojobs-left-menu-main {
    width: 100%;
    padding-left: 0;
    float: none;
  }
  .echojobs_plugin .echojobs-left-menu-menu {
    margin-top: 45px;
    width: 100%;
    float: none;
  }
  .slider .slick-track {
    display: block;
  }
}
@media screen and (max-width: 730px) {
  #header-wrap header .header-widget a.phone {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  h2 {
    font-size: 24px;
    line-height: 1em;
  }
  #wrapper {
    padding: 0 15px;
  }
  .border-left-blue {
    border-left: 0;
    border-top: 8px solid #0047ab;
    padding-top: 20px;
    margin-top: 20px;
    padding-left: 0;
  }
  #header-wrap header #nav .header-widget {
    display: none;
  }
  #mobile #mobile-wrapper .header-widget {
    display: block;
  }
  section#filters select,
  section#filters form {
    margin-left: 0;
    margin-right: 0;
  }
}
