/*
Theme Name: Calvert 22 Foundation
Author: Louis Oliver Moody
Author URI: http://iamlouis.co.uk;
Description:
Version: 1.1
*/

@import url('core.css');

/*------------------------------------------------------------------
[1. Typography]
*/

@font-face {
  font-family: 'Circe-Bold';
  src: url('assets/fonts/Circe-Bold.woff') format('woff'),
       url('assets/fonts/Circe-Bold.ttf')  format('truetype'),
       url('assets/fonts/Circe-Bold.svg#svgFontName') format('svg');
}
@font-face {
  font-family: 'Circe-Reg';
  src: url('assets/fonts/Circe-Regular.woff') format('woff'),
       url('assets/fonts/Circe-Rexgular.ttf')  format('truetype'),
       url('assets/fonts/Circe-Regular.svg#svgFontName') format('svg');
}
@font-face {
  font-family: 'LeituraNews-Bold';
  src: url('assets/fonts/LeituraNews-Bold.woff') format('woff'),
       url('assets/fonts/LeituraNews-Bold.ttf')  format('truetype'),
       url('assets/fonts/LeituraNews-Bold.svg#svgFontName') format('svg');
}

body{
  letter-spacing: 0;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #1a1a1a;
  background-color: #f7f7f7;
  font-family: 'Circe-Reg', 'Helvetica Neue', sans-serif;

  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h1 a,
h2,
/* h3, */
/* h4, */
input,
button,
.button,
select,
textarea,
.header .navigation > ul > li > a,
.side-navigation > ul > li > a {
  color: #D22630;
  font-family: 'Circe-Bold', 'Helvetica Neue', sans-serif;
}

h3 a {
  color: #1a1a1a !important;
  font-family: 'LeituraNews-Bold', 'Times', serif !important;
}

/* Titles */
h1,
h2,
h3,
h4,
h5,
h6{
  line-height: 1.2
  font-weight: 300;
  color: #1a1a1a;
  letter-spacing: 0px;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover{
  color: #D22630;
}
h1 {
  font-size: 3rem;
  font-family: 'LeituraNews-Bold', 'Times', serif;
  letter-spacing: 0;
  text-transform: none !important;

}
h2{
  font-size: 2rem;
}
h3 {
  font-size: 2.5rem;
  font-family: 'LeituraNews-Bold', 'Times', serif !important;
	line-height: 1;
}
h4 {
  font-size: 1.3rem;
  margin-bottom: 0.5em;
  font-family: 'Circe-Reg', 'Helvetica Neue', sans-serif;
  color: #1a1a1a;
}
h5{
  font-size: 1.1rem;
  font-family: 'Circe-Reg', 'Helvetica Neue', sans-serif;
}
h6{
  font-size: 0.8rem;
  font-family: 'Circe-Reg', 'Helvetica Neue', sans-serif;
}

/* Paragraphs and links */

p {
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 100;
  letter-spacing: 0.5px;
  margin-bottom: 10px
}

.wpb_text_column ul {
  margin-top: 1em;
  padding-left: 1.1em;
}

.wpb_text_column ul li {
  color: #1a1a1a;
  list-style: none;
  text-indent: -11px;
  margin-bottom: 11px;

  font-size: 16px;
  line-height: 1.55;
  font-weight: 100;
  letter-spacing: 0px;
}

.wpb_text_column ul li::before {
  content: '—';
  margin-right: 10px;
  display: inline-block;
}

footer p,
footer p a {
  margin: 0;
  color: #1a1a1a;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Circe-Reg', 'Helvetica Neue', sans-serif !important;

  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -ms-transition: 300ms;
  transition: 300ms;

  -webkit-transition: all linear 300ms;
  -moz-transition: all linear 300ms;
  -ms-transition: all linear 300ms;
  -o-transition: all linear 300ms;
}

a,
p a{
 color: #D22630;
}

footer a:hover {
  color: #D22630;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -ms-transition: 300ms;
  transition: 300ms;

  -webkit-transition: all linear 300ms;
  -moz-transition: all linear 300ms;
  -ms-transition: all linear 300ms;
  -o-transition: all linear 300ms;
}

a[class*="icon-"]:hover{
  text-decoration: none;
}

/* Title Classes */
.title-xlarge{
  font-size: 8rem;
  line-height: 1;
}
.title-large{
  font-size: 6.2rem;
  line-height: 1;
}
.title-medium{
  font-size: 3rem;
  line-height: 1;
}

.sml-category-heading-overlap {
  top: 60px;
  left: 40px;
  z-index: 9;
  padding: 10px;
  position: absolute;
  display: inline-block;

  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.5);
  transform: translateY(0px);
}
.sml-category-heading-overlap:hover{
  color: #fff;
  background: #013E50;
  text-decoration: none;
  transform: translateY(-10px);
}
.sml-category-heading-overlap h6 {
  color: #fff;
  margin-bottom: 3px;
}

/* Text Classes */
.text-xlarge{
  font-size: 4.6rem;
  line-height: 1.4;
}
.text-large{
  font-size: 4rem;
  line-height: 1.4;
}
.text-medium{
  font-size: 2.4rem;
  line-height: 1.4;
}
.text-small{
  font-size: 1.6rem;
  line-height: 1.4;
}

/* Special Text Classes */
.status-code-title{
  font-size: 14rem;
  line-height: 1;
}

/* Weight Classes */
.weight-light{
  font-weight: 300;
}
.weight-regular{
  font-weight: 400;
}
.weight-semi-bold{
  font-weight: 600;
}
.weight-bold{
  font-weight: 700;
}

/*------------------------------------------------------------------
[2. Background Color & Color Classes]
*/

body,
.content,
.featured-media:after,
.section-block:not([class*="bkg-"]),
.fullscreen-sections-wrapper{
  background-color: #fff;
}
.section-block.featured-media{
  background-color: #000;
}

/* greyscale */
.wrapper-inner{
  -webkit-filter: none;
      filter: none;
  -webkit-transition: 350ms ease-in-out;
      transition: 350ms ease-in-out;
}

/* transparent  */
.bkg-transparent{
  background-color: transparent;
  border-color: transparent;
}
.bkg-hover-transparent:hover{
  background-color: transparent;
  border-color: transparent;
}
.border-hover-transparent:hover{
  border-color: transparent;
}
.color-transparent,
.color-hover-transparent:hover{
  color: transparent;
}

/* white  */
.bkg-white{
  background-color: #fff;
  border-color: #fff;
}
.bkg-hover-white:hover{
  background-color: #fff;
  border-color: #fff;
}
.border-hover-white:hover{
  border-color: #fff;
}
.color-white,
.color-hover-white:hover{
  color: #fff;
}

/* dark  */
.bkg-base{
  background-color: #013E50 !important;
  border-color: #013E50 !important;
}
.bkg-hover-base:hover{
  background-color: #013E50;
  border-color: #013E50;
}
.border-hover-base:hover{
  border-color: #013E50;
}
.color-base,
.color-hover-base:hover{
  color: #013E50;
}

/* dark  */
.bkg-dark{
  background-color: #111;
  border-color: #111;
}
.bkg-hover-dark:hover{
  background-color: #111;
  border-color: #111;
}
.border-hover-dark:hover{
  border-color: #111;
}
.color-dark,
.color-hover-dark:hover{
  color: #111;
}

/* grey ulatrlight */
.bkg-grey-ultralight{
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.bkg-hover-grey-ultralight:hover{
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.border-hover-grey-ultralight:hover{
  border-color: #f7f7f7;
}
.color-grey-ultralight,
.color-hover-grey-ultralight:hover{
  color: #f7f7f7;
}

/* grey */
.bkg-grey{
  background-color: #eee;
  border-color: #eee;
}
.bkg-hover-grey:hover{
  background-color: #eee;
  border-color: #eee;
}
.border-hover-grey:hover{
  border-color: #eee;
}
.color-grey,
.color-hover-grey:hover{
  color: #eee;
}

/* charcoal */
.bkg-charcoal-light{
  background-color: #333;
  border-color: #333;
}
.bkg-hover-charcoal-light:hover{
  background-color: #333;
  border-color: #333;
}
.border-hover-charcoal-light:hover{
  border-color: #333;
}
.color-charcoal-light,
.color-hover-charcoal-light:hover{
  color: #333;
}
.bkg-charcoal{
  background-color: #013E50;
  border-color: #013E50;
}
.bkg-hover-charcoal:hover{
  background-color: #013E50;
  border-color: #013E50;
}
.border-charcoal,
.border-hover-charcoal:hover{
  border-color: #013E50;
}
.color-charcoal,
.color-hover-charcoal:hover{
  color: #013E50;
}

.bkg-404-image {
  width: 100%;

  background-size: cover;
  background-position: center;
  background-image: url(assets/images/404-image.png);
}


/*------------------------------------------------------------------
[4. Header Styling]
*/

header {
  height: 52px;
}

/* Mobile Header Styles & Breakpoints */

.mobile-side-nav {
  z-index: 0;
  -webkit-transition: -webkit-transform 550ms cubic-bezier(0.20, 0, 0.07, 1);
  transition: -webkit-transform 550ms cubic-bezier(0.20, 0, 0.07, 1);
  transition: transform 550ms cubic-bezier(0.20, 0, 0.07, 1);
  transition: transform 550ms cubic-bezier(0.20, 0, 0.07, 1),
              -webkit-transform 550ms cubic-bezier(0.20, 0, 0.07, 1);
}

.mobile-side-nav-active {
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px);
}

.menu-mobile-menu-container {
  margin-top: 30px;
}

.side-nav-wrap {
  left: auto;
  right: 0;
  width: 300px;
  height: 100vh;
  padding: 50px 30px;
  position: fixed;
  background: #111111;
  box-shadow: inset 7px 0 9px -7px rgba( 0, 0, 0, 0.9);
  -o-box-shadow: inset 7px 0 9px -7px rgba( 0, 0, 0, 0.9);
  -moz-box-shadow: inset 7px 0 9px -7px rgba( 0, 0, 0, 0.9);
  -webkit-box-shadow: inset 7px 0 9px -7px rgba( 0, 0, 0, 0.9);

  -webkit-transition: -webkit-transform 550ms, visibility 0s;
  transition: transform 550ms, visibility 0s

  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.side-nav ul li {
  list-style-type: none;
  border-bottom: 1px solid #666;
}

.side-nav ul li a {
  color: #666;
  padding: 25px 0;
  font-size: 0.7em;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Circe-Bold', 'Helvetica Neue', sans-serif;
}

.side-nav ul li a:hover {
  color: #fff !important;
}

.side-nav .menu-social-container {
  left: 0;
  right: 0;
  width: 90px;
  margin: auto;
  bottom: 40px;
  display: block;
  position: absolute;
}

.side-nav .menu-social-container ul li {
  border: none;
  margin-right: 10px;
  display: inline-block;
}

.search-mobile-icon {
  margin-top: -37px;
  padding-bottom: 3px;
  border-bottom: 1px solid #666;
}

.cafe-instagram-icon {
  top: 5px;
  right: 20px;
  position: absolute;
}

.search-mobile-icon a {
  color: #666;
}

/*------------------------------------------------------------------
[7. Header Nav Icons, Buttons, Dropdowns ]
*/

.btn-text-wrapper {
  float: right;
  border-right: 1px solid #eee;
}
.btn-text {
  padding: 28px 22px 27px;
  display: inline-block;
  background-color: transparent;
}
.header-white .btn-text {
  height: 82.4px;
  background-color: #f7f7f7;
}
.header-white .btn-text:hover {
  color: #fff;
  background-color: #013E50 !important;
}

.btn, .vc_btn3-style-custom,
button, input[type="button"], input[type="submit"],
.view-all-btn a {
  z-index: 6;
  cursor: pointer;
  font-weight: 500;
  box-shadow: none;
  white-space: nowrap;
  text-transform: uppercase;
  color: #D22630 !important;
  font-size: 12px !important;
  border-radius: 0 !important;
  padding: 12px 25px !important;
  letter-spacing: 1px !important;
  background-color: #f7f7f7 !important;
  font-family: 'Circe-Bold', 'Helvetica Neue', sans-serif !important;

  -webkit-transition: 300ms !important;
  -moz-transition: 300ms !important;
  -o-transition: 300ms !important;
  -ms-transition: 300ms !important;
  transition: 300ms !important;

  -webkit-transition: all linear 300ms !important;
  -moz-transition: all linear 300ms !important;
  -ms-transition: all linear 300ms !important;
  -o-transition: all linear 300ms !important;
}

.btn:hover, .vc_btn3-style-custom:hover, .rev-btn:hover,
button:hover, input[type="button"]:hover, input[type="submit"]:hover {
  transform: translateY(-6px) !important;
  -webkit-transition: 300ms !important;
  -moz-transition: 300ms !important;
  -o-transition: 300ms !important;
  -ms-transition: 300ms !important;
  transition: 300ms !important;

  -webkit-transition: all linear 300ms !important;
  -moz-transition: all linear 300ms !important;
  -ms-transition: all linear 300ms !important;
  -o-transition: all linear 300ms !important;
}

.full-section-with-image .btn,
.full-section-with-image .vc_btn3-style-custom  {
  margin: 0 0 0 40px !important;
}


/*------------------------------------------------------------------
[9. Carousel of post & pages]
*/
.owl-carousel {
  width: 100%;
  margin: auto;
  overflow: visible;
}
.wp-posts-carousel-title {
  margin-top: 10px;
  padding: 15px 5% 0;
  margin-bottom: 20px;
  text-align: left !important;
}
.wp-posts-carousel-title a {
  color: #013E50 !important;
  box-shadow: none !important;
  font-family: 'Circe-Bold', 'Helvetica Neue', sans-serif;
}
.simple-theme.wp-posts-carousel .wp-posts-carousel-container {
  padding: 0 !important;
  background: #fff;
}
.simple-theme.wp-posts-carousel .wp-posts-carousel-container {
  border: none !important;
}
.simple-theme.wp-posts-carousel .wp-posts-carousel-container:hover {
  border: none !important;
  background: #fff !important;
}
.simple-theme.wp-posts-carousel .wp-posts-carousel-title,
.horizontal-card h3 {
  text-align: left;
  letter-spacing: 0px;
}
.owl-prev:before  {
  font-family: 'entypo';
  content: "\e615"
}
.owl-next:before  {
  font-family: 'entypo';
  content: "\e61a"
}

.simple-theme.wp-posts-carousel .wp-posts-carousel-desc {
  padding: 0 5% 5% !important;
  font-size: 16px !important;
}
.simple-theme.wp-posts-carousel .wp-posts-carousel-image {
  padding-top: 0 !important;
}

/* VC Logo slider */
.vc_images_carousel {
  width: 100% !important;
}

/*------------------------------------------------------------------
[9.1 Accordians]
*/

.vc_tta-container {
  margin: 30px 0;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
  right: 20px;
  left: auto !important;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
  padding-left: 16px !important;
}
.vc_tta-title-text {
  line-height: 1;
  color: #1a1a1a;
  font-family: 'Circe-Bold', 'Helvetica Neue', sans-serif;
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
  background-color: #f7f7f7 !important;
}

/*------------------------------------------------------------------
[10. Slider & Hero sections]
*/
/* overide overflow hidden on rev slider */

.tp-caption hr {
  border: 1px solid #fff !important;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.rev_slider iframe {
  transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
}

.rev_slider h3 {
  margin-bottom: 5px !important;
}

.tp-caption.slidelink {
  top: -50% !important;
}

.rev_slider h3, .rev_slider h1 {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 1001px){
  .rev_slider h1{
    margin: 0px !important;
    padding: 15px 0px 0px !important;
    font-size: 65px !important;
    line-height: 1 !important;
  }
  .tp-caption.tp-resizeme {
    min-width: 450px !important;
    max-width: 100% !important;
  }
  .tp-parallax-wrap {
    top: 50% !important;
  }
  .tp-caption.tp-resizeme {
    -webkit-transform: translateY(-100%) !important;
    -moz-transform: translateY(-100%) !important;
    -o-transform: translateY(-100%) !important;
    transform: translateY(-100%) !important;
  }
  .rev-btn {
    margin-top: 30px !important;
  }
  .single-featured-image-header img {
    width: 100%;
    display: block;
    margin: auto;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media only screen and (min-width: 581px) and (max-width: 1000px){
  .rev_slider h1,
  .post-hero-caption h1 {
    margin: 0px !important;
    padding: 15px 0px 0px !important;
    font-size: 45px !important;
    line-height: 1 !important;
  }
  div.tp-parallax-wrap {
    left: 0 !important;
  }
  .tp-caption.tp-resizeme {
    left: 30px !important;
  }
  .rev-btn {
    left: 0px;
    margin-top: 5% !important;
  }
  .page-id-3207 .tp-caption.tp-resizeme {
    white-space: inherit !important;
    max-width: 620px !important;
    min-width: 620px !important;
  }
  .rev_slider p.slider-category {
    color: #fff;
    margin-bottom: 10px;
    font-size: 30px !important;
  }
  .rev_slider h1.iPad-title a,
  .rev_slider h1.iPad-title a em {
    color: #fff !important;
    font-size: 65px !important;
  }
  .rev_slider p.iPad-title {
    margin-top: 30px;
    font-size: 30px !important;
  }

}
@media only screen and (max-width: 580px) {
  .rev_slider h1,
  .post-hero-caption h1 {
    margin: 0px !important;
    padding: 15px 0px 0px !important;
    font-size: 45px !important;
    line-height: 1 !important;
  }
  div.tp-parallax-wrap {
    left: 0 !important;
  }
  .tp-caption.tp-resizeme {
    -webkit-transform: translateY(20%) !important;
    -moz-transform: translateY(20%) !important;
    -o-transform: translateY(20%) !important;
    transform: translateY(20%) !important;
    min-width: 100% !important;
    left: 30px !important;
  }
  .rev-btn {
    left: 0px;
    margin-top: 5% !important;
  }
  .single-featured-image-header {
    min-height: 565px;
  }
  .post-hero-caption {
    min-width: 300px !important;
    max-width: 300px !important;
  }
  .post-hero-caption p {
    -webkit-transition: none;
    transition: none;
    text-align: inherit;
    line-height: 25px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 100;
    font-size: 13px;
  }
}

.rev_slider p,
.post-hero-caption p {
  font-size: 20px;
  color: #fff !important;
  margin-bottom: 0 !important;
  white-space: initial !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  font-family: 'Circe-Reg', 'Helvetica Neue', sans-serif;
}

/* Slider Buttons */

.rev-btn {
  z-index: 6;
  margin: 0px;
  cursor: pointer;
  font-weight: 500;
  box-shadow: none;
  white-space: nowrap;
  color: #013E50;
  text-transform: uppercase;
  font-size: 14px !important;
  border-radius: 0px !important;
  padding: 15px 25px !important;
  letter-spacing: 1px !important;
  border-color: rgb(255, 255, 255);
  background-color: rgb(255, 255, 255);
  font-family: 'Circe-Bold', 'Helvetica Neue', sans-serif !important;

  -webkit-transition: 300ms !important;
  -moz-transition: 300ms !important;
  -o-transition: 300ms !important;
  -ms-transition: 300ms !important;
  transition: 300ms !important;

  -webkit-transition: all linear 300ms !important;
  -moz-transition: all linear 300ms !important;
  -ms-transition: all linear 300ms !important;
  -o-transition: all linear 300ms !important;
}

.rev-btn:hover {
  color: #fff !important;
  background-color: #013E50 !important;
}

.size-twentyseventeen-featured-image {
  opacity: 0.9;
}

.single-featured-image-header {
  overflow: hidden;
  max-height: 650px;
  height: 650px;
  position: relative;
  background-color: #000;
}

.single-featured-image-header .post-hero-caption {
  top: 50%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);

  min-width: 450px;
  max-width: 450px;

  position: absolute;
  z-index: 99;
}

.post-hero-caption h1 {
  color: #fff;
  margin: 0px;
  padding: 15px 0px 0px;
  font-size: 55px;
  line-height: 1;
}

.post-hero-caption h1,
.post-hero-caption p {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

/* Mobile Slider & Parallax */
.mobile .featured-media,
.mobile .parallax.fixed-height{
  height: 50rem;
}

/* Featured Slider Nav Breakpoints */
@media only screen and (max-width: 768px){
  .featured-media .tms-pagination a{
    display: inline-block;
  }
  .featured-media .tms-arrow-nav{
    display: none !important;
  }
}

/*------------------------------------------------------------------
[20. Masonry]
*/

#load_more_port_masorny_posts {
  margin: auto;
  width: 210px;
  display: block;
  color: #013E50;
  text-align: center;
  padding: 15px 15px;
  background: #f1f1f1;
}

/*------------------------------------------------------------------
[23. Footer]
*/

.menu-footer-container ul li a {
  display: block;
  margin-right: 0;
  font-size: 0.9em;
  padding: 0.5em 0;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Circe-Reg', 'Helvetica Neue', sans-serif;
}
@media only screen and (max-width: 580px) {
  .menu-footer-container ul li a {
    font-size: 0.6em !important;
  }
}

footer .social-navigation {
  margin: auto;
  float: none;
  text-align: center;
}
footer .social-navigation a {
  color: #013E50;
  opacity: 0.5;
  padding: 0 15px;
  display: inline-block;
}
footer .social-navigation a:hover {
  opacity: 1 !important;
  background-color: transparent !important
}
footer .social-navigation #menu-item-5009 a {
  background-size: 18px;
  height: 30px;
  width: 30px;
  padding: 0;
  margin-bottom: -10px;
  background-repeat: no-repeat;
  background-position: center right;
  background-image: url(http://calvert22.org/wp-content/themes/c22/assets/images/the-dots-icon.png);
}
footer .social-navigation #menu-item-5009 a svg {
  display: none;
}
.copyright {
  opacity: 0.5;
  font-size: 8px;
  margin-top: 2em;
  text-align: center;
  color: #013E50;
}

/* Common */
.widget,
.widget a{
  font-size: 1.3rem;
}
.sidebar .widget li{
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.widget .list-group li{
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}
.widget .product-list li{
  padding-top: 1.3rem;
}
.widget .list-group li:first-child{
  padding-top: 0 !important;
}
.widget .list-group li:last-child{
  padding-bottom: 0 !important;
}
.widget ul{
  margin-bottom: 5rem;
}
.widget .tag-cloud a{
  padding: 0.4rem 0.8rem;
  margin: 0 0.5rem 1rem 0;
  display: inline-block;
  border: 1px solid #eee;
  border-radius: 0;
  font-size: 1rem;
  text-transform: uppercase;
}
.widget .post-date{
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

/*------------------------------------------------------------------
[23. Footer]
*/

.footer{
  background: #fff;
}

.menu-footer-container  {
  width: 550px;
  margin: 30px auto 0;
  text-align: center;
}

@media only screen and (max-width: 580px){
  .menu-footer-container {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.menu-footer-container ul li {
  text-align: center;
  margin:10px 20px 0;
  display: inline-block;
  text-decoration: none;
}

/*------------------------------------------------------------------
[24. Sidebar]
*/

/* Sidebar Widgets */
.sidebar .widget,
.sidebar .widget a{
  font-size: 1.2rem;
}
.sidebar .widget .tag-cloud a{
  font-size: 1rem;
}
.sidebar .widget li{
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.sidebar .widget .list-group li{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.sidebar .widget ul{
  margin-bottom: 5rem;
}
.sidebar .post-date{
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
.download-press-release,
.booking-btn {
  margin-top: 20px;
  width: 100%;
  text-decoration: none;
  text-align: center !important;
  display: block !important;
}

.booking-btn:hover {
  color: #fff !important;
  background-color: #013E50 !important;
}

.download-press-release button{
  font-size: 11px;
  margin-top: 20px;
  width: 100% !important;
  color: #fff !important;
  margin-left: 0 !important;
  text-align: center !important;
  text-transform: uppercase;
  background-color: #013E50 !important;
}

.download-press-release button:hover {
  transform: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
}

/*------------------------------------------------------------------
[25. Dividers]
*/

hr,
.divider,
.vc_sep_line {
  height: 1px;
  margin-top: 0;
  border-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  border-color: #eee;
  margin-bottom: 1em;
  border-top: 1px solid #eee;

  -webkit-appearance: none !important;
  -moz-appearance:    none;
  appearance:         none;
}
.tp-caption hr {
  margin: 0.7em 0;
}
.vc_separator .vc_sep_holder .vc_sep_line {
  border-top: none !important;
}
.page-intro .divider,
.intro-title-2 .divider{
  border-color: rgba(255,255,255,0.1);
}

.text-line{
  width: 0;
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
       -o-transform: rotate(0deg);
        transform: rotate(0deg);
  -webkit-transition-property: width, opacity, background-color, transform;
     -moz-transition-property: width, opacity, background-color, transform;
       -o-transition-property: width, opacity, background-color, transform;
        transition-property: width, opacity, background-color, transform;
    -webkit-transition-duration: 400ms;
     -moz-transition-duration: 400ms;
       -o-transition-duration: 400ms;
      -ms-transition-duration: 400ms;
          transition-duration: 400ms;
}
a.animated-link:hover .text-line,
a.overlay-link:hover .text-line{
  width: 2rem;
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
       -o-transform: rotate(0deg);
        transform: rotate(0deg);
}
.mobile .text-line,
a.disabled .text-line{
  -webkit-transition-property: none;
     -moz-transition-property: none;
       -o-transition-property: none;
        transition-property: none;
}
[class*="border-"].thick,
[class*="border-"].thick *{
  border-width: 0.2rem;
}

/*------------------------------------------------------------------
[26. Special classes]
*/

.animation-delay-1 {
  animation-delay: 400ms;
}
.animation-delay-2 {
  animation-delay: 800ms;
}
.animation-delay-3 {
  animation-delay: 1.2s;
}
.animation-delay-4 {
  animation-delay: 1.6s;
}
.animation-delay-5 {
  animation-delay: 2s;
}

.force-contained-row {
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.vc_grid-item-mini:hover,
.related-tile:hover {
  transform: translateY(-10px);

  -webkit-transition: 300ms !important;
  -moz-transition: 300ms !important;
  -o-transition: 300ms !important;
  -ms-transition: 300ms !important;
  transition: 300ms !important;

  -webkit-transition: all linear 300ms !important;
  -moz-transition: all linear 300ms !important;
  -ms-transition: all linear 300ms !important;
  -o-transition: all linear 300ms !important;
}

.animate, .vc_grid-item-mini, .related-tile {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -ms-transition: 300ms;
  transition: 300ms;

  -webkit-transition: all linear 300ms;
  -moz-transition: all linear 300ms;
  -ms-transition: all linear 300ms;
  -o-transition: all linear 300ms;
}

.left {
  left: 0;
}
.right {
  right: 0 !important;
}
.top {
  top: 0;
}
.bottom {
  bottom: 0;
}
@media only screen and (min-width: 1001px) {
  .bottomTop {
    right: 6.3%;
    top: auto !important;
    bottom: 0 !important;
    position: absolute !important;

    transform: translateY(0%) !important;
    -o-transform: translateY(0%) !important;
    -moz-transform: translateY(0%) !important;
    -webkit-transform: translateY(0%) !important;
  }
}

.enter-right {
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
 transition-timing-function: cubic-bezier(0.23, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0, 0.07, 1);
}

@media only screen and (min-width: 1001px) {
  .float-left {
    float: left;
  }
  .float-right {
    float: right !important;
  }
}

@media only screen and (max-width: 1000px) {
  .float-left {
    float: none;
  }
  .float-right {
    float: none !important;
  }
  .float-right.right {
    float: right !important;
  }
}


.visible {
  visibility: visible !important;
}
.conceal {
  visibility: hidden;
}

.display-none {
  display: none !important;
}

.overflow-visible {
  overflow: visible;
}
.overflow-hidden {
  overflow: hidden !important;
}

.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}

@media only screen and (min-width: 880px){
  .center-position {
    top: 50%;
    position: absolute !important;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}

.text-transform-uppercase {
  text-transform: uppercase !important;
}
.text-transform-none {
  text-transform: none !important;
}

.border-bottom-grey {
  border-bottom: 1px solid #eee !important;
}
.border-top-grey {
  border-top: 1px solid #eee !important;
}
.border-left-grey {
  border-left: 1px solid #eee !important;
}
.border-right-grey {
  border-right: 1px solid #eee !important;
}

.z-index-small {
  z-index: 99;
}
.z-index-mid {
  z-index: 9999;
}
.z-index-large {
  z-index: 99999;
}

.align-center .vc_column-inner {
  text-align: center;
}

/*------------------------------------------------------------------
[27. Custom page styling]
*/

.hero-social-wrap a {
  color: #fff !important;
}

.hero-social-wrap a .icon {
  width: 20px !important;
  height: 20px;
  margin-top: 20px;
}

.page-id-8 .social-wrap {
  display: none !important;
}

.page-id-8 .js-full-height img {
  height: 900px;
  object-fit: cover;
}

.article-list div p a{
  color: #013E50;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  font-family: 'Circe-Bold', 'Helvetica Neue', sans-serif;
}

.team-row div div div div {
  margin-top: 20px;
}

.meet-the-team p {
  color: #8e9ca6;
  line-height: 1;
  font-size: 16px;
}

.meet-the-team h5 {
  margin-bottom: 3px;
}

.col-2-article-wrap .vc_grid-item-mini:hover {
  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -o-transform: none !important;
}

/*------------------------------------------------------------------
[28. Google maps]
*/

#google-container {
  position: relative;
  width: 100%;
  background-color: #000;
}

#google-container {
  height: 500px;
}

@media only screen and (max-width: 767px) {
  #google-container {
    height: 395px;
  }
}

#cd-google-map {
  position: relative;
}


/* Homepage */
.home #google-container {
  top: -40px;
  height: 465px;
  margin-bottom: -80px;
}
@media only screen and (min-width: 768px) {
  .home #google-container {
    height: 465px;
  }
}

#cd-google-map {
  position: relative;
}
/* End Home */

#cd-zoom-in, #cd-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-color: #013E50;
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("assets/images/svg/cd-icon-controller.svg");
}
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
  background-color: #8e9ca6;
}
@media only screen and (min-width: 768px) {
  #cd-zoom-in, #cd-zoom-out {
    margin-left: 20px;
  }
}

#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 55px;
  margin-bottom: 1px;
}
@media only screen and (min-width: 768px) {
  #cd-zoom-in {
    margin-top: 55px;
  }
}

#cd-zoom-out {
  background-position: 50% -32px;
}

/*------------------------------------------------------------------
[29. Grid items VC ACF]
*/

.vc_gitem-post-data p {
  margin-bottom: 0 !important;
}

.vc_gitem-acf.price {
  top: 10px;
  color: #fff;
  right: 10px;
  z-index: 9999;
  font-size: 0.7em;
  position: absolute;
  text-transform: uppercase;
}

.vc_grid-filter.vc_grid-filter-center {
  text-align: left !important;
}

.vc_gitem_row .vc_gitem-col {
  padding: 0 !important;
}

.vc_gitem-post-category-name {
  margin-bottom: 5px;
}

.vc_gitem-post-category-name:nth-last-child(3)::before {
  display: none !important;
  content: '' !important;
}

.vc_gitem-post-category-name .vc_gitem-link {
  color: #8e9ca6;
  font-size: 13px;
  text-transform: uppercase;
}

.vc_gitem-post-category-name .vc_gitem-link:hover {
  color: #013E50 !important;
}

.location h3 {
  margin-top: -1.5em;
}
.location h3.p1 {
  margin-top: 0;
}

.related.row h3 {
  padding-left: 10px;
}

h3.cs-posts {
  display: inline-block;
  padding-top: 0;
  top: -5px;
  position: relative;
  margin-bottom: 16px;
}

.related .vc_gitem-post-category-name {
  color: #8e9ca6;
  padding-top: 15px;
  font-size: 13px;
  text-transform: uppercase;
}

.post-thumb-image {
  height: 290px !important;
}

.related.row .post-info {
  padding: 10px 20px;
  position: relative;
}

.wide-article .vc_gitem-acf  {
  padding: 0 0 15px 0;
  font-size: 0.6em;
  letter-spacing: 0.5px;
}


/*------------------------------------------------------------------
[30. Responsive]
*/

/* Small Laptop */
@media only screen and (max-width: 1170px){
  .featured-text-wrap {
    height: 300px;
  }
  .featured-text-wrap h1 {
    font-size: 2em;
  }
  .featured-text-wrap p {
    width: 90%;
    font-size: 25px;
    line-height: 1.2;
  }
  .size-twentyseventeen-featured-image {
    height: 900px;
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -o-object-fit: cover;
  }
  .nav-previous {
    height: 250px !important;
  }
  .next-article {
    height: auto !important;
  }
  .nav-previous img {
    margin-top: 0;
  }
  .vc_grid-container {
    margin-left: 20px;
  }
  .vc_btn3-container {
    margin-right: 0px;
  }
}

/* Tablet */
@media only screen and (max-width: 1000px) {
  .text-content-area p,
  .video-player-wrapper,
  .cf--7.input-field, .cf--7.select-field,
  .vc_grid-item-zone-c-left .vc_gitem-zone-c,
  .vc_grid-item-zone-c-left .vc_gitem-animated-block,
  .vc_grid-item-zone-c-left {
    width: 100% !important;
    max-width: 100% !important;
  }
  .main-navigation, .site-header .btn-text-wrapper,
  .nav-next, .site-header .social-navigation, .nav-icon-wrap,
  .sm-display-none .tp-caption.tp-resizeme {
    display: none !important;
  }
  .logo-wrapper a.c22-logo {
    padding: 17px 20px 17px;
    border: none !important;
  }
  footer .social-navigation a {
    padding: 0 5px;
  }
  .logo-row .wpb_single_image img {
    margin: 20px auto;
    height: 50px !important
  }
  .horizontal-card .wpb_text_column,
  .text-content-area .wpb_text_column {
    padding: 0 !important;
  }

  .vc_btn3-container {
    margin-right: 0px;
  }

  .vc_btn3-container.vc_btn3-inline .vc_general.vc_btn3 {
    margin-right: 30px !important;
  }
  .grid-item {
    border: none !important;
    width: 100% !important;
  }
  .hide-on-mobile {
    display: none !important;
  }
  .post-hero-caption {
    padding-left: 20px;
  }
  .vc-gitem-zone-height-mode-auto:before{
    padding-top: 2rem !important;
  }
  .vc-article-grid-template-image img {
    object-fit: cover;
    -o-object-fit: cover;
    -moz-object-fit: cover;
    -webkit-object-fit: cover;
    height: 390px !important;
  }
  .mobile-position {
    top: 0% !important;
    position: relative !important;
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
  }
}






/* Mobile */
@media only screen and (max-width: 580px){
  .vc_grid-item.vc_col-sm-3,
  .vc_btn3-container.vc_btn3-inline .vc_general.vc_btn3,
  .view-all-btn a, .cf--7.submit-btn input,
  .vc_btn3-container, .menu-footer-container {
    width: 100% !important;
    max-width: 100% !important;
  }
  .panel-content .wrap {
    padding-bottom: 0 !important;
  }
  .vc_grid.vc_row.vc_grid-gutter-20px .vc_pageable-slide-wrapper {
    margin-right: 0 !important;
  }
  .vc_grid .vc_pageable-load-more-btn {
    width: 100%;
    display: block;
    margin-right: 30px;
    padding-left: 30px !important;
  }
  .vc_btn3-container.vc_btn3-inline .vc_general.vc_btn3 {
    margin-top: 0px !important;
  }
  .blue-btn button, .view-all-btn a {
    margin-top: 20px !important;
  }
  .vc_grid-btn-load_more,
  .vc_grid .vc_pageable-load-more-btn {
    float: right;
    width: 100%;
    display: block;
    margin-top: 0;
  }
  .home #google-container {
    top: 40px;
  }
  .site-footer .wrap {
    padding-top: 0.5em;
  }
  .page:not(.home) #content {
    padding-bottom: 0 !important;
  }
  .menu-footer-container ul li {
    display: block !important;
    margin: 10px 0;
  }
  .vc_grid-item-zone-c-left .vc_gitem-zone-c,
  .vc_grid-item-zone-c-left .vc_gitem-animated-block {
    width: 100% !important;
  }
  .wide-article:before {
    padding-top: 5% !important;
  }
}

@media only screen and (min-width: 1001px) {
  .hide-on-desktop {
    display: none !important;
  }
  .vc-article-grid-template-image img,
  .vc_gitem-zone .vc_single_image-wrapper img {
    object-fit: cover;
    -o-object-fit: cover;
    -moz-object-fit: cover;
    -webkit-object-fit: cover;
    height: 290px !important;
  }
  .logo-row .wpb_single_image img {
    height: 100px !important
  }
}

@media only screen and (min-width: 581px) and (max-width: 1000px) {
  .vc_grid.vc_row .vc_grid-item {
    width: 49%;
    float: left !important;
  }
  .mt-min-30 {
    margin-top: -38px;
  }
  .vc_btn3-container {
    margin-right: 15px;
  }
  .center-position {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}

@media only screen and (min-width: 1140px) and (max-width: 1230px) {
  .vc_grid.vc_row{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media only screen and (min-width: 700px) and (max-width: 1100px) {
  .wide-on-mobile {
    width: 682px !important;
  }
  .short-on-mobile {
    width: 341px !important;
  }
  .show-on-mobile {
    display: block !important;
  }
  .hide-on-mobile {
    display: none !important;
  }
  .masonry-set-dimensions .grid-item img {
    height: 100%;
    object-fit: cover;
  }
  .post-hero-caption {
    padding-left: 20px;
  }
  .vc_row.vc_row-o-full-height {
    min-height: 100% !important;
  }
  .vc-article-grid-template-image img {
    object-fit: cover;
    -o-object-fit: cover;
    -moz-object-fit: cover;
    -webkit-object-fit: cover;
    height: 390px !important;
  }
  .vc_grid-container {
    margin-right: 20px !important;
  }
  .fs-10 {
    font-size: 1rem !important;
  }
}

@media only screen and (min-width: 1001px) {
  .vc_gitem-zone-a .vc_gitem-row-position-middle,
  .vc_gitem-zone-b .vc_gitem-row-position-middle {
    left: 0;
    right: 0;
    top: 50%;
    padding-top: 0;
    position: absolute;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
  }
  .wide-article:before {
    padding-top: 45% !important;
  }
  .mt-min-30 {
    margin-top: -38px;
  }
}


/*------------------------------------------------------------------
[Pasha Ugamochi classes added in August 2020]
*/

.partner-logo {
	filter: grayscale(100%);
}
.partner-logo:hover {
	filter: none;
}