/*
Theme Name: Great Point Studios 2023
Theme URI: http://theodagency.com
Description: Custom build theme for Great Point Studios 2023
Author: Ollie Stott
Author URI: http://theodagency.com
Version: 1.0.0
*/

/* FONTS */

body {
	font-family: 'Barlow', sans-serif;
}

a {
    color: #000;
    font-weight: bold;
}

.lead {
	font-weight: 500;
}

h1, h2, h3, h4, h5, h6, nav a, .display-1, .display-2, .display-3, .display-4, .display-5, .display-6, #copyright, .btn {
	line-height: 1em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Barlow Condensed', sans-serif;
	color: #000;
    margin-bottom: 1rem;
	font-weight: 500;
	text-transform: uppercase;
}

.lcase {
	text-transform: none;
}

h1 {
	font-weight: 400;
}

.bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6, .bg-secondary h1, .bg-secondary h2, .bg-secondary h3, .bg-secondary h4, .bg-secondary h5, .bg-secondary h6 {
	color: #fff;
}
#multiCarousel h2 {
    text-transform: none;
    font-size: 3em;
}

#hero h6, #heroSmall h6 {
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 1.8em;
    color: #edb235!important;
}

.vh-70, .vh-lg-70 {
	height: 70vh
}

.pt-120 {
	padding-top: 120px;
}
.aligncenter {
    margin: 0 auto;
    display: block;
}
/* Header */


nav ul li.current_page_item > a, nav ul li.current-page-ancestor > a, ul.cptlist li > a {
	position: relative;
	color: #aaa!important
}

ul.mega-menu-wrapper li.current-page-ancestor > a, ul.mega-menu-wrapper li.current_page_item > a {
	color: #1e4d7d!important;
}

ul.sub-menu li.current_page_item > a {
	color: #ccc!important;
}

ul#menu-main-menu li a svg {
    font-size: 0.8em;
}

/* HEADER */
ul#menu-studios li a {
	text-decoration: none;
}
ul#menu-studios li:hover {
	background: #fff;
}
ul#menu-studios li:hover a {
	color: #000!important;
}
.modal label {
    display: none;
}

.nav-link {
    color: #000;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

nav ul li.current_page_item > a:after, nav ul li.current-page-ancestor > a:after, ul.cptlist li.current_page_ancestor > a:after, ul.cptlist li.current_page_item > a:after {
	content: "";
    position: absolute;
	bottom: 0px;
	left: 8px;
	height: 2px !important;
	width: calc(100% - 16px);
	background-color: rgba(255, 202, 7, 1);
    transition: 0.24s ease-out all;
}

ul.cptlist li.current_page_ancestor > a:after, ul.cptlist li.current_page_item > a:after {
	left: 0;
	width: 100%;
	background-color: #1e4d7d;
	bottom: -17px;
	height: 5px!important;
}

ul.mega-menu-wrapper li.current_page_item > a:after, ul.mega-menu-wrapper li.current-page-ancestor > a:after {
	display: none;
}

nav ul li a:hover, .nav-link:focus, .nav-link:hover {
	color: #1e4d7d;
}

.dropdown-toggle::after {
	border: none;
	margin-left: 0;
}

ul#menu-studios {
	padding: 0;
}

ul#menu-studios ul.sub-menu li a {
    text-transform: none!important;
}

/**Mega Menu **/
.navbar .container {
    position: relative;
}
.navbar-nav, .navbar .collapse, .navbar-nav li {
  	position: static;
}
.menu-item-has-children, .menu-item-has-children .dropdown-menu {
  left: auto;
}
.menu-item-has-children .dropdown-menu {
  width: auto !important;
}

ul#menu-main-menu li > ul {
    padding-left: 0;
}

ul#menu-main-menu li > ul li a {
    text-decoration: none;
	padding: 0 0 10px;
	display: block;
}

ul.menu li a {
	color: #1e4d7d!important;
}

ul.sub-menu li a {
	padding: 0!important;
	color: #4d4d4d!important;
}

ul.sub-menu {
	padding-bottom: 15px;
}

ul#menu-main-menu li > ul li {
    list-style: none;
    padding-left: 0;
	font-size: 1.5em;
}

ul#menu-main-menu li > ul ul li {
	font-size: 0.8em;
}

.mega-menu-wrapper {
	padding: 0!important;
}

li[id^='media_image'] {
	padding: 0;
}

li[id^='media_image'] img {
	width: 100%;
}


ul#menu-studios ul.sub-menu li {
    padding: 5px 0!Important;
    font-size: 11px;
}
/* BURGER MENU */

/* ANIMATE BURGER */

.navbar-toggler:not(:disabled):not(.disabled) {
	outline: none!important;
    z-index: 9999;
    position: relative;
    top: 0;
}

.navbar-toggler {
	border: none;	
	padding: 0px;
	margin-right: .75em;
	box-shadow: none!important;
}

.animated-bar {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
	float: right;
	outline: none!important;
}

.animated-bar span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.animated-bar span {
    background: rgba(256,256,256,1);
}

.animated-bar span:nth-child(1) {
  top: 0px;
}

.animated-bar span:nth-child(2) {
  top: 10px;
}

.animated-bar span:nth-child(3) {
  top: 20px;
}

.animated-bar.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.animated-bar.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-bar.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* Elements */

.btn {
	border-radius: 0;
	font-size: 0.8em;
	padding: 1em 2em;
	text-transform: uppercase;
	font-weight: 600;
}

/* Colour Palette */

.bg-primary {
	background-color: #000!important;
}
.bg-secondary {
	background-color: #132f57!important;
}
.bg-dark {
	background-color: #000!important;	
}
.bg-grey {
	background-color: #4d4d4d;
}
.text-primary {
	color: #000!important;
}
.btn-primary {
	background: #ebb020!important;
	color: #fff!important;
	border: none;
}

/* Transitions */

.button, a, nav, header img, nav.headroom, .inContent, .carouselOverlay {
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
}

/* Newsletter */

.mc-field-group input {
	font-family: 'Barlow', sans-serif;
    border-radius: 30px!important;
	background: none;
    border: thin solid #fff!important;
    padding: 10px!important;
	color: #fff;
}

#mc_embed_signup .helper_text {
	display: none!important;
}

#mc_embed_signup .mc-field-group {
	padding-bottom: 0!important;
	width: 100%!important;
}

#mc_embed_signup .button {
    position: absolute;
    right: 0;
    top: -2px;
    height: 50px!important;
    font-size: 2em!Important;
    background: none!important;
}

.mc-field-group input::placeholder {
	color: #fff;
	opacity: 1; /* Firefox */
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
	background: none!important;
}

/* Header */

footer {
	background-color: rgba(0,0,0,1)!important;
}

ul#contact {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 1.2em;
}

nav ul#contact {
	color: #000;
}

ul#contact li {
	display: inline-block;
	margin: 0 7px;
}


/**Mega Menu **/
.navbar .container {
    position: relative;
}
.navbar-nav, .navbar .collapse, .navbar-nav li {
  	position: static;
}
.menu-item-has-children, .menu-item-has-children .dropdown-menu {
  left: auto;
}
.menu-item-has-children .dropdown-menu {
  width: auto !important;
}

ul#menu-studios li {
	list-style: none;	
}

ul#menu-main-menu li > ul {
    padding-left: 0;
}

ul#menu-main-menu li > ul li a {
    text-decoration: none;
	padding: 0 0 10px;
	display: block;
}

ul.menu li a {
	color: #1e4d7d!important;
}

ul.sub-menu li a {
	padding: 0!important;
	color: #4d4d4d!important;
}

ul.sub-menu {
	padding-bottom: 0;
}

ul#menu-main-menu li > ul li {
    list-style: none;
    padding-left: 0;
	font-size: 1.5em;
}

ul#menu-main-menu li > ul ul li {
	font-size: 0.8em;
}

.mega-menu-wrapper {
	padding: 0!important;
	border: none;
}

li[id^='media_image'] {
	padding: 0;
}

li[id^='media_image'] img {
	width: 100%;
}

/* Home */
#scroll {
	position: absolute;
	margin-top: -60px;
}
#scrollto {
    margin-top: -80px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 2.5em;
}

.scroll-downs {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  margin: auto;
  width :34px;
  height: 55px;
}
.mousey {
  width: 2px;
  padding: 8px 10px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 20px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}

#herohome, #studioHead, #hero, #heroSmall {
	position: relative;
	z-index: 1;
}

.bg-cover {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}
iframe {
	max-width: 100%;
}
.vimeo-wrapper {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   pointer-events: none;
   overflow: hidden;
	z-index: -1;
}
.vimeo-wrapper iframe {
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videoWrapper iframe, .videoWrapper .mejs-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.vimeo-overlay {
	z-index: 9999;
}

/* 3 Column Module */

.inContent {
    position: absolute;
    top: 0;
    padding: 30px;
    height: 100%;
    background: rgba(0,0,0,0.8);
	opacity: 0;
	color: #fff;
}

#news *, #servicesAd * {
    text-decoration: none;
	color: #fff;
}

#imgblock {
    position: relative;
}

#imgblock:hover > .inContent {
	opacity: 1;
}

#imgblock h3 {
	position: absolute;
	bottom: 0;
	color: #fff;
	padding: 0 15px;
}

#imgblock:hover > a h3 {
	opacity: 0;
}

/* NEWS */

.single-post h1 {
    text-transform: none;
    font-size: 3.8em;
}

.single-post img {
    max-width: 100%;
	height: auto;
	margin-bottom: 15px;
}

/* PAGES */

#heroContent {
	z-index: 999;
	position: relative;
}

.card a {
    text-decoration: none;
}

/* Carousels */

#imgCarousel, #imgCarousel .carousel-inner, #imgCarousel .carousel-item {
	height: 100%;
}
#imgCarousel .carousel-item {
	background-size: cover;
	background-position: 50%;
}
.carousel-control-next, .carousel-control-prev {
    text-decoration: none;
	opacity: 1;
}

.carousel-control-next i, .carousel-control-prev i {
    font-size: 3em;
    text-decoration: none;
}

#floorMultiCarousel .carousel-control-next, #floorMultiCarousel .carousel-control-prev {
    color: #000;
    font-size: 1.25em;
}

/* Services Module */

#services.bg-primary i {
    color: #fff;
}

.carouselOverlay p {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
    font-size: 1em;
}

.overlay-trigger {
  display: none;
}	

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 75%);
	z-index: -1;
}

.overlay.grad {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.4) 90%);
    z-index: 0;
    height: 50%;
    bottom: 0;
    top: auto;
}

.card-img .overlay {
	z-index: 0;
	height: 50%;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 50%);
	bottom: 0;
	top: auto;
}

.serviceType {
    padding-left: 80px;
}

.serviceType i {
    font-size: 2em;
    position: absolute;
    margin-left: -80px;
    padding: 12px 10px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
}

.services {
    padding: 8px 15px;
}

.services i {
    display: inline-block;
    float: left;
    margin-right: 30px;
    font-size: 2em;
    transform: translateY(-20%);
	color: #000;
	width: 40px;
    text-align: center;
}

.acf-map {
	width: 100%;
	height: 450px;
}
.acf-map img {
	max-width: inherit!important;
}

/* Team */

#team p {
    text-transform: none;
}

.profile {
	border: 2px solid #000;
}

.profile i {
	color: #000;
}

.position {
	color: #4d4d4d;
}

.close {
	position: absolute;
	top: 20px;
	right: 30px;
	color: #fff;
    z-index: 9999;
}

/* Studios */

#gallery .carousel-indicators [data-bs-target] {
	background-color: #000;
}

table {
    width: 100%;
    border-bottom: thin solid #000;
    margin: 15px 0;
}
table tbody tr:nth-of-type(odd) {
	background: #f8f9fa;
}
th {
    text-transform: uppercase;
}
thead {
	border-bottom: thin solid #000;
}
.tableLabel {
    font-weight: bold;
    color: #4CAF50;
}

ul.checks li {
	margin: 5px 0;
	list-style: none;
}

ul.checks li:before {
    content: '\f058';
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    font-weight: 500;
    font-size: 1.25em;
    color: #009a49;
    margin-top: -2px;
    margin-left: -30px;
}

.campus {
	position: relative;
	display: block;
}

.campus .img-fluid {
	display: block;
	width: 100%;
}

.campus h3 {
	position: absolute;
	bottom: 0px;
	color: #fff;
}

/* News */

.post a, #job a {
	text-decoration: none;
}

/* Ninja Forms */

.nf-form-content input[type=submit] {
    width: 100%!important;
}
.nf-form-fields-required {
    display: none;
}
.submit-container {
    margin-bottom: 0!important;
}

/* Footer */

footer ul.menu {
	padding-left: 0;
	list-style: none;
}

footer ul.sub-menu {
    padding-left: 0;
    list-style: none;
}

footer ul#contact li {
	margin: 0 7px 0 0;
}

footer ul.menu li a {
    color: #fff!important;
	text-decoration: none;	
    text-transform: capitalize;
}
}

#copyright {
	font-size: 0.8em;
}

@media (max-width: 992px) {
	#imgCarousel {
		min-height: 40vh;
		margin-top: 0;
	}
}

/* medium and up screens */
@media (min-width: 768px) {
	ul#menu-studios li a, .nav-item ul a.nav-link {
    	color: #fff!important;
	}
.display-1 {
	font-family: 'Barlow', sans-serif;
	font-size: 5rem;
	font-style: italic;
	text-transform: none;
}
  .dropdown > .dropdown-menu {
    position: absolute;
    top: 100%;
    left: auto;
    z-index: 1000;
    float: none;
    min-width: 10rem;
    padding: 1rem;
    list-style: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    opacity: 0;
    margin-top: 10px !important;
    display: block;
    visibility:hidden;
    min-width: 150px;
    transition: all  0.2s ease-in-out;
  }

  .dropdown:hover > .dropdown-menu {
    visibility:visible;
    display: block;
    opacity: 1;
    margin-top: 0px !important; 
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    transition: all  0.2s ease-in-out;
  }
    .mega-menu-parent.dropdown .dropdown-menu {
    position: absolute;
    right: 0;
    width: calc(100vw - 168px)!important;
    float: right;
  }	
	ul#menu-header-main ul.mega-menu-wrapper {
	    padding: 30px 15px!important;
	}
    #multiCarousel, #floorCarousel {
	    overflow-x: hidden;
	}
	#multiCarousel i {
	    font-size: 4em;
	}
    .multi.carousel-inner .carousel-item-end.active,
    .multi.carousel-inner .carousel-item-next {
      transform: translateX(33%);
    }
    
    .multi.carousel-inner .carousel-item-start.active, 
    .multi.carousel-inner .carousel-item-prev {
      transform: translateX(-33%);
    }
	.multi.carousel-inner {
	    width: 170%;
	    left: -40%;
	}
ul#menu-studios {
	padding-right: 0;
}	
ul#menu-studios li {
/*	text-align: right; */
	margin: 0;
	padding: 5px 20px;
}

ul#menu-studios li a {
    text-decoration: none;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
	font-size: 2em;
}		
h1 {
	font-size: 5em;
}

h2 {
	font-size: 4em;
}

h3 {
	font-size: 3em;
}	
#herohome, #studioHead {
    height: 100vh;
}	
	#hero {
		height: 70vh;
	}	
nav a {
	font-size: 1em;
}	
.multi.carousel-inner .carousel-item.active,
.multi.carousel-inner .carousel-item-next,
.multi.carousel-inner .carousel-item-prev {
    display: flex;
}

.multi.carousel-inner .carousel-item-end,
.multi.carousel-inner .carousel-item-start { 
  transform: translateX(0);
}	
}

@media (max-width: 767px) {
.close {
    color: #000;
}
	.display-1, h1 {
		font-size: 2.75em;
	}	
	h2 {
   		font-size: 2.15em;
	}
    .multi.carousel-inner .carousel-item > div {
        display: none;
    }
    .multi.carousel-inner .carousel-item > div:first-child {
        display: block;
    }	
	ul#menu-header-main li img {
	    padding: 0;
    	display: none;
	}	
	nav a {
 		text-transform: none;
    	font-size: 2em;
    	padding: 8px 0;
    	display: block;
	}
	ul#menu-studios li {
		margin: 0;
	}
	.dropdown-menu {
	    width: auto !important;
	    display: block;
	    padding: 10px 15px;
	    font-size: 0.9em;
	}
	#navbarText {
    	height: calc(100vh - 100px);
	    overflow: auto;
	    background: #f2f2f2;
	}
	.services i {
    	transform: translateY(-10%);
	}
	ul.sub-menu {
		display: block;	
	}
	nav ul.bg-grey {
		background: none!important;
	}
	ul#menu-header-main {
	    padding: 0 20px;
	}
	.navbar-nav .dropdown-menu {
		border: none;
		padding: 0;
		font-size: 0.75em;
	}
	ul.dropdown-menu li a {
		color: #1e4d7d!important;		
	}	
	ul.menu li a {
		color: #1e4d7d!important;
	    font-family: 'Barlow Condensed', sans-serif;
	    font-weight: 500;
	    text-transform: uppercase;
	}
	.lead {
		font-size: 1.1em;	
	}
	nav#header {
	    background: #000!Important;
	}

	#intro * {
		text-align: left!important;
	}	
	.vimeo-wrapper iframe {
		min-width: 100vh;
	}
	.carousel-control-next, .carousel-control-prev {
		font-size: 0.7em;
		width: 8%;
	}
	#herohome h1 {
	    text-align: center;
	    font-size: 2.1em;
	    margin-bottom: 70px;
	}
	h3 {
	    font-size: 34px;
	}
}
@media (max-width: 992px) and (orientation:portrait) {
	#herohome, #studioHead, #hero {
	    height: 38vh;
		margin-top: 60px;
	}		
}
@media (max-width: 767px) and (orientation:landscape) {
	#herohome, #studioHead {
	    height: 100vh;
	}		
}
