@import url("https://fonts.googleapis.com/css2?family=Muli:ital,wght@0,200;0,400;0,600;0,800;1,200;1,400;1,600;1,800&display=swap:");


/* Here's the new CSS to add... */
body.logged-in.admin-bar header {
  top: 32px;
}



.js-loading *,
.js-loading *:before,
.js-loading *:after {
  animation-play-state: paused !important;
}

/*--------------------------------------------------------------------------*/
/*
/*	1.	Modern CSS Reset
/*		https://dev.to/hankchizljaw/a-modern-css-reset-6p3
/*
/*--------------------------------------------------------------------------*/

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  font-family: 'Muli', sans-serif;	
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/*--------------------------------------------------------------------------*/
/*
/*	2.	HTML & Body Styles (including fonts)
/*
/*--------------------------------------------------------------------------*/

html {
  /*scroll-behavior: smooth;*/
}

body {
background: #fff;
color: #9b9c9a;
}

html,
body {
  height: 100%;
}

.clear {
clear: both;
padding: 0 !important;	
}

.orange {
color: #de6126;
}

h1, h2, h3, h4, h5, h6 {
font-weight: 400;
}

h1 {
text-transform: uppercase;	
}


body.post-type-archive h1 {
text-align: center;
width: 100%;
color: #5f8eb5;
font-size: 30px;
}


body.home main {
margin-top: 0;	
}

ul {
width: 100%;	
}

strong, b {
font-weight: 600;	
}

br.mobile {
display: none;	
}

/*--------------------------------------------------------------------------*/
/*
/*	2b.	Updated Sticky Footer Style
/*	https://www.codeinwp.com/snippets/sticky-footer-with-css/
/*
/*--------------------------------------------------------------------------*/

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

header, footer {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}

main {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
}

/*--------------------------------------------------------------------------*/
/*
/*	3.	Header & Main Nav
/*
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/*
/*	Slicknav Menu
/*
/*--------------------------------------------------------------------------*/


body > div.slicknav_menu {
background: #fff;
}

body > div.slicknav_menu.border-bottom {
border-bottom: solid 1px #eee;
}

body > div.slicknav_menu {
background-image: url('/wp-content/themes/vickers2020/img/vickers-logo-2021.png');
background-repeat: no-repeat;
background-position: 10px 5px;
background-size: 180px;
}

body > div.slicknav_menu .slicknav_btn {
background: #ebebea;
text-shadow: none;	
}

body > div.slicknav_menu .slicknav_menutxt {
font-weight: 400;
color: #383a35;
text-shadow: none;
text-transform: uppercase;
}

body > div.slicknav_menu .slicknav_icon-bar {
background-color: #383a35;
box-shadow: none;	
}

body > div.slicknav_menu ul.slicknav_nav {
padding-top: 15px;	
}

body > div.slicknav_menu .slicknav_nav a {
color: #383a35;
text-transform: uppercase;	
}

@media only screen and (max-width:640px) {
	
	body > div.slicknav_menu {
	/*background-image: url('/wp-content/themes/vickers2020/img/vickers-logo-2021.png');*/
	background-position: 10px 7px;
	background-size: auto 40px;
	}
	
}

/*--------------------------------------------------------------------------*/
/*
/*	Standard Page Rules
/*
/*--------------------------------------------------------------------------*/

/*
.page-banner {
width: 100%;
height: 0;
padding-top: 66%;
position: relative;
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
}
*/

body.page-template-default main {
max-width: 1200px;
padding: 120px 60px 40px;
margin: 0 auto;
}

body.page-template-default main p {
font-size: 1.8vw;
font-weight: 200;
margin-bottom: 40px;
color: #383a35;
}

.page-content-wrap {
max-width: 1400px;
padding: 20px 30px;
margin: 0 auto 30px;
}

.page-content-wrap h2,
.page-content-wrap h3,
.page-content-wrap h4,
.page-content-wrap h5 {
display: inline-block !important;
margin: 10px 0 !important;
padding: 0 !important;
}

.page-content-wrap h3 {
font-size: 24px !important;
color: #de6126;
}

main div.full-width {
background: #fff;
max-width: none;
display: block;	
}

.bv-50 {
width: 50%;
padding: 20px 30px;
display: inline-block;
vertical-align: top;	
}

body.page-template-default {
margin-top: 0;	
}

.v-orange {
color: #de6126;	
}


div.lower-third {
    position: absolute;
    right: 0;
    bottom: 15%;
    /* width: 50%; */
    background: rgba(255,255,255,0.9);
    z-index: 15;
    /* padding: 1% 2% 100px; */
    padding: 1% 2%;
    color: #383a35;
    border-left: solid 8px #5f8eb5;
}


div.lower-third h2 {
    font-size: 2.4vw;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 5px;
}


@media screen and (min-width: 1600px) {
    div.lower-third h2 {
        font-size: 40px;     
    }
	
	div.lower-third p {
    	font-size: 30px;
	}
	
}

div.lower-third h2 strong {
    color: #de6126;		
}

div.lower-third p {
    font-size: 1.6vw;
    font-weight: 200;
}

.page-banner {
width: 100%;
height: 97vh;
position: relative;
background: transparent url('/wp-content/themes/vickers2020/img/gray-icon-slider-bg.png') center center no-repeat;
background-size: 200px 200px;
flex-grow: 1;
flex-shrink: 0;
flex-basis: auto;
}

.page-banner .page-inner {
overflow: hidden;
width: 100%;
height: 0;
padding-top: 96vh;
position: absolute;
z-index: 5;
top: 0;
left: 0;
background-position: top center;
background-repeat: no-repeat;
background-size: cover;

    -webkit-animation: fadein 0.2s ease-out; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 0.2s ease-out; /* Firefox < 16 */
        -ms-animation: fadein 0.2s ease-out; /* Internet Explorer */
         -o-animation: fadein 0.2s ease-out; /* Opera < 12.1 */
            animation: fadein 0.2s ease-out;
}




/*
.page-banner .banner-img {
width: 100%;
height: 96vh;
position: absolute;
top: 0;
left: 0;
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
}*/

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.page-banner .page-inner .down {
-webkit-border-top-left-radius: 50%;
-webkit-border-top-right-radius: 50%;
-moz-border-radius-topleft: 50%;
-moz-border-radius-topright: 50%;
border-top-left-radius: 50%;
border-top-right-radius: 50%;
width: 100px;
height: 100px;
background: rgba(255,255,255,0.9);
position: absolute;
bottom: -50px;
left: 50%;
margin-left: -50px;
z-index: 40;	
}

.page-banner .page-inner .down::after {
content: "\f347";
font-size: 60px;
font-stretch: expanded;
font-family: 'Dashicons';
line-height: 80px;
height: 50px;
width: 100px;
/* vertical-align: top; */
top: -5px;
position: absolute;
text-align: center;
color: #9b9c9a;
cursor: pointer;
}

.page-banner img.photo {
display: none;	
}

.page-banner .page-inner .lower-third {
/*-webkit-animation-duration: 1.2s;
-moz-animation-duration: 1.2s;
animation-duration: 1.2s;
-webkit-animation-name: vslidein;
-moz-animation-name: vslidein;
animation-name: vslidein;
-webkit-animation-timing-function: ease-out;
-moz-animation-timing-function: ease-out;
animation-timing-function: ease-out;*/

    -webkit-animation-delay: 0.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation-delay: 0.5s; /* Firefox < 16 */
        -ms-animation-delay: 0.5s; /* Internet Explorer */
         -o-animation-delay: 0.5s; /* Opera < 12.1 */
            animation-delay: 0.5s;	

    -webkit-animation: vslidein 1.2s ease-out; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: vslidein 1.2s ease-out; /* Firefox < 16 */
        -ms-animation: vslidein 1.2s ease-out; /* Internet Explorer */
         -o-animation: vslidein 1.2s ease-out; /* Opera < 12.1 */
            animation: vslidein 1.2s ease-out;

}


@keyframes vslidein {
    from { right: -120%; }
    to   { right: 0; }
}

/* Firefox < 16 */
@-moz-keyframes vslidein {
    from { right: -120%; }
    to   { right: 0; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes vslidein {
    from { right: -120%; }
    to   { right: 0; }
}

/* Internet Explorer */
@-ms-keyframes vslidein {
    from { right: -120%; }
    to   { right: 0; }
}

/* Opera < 12.1 */
@-o-keyframes vslidein {
    from { right: -120%; }
    to   { right: 0; }
}

/*--------------------------------------------------------------------------*/
/*
/*	Project + Connect Popup
/*
/*--------------------------------------------------------------------------*/


div#popmake-1233 {
border: 0 !important;
padding: 30px;
}

div#popmake-1233::before {
content: '';
height: 50px;
width: 100%;
display: block;
background-image: url('/wp-content/themes/vickers2020/img/vickers-logo-2021.png');
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
margin-bottom: 10px;
}


div#popmake-1233 button.pum-close {
right: 0;
top: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    background-color: transparent;
    color: #9b9c9a;	
}

div#popmake-1233 .gform_wrapper.project-inquiry_wrapper {
}

div#popmake-1233 .gform_wrapper .top_label div.ginput_container,
div#popmake-1233 div.gform_footer.top_label {
margin-top: 0;	
}

div#popmake-1233 div.gform_footer.top_label {
padding-top: 0;	
}

div#popmake-1233 .gform_wrapper.project-inquiry_wrapper label {
display: none;
}

div#popmake-1233 .gform_wrapper .ginput_complex.ginput_container {
width: 100% !important;	
}

div#popmake-1233 .ginput_container span,
div#popmake-1233 .gform_wrapper ul li.gfield {
width: 100%;
padding: 0;
margin-top: 0;	
}

div#popmake-1233 .gform_wrapper.project-inquiry_wrapper input {
width: 100%;
margin: 0 0 10px;
border: solid 1px #9b9c9a;
padding: 10px;
}

div#popmake-1233 .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
max-width: none !important;	
}
	
	
div#popmake-1233 .gform_footer.top_label input {
background: #6a86b8;
border: 0;
color: #fff;
cursor: pointer;
}

/*--------------------------------------------------------------------------*/
/*
/*	Shared sliders -- Team & Process
/*
/*--------------------------------------------------------------------------*/

/* new <picture> format 05.10.25 */

.vickers-slider {
opacity: 0;
visibility: hidden;
transition: opacity 0.2s ease;
-webkit-transition: opacity 0.2s ease;	
}

.vickers-slider.show {
  opacity: 1;
  visibility: visible;
}

.vickers-slider .slide {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  position: relative;
}

.vickers-slider .slide picture {
  width: 100%;
  height: 100%;
}

.vickers-slider .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}



.vickers-slider,
.vickers-slider .swiper-wrapper,
.vickers-slider .swiper-slide {
  height: 100%;
}


/* end new */


.vickers-slider-wrap {
width: 100vw;
width: 100%;
height: 97vh;
position: relative;
z-index: 1;
overflow: hidden;
background: transparent url('/wp-content/themes/vickers2020/img/gray-icon-slider-bg.png') center center no-repeat;
background-size: 200px 200px;

flex-grow: 1;
flex-shrink: 0;
flex-basis: auto;
}

.vickers-slider-wrap .down {
    -webkit-border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-topright: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    width: 100px;
    height: 100px;
    background: rgba(255,255,255,0.9);
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin-left: -50px;
    z-index: 40;
}

.vickers-slider-wrap .down::after {
	content: "\f347";
    font-size: 60px;
    font-stretch: expanded;
    font-family: 'Dashicons';
    line-height: 80px;
    height: 50px;
    width: 100px;
    /* vertical-align: top; */
    top: -5px;
    position: absolute;
    text-align: center;
    color: #9b9c9a;
    cursor: pointer;
}

.vickers-slider .slick-track {
height: 100%;	
}

div.vickers-slider button.slick-arrow {
position: absolute;
top: 50%;
margin-top: -90px;
left: 0;
z-index: 200;
font-size: 0;
border: 0;
background: transparent;
cursor: pointer;
opacity: 1.0;
transition: all 0.5s ease 0s;	
}

div.vickers-slider button.slick-arrow:hover {
opacity: 0.6;
}

div.vickers-slider button.slick-arrow::after {
font-family: 'Dashicons';
font-size: 180px;
color: #de6026;
}

div.vickers-slider button.slick-next {
left: auto;
right: 0;
}

div.vickers-slider button.slick-prev::after {
content: "\f341";
}

div.vickers-slider button.slick-next::after {
content: "\f345";
}

.vickers-slider .slide {
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
height: 97vh;
}

.vickers-slider .slide img.blank {
width: 100vw;
height: 97vh;
}


.vickers-slider .slide img.photo {
display: none;	
}

.vickers-slider .slide div.lower-third {
    /* position: absolute;
    right: 0;
    bottom: 10%;
    width: 50%;
    background: rgba(255,255,255,0.9);
    z-index: 15;
    padding: 1% 2% 100px;
    padding: 1% 2%;
    color: #383a35;
    border-left: solid 8px #5f8eb5; */
}

.vickers-slider .slide-2 div.lower-third {
	right: auto;
	left: 0;
	border-right: solid 8px #5f8eb5;
	border-left: 0;
}

div.lower-third strong, div.lower-third b {
    color: #de6026;
}

div.lower-third p {
    font-size: 1.3vw;
    font-weight: 200;
    line-height: 1;
}


@media screen and (min-width: 1600px) {
	div.lower-third h2 {
	    font-size: 40px;
	    line-height: 30px;
	}
	
	div.lower-third p {
    font-size: 30px;
	}
	
}


/** Internal Page Lower Third Animation -- OLD **/

@-webkit-keyframes fadeInUpSlide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpSlide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/** END Internal Page Lower Third Animation -- OLD **/

/** Internal Page Lower Third Animation -- NEW slide from right **/

@-webkit-keyframes fadeInRightSlide {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50vw);
    transform: translateX(50vw);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightSlide {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50vw);
    transform: translateX(50vw);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/** END Internal Page Lower Third Animation **/

/** Internal Page Lower Third Animation -- NEW slide from left **/

@keyframes fadeInLeftSlide {
  0% {
    opacity: 0;
    transform: translateX(-50vw);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRightSlide {
  0% {
    opacity: 0;
    transform: translateX(50vw);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

/* Default hidden state */
.vickers-slider .lower-third {
  opacity: 0;
  animation-fill-mode: both;
}

/* Active slide lower-third becomes visible with animation */
.vickers-slider .swiper-slide-active .lower-third {
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 1;
  /* Optional: padding or additional styling */
}

/* Direction-based animations */
.vickers-slider .swiper-slide-active .lower-third.slide-left {
  animation-name: fadeInLeftSlide;
  animation-timing-function: ease-out;
}

.vickers-slider .swiper-slide-active .lower-third.slide-right {
  animation-name: fadeInRightSlide;
  animation-timing-function: ease-out;
}


/*--------------------------------------------------------------------------*/
/*
/*	Process Page Styles
/*
/*--------------------------------------------------------------------------*/

body.page-id-1296 .triple-box,
body.page-id-1296 .process-graphic {
position: relative;
left: 50%;
margin-top: 60px;
margin-bottom: 60px;
}

body.page-id-1296 .process-graphic img {
width: 100%;
max-width: 1400px;
margin: 0 auto;
height: auto;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;
}

body.page-id-1296 main p strong {
color: #de6126;	
}

@media only screen and (min-width:1600px) {
	
	body.page-id-1296 .triple-box,
	body.page-id-1296 .process-graphic {
	width: 1600px;
	margin-left: -800px;
	}
	
	body.page-id-1296 main p {
	font-size: 40px;
	}
	
}

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

	body.page-id-1296 .triple-box,
	body.page-id-1296 .process-graphic {		
	width: 96vw;
	margin-left: -48vw;
	}

}

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

	body.page-id-1296 .triple-box,
	body.page-id-1296 .process-graphic {		
	width: 100vw;
	margin-left: -50vw;
	}

}

body.page-id-1296 .triple-box > div p {
/*font-size: 30px;*/
font-size: 24px;
padding: 30px 20px 30px 30px;
background: #6a86b8;
background: #fafafa;
border-left: solid 10px #6a86b8;
color: #333;
margin-bottom: 0;
height: 100%;
-webkit-box-shadow: 0px 6px 4px -2px rgba(0,0,0,0.5); 
box-shadow: 0px 6px 4px -2px rgba(0,0,0,0.5);
}

body.page-id-1296 .triple-box > div > p > strong {
text-transform: uppercase;
font-weight: 300;
    font-weight: 600;
font-size: 36px;
color: #de6126;
}

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

	body.page-id-1296 .triple-box > div p {
	font-size: 20px;
	padding: 20px;
	}
	body.page-id-1296 .triple-box > div > p > strong {
	font-size: 30px;
	}	
	
}

@media only screen and (max-width:728px) {
	
	body.page-id-1296 .triple-box > div p {
	border-bottom: solid 10px #6a86b8;
	border-left: 0;
	}

}


/*--------------------------------------------------------------------------*/
/*
/*	Single Post Styles
/*
/*--------------------------------------------------------------------------*/

main figure.is-type-video {
	width: 100%;
	height: auto;
}


main figure.is-type-video div.wp-block-embed__wrapper {	
	position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;	
}

main figure.is-type-video div.wp-block-embed__wrapper iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}



/*--------------------------------------------------------------------------*/
/*
/*	Career Page Styles
/*
/*--------------------------------------------------------------------------*/


body.page-id-303 main p strong {
    font-weight: 400;
    color: #de6126;	
}

div#hireology_iframe {
	margin-top: 60px;	
}

/*--------------------------------------------------------------------------*/
/*
/*	Connect Page
/*
/*--------------------------------------------------------------------------*/

/*
body.page-id-37 {
display: unset;
flex-direction: unset;	
}

body.page-id-37 main {
max-width: 1200px;
padding: 120px 60px 40px;
margin: 0 auto;
}

body.page-id-37 main p {
font-size: 18px;
color: #9b9c9a;
font-weight: 400;	
}

body.page-id-37 div.connect-image {
background: url('/wp-content/themes/vickers2020/img/connect_DSC3155.jpg') top center no-repeat;
background-size: cover;
}

div.v-contact-columns .wp-block-column {
font-size: 18px;
position: relative;	
padding-left: 50px;
}

div.v-contact-columns .wp-block-column a {
color: #de6126;
text-decoration: none;
opacity: 1.0;
transition: all 0.3s ease 0s;	
}

div.v-contact-columns .wp-block-column a:hover {
opacity: 0.6;	
}

div.v-contact-columns .wp-block-column strong {
font-size: 24px;
font-weight: 600;
color: #405464;
}

div.v-contact-columns .wp-block-column strong::before {
font-family: 'fontawesome';
font-weight: 400;
font-size: 24px;
display: inline-block;
vertical-align: middle;
margin-right: 10px;
color: #fff;
background-color:#405464;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
left: 0;
top: 0;
position: absolute;
}

div.v-contact-columns .wp-block-column .v-phone strong::before {
content: "\f095";
}

div.v-contact-columns .wp-block-column .v-visit strong::before {
content: "\f1b9";
}

div.v-contact-columns .wp-block-column .v-email strong::before {
content: "\f0e0";
}

body.page-id-37 .google-maps {
    position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
    margin-top: 40px;
    margin: 0 auto;
}

body.page-id-37 .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;

}
*/

/*--------------------------------------------------------------------------*/
/*
/*	Privacy Policy
/*
/*--------------------------------------------------------------------------*/


body.page-id-1311 p.last-update-copyright {
font-size: 14px;	
}


body.page-id-1311 main p {
font-size: 18px;	
}

body.page-id-1311 main h1 {
color: #6a86b8;
}

body.page-id-1311 main h3 {
font-size: 24px;
margin-bottom: 10px;
color: #6a86b8;	
}

body.page-id-1311 main ol {
padding-left: 25px;
color: #383a35;
font-weight: 300;
font-size: 18px;	
}

body.page-id-1311 main ol li {
margin-bottom: 10px;	
}

body.page-id-1311 main strong,
body.page-id-1311 main b {
font-weight: 600;	
}

body.page-id-1311 main a {
text-decoration: none;
color: #de6126;
}



/*----- Singular Prev/Next Wrap - Blog, Projects -----*/

.prev-next-wrap {
width: 100%;
max-width: 900px;
margin: 40px auto 0;
overflow: hidden;
}

.prev-next-wrap * {
line-height: 1;	
}

.prev-next-wrap > div.clear::before {
background: transparent;
}

.prev-next-wrap > div:not(.clear) {
width: 50%;
height: 200px;
display: table;
border: solid 1px #eee;
position: relative;
overflow: hidden;
}


.prev-next-wrap > div::before {
content: '';
background: rgba(0,0,0,0.7);
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 12;
}

.prev-next-wrap > div > img {
width: 100%;
height: auto;
opacity: 1.0;
position: absolute;
left: 0;
top: -25px;
z-index: 10;
transition: all 0.5s ease 0s;
object-fit: cover;
}   

.prev-next-wrap > div:hover img {
transform: scale(1.2);
cursor: -moz-zoom-in; 
cursor: -webkit-zoom-in; 
cursor: zoom-in;
}


@-moz-document url-prefix() {

	.prev-next-wrap {
	font-size: 0;	
	}
	
	.prev-next-wrap > div:not(.clear) { 
	display: inline-block;
	float: none;	
	}
	
	.prev-next-wrap > div > a {
	display: block !important;
	width: 100%;
	height: 100%;
	padding-top: 80px;	
	}
  	
  
} /*---end firefox on prev/next hover--*/

.prev-next-wrap > div > a {
display: table-cell;
text-align: center;
vertical-align: middle;
text-decoration: none;
position: relative;
padding-left: 40px;
padding-right: 40px;
font-size: 20px;
color: #fff;
text-shadow: 1px 1px 1px rgb(0 0 0 / 60%);
z-index: 20;
}

.prev-next-wrap > div > a > b {
display: block;
font-weight: 300;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 1px;
color: #fff !important;
}


.prev-next-wrap > div > a > span {
position: absolute;
top: 50%;
margin-top: -20px;
font-size: 40px;
left: 0;	
}


.previous-post-link {
float: left;	
}

.next-post-link {
float: right;	
}

.next-post-link span {
left: auto !important;
right: 20px;
}

@media only screen and (max-width:800px) {
	.prev-next-wrap > div > img {
	top: -12px;
	}
	
}


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

	.prev-next-wrap > div:not(.clear) {
	width: 100%;
	}

}

@media only screen and (max-width:640px) {
	.prev-next-wrap > div > img {
	top: -25px;
	}
}

@media only screen and (max-width:450px) {
	.prev-next-wrap > div > img {
	top: 0;
	}
}

@media only screen and (max-width:400px) {
	.prev-next-wrap > div:not(.clear) {
	height: 160px;	
	}
}

/*----- Featherlight Custom Styles -----*/



.featherlight:after {
content: "\f335" !important;
font-family: 'Dashicons';
position: fixed;
z-index: 9999;
top: 0;
right: 0;
line-height: 35px;
width: 35px;
height: 35px !important;
cursor: pointer;
text-align: center;
background: #fff;
background: rgba(255, 255, 255, 0.7);
color: #000;
border: none;
padding: 0;
font-size: 30px;
}

.featherlight-previous span,
.featherlight-next span {
font-size: 0;
display: none;
}

.featherlight-previous,
.featherlight-next {
position: absolute;
bottom: 50%;
cursor: pointer;
opacity: 0.6;
transition: all 0.3s ease 0s;
width: 40px;
height: 40px;
border-style: solid;
}

.featherlight-previous:hover,
.featherlight-next:hover {
opacity: 1.0;	
}

.featherlight-previous {
left: 50%;
margin-left: -49vw;
border-width: 20px 40px 20px 0;
border-color: transparent #ffffff transparent transparent;
}

.featherlight-next {
right: 50%;
margin-right: -49vw;
border-width: 20px 0 20px 40px;
border-color: transparent transparent transparent #ffffff;
}

.featherlight .featherlight-content {
padding: 0 !important;
border-bottom: 0 solid transparent !important;
overflow: visible !important;
background: transparent !important;
max-height: 90% !important;
padding-top: 25px !important;
}

.featherlight .featherlight-content button.featherlight-close-icon {
display: none;	
}


@media only screen and (max-width:640px) {
	.featherlight-previous,
	.featherlight-next {
		display: none !important;
	}	
	
}


@media only screen and (max-width:1900px) {
	body.page-id-303 .page-banner .page-inner {
		background-position: top right;
	}
}

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


	.page-banner {
	height: auto;
	}
	.page-banner .page-inner {
	height: auto;
	padding-top: 0;
	position: relative;
	}
	.page-banner img.photo {
	display: block;
	height: auto;
	}	
	
}

@media only screen and (max-width:1200px) {
	body.page-id-37 main p {
	font-size: 16px !important;
	}

	
}

@media only screen and (max-width:1100px) {
	
	.vickers-slider-wrap {
	height: auto;
	}
	
	.vickers-slider .slide {
	height: auto;
	}
	
	.vickers-slider .slide img.blank {
	display: none;	
	}
	
	.vickers-slider .slide img.photo {
	display: block;
	height: auto;
	}
	
	
	div.lower-third {
    bottom: 100px;
	}
	
	div.lower-third h2 {
	    font-size: 30px;
	}
	
	div.lower-third p {
		font-size: 24px;	
	}
	
	body.page-template-default main {
	padding-top: 40px;	
	}
	
	body.page-id-37 main {
	padding-top: 120px;	
	}
	
	body.page-template-default main p {
	font-size: 22px;	
	}
	
}


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

	div.v-contact-columns .wp-block-column {
	padding-left: 40px;
	}
	
	div.v-contact-columns .wp-block-column strong {
	font-size: 20px;	
	}
	
	div.v-contact-columns .wp-block-column strong::before {
	font-size: 18px;
	width: 30px;
	height: 30px;
	line-height: 30px;	
	}
	
	div.v-contact-columns .wp-block-column p {
	font-size: 14px !important;
	}

	div.v-contact-columns .wp-block-column:not(:first-child) {
    margin-left: 1em;
	}

}





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

	.vickers-slider-wrap .down,	
	.page-banner .down {
	display: none;	
	}
	
	.vickers-slider .lower-third,
	.page-banner .lower-third {
	bottom: 0;
	border-bottom: solid 6px #5f8eb5;
	border-left: 0;
	padding: 8px 12px;
	}

	.vickers-slider .lower-third,
	.page-banner .lower-third {
	width: 100vw;
	border-right: 0 !important;
	border-left: 0 !important;	
	}

	div.lower-third h2 {
	    font-size: 24px;
	}
	
	div.lower-third p {
		font-size: 20px;	
	}

	body.page-id-37 main {	
	padding: 40px 30px 20px;
	}
	
	br.mobile {
	display: inline;	
	}
	
	div.lower-third h2 {
	    font-size: 18px;
	}
	
	div.lower-third p {
		font-size: 16px;	
	}	
	
}

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

	div.wp-block-column.connect-image {
	display: none;	
	}
	
	div.v-contact-columns .wp-block-column:not(:first-child) {
    margin-left: 0;
	}

}




