/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


section.side_menu.right {
  overflow-y: visible! important;
  visibility: visible! important;
}
.mobile_menu_button {
  display: none! important
}
#top .gform_wrapper ul li.gfield {
  list-style-type: none !important;
}
.lightbox.qbutton.small.white, .info.portfolio_custom_date, .info.portfolio_categories, .info.portfolio_content h6, .flex-direction-nav {
  display: none;
}
.fa-bars:before {
  font-size: 30px;
}
.fa-search:before {
  font-size: 20px;
}
.search_button.search_slides_from_window_top {
  margin-top: -15px;
}
body {
  font-family: Open Sans;
}
li.item img {
  width: 60%! important;
}
#display_none {
  display: none;
}
.call_to_action.normal {
  margin-left: -15px;
  margin-right: -15px;
}
h2, .q_slide_title {
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}
.home h3 {
  text-transform: none! important;
  opacity: .7;
}
h3, .testimonial_text_inner {
  font-family: 'Merriweather', serif;
  opacity: .9;
}
h1 {
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}
h4 {
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}
h4.q_slide_subtitle {
  font-family: 'Merriweather', serif! important;
  font-weight: 300! important;
  font-style: italic! important;
}
#CTA h3 {
  font-family: Open Sans! important;
  text-transform: uppercase! important;
}
.testimonials_holder .flex-direction-nav a {
  width: 20px! important;
  height: 20px! important;
}
.page-id-14093 .qbutton.green.default {
  display: none;
}
.home .icon_text_inner {
  text-align: left;
}
.icon-row h5 {
  font-weight: 700;
}
.icon-row .qode_icon_font_awesome {
  font-size: 50px! important;
}
.content_inner .qbutton {
  background-color: #029b7e ! important;
  color: #fff ! important;
  border-radius: 0px ! important;
  border: 2px solid #029b7e! important;
  min-width: 200px;
  text-align: center;
}
.content_inner .qbutton:hover {
  background-color: transparent ! important;
  color: #029b7e ! important;
  border-radius: 0px ! important;
  border: 2px solid #029b7e! important;
  min-width: 200px;
  text-align: center;
}
.home .testimonial_author img {
  display: none;
}
h3 {
  margin-bottom: 10px;
}
.ls-wp-container.fitvidsignore .ls-noskin.ls-container.ls-fullwidth.ls-device-is-desktop {
  margin: auto! important;
}
#layerslider_2 {
  margin: auto! important;
}
.wpb_wrapper p {
  margin-bottom: 10px! important;
}
body {
  font-size: 16px;
}
.footer_top h5 {
  color: #D1DF58;
}
.blog h2 a, aside .widget h5 {
  color: #004D71;
}
.blog_holder article .post_text h2 .date {
  color: #D1DF58
}
.testimonials_holder .flex-direction-nav a.flex-next:before {
  content: '\f054';
  color: #5cc9d5;
}
.testimonials_holder .flex-direction-nav a.flex-prev:before {
  content: '\f053';
  color: #5cc9d5;
}
.testimonials_holder.light .flex-direction-nav a:hover {
  background: transparent! important;
}
.testimonials_holder.light .flex-direction-nav a {
  border: transparent! important;
}
#menu-item-14896 a, #menu-item-16844 a, #menu-item-16844 a, #menu-item-14881 a, #menu-item-15115 a, #menu-item-14895 a, #menu-item-15189 a, #menu-item-14957 a, #menu-item-14922 a, #menu-item-15864 a, #menu-item-16046 a {
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  opacity: .7;
}
.sub-menu a {
  font-weight: normal! important;
  text-transform: none! important;
  color: #818181! important;
  opacity: 1! important;
}
.more_facts_button {
  padding: 19px 0 5px! important;
}
.gform_wrapper h3.gform_title {
  display: none;
}
.page-id-5781 .vc_btn3-container.vc_btn3-left {
  display: none;
}
.page-id-5781 h4 {
  text-align: center! important;
  font-size: 13px;
  text-transform: uppercase;
}
.page-id-5781 .vc_grid-item {
  text-align: center! important;
}
.vc_grid-filter-item {
  text-transform: uppercase;
  color: #029b7e;
  font-weight: bold;
}
.vc_grid-filter-item span {
  padding: 15px! important;
}
.wrapper, body, .content, .content .container, .full_width {
  background: #fff
}
.post_infos {
  display: none! important;
}
h3 {
  text-transform: none;
}
.vc_grid-filter-item {
  border-right: 2px solid #1abc9c;
  height: 25px;
  margin-top: 10px! important;
  margin-bottom: 10px! important;
}
.vc_grid-filter-item.vc_active {
  color: black;
}
.vc_grid-filter {
  width: 50%;
  margin: auto;
  padding-bottom: 50px
}
.title_holder {
  text-align: center;
}
.page-id-5781 .separator.small left {
  margin: auto! important;
}
.vc_custom_1419240516480 {
  background: white! important;
}
.gform_body input, textarea#input_1_3, textarea#input_1_4 {
  background: #DCDCDC! important;
}
.separator.small.center {
  display: none;
}
#small_width .wpb_wrapper {
  max-width: 80%;
  margin: auto;
}

@media (max-width:770px) {
#small_width .wpb_wrapper {
  max-width: 100%;
  margin: auto;
}
#mobilehide {
  display: none;
}
}
.testimonials_holder .flex-direction-nav a {
  border: none! important;
}
header.centered_logo.centered_logo_animate .q_logo img, header:not(.centered_logo) .q_logo img {
  padding: 12px;
  height: 65%! important;
  image-rendering: -webkit-optimize-contrast;
}
header .container_inner .header_inner_left {
  left: -50px;
}
header.fixed.scrolled .header_bottom {
  padding-bottom: 10px;
}
header.fixed.scrolled .header_bottom .fa {
  color: grey;
}
.separator.small.left {
  display: none;
}

@media only screen and (min-width: 1024px) {
.page-id-5781 .vc_grid.vc_row.vc_grid-gutter-35px .vc_grid-item {
  padding: 55px;
}
.portfolio_single .two_columns_66_33>.column1 {
  width: 33.33%;
}
.portfolio_single .two_columns_66_33>.column2 {
  width: 66.66%;
}
#small_column .section_inner {
  width: 600px! important;
}
}
.logo_wrapper {
  left: 32%
}
.title.title_size_large h1, p.ls-layer {
  font-size: 56px;
  line-height: 60px;
  font-weight: 600! important;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .4)! important;
  font-family: 'Montserrat', sans-serif! important;
}
#hide {
  display: none
}
.ls-bg-wrap {
  position: relative;
}
.ls-bg-wrap:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0,0,0,0.3);
}
.title .title_holder .container {
  position: relative;
}
.image.responsive:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0,0,0,0.3);
}
.vc_grid-term-152 {
  display: none;
}
#small_width .qode_icon_font_awesome, #icon_row .qode_icon_font_awesome {
  color: #029B7E! important;
}
.mejs-container {
  max-width: 400px! important;
}
.powerpress_player {
  padding-top: 20px! important;
  padding-bottom: 20px! important;
}
.portfolio_social_holder {
  display: none;
}
.portfolio_single h6 {
  display: none;
}
.post_info a {
  display: none;
}
.post_info span a {
  display: block! important;
}
.post-template-default .blog_holder article .post_image, .blog_holder article .post_image img, .blog_holder article .post_image>a {
  height: 500px! important;
  object-fit: cover;
  object-position: 50% 5%;
}
span.time {
  display: none;
}
span.dots {
  display: none;
}
.powerpress_links a {
  font-weight: bold;
  text-decoration: underline;
}
#menu-item-16844 a {
  font-weight: bold! important;
  text-transform: uppercase! important;
}
.blog .title_outer animate_title_area.with_image {
  margin-bottom: 80px;
}
.vc_grid-loading {
  margin-bottom: 4rem;
}
/* PODCASTS */
.page-id-16048 .title_holder h1 span {
  font-size: 20px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}
#podcast-intro .qbutton:before, #btn-youtube-subscribe:before, .subscribe-buttons .qbutton:before {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: auto 70%;
  background-position: center bottom;
  position: relative;
  top: 1px;
  content: '';
}
#podcast-intro .wpb_wrapper {
  text-align: center;
}
#podcast-intro .qbutton, #btn-youtube-subscribe, .subscribe-buttons .qbutton {
  min-width: 22%!important;
  margin: 5px;
  position: relative;
  text-transform: none!important;
  font-size: 16px;
  letter-spacing: normal;
  font-weight: normal;
  height: auto!important;
  line-height: 35px!important;
}
.subscribe-buttons .qbutton {
  min-width: 16%!important;
  margin: 5px 10px 5px 0!important;
  padding-right: 20px;
}

@media only screen and (max-width: 640px) {
.subscribe-buttons {
  margin-bottom: 20px!important;
}
.subscribe-buttons .qbutton,  #podcast-intro .qbutton {
  min-width: 80%!important;
  clear: both;
  margin: 5px auto!important;
}
}
#podcast-intro .qbutton:hover, #btn-youtube-subscribe:hover, .subscribe-buttons .qbutton:hover {
  background: #029b7e!important;
  border-color: #029b7e!important;
  color: #fff!important;
  opacity: .8;
}
.subscribe-buttons .btn-apple:before, #podcast-intro #btn-apple:before {
  background-image: url(../img/btn-apple.png)!important;
}
.subscribe-buttons .btn-google-play:before, #podcast-intro #btn-google-play:before {
  background-image: url(../img/btn-google-play.png)!important;
}
.subscribe-buttons .btn-android:before {
  background-image: url(../img/btn-android.png)!important;
}
.subscribe-buttons .btn-rss:before {
  background-image: url(../img/btn-rss.png)!important;
}
#podcast-intro #btn-youtube:before, .subscribe-buttons .btn-youtube:before, #btn-youtube-subscribe:before {
  background-image: url(../img/btn-youtube.png)!important;
}
#newest-podcast h4, .video-wrapper .video-text h4 {
  font-size: 20px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

@media only screen and (min-width: 768px) {
#newest-podcast .podcast {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
}
.cover {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#newest-podcast .podcast > div {
  float: none!important;
}
#newest-podcast .podcast-image {
  min-height: 345px;
}
#newest-podcast .podcast-image a {
  display: block;
  height: 100%;
  width: 100%;
}

@media only screen and (min-width: 768px) {
#newest-podcast .podcast-content {
  padding-left: 20px;
}
}
#newest-podcast p {
  color: #a0a0a0;
}
#newest-podcast .podcast-links p a {
  color: #007376;
  text-decoration: none;
}
#newest-podcast .podcast-excerpt iframe, #newest-podcast .podcast-excerpt .powerpress_links, #newest-podcast .podcast-links iframe, #newest-podcast .podcast-links p, #newest-podcast .podcast-player p, #recent-podcasts .vc_gitem-post-data-source-post_excerpt p:not(:first-child) {
  display: none!important;
}
#newest-podcast .podcast-links p.powerpress_links {
  display: block!important;
}
#newest-podcast .podcast-excerpt h3 {
  font-size: 16px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

@media only screen and (max-width: 768px) {
#newest-podcast .podcast-excerpt h3 {
  margin-top: 20px;
}
}
#newest-podcast .podcast-excerpt h4 {
  margin-bottom: 10px;
}
#recent-podcasts .vc_gitem-animated-block, #recent-podcasts .vc_gitem-animated-block *, #featured-videos .vc_gitem-animated-block, #featured-videos .vc_gitem-animated-block * {
  transform: none!important;
  filter: none!important;
}
#featured-videos .vc_gitem-zone .vc-zone-link:hover, #recent-podcasts .vc_gitem-zone .vc-zone-link:hover {
  opacity: .8;
}
#recent-podcasts .vc_gitem-animated-block .vc_gitem-zone {
  border: 10px solid #f9f9f9;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
}
#recent-podcasts .vc_gitem-animated-block {
  width: 33.3%!important;
  float: left;
  min-width: 180px;
}
#recent-podcasts .vc_clearfix .vc_gitem-post-data p {
  margin-bottom: 0!important;
  padding-bottom: 0!important;
}
#recent-podcasts .vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
  margin-right: 0!important;
}
#recent-podcasts .vc_clearfix.vc_col-sm-12 {
  margin-bottom: 40px;
}
#recent-podcasts .vc_clearfix .vc_clearfix .vc_clearfix .vc_clearfix {
  background: #f9f9f9!important;
  padding: 0!important;
  overflow: hidden;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
#recent-podcasts .vc_clearfix .vc_clearfix .vc_clearfix .vc_clearfix > .vc_gitem-animated-block, #recent-podcasts .vc_clearfix .vc_clearfix .vc_clearfix .vc_clearfix > .vc_gitem-zone-c {
  float: none!important;
}
#recent-podcasts .vc_gitem_row .vc_gitem-col {
  padding: 10px 10px 3px 0!important;
}
#recent-podcasts .vc_gitem_row .vc_gitem-col h4, #featured-videos .vc_gitem_row .vc_gitem-col h4 {
  margin-bottom: 10px;
}
#recent-podcasts .vc_gitem-zone-c {
  width: 66.6%!important;
  float: left;
}
#recent-podcasts .vc_gitem-post-data {
  margin-bottom: 0!important;
}
.listing-container {
  margin-top: 80px;
}
.listing-container h3 {
  font-size: 28px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 30px!important;
  text-transform: uppercase;
}
#recent-podcasts .vc_grid .vc_pageable-load-more-btn .vc_general.vc_btn3 {
  padding: 0;
  color: #007376;
  background: #fff;
  margin: 0 0 0 0;
  z-index: 999;
  position: relative;
  text-transform: capitalize;
}
#recent-podcasts .vc_grid .vc_pageable-load-more-btn {
  margin-top: 0!important;
  background: #fff;
  text-align: right;
}
#featured-videos {
}
#featured-videos .vc_gitem-animated-block {
  max-height: 320px;
}
#featured-videos .vc_gitem_row .vc_gitem-col {
  padding: 30px 0 0 0;
}
#featured-videos .vc_gitem-zone {
  background: transparent!important;
}
.video-wrapper .video-text h4 {
  margin-bottom: 10px;
}
.video-wrapper .video-text {
  margin-top: 20px;
}
.video-wrapper .video-image {
  min-height: 320px;
  display: block;
  width: 100%;
  height: 100%;
}
.video-wrapper {
  padding-left: 0;
  margin: 0 0 20px 0;
}
.video-wrapper {
  margin-bottom: 60px;
}
.video-wrapper .video-image a, .video-wrapper .video-image a {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  min-height: 320px;
  text-align: center;
  color: #fff;
  font-size: 40px;
}
.video-wrapper .video-image a:hover, .video-wrapper .video-image a:hover {
  opacity: .8;
}
#recent-videos .video-image a {
  min-height: 150px;
}
.video-image a em {
  opacity: .6;
  position: relative;
  top: 140px;
}
#recent-videos .video-image a em {
  top: 55px;
}
.video-wrapper .video-text h4 {
  margin: 5px 0;
}
.video-wrapper .video-image {
  min-height: 150px;
  display: block;
  width: 100%;
  height: 100%;
}
#featured-videos .wpb_text_column {
  float: left;
  padding-right: 20px;
}
#btn-youtube-subscribe {
  min-width: 0;
  padding-left: 30px;
  padding-right: 30px;
  height: auto!important;
  position: relative;
  top: -10px;
}
.video-wrapper {
  margin-top: 30px;
}
.single-podcast {
  margin-top: 80px;
}
.single-podcast .post_image {
  max-height: 350px!important;
  width: 33.3%!important;
  float: left;
}
.single-podcast .post_image img {
  max-height: 350px!important;
}
.single-podcast .post_text {
  width: 66.6%!important;
  float: left;
}
.single-podcast .post_text_inner {
  padding-left: 20px!important;
}
.single-podcast .post_text iframe {
  clear: both;
  display: block;
}
.single-podcast .entry_date {
  display: block;
  clear: both;
}
.single-podcast iframe {
  margin-bottom: 30px;
}
.single-podcast article {
  margin-bottom: 40px!important;
}
.single-podcast .powerpress_links {
  display: none;
}
.single-podcast .post_text_inner p {
  margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
#recent-podcasts .vc_gitem-animated-block,  .single-podcast .post_image,  .single-podcast .post_text {
  width: 100%!important;
}
#recent-podcasts .vc_clearfix .vc_clearfix .vc_clearfix .vc_clearfix {
  display: block!important;
}
#recent-podcasts .vc_gitem-zone-c {
  width: 100%!important;
  padding-left: 10px!important;
}
}



/* Team */

#team-wrapper h3,
#team-wrapper h3 a{
  color:#402e00!important;
  text-transform:uppercase;
  font-size:20px;
  font-family:'Montserrat', sans-serif;
  letter-spacing:normal;
  margin:0;
}
#team-wrapper h3 a em {
  color:#1385c8;
}
#team-wrapper .team-member:hover {
  opacity:0.8;
}
#team-wrapper .team-member {
  min-height:350px;
} 
#team-wrapper .team-member h4 {
  text-align:left!important;
}
#team-wrapper h4 {
  color:#9a9a9a;
  text-transform:uppercase;
  font-size:18px;
  margin-bottom:10px;
}
#team-wrapper #team-interests a  {
  color:#029b7d;
  text-transform:uppercase;
  font-size:16px; 
  font-family:'Montserrat', sans-serif;
  font-weight:700;
}
#team-wrapper #team-interests a img {
  max-height:25px;
}
#team-wrapper #team-interests {
  width:90%;
  margin:10px auto 40px auto;
  text-align:center;
}
#team-wrapper #team-interests li {
  list-style-type:none;
  display:inline;
  text-align:center;
  padding:10px; 
  min-height:45px;
  line-height:45px;
}

@media only screen and (max-width: 481px) {
  #team-wrapper #team-interests li {
    display:block;
    width:100%;
    min-height:0;
    line-height:normal;
  }
}
#team-wrapper #team-interests li:hover {
  opacity:.7;
} 
#team-wrapper .team-member * {
  text-align:left;
}

.single-portfolio_page .title_subtitle_holder {
  display:none;
}
.single-portfolio_page .wrapper_inner .column2 .column_inner {
  padding-left:0;
}
.single-portfolio_page .wrapper_inner .column2 img {
  position: relative;
  top:10px;
}
.single-portfolio_page .wrapper_inner .column2 {
  width:100%!important;
}
.single-portfolio_page .wrapper_inner .column2 .portfolio_content {
  color:#a0a0a0;
  font-size:18px;
  line-height:30px;
}
.single-portfolio_page .wrapper_inner .column2 .info img {
  margin-right:35px;
  margin-bottom:35px;
}
.single-portfolio_page .wrapper_inner .column1 {
  display:none!important;
}
.single-portfolio_page .portfolio_next h5:hover,
.single-portfolio_page .portfolio_prev h5:hover,
.single-portfolio_page .portfolio_next a:hover,
.single-portfolio_page .portfolio_prev a:hover {
  background:transparent!important;
  color:#007376!important;
  opacity:0.8;
}
.single-portfolio_page .portfolio_next a,
.single-portfolio_page .portfolio_prev a {
  border:0;
  width:auto;
  color:#007376!important;
  font-size:18px;
  text-transform:uppercase;
  font-family:'Montserrat', sans-serif;
}
.single-portfolio_page .portfolio_next h5,
.single-portfolio_page .portfolio_prev h5 {
  color:#007376;
  font-size:18px;
  text-transform:uppercase;
  font-family:'Montserrat', sans-serif;
}

.single-portfolio_page #team-wrapper .team-member {
  min-height:0;
}
.single-portfolio_page #team-wrapper .team-member h3,
.single-portfolio_page #team-wrapper .team-member h3 a,
.single-portfolio_page #team-wrapper .team-member h4 {
  color:#2f2f2f!important;
}
.single-portfolio_page #team-wrapper .team-member h3 {
  font-size:28px!important;
}
.single-portfolio_page  #team-wrapper {
  display:inline;
}
.single-portfolio_page #team-wrapper .team-member h3 a {
  float:right;
  font-size:50px;
}
.single-post #recent-podcasts {
  display:none;
}
#input_2_1 {
  width:100%!important;
}



/* GRAVITY FORM STYLING */
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
  border:none!important;
}
.gform_wrapper .validation_message {
  color:#009c81!important;
}
.gform_body input,
.gform_body textarea {
  padding:10px!important;
  width:100%!important;
}
#gform_wrapper_5 .gform_body input,
#gform_wrapper_5 .gform_body textarea {
  background:#f1f1f1!important;
}
.gform_wrapper div.validation_error {
display: none;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
background-color: transparent !important;
border: none !important;
}

.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
margin-right: 0 !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
.gform_wrapper .gfield_description + .gform_wrapper .gfield_description.validation_message,
.gform_wrapper .ginput_container + .gfield_description.validation_message {
margin-top: 0 !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
margin-left: 0 !important;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
margin-bottom: 0 !important;
margin-top: 0 !important;
}

body .gform_wrapper .gfield_description.validation_message,
body .gform_wrapper .top_label .gfield_description.validation_message {
padding: 0 !important;
}

body img.gform_ajax_spinner {
display: none!important;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  padding-top:0!important;
}
/* VIDEO LANDING PAGE */
.page-template-page-video .content-inner {
  padding-top:40px;
}
.center {
  text-align:center;
}
.page-template-page-video .video-wrapper {
  padding-top:0;
  margin-top:0;
}
.video-sidebar  .webform {
  background:#029B7E;
  padding:30px;
}
.video-sidebar .webform label {
  display:none!important;
}
.other-videos .video-image a,
.other-videos .video-image {
  height:200px;
  min-height:0;
}
.other-videos .video-image a em {
  top:75px;
}
.the-content {
  padding-bottom:60px;
}
.related-links {
  padding-bottom:60px;
  margin-top:105px;
}
.related-links li {
  list-style-type:none;
  padding:5px 0;
}
.related-links li a:hover {
  opacity:0.8;
}

.video-sidebar h3 {
  font-family:'Montserrat', sans-serif;
  color:#303030!important;
  text-transform: uppercase;
}
.video-sidebar h3 span {
  display:block;
  font-size:24px;
  color:#fff!important;
}
.page-template-page-video .featured-video.video-wrapper .video-image a {
  height:387px!important;
}
.page-template-page-video .title h1, 
.page-template-page-video .title.title_size_small h1 {
  font-size:30px!important;
  padding-top:20px;
  width:60%;
  margin:0 auto;
}
.page-template-page-video h1.h2 {
  padding-top:25px;
}
.related-links h3 {
  color:#303030!important;
}
@media only screen and (min-width: 768px) {
  .col-2of3 {
    width:65%;
    float:left;
    padding-right:5%;
  }
  .col-1of3 {
    width:30%;
    float:left;
  }
  .other-videos .video-wrapper:nth-child(odd) {
    width:49%;
    float:left;
    padding-right:1%;
  }
  .other-videos .video-wrapper:nth-child(even) {
    width:49%;
    float:left;
    padding-left:1%;
  }
}
.vc_row.icon-fix .q_font_awsome_icon {
  float: left;
  position: relative;
  top: 9px;
  left: 9px;
}
.vc_row.icon-fix .q_font_awsome_icon + .wpb_text_column {
  display: block;
  padding: 6px 6px 6px 2.75em;
  border-radius: 3px;
}
.vc_row.icon-fix .q_font_awsome_icon + .wpb_text_column::after {
  content: '';
  clear: both;
}
.vc_row.icon-fix .wpb_text_column:nth-of-type(2n) {
  background-color: #eee;
}








header.fixed.scrolled .header_bottom,
header.fixed.scrolled .header_top,
header.fixed_hiding.scrolled .header_bottom,
header.fixed_hiding.scrolled .header_top {
  background-color: rgba(255,255,255,1) !important;
}










.content{
  margin-top: 0;
}

.logo_wrapper,
.side_menu_button,
.shopping_cart_inner
{
  height: 65px;
}
.content.content_top_margin{
  margin-top: 65px !important;
}

header:not(.centered_logo) .header_fixed_right_area {
    line-height: 65px;
}

header.scrolled .logo_wrapper,
header.scrolled .side_menu_button{
  height: 65px;
}

header.scrolled nav.main_menu ul li a {
  line-height: 65px;
}

header.scrolled .drop_down .second{
  top: 65px;
}




        header.fixed_hiding .q_logo a,
        header.fixed_hiding .q_logo{
            max-height: 34.5px;
        }

    @media only screen and (max-width: 1000px){
        .q_logo a,.q_logo img{
            height: 50px !important;
        }
    }   

    @media only screen and (max-width: 480px){
        .q_logo a,.q_logo img{
            height: 50px !important;
        }
    }   


nav.main_menu > ul > li > a{
  line-height: 65px;
}


























a, p a{
  color: #027b7e;     }

    h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover,
  .q_icon_with_title .icon_with_title_link,
  .blog_holder article .post_description a:hover,
  .blog_holder.masonry article .post_info a:hover,
  .breadcrumb .current,
  .breadcrumb a:hover,
  .portfolio_social_holder a:hover,
  .latest_post_inner .post_infos a:hover{
    color: #027b7e;
  }
  a:hover,p a:hover,
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover,
.q_tabs .tabs-nav li a:hover,
.q_icon_with_title .icon_with_title_link:hover,
.blog_holder article .post_description a:hover,
.blog_holder.masonry article .post_info a:hover,
.portfolio_social_holder a:hover,
.latest_post_inner .post_infos a:hover{
  color: #027b7e; }
















.google_map{
  height: 750px;
}











































/*Blog Masonry Gallery - end */




























 
 
 .vertical_menu_float .menu-item .second{
  left: calc(100% + 30px); /*because of the padding*/
}

.vertical_menu_hidden aside.vertical_menu_area .vertical_menu_float .menu-item .second {
  left: calc(100% + 40px);
}

 
 
 




  .vertical_menu_area{
    text-align:left;
  }
  


















    .portfolio_main_holder .item_holder.thin_plus_only .thin_plus_only_icon {
        font-family:     }
    .qode_search_form i,
    .qode_search_form .container input {
      color: #029b73;   }
    


  .qode_search_form_2 input[type="text"],
  .qode_search_form_2 input[type="text"]:focus,
  .qode_search_form_3 input[type="text"],
  .qode_search_form_3 input[type="text"]:focus,
  .fullscreen_search_holder .search_field,
  .fullscreen_search_holder .search_field:focus,
  .qode_search_form input, 
  .qode_search_form input:focus{
    font-size: 18px !important;font-weight: 600;font-style: italic;color: #029b73    }




  .fullscreen_search_holder .search_label{
    font-size: 18px !important    }








































































  
  







    .masonry_gallery_item.square_big .masonry_gallery_item_inner .masonry_gallery_item_content{
    text-align: center;    }


    .masonry_gallery_item.square_small .masonry_gallery_item_inner .masonry_gallery_item_content{
    text-align: center;    }


    .masonry_gallery_item.rectangle_portrait .masonry_gallery_item_inner .masonry_gallery_item_content{
    text-align: center;    }


    .masonry_gallery_item.rectangle_landscape .masonry_gallery_item_inner .masonry_gallery_item_content{
    text-align: center;    }








.header_bottom .qode-login-register-widget.qode-user-logged-in { height: 65px;}

@media only screen and (max-width: 1000px){
        }
@media only screen and (min-width: 480px) and (max-width: 768px){
  
          section.parallax_section_holder{
      height: auto !important;
      min-height: 400px;
    }
    }
@media only screen and (max-width: 768px){
  
  
  
  
  
  
  
  
  }
@media only screen and (max-width: 600px) {
  
  
  
  
  
  
  }
@media only screen and (max-width: 480px){

      section.parallax_section_holder {
      height: auto !important;
      min-height: 400px;
    }
  
    
  }