/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

 /*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
@font-face {
    font-family: titleSeq;
    src: url('fonts/Avenir-Heavy.ttf');
}
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

*,
*:after,
*:before {
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
    background-color: #000;
}
body {
	font:300 11px/1.4 'Roboto';
	color:#444;
    overflow: hidden;
    position: fixed;
    width: 100%;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#fff;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}



.logo{
	display:none;
}
.nav{
	display:none;
}
.footer{
	display:none;
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* mouse circle */
#mouse-circle {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border:2px solid #FFF;
    pointer-events: none;
    position: absolute;
    z-index: 9999999;
    mix-blend-mode: exclusion;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	opacity:1;
    -webkit-transition: height 0.15s linear, width 0.15s linear, margin 0.15s linear, -webkit-transform 0.15s ease;
    transition: height 0.15s linear, width 0.15s linear, margin 0.15s linear, -webkit-transform 0.15s ease;
    -o-transition: height 0.15s linear, width 0.15s linear, margin 0.15s linear, transform 0.15s ease;
    transition: height 0.15s linear, width 0.15s linear, margin 0.15s linear, transform 0.15s ease;
    transition: height 0.15s linear, width 0.15s linear, margin 0.15s linear, transform 0.15s ease, -webkit-transform 0.15s ease;
}
#mouse-circle.hidden {
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
	opacity:0;
}
#mouse-circle.link,
#mouse-circle.arrow.link {
    height: 10px;
    width: 10px;
    margin-top: 5px;
    margin-left: 6px;
    border: 5px solid #FFF;
}
#mouse-circle.arrow.link:before,
#mouse-circle.arrow.link:after {
    display: none !important;
}
#mouse-circle.arrow {
    height: 50px;
    width: 50px;
    margin-top: -25px;
    margin-left: -25px;
}
#mouse-circle.arrow.arrow-up:before {
    content: '';
    height: 15px;
    width: 15px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-transform: rotateZ(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotateZ(-45deg);
    display: block;
    position: relative;
    top: 18px;
    left: 15px;
}
#mouse-circle.arrow.arrow-down:after {
    content: '';
    height: 15px;
    width: 15px;
    border-bottom: 1px solid #FFF;
    border-left: 1px solid #FFF;
    -webkit-transform: rotateZ(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotateZ(-45deg);
    display: block;
    position: relative;
    top: 12px;
    left:15px;
}
#mouse-circle.arrow.arrow-both:before {
    content: '';
    height: 15px;
    width: 15px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-transform: rotateZ(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotateZ(-45deg);
    display: block;
    position: relative;
    top: 12px;
    left: 15px;
}
#mouse-circle.arrow.arrow-both:after {
    content: '';
    height: 15px;
    width: 15px;
    border-bottom: 1px solid #FFF;
    border-left: 1px solid #FFF;
    -webkit-transform: rotateZ(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotateZ(-45deg);
    display: block;
    position: relative;
    top: 5px;
    left: 15px;
}

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
.wrapper #mainWrapper {
    height:100vh;
}
/* header */
#darker-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.75);
    z-index: 9;
    display:none;
}

.right #instagram-link {
    position: absolute;
    top: 25px;
    right: 130px;
    width: 26px;
    height: 26px;
    z-index: 10;
    display: none;
}
.right #instagram-link .instagram-svg {
    width: 26px;
    height: auto;
}
.right #instagram-link .instagram-fill-1,
.right #instagram-link .instagram-fill-2,
.right #instagram-link .instagram-fill-3 {
    fill: #FFF;
}

.right #youtube-link {
    position: absolute;
    top: 25px;
    right: 170px;
    height: 26px;
    width: 26px;
    z-index: 10;
    display: none;
}
.right #youtube-svg-white .yt-fill {
    fill:#FFF;
}

.right #blogger-link {
    position: absolute;
    top: 25px;
    right: 210px;
    height: 26px;
    width: 26px;
    z-index: 10;
    display: none;
}
.right #blogger-svg-white .blogger-fill {
    fill:#FFF;
}

.right #getty-link {
    position: absolute;
    top: 25px;
    right: 290px;
    height: 26px;
    width: 110px;
    z-index: 10;
    display: none;
}
.right #getty-link #gi-svg-mobile {
    display:none;
}
.right #getty-link .gi-fill {
    fill: #FFF;
}

.right #aop-link {
    position: absolute;
    top: 25px;
    right: 415px;
    height: 26px;
    width: 50px;
    z-index: 15;
    display: none;
}
.right #aop-link #gi-svg-mobile {
    display:none;
}
.right #aop-link .gi-fill {
    fill: #FFF;
}

.right #telegram-link {
    position: absolute;
    top: 25px;
    right: 250px;
    height: 26px;
    width: 26px;
    z-index: 15;
    display: none;
}
.right #telegram-link #gi-svg-mobile {
    display:none;
}
.right #telegram-link .gi-fill {
    fill: #FFF;
}





.right #instagram-link circle {
    -ms-transform: none;
        transform: none;
    -webkit-transform: none;
}
/*.right #instagram-link:hover .instagram-fill-1 {
    fill:url(#SVGID_1_);
}
.right #instagram-link:hover .instagram-fill-2 {
    fill:url(#SVGID_2_);
}
.right #instagram-link:hover .instagram-fill-3 {
    fill:url(#SVGID_3_);
}*/

.right #instagram-link .insta-circle {
    background-color: #FFF;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 0;
    width: 0;
    border-radius: 50%;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 50%;
    left:50%;
    pointer-events: none;
}
.right #instagram-link:hover .insta-circle {
    height:30px;
    width: 30px;
}
.right #instagram-link #insta-circle-1 {
    background-image: url(https://musicmanstudio.co.uk/wp-content/themes/html5blank-stable/img/insta1.jpg);
}
.right #instagram-link #insta-circle-2 {
    background-image: url(https://musicmanstudio.co.uk/wp-content/themes/html5blank-stable/img/insta5.jpg);
}
.right #instagram-link #insta-circle-3 {
    background-image: url(https://musicmanstudio.co.uk/wp-content/themes/html5blank-stable/img/insta3.jpg);
}
.right #instagram-link #insta-circle-4 {
    background-image: url(https://musicmanstudio.co.uk/wp-content/themes/html5blank-stable/img/insta4.jpg);
}
.right #instagram-link #insta-circle-5 {
    background-image: url(https://musicmanstudio.co.uk/wp-content/themes/html5blank-stable/img/insta2.jpg);
}
.right #instagram-link:hover #insta-circle-1 {
    top: 25px;
    left: -124px;
    -webkit-transition-delay: 0.1s;
         -o-transition-delay: 0.1s;
            transition-delay: 0.1s;
}
.right #instagram-link:hover #insta-circle-2 {
    top: 40px;
    left: -5px;
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
}
.right #instagram-link:hover #insta-circle-3 {
    top: 70px;
    left: -63px;
    -webkit-transition-delay: 0.3s;
         -o-transition-delay: 0.3s;
            transition-delay: 0.3s;
}
.right #instagram-link:hover #insta-circle-4 {
    top: 10px;
    left: -64px;
    -webkit-transition-delay: 0.4s;
         -o-transition-delay: 0.4s;
            transition-delay: 0.4s;
}
.right #instagram-link:hover #insta-circle-5 {
    top: 125px;
    left: -104px;
    -webkit-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s;
}
.middleText.PhoneNum {
    font-size: 13.2px;
    line-height: 10px;
    width: 41%;
    top: 77.5%;
    left: 50%;
    letter-spacing: 10px;
}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.menu-button {
    position: absolute;
    top: 25px;
    left: 25px;
    width: 40px;
    height: 35px;
	z-index:105;
    cursor: pointer;
    -webkit-transition: all 0.15s 0.3s ease-in-out;
    -o-transition: all 0.15s 0.3s ease-in-out;
    transition: all 0.15s 0.3s ease-in-out;
    display: none;
}
.menu-button.close {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition-delay: 0s !important;
         -o-transition-delay: 0s !important;
            transition-delay: 0s !important;
}
.menu-button span {
    display: block;
    height: 2px;
    background-color: #FFF;
    width: 100%;
    border-radius: 1px;
    -webkit-transition: all 0.15s 0.15s ease-in-out;
    -o-transition: all 0.15s 0.15s ease-in-out;
    transition: all 0.15s 0.15s ease-in-out;
}
.menu-button.close span {
    height: 0 !important;
    -webkit-transition-delay: 0s !important;
         -o-transition-delay: 0s !important;
            transition-delay: 0s !important;
}
.menu-button span:after,
.menu-button span:before {
	content:'';
	height:2px;
	width:100%;
	border-radius:1px;
    display: block;
    background-color: #FFF;
	position: absolute;
    -webkit-transition: all 0.15s 0.15s ease-in-out;
    -o-transition: all 0.15s 0.15s ease-in-out;
    transition: all 0.15s 0.15s ease-in-out;
}
.menu-button span:before {
	top:8px;
}
.menu-button span:after {
	top:16px;
}
.menu-button.close span:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-top: 6px;
    -webkit-transition-delay: 0s !important;
         -o-transition-delay: 0s !important;
            transition-delay: 0s !important;
}
.menu-button.close span:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -2px;
    -webkit-transition-delay: 0s !important;
         -o-transition-delay: 0s !important;
            transition-delay: 0s !important;
}
#main-menu {
	height:100vh;
	width:100%;
	background-color:#000;
	display:table;
	position:absolute;
	left:0;
	top:0;
	z-index:100;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
#main-menu.menu-active {
    visibility: visible;
    opacity: 1;
}
#main-menu .items text {
	display:block;
	margin:0 auto;
	fill:#EEE;
	font-size: 7.5px;
    font-family: 'titleSeq';
	text-align:center;
	line-height:50px;
	letter-spacing:0px;
    opacity: .7;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
#main-menu .items a:hover text {
    fill:#FFF;
    opacity: 1;
}
/* sidebar */
.sidebar {

}
/* footer */

.left {
    width:  50%;
    position:  absolute;
    height: 100%;
}

.right {
    position: absolute;
    right:  0;
    width: 50%;
    height: 100%;
}

.page-template-clients .contactUs {
    z-index: 10;
}
p.copyright {
    position: absolute;
    color: #fff;
    z-index: 8;
    font-family:'titleSeq';
    font-size: 14px;
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
    left: -190px;
    top: 45%;
    letter-spacing: 4px;
    display: none;
}
.right .copyright {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    text-align: center;
    right: -40px;
    position: absolute;
    left: unset;
    z-index: 10;
}
.right .copyright:after {
    content: '';
    height: 1px;
    width: 0;
    background-color: #FFF;
    display: block;
    position: absolute;
    z-index: -1;
    top: 10px;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
.right .copyright:hover:after {
    width: 133px;
}
a.copyright-link {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-family: 'titleSeq';
    letter-spacing: 4px;
    font-size: 14px;
    z-index: 8;
    display: none;
}
a.copyright-link:after {
    content: '';
    display: block;
    height: 1px;
    width: 0;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: -1;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    background-color: #FFF;
}
a.copyright-link:hover:after {
    width:163px;
}
p.reference-footer {
    display: none;
    position: absolute;
    bottom: -185px;
    left: 50%;
    color: #fff;
    z-index: 8;
    font-family: 'titleSeq';
    font-size: 14px;
    letter-spacing: 3px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
    -webkit-animation: fade-in 1.2s cubic-bezier(0.600, 0.040, 0.980, 0.335) 1100ms both;
    animation: fade-in 1.2s cubic-bezier(0.600, 0.040, 0.980, 0.335) 1100ms both;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.comingSoon {
    position: absolute;
    bottom: 10vh;
    left: 50%;
    z-index: 8;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.comingSoon .middleText {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 0;
    left: 0;
    letter-spacing: 10px;
}

body:not(.home):not(.page-template-home2) .wrapper {
    max-width: none;
}

/*--- HOME ---*/
#tE9 {
    width: 1px;
    height: 1px;
    margin-right: 35px;
}
.introText {
      margin: 0 auto;
   width: 1080px;
    max-width: 100%;
    text-align: center;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    left: 50%;
    z-index: 99999999999;
}

.innerWrap {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
}

.slider{
	background: #fff0 !important;
	float: left;
	display: block;
	margin:auto;
	cursor: none;
    pointer-events: none;
	background-position:50% 0%;
	background-repeat:repeat;
	background-origin:border-box;
	border-radius: 100%;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	z-index: 999999999999;
	position: absolute
}
.sliderOpen{
       border: 0px solid rgb(255, 255, 255);
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.slider{
    z-index: 7 !important;
}
.sliderImages{
    z-index:6;
}
.introText{
    z-index: 8;
}
.wrapper{
	width: 100% !important;
	height:100vh;
}
.sliderImages{
    position:  absolute;
    float:  left;
    width: 100%;
}
img.sliderTest {
    max-width: none;
    height: 100%;
}
.cursorOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.pic-2 {
      animation-delay: 8s;
      -o-animation-delay: 8s;
      -moz--animation-delay: 8s;
    -webkit-animation-delay: 8s;
}
.pic-3 {
      animation-delay: 16s;
      -o-animation-delay: 16s;
      -moz--animation-delay: 16s;
    -webkit-animation-delay: 16s;
}
 .pic-4 {
      animation-delay: 24s;
      -o-animation-delay: 24s;
      -moz--animation-delay: 24s;
      -webkit-animation-delay: 24s;
}


.pic-5 {
    animation-delay: 32s;
    -o-animation-delay: 32s;
    -moz--animation-delay: 32s;
    -webkit-animation-delay: 32s;
}

.pic-1 {
  opacity: 1;
  background: url(https://musicmanstudio.co.uk/wp-content/uploads/2018/07/image-1.jpg) no-repeat center center;
  background-size: cover !important;
}

.pic-2 {

  background: url(https://musicmanstudio.co.uk/wp-content/uploads/2018/07/Cheylcole_2.jpg) no-repeat center center;
  background-size: cover !important;
    background-color: #dbdbdb !important;
}

.pic-3 {

    background: url(https://musicmanstudio.co.uk/wp-content/uploads/2018/07/Cuba-photo-2-1.jpg) no-repeat center center;
  background-size:  cover !important;
}

.pic-4 {
    background: url(https://musicmanstudio.co.uk/wp-content/uploads/2018/07/Cheylcole_3.jpg) no-repeat center center;
  background-size: cover !important;
}

.pic-5 {
    background: url(https://musicmanstudio.co.uk/wp-content/uploads/2023/05/pic_5.jpg) no-repeat center center;
  background-size: cover !important;
}

.textElements {
    text-align:center;
    font-family:'titleSeq';
    float: left;
    width: 95px;
    font-size: 65px;
    color: #000;
    display:none;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lines{
    /* float:left; */
    width: 100%;
    margin: 14.47% auto;
    min-height: 100px;
}
.linesInnerA {
    width: 600px;
    margin:  0 auto;
}

.linesInnerB {
    width: 1080px;
    margin:  0 auto;
}
.middleText {
    font-size: 28px;
    position: absolute;
    left: 50%;
    top: 300px;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    font-size: 30px;font-family:'titleSeq';
    -webkit-animation: fade-in 1.2s cubic-bezier(0.600, 0.040, 0.980, 0.335) 1100ms both;
            animation: fade-in 1.2s cubic-bezier(0.600, 0.040, 0.980, 0.335) 1100ms both;
    text-transform: uppercase;
}
.middleText.photo {
    letter-spacing: 19px;        
}

.home .contact,
.page-template-home2 .contact {
    top: -20px;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 10px;
    line-height: 16px;
}
/*
.contact{
    position: relative;
    cursor: pointer;
    font-size: 16px;
    transform: none;
    top: 0;
    left: 0;
}*/

.contactUs {
    position: absolute;
    bottom: 150px;
    left: 50%;
    z-index: 8;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.closeBtn{
    position: absolute;
    width: 50px;
    z-index: 10;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 100px;
    cursor: pointer;
}
.middleText.PhoneNum {
    font-size: 18px;
    width: 120%;
    top: 379px;
}

/*--- ABOUT ---*/
.page-template-about .sliderImages {
    display: none;
}
.page-template-about header.header {
    padding-bottom: 0;
}
.page-template-about #multiscroll-nav {
    display: none;
}
.about-row-1 {
    height:100vh;
    overflow: hidden;
    position: relative;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.about-row-1.animated {
    opacity: 1;
}
.about-row-1 .about-row-1-half {
    width: 50%;
    position: absolute;
}
.about-row-1 .about-row-1-half.animating {
    -webkit-transition: top 0.75s ease-in-out;
    -o-transition: top 0.75s ease-in-out;
    transition: top 0.75s ease-in-out;
}
.about-row-1 .about-row-1-left {
    float: left;
    top: 0;
}
.about-row-1 .about-row-1-right {
    float: right;
    bottom:0;
}
.about-row-1 .about-row-1-half > .ms-section {
    width: 100%;
    height:100vh;
}
.about-row-1 .about-row-1-left > .ms-section {
    padding-left: 50px;
}
.about-row-1 .about-row-1-right > .ms-section {
    padding-right: 50px;
}

.about-row-1 .about-row-1-half .ms-section img {
    height: 90vh;
}
.about-row-1 .about-row-1-left .ms-section img {
    float: right;
}
.about-row-1 .about-row-1-right .ms-section img {
    float: left;
    margin-left: -0.2px;
}
.about-row-1 .about-row-1-half .ms-section .about-text {
    margin-top: 20px;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transition-delay: 0.7s;
         -o-transition-delay: 0.7s;
            transition-delay: 0.7s;
}
.about-row-1 .about-row-1-half .active .about-text {
    margin-top: 0;
    opacity: 1;
}
.about-row-1 .about-row-1-half .about-left-2 img {
    max-height: 90vh;
    height: auto;
}

.about-row-1 .about-row-1-half .about-left-1 {
    background-color: #000;
}
.about-row-1 .about-row-1-half .about-left-2 {
    background-color: #2d2d2e;
}
.about-row-1 .about-row-1-half .text-overlay {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
}
.about-row-1 .about-row-1-left .text-overlay {
    right: 0;
    text-align: right;
}
.about-row-1 .about-row-1-right .text-overlay {
    left: 0;
    text-align: left;
}
.about-row-1 .about-row-1-half .text-overlay h3 {
    font-size: 65px;
    font-family: 'titleSeq';
    letter-spacing: 50px;
}
.about-row-1 .about-row-1-half .text-overlay h4 {
    font-size: 25px;
    font-family: 'titleSeq';
    letter-spacing: 20px;
    margin: 5vh 0;
    padding-right: 32px;
}
.about-row-1 .about-row-1-left .text-overlay h4 {
    padding-right: 32px;    
}
.about-row-1 .about-row-1-right .text-overlay h4 {
    padding-left: 32px;
    cursor: pointer;
}
.about-row-1 .about-row-1-right .text-overlay h4 span {
    font-size: 19px;
}
.about-row-1 .about-row-1-half .about-left-3 {
    background-color: #000;
}
.about-row-1 .about-row-1-half .about-left-3 p {
    float: right;
    text-align: left;
    padding-right: 80px;
    width:95%;
    max-width: 575px;
    font-family: 'Roboto', sans-serif;
    color: #FFF;
    font-size: 18px;
}
.about-row-1 .about-row-1-half .about-right-1 {
    background-color: #000;
}
.about-row-1 .about-row-1-half .about-right-2 {
    background-color: #2d2d2e;
}
.about-row-1 .about-row-1-half .about-right-2 p {
    float: left;
    padding-left: 80px;
    width:95%;
    max-width: 575px;
    font-family: 'Roboto', sans-serif;
    color: #FFF;
    font-size: 18px;
}
.about-row-1 .about-row-1-half .about-right-3 {
    background-color: #000;
}

.page-template-about .scrollText {
    position: absolute;
    bottom: 10vh;
    left: 50%;
    z-index: 6;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.page-template-about .scrollText .middleText {
    position: relative;
    font-size: 16px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 0;
    left: 0;
    letter-spacing: 10px;
}
.page-template-about .scrollText .middleText.back-to-top {
    cursor:pointer;
}
.page-template-about .scrollText .middleText:before {
    content: '';
    width: 1px;
    background-color: #FFF;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-1px);
        -ms-transform: translateX(-1px);
            transform: translateX(-1px);
    -webkit-animation-name: scrolline;
            animation-name: scrolline;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}
.page-template-about.ms-viewing-2 .scrollText .middleText:before {
    -webkit-animation-name: scrollineReverse;
            animation-name: scrollineReverse;
}


@-webkit-keyframes scrolline {
    0% {
        height: 0px;
        top:-60px;
        bottom:unset;
    }
    48% {
        height:50px;
        top:-60px;
        bottom:unset;
    }
    50% {
        height:50px;
        top:unset;
        bottom:31px;
    }
    52%{
        height:50px;
        top:unset;
        bottom:31px;
    }
    100% {
        height: 0px;
        top:unset;
        bottom: 31px;
    }
}
@keyframes scrolline {
    0% {
        height: 0px;
        top:-60px;
        bottom:unset;
    }
    48% {
        height:50px;
        top:-60px;
        bottom:unset;
    }
    50% {
        height:50px;
        top:unset;
        bottom:31px;
    }
    52%{
        height:50px;
        top:unset;
        bottom:31px;
    }
    100% {
        height: 0px;
        top:unset;
        bottom: 31px;
    }
}

@-webkit-keyframes scrollineReverse {
    0% {
        height: 0px;
        top:unset;
        bottom:31px;
    }
    48% {
        height:50px;
        top:unset;
        bottom:31px;
    }
    50% {
        height:50px;
        top:-60px;
        bottom:unset;
    }
    52%{
        height:50px;
        top:-60px;
        bottom:unset;
    }
    100% {
        height: 0px;
        top:-60px;
        bottom:unset;
    }
}
@keyframes scrollineReverse {
    0% {
        height: 0px;
        top:unset;
        bottom:31px;
    }
    48% {
        height:50px;
        top:unset;
        bottom:31px;
    }
    50% {
        height:50px;
        top:-60px;
        bottom:unset;
    }
    52%{
        height:50px;
        top:-60px;
        bottom:unset;
    }
    100% {
        height: 0px;
        top:-60px;
        bottom:unset;
    }
}


    
body:not(.home):not(.page-template-home2) #contact-details {
    display: none;
    z-index: 8;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100vh;
}
body:not(.home):not(.page-template-home2) #contact-details h3 {
    font-family: 'titleSeq';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-46.4%);
        -ms-transform: translateX(-46.4%);
            transform: translateX(-46.4%);
    z-index: 8;
    font-size: 59px;
    letter-spacing: 52.7px;
    -webkit-animation-name: contactLogo;
            animation-name: contactLogo;
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
body:not(.home):not(.page-template-home2) #contact-details h3.cary {
    top: 31.2%;
    -webkit-transform: translateX(-42.5%);
        -ms-transform: translateX(-42.5%);
            transform: translateX(-42.5%);
    letter-spacing: 62px;
}
body:not(.home):not(.page-template-home2) #contact-details h3.hammond {
    top:62%
}
.middleText.about-photo {
    top: 48%;
    z-index: 8;
}
.page-template-about .middleText.PhoneNum {
    width: auto;
    z-index: 8;
    top: 56%;
}
body:not(.home):not(.page-template-home2) .middleText.PhoneNum {
    width: 100%;
    z-index: 8;
    top: 56%;
    text-align: center;

}
@-webkit-keyframes contactLogo {
  0% {
    color: #FFF;
  }
  100% {
    color: #191919;
  }
}
@keyframes contactLogo {
  0% {
    color: #FFF;
  }
  100% {
    color: #191919;
  }
}

/*--- PORTFOLIO - VIDEOS ---*/
.page-template-gallery .sliderImages,
.page-template-videos .sliderImages,
.vjs-big-play-button .sliderImages {
    display: none;
}
.page-template-gallery main,
.page-template-videos main,
 .vjs-big-play-button main {
    background-image: url(https://musicmanstudio.co.uk/wp-content/themes/html5blank-stable/img/circle.svg);
    background-position: center;
    background-repeat: no-repeat;
}
div.categories-list {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    -webkit-transform: translateY(35vh);
        -ms-transform: translateY(35vh);
            transform: translateY(35vh);
}
div#categories-list-2 {
    -webkit-transform: translateY(45vh);
        -ms-transform: translateY(45vh);
            transform: translateY(45vh);
}
div#categories-list-3 {
    -webkit-transform: translateY(55vh);
        -ms-transform: translateY(55vh);
            transform: translateY(55vh);
}
.categories-list .category-col {
    float: left;
    width: 33.33%;
    min-height: 60px;
    text-align: center;
    font-size: 32px;
    letter-spacing: 10px;
    text-transform: uppercase;
    line-height: 30px;
    font-family: 'titleSeq';
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.categories-list .category-col.animated {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.categories-list .category-col a {
    width: auto;
    display: inline;
    cursor:pointer;
    position: relative;
}
.categories-list .category-col a:hover {
    opacity: 1;
}
.categories-list .category-col a:after {
    content: '';
    width: 0;
    height: 2px;
    background-color: #FFF;
    position: absolute;
    display: block;
    float: left;
    -webkit-transition: width 0.3s linear;
    -o-transition: width 0.3s linear;
    transition: width 0.3s linear;
    left: 0;
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
}
.categories-list #category-list-2 a:after {
    left: -56px;
}
.categories-list #category-list-2 a:before {
    content: '';
    width: 0;
    height: 2px;
    background-color: #FFF;
    position: absolute;
    display: block;
    float: left;
    -webkit-transition: width 0.3s linear;
    -o-transition: width 0.3s linear;
    transition: width 0.3s linear;
    left: -56px;
    -webkit-transform: translateY(11px);
        -ms-transform: translateY(11px);
            transform: translateY(11px);
}

.categories-list #category-list-3 a:after {
    left: -56px;
}
.categories-list #category-list-3 a:before {
    content: '';
    width: 0;
    height: 2px;
    background-color: #FFF;
    position: absolute;
    display: block;
    float: left;
    -webkit-transition: width 0.3s linear;
    -o-transition: width 0.3s linear;
    transition: width 0.3s linear;
    left: -56px;
    -webkit-transform: translateY(11px);
        -ms-transform: translateY(11px);
            transform: translateY(11px);
}
.categories-list .category-col a:hover:after {
    width: calc(100% - 10px);
}

.categories-list #category-list-2 a:hover:after,
.categories-list #category-list-2 a:hover:before {
    width: 120%;
}

.categories-list #category-list-3 a:hover:after,
.categories-list #category-list-3 a:hover:before {
    width: 120%;
}

#rotate-badge {
    position: absolute;
    display: none;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: rgba(170,170,170,0.75);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-58%);
        -ms-transform: translate(-50%,-58%);
            transform: translate(-50%,-58%);
    z-index: 9999;
    padding: 30px 40px;
}
#rotate-badge img {
    display: block;
    margin: 0 auto;
    width: 120px;
    height: auto;
    margin-top: 25px;
}
#rotate-badge p {
    color: #000;
    text-align: center;
}

.gallery-wrapper {
    position: fixed;
    z-index: 1000;
    height: 100vh;
    width: 100%;
    bottom: 100vh;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear 0.1s, bottom 0s linear 0.5s;
    -o-transition: opacity 0.3s linear 0.1s, bottom 0s linear 0.5s;
    transition: opacity 0.3s linear 0.1s, bottom 0s linear 0.5s;
    left: 0;
    background-color: rgba(255,255,255,1);
    overflow: hidden;
}
.gallery-wrapper.show {
    -webkit-transition: opacity 0.3s linear 0.1s, bottom 0s linear 0s;
    -o-transition: opacity 0.3s linear 0.1s, bottom 0s linear 0s;
    transition: opacity 0.3s linear 0.1s, bottom 0s linear 0s;
    bottom:0;
    opacity: 1;
}
.gallery-wrapper .closeGal {
    cursor: pointer;
    position: fixed;
    top: 3vh;
    right: 20px;
    z-index: 10;
    height: 25px;
    width: 25px;
    display: none;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
.gallery-wrapper.show .closeGal {
    display: block;
    opacity: 0;
}
.gallery-wrapper.show .closeGal.show,
.gallery-wrapper.show .closeGal:hover {
    opacity: 1;
}
.gallery-main {
    height: 88vh;
    padding-top: 3vh;
}
.gallery-nav {
    margin-top: 2vh;
    height: 4vh;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    opacity: 1;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
} 
.gallery-nav.hide {
    opacity: 0;
}
.gallery-nav .slick-slide {
    opacity: 0.5;
} 
.gallery-nav .slick-slide.slick-current {
    opacity: 1;
}
.slick-list {
    height: 100%;
    max-width: 80%;
    margin: 0 auto;
}
.gallery-nav .slick-list {
    width: 100%;
    max-width: 100%;
}
.slick-list .slick-track {
    height: 100%;
}
.slick-list .slick-track .slick-slide:focus,
.slick-list .slick-track .slick-slide img:focus {
    outline: none;
}
.slick-list .slick-track img {
    height: auto;
    max-height: 100%;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.gallery-wrapper .hide-nav {
    position: absolute;
    bottom: 2vh;
    right: 0;
    color: #333;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    width: 10%;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    height: 4vh;
    line-height: 4vh;
}
.gallery-wrapper .hide-nav.show,
.gallery-wrapper .hide-nav:hover {
    opacity: 1
}

.gallery-main .slick-slide {
    position: relative;
    min-width: 80vw;
}
.gallery-wrapper .video-js {
    width: 100%;
    height:100%;
}
.gallery-wrapper .video-js .vjs-big-play-button {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(https://musicmanstudio.co.uk/wp-content/themes/html5blank-stable/img/play-white.svg);
    z-index: 10;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.gallery-wrapper .video-js .vjs-big-play-button * {
    display: none;
}

/*--- CLIENTS ---*/
.page-template-clients .sliderImages {
    display: none;
}
.page-template-clients main {
    background-image: url(https://musicmanstudio.co.uk/wp-content/themes/html5blank-stable/img/circle.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90vh;
}
.page-template-clients #clients-title {
    width: 100%;
    font-size: 25px;
    font-family: 'titleSeq';
    letter-spacing: 20px;
    text-align: center;
    position: absolute;
    top:20vh;
    padding: 0 40px;
    opacity: 0;
    -webkit-transform: scale(0.9) translateY(20px);
        -ms-transform: scale(0.9) translateY(20px);
            transform: scale(0.9) translateY(20px);
    color: white;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.page-template-clients #clients-title.animated {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px);
        -ms-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
}
div#clients-list {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-46% , -40%);
        -ms-transform: translate(-46% , -40%);
            transform: translate(-46% , -40%);
    padding: 0 70px;
    max-width: 1280px;
    left: 50%;
	opacity: 1;
}
#clients-list .clients-col {
    float: left;
    width: 100%;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-right: 10px;
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
}
#clients-list .clients-col.animated {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
#clients-list .clients-col p {
    text-align: left;
    font-size: 15px;
    letter-spacing: 10px;
    text-transform: uppercase;
    line-height: 26px;
    font-family: 'titleSeq';
    color:#FFF;
}
#clients-list .clients-col p:nth-child(2n+2) {
    color: #BBB;
}



/*--- COPYRIGHT ---*/
.page-template-copyright .sliderImages {
    display: none;
}
.page-template-copyright main {
    background-image: url(https://musicmanstudio.co.uk/wp-content/themes/html5blank-stable/img/circle.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.page-template-copyright #copyright-title {
    width: 100%;
    font-size: 25px;
    font-family: 'titleSeq';
    letter-spacing: 20px;
    text-align: center;
    position: absolute;
    top:15vh;
    padding: 0 50px;
    opacity: 0;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.page-template-copyright #copyright-title.animated {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.page-template-copyright div#copyright-text {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50% , -45%);
        -ms-transform: translate(-50% , -45%);
            transform: translate(-50% , -45%);
    padding: 0 70px;
    max-width: 1000px;
    left: 50%;
    opacity: 0;
    margin-top: 20px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.page-template-copyright div#copyright-text.animated {
    opacity: 1;
    margin-top: 0px;
}
.page-template-copyright #copyright-text p {
    text-align: left;
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 26px;
    font-family: 'titleSeq';
    color:#FFF;
}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}




/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media all and (max-width:1600px) {
    /* ABOUT */
    .about-row-1 .about-row-1-half .about-left-2 .text-overlay h3 {
        font-size: 35px;
        letter-spacing: 30px;
    }
    .about-row-1 .about-row-1-half .about-left-2 .text-overlay h4 {
        font-size: 18px;
        letter-spacing: 15px;
        padding-right: 17px;
    }    
    .about-row-1 .about-row-1-half .about-right-3 h4 {
        font-size: 35px;
        letter-spacing: 30px;
    }  
    .about-row-1 .about-row-1-half .about-right-3 h4 span {
        font-size: 18px;
        letter-spacing: 15px;
    }
    
    /* COPYRIGHT */
    .page-template-copyright #copyright-title {
        top:12vh;
    }
    
} /* END max-width:1600px */

@media only screen and (max-width:1279px) {
    
}
@media only screen and (max-width:1023px) {
    
    /* HOME */
    .linesInnerA {
        width: 320px;
    }
    .linesInnerB {
        width: 560px;
    }
    .textElements {
        width: 80px;
        font-size: 52px;
    }
    
    /* CONTACT */
    .middleText.photo {
        top: 45%;
    }
    .middleText.PhoneNum {
        top: 55%;
    }
    .middleText.PhoneNum a {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    
    /* ABOUT */
    .about-row-1 .about-row-1-half .about-right-2 p {
        padding-left: 40px;
        font-size: 18px;
    }
    .about-row-1 .about-row-1-half .about-left-3 p {
        padding-right: 40px;
        font-size: 18px;
    }
    .about-row-1 .about-row-1-half .about-left-2 .text-overlay h3 {
        font-size: 25px;
        letter-spacing: 16px;
    }
    .about-row-1 .about-row-1-half .about-left-2 .text-overlay h4 {
        font-size: 14px;
        letter-spacing: 10px;
        padding-right: 10px;
    }    
    .about-row-1 .about-row-1-half .about-right-3 h4 {
        font-size: 25px;
        letter-spacing: 16px;
    }  
    .about-row-1 .about-row-1-half .about-right-3 h4 span {
        font-size: 14px;
        letter-spacing: 10px;
    }
    .page-template-about .scrollText .middleText:before {
        -webkit-animation-name: scrollineReverse;
                animation-name: scrollineReverse;
    }
    .page-template-about.ms-viewing-2 .scrollText .middleText:before {
        -webkit-animation-name: scrolline;
                animation-name: scrolline;
    }
    
    /* CLIENTS */
    #clients-list .clients-col p {
        font-size: 11px;
        letter-spacing: 5px;
        line-height: 17px;
    }
    
    /* COPYRIGHT */
    .page-template-copyright div#copyright-text {
        -webkit-transform: translate(-50% , -37%);
            -ms-transform: translate(-50% , -37%);
                transform: translate(-50% , -37%);
    }
    .page-template-copyright #copyright-text p {
        font-size: 11px;
        letter-spacing: 5px;
        line-height: 17px;
    }
    
    /* PORTFOLIO */
    .categories-list .category-col {
        font-size: 22px;
    }

} /* END max-width:1023px */

@media only screen and (max-width:767px) {
    p.copyright {
        font-size: 12px;
        left: -90px;
        letter-spacing: 0px;
    }
    .right .copyright:hover:after {
        width: 97px;
        top: 9px;
    }
    a.copyright-link {
        font-size: 12px;
        letter-spacing: 2px;
    }
    a.copyright-link:hover:after {
        width: 120px;
    }
    
    a.menu-item,
    a.contact-menu-item {
        -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
                transform: translateY(-10px);
    }
    
    /* HOME */
    .pic-1 {
      opacity: 1;
      background: url(https://musicmanstudio.co.uk/wp-content/uploads/2018/08/03.jpg) no-repeat right center;
      background-size: cover;
        background-position: 76% center!important;
    }

    .pic-2 {
    
      background: url(https://musicmanstudio.co.uk/wp-content/uploads/2018/08/Cheycole_2_tint.jpg) no-repeat center center;
      background-size: cover;
    }

    .pic-3 {
    
        background: url(https://musicmanstudio.co.uk/wp-content/uploads/2018/08/Cheycole_3_tint.jpg) no-repeat center center;
      background-size: cover;
    }

    .pic-4 {
     
        background: url(https://musicmanstudio.co.uk/wp-content/uploads/2018/08/Cuba_tint.jpg) no-repeat center center;
      background-size: cover;
    }
    .middleText {
        font-size: 28px;
        position: absolute;
        left: 50%;
        top: 165px;
        -webkit-transform: translate(-50%);
            -ms-transform: translate(-50%);
                transform: translate(-50%);
        font-size: 20px;
        font-family: 'titleSeq';
        -webkit-animation: fade-in 1.2s cubic-bezier(0.600, 0.040, 0.980, 0.335) 1100ms both;
        animation: fade-in 1.2s cubic-bezier(0.600, 0.040, 0.980, 0.335) 1100ms both;
        text-transform: uppercase;
    }
    .middleText.photo {
        letter-spacing: 19px;        
    }
    .textElements {
        text-align: center;
        font-family: 'titleSeq';
        float: left;
        width: 45px;
        font-size: 35px;
        color: #000;
        display: none;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    .linesInnerA {
        width: 350px;
        margin: 0 auto;
    }
    .linesInnerB {
        width: 345px;
        margin: 0 auto;
    }
    .lines {
        float: left;
        width: 100%;
        margin: 8% auto;
        min-height: 100px;
    }
    
    #tE9 {
        width: 100%;
    }
    
    /* CONTACT */
    .middleText.photo {
        top: 38%;
        letter-spacing: 14px;
        font-size: 18px;
    }
    .middleText.PhoneNum {
        top: 48%;
        letter-spacing: 8px;
        font-size: 14px;
    }
    
    body:not(.home):not(.page-template-home2) #copyright-details h3,
    body:not(.home):not(.page-template-home2) #contact-details h3.cary {
        font-size: 35px;
        letter-spacing: 15px;
    }
    body:not(.home):not(.page-template-home2) .middleText.photo {
        top: 42%;
    }
    body:not(.home):not(.page-template-home2) .middleText.PhoneNum {
        top: 47%;
    }
    
    /* ABOUT */
    .page-template-about .scrollText .middleText {
        font-size: 12px;
    }
    .about-row-1 .about-row-1-half .about-right-2 p {
        font-size: 12px;
        line-height: 16px;
        padding-left: 10px;
    }
    .about-row-1 .about-row-1-half .about-left-3 p {
        font-size: 14px;
        line-height: 16px;
        padding-right: 10px;
    }
    .about-row-1 .about-row-1-right .text-overlay h4 {
    padding-left: 10px;
    }
    .about-row-1 .about-row-1-left > .ms-section {
        padding-left: 27px;
    }
    .about-row-1 .about-row-1-right > .ms-section {
        padding-right: 27px;
    }
    .about-row-1 .about-row-1-half .about-left-2 .text-overlay h3 {
        font-size: 18px;
        letter-spacing: 10px;
    }
    .about-row-1 .about-row-1-half .about-left-2 .text-overlay h4 {
        font-size: 12px;
        letter-spacing: 5px;
        padding-right: 5px;
    }    
    .about-row-1 .about-row-1-half .about-right-3 h4 {
        font-size: 18px;
        letter-spacing: 10px;
    }  
    .about-row-1 .about-row-1-half .about-right-3 h4 span {
        font-size: 12px;
        letter-spacing: 5px;
    }
    
    @-webkit-keyframes scrolline {
        0% {
            height: 0px;
            top:-60px;
            bottom:unset;
        }
        48% {
            height:50px;
            top:-60px;
            bottom:unset;
        }
        50% {
            height:50px;
            top:unset;
            bottom:25px;
        }
        52%{
            height:50px;
            top:unset;
            bottom:25px;
        }
        100% {
            height: 0px;
            top:unset;
            bottom: 25px;
        }
    }
    @keyframes scrolline {
        0% {
            height: 0px;
            top:-60px;
            bottom:unset;
        }
        48% {
            height:50px;
            top:-60px;
            bottom:unset;
        }
        50% {
            height:50px;
            top:unset;
            bottom:25px;
        }
        52%{
            height:50px;
            top:unset;
            bottom:25px;
        }
        100% {
            height: 0px;
            top:unset;
            bottom: 25px;
        }
    }
    @-webkit-keyframes scrollineReverse {
        0% {
            height: 0px;
            top:unset;
            bottom:25px;
        }
        48% {
            height:50px;
            top:unset;
            bottom:25px;
        }
        50% {
            height:50px;
            top:-60px;
            bottom:unset;
        }
        52%{
            height:50px;
            top:-60px;
            bottom:unset;
        }
        100% {
            height: 0px;
            top:-60px;
            bottom:unset;
        }
    }
    @keyframes scrollineReverse {
        0% {
            height: 0px;
            top:unset;
            bottom:25px;
        }
        48% {
            height:50px;
            top:unset;
            bottom:25px;
        }
        50% {
            height:50px;
            top:-60px;
            bottom:unset;
        }
        52%{
            height:50px;
            top:-60px;
            bottom:unset;
        }
        100% {
            height: 0px;
            top:-60px;
            bottom:unset;
        }
    }
    
    /* CLIENTS */
    div#clients-list {
        padding: 0 40px;
    }
    .page-template-clients #clients-title {
        font-size: 18px;
        letter-spacing: 14px;
    }
    #clients-list .clients-col p {
        font-size: 10px;
        letter-spacing: 0px;
        line-height: 12px;
    }
    
    /* COPYRIGHT */
    div#copyright-text {
        padding: 0 40px;
    }
    .page-template-copyright #copyright-title {
        font-size: 18px;
        letter-spacing: 14px;
    }
    .page-template-copyright #copyright-text p {
        font-size: 10px;
        letter-spacing: 0px;
        line-height: 12px;
    }
    
    /* PORTFOLIO */
    div.categories-list {
        -webkit-transform: translateY(28vh);
            -ms-transform: translateY(28vh);
                transform: translateY(28vh);
    }
    div#categories-list-2 {
        -webkit-transform: translateY(28vh);
            -ms-transform: translateY(28vh);
                transform: translateY(28vh);
    }
    .gallery-main {
        /* height:100vh; */
        height:92vh;
        padding-top:3vh;
        padding-bottom:3vh;
    }

} /* END max-width:767px */

/* JUST FOR MOBILE DEVICES */
@media only screen and (max-width:911px) and (orientation:landscape) {
    
    /* MENU */
    #main-menu .items text {
        font-size:10px;
    }
    
    .right #youtube-link {
        right: 60px;
    }
    .right #blogger-link {
        right: 95px;
    }
    .right #telegram-link {
        right:165px;
        width: 26px;
    }
    .right #getty-link {
        right:200px;
        width: 26px;
    }
    .right #aop-link {
        right:235px;
    }
    .right #getty-link #gi-svg-mobile {
        display:block;
    }
    .right #getty-link #gi-svg-desktop {
        display:none;
    }
    .right .copyright,
    span.copy-years {
        display: none !important;
    }
    .left .copyright {
        left: -90px;
        letter-spacing: 2px;
        font-size: 12px;
        color: #888;
    }
    p.reference-footer {
        bottom: 15vh;
        left: 45px;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
    .contactUs {
        bottom: 15vh;
    }

    .page-template-clients a.copyright-link {
        display: none!important;
    }
    a.copyright-link {
        bottom: unset;
        top: 85vh;
        right: 25px;
        left: unset;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        font-size: 12px;
    }
    a.copyright-link:after {
        top: 8px;
    }
    a.copyright-link:hover:after {
        width: 150px;
    }
    
    /* GALLERY */
    div.categories-list {
        -webkit-transform: translateY(17vh);
            -ms-transform: translateY(17vh);
                transform: translateY(17vh);
    }
    div#categories-list-2 {
        -webkit-transform: translateY(20vh);
            -ms-transform: translateY(20vh);
                transform: translateY(20vh);
    }

    div#categories-list-3 {
        -webkit-transform: translateY(15vh);
            -ms-transform: translateY(15vh);
                transform: translateY(15vh);
    }
    .categories-list .category-col {
        padding-left: 5px;
    }
    .categories-list .category-col {
        min-height: 105px;
    }
    .gallery-nav,
    .hide-nav {
        /* display: none; */
    }

    .gallery-nav {
        height: 8vh;
    }
    
    /* CONTACT */
    .closeBtn {
        width: 40px;
        top: 30px;
    }
    body:not(.home):not(.page-template-home2) #contact-details h3.cary {
        letter-spacing: 38px;
        top: 23%;
        font-size: 48px;
    }
    body:not(.home):not(.page-template-home2) #contact-details h3.hammond {
        top: 62%;
        font-size: 48px;
        letter-spacing: 18px;
    }
    .middleText.photo {
        top: 38%;
        font-size: 25px;
    }
    .middleText.PhoneNum a {
        font-size: 16px;
        line-height: 11px;
    }
    body:not(.home):not(.page-template-home2) .middleText.PhoneNum {
        top: 52%;
    }

    #covid-popup .popup-content h3 {
        font-size: 14px;
    }

    #covid-popup .popup-content a {
        font-size: 14px;
    }
    
    
}


@media only screen and (orientation:portrait) and (min-width: 391px) and (max-width: 768px) {
    .page-template-copyright #copyright-title {
        top: 10vh;
    }
    .page-template-copyright div#copyright-text {
        top: 50%;
        transform: translate(-50% , -60%);
    }
}

@media only screen and (max-width:767px) and (orientation:landscape) {
    /* CONTACT */
    .closeBtn {
        width: 30px;
        top: 20px;
    }
    /* ABOUT */
    .about-row-1 .about-row-1-half .ms-section img {
        height: 70vh;
        margin-top: -60px;
    }
    .page-template-about .scrollText {
        bottom: 17vh;
    }
    .page-template-about .scrollText .middleText:before {
        display: none;
    }
    
    /* GALLERY */
    div.categories-list {
        -webkit-transform: translateY(25vh);
            -ms-transform: translateY(25vh);
                transform: translateY(25vh);
    }
    div#categories-list-2 {
        -webkit-transform: translateY(25vh);
            -ms-transform: translateY(25vh);
                transform: translateY(25vh);
    }
    .categories-list .category-col {
        font-size: 16px;
        line-height: 25px;
        letter-spacing: 6px;
    }

    #covid-popup .popup-content h3 {
        font-size: 14px;
    }

    #covid-popup .popup-content a {
        font-size: 14px;
    }
    
    
    
} /* END max-width:767px and landscape */

@media only screen and (max-height:374px) and (orientation:landscape) {
    #clients-list .clients-col {
        -webkit-column-count: 4;
           -moz-column-count: 4;
                column-count: 4;
    }
    .page-template-clients #clients-title {
        top:20vh;
    }
} /* END max-height:374px and landscape */

@media only screen and (orientation:landscape) {
    
    .page-template-gallery main,
    .page-template-videos main,
    .vjs-big-play-button main,
    .page-template-copyright main {
        background-size: 90vh;
    }
    
    #rotate-badge {
        z-index: -1;
    }
    
}/* END landscape */

@media only screen and (max-width:420px) and (orientation:portrait) {
    /* COPYRIGHT */
    .page-template-copyright #copyright-title {
        font-size: 14px;
        letter-spacing: 10px;
        line-height: 16px;
        top: 13vh;
    }

    .page-template-copyright div#copyright-text {
        transform: translate(-50% , -60%);
    }

} /* END max-width:420 and portrait */

@media only screen and (max-width:420px) {
    p.copyright {
        letter-spacing: 0;
        left: -70px;
    }
    .right .copyright {
        right: -20px;
    }
    .right .copyright:hover:after {
        width: 74px;
    }
    a.copyright-link {
        letter-spacing: 0;
    }
    a.copyright-link:after {
        top:9px;
    }
    a.copyright-link:hover:after {
        width: 93px;
    }
    /* HOME */
    .middleText.photo {
        letter-spacing: 10px;
    }
    .textElements {
        width: 40px;
        font-size: 32px;
    }
    .lines {
        margin: 12% auto;
    }
    .linesInnerA {
        width: 300px;
        margin: 0 auto;
    }
    .linesInnerB {
        width: 300px;
    }
    
    /* CONTACT */
    .closeBtn {
        width:30px;
        top: 80px !important;
    }
    .middleText.photo {
        letter-spacing: 8px;
        font-size: 16px;
    }
    .middleText.PhoneNum {
        letter-spacing: 4px;
        font-size: 12px;
    }

    
    body:not(.home):not(.page-template-home2) #contact-details h3,
    body:not(.home):not(.page-template-home2) #contact-details h3.cary {
        font-size: 32px;
        letter-spacing: 10px;
    }
    
    
    /* ABOUT */
    .about-row-1 .about-row-1-half .about-left-2 .text-overlay h3,
    .about-row-1 .about-row-1-half .about-left-2 .text-overlay h4 {
        display: none;
    }
    .about-row-1 .about-row-1-half .about-right-2 p {
        line-height: 13px;
        padding-left: 10px;
    }
    .about-row-1 .about-row-1-half .about-left-3 p {
        line-height: 15px;
        padding-right: 10px;
    }
    .about-row-1 .about-row-1-half .about-right-3 h4 {
        padding-left: 10px;
        font-size: 15px;
        letter-spacing: 5px;
    }  
    .about-row-1 .about-row-1-half .about-right-3 h4 span {
        font-size: 12px;
        letter-spacing: 3px;
    }
    
    /* CLIENTS */
    div#clients-list {
        padding: 0 30px;
        -webkit-transform: translate(-50% , -48%);
            -ms-transform: translate(-50% , -48%);
                transform: translate(-50% , -48%);
    }
    .page-template-clients #clients-title {
        font-size: 14px;
        letter-spacing: 3px;
    }
    
    /* PORTFOLIO */
    .slick-arrow {
        width: 35px;
        height: 70px;
    }
} /* END max-width:420 */

@media only screen and (max-width:374px) {
    .about-row-1 .about-row-1-half .about-right-2 p {
        font-size: 10px;
        line-height: 11px;
    }
    .about-row-1 .about-row-1-half .about-left-3 p {
        font-size: 10px;
        line-height: 11px;
    }
    .page-template-copyright div#copyright-text {
        padding: 0 40px;
    }
} /* END max-width:374 */


@media only screen and (max-height:900px) {
    /* CLIENTS */
    .page-template-clients #clients-title {
        top: 15vh;
    }
} /* END max-height:900 */

@media only screen and (max-height:767px) and (min-width:911px) {
    .right .copyright {
        right: -40px;
    }
    /* HOME */
    .introText {
        -webkit-transform: translate(-50%,-60%);
            -ms-transform: translate(-50%,-60%);
                transform: translate(-50%,-60%);
    }
    .lines {
        margin: 8% auto;
    }
    .linesInnerA {
        width: 380px;
    }
    .linesInnerB {
        width: 725px;
    }
    .middleText {
        top: 170px;
    }
    .textElements {
        width: 68px;
        font-size: 45px;
    }
    .middleText.PhoneNum {
        top: 240px;
    }
    .closeBtn {
        width: 30px;
        top: 20px !important;
    }
    .contactUs {
        bottom: 28vh;
    }
    
    /* ABOUT */
    .about-row-1 {
        margin-top: -50px;
    }
    .page-template-about .scrollText {
        bottom:23vh;
    }
    .page-template-about .scrollText .middleText:before {
        -webkit-animation-name: scrollineReverse;
                animation-name: scrollineReverse;
    }
    .page-template-about.ms-viewing-2 .scrollText .middleText:before {
        -webkit-animation-name: scrolline;
                animation-name: scrolline;
    }
    
    /* CLIENTS */
    .page-template-clients #clients-title {
        top: 9vh;
    }
    #clients-list .clients-col p {
        font-size: 14px;
        letter-spacing: 6px;
        line-height: 22px;
    }
    div#clients-list {
        -webkit-transform: translate(-46% , -55%);
            -ms-transform: translate(-46% , -55%);
                transform: translate(-46% , -55%);
    }
    
    /* GALLERY */
    div.categories-list {
        -webkit-transform: translateY(30vh);
            -ms-transform: translateY(30vh);
                transform: translateY(30vh);
    }
    div#categories-list-2 {
        -webkit-transform: translateY(40vh);
            -ms-transform: translateY(40vh);
                transform: translateY(40vh);
    }
    .gallery-wrapper .hide-nav, .gallery-wrapper .slick-arrow, .gallery-wrapper .closeGal {
        opacity: 1 !important;
    }
    
    /* COPYRIGHT */
    a.copyright-link {
        bottom: 16vh;
    }
    .page-template-copyright #copyright-text p {
        font-size:12px;
        line-height: 16px;
    }
} /* END max-height:767 and min-width:768 */

@media only screen and (max-height:767px) and (max-width:1023px) {
    .middleText.photo {
        top: 38%;
    }
    .middleText.PhoneNum {
        top: 48%;
    }
    
    /* COPYRIGHT */
    .page-template-copyright #copyright-text p {
        font-size:10px;
        line-height: 12px;
    }
    /* ABOUT */
    .about-row-1 .about-row-1-half .about-left-3 p,
    .about-row-1 .about-row-1-half .about-right-2 p {
        font-size: 12px;
        line-height: 14px;
        padding-left: 10px;
    }
} /* END max-height:767 and max-width:1023 */

@media only screen and (max-height:500px) and (min-width:768px) {
    .right .copyright {
        font-size: 12px;
        right: -21px;
        letter-spacing: 0;
    }
    .lines {
        margin: 5% auto;
    }
    .middleText.PhoneNum {
        /* top: 140px; */
        top: 180px;
    }
    
    /* CLIENTS */
    .page-template-clients #clients-title {
        font-size: 16px;
        letter-spacing: 10px;
    }
    
    /* COPYRIGHT */
    
    .page-template-copyright #copyright-title {
        font-size: 18px;
        letter-spacing: 10px;
        line-height: 19px;
        text-align: left;
        /* top: 15vh; */
        top: 58px;
        left: 20px;
    }
    .page-template-copyright #copyright-text p {
        font-size: 11px;
        letter-spacing: 0;
        line-height: 14px;
        text-align: left;
    }
} /* END max-height:500 and min-width:768 */

@media only screen and (max-height:500px) and (max-width:767px) {
    .right .copyright {
        font-size: 12px;
        right: -21px;
        letter-spacing: 0;
    }
    a.copyright-link {
        font-size: 12px;
        bottom: 8px;
    }
    a.copyright-link:after {
        top: 8px;
    }
    a.copyright-link:hover:after {
        width: 150px;
    }
    .lines {
        margin: 5% auto;
    }
    .middleText.photo {
        top: 95px;
    }
    .middleText.PhoneNum {
        top: 140px;
    }
    
    /* CLIENTS */
    .page-template-clients #clients-title {
        font-size: 14px;
        letter-spacing: 5px;
    }
    
    /* COPYRIGHT */
    .page-template-copyright #copyright-title {
        font-size: 18px;
        letter-spacing: 4px;
        line-height: 19px;
    }
    .page-template-copyright #copyright-text p {
        font-size: 11px;
        letter-spacing: 0;
        line-height: 14px;
    }
    
} /* END max-height:500 and max-width:768 */

@media only screen and (max-height:375px) {
    .page-template-copyright #copyright-title {
        /* top: 7vh; */
        top: 52px;
    }
} /* END max-height:375 */

/* smartphones, touchscreens */
@media (hover: none) and (pointer: coarse) {
    #mouse-circle {
        display: none;
    }
    /* PORTFOLIO */
    .gallery-wrapper .hide-nav,
    .gallery-wrapper .slick-arrow,
    .gallery-wrapper .closeGal {
        opacity: 1 !important;
    }

    
}

/* JUST FOR MOBILE DEVICES */
@media only screen and (orientation:portrait) {

    .gallery-wrapper .hide-nav {
        height: 9vh;
        right: 38px ;
    }
    
    .page-template-gallery main,
    .page-template-videos main,
    .vjs-big-play-button main,
    .page-template-copyright main {
        background-size: 90vw;
        background-position: center 23vh;
    }
    
    #shop-button {
        /* display: none!important; */
        right: 0px!important;
    }
    .right #instagram-link {
        right: 95px;
    }

    .right #youtube-link {
        right: 130px;
    }
    .right #blogger-link {
        /* right: 95px; */
        right: 165px;
        /* display: none!important; */
    }
    .right #telegram-link {
        /* right: 130px; */
        right: 205px;
        /* display: none!important; */
    }
    .right #getty-link {
        right: 240px;
        width: 26px;
    }
    .right #getty-link #gi-svg-mobile {
        display:block;
    }
    .right #getty-link #gi-svg-desktop {
        display:none;
    }

    .right #aop-link {
        right: 205px;
        top: 25px;
    }
    
    /* CLIENTS */
    #clients-list .clients-col.animated {
        transform: translateY(-30px);
    }
    .page-template-clients #clients-title.animated {
        transform: translateY(-30px);
    }
    #clients-list .clients-col {
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2;
        padding: 0 0 0 20px;
    }
    
    /* COPYRIGHT */
    .page-template-copyright #copyright-title {
        top: 11vh;
    }
    .right .copyright,
    span.copy-years {
        display: none;
    }
    .left .copyright {
        left: -95px;
        letter-spacing: 2px;
        font-size: 12px;
        color: #888;
    }
    p.reference-footer {
        bottom: 185px;
    }

    .right .copyright {
        color: #888;
    }
    
    /* ABOUT */
    .about-row-1 {
        -webkit-transform: translateY(-50px);
            -ms-transform: translateY(-50px);
                transform: translateY(-50px);
    }
    .page-template-about .scrollText .middleText:before {
        -webkit-animation-name: scrollineReverse;
                animation-name: scrollineReverse;
    }
    .page-template-about.ms-viewing-2 .scrollText .middleText:before {
        -webkit-animation-name: scrolline;
                animation-name: scrolline;
    }
    .page-template-about .scrollText {
        bottom:24vh
    }
    
    /* GALLERY */
    .categories-list .category-col {
        min-height: unset;
    }   
    div.categories-list,
    div#categories-list-2 {
        -webkit-transform: translateY(12vh);
            -ms-transform: translateY(12vh);
                transform: translateY(12vh);
    }

    div#categories-list-3 {
        -webkit-transform: translateY(12vh);
            -ms-transform: translateY(12vh);
                transform: translateY(12vh);
    }
    .categories-list .category-col,
    #categories-list-2 div.category-col {
        width:100%;
        margin-bottom: 3vh;
    }
    .gallery-nav,
    .hide-nav {
        /* display: none; */
    }
    
    /* COPYRIGHT LINK */
    a.copyright-link {
        bottom: 120px;
    }
    
    
} /* END portrait */

@media only screen and (min-height:620px) and (orientation:portrait) {
    /* CLIENTS */
    #clients-list .clients-col p {
        font-size: 13px;
        line-height: 16px;
    }
    
} /* END max-height:620px portrait */

@media only screen and (max-height:530px) and (orientation:portrait) {
    /* HOME */
    .middleText.photo {
        top: 85px;
    }
    .middleText.PhoneNum {
        top: 115px;
    }
    p.reference-footer {
        bottom: 135px;
    }
    .home .contact, .page-template-home2 .contact {
        top: 40px;
    }
    
    /* TERMS */
    a.copyright-link {
        bottom: 50px;
    }
    
    .page-template-copyright #copyright-title {
        font-size: 13px;
        letter-spacing: 4px;
        line-height: 16px;
    }
    .page-template-copyright #copyright-text p {
        font-size: 10px;
        letter-spacing: 0;
        line-height: 11px;
    }
    
    /* GALLERY */
    .categories-list .category-col {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 15px !important;
    }
    
} /* END max-height:530px portrait */


/*------------------------------------*\
    MISC
\*------------------------------------*/

::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		-webkit-box-shadow:none !important;
		        box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}













/* Slide Show */

.pic-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  /*animation*/
  
  animation: slideShow 32s linear infinite 0s;
  -o-animation: slideShow 32s linear infinite 0s;
  -moz-animation: slideShow 32s linear infinite 0s;
  -webkit-animation: slideShow 32s linear infinite 0s;
}

figurecaption {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
}



@keyframes slideShow {  
 0% {
 opacity: 0;
 -webkit-transform:scale(1);
         transform:scale(1);
 -ms-transform:scale(1);
}
 5% {
 opacity: 1
}
 25% {
 opacity: 1;
}
 30% {
 opacity: 0;
 -webkit-transform:scale(1.1);
         transform:scale(1.1);
 -ms-transform:scale(1.1);
}
 100% {
 opacity: 0;
 -webkit-transform:scale(1);
         transform:scale(1);
 -ms-transformm:scale(1);
}
}
 @-webkit-keyframes slideShow {
 0% {
 opacity: 0;
 -webkit-transform:scale(1);
}
 5% {
 opacity: 1
}
 25% {
 opacity: 1;
}
 30% {
 opacity: 0;
 -webkit-transform:scale(1.1);
}
 100% {
 opacity: 0;
 -webkit-transformm:scale(1);
}
}

/* Slide Show Ends */

body > div.wrapper > main > p > a{
    color: #fff;
}
.overTint2 {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #d7d7d7;
    opacity: 0.5;
}
.contactTransition{
        -webkit-transition: opacity 2.6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
        -o-transition: opacity 2.6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
        transition: opacity 2.6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}


/* EDGE */
@supports (-ms-ime-align: auto) {
    .about-row-1 .about-row-1-right .ms-section img {
        margin-left: 15px;
        height:600px;
    }
    .about-row-1 .about-row-1-left .ms-section img {
        margin-right: 15px;
        height:600px;
    }
}

/* Covid19 */
.page-template-covid19 .sliderImages {
    display: none;
}
.page-template-covid19 main {
    background-image: url(https://musicmanstudio.co.uk/wp-content/themes/html5blank-stable/img/circle.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.page-template-covid19 #copyright-title {
    width: 100%;
    font-size: 25px;
    font-family: 'titleSeq';
    letter-spacing: 20px;
    text-align: center;
    position: absolute;
    top:15vh;
    padding: 0 50px;
    opacity: 0;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.page-template-covid19 #copyright-title.animated {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.page-template-covid19 div#copyright-text {
	height: 420px;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50% , -45%);
        -ms-transform: translate(-50% , -45%);
            transform: translate(-50% , -45%);
    padding: 0 70px;
    max-width: 1000px;
    left: 50%;
    opacity: 0;
    margin-top: 20px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow-y: scroll;
}

.page-template-covid19 div#copyright-text h5, .page-template-covid19 div#copyright-text ul {
    text-align: left;
    letter-spacing: 3px;
    line-height: 26px;
    font-family: 'titleSeq';
    color: #FFF;
    font-size: 15px;
}
.page-template-covid19 div#copyright-text.animated {
    opacity: 1;
    margin-top: 0px;
}
.page-template-covid19 #copyright-text p {
    text-align: left;
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 26px;
    font-family: 'titleSeq';
    color:#FFF;
}

@media all and (max-width:1600px) {
	.page-template-covid19 #copyright-title {
        top:12vh;
    }
}

@media only screen and (max-width:1023px) {
	.page-template-covid19 div#copyright-text {
        -webkit-transform: translate(-50% , -50%);
            -ms-transform: translate(-50% , -50%);
                transform: translate(-50% , -50%);
    }
    .page-template-covid19 #copyright-text p {
        font-size: 11px;
        letter-spacing: 5px;
        line-height: 17px;
    }
}

@media only screen and (max-width:767px) {
	div#copyright-text {
        padding: 0 40px;
    }
    .page-template-covid19 #copyright-title {
        font-size: 18px;
        letter-spacing: 14px;
    }
    .page-template-covid19 #copyright-text p {
        font-size: 10px;
        letter-spacing: 0px;
        line-height: 12px;
    }
}

@media only screen and (orientation:landscape) {
    
    .page-template-covid19 main {
        background-size: 90vh;
    }
     
}/* END landscape */

@media only screen and (max-width:420px) and (orientation:portrait) {
    /* COPYRIGHT */
    .page-template-covid19 #copyright-title {
        font-size: 14px;
        letter-spacing: 10px;
        line-height: 16px;
        top: 13vh;
    }
} /* END max-width:420 and portrait */


@media only screen and (max-width:374px) {
    .page-template-covid19 div#copyright-text {
        padding: 0 40px;
    }
} /* END max-width:374 */

@media only screen and (max-height:767px) and (min-width:911px) {
	a.copyright-link {
        bottom: 16vh;
    }
    .page-template-covid19 #copyright-text p {
        font-size:12px;
        line-height: 16px;
    }
}

@media only screen and (max-height:500px) and (min-width:768px) {
	.page-template-covid19 #copyright-title {
        font-size: 18px;
        letter-spacing: 10px;
        line-height: 19px;
    }
    .page-template-covid19 #copyright-text p {
        font-size: 11px;
        letter-spacing: 0;
        line-height: 14px;
    }
}

@media only screen and (max-height:500px) and (max-width:767px) {
	.page-template-covid19 #copyright-title {
        font-size: 18px;
        letter-spacing: 4px;
        line-height: 19px;
    }
    .page-template-covid19 #copyright-text p {
        font-size: 11px;
        letter-spacing: 0;
        line-height: 14px;
    }
}


@media only screen and (max-height:375px) {
    .page-template-covid19 #copyright-title {
        top: 7vh;
    }
}

@media only screen and (orientation:portrait) {
	.page-template-covid19 #copyright-title {
        top: 12vh;
    }
}

@media only screen and (max-height:530px) and (orientation:portrait) {
	.page-template-covid19 #copyright-title {
        font-size: 13px;
        letter-spacing: 4px;
        line-height: 16px;
    }
    .page-template-covid19 #copyright-text p {
        font-size: 10px;
        letter-spacing: 0;
        line-height: 11px;
    }
    
}

/* Covid pop up */
#covid-popup {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}
#covid-popup.show {
    display: block;
}

#covid-popup .popup-content {
    width: 60vh;
    height: 60vh;
    border-radius: 50%;
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d( -50%, -50% , 0 );
            transform: translate3d( -50%, -50% , 0 );
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #444;
    padding: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-transition: opacity 1s ease-in 0.4s ;
    -o-transition: opacity 1s ease-in 0.4s;
    transition: opacity 1s ease-in 0.4s;
    opacity: 0;
    visibility: hidden;
}

#covid-popup .popup-content.show {
    opacity: 1;
    visibility: visible;
}

#covid-popup.show:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 88;
    background-color: rgba(0,0,0,0.4);
}

#covid-popup .popup-content h3 {
    font-family: titleSeq;
    color: #fff;
    font-size: 28px;
}

#covid-popup .popup-content a {
    font-family: titleSeq;
    margin-top: 40px;
    font-size: 22px;
}

#covid-popup .popup-closeBtn {
    position: absolute;
    width: 20px;
    z-index: 10;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 7%;
    cursor: pointer;
}

.page-template-covid19 .closeBtn {
    bottom: 100px;
    top: unset;
    -webkit-animation: cv-fade 2s;
    animation: cv-fade 2s linear 3s forwards;
    -moz-animation: cv-fade 2s;
    -o-animation: cv-fade 2s;
    opacity: 0;
}

@media only screen and (max-width:530px) {
    #covid-popup .popup-content h3 {
        font-size: 16px;
    }
    #covid-popup .popup-content a {
        font-size: 14px;
    }

    #covid-popup .popup-closeBtn {
        width: 15px;
    }

    #covid-popup .popup-content {
        padding: 35px;
    }
}

@media only screen and (max-width:1024px) and (orientation:landscape) {
    #covid-popup .popup-content {
        width: 60vh;
        height: 60vh;
    }
    .page-template-covid19 div#copyright-text h5, .page-template-covid19 div#copyright-text ul {
        line-height: 15px;
        font-size: 10px;
    }

    
    .page-template-covid19 div#copyright-text {
        height: 60%;
        padding: 0 60px;
    }

    .page-template-covid19 #copyright-text p {
        font-family: 'titleSeq';
    }

    .page-template-covid19 .closeBtn {
        width: 15px;
        bottom: 30px;
    }

    #covid-popup .popup-content h3 {
        font-size: 13px;
    }

    #covid-popup .popup-content a {
        font-size: 12px;
        margin-top: 5px;
    }

    #clients-list .clients-col p {
        line-height: 20px;
    }
    #shop-button text {
        right: 0px!important;
        /* display: none!important; */
    }

    .right #youtube-link {
        right: 120px;
    }

    .right #instagram-link {
        right: 155px;
    }

    .right #blogger-link {
        right: 190px;
    }
    .right #telegram-link {
        right:225px;
        width: 26px;
    }
    .right #getty-link {
        right:260px;
        width: 26px;
    }
    .right #aop-link {
        right:295px;
    }

}


@media only screen and (max-width:812px) and (orientation:landscape) {
    #clients-list .clients-col p {
        line-height: 12px;
    }
}


@media only screen and (max-width:530px) and (orientation:portrait) {
    #covid-popup .popup-content {
        width: 80vw;
        height: 80vw;
    }
    .page-template-covid19 div#copyright-text h5, .page-template-covid19 div#copyright-text ul {
        line-height: 15px;
        font-size: 10px;
        letter-spacing: 1px;
    }
    .page-template-covid19 div#copyright-text {
        padding: 0 40px;
    }

    .page-template-covid19 #copyright-text p {
        font-family: 'titleSeq';
        letter-spacing: 1px;
    }
    .page-template-covid19 .closeBtn {
        width: 15px;
        bottom: 150px;
        top: unset!important;
    }
}




@-webkit-keyframes cv-fade {
    0% {opacity: 0} 
    100% {opacity: 1}
    }

@keyframes cv-fade {
    0% {opacity: 0} 
    100% {opacity: 1}
    }


.page-template-page-shop .shop-cms {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 7;
    background-color: #000;
}

.page-template-page-shop .shop-cms .intro {
    display: block;
    margin: 0 auto;
    fill: #EEE;
    font-size: 36.5px;
    font-family: 'titleSeq';
    text-align: center;
    line-height: 50px;
    letter-spacing: 0px;
}

#shop-button {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 115px;
    height: 35px;
    z-index: 105;
    cursor: pointer;
    -webkit-transition: all 0.15s 0.3s ease-in-out;
    -o-transition: all 0.15s 0.3s ease-in-out;
    transition: all 0.15s 0.3s ease-in-out;
    z-index: 9;
    display: none;
}
#shop-button.show {
    display: block;
}
#shop-button text {
    display: block;
    margin: 0 auto;
    fill: #EEE;
    font-size: 16px;
    font-family: 'titleSeq';
    text-align: center;
    letter-spacing: 0px;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    line-height: 26px;
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
    div#clients-list {
        -webkit-transform: translate(-46% , -40%);
            -ms-transform: translate(-46% , -40%);
                transform: translate(-46% , -40%);
        max-height: 70vh;
        overflow: auto;
        padding-bottom: 20px;
    }
    
    #clients-list .clients-col {
        padding-bottom: 20px;
    }
}

.slick-slider {
    -ms-touch-action: auto !important;
        touch-action: auto !important;
	}

.video-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: absolute;
        z-index: 6;
    margin-top: 3vh;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center ;
}

.video-grid .video-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33%;
            flex: 1 1 33%;
    max-height: 275px;
    overflow: hidden;
    padding: 20px;
    position: relative;
}

.video-grid .video-item::before {
    content: "";
    width: calc( 100% - 40px );
    height: calc( 100% - 40px );
    top: 20px;
    left: 20px;
    background-color: #000;
    opacity: 0.2;
    position: absolute;
    z-index: 1;
}

.video-grid .video-item .play-button {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    z-index: 2;
    background-image: url(https://musicmanstudio.co.uk/wp-content/themes/html5blank-stable/img/play-white.svg);
}

.video-grid .video-item img {
    cursor: pointer;
    /* height: 100%; */
    width: 100%;
}


#video-modal {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: transparent;
    z-index: 9999;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 0;
    left: 0;
    display: none;
}

#video-modal.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#video-modal.show:before{
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.95;
}

#video-modal .video-modal-inner {
    width: 800px;
    height: 600px;
    background: #000;
    z-index: 1000;
    max-width: 80%;
    max-height: 80%;
    z-index: 2;
    position: relative;
}

.video-modal-close {
    width: 20px;
    height: 20px;
    position: absolute;
    cursor: pointer;
    top: -30px;
    right: 0;
    display: block;
    z-index: 5;
    background-image: url(https://musicmanstudio.co.uk/wp-content/themes/html5blank-stable/img/close3.svg);
}

#video-modal .video-modal-inner .video-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-gallery-wrapper  {
    overflow: scroll;
}

@media only screen and (max-width: 911px) and (orientation: landscape) {
    .video-grid .video-item {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 33%;
                flex: 1 1 33%
    }
    .video-grid .video-item img {
        height: auto;
    }
}

@media only screen  and (min-width: 768px)  and (orientation: portrait) {
    .video-grid .video-item {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%
    }
    .video-grid .video-item img {
        width: 100%;
    }
}

@media only screen and (orientation: portrait) {
    .video-grid .video-item {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%
    }
    .video-grid .video-item img {
        width: 100%;
    }
}

.linesInnerA {
    display: flex;
    justify-content: center;
}
.textElements-new {
    text-align: center;
    font-family: 'titleSeq';
    float: left;
    font-size: 65px;
    color: #fff;
    display: block;
    -webkit-transition: all 0.4s 
ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s 
ease-in-out;
letter-spacing: 35px;
}

.linesInnerB {
    display: flex;
    justify-content: center;
}

@media only screen  and (max-width: 768px) {
    .textElements-new {
        text-align: center;
            font-family: 'titleSeq';
            float: left;
            font-size: 40px;
            color: #fff;
            display: block;
            -webkit-transition: all 0.4s 
    ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s 
    ease-in-out;
            letter-spacing: 14px;
            line-height: 150%;
    }

    .lines{
     float:none;
    }
}