/*
@font-face {
  font-family: 'apercumedium';
  src: url('../fonts/apercu_medium-webfont.woff2') format('woff2'),
       url('../fonts/apercu_medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'apercuregular';
  src: url('../fonts/apercu_regular-webfont.woff2') format('woff2'),
       url('../fonts/apercu_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
*/
h1:not(.vc_custom_heading):not(.top-heading),
h2,
h3:not(.vc_custom_heading),
h4,
h5:not(.vc_custom_heading),
h6:not(.vc_custom_heading),
.off-canvas-menu-container.mobile-only .menu li a {
  letter-spacing: -0.02em;
}

.h1 {
  font-size: 88px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.h2 {
  font-size: 44px;
  line-height: 1.4;
  letter-spacing: -0.02em;
}

a.button {
  border: 2px solid;
  padding: 10px 20px;
  margin-top: 20px;
  transition: all 0.4s ease-in-out;
}
a.button.white {
  color: #fff;
  border-color: #fff;
}
a.button.red {
  color: #fa453b;
  border-color: #fa453b;
}
a.button:hover {
  color: #000;
  border-color: #000;
}

.pull-up-150 {
  margin-top: -150px;
}

.nectar-fancy-box[data-style=parallax_hover] {
  overflow: hidden !important;
}

.nectar-fancy-box .box-bg:after {
  display: none !important;
}

#header-outer li a,
header .sf-menu li a,
.mmp-roster-row .team-meta h3,
.mmp-page-anchors li a {
  font-family: "apercuregular" !important;
  font-weight: 400 !important;
}

.mmp-page-anchors li a {
  padding: 30px 20px !important;
  font-size: 24px !important;
  color: #ff720b;
}

.bold, strong, b {
  font-family: "apercumedium" !important;
}

.site-2.home .full-width-section .row-bg {
  background-attachment: fixed;
  background-size: cover !important;
}
@media (max-width: 767px) {
  .site-2.home .full-width-section .row-bg {
    background-attachment: scroll;
  }
}

.site-2.home .full-width-section.not-fixed .row-bg {
  background-attachment: scroll;
}

body.site-5 .container-wrap, body.site-5 .project-title {
  margin-top: 0;
  padding-top: 0px;
}
@media (max-width: 767px) {
  body.site-5 #ajax-content-wrap .vc_row.inner_row.left_padding_64px .row_col_wrap_12_inner {
    padding-left: 32px;
  }
  body.site-5 #ajax-content-wrap .vc_row.inner_row.right_padding_64px .row_col_wrap_12_inner {
    padding-right: 32px;
  }
}
body.site-5 #header-outer {
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.4s ease-in-out;
  position: absolute;
}
body.site-5 #header-outer header > .container {
  padding: 0 64px;
}
@media (max-width: 767px) {
  body.site-5 #header-outer header > .container {
    padding: 0 18px;
  }
}
@media (max-width: 767px) {
  body.site-5 #header-outer {
    background-color: rgb(255, 255, 255);
  }
}
body.site-5 #header-outer.small-nav {
  background-color: rgb(255, 255, 255);
  position: fixed;
}
body.site-5 #header-outer.small-nav #top nav > ul > li > a {
  background-color: transparent;
}
body.site-5 #header-outer.small-nav #top nav > ul > li#social-in-menu a {
  line-height: 22px;
  padding: 0px;
}
body.site-5 #header-outer.small-nav #top #logo img {
  max-height: 42px;
}
body.site-5 #header-outer #top nav > ul > li:first-child a {
  border-radius: 24px 0px 0px 24px;
  padding-left: 26px;
}
body.site-5 #header-outer #top nav > ul > li:last-child a:last-child {
  padding-right: 26px !important;
  border-radius: 0px 24px 24px 0px;
}
body.site-5 #header-outer #top nav > ul > li#social-in-menu {
  margin-left: 0px;
}
body.site-5 #header-outer #top nav > ul > li#social-in-menu a {
  line-height: 13px;
  height: auto;
  display: inline-block;
  padding: 13px 0px;
}
body.site-5 #header-outer #top nav > ul > li#social-in-menu a:hover i {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
body.site-5 #header-outer #top nav > ul > li#social-in-menu a i:after {
  margin-top: 10px;
}
body.site-5 #header-outer #top nav > ul > li > a {
  margin-right: 0px;
  margin-left: 0px;
  background: #ff4438;
  padding: 16px;
  font-size: 16px;
  line-height: 16px;
}
body.site-5 #header-space {
  max-height: 0px;
}
body.site-5 #labels-header-new, body.site-5 #labels-header-new .row_col_wrap_12.col.span_12.dark.left {
  min-height: 100vh;
}
body.site-5 #labels-header-new .header-left, body.site-5 #labels-header-new .header-right, body.site-5 #labels-header-new .header-image-left, body.site-5 #labels-header-new .header-image-right {
  content: " ";
  position: fixed;
  width: 50%;
  height: 100%;
  top: 0px;
  z-index: -1;
}
body.site-5 #labels-header-new .header-left, body.site-5 #labels-header-new .header-image-left {
  background: #ff4438;
  left: 0px;
}
body.site-5 #labels-header-new .header-right, body.site-5 #labels-header-new .header-image-right {
  background: #6c53d3;
  right: 0px;
}
body.site-5 #labels-header-new .header-image-left {
  background: url(../img/header-left.png) center right no-repeat;
  background-size: cover;
  z-index: 0;
  width: 49.5%;
}
body.site-5 #labels-header-new .header-image-right {
  background: url(../img/header-right.png) center left no-repeat;
  background-size: cover;
  z-index: 0;
  width: 49.5%;
}
body.site-5 .iconic-text p {
  font-size: 78px;
  line-height: 72px;
  margin: 0px 0px 0px -7px;
}
@media (max-width: 767px) {
  body.site-5 .iconic-text p {
    font-size: 28px;
    line-height: 28px;
    text-align: center;
  }
}
body.site-5 #mush-icon {
  position: absolute;
  top: 50vh;
  z-index: 9999;
  margin-top: -39px;
}
@media (max-width: 767px) {
  body.site-5 #mush-icon .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner {
    text-align: center;
  }
}

.nectar-badge.nectar-inherit-label.nectar-display-inline {
  display: inline-block;
}

#header-outer.transparent #top nav > ul > li > a,
#header-outer.transparent #top nav > .sf-menu > li > a {
  opacity: 1 !important;
}

.portfolio-items .col.span_3 .work-item .work-info a,
.portfolio-items .col.span_4 .work-item .work-info a {
  margin: 0px !important;
}

.home .portfolio-items .col .work-info .vert-center h3 {
  line-height: 1.4;
}
.home .portfolio-items .col .work-info .vert-center p {
  padding-bottom: 0;
  font-size: 13px !important;
  line-height: 1.3;
}

.site-4 {
  /*
  #header-outer{
    header>.container{
      padding: 0 64px;
      @media(max-width: 767px){
        padding: 0 18px;
      }
    }
    background-color: rgba(255,255,255,0.0);
    transition: all 0.4s ease-in-out;
    position: absolute;

    @media(max-width: 767px){
      background-color: rgba(255,255,255,1.0);
    }
    &.small-nav{
      background-color: rgba(255,255,255,1.0);
      position: fixed;

      #top nav>ul>li>a{
        background-color: transparent;
      }
      #top nav > ul > li#social-in-menu a {
          line-height: 22px;
          padding: 0px;
      }
      #top #logo img{
        max-height: 42px;
      }
    }

    &[data-lhe="animated_underline"] #top nav > ul > li > a .menu-title-text:after{
      border-color: #000;
    }

  }*/
}
.site-4.home #ajax-content-wrap > .container-wrap {
  margin-bottom: 0px !important;
}
.site-4.single-portfolio #contact {
  display: none;
}
.site-4.material .wpb_row:last-child {
  margin-bottom: 0px;
}
.site-4 p#breadcrumbs {
  display: none;
}
@media (min-width: 768px) {
  .site-4 .nectar_fullscreen_zoom_recent_projects .project-slide .project-info h1 > span {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 0px 10px 0px 0px;
    height: auto;
    float: left;
  }
  .site-4 .nectar_fullscreen_zoom_recent_projects .project-slide .project-info h1 > span span.inner {
    padding: 0;
    float: left;
    height: auto;
    line-height: 1;
  }
}
.site-4 #ajax-content-wrap {
  margin-bottom: 66px;
}
.site-4 .nectar_fullscreen_zoom_recent_projects .project-slide .project-info h1 {
  line-height: 1;
  float: left;
  width: 100%;
}
.site-4.home .portfolio-items .col .work-info .vert-center h3 {
  line-height: 1.4;
}
.site-4 .portfolio-items .col .work-info .vert-center h5 {
  color: #fff;
  letter-spacing: 0px;
}
@media (max-width: 767px) {
  .site-4 .nectar_fullscreen_zoom_recent_projects .project-slide .project-info {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    top: initial;
    bottom: 140px;
  }
  .site-4 .nectar_fullscreen_zoom_recent_projects .project-slide .project-info p {
    padding-bottom: 0px !important;
    clear: both;
    font-size: 18px;
    line-height: 24px;
  }
  .site-4 .nectar_fullscreen_zoom_recent_projects .project-slide .project-info h1 {
    font-size: 28px;
    line-height: 34px;
  }
  .site-4 .nectar_fullscreen_zoom_recent_projects .project-slide .project-info h1, .site-4 .nectar_fullscreen_zoom_recent_projects .project-slide .project-info p {
    max-width: 100%;
  }
}

.large-text p, .large-text span {
  font-size: 24px;
  line-height: 38px;
}

@media (min-width: 768px) {
  .main-site .portfolio-items .col.span_3 {
    width: 20%;
    box-sizing: border-box;
  }
}
.main-site .nectar-fancy-box[data-style=color_box_basic]:hover .box-bg:before {
  opacity: 0;
}

@media (max-width: 767px) {
  body.site-3 #artists .wpb_row {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  body.site-3 #artists .wpb_row .wpb_column.column_container.vc_column_container.col.child_column.no-extra-padding {
    margin-bottom: 20px;
  }
}
body.site-3 .manage-logo {
  position: absolute;
  top: 50%;
  margin: -138px 0px 0px -150px;
}
@media (max-width: 767px) {
  body.site-3 .manage-logo {
    margin: -73px 0px 0px -75px;
  }
  body.site-3 .manage-logo img {
    width: 150px;
  }
}
body.site-3 .flex-gallery .slides img {
  float: right;
  width: 100% !important;
}
body.site-3 .toggle h3 a {
  color: rgb(0, 0, 0);
}
body.site-3 .toggle h3:before {
  color: rgb(0, 0, 0);
}
body.site-3 span.slide-title {
  position: absolute;
  bottom: 58px;
  right: 58px;
  background: #000;
  padding: 10px 20px;
  border-radius: 40px;
}
body.site-3 .carousel-heading {
  display: none;
}
body.site-3 .portfolio-items .span_4 {
  padding: 0 10px;
}
body.site-3 .flip-box-front h4 {
  padding: 10px 20px;
  background-color: #000000;
  border-radius: 35px;
  display: inline-block;
}
body.site-3 .nectar-flip-box .flip-box-front .inner {
  padding: 0 20px;
  bottom: 25px;
  transform: translateY(0px);
  top: auto;
}
body.site-3 .nectar-flip-box .flip-box-back .inner {
  padding: 0 10px;
}
body.site-3 .nectar-flip-box .flip-box-back .inner h4, body.site-3 .nectar-flip-box .flip-box-back .inner p {
  padding-bottom: 15px;
  margin-bottom: 0px;
}
body.site-3 .nectar-flip-box .flip-box-back .inner h4:last-child, body.site-3 .nectar-flip-box .flip-box-back .inner p:last-child {
  padding-bottom: 0px;
}
body.site-3 .nectar-flip-box .flip-box-back .inner h4 {
  padding-bottom: 30px;
}
body.site-3 .nectar-flip-box .flip-box-back .inner img.logo-mm-c,
body.site-3 .nectar-flip-box .flip-box-back .inner img.logo-mm,
body.site-3 .nectar-flip-box .flip-box-back .inner img.logo-mm-fe {
  max-width: 186px;
  height: auto;
  margin: 0px auto;
}
body.site-3 .nectar-flip-box .flip-box-back .inner .hover-socials a {
  display: inline-block;
}
body.site-3 .nectar-flip-box .flip-box-back .inner .hover-socials img {
  max-width: 40px;
  height: auto;
  margin-bottom: 0px;
}
body.site-3 #logo {
  opacity: 0;
  transition: all 0.5s ease-in-out !important;
}
body.site-3 .small-nav #logo {
  opacity: 1;
}
body.site-3 .bg-after-cream > .vc_column-inner, body.site-3 .bg-before-black > .vc_column-inner {
  padding: 80px 60px !important;
}
body.site-3 .bg-after-cream > .vc_column-inner a, body.site-3 .bg-before-black > .vc_column-inner a {
  color: #000;
  text-transform: uppercase;
  text-decoration: underline;
}
body.site-3 .bg-after-cream > .vc_column-inner a:hover, body.site-3 .bg-before-black > .vc_column-inner a:hover {
  color: #fff;
}
body.site-3 .bg-after-cream .social-links .vc_col-sm-2 img, body.site-3 .bg-before-black .social-links .vc_col-sm-2 img {
  max-width: 50px;
}
body.site-3 .bg-before-black:before {
  content: " ";
  position: absolute;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0px;
}
body.site-3 .bg-after-cream:before {
  content: " ";
  position: absolute;
  right: -50%;
  width: 50%;
  height: 100%;
  background: #f6c892;
  top: 0px;
}
body.site-3 #header-outer #top nav > ul #social-in-menu {
  margin-left: 8px;
}
body.site-3 #header-outer #top nav > ul #social-in-menu a {
  background: #000;
  line-height: 38px;
  margin: 0px;
}
body.site-3 #header-outer #top nav > ul #social-in-menu a:first-child {
  border-radius: 19px 0px 0px 19px;
  padding-left: 8px;
}
body.site-3 #header-outer #top nav > ul #social-in-menu a:last-child {
  border-radius: 0px 19px 19px 0px;
  padding-right: 8px;
}
body.site-3 #header-outer #social-in-menu a i:after {
  display: none;
}
body.site-3 #header-outer #social-in-menu a:hover i {
  -webkit-transform: none;
  transform: none;
}

body.site-3 .nf-form-layout, body.site-4 .nf-form-layout {
  text-align: center;
}
body.site-3 .nf-form-content input:not([type=button]), body.site-3 .nf-form-content textarea, body.site-4 .nf-form-content input:not([type=button]), body.site-4 .nf-form-content textarea {
  background-color: transparent;
  border: 2px solid #000;
  border-radius: 10px;
}
body.site-3 .nf-form-content input[type=button], body.site-4 .nf-form-content input[type=button] {
  background: #000;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 30px;
}
body.site-3 .nf-form-content input[type=button]:hover, body.site-4 .nf-form-content input[type=button]:hover {
  background: #fdc689;
  color: #000;
}
body.site-3 .nf-form-content input[type=submit], body.site-4 .nf-form-content input[type=submit] {
  line-height: 1;
}

body.site-4 .nectar_fullscreen_zoom_recent_projects {
  background-image: url("https://dev.mushroomcreative.com/mushroom/studios/wp-content/uploads/sites/4/2022/01/feature-bg.jpg");
  background-size: cover;
}
body.site-4 .slide-bg video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
body.site-4 .nf-form-content input[type=submit] {
  color: #000;
}
body.site-4.page-template-template-portfolio #portfolio {
  width: 100% !important;
  margin-left: 0px !important;
}
body.site-4.home #page-header-wrap {
  display: none;
}
body.site-4 .portfolio-filters-inline {
  background-color: transparent;
  text-align: center;
}
body.site-4 .portfolio-filters-inline .container > ul {
  float: none;
  max-width: 100%;
  margin: 0px;
  text-align: center;
}
body.site-4 .portfolio-filters-inline .container > ul li#sort-label {
  display: none;
}
body.site-4 .portfolio-filters-inline .container > ul li a {
  color: #000;
}
body.site-4 .portfolio-filters-inline .container > ul li a.active {
  color: #ff4438 !important;
}
body.site-4 .portfolio-filters-inline #current-category {
  display: none;
}
body.site-4 .portfolio-items .col .work-item {
  border-radius: 5px;
}
body.site-4 .studios_footer img {
  max-width: 100%;
  height: auto;
  margin: 10px 0px;
}
body.site-4 .container-wrap > .container > div:last-child {
  margin-bottom: 0px;
}
body.site-4 .nectar-highlighted-text:not([data-style=text_outline]) em {
  background-image: linear-gradient(to right, #ff4438, #ff4438 100%) !important;
  transition: background-size 0.9s cubic-bezier(0.15, 0.75, 0.4, 1), opacity 0.25s ease;
  background-position: left 90%;
}
body.site-4 #footer-outer .widget {
  margin-bottom: 0px;
}

.hover-boxes * {
  position: initial !important;
}
.hover-boxes .vc_column-inner .wpb_wrapper .wpb_wrapper:hover .wpb_text_column {
  opacity: 1;
  visibility: visible;
}
.hover-boxes .vc_column-inner .wpb_wrapper .wpb_wrapper img {
  width: 195px;
  max-width: 100%;
}
.hover-boxes .vc_column-inner .wpb_wrapper .wpb_wrapper .wpb_text_column {
  opacity: 0;
  visibility: hidden;
  position: absolute !important;
  top: 0%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.4s ease-in-out;
  text-align: center;
  left: 0px;
  padding: 100px;
  z-index: 99;
}
.hover-boxes .vc_column-inner .wpb_wrapper .wpb_wrapper .wpb_text_column .wpb_wrapper {
  position: absolute !important;
  top: 50%;
  width: 800px;
  transform: translate(-50%, -50%);
  margin: 0px;
  left: 50%;
}
.hover-boxes .vc_column-inner .wpb_wrapper .wpb_wrapper .hover-wrap {
  margin-bottom: 0px;
}
.hover-boxes .vc_column-inner .wpb_wrapper .wpb_wrapper a {
  color: #000;
}
.hover-boxes .vc_column-inner .wpb_wrapper .wpb_wrapper a:hover {
  color: #ff6716;
}

.labels-slider .cell .nectar-fancy-box {
  border-radius: 0px !important;
}

.trans-header h2 {
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-size: 90px;
  font-weight: 900;
}

.header-up {
  padding-top: 20px;
}
.header-up h2 {
  margin-top: -50px;
}

.management-slider {
  overflow: hidden;
  max-height: 0px;
  transition: all 0.4s ease-in-out;
}
.management-slider.loaded {
  max-height: 1000000px;
}
.management-slider .manage-logo img {
  position: relative;
  z-index: 9999;
}
.management-slider .flex-gallery .slides img {
  float: right;
}
.management-slider .wpb_gallery .wpb_flexslider .flex-direction-nav a {
  background: transparent;
}
.management-slider .flex-direction-nav a i {
  font-size: 50px;
}
.management-slider .flex-gallery .flex-direction-nav {
  margin: 0;
  position: absolute;
  top: auto;
  bottom: 50px;
  left: -50px;
}

a.read-more-link {
  color: #000;
  border-bottom: 1px solid #000;
  transition: all 0.3s ease-in-out;
}
a.read-more-link:hover {
  border-bottom: 0px none;
}

.read-more-box {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.6s ease-in-out;
}
.read-more-box.active {
  max-height: 1000px;
}

.artists-wrap {
  margin: 100px 0px 0px;
}
.artists-wrap .artist-item {
  float: left;
  position: relative;
  display: block;
  cursor: pointer;
  background: #6c53d3;
  background-image: linear-gradient(#6c53d3, #ff4438);
}
.artists-wrap .artist-item:hover img {
  opacity: 0.3;
}
.artists-wrap .artist-item:hover .hover {
  opacity: 1;
  visibility: visible;
}
.artists-wrap .artist-item img {
  transition: all 0.5s ease-in-out;
  display: block;
  float: left;
  width: 100%;
}
.artists-wrap .artist-item a.social-corner {
  position: absolute;
}
.artists-wrap .artist-item a.social-corner i {
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 26px;
  border-radius: 100%;
  background-color: #fff;
  color: #000000;
}
.artists-wrap .artist-item a.social-corner i.fa-instagram {
  background-color: transparent;
  background: url("../img/icons/icon-insta.png") center center no-repeat;
  background-size: contain;
}
.artists-wrap .artist-item a.social-corner i.fa-instagram:before {
  display: none;
}
.artists-wrap .artist-item a.social-corner i.fa-spotify {
  background-color: transparent;
  background: url("../img/icons/icon-spotify.png") center center no-repeat;
  background-size: contain;
}
.artists-wrap .artist-item a.social-corner i.fa-spotify:before {
  display: none;
}
.artists-wrap .artist-item a.social-corner i.fa-youtube {
  background-color: transparent;
  background: url("../img/icons/icon-youtube.png") center center no-repeat;
  background-size: contain;
}
.artists-wrap .artist-item a.social-corner i.fa-youtube:before {
  display: none;
}
.artists-wrap .artist-item a.social-corner i.fa-tiktok {
  background-color: transparent;
  background: url("../img/icons/icon-tiktok.png") center center no-repeat;
  background-size: contain;
}
.artists-wrap .artist-item a.social-corner i.fa-tiktok:before {
  display: none;
}
.artists-wrap .artist-item a.social-corner i.fa-apple_music {
  background-color: transparent;
  background: url("../img/icons/icon-apple_music.png") center center no-repeat;
  background-size: contain;
}
.artists-wrap .artist-item a.social-corner i.fa-apple_music:before {
  display: none;
}
.artists-wrap .artist-item a.social-corner:nth-child(1) {
  top: -15px;
  left: -15px;
}
.artists-wrap .artist-item a.social-corner:nth-child(2) {
  top: -15px;
  right: -15px;
}
.artists-wrap .artist-item a.social-corner:nth-child(3) {
  bottom: -15px;
  left: -15px;
}
.artists-wrap .artist-item a.social-corner:nth-child(4) {
  bottom: -15px;
  right: -15px;
}
.artists-wrap .artist-item .hover {
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: 0;
  position: absolute;
  width: 80%;
  height: 80%;
  border-radius: 100%;
  border: 3px solid #fff;
  margin: 10%;
}
.artists-wrap .artist-item .hover div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  margin: 0px;
  padding: 0 20px;
}
.artists-wrap .artist-item .hover div p {
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 0px;
  margin: 0px;
}
.artists-wrap .artist-item .hover div p.artist-title {
  font-weight: 900;
  font-size: 28px;
}
.artists-wrap .artist-item .hover div p.artist-label {
  font-size: 16px;
}

.home #footer-outer .icon-salient-spotify {
  line-height: 20px;
}
.home #footer-outer .widget {
  text-align: center;
}
.home #footer-outer .widget h4 {
  font-size: 20px;
  text-transform: none !important;
  letter-spacing: 0px;
  font-size: 20px;
}
.home #footer-outer .widget ul li {
  font-size: 15px;
}
.home #footer-outer #copyright p {
  font-family: "apercumedium";
  text-transform: uppercase;
  font-size: 12px;
}

.single-portfolio #single-company-header .nectar-cta .link_wrap .link_text {
  opacity: 1 !important;
  text-transform: uppercase;
}

#portfolio-extra #single-company-header .vc_col-sm-8 {
  min-height: 200px;
}
#portfolio-extra #single-company-header .vc_col-sm-8 img {
  max-height: 200px;
}

.news-feed .nectar-post-grid-item.nectar-underline {
  opacity: 0;
  visibility: hidden;
}
.news-feed .nectar-post-grid-item.nectar-underline.animated-in {
  opacity: 1;
  visibility: visible;
}

.nectar-fancy-box[data-style=hover_desc][data-alignment=center] .hover-content {
  padding-left: 0px;
  padding-right: 0px;
}

.prev.nectar-cta .link_wrap .link_text {
  padding-right: 0px;
  padding-left: 36px;
}
.prev.nectar-cta .link_wrap .link_text:after {
  right: initial;
  left: 0px;
}
.prev.nectar-cta .link_wrap .arrow:before {
  right: initial;
  left: 0px;
  transform: rotate(180deg);
}
.prev.nectar-cta .link_wrap .arrow:after {
  margin-top: -3px;
  right: initial;
  left: 12px;
}
.prev.nectar-cta .link_wrap:hover .arrow:before {
  transform: scale(1, 1) translateX(-9px) rotate(180deg);
}
.prev.nectar-cta .link_wrap:hover .arrow:after {
  transform: scale(1, 1) translateX(-9px);
}

#ajax-content-wrap > .container-wrap {
  padding-bottom: 0px;
}

#slide-out-widget-area.fullscreen-inline-images .inner .off-canvas-menu-container li {
  width: 100%;
}
#slide-out-widget-area.fullscreen-inline-images .inner .off-canvas-menu-container li a {
  margin: 10px 0px !important;
  padding: 0px !important;
  border-bottom: 4px solid transparent;
  transition: all 0.4s ease-in-out;
}
#slide-out-widget-area.fullscreen-inline-images .inner .off-canvas-menu-container li a:hover {
  border-bottom-color: #fff;
}
#slide-out-widget-area.fullscreen-inline-images .inner .off-canvas-menu-container li.back a {
  padding: 25px 40px 20px !important;
}

#slide-out-widget-area-bg.open.light .nectar-ocm-image.current,
#slide-out-widget-area-bg.light .nectar-ocm-image.active {
  opacity: 1 !important;
}

#slide-out-widget-area.fullscreen-inline-images .bottom-text {
  text-align: left;
  text-transform: uppercase;
  font-size: 22px;
}

.gform_wrapper.gravity-theme .gfield select {
  line-height: 24px;
  color: #757575;
  font-size: 15px;
  font-family: "avant-garde-bold" !important;
}

.global-footer .gform_wrapper.gravity-theme {
  max-width: 100%;
  width: 500px;
}
.global-footer .gform_wrapper.gravity-theme .gform_body {
  width: 75%;
  float: left;
}
@media (max-width: 767px) {
  .global-footer .gform_wrapper.gravity-theme .gform_body {
    width: 100%;
  }
}
.global-footer .gform_wrapper.gravity-theme .gform_body input.large {
  border: 1px solid #fff;
  line-height: 40px;
  border-radius: 40px;
  background: transparent;
  padding: 10px 25px;
}
.global-footer .gform_wrapper.gravity-theme .gform_body input.large:hover {
  border-color: #f2e5c9;
}
.global-footer .gform_wrapper.gravity-theme .gform_footer {
  width: 25%;
  float: right;
  margin-top: 0px;
  padding-top: 0px;
}
@media (max-width: 767px) {
  .global-footer .gform_wrapper.gravity-theme .gform_footer {
    width: 50%;
    margin-top: 10px;
    clear: both;
    display: inline-block;
    float: none;
  }
}
.global-footer .gform_wrapper.gravity-theme .gform_footer input {
  line-height: 40px;
  border-radius: 20px;
  padding: 10px 25px !important;
  color: #000;
  background: #f2e5c9 !important;
  letter-spacing: 0px;
}
.global-footer .gform_wrapper.gravity-theme .gform_footer input:hover {
  color: #000;
  background: #fff !important;
}

.img-zindex {
  position: relative;
  z-index: 999;
}

@media (max-width: 767px) {
  .global-footer .nectar-cta {
    margin: 0 6px;
  }
  #slide-out-widget-area.fullscreen-inline-images .inner {
    padding: 0px !important;
  }
  #slide-out-widget-area .off-canvas-menu-container {
    padding: 0 5% !important;
  }
  #slide-out-widget-area .off-canvas-menu-container .menu > li > a .wrap {
    text-align: center !important;
  }
  .single-portfolio .portfolio-wrap .portfolio-items,
  .mobile-portfolio .portfolio-wrap .portfolio-items {
    height: auto !important;
  }
  .single-portfolio .portfolio-items .col.span_6,
  .single-portfolio .portfolio-items:not(.carousel) .col.span_3,
  .single-portfolio .portfolio-items[data-ps="6"] .col.span_6,
  .mobile-portfolio .portfolio-items .col.span_6,
  .mobile-portfolio .portfolio-items:not(.carousel) .col.span_3,
  .mobile-portfolio .portfolio-items[data-ps="6"] .col.span_6 {
    max-width: 50%;
    float: left !important;
    margin: 0;
    position: relative !important;
    top: initial !important;
    transform: none !important;
    left: initial !important;
  }
  .nectar-flickity.nectar-simple-slider[data-arrows=true].arrow-position-overlapping .flickity-slider .cell {
    padding: 0 30px !important;
  }
  .nectar-flickity.nectar-simple-slider[data-arrows=true].arrow-position-overlapping .flickity-slider .cell h1 {
    font-size: 28px;
    line-height: 34px;
  }
  #footer-outer #copyright {
    text-align: center;
  }
  #footer-outer #copyright .col {
    margin-bottom: 5px;
  }
  #footer-outer #copyright .col ul {
    float: left;
    width: 100%;
    text-align: center;
  }
  #footer-outer #copyright .col ul li {
    float: none;
    margin: 0 10px;
    display: inline-block;
  }
  #slide-out-widget-area.fullscreen-inline-images .bottom-text {
    display: none;
  }
  #slide-out-widget-area.fullscreen-inline-images .inner .off-canvas-menu-container li.back a {
    margin-top: -25px !important;
  }
  #ajax-content-wrap .portfolio-filters-inline[data-color-scheme*=-underline] a {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .division-heading {
    font-size: 44px !important;
  }
  .nectar-cta.display_phone_inherit {
    display: inline-block !important;
  }
}
.row .nectar-post-grid .nectar-post-grid-item-bg img:not([srcset]) {
  width: 100%;
}

.row .col img:not([srcset]) {
  width: auto;
}

.nectar-post-grid .nectar-post-grid-item-bg img {
  object-fit: cover;
}

.nectar-post-grid .bg-overlay, .nectar-post-grid .nectar-post-grid-item-bg, .nectar-post-grid .nectar-post-grid-item-bg img, .nectar-post-grid .nectar-post-grid-link, .nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid-item-bg-wrap a {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
  width: 100%;
  height: 100%;
}

/*
.row .col img {
  margin-bottom: 15px;
  max-width: 100%;
  height: auto;
}

.full-width-section img {
  display: block;
  margin-bottom: 0;
}
.main-content img {
  max-width: 100%;
  height: auto;
}
*/

/*# sourceMappingURL=skin-mushroom.css.map */
