
/* Home Page */

.page-template-page-home-custom {
    background: #0f0f0f;
    color: #FFFFFF;
}

.page-template-page-home-custom .container.projects {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
}

#ctf.ctf_palette_dark .ctf-item {
    background: #000000;
    padding: 15px;
}

section {
    height: unset;
}

.screen-content h1 {
    font-size: 55px;
    letter-spacing: 40px;
    line-height: 70px;
    transition: all 1s;
}

.screen-content  p { 
    max-width: 950px;
}

.screen-content h2 {
    letter-spacing: 20px;
    margin: 40px 0;
}

.white-section, 
.white-section h1, 
.white-section h2, 
.white-section h3, 
.white-section h4, 
.white-section p,
.white-section span {
    color: #fff;
}

.black-section, 
.black-section h1, 
.black-section h2, 
.black-section h3, 
.black-section h4, 
.black-section p,
.black-section span { 
    color: #1a1a1a;
}

.common-section {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.common-section h1,
.common-section h2,
.common-section h3,
.common-section p {
    text-align: center;
}

a.button-link {
    font-size: 14px;
    font-weight: 400;
    /* letter-spacing: 2px; */
    line-height: 14px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #FFA500;
    color: #fff;
    border: 2px solid #FFA500;
    padding: 20px 50px;
    margin: 20px 0;
    display: inline-block;
    transition: all 250ms ease-out 0s;
}

a.button-link:hover {
    transform: scale(1.025);
    background-color: #000000;
    color: #ffffff;
}

a.circle-icon {
    display: inline-block;
    border-radius: 50%;
    font-size: 11px;
    letter-spacing: 4.4px;
    line-height: 14px; 
    -moz-transition: all 250ms ease-out 0s;
    -webkit-transition: all 250ms ease-out 0s;
    -o-transition: all 250ms ease-out 0s;
    -ms-transition: all 250ms ease-out 0s;
    transition: all 250ms ease-out 0s;
    border: 2px solid;
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
	margin: 0 auto;
	margin-bottom: 20px;
}

.studio-reel-content a.circle-icon,
.reel-item a.circle-icon{
    border: 5px solid !important;
}

a.circle-icon.black {
    border-color: #1a1a1a;
    color: #1a1a1a;
}

a.circle-icon.white {
    border-color: #fff;
    color: #fff;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

a.circle-icon i {
    font-size: 40px;
    letter-spacing: 0px;
    line-height: 40px;
}

a.circle-icon.black i {
    color: #1a1a1a;
}

a.circle-icon.white i {
    color: #fff;
    margin-left: 5px;
}

a.circle-icon:hover {
    transform: scale(1);
}

.social-buttons a.circle-icon:hover {
    transform: scale(1.1) !important;
}


a.circle-icon.black:hover {
    background: #1a1a1a;
}

a.circle-icon.white:hover {
    background: #fff;
}

a.circle-icon.black:hover  i {
      color: #fff;
}

a.circle-icon.white:hover  i {
    color: #1a1a1a;
}

.scroll-bottom, .scroll-up {
    height: 30px;
    height: 50px;
    position: absolute;
    width: 50px;
    left: 50%;
    margin-left: -25px;
    display: block;
    z-index: 2;
}

.scroll-bottom {
   bottom: 50px;
}

.scroll-up {
    top: 30px;
 }

.arrow-down-custom, .arrow-up-custom  {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.arrow-down-custom i, .arrow-up-custom i {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 14px;
    position: absolute;


    width:8px;
    height:8px;
    position:absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

.arrow-down-custom i {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }

.arrow-up-custom i {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }

.arrow-down-custom i.first, .arrow-up-custom i.first  {
    top: -4px;
  }

.arrow-down-custom i.second, .arrow-up-custom i.second {
    top: 11px;
}

.scroll-bottom.white .arrow-down-custom i,
.scroll-up.white .arrow-up-custom i {
    border-color: rgba(255, 255, 255, 0.7);
}


.scroll-bottom.black .arrow-down-custom i,
.scroll-up.black .arrow-up-custom i {
    border-color: rgba(0, 0, 0, 0.7);
}

.scroll-bottom.white .arrow-down-custom:hover i,
.scroll-up.white .arrow-up-custom:hover i {
    border-color: #fff;
}

.scroll-bottom.black .arrow-down-custom:hover i,
.scroll-up.black .arrow-up-custom:hover i {
    border-color: #000;
}

.full-page-overlay.white-overlay {
    background: rgba(10, 10, 10, 0.95);
}
  

/* Hero Section  */
.home-hero-section {
    max-height: 100vh;
    background: #000;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.home-hero-section video {
    max-width: 100%;
}


.home-hero-section .screen-content .fullreel {
    position: absolute;
    right: 6%;
    bottom: 10%;
    font-size: 14px;
    color: #FFF;
    font-weight: 700 !important;
    text-transform: uppercase;
    transition: all 0.25s ease;
}

.home-hero-section .screen-content .fullreel.opacity {
    opacity: 0;
}

.home-hero-section h1 {
    margin-bottom: 40px;
}

.home-hero-section .screen-content .orange-divider {
    width: 300px;
}

.home-hero-section .gradient-overlay {
    position: absolute;
    bottom: -1px;
    z-index: 1;    
    width: 100%;
    height: 30vh;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.home-bg-image {
    width: 100%;
    display: none;
}

.home-hero-section .close-video {
    z-index: 10000;
}

  .video-container video {
    width: 100%;
    min-height: 115vh;
    height: 100vh;
    position: absolute;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }

  .home-hero-section .screen-content,  .home-hero-section .arrow-down {
      z-index: 4;
  }

/* End Hero Section */

/* Who we are section */

section.who-we-are {
    padding: 30px 0 0 0;
}

section.who-we-are .container {
    width: 100%;
}

section.who-we-are h2 {
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

section.who-we-are .row {
    display: flex;
}

section.who-we-are .row .col {
    margin: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

section.who-we-are .col.copy p {
    font-size: 1.7rem;
    text-align: justify;
    margin: 0;
}

section.who-we-are .col.copy a {
    font-size: 1.75rem;
    text-align: justify;
    color: #C3932C;
    text-decoration: none;
}



section.who-we-are .row .col p {
    margin-bottom: 0;
}


/* Featured Reel Screen */

.featured-reel-section {
    /* height: auto;
    padding: 60px 0; */
    background: #fbfbfb;
    /* padding-bottom: 120px; */
    height: 100vh;
}


.featured-reel-section .screen-content  .studio-reel-preview-img {
  width: 100%;
}

.featured-reel-section h2 {
    font-size: 35px;
    letter-spacing: 14px;
    line-height: 70px;
    margin-bottom: 0;
    margin-top: 0;
}

.featured-reel-section .studio-reel {
    margin: 0 auto;
}

.featured-reel-section .studio-reel-copy {
    margin: 0px auto 20px auto;
    font-weight: 400;
    font-size: 20px;
    line-height: 33px;
}

.featured-reel-section .studio-reel-copy {
    margin: 0px auto 25px auto;
    font-weight: 400;
    font-size: 20px;
    line-height: 33px;
}

.featured-reel-section .studio-reel-copy.studio-reel-copy-first {
    margin-bottom: 5px;
    margin-top: 25px;
}

.studio-reel-content {
    position: relative;
    cursor: pointer;
    line-height: 0;
    max-width: 900px;
	margin: 0 auto;
}

.studio-reel-content .play-icon {
    opacity: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 250ms ease-out 0s;
}

.studio-reel-overlay {
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    bottom : 0;
    left: 0;
    right: 0;
    opacity: 1;
    transition: opacity 250ms ease-out 0s;
}

.studio-reel-content .play-icon:hover {
    transform: translate(-50%, -50%);
}

.studio-reel:hover .studio-reel-overlay {
    opacity: 1;
}

.studio-reel:hover .play-icon {
    opacity: 1;
}


/* End Featured Reel Screen */


/* Departments Screen */

.departments-section {
    background-color: #fbfbfb;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    height: 100vh;
    padding: 70px 15%;
}

.departments-section h2 {
    font-size: 35px;
    letter-spacing: 14px;
    line-height: 70px;
    margin-bottom: 0;
    margin-top:0;
}

.departments-screen {
    width: 100%;
}

.departments-list {
	margin: 0 auto;
	max-width: 80%;
	display: flex;
    justify-content: space-around;
    align-content: center;
    flex-wrap: wrap;
    margin-top: 35px;
}

.department-item {
    width: 20%;
}

.department-item-square {
    position: relative;
    background: #C3932C;
    width:30%;
    text-align: center;
    margin-bottom:30px;
    transition: width 1s;
}

.department-item-content {
    background: #C3932C;
    width: 100%;
    height: 100%;
    padding: 10%;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}


.department-item-content:hover {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.075);
    transform: scale(1.075);
    transition: all 0.25s ease;
}



.department-item-square i,
.department-item-square p {
   color: #fff;

}

.department-item-square i {
    font-size: 36px;
}

.department-item-square p {
    font-size: 25px;
    margin:10px 0 0 ;
    padding: 0;
}

/* End Departments Screen - 2 */

/* Featured Projects */

.page-template-page-home-custom .project-container {
    overflow: hidden;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 4px 8px 0 rgba(0, 0, 0, 0.075);
    transition: all 0.5s ease;
}

@media only screen and (min-width: 1025px) {
    .page-template-page-home-custom .project-link {
        width: calc(25% - 23px);
    }
}

@media only screen and (min-width: 480px) and (max-width: 1024px) {
    .page-template-page-home-custom .project-link {
        width: calc(50% - 20px);
    }
}


.featured-reels-heading {
    padding-bottom: 40px;
    padding-top: 40px;
}

.featured-reels-heading h2 {
    font-size: 35px;
    letter-spacing: 14px;
    line-height: 70px;
    margin-bottom: 0;
    text-align: center;
}

.featured-reels-heading .orange-divider {
    margin-bottom: 0;
}

.featured-projects {
   height: 100%;
   overflow: hidden;
   padding: 30px 0 0 0;
}

.reels-list:after {
    content: "";
    display: table;
    clear: both;
  }

.featured-projects .featured-project {
    position: relative;
    width: 50%;
    height: 50%;
    float: left;
    cursor: pointer;
    overflow: hidden;
    line-height: 0;
}

.featured-projects .featured-project .project-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom : 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 250ms ease-out 0s;
}

.featured-projects .featured-project .project-preview-img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transform: scale(1);
    transition: all 250ms ease-out 0s;
}

.featured-projects .featured-project:hover .project-overlay {
    opacity: 1;
	background-color: rgba(0, 0, 0, 0.5);
}

.featured-projects .featured-project:hover  .project-preview-img {
    transform: scale(1.1);
}

.featured-projects .featured-project .project-desc {
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    padding: 35px 0;
    background: rgba(0, 0, 0, 0.5)
}

.featured-projects .featured-project .project-desc h3 {
    padding: 0;
    font-size: 20px;
    letter-spacing: 8px;
    line-height: 20px;
}

.featured-projects .featured-project .project-desc p {
    padding: 0;
    margin: 0;
    font-size: 9px;
    /* letter-spacing: 2px; */
    text-transform: uppercase;
}

.featured-projects .featured-project .play-icon {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -120%);
    transition: all 250ms ease-out 0s;
}

/* hover effect */


.featured-projects .featured-project:hover .play-icon {
    transform: translate(-50%, -70%);
    opacity: 1;
}

/* end hover effect */

/* End Featured projects screen */


.social-feed h2 {
    font-size: 35px;
    letter-spacing: 14px;
    line-height: 70px;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
}

.featured-projects h2 {
    text-align: center;
    text-transform: uppercase;
}

.featured-projects .project-list {
    width: 100%;
    max-width: 100%;
 
    justify-content: space-between;
    margin: 0;
}


section.join-us .col {
    width: 100%;
    height: 474px;
    border: 1px solid #505050;
    background-color: #000000;
    /* margin: 10px 5px; */
}

section.join-us .container {
    width: 100%;
}

section.join-us .col.joinus {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.join-us .col.joinus h2 {
    font-size: 88px;
    text-align: center;
    margin: 0;
    line-height: 0.95;
    text-transform: uppercase;
    text-shadow: 0px 0px 15px rgb(0, 0, 0);
}

section.join-us .col.joinus span {
    font-size: 16px;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}


section.join-us .col.launchpad {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

section.join-us .col.launchpad h3 {
    font-size: 18px;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    line-height: 1;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

section.join-us .col.launchpad h2 {
    font-size: 48px;
    text-align: center;
    margin: 0;
    line-height: 0.95;
    text-transform: uppercase;
    text-shadow: 0px 0px 15px rgb(0, 0, 0);
}

section.join-us .col.launchpad span {
    font-size: 16px;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

section.join-us .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.join-us .section-link {
    text-decoration: none;
    color: #FFFFFF;
    transition: all 0.25s ease;
    margin: 0 0 30px 0;
    width: calc(50% - 15px);
}

section.join-us .section-link:hover {
    transform: scale(1.025);
}

@media screen and (max-width: 1200px) {
    section.join-us .section-link {
        width: 100%;
    }
}


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

    section.join-us .col.launchpad h2 {
        font-size: 28px;
    }
    section.join-us .col.launchpad h3 {
        font-size: 16px;
    }
    section.join-us .col.launchpad span {
        font-size: 14px;
    }
    
}

@media screen and (max-width: 736px) {
	section.join-us .col {
    	height: 300px;
    }
    section.join-us .col.joinus h2 {
    	font-size: 28px;
    }
    	
}

.latest-news {
    padding: 0;
}

.latest-news .news-cards {
    display: flex;
    flex-direction: column;
    width: 66.6%;
    flex-wrap: wrap;
    height: 100%;
    padding-right: 30px;
}

.latest-news .social-feed {
    width: 33.3%;
    height: 900px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.latest-news .social-feed::-webkit-scrollbar {
    display: none;
  }


.latest-news h2 {
    text-align: center;
    text-transform: uppercase;
}

.latest-news .container { 
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 30px;
}

/* .latest-news #sb_instagram {
    padding-bottom: 0px !important;
}

.latest-news #sb_instagram #sbi_images, .latest-news #sb_instagram.sbi_col_1 #sbi_images .sbi_item {
    padding: 0 !important;
    
}

.latest-news #sb_instagram #sbi_images {
    display: flex;
    flex-direction: column;
}

body.page-template-page-home-custom .latest-news #sb_instagram  #sbi_images .sbi_item {
    width: 100% !important;
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}

.latest-news #sb_instagram .sbi_type_video:hover {
    transform: scale(1.025);
}


.latest-news #sb_instagram .sbi_photo_wrap {
    width: 100%;
    max-width: 100%;
} */

.news-cards .news-card {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 0 30px 0;
    background: #000000;
    transition: all 0.25s ease;
    -webkit-box-shadow: 0px 0px 10px 1px #ffffff38;
    box-shadow: 0px 0px 10px 1px #ffffff38;
}

.news-cards .news-card:last-child {
    margin: 0 0 0 0;
}

.news-cards .news-card:hover {
    transform: scale(1.025);
}

.news-cards .news-card .img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
}


/* .latest-news #sb_instagram .sbi_info {
    padding: 24px !important;
    height: 100px;
    display: flex;
    align-items: center;
    background: #272727;
}

.latest-news .sbi_caption_wrap, .latest-news #sb_instagram .sbi_info p {
    padding: 0 !important;
    text-align: left;
}

.latest-news #sb_instagram .sbi_caption {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 700;
    font-size: 24px;
    text-align: left;
    hyphens: manual;
}

.latest-news #sb_instagram {
    height: 100%;
}


.latest-news #sb_instagram .sbi_expand, .latest-news .social-feed #sb_instagram #sbi_load {
    display: none !important;
} */



.news-cards .news-card .news-copy {
    padding: 24px;
    height: 100px;
    display: flex;
    align-items: center;
}

.news-cards .news-card .news-copy a {
    width: 100%;
}

.news-cards .news-card .news-copy .titleContent {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.news-cards .news-card .news-copy h3 {
    font-weight: 400;
    margin: 0 10px;
    font-size: 28px;
    text-transform: unset;
}

.news-cards .news-card a {
    text-decoration: none;
    color:#FFFFFF;
    /* font-weight: 700; */
}

.news-cards .news-card .read-news {
    position: absolute;
    bottom: 20px;
    color: #C3932C;
}

.latest-news .social-feed .twitter-iframe {
    margin-top: -57px;
    overflow: hidden;
}

/* Contact us screen */

.contacts-section {
    height: 100vh;
}

.contacts-section .heat-map {
    width: 100%;
}

.contacts-heading {
    padding-bottom: 40px;
    padding-top: 40px;
}

.contacts-heading h2  {
    font-size: 35px;
    letter-spacing: 14px;
    line-height: 70px;
    margin-bottom: 0;
    text-align: center;
}

.contacts-heading  .orange-divider {
    margin-bottom: 0;
}

.section-dimmer {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
    position: absolute;
}

.contacts-section .screen-content {
    z-index: 2;
}




.social-buttons {
    list-style-type: none;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    margin-top: 20px;
}

.social-buttons li {
    display: inline;
    display: inline-block;
    margin: 0px 5px;
}

#homeContactsSection .orange-divider {
    width:100px;
    margin : 10px auto;
}

#homeContactsSection a.circle-icon {
    height: 60px;
    width: 60px;
}

#homeContactsSection a.circle-icon i {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 20px;
}

.contact-us-home-page h2, .contact-us-home-page p {
	color: #1a1a1a !important;
}

.contact-us-home-page .social-buttons li a {
	border-color: #fff;
    color: #fff;
}

.contact-us-home-page .social-buttons li a:hover {
  background: #fff;
}
.contact-us-home-page .social-buttons li a:hover  i {
    color: #1a1a1a;
}

.contact-us-home-page .social-buttons li a i {
	 color: #fff;
}
/* End reverse styles for contact us on the home page */

/* End Contact us screen */

.full-page-overlay {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
	bottom: 0;
	right: 0;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9); 
    /* display: none; */
    visibility: hidden;

    opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.full-page-overlay.md-show {
    opacity: 1;
	visibility: visible;
}

.contacts-section .small-heading {
  margin-bottom: 50px;
}

.contacts-section h2 {
    font-size: 24px;
    letter-spacing: 14px;
    line-height: 70px;
    margin-bottom: 0;
    margin: 0 auto;
}

.contacts-section .title {
    color: #C3932C;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 30px #000000, 0 0 100px #000000, 0 0 150px #000000, 0 0 200px #000000;
    font-size: 14px;
    /* letter-spacing: 2px; */
}

.contacts-section .address {
    letter-spacing: 7px;
}

.close-video {
    color: #fff;
    position: absolute;
    right: 60px;
    top: 40px;
    cursor: pointer;
    z-index: 10000;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.5);
}

.close-video i {
    color: rgba(255, 255, 255, 0.7);
    font-size: 22px;
    line-height: 36px;
}

.close-video:hover i{
    color: #fff;
}

.full-width-video-popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    right: 0;
    bottom: 0;
    text-align: center;
    display: none;
    justify-content: center;
    align-items: center;
    background: #0f0f0f;
}

.full-width-video-popup video {
    width: 100%;
    height: 100%;
    /* -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    background-color: #000; */
    /* position: absolute;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto; */
    display: none;
}

/* body.page-template-page-home-custom .latest-news #sb_instagram #sbi_images .sbi_item {
    transition: all 0.25s ease;
}
 */

.noscroll { 
    overflow: hidden;
  }

  .insta-gallery-feed .insta-gallery-list .insta-gallery-item .insta-gallery-item-wrap, .qligg-mfp-wrap .insta-gallery-list .insta-gallery-item .insta-gallery-item-wrap {
      width: 550px !important;
  }

  /* Responsive */

  @media only screen and (max-width: 1690px) {
    .featured-reel-section {
        height: auto;
        padding: 60px 0;
        background: #fbfbfb;
        padding-bottom: 120px;
    }

    .departments-section {
        background-color: #fbfbfb;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin: 0 auto;
        height: initial;
        padding: 70px 15%;
    }

    .contacts-section {
        height: 1000px;
    }

    .departments-list {
        max-width: 1200px;
    }

    .department-item-content {
        padding: 30px;
    }

    .featured-reel-section .screen-content {
        width: 65%;
    }
  }


  @media only screen and (max-width: 1350px) {


    .home-hero-section {
        height: auto;
    }

    .page-template-page-home-custom .container.news {
        height: auto;
    }
    .latest-news .news-cards,
    .latest-news .social-feed {
        width: 100%;
        flex-direction: row;
    }
    .latest-news .news-cards {
        justify-content: space-between;
        padding-right: 0;
        margin-bottom: 30px;
    }

    .latest-news .social-feed {
        height: 435px;
        overflow: hidden;
        margin-bottom: 30px;
    }

    /* .latest-news #sb_instagram #sbi_images {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        
    } */

    /* body.page-template-page-home-custom .latest-news #sb_instagram #sbi_images .sbi_item {
        width: calc(50% - 15px) !important;
    } */

    /* .latest-news .social-feed {
        height: 435px !important;
    } */


  }

  @media only screen and (max-width: 980px) {

    .news-cards .news-card .news-copy {
        height: auto;
    }

    .news-cards .news-card {
        width: 100% !important;
    }

    .latest-news .social-feed {
        display: none;
    }

    .contacts-section {
        display: none;
    }

    .contacts-heading {
        display: none;
    }

    .featured-reel-section h2,
    .featured-reels-heading h2,
    .departments-section h2,
    .contacts-heading h2 {
        padding: 0 10%;
    }

    /* hero */
    .screen-content h1 {
        font-size: 32px;
        letter-spacing: 30px;
    }

    .home-hero-section .screen-content {
        padding: 20% 0;
    }

    /* featured reel */

    .featured-reel-section .screen-content {
        width: 100%;
    }

     /* Featured Projects */
    .featured-projects .featured-project {
      width: 100%;
    }

    .featured-reel-section .studio-reel {
        width: 100%;
    }

    /* Departments */

    .departments-section { 
       padding: 70px 5%;
    }

    .featured-reel-section .studio-reel-copy {
        font-size: 16px;
        padding: 0 10%;
    }

    .department-item-square {
        width: 45%;
    }

    .department-item-square i {
        font-size: 26px;
    }

    .department-item-square p {
        font-size: 18px;
    }

    .service-popup-content {
        flex-direction: column;
    }

    .service-popup-content .service-photo,
    .service-popup-content .service-popup-info {
        width: 100%;
    }
  
  }

  @media only screen and (max-width: 736px) {
    /* hero */
    .screen-content h1 {
        font-size: 24px;
        letter-spacing: 10px;
    }

      /* Featured Projects */
    .featured-reel-section .studio-reel {
        width: 100% !important;
    }

    .featured-projects .featured-project {
        margin-bottom: 30px;
      }

      .featured-projects .featured-project:last-child{
        margin-bottom: 0;
      }

    .home-hero-section .scroll-bottom {
        display: none;
    }

  }

  @media only screen and (max-width: 480px) {

    .featured-reel-section h2,
    .featured-reels-heading h2,
    .departments-section h2,
    .contacts-heading h2
     {
        font-size: 18px;
        letter-spacing: 5px;
        line-height: 24px;
        margin-bottom: 0;
    }

    .featured-reel-section h2, 
    .departments-section h2 {
        padding-top: 30px;
    }

    .featured-reel-section,
    .departments-section {
        padding-top: 0;
        padding-bottom: 0;
    }


    /* hero */
    .screen-content h1 {
        font-size: 24px;
        letter-spacing: 8px;
        line-height: 45px;
    }

    .featured-project a.circle-icon {
        height: 50px;
        width: 50px;
    }

    .featured-project a.circle-icon i {
        font-size: 20px;
        line-height: 20px;
    }

    .studio-reel-content a.circle-icon i{
        font-size: 20px;
        line-height: 20px;
    }

    .studio-reel-content a.circle-icon {
        height: 70px;
        width: 70px;
    }


  }