@charset "UTF-8";
/******************
IMPORTS
******************/
@import url("https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css");
/******************
RESPONSIVE MIXINS
******************/
/******************
VARIABLES
******************/
.tr-text-black {
  color: #000000;
}
.tr-bg-black {
  background-color: #000000;
}
.tr-text-white {
  color: #ffffff;
}
.tr-bg-white {
  background-color: #ffffff;
}
.tr-text-yellow {
  color: #fcc014;
}
.tr-bg-yellow {
  color: #fcc014;
}
/******************
USEFUL MIXINS
******************/
/******************
GLOBAL RESETS
******************/
body, html {
  overflow-x: hidden !important;
  margin: 0;
  scroll-behavior: smooth;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a, button {
  text-decoration: none;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
}
a:hover, button:hover {
  text-decoration: none;
}
textarea, select, input, button {
  outline: none;
}
img {
  height: auto;
}
::-webkit-input-placeholder {
  /* Edge */
  color: #ffffff;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
}
::placeholder {
  color: #ffffff;
}
/******************
STANDARD STYLES
******************/
@media only screen and (max-width: 690px) {
  body * #full_width_portfolio h1 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
}
@media only screen and (min-width: 690px) and (max-width: 999px) {
  body * #full_width_portfolio h1 {
    font-size: 40px !important;
    line-height: 50px !important;
  }
}
body * h4 {
  color: #fcc014;
}
@media only screen and (max-width: 690px) {
  body * h4 {
    font-size: 24px !important;
    line-height: 32px !important;
    letter-spacing: 1px !important;
  }
}
.tr-text-uppercase {
  text-transform: uppercase;
}
@media only screen and (max-width: 690px) {
  .wpb_row:not(.tr-padding-tb-none):not(.inner_row):not(.blog_next_prev_buttons) {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
    margin-bottom: 0 !important;
  }
}
@media only screen and (min-width: 690px) {
  .wpb_row:not(.tr-padding-tb-none):not(.inner_row):not(.blog_next_prev_buttons) {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
.wpb_row:not(.tr-padding-tb-none):not(.inner_row):not(.blog_next_prev_buttons).tr-padding-t-none {
  padding-top: 0 !important;
}
.wpb_row:not(.tr-padding-tb-none):not(.inner_row):not(.blog_next_prev_buttons).tr-padding-b-none {
  padding-bottom: 0 !important;
}
.container-wrap .row > .wpb_row.tr-padding-t-none {
  padding-bottom: 0 !important;
}
.container-wrap .row > .wpb_row.tr-padding-b-none {
  padding-bottom: 0 !important;
}
#header-outer[data-lhe="animated_underline"]:not([data-format="left-header"]).transparent #top nav > ul > li:not([class*="button_"]) > a {
  opacity: 1 !important;
}
#header-outer[data-lhe="animated_underline"]:not([data-format="left-header"]).transparent #top nav > ul > li:not([class*="button_"]) > a span.menu-title-text:after {
  border-color: #fcc014 !important;
}
#header-outer[data-lhe="animated_underline"]:not([data-format="left-header"]) #top nav ul li a {
  color: #000000;
  opacity: 1;
}
#header-outer[data-lhe="animated_underline"]:not([data-format="left-header"]) #top nav > ul > li:not([class*="button_"]) > a {
  color: #000000;
  font-weight: 600;
}
@media only screen and (min-width: 1000px) {
  #header-outer[data-lhe="animated_underline"]:not([data-format="left-header"]) #top nav > ul > li:not([class*="button_"]) > a {
    margin-top: 2px;
  }
}
#header-outer[data-lhe="animated_underline"]:not([data-format="left-header"]) #top nav > ul > li:not([class*="button_"]) > a span:after {
  border-top-width: 10px;
  z-index: -1;
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  #header-outer[data-lhe="animated_underline"]:not([data-format="left-header"]) #social-in-menu {
    display: none !important;
  }
}
@media only screen and (max-width: 999px) {
  #header-outer .nectar-icon {
    color: #000000 !important;
  }
}
#header-outer .slide-out-widget-area-toggle .lines-button:after, #header-outer .slide-out-widget-area-toggle .lines-button.x2 .lines:before, #header-outer .slide-out-widget-area-toggle .lines-button.x2 .lines:after {
  background-color: rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 480px) {
  body > #slide-out-widget-area {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
}
@media only screen and (max-width: 480px) {
  body > #slide-out-widget-area .off-canvas-social-links li a {
    padding-right: 7.5px !important;
  }
}
body > #slide-out-widget-area .inner .off-canvas-menu-container li a {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
  line-height: 23px;
  font-weight: 600;
}
body > .slide_out_area_close .close-wrap .close-line, body > #search-outer .close-wrap .close-line, body > #top .slide-out-widget-area-toggle .close-line, body > .style_slide_in_click .close-cart .close-line, body > .nectar-close-btn .close-line {
  background: #fcc014;
}
@media only screen and (max-width: 1199px) {
  .home #page-header-wrap, .home #page-header-wrap #page-header-bg {
    max-height: 55vw;
  }
}
@media only screen and (max-width: 1199px) {
  .home #page-header-wrap video.nectar-video-bg.translate, .home #page-header-wrap #page-header-bg video.nectar-video-bg.translate {
    margin-top: -1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .home #page-header-bg {
    min-height: 95vh;
  }
}
.home #page-header-bg .scroll-down-wrap .section-down-arrow .icon-salient-down-arrow {
  font-size: 25px;
}
@media only screen and (max-width: 1199px) {
  .home #page-header-bg .scroll-down-wrap .section-down-arrow .icon-salient-down-arrow {
    display: none;
  }
}
.home #page-header-bg .scroll-down-wrap .section-down-arrow .icon-salient-down-arrow:after {
  position: absolute;
  top: -20px;
  display: block;
  width: 120px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  line-height: 30px;
  font-size: 14px;
  letter-spacing: 2px;
  left: -50%;
  text-transform: uppercase;
}
@media only screen and (max-width: 480px) {
  .wpb_wrapper .iwithtext:first-child {
    min-height: 50px;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 480px) and (max-width: 690px) {
  .wpb_wrapper .iwithtext:first-child {
    min-height: 60px;
    margin-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 690px) and (max-width: 1199px) {
  .wpb_wrapper .iwithtext:first-child {
    min-height: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .wpb_wrapper .iwithtext:first-child {
    min-height: 80px;
  }
}
@media only screen and (min-width: 690px) {
  .wpb_wrapper .iwithtext:first-child {
    margin-bottom: 2.5rem;
  }
}
.wpb_wrapper .iwithtext:first-child .iwt-icon img {
  width: auto !important;
}
@media only screen and (max-width: 480px) {
  .wpb_wrapper .iwithtext:first-child .iwt-icon img {
    height: 50px;
    max-width: 60px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 690px) {
  .wpb_wrapper .iwithtext:first-child .iwt-icon img {
    height: 60px;
    max-width: 70px;
  }
}
@media only screen and (min-width: 690px) and (max-width: 1199px) {
  .wpb_wrapper .iwithtext:first-child .iwt-icon img {
    height: 70px;
    max-width: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .wpb_wrapper .iwithtext:first-child .iwt-icon img {
    height: 80px;
    max-width: 90px;
  }
}
@media only screen and (max-width: 480px) {
  .wpb_wrapper .iwithtext:first-child .iwt-text {
    padding-left: 75px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 690px) {
  .wpb_wrapper .iwithtext:first-child .iwt-text {
    padding-left: 90px;
  }
}
@media only screen and (min-width: 690px) and (max-width: 1199px) {
  .wpb_wrapper .iwithtext:first-child .iwt-text {
    padding-left: 110px;
  }
}
@media only screen and (min-width: 1200px) {
  .wpb_wrapper .iwithtext:first-child .iwt-text {
    padding-left: 130px;
  }
}
.wpb_wrapper .iwithtext:first-child .iwt-text h1, .wpb_wrapper .iwithtext:first-child .iwt-text h2 {
  position: relative;
  display: inline;
}
@media only screen and (max-width: 480px) {
  .wpb_wrapper .iwithtext:first-child .iwt-text h1, .wpb_wrapper .iwithtext:first-child .iwt-text h2 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  .wpb_wrapper .iwithtext:first-child .iwt-text h1, .wpb_wrapper .iwithtext:first-child .iwt-text h2 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 1200px) {
  .wpb_wrapper .iwithtext:first-child .iwt-text h1, .wpb_wrapper .iwithtext:first-child .iwt-text h2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1000px) {
  .wpb_wrapper .iwithtext:first-child .iwt-text h1, .wpb_wrapper .iwithtext:first-child .iwt-text h2 {
    line-height: 60px;
  }
}
.wpb_wrapper .iwithtext:first-child .iwt-text h1:after, .wpb_wrapper .iwithtext:first-child .iwt-text h2:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fcc014;
  transform-origin: 0 50%;
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  height: 50%;
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#about {
  position: relative;
}
#about:after {
  content: "";
  position: absolute;
  bottom: -5rem;
  right: -10vw;
  background-size: contain;
  background-repeat: no-repeat;
  width: 450px;
  height: 270px;
}
#about .inner_row {
  padding-bottom: 3rem !important;
  margin-bottom: 0;
}
@media only screen and (max-width: 999px) {
  #about .inner_row .wpb_column:first-child {
    padding-bottom: 1.5rem;
    display: none;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  #about .inner_row .wpb_column:first-child {
    padding-right: 3%;
  }
}
@media only screen and (min-width: 1200px) {
  #about .inner_row .wpb_column:first-child {
    padding-top: 2rem;
    padding-right: 6%;
  }
}
#about .inner_row .wpb_column:first-child img {
  min-width: 100%;
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  #about .inner_row .wpb_column:nth-child(2) {
    padding-left: 2%;
  }
}
@media only screen and (min-width: 1200px) {
  #about .inner_row .wpb_column:nth-child(2) {
    padding-left: 4%;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  #about .inner_row .wpb_column h4 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 999px) {
  #agencies .vc_custom_heading {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 1000px) {
  #agencies .vc_custom_heading {
    margin-bottom: 3rem;
  }
}
#agencies .tabbed[data-style*="minimal"] ul.wpb_tabs_nav {
  border: none;
}
@media only screen and (max-width: 690px) {
  #agencies .tabbed[data-style*="minimal"] ul.wpb_tabs_nav {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 690px) and (max-width: 999px) {
  #agencies .tabbed[data-style*="minimal"] ul.wpb_tabs_nav {
    margin-bottom: 3rem;
  }
}
#agencies .tabbed[data-style*="minimal"] ul.wpb_tabs_nav li {
  border-bottom: 1px solid #e1e1e1;
}
@media only screen and (max-width: 690px) {
  #agencies .tabbed[data-style*="minimal"] ul.wpb_tabs_nav li a {
    padding: 10px 15px !important;
  }
}
@media only screen and (min-width: 690px) {
  #agencies .tabbed[data-style*="minimal"] ul.wpb_tabs_nav li a {
    padding: 15px !important;
  }
}
#agencies .tabbed[data-style*="minimal"] ul.wpb_tabs_nav li a:after {
  transform-origin: 0 50%;
  transform: scaleX(0);
  bottom: 0;
}
#agencies .tabbed[data-style*="minimal"] ul.wpb_tabs_nav li a.active-tab:after {
  transform: scaleX(1);
}
@media only screen and (min-width: 1000px) {
  #agencies .tabbed .wpb_tab .wpb_row .wpb_column:first-child .vc_column-inner {
    padding-right: 3rem;
  }
}
#agencies .tabbed .wpb_tab .wpb_row .wpb_column:first-child .vc_column-inner img {
  margin-left: auto;
  max-height: 80px;
  min-height: 60px;
  width: auto;
  max-width: 100%;
}
@media only screen and (max-width: 999px) {
  #agencies .tabbed .wpb_tab .wpb_row .wpb_column:first-child .vc_column-inner img {
    margin-bottom: 10px;
  }
}
.tr-quote-section h2 {
  text-transform: uppercase;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 480px) {
  .tr-quote-section h2 {
    font-size: 28px !important;
    line-height: 36px !important;
  }
}
@media only screen and (max-width: 690px) {
  .tr-quote-section h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  .tr-quote-section h2 {
    font-size: 35px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .tr-quote-section h2 {
    font-size: 50px;
    line-height: 65px;
  }
}
.tr-quote-section h5 {
  padding-bottom: 1rem;
}
@media only screen and (max-width: 480px) {
  .tr-quote-section h5 {
    font-size: 18px;
    line-height: 24px;
  }
}
.tr-quote-section .flickity-slider .inner-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tr-quote-section .flickity-slider h2 {
  padding: 0;
}
.tr-quote-section .nectar-flickity .flickity-page-dots {
  display: none;
}
#leadership .nectar-flickity .flickity-viewport {
  margin: 0;
}
#leadership .nectar-flickity .flickity-viewport .flickity-slider .cell {
  padding: 0 !important;
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  #leadership .nectar-flickity .flickity-viewport .flickity-slider .vc_row .wpb_column:first-child {
    padding-right: 2%;
  }
}
@media only screen and (min-width: 1200px) {
  #leadership .nectar-flickity .flickity-viewport .flickity-slider .vc_row .wpb_column:first-child {
    padding-right: 4%;
  }
}
@media only screen and (min-width: 1000px) {
  #leadership .nectar-flickity .flickity-viewport .flickity-slider .vc_row .wpb_column:nth-child(2) {
    padding-left: 2%;
  }
}
#leadership .nectar-flickity .flickity-viewport .flickity-slider .vc_row .wpb_column .nectar-split-heading {
  margin-bottom: 0.75rem;
}
@media only screen and (max-width: 480px) {
  #leadership .nectar-flickity .flickity-viewport .flickity-slider .vc_row .wpb_column h4 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.5px;
  }
}
#leadership .nectar-flickity .flickity-viewport .flickity-slider .vc_row .wpb_column h5 {
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 480px) {
  #leadership .nectar-flickity .flickity-viewport .flickity-slider .vc_row .wpb_column h5 {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
}
@media only screen and (max-width: 999px) {
  #leadership .nectar-flickity .flickity-viewport .flickity-slider .vc_row .wpb_column .nectar_icon_wrap {
    margin-bottom: 0 !important;
  }
}
#leadership .nectar-flickity .flickity-viewport .flickity-slider .vc_row .wpb_column .nectar_icon_wrap:not(:last-child) {
  margin-right: 15px !important;
}
#leadership .nectar-flickity .flickity-viewport .flickity-slider .vc_row .wpb_column .nectar_icon_wrap .nectar_icon {
  padding: 0px !important;
}
#leadership .nectar-flickity .flickity-viewport .flickity-slider .vc_row .wpb_column .nectar_icon_wrap .nectar_icon:hover a {
  color: #000000;
}
#leadership .nectar-flickity .flickity-viewport .flickity-slider .vc_row .wpb_column .nectar_icon_wrap .nectar_icon i {
  font-size: 25px !important;
  line-height: 25px !important;
  width: 25px !important;
  height: 25px !important;
}
#leadership .nectar-flickity .flickity-button {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 30px;
  padding: 0;
}
#leadership .nectar-flickity .flickity-button:hover {
  opacity: 0.5;
}
#leadership .nectar-flickity .flickity-button svg, #leadership .nectar-flickity .flickity-button:before, #leadership .nectar-flickity .flickity-button:after {
  display: none;
}
#leadership .nectar-flickity .flickity-button.previous {
  left: -60px;
  background-image: url("/wp-content/uploads/2021/03/avatar-agency-group-arrow-left.svg");
}
@media only screen and (min-width: 1000px) and (max-width: 1300px) {
  #leadership .nectar-flickity .flickity-button.previous {
    left: -40px !important;
  }
}
#leadership .nectar-flickity .flickity-button.next {
  right: -60px;
  background-image: url("/wp-content/uploads/2021/03/avatar-agency-group-arrow-right.svg");
}
@media only screen and (min-width: 1000px) and (max-width: 1300px) {
  #leadership .nectar-flickity .flickity-button.next {
    right: -40px !important;
  }
}
#clients .inner_row .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
}
#clients .inner_row .wpb_wrapper .img-with-aniamtion-wrap {
  width: 14.2%;
  padding: 10px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
}
@media only screen and (min-width: 1000px) {
  #clients .tabbed[data-style="vertical_modern"] > div, #clients .nectar-scrolling-tabs[data-style="vertical_modern"] > div {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 690px) {
  #clients .tabbed[data-style="vertical_modern"] .wpb_tabs_nav, #clients .nectar-scrolling-tabs[data-style="vertical_modern"] .wpb_tabs_nav {
    margin-bottom: 1.5rem !important;
  }
}
@media only screen and (max-width: 690px) {
  #clients .tabbed[data-style="vertical_modern"] .wpb_tabs_nav li .active-tab, #clients .nectar-scrolling-tabs[data-style="vertical_modern"] .wpb_tabs_nav li .active-tab {
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (max-width: 999px) {
  #clients .tabbed[data-style="vertical_modern"] .wpb_tabs_nav li a, #clients .nectar-scrolling-tabs[data-style="vertical_modern"] .wpb_tabs_nav li a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 690px) {
  #clients .tabbed[data-style="vertical_modern"] .wpb_tabs_nav li a, #clients .nectar-scrolling-tabs[data-style="vertical_modern"] .wpb_tabs_nav li a {
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 690px) {
  #clients .tabbed[data-style="vertical_modern"] .wpb_tabs_nav li a, #clients .nectar-scrolling-tabs[data-style="vertical_modern"] .wpb_tabs_nav li a {
    padding: 10px 15px;
  }
}
#clients .tabbed[data-style="vertical_modern"] .wpb_tab, #clients .nectar-scrolling-tabs[data-style="vertical_modern"] .wpb_tab {
  display: flex !important;
  flex-wrap: wrap;
}
#clients .tabbed[data-style="vertical_modern"] .wpb_tab .hover-wrap, #clients .nectar-scrolling-tabs[data-style="vertical_modern"] .wpb_tab .hover-wrap {
  margin-bottom: 0;
}
@media only screen and (max-width: 690px) {
  #clients .tabbed[data-style="vertical_modern"] .wpb_tab .img-with-aniamtion-wrap, #clients .nectar-scrolling-tabs[data-style="vertical_modern"] .wpb_tab .img-with-aniamtion-wrap {
    width: 50%;
  }
}
@media only screen and (min-width: 690px) and (max-width: 1199px) {
  #clients .tabbed[data-style="vertical_modern"] .wpb_tab .img-with-aniamtion-wrap, #clients .nectar-scrolling-tabs[data-style="vertical_modern"] .wpb_tab .img-with-aniamtion-wrap {
    width: 33.3%;
  }
}
@media only screen and (min-width: 1200px) {
  #clients .tabbed[data-style="vertical_modern"] .wpb_tab .img-with-aniamtion-wrap, #clients .nectar-scrolling-tabs[data-style="vertical_modern"] .wpb_tab .img-with-aniamtion-wrap {
    width: 20%;
  }
}
#work .portfolio-filters-inline {
  background: #ffffff;
  padding-top: 0 !important;
}
@media only screen and (max-width: 480px) {
  #work .portfolio-filters-inline .container {
    max-width: 100%;
  }
}
#work .portfolio-filters-inline ul li:not(:last-child) {
  padding-right: 1rem;
}
#work .portfolio-filters-inline ul li a {
  text-transform: uppercase;
  font-weight: 500;
  color: #000000 !important;
  padding: 0;
  position: relative;
}
#work .portfolio-filters-inline ul li a:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fcc014;
  transform-origin: 0 50%;
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  height: 10px;
  transform: scaleX(0);
}
#work .portfolio-filters-inline ul li a:hover:after, #work .portfolio-filters-inline ul li a.active:after {
  transform: scaleX(1);
}
@media only screen and (min-width: 1000px) and (max-width: 1599px) {
  #work .portfolio-wrap {
    width: 100vw;
    margin-left: calc((-100vw + 100%) / 2);
  }
}
#work .portfolio-wrap .portfolio-items {
  margin-top: 0;
}
@media only screen and (max-width: 480px) {
  #work .portfolio-wrap .portfolio-items {
    margin-left: -1.5rem;
    width: calc(100% + 3rem);
  }
}
@media only screen and (min-width: 480px) and (max-width: 690px) {
  #work .portfolio-wrap .portfolio-items {
    width: calc(100% + (100vw - 420px));
    margin-left: calc((-100vw + 420px) / 2);
  }
}
@media only screen and (min-width: 690px) and (max-width: 999px) {
  #work .portfolio-wrap .portfolio-items {
    width: calc(100% + (100vw - 600px));
    margin-left: calc((-100vw + 600px) / 2);
  }
}
#work .portfolio-wrap .portfolio-items .col.span_6 {
  padding: 0 !important;
}
@media only screen and (max-width: 690px) {
  #work .portfolio-wrap .portfolio-items .col.span_6 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 690px) {
  #work .portfolio-wrap .portfolio-items .col.span_6 {
    width: 50% !important;
  }
}
#work .portfolio-wrap .portfolio-items .col.span_6 .work-item img {
  min-width: 100%;
  height: unset !important;
}
@media only screen and (max-width: 480px) {
  #work .portfolio-wrap .portfolio-items .col.span_6 .work-item h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 999px) {
  #work .portfolio-wrap .portfolio-items .col.span_6 .work-item h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 1000px) {
  #work .portfolio-wrap .portfolio-items .col.span_6 .work-item h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
#work:last-child {
  margin-bottom: 0;
}
.blog-recent {
  padding-bottom: 0;
}
.blog-recent[data-style*="classic_enhanced"] .span_6 {
  margin-bottom: 0 !important;
}
.blog-recent[data-style*="classic_enhanced"] .span_6 .inner-wrap {
  box-shadow: none;
  border-radius: 0 !important;
}
.blog-recent[data-style*="classic_enhanced"] .span_6 .inner-wrap .meta-category {
  display: none;
}
.blog-recent[data-style*="classic_enhanced"] .span_6 .inner-wrap .article-content-wrap {
  padding: 1.5rem 0 !important;
}
.blog-recent[data-style*="classic_enhanced"] .span_6 .inner-wrap .article-content-wrap .meta {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
.blog-recent[data-style*="classic_enhanced"] .span_6 .inner-wrap .article-content-wrap h3.title {
  letter-spacing: 0.5px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
@media only screen and (min-width: 0px) and (max-width: 1199px) {
  .blog-recent[data-style*="classic_enhanced"] .span_6 .inner-wrap .article-content-wrap h3.title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-recent[data-style*="classic_enhanced"] .span_6 .inner-wrap .article-content-wrap h3.title {
    font-size: 26px;
    line-height: 32px;
  }
}
.blog-recent[data-style*="classic_enhanced"] .span_6 .inner-wrap .article-content-wrap .excerpt {
  display: none;
}
.blog-recent[data-style*="classic_enhanced"] .span_6 .inner-wrap .entire-meta-link:not(:hover) + .article-content-wrap .meta {
  color: #000000;
}
.blog-recent[data-style*="classic_enhanced"] .span_6 .inner-wrap .entire-meta-link:hover + .article-content-wrap h3.title {
  color: #fcc014;
}
.single-post #page-header-bg .section-title.blog-title a {
  pointer-events: none;
}
p#breadcrumbs {
  display: none;
}
.comments-section {
  display: none;
}
.single-portfolio #page-header-bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 999px) {
  .single-portfolio .tr-project-meta p, .single-portfolio .tr-project-meta h3, .single-portfolio .tr-project-meta h5, .single-portfolio .tr-project-stats p, .single-portfolio .tr-project-stats h3, .single-portfolio .tr-project-stats h5 {
    text-align: center !important;
  }
}
.single-portfolio .tr-project-meta .wpb_text_column {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.75rem;
}
.single-portfolio .tr-project-meta p {
  font-size: 14px;
  line-height: 18px;
}
.single-portfolio .tr-project-meta h5 {
  font-size: 18px !important;
  line-height: 24px !important;
}
.single-portfolio .tr-project-stats .wpb_column .vc_column-inner {
  padding-right: 1.5rem;
}
.single-portfolio .tr-project-stats .nectar-split-heading {
  margin-bottom: 0;
}
.single-portfolio .tr-project-stats .tr-text-small p {
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (min-width: 1200px) {
  .single-portfolio .main-content .full-width-section .span_12 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
}
.single-portfolio h3, .single-portfolio .row .col h3 {
  font-size: 28px !important;
  line-height: 36px !important;
}
.single-portfolio .wpb_text_column + .nectar-split-heading {
  margin-top: 3rem;
}
.single-portfolio .nectar-social .nectar-social-inner .pinterest-share {
  display: none;
}
.nectar-cta {
  margin-top: 3rem;
  text-transform: uppercase;
}
.nectar-cta a.link_text {
  font-size: 14px;
  padding-right: 30px !important;
}
.nectar-cta a.link_text .arrow:before {
  font-size: 20px;
}
.nectar-cta a.link_text:after, .nectar-cta a.link_text .arrow:after {
  display: none !important;
}
body[data-header-resize="1"] .container-wrap, body[data-header-resize="1"] .project-title {
  padding-top: 0;
}
@media only screen and (min-width: 1000px) and (max-width: 1300px) {
  .container, body[data-header-format="left-header"] .container, .woocommerce-tabs .full-width-content .tab-container, .nectar-recent-posts-slider .flickity-page-dots, .post-area.standard-minimal.full-width-content .post .inner-wrap, .material #search-outer #search {
    padding: 0px 60px !important;
  }
}
@media only screen and (max-width: 480px) {
  .container, body[data-header-format="left-header"] .container, .woocommerce-tabs .full-width-content .tab-container, .nectar-recent-posts-slider .flickity-page-dots, .post-area.standard-minimal.full-width-content .post .inner-wrap, .material #search-outer #search {
    max-width: calc(100% - 3rem);
  }
}
.container-wrap {
  padding-bottom: 0 !important;
}
.container-wrap .container.main-content > .row {
  padding-bottom: 0;
}
.blog_next_prev_buttons h3 span.text {
  font-size: 28px;
  line-height: 36px;
}
.blog_next_prev_buttons h3 span:not(.text) {
  text-transform: uppercase;
  font-size: 15px !important;
  letter-spacing: 1.5px;
}
#wpforms-245 form.wpforms-form label.wpforms-error {
  color: #ff2222;
}
#wpforms-245 form.wpforms-form .wpforms-field {
  padding: 5px 0;
}
#wpforms-245 form.wpforms-form .wpforms-field label {
  display: none;
}
#wpforms-245 form.wpforms-form .wpforms-field input, #wpforms-245 form.wpforms-form .wpforms-field select, #wpforms-245 form.wpforms-form .wpforms-field textarea, #wpforms-245 form.wpforms-form .wpforms-field .choices__inner {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  background: transparent;
  color: #ffffff;
  box-shadow: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#wpforms-245 form.wpforms-form button[type="submit"] {
  color: #ffffff;
  background: transparent !important;
  margin-top: 0;
  padding: 0 !important;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 500;
}
#wpforms-245 form.wpforms-form button[type="submit"]:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  word-spacing: 1px;
  position: relative;
  text-align: center;
  top: -2px;
  vertical-align: middle;
  max-width: 100%;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 20px;
  left: 10px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
}
#wpforms-245 form.wpforms-form button[type="submit"]:hover:after {
  left: 15px;
}
#contact * {
  text-align: left !important;
}
@media only screen and (min-width: 1000px) {
  #contact > .span_12 > .wpb_column:nth-child(2) {
    padding-left: 4rem;
  }
}
#contact h4 {
  text-transform: uppercase;
  letter-spacing: 1px !important;
  font-size: 15px !important;
  font-weight: 500;
}
#contact h5 {
  color: #fcc014;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 1rem;
}
#contact .wpb_text_column p {
  font-size: 15px;
}
#contact .wpb_text_column p a {
  color: #ffffff;
}
#contact .wpb_text_column p a:hover {
  color: #fcc014;
}
#contact .nectar_icon_wrap:not(:last-child) {
  margin-right: 1rem;
}
#contact .nectar_icon_wrap .nectar_icon {
  padding: 0 !important;
}
#contact .nectar_icon_wrap .nectar_icon i {
  font-size: 22px !important;
  max-width: 20px;
  line-height: 20px !important;
  max-height: 20px;
  text-align: left;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
}
#contact .nectar_icon_wrap:hover .nectar_icon i {
  color: #fcc014 !important;
}
#footer-outer #copyright[data-layout="centered"] {
  padding: 1.5rem 0 !important;
  position: relative;
}
#footer-outer #copyright[data-layout="centered"] .col_last {
  margin-bottom: 0;
}
#thank-you .nectar-cta {
  margin-top: 2rem;
}
.grecaptcha-badge {
  visibility: hidden;
}
