/*
Theme Name: Ultra
Description: Custom Wordpress Theme
Author: Ultra Design Agency
Author URI: http://www.ultradesignagency.com/
Version: 10.1.A
License: Copyright 2023 Ultra Design Agency
*/
/* =============================================================================
   Typography
   ========================================================================== */
h1, h2, h3, h4, h5, h6, .slide__title {
  margin: 0;
  padding: 0;
  display: block;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
}
h1 {
  font-size: 60px;
  line-height: 1;
  margin: 0 0 20px;
}
h2 {
  font-size: 42px;
  line-height: 1;
  margin: 0 0 20px;
}
h3 {
  font-size: 34px;
  line-height: 1;
  margin: 0 0 20px;
}
h4 {
  font-size: 26px;
  line-height: 1;
  margin: 0 0 20px;
}
h5 {
  font-size: 22px;
  line-height: 1;
  margin: 0 0 20px;
}
p {
  margin: 0 0 20px;
  padding: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
blockquote {
  margin: 15px auto;
  border-left: 10px solid rgba(43, 90, 114, 1);
  ;
  padding: 15px 3%;
  border-top: 1px solid rgba(102, 102, 102, 1);
  border-right: 1px solid rgba(102, 102, 102, 1);
  border-bottom: 1px solid rgba(102, 102, 102, 1);
  background-color: rgba(202, 202, 202, 1);
  width: calc(94% - 10px);
  color: rgb(255, 255, 255);
  box-shadow: 0 0 15px rgba(0, 0, 0, .2);
  max-width: 900px;
  font-style: italic;
  font-weight: 400;
  text-align: left;
  font-size: 16px;
}
blockquote p {
  margin: 20px 0 !important;
}
img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic, i, em {
  font-style: italic;
}
.underline {
  text-decoration: underline;
}
strong, .bold, .semi-bold {
  font-weight: 600;
}
.text-left {
  text-align: left;
}
.center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.smaller {
  font-size: 13px;
}
.white {
  color: rgba(255, 255, 255, 1);
}
a {
  color: rgba(1, 1, 1, 1);
  transition: all .4s ease;
  text-decoration: none;
}
.white-bg {
  background-color: rgba(255, 255, 255, 1);
}
.gray-bg {
  background-color: rgba(102, 102, 102, 1);
}
.primary-bg {
  background-color: rgba(161, 58, 95, 1);
}
.secondary-bg {
  background-color: rgba(240, 109, 155, 1);
}
.gray {
  color: rgba(102, 102, 102, 1);
}
.primary {
  color: rgba(161, 58, 95, 1);
}
.secondary {
  color: rgba(240, 109, 155, 1);
}
/* =============================================================================
   Layout
   ========================================================================== */
html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: rgb(255, 255, 255);
  overflow-x: hidden;
}
body {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: rgb(1, 1, 1);
  line-height: 1.8;
  font-weight: 400;
  opacity: 0;
  transition: opacity 2.5s;
  font-family: 'Montserrat', sans-serif;
  background-color: rgb(255, 255, 255);
  margin: 0;
  padding: 0;
  letter-spacing: .5px;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.videoWrapper iframe, .videoWrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.full-width {
  margin: 0 auto;
  width: 100%;
}
.two-thousand {
  margin: 0 auto;
  max-width: 2000px;
  width: 90%;
  padding: 0 5%;
}
.fourteen-hundred {
  margin: 0 auto;
  max-width: 1400px;
  width: 90%;
  padding: 0 5%;
}
.one-thousand {
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
  padding: 0 5%;
}
.eight-hundred {
  margin: 0 auto;
  max-width: 800px;
  width: 90%;
  padding: 0 5%;
}
.flex-left {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.flex-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
}
.flex-grow {
  flex-direction: row;
  display: flex;
}
.flex-grow > li {
  text-align: center;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.desktop {
  display: block;
}
.tablet {
  display: none;
}
.mobile {
  display: none;
}
ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
#container {
  padding: 99px 0 0;
}
/* =============================================================================
  Button
   ========================================================================== */
.button-wrap {
  position: relative;
  margin: 20px 0 0;
}
.button {
  color: rgb(255, 255, 255) !important;
  padding: 10px 30px;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  transition: all .4s ease;
  overflow: hidden;
  cursor: pointer;
  border: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  border-radius: 30px;
  letter-spacing: 0;
}
.content-block-button {
  color: rgb(255, 255, 255) !important;
  padding: 8px 20px;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  transition: all .4s ease;
  overflow: hidden;
  cursor: pointer;
  border: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  border-radius: 20px;
}
.button:hover, .content-block-button:hover {
  background-color: rgba(127, 128, 128, 1);
}
.button.primary-button, .content-block-button.primary-button {
  background-color: rgba(161, 58, 95, 1);
}
.button.secondary-button, .content-block-button.secondary-button {
  background-color: rgba(240, 109, 155, 1);
}
.button:before, .content-block-button:before {
  width: 0;
  bottom: 8px;
  position: absolute;
  height: 2px;
  background: rgba(255, 255, 255, .6);
  content: '';
  left: 0;
  transition: all 1.2s ease;
}
.button:hover:before, .content-block-button:hover:before {
  width: calc(100% - 50px);
  transition-delay: 0;
}
.top-header-donate a {
  color: rgb(255, 255, 255) !important;
  padding: 10px 30px !important;
  transition: all .4s ease;
  cursor: pointer;
  border: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  border-radius: 30px;
  letter-spacing: 0;
  background-color: rgba(161, 58, 95, 1);
}
.top-header-donate a:hover {
  background-color: rgba(240, 109, 155, 1);
}
/*
====================================
  Side Navigation
   ================================= */
.sidenav {
  position: fixed;
  right: 0;
  top: 60%;
  transform: translateY(-50%);
  transition: all .5s ease;
  width: 50px;
  z-index: 501;
  /*overflow: hidden;*/
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  font-family: 'Montserrat', sans-serif;
  opacity: 0;
}
.sidenav.contract {
  width: 50px;
  opacity: 1;
}
.sidenav.expand {
  width: 200px;
  opacity: 1;
}
.sidenav > ul > li {
  position: relative;
  vertical-align: middle;
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  font-weight: 600;
  font-size: 12px;
  height: 40px;
  transition: all .2s ease;
  letter-spacing: 0;
}
.sidenav > ul > li:last-child {
  border: none;
}
.sidenav > ul > li {
  background-color: rgba(161, 58, 95, 1);
}
.sidenav > ul > li > ul {
  background-color: rgba(161, 58, 95, 1);
}
.sidenav a {
  color: rgba(255, 255, 255, 1);
  display: block;
}
.sidenav > ul > li {
  position: relative;
}
.sidenav > ul > li a {
  padding: 6px 0 0 12px;
}
.sidenav > ul > li svg, .sidenav > ul > li img {
  position: absolute;
  right: 14px !important;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
}
.sidenav .svg-space a svg {
  right: 18px !important;
}
.sidenav > ul > li img {
  height: 20px;
}
.sidenav > ul > li > ul {
  position: absolute;
  top: 40px;
  width: 100% !important;
  left: 0;
  z-index: 400;
  opacity: 0;
  transition: opacity .4s ease;
  transition-delay: .4s;
}
.sidenav > ul > li:hover > ul {
  opacity: 1;
}
.sidenav > ul > li > ul > li {
  width: 100% !important;
  display: block;
  position: relative !Important;
  border-top: 1px solid rgba(255, 255, 255, 1);
  height: 40px;
}
.sidenav > ul > li > ul > li a {
  padding: 8px 0 10px 10px !important;
}
.sidenav.contract > ul > li a span {
  opacity: 0;
  position: relative;
  transition: opacity .4s ease;
}
.sidenav.expand > ul > li a span {
  opacity: 1;
  transition-delay: .2s;
}
.sidenav > ul > li > ul > li img {
  height: 16px !Important;
  right: 11px !important;
}
.sidenav > ul > li > a > span:before {
  content: "›";
  position: relative;
  font-size: 16px;
  opacity: 0;
  left: -10px;
  transition: all .4s ease;
}
.sidenav > ul > li:hover > a > span:before {
  opacity: 1;
  left: -7px;
}
.sidenav > ul > li > ul > li > a > span:before {
  content: "›";
  position: relative;
  font-size: 16px;
  opacity: 0;
  left: -10px;
  transition: all .4s ease;
}
.sidenav > ul > li > ul > li:hover > a > span:before {
  opacity: 1;
  left: -5px;
}
/* =============================================================================
  Header
   ========================================================================== */
.top-menu {
  height: 24px;
  background-color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .3px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 400;
  transition: all .4s ease;
}
.top-menu .inner {
  width: calc(100% - 40px);
  text-align: right;
}
.top-menu .inner > ul {
  display: inline;
}
#menu-top-menu {
  margin: 1px 0 0;
}
#menu-top-menu > li {
  display: inline;
  text-transform: uppercase;
  margin: 0 15px 0 0;
  font-weight: 600;
}
.top-menu #menu-top-menu > li a {
  color: rgba(161, 58, 95, 1);
  transition: all .4s ease;
  position: relative;
  ;
}
#menu-top-menu > li:not(.phone) a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0%;
  content: '';
  transition: all .4s ease;
}
.top-menu #menu-top-menu > li:not(.phone) a:after {
  background-color: rgba(161, 58, 95, 1)
}
.top-menu #menu-top-menu > li:not(.phone) a:hover::after {
  width: 100%;
}
#menu-social-media-menu > li {
  display: inline-block;
  margin: 0 0 0 3px;
  font-size: 18px;
  position: relative;
  top: 1px;
}
.top-menu #menu-social-media-menu > li a {
  color: rgba(161, 58, 95, 1);
  transition: all .4s ease;
}
.top-menu #menu-social-media-menu > li a:hover {
  color: rgba(0, 0, 0, 1);
}
.desktop-menu {
  display: block;
}
.mobile-menu-wrap {
  display: none;
}
.header {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 300;
}
.desktop-menu-wrap {
  position: fixed;
  top: 24px;
  height: 75px;
  width: 100%;
  left: 0;
  background-color: rgba(255, 255, 255, 1);
  transition: all .4s ease;
  z-index: 300;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(161, 58, 95, 1);
}
.header-logo {
  position: fixed;
  top: 13px;
  left: 40px;
  opcity: 1;
  transition: opacity .4s ease;
  transition-delay: 2s;
  z-index: 500;
}
#header-logo-desktop {
  width: 160px;
  transition: all .4s ease;
}
.desktop-menu {
  text-align: right;
  width: calc(100% - 40px);
  margin-top: 14px;
  transition: all .4s ease;
  font-size: 16px;
}
#menu-main-menu > li {
  display: inline-block;
  margin: 0 0 0 4%;
  position: relative;
  text-transform: uppercase;
}
#menu-main-menu .current_page_item > a {}
.desktop-menu-wrap #menu-main-menu > li.menu-item-has-children::after {
  position: absolute;
  content: url(fontawesome/svgs/light/angle-down-secondary.svg);
  width: 8px;
  top: -3px;
  right: 0px;
}
#menu-main-menu > li > a {
  padding: 5px 20px 10px 0;
  position: relative;
}
#menu-main-menu > li.menu-item-has-children > a::after {
  display: none;
}
.desktop-menu-wrap #menu-main-menu > li:not(.top-header-donate) > a::after {
  position: absolute;
  height: 1px;
  width: 0;
  left: 0;
  bottom: 3px;
  background-color: rgba(161, 58, 95, 1);
  transition: all .4s ease;
  content: '';
}
#menu-main-menu > li:hover > a::after {
  width: 100%;
}
.desktop-menu-wrap #menu-main-menu a {
  color: rgba(161, 58, 95, 1);
  transition: color .4s ease;
  font-weight: 600;
}
.desktop-menu-wrap #menu-main-menu > li ul {
  visibility: hidden;
  opacity: 0;
  transition: all .4s ease;
  padding: 40px 40px 60px 20px;
  position: absolute;
  z-index: 9999;
  top: 19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: left;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0 10px 10px rgba(0, 0, 0, .06);
  border-left: 1px solid rgba(0, 0, 0, .08);
  border-right: 1px solid rgba(0, 0, 0, .08);
  border-bottom: 1px solid rgba(0, 0, 0, .08);
}
.desktop-menu-wrap #menu-main-menu > li:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 26px;
  background: rgba(255, 255, 255, 1);
}
#menu-main-menu > li > ul > li {
  position: relative;
  display: block;
  white-space: nowrap;
  margin: 0 0 10px;
  text-transform: capitalize;
}
#menu-main-menu > li > ul > li a {
  padding: 5px 0;
  position: relative;
}
.desktop-menu-wrap #menu-main-menu > li > ul > li a::after {
  position: absolute;
  height: 1px;
  width: 0;
  left: 0;
  bottom: 3px;
  background-color: rgba(161, 58, 95, 1);
  transition: all .4s ease;
  content: '';
}
#menu-main-menu > li > ul > li a:hover::after {
  width: 100%;
}
/* =============================================================================
  Content
   ========================================================================== */
section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.section-overlay:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, .8);
  content: '';
}
.section-content {
  position: relative;
  z-index: 2;
}
.section-content h2 {
  margin: 0 0 20px;
}
.banner {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}
.video-banner, .image-banner {
  height: 400px;
}
.banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-overlay {
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.overlay-Left, .image-overlay-Left {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.1) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.1) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccffffff', endColorstr='#1affffff', GradientType=1);
}
.overlay-Center, .image-overlay-Center {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.61) 83%, rgba(255, 255, 255, 0.1) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.61) 83%, rgba(255, 255, 255, 0.1) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.61) 83%, rgba(255, 255, 255, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1affffff', endColorstr='#1affffff', GradientType=1);
}
.overlay-Right, .image-overlay-Right {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.8) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.8) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1affffff', endColorstr='#ccffffff', GradientType=1);
}
.banner .inner {
  z-index: 2;
  position: absolute;
  top: calc(50% + 10px);
  max-width: 800px;
}
.banner .inner-Left, .slide-placement-Left {
  left: 5%;
  transform: translateY(-50%);
  width: 50%;
  top: 50%;
  text-align: left;
}
.banner .inner-Right, .slide-placement-Right {
  right: 5%;
  transform: translateY(-50%);
  width: 50%;
  top: 50%;
  text-align: right;
}
.banner .inner-Center, .slide-placement-Center {
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  top: 50%;
}
.slide__placement {
  position: absolute;
}
.no-banner {
  height: 99px;
  margin: 0;
  position: relative;
}
.no-banner-margin {
  margin: 5% auto 0;
}
.slider {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background: rgba(255, 255, 255, 1);
  display: flex;
  align-items: flex-start;
  overflow: hidden;
}
.slider__ui {
  z-index: 2;
}
.slider__ui .slider__controls {
  flex-direction: row-reverse;
}
.slider__ui .slider__arrow {
  position: absolute;
  color: rgba(0, 0, 0, 1);
  padding: 0 20px;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}
.slider__ui .slider__arrow svg {
  font-size: 45px;
  opacity: .3;
}
.slider__arrow--right {
  right: 0;
}
.slider__arrow--left {
  left: 0;
}
.slider__slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.slider__slide.slide--active {
  display: block;
}
.slide__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slide__image img {
  position: absolute;
  object-fit: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.slide__image span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.slide__container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide__content {
  max-width: 1600px;
  position: absolute;
}
.slide__title {
  font-size: 60px;
	line-height: 1.1;
}
.gform_wrapper .large, .gform_wrapper .medium, .gform_wrapper textarea, .gform_wrapper.gravity-theme .gfield select {
  padding: 10px 8px !important;
  border: 1px solid rgba(0, 0, 0, .2);
  font-size: 14px !important;
  font-family: 'Montserrat', sans-serif;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  margin-bottom: 6px !important;
  border-top: none !important;
  border-bottom: none !important;
  padding-top: 0 !important;
}
.gform_wrapper div.validation_error, .gform_validation_errors {
  display: none;
}
.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}
.gsection_title, .gform_footer {
  margin: 10px auto;
  text-align: center;
}
#validation_message_8_1 {
  color: rgb(255, 255, 255) !important;
}
#input_8_1 {
  max-width: 250px !important;
}
#gform_submit_button_8 {
  margin: 0 auto;
  display: block;
}
.affiliate-logos {
  width: calc(100% - 80px);
  margin: 5% auto;
}
.affiliate-logos li {
  width: 150px;
  display: inline-block;
  margin: 7px 3%;
  opacity: 0;
  align-self: center;
  transition: all .4s ease;
  text-align: center;
  position: relative;
  height: 80px;
}
.affiliate-logos li img {
  max-height: 80px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content-right > li:first-child {
  width: 40%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 25vw;
}
.content-right > li:last-child {
  width: calc(45% - 2px);
  margin: 0 0 0 5%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  padding: 5%;
  position: relative;
}
.content-left > li:first-child {
  width: calc(45% - 2px);
  margin: 0 5% 0 0;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  padding: 5%;
  position: relative;
}
.content-left > li:last-child {
  width: 40%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 25vw;
}
.meta {
  font-size: 13px;
  line-height: 1;
  margin: 0 0 15px;
}
.blog-item-single {
  margin: -39px 0 0;
}
.blog-preview {
  position: relative;
  width: 100%;
  margin: 0 auto 5%;
}
.blog-preview-loop {
  max-width: 1400px;
  margin: 0 auto;
  width: 90%;
}
.blog-preview .angle-pagination > li a {
  color: rgba(102, 102, 102, .35);
  transition: all .4s ease;
}
.blog-preview .angle-pagination > li a:hover {
  color: rgba(102, 102, 102, 1);
}
.blog-preview-loop li {
  margin: 1.5%;
  width: calc(30.333% - 2px);
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(0, 0, 0, .1);
  position: relative;
  overflow: hidden;
  top: 20px;
  opacity: 0;
}
.blog-preview-image {
  width: 100%;
  padding: 27% 0;
  background-color: rgba(0, 0, 0, .1);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  transform: scale(1);
  transition: all 3s ease;
}
.blog-preview-image:hover, .blog-preview-placeholder:hover {
  transform: scale(1.1);
}
.blog-preview-placeholder {
  width: 100%;
  padding: 27% 0;
  background-size: 60%;
  background-position: center center;
  position: relative;
  background-image: url(images/logo-pw.png);
  background-repeat: no-repeat;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  transform: scale(1);
  transition: all 3s ease;
}
.blog-preview-loop li .inner {
  width: 80%;
  padding: 15px 10% 70px;
  background-color: rgb(255, 255, 255);
  position: relative;
}
.blog-preview-button-wrap {
  position: absolute;
  bottom: 15px;
  left: 10%;
  width: 80%;
  text-align: center;
}
.blog-preview-loop li .inner .excerpt {
  margin: 15px 0;
}
.blog-preview-loop li .inner {
  line-height: 1.4;
  text-align: left;
}
.angle-pagination > li {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.angle-pagination > li a {
  color: rgba(102, 102, 102, .35);
  transition: all .4s ease;
}
.angle-pagination > li svg {
  font-size: 45px;
}
.angle-pagination > li a:hover {
  color: rgba(102, 102, 102, 1);
}
.angle-pagination > li:first-child {
  left: 0;
}
.angle-pagination > li:last-child {
  right: 0;
}
.image-background .inner {
  position: relative;
  background-color: rgba(255, 255, 255, .9);
  padding: 5% 8%;
  box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}
.image-background .inner h2 {
  margin: 0 0 5%;
}
.testimonial-logo {
  max-width: 140px;
  margin: 15px auto 0;
}
.faq-accordion {
  text-align: left;
  margin: 5% auto;
  padding: 0 5%;
  width: 90%;
}
.faq-accordion .toggle {
  position: relative;
  width: 100%;
  display: block;
}
.faq-accordion .toggle p {
  line-height: 1.2;
  transition: all .4s ease;
}
.faq-accordion .toggle.is-active p {
  color: rgba(161, 58, 95, 1);
}
.faq-accordion .toggle span {
  width: calc(100% - 40px);
  display: block;
}
.faq-accordion .toggle svg {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  transform: rotate(-90deg);
  transition: all .4s ease;
}
.toggle.is-active svg {
  transform: rotate(0deg);
}
.faq-accordion > li {
  margin: 0 0 10px;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  padding: 10px 0;
}
.module-copy li, .faq-accordion > li ul > li, .module-copy ul:not(.faq-accordion):not(.awards-parent-loop):not(.all-team-member-loop):not(.contact-form-menu):not(.contact-form-wrap-single):not(.blog-preview-loop):not(.angle-pagination):not(.team):not(.phases):not(.contact-form-wrap):not(.no-bullets) > li:not(.locations-parent-loop):not(.locations-child-loop) {
  display: list-item;
  list-style-type: disc;
  list-style-position: outside;
  margin: 0 0 5px 20px;
}
.module-copy ul {
  margin: 25px 0;
  text-align: left;
}
.faq-accordion .inner {
  overflow: hidden;
  display: none;
  clear: both;
  border-left: 2px solid rgba(43, 90, 114, 1);
  padding: 0 0 0 10px;
  width: calc(100% - 50px);
}
.faq-accordion .inner a {
  color: rgba(161, 58, 95, 1);
  transition: all .4s ease;
  text-decoration: underline;
}
.faq-accordion .inner a:hover {
  color: rgba(255, 255, 255, 1);
}
.faq-accordion .inner p:last-child {
  margin: 0;
}
.module-copy p {
  margin: 0 0 20px;
}
.team-member-loop {
  margin: 5% 0 0;
}
.team-member-loop > li {
  margin: 0 0 20px;
}
.team-member-loop > li > ul > li:first-child {
  width: 250px;
  padding: 35px 0;
}
.team-member-loop > li > ul > li:last-child, .team-popup li:last-child {
  width: calc(100% - 220px);
  text-align: left;
  padding: 0 0 0 30px;
  align-self: center;
}
.team-image div {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: 180px;
  width: 150px;
  margin: 0 auto;
  position: relative;
}
.team-image div:before {
  height: 50%;
  width: 1px;
  background-color: rgba(161, 58, 95, 1);
  content: '';
  left: -12px;
  top: -12px;
  position: absolute;
}
.team-image div:after {
  height: 1px;
  width: 50%;
  background-color: rgba(161, 58, 95, 1);
  content: '';
  left: -11px;
  top: -12px;
  position: absolute;
}
.team-member-loop .inner h5 {
  margin: 0 0 5px;
  ;
}
.all-team-member-loop > li {
  width: 230px;
  position: relative;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, .05);
  border: 1px solid rgba(0, 0, 0, .08);
  padding: 0 15px 0px;
  top: 20px;
  margin: 15px;
  opacity: 0;
}
.all-team-member-loop > li > ul {
  margin: 45px 0 0;
}
.all-team-member-loop > li > ul > li {
  width: 100%;
}
.all-team-member-loop > li > ul > li:first-child {
  height: 200px;
  position: relative;
}
.all-team-member-loop > li h5 {
  margin: 0 0 5px;
}
.all-team-member-loop > li > ul > li:last-child {
  padding: 0 0 40px;
}
.all-team-member-loop > li .inner p {
  line-height: 1.2;
}
.all-team-member-loop > li .inner-1 {
  margin: 0 0 8px;
}
.all-team-member-loop > li .inner-2 {
  margin: 0 0 30px;
}
.team-button-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  width: 100%;
}
.team-popup-single {
  max-width: 800px;
}
.team-popup li:first-child {
  width: 220px;
}
.team-popup li:first-child .team-image {
  background-size: cover;
  padding: 60% 0;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
}
.team-popup li:last-child h5, .team-popup li:last-child p {
  margin: 0 0 10px;
}
.archive-title {
  margin: 0 auto 5%;
}
.archive-pagination {
  margin: 5% auto 0;
}
.archive-pagination li {
  font-size: 45px;
  margin: 0 10px;
}
.form-wrap {
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  padding: 5%;
}
.gfield_error .gfield_repeater_cell label, .gform_wrapper .gfield_error label, .gform_wrapper .gfield_error legend, .gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message, .gform_wrapper [aria-invalid=true] + label, .gform_wrapper label + [aria-invalid=true] {
  color: rgba(8, 129, 220, 1) !important;
}
.gform_wrapper .gfield_error [aria-invalid=true] {
  border: 1px solid rgba(8, 129, 220, 1) !important;
}
.halves > li:last-child {
  width: 47.5%;
  margin: 0 0 0 2.5%;
  align-self: center;
}
.lookbook-columns, .three-columns {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin: 5% 0 0;
  text-align: left;
}
.two-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin: 5% 0 0;
}
.ind, .three-columns div {
  display: block;
  column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
}
.youtube-loop {
  margin: 100px auto 0;
}
.youtube-loop li {
  width: 31.3333%;
  margin: 0 1% 5%;
  min-width: 300px;
}
.vid-title {
  margin: 10px auto 0;
}
.lookbook-columns img, .three-columns img, .two-columns img {
  margin: 0 0 10px;
}
#bs1 {
  padding: 2.5% 0 2%;
}
#bs2 {
  margin: 5% auto;
}
.blog-img {
  margin: 0 auto 5%;
}
.blog-single-meta {
  margin: 0 0 20px;
}
.blog-single-meta a {
  text-decoration: underline;
  color: rgba(240, 109, 155, 1);
  ;
}
.blog-single p, .blog-single span {
  margin: 0 0 20px;
  font-weight: 300 !Important;
}
.blog-single b {
  font-weight: 400 !Important;
}
.blog-single h1, .blog-single h2, .blog-single h3 {
  font-size: 24px !Important;
  color: rgba(240, 109, 155, 1);
  ;
  font-weight: 400 !Important;
}
.blog-single h4, .blog-single h5 {
  font-size: 20px !Important;
  color: rgba(240, 109, 155, 1);
  ;
  font-weight: 400 !Important;
}
.blog-item-single a, .module-copy a {
  color: rgba(161, 58, 95, 1);
  ;
  text-decoration: underline !important;
}
.newsletter-wrap {
  position: relative;
  padding: 5% 0;
}
.newsletter li:first-child {
  width: 45%;
}
.newsletter li:last-child {
  width: 50%;
  padding: 0 0 0 5%;
}
.gform_required_legend {
  display: none !important;
}
.content-blocks-width {
  position: relative;
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}
.content-blocks-loop {
  max-width: 1600px;
  margin: 0 auto;
  width: 90%;
}
.content-blocks-loop > li {
  width: calc(33.33% - 12px);
  padding: 0px;
  border: 1px solid rgba(0, 0, 0, .2);
  margin: 0 5px;
  position: relative;
  overflow: hidden;
}
.content-blocks-loop > li:before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  content: '';
}
.content-blocks-loop > li:nth-child(3n+1):before {
  background-color: rgba(240, 109, 155, 1);
}
.content-blocks-loop > li:nth-child(3n+2):before {
  background-color: rgba(161, 58, 95, 1);
}
.content-blocks-loop > li:nth-child(3n+3):before {
  background-color: rgba(84, 22, 44, 1);
}
.content-blocks-loop > li .content-blocks-wrap {
  position: relative;
  padding: 45px 10px;
}
.content-blocks-copy {
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  font-weight: 600;
}
.content-blocks-copy img {
  max-height: 35px;
  margin: 0 auto;
}
.half {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.half > li {
  list-style: none !important;
}
.half > li:nth-child(1) {
  width: 47.5%;
  margin: 0 2.5% 0 0 !important;
}
.half > li:nth-child(2) {
  width: 47.5%;
  margin: 0 0 0 2.5% !important;
}
.testimonial-wrap {
  padding: 5% 0;
  background-image: url(images/testimonial-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.testimonial-wrap .text {
  line-height: 1.4;
}
.gform_wrapper.gravity-theme .gfield_label {
  font-size: inherit !Important;
  font-weight: 300 !important;
}
.map-location-title {
  font-size: 120%;
}
.map-location-address {
  margin: 5px 0 3px;
}
.map-location-phone {
  margin: 3px 0 5px;
}
.locations-parent-loop li {
  list-style: none !important;
}
.locations-parent-loop h2 {
  margin: 0 0 10px;
}
.locations-child-loop {
  margin: 0 auto 5%;
}
.locations-child-loop li {
  width: calc(33% - 60px);
  position: relative;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, .05);
  border: 1px solid rgba(0, 0, 0, .08);
  padding: 20px;
  top: 20px;
  margin: 10px !important;
  min-width: 240px;
  opacity: 0;
  list-style: none !important;
}
.locations-child-loop li h5 {
  margin: 0;
}
.child-loop-address {
  margin: 10px 0 0;
}
.child-loop-directions {
  margin: 10px auto 0;
}
.child-loop-directions svg {
  position: relative;
  top: 5px;
  left: -3px;
  font-size: 22px;
}
/* =============================================================================
  Footer
   ========================================================================== */
footer {
  text-align: center;
  background-color: rgb(255, 255, 255);
  color: rgba(161, 58, 95, 1);
  padding: 5%;
  width: 90%;
  font-size: 16px;
}
footer a {
  color: rgba(161, 58, 95, 1);
  transition: all .4s ease;
}
#copyright {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 auto;
}
#copyright a {
  color: rgba(161, 58, 95, 1);
}
#copyright span {
  padding: 0 8px;
}
#menu-social-media-menu-1 > li {
  display: inline-block;
  vertical-align: top;
  margin: 10px 1px;
}
#menu-social-media-menu-1 > li svg {
  color: rgba(161, 58, 95, 1);
  font-size: 20px;
  transition: color .4s ease;
}
#menu-social-media-menu-1 > li svg:hover {
  color: rgba(0, 0, 0, 1);
}
.social-title {
  line-height: 0;
  border-bottom: 2px solid rgba(161, 58, 95, 1);
  margin: 0 auto 5px;
  font-size: 16px;
}
.social-title span {
  background: rgba(255, 255, 255, 1);
  padding: 0 15px;
}
#menu-footer-menu {
  flex-direction: row;
  display: flex;
  margin: 3% auto;
  letter-spacing: 0;
}
#menu-footer-menu > li {
  text-align: left;
  flex-grow: 1;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin: 0 20px 0 1;
  font-size: 16px;
  text-transform: uppercase;
}
#menu-footer-menu > li > a {
  margin: 0 0 5px;
  position: relative;
  font-weight: 600;
}
#menu-footer-menu > li a {
  color: rgba(161, 58, 95, 1);
  transition: all .4s ease;
}
#menu-footer-menu > li a:hover {
  color: rgba(0, 0, 0, 1);
}
#menu-footer-menu > li > a:after {
  height: 1px;
  width: 70%;
  background-color: rgba(161, 58, 95, 1);
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
}
#menu-footer-menu > li > ul {
  font-size: 16px;
}
/* =============================================================================
  Media Queries
   ========================================================================== */
@media only screen and (max-width : 1200px) {
  body {
    font-size: 15px;
    line-height: 1.6;
  }
  h1, .slide__title {
    font-size: 44px;
  }
  h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 18px;
  }
  .video-banner, .image-banner, .slider {
    height: 500px;
  }
  .desktop-menu {
    font-size: 15px;
  }
  #menu-footer-menu > li > ul {
    font-size: 13px;
  }
  #menu-main-menu > li {
    margin: 0 0 0 40px;
  }
  .gform_wrapper .large, .gform_wrapper .medium, .gform_wrapper textarea, .gform_wrapper.gravity-theme .gfield select {
    padding: 8px !important;
    font-size: 13px !important;
  }
  .all-team-member-loop > li {
    margin: 10px;
  }
}
@media only screen and (max-width : 1000px) {
  #container {
    padding: 81px 0 0;
  }
  h1, .slide__title {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 21px;
  }
  h5 {
    font-size: 17px;
  }
  .smaller {
    font-size: 14px;
  }
  .desktop-menu {
    font-size: 14px;
  }
  .desktop-menu-wrap {
    top: 15px;
    height: 65px;
  }
  .top-menu .inner {
    width: calc(100% - 20px);
  }
  .top-menu {
    font-size: 13px;
    letter-spacing: 0;
  }
  .desktop-menu {
    width: calc(100% - 20px);
    margin-top: 20px;
  }
  .header-logo {
    top: 7px;
    left: 20px;
  }
  #header-logo-desktop {
    width: 140px;
  }
  .video-banner, .image-banner, .slider {
    height: 400px;
  }
  .gform_wrapper .large, .gform_wrapper .medium, .gform_wrapper textarea, .gform_wrapper.gravity-theme .gfield select {
    padding: 6px 8px !important;
    font-size: 13px !important;
  }
  .youtube-loop li {
    width: 48%;
  }
  .locations-child-loop li {
    width: calc(49% - 60px);
  }
  .child-loop-directions svg {
    position: relative;
    top: 1px;
  }
  #menu-footer-menu > li {
    font-size: 13px;
  }
}
@media only screen and (max-width : 850px) {
  body {
    font-size: 14px;
  }
  h1, .slide__title {
    font-size: 34px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 16px;
    margin: 0 0 15px;
  }
  .smaller {
    font-size: 13px;
    font-weight: 600;
  }
  .video-banner, .image-banner, .slider {
    height: 300px;
  }
  .desktop-menu, .top-menu, .sidenav, .desktop-menu-wrap {
    display: none !important;
  }
  .header-logo {
    top: 6px;
    left: 10px;
  }
  #header-logo {
    width: 100px;
  }
  .mobile-menu-wrap {
    display: block;
    background-color: rgba(255, 255, 255, 1);
    height: 60px;
    width: 100%;
    position: fixed;
    top: 0;
    border-bottom: 1px solid rgba(240, 109, 155, 1);
    z-index: 300;
  }
  .no-banner {
    height: 60px;
  }
  .menu-toggle {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(240, 109, 155, 1);
    cursor: pointer;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 320;
  }
  .hamburger, .cross {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .hamburger span {
    display: block;
    width: 20px;
    height: 1px;
    margin-bottom: 3px;
    overflow: hidden;
    position: relative;
  }
  .hamburger span:last-child {
    margin: 0;
  }
  .hamburger span:before, .hamburger span:after {
    content: "";
    position: absolute;
    width: 105%;
    height: 100%;
    background-color: rgba(240, 109, 155, 1);
    transform: translateX(-200%);
    transition: transform ease 300ms;
  }
  .hamburger span:after {
    transform: translateX(0);
  }
  .hamburger span:nth-child(2):before, .hamburger span:nth-child(2):after {
    transition-delay: 75ms;
  }
  .hamburger span:last-child:before, .hamburger span:last-child:after {
    transition-delay: 150ms;
  }
  .menu-toggle:hover .hamburger span:before {
    transform: translateX(0);
  }
  .menu-toggle:hover .hamburger span:after {
    transform: translateX(200%);
  }
  .menu-toggle.active .hamburger span:before {
    transform: translateX(100%);
  }
  .menu-toggle.active .hamburger span:after {
    transform: translateX(200%);
  }
  .cross span {
    display: block;
    width: 20px;
    height: 1px;
    background-color: rgba(240, 109, 155, 1);
    transform: translateY(50%) rotate(45deg) scaleX(0);
    transition: transform ease 200ms;
  }
  .cross span:last-child {
    transform: translateY(-50%) rotate(-45deg) scaleX(0);
  }
  .menu-toggle.active .cross span {
    transition-delay: 450ms;
    transform: translateY(50%) rotate(45deg) scaleX(1);
  }
  .menu-toggle.active .cross span:last-child {
    transform: translateY(-50%) rotate(-45deg) scaleX(1);
  }
  .menu-overlay {
    display: block;
    width: 100%;
    height: 100vh;
    top: 0;
    position: fixed;
    left: 0;
    background: rgba(255, 255, 255, 1);
    z-index: 20;
  }
  .redbar {
    display: block;
    width: 10px;
    height: 30vh;
    top: 50%;
    position: fixed;
    left: 0;
    background-color: rgba(240, 109, 155, 1);
    transform: translateY(-50%);
    z-index: 30;
  }
  .menu-overlay-content {
    height: 100vh;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    width: 80%;
    flex-wrap: flex;
    display: flex;
    overflow: hidden;
  }
  .menu-overlay-left {
    width: 50%;
  }
  .menu-overlay-right {
    width: 50%;
  }
  .menu-overlay-content::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .menu-overlay-content-part {
    vertical-align: middle;
  }
  .mobile-menu > .menu-item {
    opacity: 0;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 600;
    position: relative;
    vertical-align: top;
    display: block;
    text-transform: uppercase;
    transition: color .4s ease;
  }
  .mobile-menu > .menu-item a {
    color: rgba(240, 109, 155, 1);
  }
  .mobile-menu > .menu-item a:hover {
    color: rgba(0, 0, 0, 1);
  }
  .mobile-menu > .menu-item.menu-item-has-children > a::after {
    position: absolute;
    content: url(fontawesome/svgs/light/angle-down-secondary.svg);
    width: 10px;
    top: -3px;
    right: auto;
    margin: 0 0 0 10px;
  }
  .mobile-menu > .menu-item .sub-menu {
    display: none;
    border-left: 1px solid rgba(240, 109, 155, 1);
    padding: 0 0 0 10px;
  }
  .mobile-menu > .menu-item .sub-menu li {
    position: relative;
    display: block;
    vertical-align: middle;
    margin: 7px 0;
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 400;
    transition: color .4s ease;
  }
  .mobile-menu > .menu-item .sub-menu li a {
    color: rgba(240, 109, 155, 1);
  }
  .mobile-menu > .menu-item .sub-menu li a:hover {
    color: rgba(0, 0, 0, 1);
  }
  .menu-overlay-right {
    opacity: 0;
  }
  .menu-overlay-right .menu-intro {
    text-align: center;
  }
  .menu-overlay-right .intro-logo img {
    max-height: 80px;
    margin: 0 auto 10px;
  }
  .menu-overlay-right .overlay-phone {
    font-size: 16px;
    transition: color .4s ease;
    font-weight: 600;
  }
  .menu-overlay-right .overlay-phone svg {
    margin: 0 5px 0 0;
    position: relative;
    top: 2px;
  }
  .menu-overlay-right .overlay-phone:hover {
    color: rgba(240, 109, 155, 1);
  }
  .content-right {
    flex-direction: column-reverse;
  }
  .content-left > li:first-child, .content-right > li:last-child {
    width: 100%;
    margin: 0 auto 5%;
    background-color: inherit;
    border: none;
    padding: 0;
    transform: none !important;
  }
  .content-left > li:last-child, .content-right > li:first-child {
    width: 100%;
    margin: 0;
    transform: none !important;
    min-height: 45vw;
    z-index: 1;
  }
  .faq-accordion .toggle svg {
    font-size: 20px;
  }
  #menu-social-media-menu-1 > li svg {
    font-size: 18px;
  }
  blockquote {
    border-left: 6px solid rgba(43, 90, 114, 1);
    ;
    padding: 5px 3%;
    width: calc(94% - 6px);
    color: rgb(255, 255, 255);
    font-size: 15px;
  }
  .gform_wrapper .medium, .gform_wrapper textarea {
    padding: 6px 8px !important;
  }
  .gform_wrapper.gravity-theme input[type="color"], .gform_wrapper.gravity-theme input[type="date"], .gform_wrapper.gravity-theme input[type="datetime-local"], .gform_wrapper.gravity-theme input[type="datetime"], .gform_wrapper.gravity-theme input[type="email"], .gform_wrapper.gravity-theme input[type="month"], .gform_wrapper.gravity-theme input[type="number"], .gform_wrapper.gravity-theme input[type="password"], .gform_wrapper.gravity-theme input[type="search"], .gform_wrapper.gravity-theme input[type="tel"], .gform_wrapper.gravity-theme input[type="text"], .gform_wrapper.gravity-theme input[type="time"], .gform_wrapper.gravity-theme input[type="url"], .gform_wrapper.gravity-theme input[type="week"], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    font-size: 11px !important;
    padding: 6px !important;
    margin-bottom: 0;
    margin-top: 0;
  }
  no-banner {
    height: 60px;
  }
  .testimonial-logo {
    max-width: 100px;
  }
  .angle-pagination > li:first-child {
    left: -3%;
  }
  .angle-pagination > li:last-child {
    right: -3%;
  }
  .angle-pagination > li, .archive-pagination li {
    font-size: 35px;
  }
  .blog-preview-loop li {
    width: calc(47% - 2px);
  }
  .slider__ui .slider__arrow svg {
    font-size: 30px;
  }
  .slider__ui .slider__arrow {
    padding: 0 10px;
  }
  .button {
    padding: 8px 20px;
    font-size: 13px;
  }
  .content-block-button {
    padding: 6px 15px;
    font-size: 11px;
  }
  .content-blocks-loop > li {
    width: calc(50% - 12px);
    margin: 0 5px 10px;
  }
  .lookbook-columns, .three-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  #menu-footer-menu {
    display: none;
  }
  .social-title {
    border-bottom: 1px solid rgba(240, 109, 155, 1);
    font-size: 13px;
  }
  .banner .inner-Left, .slide-placement-Left {
    width: 70%;
  }
  .banner .inner-Right, .slide-placement-Right {
    width: 70%;
  }
	.image-mobile-Right,.image-mobile-Left, .image-mobile-Center {
		display: none;
	}
	.mobile-bg-img-Center {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
	.mobile-bg-img-Left {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 70% center;
	}
	.mobile-bg-img-Right {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 30% center;
	}
}
@media only screen and (max-width : 600px) {
  body {
    font-weight: 600;
    font-size: 13px;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  #container {
    padding: 61px 0 0;
  }
  .button-wrap {
    margin: 15px 0 0;
  }
  .menu-overlay-right {
    display: none;
  }
  .menu-overlay-left {
    width: 90%;
  }
  .video-banner, .image-banner, .slider {
    height: 250px;
  }
  .banner .inner-Right, .slide-placement-Right {
    right: 7%;
  }
  .banner .inner-Left, .slide-placement-Left {
    left: 7%;
  }
  .half > li:first-child {
    width: 100%;
    margin: 0 auto 5%;
  }
  .half > li:last-child {
    width: 100%;
    margin: 0;
  }
  .affiliate-logos li {
    width: 80px;
    margin: 2px 2%;
    height: 80px;
  }
  .affiliate-logos li img {
    max-height: 50px !important;
  }
  .lookbook-columns, .three-columns, .two-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .team-member-loop > li > ul > li:first-child {
    width: 100%;
    padding: 35px 0;
  }
  .team-member-loop > li > ul > li:last-child, .team-popup li:last-child {
    width: 100%;
    text-align: center;
  }
  .team-popup li:first-child {
    width: 140px;
    margin: 0 auto;
  }
  .team-popup li:last-child {
    padding: 30px 0 0;
  }
  .featured-meta a {
    font-size: 13px;
  }
  .blog-preview-loop li {
    width: calc(100% - 2px);
  }
  .newsletter {}
  .content-blocks-loop > li {
    width: 100%;
  }
  .newsletter li:first-child {
    width: 100%;
  }
  .newsletter li:last-child {
    width: 100%;
    padding: 0;
    margin: 20px auto 0;
    max-width: 300px;
  }
  .affiliate-logos {
    width: calc(100% - 20px);
    margin: 5% auto;
  }
  .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1 !important;
    min-height: 28px !important;
  }
  .gform_footer .button {
    margin: 0 auto;
  }
  .locations-child-loop li {
    width: calc(100% - 50px);
  }
  #js-wpv-addon-maps-render-map-1 {
    height: 180px !important;
  }
}
@media only screen and (max-width : 500px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  h5 {
    font-size: 15px;
  }
  .testimonial-single-loop .fa-star {
    font-size: 13px;
  }
  .blog-preview-loop li {
    width: calc(100% - 2px);
    margin: 0 auto 5%;
  }
  .testimonial-single-loop-author {
    font-size: 13px;
    letter-spacing: 0;
  }
  #copyright span {
    padding: 0;
    font-size: 0;
    display: block;
  }
  .faq-accordion .inner {
    border-left: 1px solid rgb(239, 107, 0);
    width: calc(100% - 10px);
  }
  .video-banner, .image-banner, .slider {
    height: 200px;
  }
  .all-team-member-loop > li > ul {
    margin: 35px 0 0;
  }
  .header-logo {
    top: 9px;
  }
  #header-logo-desktop {
    width: 160px;
  }
}