/********************************************************************************************************************

  ---------      KBB DIGITAL CUSTOM STYLING      ---------

********************************************************************************************************************/

/*********************
VAIRABLES STYLES
*********************/

:root {
  --white: #ffffff; 
  --black: #000;
  --text: #222; 

  --gradient: linear-gradient(to right, var(--primary) 0%, var(--secondary) 100%);
  --lightblue: #305f8b;
  --light: #f3f3f3;
  --dark: #5f6160;

 

}

/*********************
TEXT STYLES
*********************/

h1 *, h2 *, h3 *, h4 *, h5 *, h6 *  {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}

body:not(.wp-admin) h1 strong {
    font-weight: 700 !important;
}
h1.large {
  font-size: 80px;
  font-weight: ;
}
body:not(.wp-admin) h2 strong {
  color: var(--primary);
  font-weight: 700 !important;
}
h2.thick {
    font-weight: 700;
}
body:not(.wp-admin) h3 strong {
  font-weight: 700 !important;
}
body:not(.wp-admin) h4 strong {
  font-weight: 700 !important;
}
body:not(.wp-admin) h5 strong {
    font-weight: 700 !important;
}
h5 a:hover strong {
  color: var(--text);
  transition: all ease .25s;
}
body:not(.wp-admin) h6 strong {
  font-weight: 700;
}



.banner-cta a, .button {
    padding: 20px 50px;
    background: var(--primary);
    color: var(--white) !important;
    font-size: 15px;
    border-radius: var(--radius);
    border: 2px solid var(--primary);
    transition: all ease.25s;
    margin-top: 1rem;
    font-weight: 600 !important;
}
.banner-cta a:hover, .button:hover, .button.white:hover {
  background: var(--primary);
  color: var(--white) !important;
  transition: all ease .25s;
}

















.white {
  color: #fff;
}
.yellow {
  color: var(--secondary);
}
.primary-logo a {
  padding: 0px;
}
.primary {
  color: var(--primary) !important;
}
.banner {
  max-height: 100%;
  min-height: 300px;
  display: grid;
  position: relative;
  grid-template-columns: 100%;
  padding-top: 0px;
}
.single.single-post .banner {
    min-height: 230px;
}
.home .banner {
  height: 80vh;
  max-height: 700px;
  min-height: 500px;
}
.banner-background {
  position: relative;
  width: 100%;
  background: var(--primary);
  z-index: 1;
  height: 100%;
}
.banner-slider {
  position: absolute !important;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.banner-slider .slick-prev {
  left:1rem;
}
.banner-slider .slick-next {
  right:1rem;
}
.banner-slider .slick-arrow:before,
.banner-slider .slick-arrow:after {
  color: var(--white);
}
.banner-slider .slick-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.slick-track {
    height: auto;
    clear: both !important;
    display: block;
}

.nk-awb {
    height: 100%;
}
.content-module:not(.custompadding) {
    padding: 100px 0rem;
    position: relative;
}
.footer-socials .cell-inner {
  padding: 50px 3rem 150px;
}
html {
  scroll-behavior: smooth;
}
.content-module {
    position: relative;
}
.content-module .module:not(.call-to-action) {
  padding: 25px 1rem;
}
.module.shop-categories {
  padding: 50px 1rem !important;
}
.module.featured-content + .featured-content {
  padding-top: 50px;
}
.content-module .module.case-studies + .module.case-studies {
  padding-top: 0px;
}
.grid-container.thin {
  max-width: 60rem;
}
.grid-container.wide {
  max-width: 95%;
}
.top-bar, .top-bar ul {
    background-color: transparent;
    padding: 0;
}
.primary-logo img {
    max-width: 230px;
    transition: all ease .25s;
}
header.header.sticky .primary-logo img {
    max-width: 170px;
    transition: all ease .25s;
}
body header li.primary-logo {
    margin-bottom: 0px !important;
}
.banner-grid.grid-container {
  height: 100%;
  display: grid;
  padding-top: 7rem;
  align-content: end;
  padding-bottom: 5rem;
  max-width: calc(100% - 5rem);
}
.banner h1 {
  margin-bottom: .5rem;
}
.home .banner-grid.grid-container {
  align-content: center;
}
.banner-grid.grid-container .cell-inner h1, .banner-grid.grid-container .cell-inner p, .banner-grid.grid-container .cell-inner h2,
.banner-grid.grid-container .cell-inner h3, .banner-grid.grid-container .cell-inner h4, .banner-grid.grid-container .cell-inner h5,
.banner-grid.grid-container .cell-inner h6, .banner-grid.grid-container .cell-inner a {
  color: #fff;
}
.banner-cta.hide-cta {
  display: none;
}
.featured-content .cell-inner {
  display: grid;
  align-content: center;
  justify-content: center;
  width: 100%;
  position: relative;
  min-height: 400px;
}
.featured-content .cell-inner.content-cell {
    justify-items: start;
}
.featured-content .large-order-1.cell:last-child .cell-inner.content-cell {
    padding: 4rem 4rem 4rem 4rem;
}
.featured-content .large-order-2.cell:last-child .cell-inner.content-cell {
    padding: 4rem 4rem 4rem 4rem;
}
.featured-content .cell-inner:not(.content-cell) img {
    object-fit: cover;
    object-position: center;
    float: right;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.vbox-container img {
  max-width: 800px;
  height: auto;
  width: auto !important;
  max-height: 800px;
}
.home .content-module:first-child .content-container .module:first-child .grid-container {
  position: relative;
}
.home .content-module:first-child .content-container .module:first-child .grid-container:before {
    content: "";
    width: 3px;
    background: var(--secondary);
    position: absolute;
    left: 15px;
    top: -110px;
    height: 100%;
}

.module-background.nocolor {
  background-color:transparent;
}
.module-background.black {
  background-color:var(--black);
}
.module-background.white {
  background-color:var(--white);
}
.module-background.light {
  background-color:var(--light);
}
.module-background.dark {
  background-color:var(--dark);
}
.module-background.primary {
  background-color:var(--primary);
}
.module-background.secondary {
  background-color:var(--secondary);
}
.module-background.black ~ .module *:not(strong) {
  color: var(--white);
}
.module-background.dark ~ .module *:not(strong) {
 color:var(--white);
}
.module-background.primary ~ .module *:not(strong) {
 color:var(--white);
}
.service-box-content h3, .service-box-content p {
  color: var(--text) !important;
}

.content-module .module {
  z-index: 2;
  position: relative;
}
.module-background {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.module-bg-color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    height: 100%;
}

.grid-container.full {
    max-width: 100% !important;
}
.header-container {
  position: relative;
}
header.header {
  width: 100%;
  z-index: 2;
  padding: 0rem;
  top: 0px;
  background: var(--white);
    transition: all ease .25s;
}
header.header.sticky {
    position: fixed;
    box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.05);
    padding: 0rem;
    background: var(--white) !important;
    transition: all ease .25s;
    z-index: 99999;
}
.primary-menu ul.menu:not(.submenu) > li {
    padding: 0px 20px;
}
.primary-menu ul.menu li a {
    position: relative;
    cursor: pointer;
    padding: 3rem 10px;
    transition: all ease .25s;
}
.sticky .primary-menu ul.menu li a {
    padding: 2rem 10px;
}
ul.menu ul.menu.submenu {
    background: #ffffff;
    top: calc(100% + 3px) !important;
}
.header li.menu-item.current-menu-item > a:before {
    content: "";
    position: absolute;
    bottom: -3px;
    width: 100%;
    height: 3px;
    background: var(--secondary);
    left: 0px;
}
.primary-menu ul.menu li.active > a, .category-nav ul.menu li.active > a {
    background: none;
    color: var(--primary) !important;
}
.primary-menu ul.menu li a:hover, .primary-menu ul.menu > li:hover > a {
    color: var(--lightblue) !important;
    transition: all ease .25s;
    border-color: #b9b9b9;
}
.primary-menu ul li.button {
    margin: 0px 0px 0px 10px !important;
    padding: 0px;
    background: none;
    vertical-align: middle;
    border: none !important;
}
.top-bar-right .primary-menu li.menu-item {
    margin-bottom: 0px !important;
    vertical-align: middle;
    display: grid;
    align-items: center;
}
.primary-menu ul li.button a {
    padding: 25px 40px;
    transition: all ease .25s;
    background-color: transparent;
    background: #fff;
    color: var(--primary) !important;
    border-color: #fff !important;
}
.primary-menu ul li.button:hover a {
  background: var(--primary);
  transition: all ease .25s;
  color: var(--white) !important;
  border-radius: 0px !important;
}

.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
    border: inset 4px;
    border-radius: 7px;
    border-color: var(--primary) transparent transparent;
    right: 3px;
}
ul.menu ul.menu.submenu {
  z-index: 999;
}
.primary-menu ul.menu li .submenu a {
  padding: 10px 20px 10px;
  line-height: 1.25;
}
.primary-menu ul.menu li .submenu a:hover, .primary-menu ul.menu .submenu > li:hover > a {
  color: var(--white) !important;
  transition: all ease .25s;
  background: var(--primary) !important;
}

.primary-menu {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: end;
}
.button.white {
  background: var(--white);
}
.banner-grid .cell-inner {
  text-align: right;

}
.banner h1 {
  line-height: 1.25;
  text-align: left;
  color: var(--white) !important;
  margin-bottom: 1rem;
}
.banner * {
   color: var(--white) !important; 
}





.blog-content a.excerpt-read-more {
    display: none;
}
.blog-content article .large-8 .cell-inner {
    padding: 2rem 0px;
}
.blog-content .post .cell-inner {
    height: 100%;
}
.blog-content .large-4 .wp-post-image {
    object-fit: cover;
    height: 100%;
    object-position: center;
}
.blog-content .post {
    margin-bottom: 2rem;
}
.blog-content .post .large-8 .button {
    background: var(--secondary);
    color: #fff;
}
.grid-container .grid-x .cell .cell-inner p:last-child {
  margin-bottom: 0px;
}
.newsletter-signup {
  padding: 5rem 1rem;
  background: #f4f4f4;
}
.page-navigation {
  margin-top: 0px;
  background: var(--secondary);
  padding: 2rem;
  text-align: center;
}
.pagination {
  margin-left: 0;
  margin-bottom: 0px;
}
.pagination .current {
  padding: 1rem 1.5rem;
  background: #222;
  color: #fefefe;
  cursor: default;
  font-weight: 700;
}
.pagination a:hover, .pagination button:hover {
  background: #fff !important;
}
.pagination a, .pagination button {
  display: block;
  padding: 1rem 1.5rem;
  border-radius: 0;
  color: #0a0a0a;
  font-size: 20px;
  font-weight: 700;
}
.newsletter-signup .cell-inner {
  display: grid;
  height: 100%;
  align-content: center;
}
.newsletter-signup .ginput_container input {
  background: none;
  padding: 15px !important;
  height: 60px;
  border: none;
  box-shadow: 0px 1.5px 4px -2px rgba(0,0,0,0.25);
  position: relative;
  z-index: 2;
}
.newsletter-signup .gform_wrapper .top_label div.ginput_container {
  background: #fff;
}
.newsletter-signup .ginput_container input::placeholder {
  font-weight: 700;
  color: #222;
  opacity: 1;
}
.gform_wrapper .gform_footer {
  padding: 0px !important;
}
.sidebar-one {
    border-top: 3px solid var(--secondary);
    border-bottom: 3px solid var(--secondary);
    padding: 1rem;
    margin-bottom: 2rem;
}
.sidebar-one svg {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    fill: var(--dark);
}
.sidebar-two .side-inner,
.sidebar-three .side-inner {
    position: relative;
    margin-bottom: 2rem;
}
.sidebar-two h3 span {
    background: #222;
    color: #fff;
    line-height: 42px;
    padding: 8px 10px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.sidebar-two h3 {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: calc(100% - 2rem)
}
.sidebar-two a {
    position: absolute;
    bottom: 1rem;
    background: var(--secondary);
    color: #222;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: var(--radius);
    right: 1rem;
    box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.5);
}
.sidebar img {
    box-shadow: 0px 2px 8px -1px rgba(0,0,0,0.5);
}
.side-inner img {
    height: 320px;
    width: 100%;
    object-fit: cover;
}
.single-post-content-area {
    padding: 100px 1rem;
}
.blog-content .post .large-8 .button {
    background: var(--secondary);
    color: #fff;
}
.single--content .content-module {
    padding: 0px;
}
.single--content .content-module .module:not(.call-to-action) {
  padding: 25px 0px;
}
.single--content .content-module .module:not(.call-to-action) .grid-container {
  padding: 0px;
}
.single--content h1.entry-title.single-title {
    margin-bottom: 0px;
}
footer.article-footer h2 {
    text-align: center;
}
.single--content-inner {
  padding: 50px;
}
.single .content .content-module:last-child {
    padding: 0px;
}
.single--content-inner footer.article-footer {
    position: relative;
}
.next-post-link {
    position: absolute;
    width: 45%;
    left: 0px;
    overflow: hidden;
    bottom: 0px;
}
.single--content-inner .next-post-link svg {
    fill: var(--text);
    width: 55px;
    transform: rotate(180deg);
    vertical-align: middle;
    text-align: right;
    position: absolute;
    height: 100%;
    z-index: 2;
    transition: all ease .25s;
    background: var(--secondary);
}
.single--content-inner .next-post-link:hover a {
    transition: all ease .25s;
    left: 0px;
    color: #222;
}
.next-post-link a {
    padding: 1.05rem 1.25rem 1rem 3.5rem;
    display: block;
    overflow: hidden;
    background: var(--secondary);
    position: relative;
    left: -100%;
    transition: all ease .25s;
}
.single--content-inner footer.article-footer {
    position: relative;
    margin-top: 8rem;
}


.prev-post-link {
    position: absolute;
    width: 45%;
    right: 0px;
    overflow: hidden;
    bottom: 0px;
}
.single--content-inner .prev-post-link svg {
    fill: var(--text);
    width: 55px;
    vertical-align: middle;
    text-align: right;
    position: absolute;
    height: 100%;
    right: 0px;
    z-index: 2;
    transition: all ease .25s;
    background: var(--secondary);
}
.single--content-inner .prev-post-link:hover a {
    transition: all ease .25s;
    right: 0px;
    color: #222;
}
.prev-post-link a {
    padding: 1.05rem 3.5rem 1rem 1.25rem;
    display: block;
    overflow: hidden;
    background: var(--secondary);
    position: relative;
    right: -100%;
    transition: all ease .25s;
}




.featured-content.no-shadows .cell-inner:not(.content-cell) img {
  box-shadow: none;
}
.featured-content.large-feature .cell-inner:not(.content-cell) img {
  max-height: 700px;
 }
.gform_wrapper .top_label div.ginput_container:not(.ginput_recaptcha) input,
.gform_wrapper .top_label div.ginput_container:not(.ginput_recaptcha) textarea,
.gform_wrapper .top_label div.ginput_container:not(.ginput_recaptcha) select {
    background: #f1f1f1;
    width: 100%;
    border-radius: 10px;
    padding: 10px 30px !important;
    border: 0px !important;
}
form#gform_1 .ginput_container, form#gform_9 .ginput_container {
    padding: 5px;
}
.footer-cta-form .gform_wrapper .top_label div.ginput_container:not(.ginput_recaptcha) input {
    background: #f1f1f1;
    width: 100%;
    border-radius: 10px 0px 0px 10px;
    padding: 10px 30px !important;
    border: 0px !important;
}


.gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 0% !important;
}
div#field_submit #gform_submit_button_6 {
    background: var(--secondary);
    color: var(--primary) !important;
    padding: 5px;
    height: 100%;
    margin: 0px;
    border-radius: 0px 10px 10px 0px;
    border: none !important;
}
.website-cta input#input_6_1::placeholder {
    font-weight: 400 !important;
    font-family: 'Montserrat';
}
.ginput_container textarea {
    background: none;
    padding: 15px !important;
    height: 120px;
    border: none;
    box-shadow: 0px 1.5px 4px -2px rgba(0,0,0,0.25);
    position: relative;
    z-index: 2;
}
.ginput_container input::placeholder,
.ginput_container textarea::placeholder {
  font-weight: 700;
  color: #222;
  opacity: 1;
}
.content-module .gform_wrapper h3.gform_title {
  font-size: 40px;
  margin-bottom: 1rem;
  font-weight: 500;
}

.content-module a, .no-button {
  position: relative;
}

.content-module a:not(.button):hover, .no-button:hover {
  color: var(--text);
  transition: all ease .25s;
  cursor: pointer;
}
.latest-post-inner .post-content {
  border-radius: 10px;
  overflow: hidden;
}
.post-content h3 {
  margin-bottom: 1rem;
}

.module.two-column.extra-top {
  margin-top: 6rem;
}

.content-module hr {
  width: 100%;
  max-width: 100%;
  margin: 3rem auto;
}
.content-module hr:last-child {
  margin-bottom: 0px;
}














.footer {
  clear: both;
  margin-top: 0em;
  background: #212222;
  padding: 120px 0px 80px;
}
.footer p, .footer a, .footer span {
  font-size: 15px;
}
.copyright-footer {
    background: var(--primary);
    padding: 16px;
}
.copyright-footer .copyright-inner p, .copyright-footer .copyright-inner a {
    margin-bottom: 0px !important;
    font-size: 14px !important;
    color: #fff !important;
}
.footer-connect {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 5vw;
}
body:not(.wp-admin) .footer-connect h6 {
    font-family: 'Libre Baskerville', sans-serif !important;
    font-weight: 400 !important;
    font-size: 25px !important;
}
.footer .inner-footer .cell p {
    padding-right: 1rem;
    font-size: 14px !important;
    padding-right: 5vw;
    line-height: 1.5 !important;
    margin: 2rem 0px 3rem !important;
}
.footer .menu li {
  display: block;
  float: none;
  width: 100%;
  font-size: 15px;
}
body .footer .cell-inner h3 {
    margin-bottom: 1.5rem;
    font-weight: 600 !important;
    font-size: 25px !important;
}
.footer .menu li a {
    background: none;
    padding: 0 0 10px !important;
    transition: all ease .25s;
    line-height: 1.25;
    text-transform: capitalize !important;
    color: var(--text) !important;
    font-size: 15px !important;
}
.footer .menu li a:hover {
  color: var(--primary);
  transition: all ease .25s;
}
.footer h3.white {
  margin-bottom: 1.5rem;
}
.footer .cell svg, .footer .cell svg path {
    fill: var(--primary) !important;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    margin-right: 6px;
    transition: all ease .25s;
    display: inline-block;
}
.footer .large-5 .socials {
  margin-top: 2rem;
}
.footer .cell svg:hover {
  transition: all ease .25s;
  opacity: .99;
}
.footer .locations-footer span {
  vertical-align: middle;
  padding-left: 0rem;
  display: block;
  color: #ccc;
  font-size: 13px;
}
.locations-footer a {
  color: #ccc;
  font-size: ;
}
.footer .cell p:last-child svg:hover {
  opacity: 1;
  transition:all ease .25s;
}
.content.blog-content {
    padding: 20px 0px 100px;
}
.content.blog-content .blog-post-image img {
    border-radius: 10px 10px 0px 0px;
}

.blog-introduction {
  margin-bottom: 3rem;
}
.blog-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1rem;
}
.blog-post-content {
  padding: 1rem;
}
.blog-post-box {
  background: var(--light);
}
.inner-footer .cell img {
    width: 300px;
    display: block;
}
.inner-footer .large-4 .cell-inner p {
    margin-bottom: 1rem !important;
    line-height: 1 !important;
}





.gform_wrapper {
    max-width: 100%;
    float: none;
    width: 100%;
    z-index: 3;
    position: relative;
}
.gform_wrapper.gravity-theme .gfield select {
    height: 75px;
    padding: 15px 40px 15px 20px !important;
    border: 2px solid var(--primary);
    font-weight: 600;
}
.gform_wrapper .gform_footer {
  padding: 0px;
  margin: 0px;
  clear: both;
  width: 100%;
}

.ginput_container input {
  background: none;
  padding: 15px 20px !important;
  height: 75px;
  position: relative;
  z-index: 2;
  box-shadow: none;
  border: 2.5px solid var(--primary);
}
.ginput_container textarea {
  background: none;
  padding: 15px 20px !important;
  height: 150px;
  position: relative;
  z-index: 2;
  box-shadow: none;
  border: 2.5px solid var(--primary);
}
.footer .grid-container.full {
    margin: 0px !important;
    width: 100% !important;
    max-width: 100% !important;
}
.footer {
    clear: both;
    margin-top: 0rem;
    background: var(--white);
    padding: 0;
}
.footer-left-inner {
    padding: 5rem 3rem;
    max-width: 750px;
    float: right;
}
.latest-post-inner img {
    height: 380px;
    object-fit: cover;
    object-position: top;
}
.footer-right-inner {
  display: grid;
  grid-template-columns: 53.5% 41.5%;
  grid-gap: 5%;
  border-left: 2px solid #dedede;
  padding-left: 6rem;
}
.footer-right-inner h3 {
  font-weight: 300;
  font-family: "Libre Baskerville", sans-serif;
  font-size: 35px;
  margin-bottom: 2rem;
}
.footer-right-inner .menu {
  column-count: 2;
  display: inline-block;
  width: 100%;
}
#menu-footer-site-map {
    column-count: 2;
    display: inline-block;
    column-gap: 3vw;
}
.socials {
    display: grid;
    grid-template-columns: 30px 30px 30px;
    text-align: left;
    grid-gap: 30px;
    margin-top: 2rem;
}
body:not(.wp-admin) .footer-connect .fc-left a span {
    font-size: 15px !important;
}
body .footer .cell-inner span {
    vertical-align: middle;
    display: inline-block;
    color: var(--text);
    margin: 0 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}
.copyright-inner {
  display: grid;
  grid-template-columns: 50% 50%;
}
.copyright-right {
  text-align: right;
}

.buttons-container {
  margin-top: 2rem;
}
.button + .button {
  margin-left: .5rem;
}
.error404 .content-module .cell-inner {
  text-align: center;
}


.phone-button {
  padding: 12px 35px 17px;
}



.slick-arrow.slick-disabled {
  opacity: .5;
}

#exampleModal1 h3 {
  background: var(--primary);
  color: var(--white);
  padding: 1rem;
}
#exampleModal1 {
  padding: 0px;
  border: none;
}
#exampleModal1 #gform_wrapper_3 {
  padding: 0px 1rem;
  margin-top: 0px;
}
#exampleModal1 .close-button span {
  color: var(--white);
  position: relative;
  top: -3px;
}
#exampleModal1 .gfield {
  padding: 0px;
}
#gform_submit_button_3 {
  background: var(--primary);
  color: var(--white) !important;
  font-weight: 400;
  border-radius: 0px;
  padding: 10px 30px;
  display: inline-block;
}
#gform_confirmation_wrapper_3 {
  text-align: center;
  padding: 1rem;
}
#gform_confirmation_message_3 {
  font-size: 20px;
}




.module .cell-inner #gallery-1 img {
  border: none;
  width: calc(100% - 5px);
  height: 350px;
  object-fit: cover;
}
.module .cell-inner dl dt {
  margin-bottom: 0px;
  font-weight: 700;
}
.module .cell-inner #gallery-1 .gallery-item {
  padding: 0px;
  margin-bottom: 0px;
}
.content + .website-cta {
  padding: 1rem 2.5rem 2.5rem;
}
.website-cta .grid-container {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 5rem;
    align-content: center;
}
.reduced-width .grid-container {
  max-width: 1000px;
}
body .content-module.notop { 
  padding-top: 0px !important;
}
body .content-module.nobot { 
  padding-bottom: 0px !important;
}

.website-cta .grid-container .cta-left p{
  font-size: 24px;
  color: var(--white);
  margin: 0px;
  line-height: 35px;
}
.header-container .grid-container {
    max-width: 1600px !important;
}
.button-o.white {
    font-size: 18px;
    background: none;
    color: var(--white) !important;
    line-height: 40px;
    padding: 10px 40px;
    margin-top: 1rem;
    border: 2px solid var(--white);
    transition: all ease .25s;
    display: inline-block;
}
.button-o.white:hover {
    background: var(--white);
    color: var(--primary) !important;
    transition: all ease .25s;
}
.cta-right, .cta-left {
  display: grid;
  align-content: center;
}
.content {
    position: relative;
    z-index: 2;
}
.grid-container.full {
    max-width: 100% !important;
}
.social-icon svg {
  width: 75px;
  height: 75px;
  fill: var(--primary);
  margin-right: 1rem;
  margin-top: 1rem;
}
.footer-socials {
  border-bottom: 25px solid var(--primary);
  position: relative;
  overflow: hidden;
  z-index: 3;
  padding-top: 100px;
}
.footer-socials::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 60px;
  background: var(--primary);
  z-index: 2;
  bottom: -2.5rem;
  opacity: .7;
  transform: rotate(-1.25deg);
  left: 0px;
}
.slick-arrow::before, .slick-arrow::after {
  color: var(--primary) !important;
}
.sidebar .widget {
  margin-bottom: 2rem;
}

.textwidget.custom-html-widget h3 {
  background: var(--secondary);
  color: var(--white);
  padding: 1rem;
  font-weight: 400;
}
#custom_html-2 {
  margin-bottom: 1rem;
}
.testimonials-wrapper {
  padding: 0px 5rem;
}
.testimonials-box h3 {
  text-align: center;
  margin-bottom: 1.5rem;
}
.testimonial-inner {
    text-align: center;
    height: auto !important;
}

.cell-inner p .aligncenter {
  margin: 0 auto;
  display: block;
}
.cell-inner p:first-child .aligncenter {
  margin: 0 auto 2rem;
}
.cell-inner p:not(:first-child) .aligncenter {
  margin: 2rem auto 2rem;
}
.cell-inner p:last-child .aligncenter {
  margin: 2rem auto 0rem;
}




.testimonials-box .slick-dots {
  list-style: none;
  margin: 20px 0px 0px;
  text-align: center;
}
.testimonials-box .slick-dots li {
  display: inline;
}

.testimonials-box .slick-dots li button {
  border: 2px solid var(--primary);
  border-radius: 100%;
  width: 25px;
  height: 25px;
  margin-right: 4px;
  background: none;
  transition: all ease .25s;
  color: transparent;
}
.testimonials-box .slick-dots li button:hover {
  background: var(--primary);
  transition: all ease .25s;
}

#menu-footer-site-map-1 {
  columns: 2;
  display: block;
}






.module.split-content {
  position: relative;
  z-index: 9;
}
.insta-feed-module {
  position: relative;
  z-index: 99;
}


.split-content-image {
  position: relative;
  z-index: 999;
  overflow: hidden;
}

.module.accordion {
  background: none !important;
}


.blog-post-image {
  position: relative;
}
.blog-post-image .byline {
  position: absolute;
  bottom: 0px;
  left: 1rem;
  background: var(--primary);
  color: var(--white);
  margin: 0px;
  padding: 4px 5px;
  font-size: 12px;
  display: grid;
  grid-template-columns: 15px auto;
  grid-gap: 5px;
  align-items: center;
}
.blog-post-image .byline svg {
  width: 15px;
  height: 15px;
  fill:var(--white);
}

.blog-post-data a {
  color: var(--white);
  background: var(--text);
  padding: 5px 9px;
  font-size: 12px;
  border-radius: var(--radius);
}
.content a:hover {
  color: var(--primary);
}


.byline {
  color: var(--text);
  display: grid;
  grid-template-columns: 20px auto;
  grid-gap: 1rem;
  align-items: center;
}

.gallery-container .gallery br {
  display: none;
}


.split-content .cell-inner.content-cell {
    display: grid;
    align-content: center;
    padding: 8rem 4rem;
    max-width: 700px;
}
.split-content .large-order-1 .cell-inner.content-cell {
    padding: 8rem 6rem 8rem 1.5rem;
    float: right;
}
.split-content .image-cell img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.split-content .image-cell {
    position: relative;
}
.accordion .accordion-item a {
  font-size: 20px;
  color: var(--black);
  padding-right: 3rem;
}
.gallery-container .gallery-item {
  width: 33.334% !important;
}

.split-content .grid-container .cell-inner p > a:only-child {
  background: var(--primary);
  color: var(--white);
  padding: 7px 25px;
  border-radius: var(--radius);
  margin-top: 1rem;
  display: inline-block;
}

.page-id-15329 .banner {
  height: 80vh;
  max-height: 700px;
  min-height: 500px;
}
.banner-content {
    position: relative;
    display: grid;
    max-width: 100%;
    height: 100%;
    align-content: end;
    justify-content: center;
    padding-bottom: 0px;
    grid-template-columns: 100%;
    margin: 0 auto;
}
.home .banner .banner-content-bg-color {
    background: linear-gradient(45deg, black 0%, transparent 60%);
}
.banner-content-bg-color {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: .8;
}
body:not(.wp-admin) .banner-content-inner h5 {
    color: #fff !important;
}
body:not(.wp-admin) .banner-content-inner h5 strong {
    font-weight: 700 !important;
    font-size: 12px;
    position: relative;
    top: -12px;
}
.banner-content .grid-container {
  position: relative;
  z-index: 99;
  width: 100%;
}

body:not(.wp-admin) .banner-content-inner h1 {
    color: #fff !important;
    font-size: 80px !important;
    margin: 0px !important;
}
body:not(.wp-admin) .banner-content-inner h2,
body:not(.wp-admin) .banner-content-inner h3,
body:not(.wp-admin) .banner-content-inner h4,
body:not(.wp-admin) .banner-content-inner h5 {
    color: #fff !important;
}
.banner-content-inner {
    padding-left: 50px;
    position: relative;
    padding-bottom: 100px;
}
.banner-content-bg-color.gradient {
  background: linear-gradient(to right, var(--primary) 0%, var(--secondary) 100%);
}
.banner-content-bg-color.white {
  background: var(--white);
}
.banner-content-bg-color.black {
  background: var(--black);
}
.banner-content-bg-color.text {
  background: var(--text);
}
.banner-content-bg-color.primary {
  background: var(--primary);
}
.banner-content-bg-color.secondary {
  background: var(--secondary);
}
.banner-content-bg-color.light {
  background: var(--light);
}
.banner-content-bg-color.dark {
  background: var(--dark);
}

.banner-content-bg-color.light + .grid-container *, .banner-content-bg-color.white + .grid-container * {
  color: var(--text) !important;
}



.slick-slide {
  position: relative;
}
.banner-content-bg-color {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: .8;
  z-index: 2;
}
.banner-slider .slick-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
    opacity: .75;
    object-position: center;
    height: 100%;
    /* position: absolute; */
    z-index: 1;
}
.banner-slide .slider-inner-contnet {
  position: relative;
  z-index: 999;
  top: 0px;
  height: 100%;
  display: grid;
  align-content: center;
  justify-content: start;
  justify-items: center;
  margin: 0 auto;
  grid-template-columns: 1200px;
}
.slider-inner-content-cell {
  max-width: 700px;
}


.home .banner {
    max-height: 1000px;
    height: 100%;
    position: relative;
    overflow: hidden;
    min-height: 770px;
}
.banner-content-inner::before {
    content: "";
    width: 3px;
    background: var(--secondary);
    position: absolute;
    left: 0px;
    height: 100%;
}
.home .banner.banner-content-true:before {
    content: "";
    position: absolute;
    bottom: -45px;
    width: 110%;
    height: 90px;
    border-radius: 100%;
    background: #fff;
    left: -5%;
    z-index: 2;
}
body:not(.home) .banner .banner-background:before {
    content: "";
    position: absolute;
    bottom: -45px;
    width: 110%;
    height: 90px;
    border-radius: 100%;
    background: #fff;
    left: -5%;
    z-index: 2;
}

.production-cinematic-header:before {
    content: "";
    position: absolute;
    bottom: -45px;
    width: 110%;
    height: 90px;
    border-radius: 100%;
    background: var(--primary);
    left: -5%;
    z-index: 2;
}

.phone-button {
  padding: 12px 35px 17px;
}
tbody, tfoot, thead, tbody tr:nth-child(2n) {
  border: none !important;
  background-color: transparent !important;
}

.slick-arrow.slick-disabled {
  opacity: .5;
}


.latest-post-footer {
    padding: 30px 0rem 0px;
}
.no-button {
  background: var(--primary);
  padding: 6px 18px;
  color: var(--white);
  font-size: 14px;
}

.module-background.primary + .module .cell p:last-child .button {
  background: var(--white);
  color: var(--primary) !important;
}
.banner-video-bg {
    height: 100%;
}


.banner ul.slick-dots {
    position: absolute;
    bottom: 0px;
    margin: 0px !important;
    padding: 1rem 1rem 2rem;
    right: 0px;
    background: var(--primary);
}
.banner ul.slick-dots li {
    display: inline-block;
    margin: 0px !important;
}
.banner ul.slick-dots li button {
    width: 45px;
    height: 45px;
    border: 3px solid #fff;
    color: transparent !important;
    margin: 5px;
}
.banner ul.slick-dots li.slick-active button {
    background: #fff;
}
.banner ul.slick-dots::before {
    content: "";
    background: var(--primary);
    position: absolute;
    width: 320px;
    height: 530px;
    transform: rotate(55deg);
    bottom: -280px;
    right: -40px;
    z-index: 1;
}
.banner ul.slick-dots li {
    display: inline-block;
    margin: 0px !important;
    z-index: 5;
    position: relative;
}

.banner-slider .slick-list.draggable {
    height: 100%;
}





.content-module.overlapbot .content-container {
    bottom: -300px;
    margin-top: -300px;
    position: relative;
}

.content-module.overlapbot + .content-module {
    padding-top: 350px !important;
}
.content-module.lighttext *:not(.button) {
    color: #fff !important;
}
.content-module.lighttext a.button {
    border-color: #fff !important;
    background: #fff;
    color: var(--primary) !important;
}
a.button-o {
    border: 2px solid var(--primary);
    padding: 19px 50px;
    background: none;
    color: var(--primary) !important;
    font-size: 15px;
    line-height: 1;
    border-radius: var(--radius);
    transition: all ease .25s;
    font-weight: 600;
}
.content-module.lighttext a.button-o {
  border: 2px solid var(--white);
  color: var(--white) !important;
}
.content-module.lighttext .content-container h1 strong {
    text-shadow: 0px -2px 0px #fff, 0px 2px 0px #fff, -2px 0px 0px #fff, 2px 0px 0px #fff;
    color: var(--primary) !important;
}
a.button-o:hover {
    background: var(--primary);
    color: #fff !important;
    transition: all ease .25s;
}
.content-module.fullwidth .grid-container {
    padding: 0px !important;
    max-width: 100% !important;
}
.cell-inner.lb-head * {
    text-align: center;
}

.latest-post-content {
    background: #fff !important;
    padding: 20px 10px;
}
body .module .latest-post-content h5, .blog-post-content .hover-only-inner h5 {
    font-weight: 600 !important;
    line-height: 1.25 !important;
    margin-bottom: 0px !important;
    font-family: 'Libre Baskerville', sans-serif !important;
}
.latest-post-content {
    background: #fff !important;
    padding: 30px;
}
.content.blog-content .latest-post-content {
    background: #f1f1f1 !important;
    padding: 30px;
}
body .latest-post-footer span {
    font-size: 13px !important;
    text-transform: uppercase;
}
.cell-inner.lb-foot {
    text-align: center;
    margin-top: 50px;
}


.pre-footer-cta.content .website-cta .cta-left h4 {
    text-transform: uppercase;
    color: #fff !important;
    font-weight: 1000 !important;
}
.pre-footer-cta.content .website-cta .cta-left p {
    color: #fff !important;
    line-height: 1.5 !important;
}


.contact-cell, .sitemap-cell {
    padding: 4rem 1rem 4rem 3rem !important;
}

.module.meet-the-team {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 6rem;
    max-width: 1110px;
    margin: 0 auto;
}
.module.meet-the-team .team-image img {
    height: 500px;
    margin-bottom: 1rem;
    width: 100%;
    object-fit: cover !important;
}


.pre-footer-cta.content {
    background: var(--primary);
    padding: 2rem 1rem;
}
.pre-footer-cta.content .website-cta {
    max-width: 1400px;
    display: grid;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
    align-items: center;
}
.pre-footer-cta.content .website-cta h3 {
    color: #fff !important;
    font-size: 45px !important;
    margin: 0px !important;
}
.pre-footer-cta.content p.gform_required_legend {
    display: none;
}
.pre-footer-cta.content .website-cta h5 {
    color: #fff !important;
    margin: 0px !important;
}
.large-6.medium-12.small-12.cell.contact-cell {
    padding: 0px !important;
    position: relative;
}
.large-6.medium-12.small-12.cell.contact-cell img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}


.pre-header {
    background: var(--primary);
    padding: 10px;
}
.pre-header .cell-inner {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 1rem;
    align-items: center;
}
.pre-header .cell-inner .ph-email {
    justify-content: end;
    justify-items: end;
    justify-self: end;
}
.ph-socials svg {
    fill: var(--secondary);
}
.ph-socials svg, .ph-socials svg path {
    fill: var(--secondary);
    height: 20px;
}
.pre-header .ph-email span {
    font-family: "Libre Baskerville", sans-serif !important;
    font-size: 15px !important;
    color: #fff !important;
    margin: 0px 0px 0px 6px !important;
}
.pre-header svg {
    position: relative;
    top: 3px;
}
.ph-socials {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 2rem;
    justify-content: start;
    align-items: center;
}
.featured-content .cell-inner:not(.content-cell) img.fi-first {
    width: 70%;
    right: 0px;
    object-position: right;
}
.featured-content .cell-inner:not(.content-cell) img.fi-second {
    width: 60%;
    left: -2rem;
}

.cell-inner.no-match-height img.fi-second {
    height: 80%;
    bottom: -10px;
    border: 10px solid #fff;
}


.cell-inner.has-second-img-true.match-height img.fi-first {
    width: 48%;
}
.cell-inner.has-second-img-true.match-height img.fi-second {
    width: 48%;
    left: 0px;
}



body:not(.wp-admin) .latest-post-footer span {
    font-family: 'Libre Baskerville', sans-serif !important;
    font-size: 16px !important;
    border-bottom: 2px solid var(--secondary);
    padding-bottom: 6px;
    text-transform: capitalize;
}
body:not(.wp-admin) .latest-post-footer span:after {
    content:"...";
}
.latest-post-content {
    position: relative;
}
.latest-post-content p.byline {
    margin: 0px !important;
    position: absolute;
    top: -40px !important;
    height: 40px;
    background: var(--secondary);
    border-radius: 10px 10px 0px 0px;
    padding: 3px 15px 3px;
    font-size: 15px !important;
    font-weight: 600 !important;
}
.productions-wrapper .productions {
    border: 3px solid var(--secondary);
    position: relative;
}
.productions-inner.slick-slide {
    margin: 0rem 2rem 0px 0px;
}
.productions-status {
    position: absolute;
    top: 92%;
    width: 100%;
    text-align: center;
}
body:not(.wp-admin) .productions-status p {
    background: var(--secondary);
    margin: 0px !important;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 0px 30px 0px 30px;
    font-family: 'Libre Baskerville', sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}
.productions-view-all {
    display: block;
    margin-top: 3rem;
    text-align: center;
}

.productions-container button.slick-arrow {
    background: var(--primary);
    width: 80px;
    height: 80px;
    border-radius: 10px;
    position: absolute;
    top: -6rem;
    transition: all ease .25s;
    opacity: 1;
    right: 2rem;
}
.productions-container button.slick-arrow:hover {
    opacity: .9;
    transition: all ease .25s;
    cursor: pointer;
}
.productions-container button.prev-arrow {
    right: 8rem;
}


.slick-list.draggable {
    height: auto;
    padding: 2rem 1rem 4rem;
}
body:not(.wp-admin) .productions-container > h5, body:not(.wp-admin) .productions-container > h2 {
    padding-left: 1rem;
    margin: 0px !important;
}
.productions-inner.slick-slide {
    transform: scale(1);
    transition: all ease .25s;
}

.productions-inner.slick-slide:hover {
    transform: scale(1.1);
    transition: all ease .25s;
}


.extrapadding  .cell-inner {
    padding: 1.5rem;
}

.projects-header {
    text-align: center;
    margin-top: 50px;
}
.project-grid {
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-gap: 0;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto 30px;
}
.project-bio {
    background: #f1f1f1;
    height: 100%;
    padding: 3rem;
    border-radius: 0px 20px 20px 0px;
    display: grid;
    align-items: center;
    align-content: center;
    justify-items: start;
    justify-content: start;
}
.productions-status .production-tags span.production-status.status-tag {
    margin-bottom: 0px !important;
}
body:not(.wp-admin) span.status-tag {
    display: inline-block;
    background: var(--secondary);
    border-radius: 0px 10px 0px 10px;
    padding: 10px 30px;
    font-weight: 600 !important;
    text-transform: uppercase;
    font-size: 12px !important;
    margin-bottom: 1rem;
}
.content-container {
    z-index: 3;
    position: relative;
}
body:not(.wp-admin) span.type-tag {
    display: inline-block;
    background: var(--primary);
    border-radius: 0px 10px 0px 10px;
    color: var(--secondary) !important;
    padding: 10px 30px;
    font-weight: 600 !important;
    text-transform: uppercase;
    font-size: 12px !important;
    margin-bottom: 1rem;
}
.footer-contact {
    display: grid;
    grid-gap: 10px;
}
.footer-contact svg {
    width: 20px !important;
}
.wide .grid-container {
    max-width: 1600px !important;
}
.productions-status .production-tags {
    display: grid;
    justify-content: center;
}

.movie-synopsis {
    border-top: 1px solid #ddd;
    padding: 1rem 0px;
    margin: 1rem 0px;
}
.project-bio a.btn-primary {
    FONT-SIZE: 16px;
    background: none;
    padding: 0px;
    border-left: none;
    border-top: none;
    border-radius: 0px;
    padding-bottom: 8px;
    border-right: none;
}
.project-bio a.btn-primary svg {
    width: 10px;
    fill: var(--primary);
    height: 10px;
}
.project-bio a.btn-primary:hover {
    background: none !important;
    color: var(--lightblue) !important;
}
.header-container.is_sticky {
    height: 130px;
}
.production-cinematic-header {
    position: relative;
}
.pch-background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.cih-content {
    position: relative;
    z-index: 9;
    text-align: center;
    max-width: 1400px;
    margin: 0 auto;
}
.movie-additional-information {
    margin-bottom: 5rem;
}


.production-cinematic-header {
    position: relative;
    display: grid;
    align-items: end;
    background: var(--primary);
    min-height: 97vh;
    padding-bottom: 10vw;
}
a.anchor-link {
    position: relative;
    display: block;
    top: -160px;
}
.pch-background:before {
    z-index: 2;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, black, transparent);
}
.cih-content span.production-status {
    background: var(--secondary);
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 15px 30px;
    border-radius: 0px 10px 0px 10px;
    margin-bottom: 1rem;
    display: inline-block;
}
body:not(.wp-admin) .cih-content h1 {
    color: #fff !important;
    margin-bottom: 0px !important;
    font-size: 80px !important;
}
body:not(.wp-admin) .cih-content h5 {
    color: #fff !important;
    padding: 0px 1rem;
}
.production-socials svg {
    fill: #fff !important;
    width: 30px;
    height: 30px;
}
.production-socials img {
    height: 30px;
}
.production-socials {
    display: grid;
    grid-template-columns: repeat(4, 30px);
    grid-gap: 3rem;
    align-items: center;
    margin: 1.5rem auto;
    justify-items: center;
    width: auto !important;
    justify-content: center;
}
.pch-buttons {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 1rem;
    align-items: center;
    justify-content: center;
}
.pch-buttons .btn-primary {
    font-size: 16px !important;
    padding: 10px 30px !important;
    background: none !important;
    color: var(--secondary);
    border-color: var(--secondary);
}
.pch-buttons .btn-primary:hover {
    background: var(--secondary) !important;
    color: var(--primary) !important;
    border-color: var(--secondary) !important;
}
.production-socials a {
    display: block;
    background: #00000000;
    border-radius: 100%;
    padding: 5px;
    width: 50px;
    height: 50px;
    align-items: center;
    align-content: center;
    line-height: 0;
    transform: scale(1.0);
    transition: all ease .25s;
}
.production-socials a:hover {
    background: var(--primary);
    transition: all ease .25s;
    transform: scale(1.05);
}
.full-movie-trailer {
    background: var(--primary);
    padding: 40px 1rem 80px;
    text-align: center;
}
body:not(.wp-admin) .full-movie-trailer h5, body:not(.wp-admin) .full-movie-trailer h2 {
    color: var(--secondary) !important;
    margin: 0px !important;
}

.prod-heading {
    margin-bottom: 2rem;
    position: relative;
    text-align: center;
}

.prod-heading::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--primary);
    left: 0px;
    top: 50%;
    margin-top: -1.5px;
}
.full-movie-trailer .prod-heading::before {
    background: var(--white) !important;
}
.production-heading-inner {
    background: var(--white);
    padding: 0px 4rem;
    display: inline-block;
    margin: 0 auto;
    z-index: 9;
    position: relative;
}
.full-movie-trailer .production-heading-inner {
    background: var(--primary) !important;
}
.production-information {
    padding: 100px 1rem;
}
.pi-inner {
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-gap: 3rem;
    margin-bottom: 5rem;
}
.crew-and-cast {
    padding-top: 2rem;
    border-top: 2px solid #f1f1f1;
    display: grid;
    margin-top: 3rem;
    grid-template-columns: auto auto;
    grid-gap: 1rem;
}
p.gform_required_legend {
    display: none;
}
.production-contact {
    margin-bottom: 6rem;
    display: block;
}
input#gform_submit_button_10 {
    margin: 0px !important;
    height: 100%;
    border-radius: 0px 10px 10px 0px;
}
.single-productions .website-cta {
    display: none !important;
}
.cc-list a {
    color: var(--primary) !important;
}
.cc-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: left;
    grid-gap: 3rem;
}
.production-cinematic-header.no-trailer::before {
    background: #fff !important;
}
.pi-inner-no-info {
    text-align: center;
    margin-bottom: 6rem;
}
.cc-list p {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 9px;
    justify-content: start;
    justify-items: start;
    justify-self: start;
}
.cast-box {
    display: inline-block;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f1f1f1;
}
.production-gallery img {
    border: none !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.key-creatives {
    margin: 0 0px 5rem;
}
.cast-list {
    margin-bottom: 5rem;
}

/* Masonry Gallery */
.production-gallery #gallery-1 {
    column-count: 3;
    column-gap: 20px;
}

.production-gallery #gallery-1 .gallery-item {
    display: inline-block;
    width: 100%;
    margin: 0 0 20px;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
}

.production-gallery #gallery-1 .gallery-item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px; /* Optional */
}

.production-gallery #gallery-1 br {
    display: none;
}

/* Remove default WP spacing */
.production-gallery #gallery-1 dl,
.production-gallery #gallery-1 dt {
    margin: 0;
    padding: 0;
}

/* Responsive */
@media (max-width: 900px) {
    .production-gallery #gallery-1 {
        column-count: 2;
    }
}

@media (max-width: 600px) {
    .production-gallery #gallery-1 {
        column-count: 1;
    }
}


.upcoming-productions {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1.5rem;
    position: relative;
    margin-bottom: 5rem;
    margin-top: 5rem;
}
.upcoming-productions .projects-header {
    grid-column-start: 1;
    grid-column-end:5;
    margin-bottom: 1rem;
}
.p-l-n-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1rem;
    margin-bottom: 3rem;
}

.upcoming-productions .productions-inner {
    position: relative;
    justify-content: center;
    justify-items: center;
}
.p-l-n-wrapper .blog-post-content.latest-post-content {
    padding: 15px;
}
body:not(.wp-admin) .p-l-n-wrapper h5 {
    font-size: 22.5px !important;
}
.production-posts-more {
    text-align: center;
    margin-bottom: 5rem;
}

.upcoming-productions .productions img {
    width: 100%;
}





.upcoming-productions .productions {
    position: relative;
    border: 3px solid var(--secondary);
}
.upcoming-productions .production-tags {
    width: 100%;
    position: absolute;
    top: 92%;
    display: grid;
    text-align: center;
    justify-content: center;
}
.upcoming-productions .production-tags  span.production-status.status-tag {
    margin-bottom: 0px !important;
    text-align: center;
}
.home .content-module:first-child .content-container .module:first-child {
    padding: 1rem 0px !important;
}
.project-featured-image img {
    width: 100%;
    object-fit: cover;
}
.production-why-invest {
    margin-bottom: 5rem;
}

.productions img {
    width: 100%;
}















/* responsive */
@media screen and (max-width: 1270px) {
  .primary-menu ul.menu li a {
      font-size: 17px !important;
  }
  .primary-menu ul.menu:not(.submenu) > li {
      padding: 0px 15px;
  }
  .featured-content .large-order-2.cell:last-child .cell-inner.content-cell {
      padding: 2rem 2rem 2rem 3rem;
  }
  .featured-content .large-order-1.cell:last-child .cell-inner.content-cell {
      padding: 2rem 2rem 2rem 2rem;
  }
  body:not(.wp-admin) .off-canvas-content h3 {
      font-size: 35px !important;
      line-height: 1.25 !important;
  }
  body:not(.wp-admin) .off-canvas-content h2 {
      font-size: 50px !important;
  }
} 



@media screen and (max-width: 1200px) {
  .productions-wrapper .productions img {
      width: 100%;
  }

}
@media screen and (max-width: 1180px) {

  #top-bar-menu {
    padding: 0px;
  }
  
  .primary-menu ul.menu li a {
      font-size: 17px !important;
      padding: 50px 10px;
  }
}
@media screen and (max-width: 1110px) {

  .header-container .grid-container {
      max-width: 1600px !important;
      padding: 0px;
  }
  .primary-menu ul.menu:not(.submenu) > li {
      padding: 0px 7px;
  }

}
@media screen and (max-width: 1050px) {
  .primary-menu ul.menu li a {
      padding: 36px 10px !important;
  }
  .primary-menu ul li.button a {
    padding: 12.5px 15px;
  }
  .primary-logo img {
      max-width: 180px;
  }
}

@media screen and (max-width: 1023px) {
  .pi-inner {
      display: grid;
      grid-template-columns: 300px 1fr;
      grid-gap: 2rem;
      margin-bottom: 5rem;
  }
  body:not(.wp-admin) .off-canvas-content h2 {
      font-size: 50px !important;
      line-height: 1.15 !important;
  }
  .production-cinematic-header {
      min-height: 80vh;
      padding-bottom: 6rem;
  }
  .production-cinematic-header:before {
      bottom: -15px;
      height: 50px;
  }
  .upcoming-productions {
      grid-template-columns: 1fr 1fr;
  }
  .upcoming-productions .projects-header {
      grid-column-start: 1;
      grid-column-end: 3;
      margin-bottom: 1rem;
  }
  .project-bio {
      padding: 2rem;
  }
  .footer-left-inner {
      padding: 5rem 3rem;
      max-width: 100%;
      float: none;
  }
  body:not(.home) .banner .banner-background:before {
      content: "";
      position: absolute;
      bottom: -15px;
      width: 110%;
      height: 50px;
      border-radius: 100%;
      background: #fff;
      left: -5%;
      z-index: 2;
  }
  .content-module.curvedsep:before {
      top: -15px !important;
      height: 50px !important;
  }
  .content-module.curvedsep:after {
      bottom: -15px !important;
      height: 50px !important;
  }
  .featured-content .cell-inner {
      justify-content: unset;
  }
  .home .banner.banner-content-true:before {
      bottom: -15px;
      height: 40px;
  }
  .home .content-module:first-child .content-container .module:first-child .grid-container:before {
    display: none;

  }
  .home .content-module:first-child .content-container .module:first-child {
      padding: 1rem 1rem!important;
  }
  body:not(.wp-admin) .banner-content-inner h1 {
      color: #fff !important;
      font-size: 60px !important;
      padding-right: 1rem;
      margin: 0px !important;
  }
  .home .banner {
      min-height: 650px;
  }
  .split-content .image-cell img {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    height: 100%;
}
.split-content .content-cell {
    padding: 4rem 1.5rem 4rem 1.5rem !important;
    max-width: 639px !important;
    margin: 0 auto !important;
    float: none !important;
}
  .featured-content .large-order-2.cell:last-child .cell-inner.content-cell {
      padding: 0rem 0rem 3rem 0rem;
  }
  .featured-content .large-order-1.cell:last-child .cell-inner.content-cell {
      padding: 0rem 0rem 3rem 0rem;
  }
  .content-module {
      padding: 50px 0rem;
      position: relative;
  }
  .three-column .cell .cell-inner {
      margin: 1rem 0px;
  }
  .side-inner img {
      height: auto;
  }
  .post-ad-box {
      margin: 0 auto;
      max-width: 400px;
  }
  .socials {
      grid-template-columns: auto auto auto;
      justify-content: start;
      justify-items: start;
  }
  .footer-right-inner {
    border-left: none;
    padding-left: 0px;
    margin-top: 4rem;
  }
  .vbox-container img {
    max-width: 639px;
    height: auto;
    width: auto !important;
  }
  .website-cta .grid-container {
    grid-template-columns: 1fr;
    align-content: center;
    text-align: center;
    grid-gap: 1rem;
    padding: 1rem 1rem;
  }
  .cta-right, .cta-left {
    display: inline-block;
    align-content: center;
  }
  .gallery-columns-4 .gallery-item {
    width: 50% !important;
  }

}


@media screen and (max-width: 965px) {
  .blog-grid {
    grid-template-columns: 1fr 1fr;
  }

  .banner-grid.grid-container {
    height: 100%;
    display: grid;
    padding-top: 7rem;
    align-content: end;
    padding-bottom: 5rem;
    z-index: 1;
    position: relative;
    width: calc(100% - 6rem);
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
  }
  .primary-menu ul.menu li a {
      padding: 37px 10px !important;
      font-size: 15px !important;
  }
  .productions-container button.slick-arrow {
      width: 60px;
      height: 60px;
      top: -5rem;
  }
  .productions-container button.prev-arrow {
      right: 6rem;
  }
  body:not(.wp-admin) .productions-container h2 {
      font-size: 45px !important;
  }
}


@media screen and (max-width: 870px) {
  .project-bio .production-tags span.status-tag, .project-bio .production-tags span.type-tag {
      font-size: 10px !important;
      padding: 10px 20px;
  }
  body:not(.wp-admin) .project-bio h3 {
      font-size: 36px !important;
  }
  .banner-background .cell.large-9.medium-8.small-12 {
      width: calc(100% - 1.875rem);
  }
  .project-grid .movie-logline p {
    font-size: 17px !important;
}
  h1 {
      font-size: 38px;
  }
  .gallery-container .gallery-columns-4 .gallery-item {
    width: 50% !important;
  }
  .top-bar-right.show-for-medium {
      display: none;
  }
  .top-bar-right.float-right.show-for-small-only button.menu-icon {
      width: 50px;
      height: 20px;
  }
  .top-bar-right.float-right.show-for-small-only {
      display: grid !important;
      padding: 2rem;
      align-items: center;
      align-content: center;
      justify-content: end;
  }

  .off-canvas-content.is-open-right.has-transition-push {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0) !important;
  }
  .js-off-canvas-overlay {
      background: #15233af0 !important;
  }
  .position-right {
      -webkit-transform: translateX(450px);
      -ms-transform: translateX(450px);
      transform: translateX(450px);
      max-width: 433px;
      width: 100% !important;
  }
  ul#offcanvas-nav {
      text-align: center;
  }
  #offcanvas-nav li.active a {
      background: none;
      color: var(--lightblue) !important;
  }
  ul#offcanvas-nav li a {
      font-size: 25px !important;
      padding: 1rem 1rem;
  }
  .mobile-socials .ph-socials {
      justify-content: center;
      grid-gap: 7vw;
  }
  .mobile-socials .ph-socials svg {
      height: 50px;
      fill: var(--primary) !important;
      width: 40px;
  }
  .mobile-socials .ph-socials svg path {
      fill: var(--primary);
  }
  .mobile-socials {
      margin-top: 1rem;
      border-top: 2px solid #f1f1f1;
      padding-top: 2rem;
      text-align: center;
  }
.top-bar-right.float-right.show-for-small-only button.menu-icon::after{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    background: var(--primary);
    -webkit-box-shadow: 0 7px 0 var(--primary),0 14px 0 var(--primary);
    box-shadow: 0 8px 0 var(--primary),0 16px 0 var(--primary);
    content: '';
    border-radius: 15px;
}
.position-right.is-transition-push {
    -webkit-box-shadow: inset 13px 0 20px -13px rgba(10,10,10,.25);
    box-shadow: none;
    background: #fff;
    padding: 2rem;
}
.primary-logo img {
    max-width: 230px;
}

.close-button, .close-button.medium {
    right: 0rem;
    height: auto;
    top: 0px;
}
body:not(.wp-admin) .close-button span {
    color: var(--primary) !important;
    font-size: 45px !important;
    font-weight: 600 !important;
    position: relative;
    background: #fff;
    top: 0px;
    display: inline-block;
    padding: 5px 24px;
    height: auto;
}
}
@media screen and (max-width: 769px ) { 
  body:not(.wp-admin) .cih-content h1 {
      color: #fff !important;
      margin-bottom: 0px !important;
      font-size: 60px !important;
      padding: 0px 1rem;
  }
  .production-cinematic-header {
      min-height: 70vh;
      padding-bottom: 6rem;
      padding-top: 4rem;
  }
  .primary-menu ul.menu li a {
    font-size: 15px;
  }
  .footer .large-5 .socials {
    margin-top: 1rem;
  }

  .footer h3 {
    margin-bottom: 0.5rem;
    font-weight: 400;
  }

  .service-boxes-1, .service-boxes-3, .service-boxes-5, .service-boxes-7 {
    grid-template-columns: 1fr;
  }
  .service-boxes-2, .service-boxes-4, .service-boxes-6, .service-boxes-8 {
    grid-template-columns: 1fr 1fr;
  }

}

@media screen and (max-width: 710px) {
  .back-to-archive {
    padding: 2rem 2rem;
    grid-template-columns: 1fr;
    text-align: center;
    grid-gap: 1rem;
  }
  div#productions .large-12.medium-12.small-12.cell {
      margin: 0px;
      padding: 0px;
      width: 100%;
  }
  .productions-container button.slick-arrow {
      top: auto;
      bottom: 0px;
      left: 6rem;
  }
  .productions-container button.prev-arrow {
      right: auto;
      left: 20px;
  }
  .productions-wrapper.slick-initialized.slick-slider {
      padding-bottom: 5rem;
  }

  .project-grid {
      grid-template-columns: 1fr;
      max-width: 450px;
  }
  .project-grid img.attachment-full.size-full.wp-post-image {
      width: 100%;
  }
  .project-bio {
      padding: 2rem;
      border-radius: 0px 0px 20px 20px !important;
  }
  .pi-inner {
      grid-template-columns: 1fr;
  }
}




@media screen and (max-width: 639px) {
  body:not(.wp-admin) .content h1 {
      font-size: 50px !important;
  }
  body:not(.wp-admin) .content h2 {
      font-size: 45px !important;
  }
  .banner-content-inner {
      padding-left: 30px;
  }
  .home .banner {
      min-height: 550px;
  }
  .blog-grid {
    grid-template-columns: 1fr;
  }
  body:not(.wp-admin) .banner-content-inner h1 {
      font-size: 45px !important;
  }
  body:not(.wp-admin) .banner-content-inner h5 {
    font-size: 25px !important;
  }
  .module.service-boxes {
    display: grid;
    grid-template-columns: 1fr;
  }
  .website-cta {
    padding: 1rem 0px 2rem;
  }
  .testimonials-wrapper {
    padding: 0px 0rem;
  }
  .service-box img {
    width: 100%;
  }
  #exampleModal1 .close-button span {
    color: var(--white);
    position: relative;
    top: auto;
    bottom: 0px;
    height: auto;
    width: 100%;
    left: 0px;
    right: auto;
  }
  #exampleModal1 .close-button {
    width: 100%;
  }
  .menu-icon::after {
    background: var(--primary);
    -webkit-box-shadow: 0 7px 0 var(--primary),0 14px 0 var(--primary);
    box-shadow: 0 9px 0px var(--primary),0 18px 0 var(--primary);
    height: 3px;
    transition: all ease .25s;
  }
  .menu-icon:hover::after {
    background: var(--secondary);
    -webkit-box-shadow: 0 7px 0 var(--secondary),0 14px 0 var(--secondary);
    box-shadow: 0 9px 0px var(--secondary),0 18px 0 var(--secondary);
    height: 3px;
    transition: all ease .25s;
  }
  .mobile-nav-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    height: 100%;
  }
  .menu-icon {
    width: 35px;
    height: 23px;
  }
  div#top-bar-menu {
      display: grid;
      justify-content: start;
      text-align: center;
      width: 100%;
      grid-template-columns: 1fr 1fr;
  }
  .top-bar-left.float-left {
      text-align: left;
  }
  .top-bar-left.float-left li.primary-logo {
      margin-bottom: 0rem;
  }
  div#mobileNav {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.97) 100%);
    background-size: cover;
    padding: 0px;
  }
  div#mobileNav ul#offcanvas-nav {
      justify-content: center;
      height: 100%;
  }
  .top-bar-right.show-for-small-only li {
      margin: 0px !important;
  }
  .mobile-contact {
    grid-column-start: 1;
    grid-column-end: 3;
    background: var(--primary);
    position: absolute;
    align-self: start;
    padding: 1rem 3rem 1.5rem 1rem;
    width: 100%;
    bottom: 0px;
  }
  div#mobileNav ul#offcanvas-nav a {
    color: var(--secondary);
    padding: 14px 0px;
    font-size: 22.5px;
    font-style: italic;
    font-weight: 400;
  }
  .mobile-categories .menu-item {
    display: block;
    width: 100%;
  }
  .mobile-categories .menu-item a {
      padding: 14px 0px;
      font-size: 22.5px;
      font-style: italic;
      font-weight: 400;
  }
  .mobile-nav-container h6 {
      font-size: 30px;
      font-weight: 400;
  }
  div#mobileNav ul#offcanvas-nav .active > a {
      background: none;
      color: var(--secondary);
  }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
    border-color: var(--secondary) transparent transparent;
  }
  .menu li.button {
      padding: 0px;
  }
  .menu li.button a {
      color: var(--text) !important;
  }
  .content-module {
      padding: 50px 0rem;
      position: relative;
  }
  .featured-content .large-order-2.cell:last-child .cell-inner.content-cell {
      padding: 0px 0px 2rem;
  }
  .case-study-wrapper .cell-inner img {
      height: 280px;
  }
  .call-to-action .cell-inner.content-cell {
      padding: 3rem 1rem;
  }
  .featured-content .large-order-1.cell:last-child .cell-inner.content-cell {
      padding: 0rem 0rem 2rem 0rem;
  }
  .single--content-inner {
      padding: 25px;
  }
  .single-post-content-area {
      padding: 50px 0rem;
  }
  .next-post-link, .prev-post-link {
      position: relative;
      width: 100%;
  }
  .next-post-link {
      margin-bottom: .5rem;
  }
  .next-post-link a {
      left: 0px;
  }
  .prev-post-link a {
      right: 0px;
  }
  .single--content-inner footer.article-footer {
      margin-top: 2rem;
  }
  .mobile-phone {
    display: inline-block;
    margin-right: 1.5rem;
  }
  .mobile-nav-container {
    display: grid;
    grid-template-columns:100%;
    align-items: start;
    height: 100%;
    padding-top: 0px;
  }
  .mobile-row {
    margin: 1rem 0rem;
  }
  .mobile-nav-container .floating-graphic-bottom {
    width: 200px;
    bottom: 4rem;
    right: 0px;
    left: auto;
    transition: ;
    transform: ;
    transform: scaleX(-1);
  }
  .shop-links {
    display: inline-block;
  }
  .mobile-phone a svg {
    margin-right: 0.5rem;
    color: var(--white);
    fill: var(--white);
    padding-top: ;
    position: relative;
    top: 8px;
    width: 30px;
    height: 30px;
  }
  .mobile-nav-container svg {
    fill: var(--white);
  }
  .mobile-phone a {
    color: var(--white);
    font-size: 20px;

  }
  .mobile-sitemap {
      padding: 1rem;
  }
  .mobile-categories {
      padding: 1rem;
  }
  .banner-grid .cell-inner {
    text-align: center;
  }

  .home .banner-background .nk-awb .nk-awb-wrap, .home .module-background:not(.nocolor) .nk-awb .nk-awb-wrap {
    width: 100%;
  }
  .banner-grid.grid-container {
    height: 100%;
    display: grid;
    padding-top: 14rem;
    align-content: end;
    padding-bottom: 2rem;
  }
  .sale-float-inner {
    display: grid;
    grid-template-columns: 100%;
    align-content: center;
    align-items: center;
    text-align: center;
    grid-gap: 2rem;
  }
  .sale-banner .cell-inner img {
    height: 150px;
    object-position: center;
  }
  .sale-float {
    max-width: 300px;
    padding: 1.5rem 1.5rem;
  }
  .sf-right {
    text-align: center;
    display: inherit;
  }
  .sale-float-container {
    margin-top: -130.5px;
  }
  .banner-slider .slick-slide img {
    display: block;
    width: 100vw;
    height: 400px;
  }
  .banner-slider {
    position: relative !important;
    height: auto;
  }
  .banner-grid.grid-container {
    height: auto;
    display: grid;
    padding-top: 2rem;
    align-content: end;
    padding-bottom: 0rem;
    margin-top: -6rem;
    margin-bottom: -5rem;
    width: calc(100% - 2rem);
  }
  .footer-right-inner {
    grid-template-columns: 100%;
  }

  .woocommerce div.product {
    grid-template-columns: 100%;
    grid-gap: 0px;
  }
  .woocommerce div.product div.summary {
    margin-bottom: 1em;
    width: 100% !important;
    margin-top: 2rem;
  }
  .product-information {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
    margin-bottom: 2rem;
  }
  .woocommerce div.product form.cart .reset_variations {
    right: 0rem;
    top: 0px;
  }
  .woocommerce .quantity .qty {
    position: relative;
    left: 0px;
  }
  .woocommerce div.product form.cart {
    margin-bottom: 2em;
    width: 100%;
  }
  .woocommerce div.product form.cart .variations select {
    max-width: calc(100% - 4rem);
  }
  .products.columns-3 {
    grid-template-columns: 1fr 1fr;
  }
  .woocommerce ul.products li.product a img {
    object-fit: cover !important;
  }
  .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: none;
  }
  .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: none;
  }
  .button.product_type_simple.add_to_cart_button.ajax_add_to_cart, .button.product_type_variable.add_to_cart_button {
    position: relative;
    bottom: 0px;
  }
  .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product:last-child {
    margin-bottom: 0px !important;
  }
  .woocommerce nav.woocommerce-pagination {
    text-align: center;
    margin-bottom: 3rem;
  }
  .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 100%;
    padding-bottom: 2.5rem;
    position: relative;
    margin-bottom: 2rem;
  }

  .footer-socials {
    border-bottom: 25px solid var(--primary);
    position: relative;
    overflow: hidden;
    z-index: 3;
    text-align: center;
  }
  .copyright-inner {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .copyright-right {
    text-align: center;
  }
  .footer .small-12.medium-12.large-2.cell {
    margin-bottom: 1.5rem;
  }
  .footer .large-5:last-child {
    margin-top: 3rem;
  }
  .footer {
      padding: 0;
  }
  .gallery .gallery-item {
    width: 100% !important;
  }
  .button.wc-forward {
    background: var(--primary) !important;
    color: var(--white) !important;
    font-weight: 400 !important;
    transition: all ease .25s;
    float: none !important;
    display: block !important;
  }
  .woocommerce-cart .woocommerce .quantity .qty, .woocommerce-checkout .woocommerce .quantity .qty {
    position: relative;
    left: 2rem;
  }
  .mobile-menu {
    padding: 1rem 1rem .15rem;
    margin-top: 1rem;
  }
  .mobile-sitemap .menu li.active > a {
    background: var(--primary);
  }
  .off-canvas ul.menu ul.menu.submenu {
    background: none !important;
    border: none !important;
    margin-left: 1rem;
  }
  .off-canvas ul li:not(.active):hover a {
    color: var(--dark);
  }
  .single--content h1.entry-title.single-title {
    margin-bottom: 1rem;
  }
  .featured-content .cell-inner:not(.content-cell) img.fi-first {
      width: 70%;
      right: -20px;
      object-position: right;
  }
  .cell-inner.has-second-img-true.match-height {
      grid-gap: 1rem;
  }
  .cell-inner.has-second-img-true.match-height img {
      width: 100% !important;
      right: 0px !important;
      position: relative;
  }
  .btn-primary {
      background: #ffffff;
      color: #15233a;
      border-color: #15233a;
      text-align: center;
  }
  .pre-footer-cta.content .website-cta {
      grid-template-columns: 1fr;
      text-align: center;
  }
  .pre-footer-cta.content .website-cta h3 {
      color: #fff !important;
      font-size: 40px !important;
      margin: 0px !important;
  }
  .footer-cta-form .gform_wrapper .top_label div.ginput_container:not(.ginput_recaptcha) input {
      background: #f1f1f1;
      width: 100%;
      border-radius: 10px 10px 0px 0px;
      padding: 10px 30px !important;
      border: 0px !important;
  }
  div#field_submit #gform_submit_button_6 {
      background: var(--secondary);
      color: var(--primary) !important;
      padding: 16px;
      height: 100%;
      margin: 0px;
      border-radius: 0px 0px 10px 10px;
      border: none !important;
  }
  .gform_wrapper.gravity-theme .gform_fields {
      grid-column-gap: 0 !important;
      grid-row-gap: 0px !important;
  }
  .footer-left-inner {
      padding: 2rem 1rem 3rem;
      max-width: 100%;
      float: none;
  }

.pch-buttons .btn-primary {
    font-size: 12px !important;
    padding: 10px 20px !important;
    background: none !important;
    color: var(--secondary);
    border-color: var(--secondary);
}
body:not(.wp-admin) .cih-content h5 {
    color: #fff !important;
    padding: 0px 1rem;
    font-size: 25px !important;
}
.cc-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
}
input#gform_submit_button_10 {
    margin: 0px !important;
    height: 100%;
    border-radius: 0px 0px 10px 10px;
}
} 
/*END OF 639px BREAK POINT HERE*/



@media screen and (max-width: 550px) {
  .production-heading-inner {
      padding: 0px 2.5rem;
  }
  .footer-connect {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 3rem;
  }
  #menu-footer-site-map {
      column-count: 2;
      display: inline-block;
      column-gap: 3vw;
      width: 100%;
  }
  body:not(.wp-admin) .content h3 {
      font-size: 32px !important;
  }
  body:not(.wp-admin) .productions-container > h5, body:not(.wp-admin) .productions-container > h2 {
      padding-left: 0rem;
      margin: 0px !important;
  }
  .productions-wrapper .productions {
      border: 3px solid var(--secondary);
      position: relative;
      max-width: 300px !important;
      margin: 0 auto;
  }
  .productions-inner.slick-slide {
      margin: 0;
  }
  .slick-list.draggable {
      padding-bottom: 60px !important;
  }
  .productions-wrapper.slick-initialized.slick-slider {
      padding-bottom: 5rem;
      padding-top: 2rem;
  }
  .productions-container {
      text-align: center;
  }
  .productions-container button.prev-arrow {
      right: auto;
      left: 50%;
      margin-left: -70px;
  }
  button.slick-arrow.next-arrow {
      left: 50%;
      margin-left: 10px;
  }
}
@media screen and (max-width: 520px) {
  body:not(.wp-admin) .productions-container h2 {
      font-size: 36px !important;
  }
  .related.products .products.columns-4 {
    display: block;
  }

  .shop-categories .grid-x .cell {
    width: 100%;
  }
  .woocommerce ul.products li.product .button {
    margin-top: 1em;
    position: relative;
  }
  .upcoming-productions .projects-header {
      grid-column-start: 1;
      grid-column-end: 2;
      margin-bottom: 0rem;
  }
  .productions-inner {
      margin-bottom: 2rem;
  }
  .upcoming-productions {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 1.5rem;
      position: relative;
      margin-bottom: 5rem;
      margin-top: 5rem;
  }

}

@media screen and (max-width: 450px) {
  .pre-header .cell-inner {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 1rem;
      justify-content: center;
      text-align: center;
      align-items: center;
      justify-items: center;
  }
  .pre-header .cell-inner .ph-email {
      justify-items: center;
      justify-self: center;
  }
  .mobile-menu {
      padding: 1rem 0rem .15rem;
      margin-top: 1rem;
  }
  body:not(.wp-admin) .banner-content-inner h1 {
      font-size: 35px !important;
  }
  .banner-content .grid-container {
      padding: 0px;
  }
  .banner-content-inner {
      padding-left: 20px;
      position: relative;
      padding-bottom: 100px;
  }
  .home .banner {
      min-height: 450px;
  }

  .home .banner .banner-content-bg-color {
      background: linear-gradient(45deg, black 0%, transparent 100%);
  }
}

@media screen and (max-width: 400px) {
  body:not(.wp-admin) .cih-content h1 {
      color: #fff !important;
      margin-bottom: 0px !important;
      font-size: 50px !important;
      padding: 10px 1rem;
  }
.products.columns-3 {
  grid-template-columns: 1fr;
}
.footer .cell svg {
  margin-right: .5rem;
}
.pch-buttons {
    grid-template-columns: auto;
}
}
@media screen and (max-width: 360px) {
  .production-heading-inner {
      padding: 0;
  }
  .prod-heading::before, .prod-heading::after {
    display: none;
  }
  .footer-right-inner .menu {
    column-count: 1;
    display: inline-block;
    width: 100%;
  }
}


@media screen and (max-height: 630px){
  .mobile-row {
    margin: 0rem 0rem;
  }
  .mobile-row img {
    max-width: 150px;
  }
}