/* MAIN */

::selection { 
  background: #00ace6; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #00ace6; /* Gecko Browsers */
}


body {
    font-family: 'PT Sans Narrow', helvetica, arial, sans-serif;
    color: #f2f2f2;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    margin: 0 auto;
    background-image: url(/img/bg/noise.png);
    background-color: #1a1a1a;
}

body, div {
    overflow-x: hidden;
    scrollbar-width: none;
}


a {
	text-decoration: none;

}


h1 {
	font-family: 'Zeyada', helvetica, arial, sans-serif;
	font-size: 55px;
   
}

h2 {
	font-family: 'PT Sans Narrow', helvetica, arial, sans-serif;
	font-size: 50px;
    margin: 20px auto 30px auto;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 1);
    letter-spacing: 0px;
}

h3 {
    font-family: 'PT Sans Narrow', helvetica, arial, sans-serif;
    font-size: 25px;
    margin: 0;
    /*text-shadow: 0px 4px 4px rgba(0, 0, 0, 1);*/
    
}
h4 {
    font-family: 'PT Sans Narrow', helvetica, arial, sans-serif;
    font-size: 20px;
    margin: 0;

}

.main {
    width: 100%;
    text-align: center;
    height: auto;
    position: relative;
    padding: 0;
    margin: auto;
    color: #f2f2f2;
    
}

.main a {
    text-decoration: underline;
    color: #f2f2f2;
}

.main a:hover {
    color: #fff;
}

#menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	text-align: center;
    font-size: 17px;
}

.hero {
	display: inline;
	width: 100%;
	height: auto;
    top: 0;
    left: 0;
    margin: 0;
    box-shadow: 0 3px 3px #151515;
}

.mobile-logo {
    display: none !important;
}

.desktop-logo {
	display: inline-block;
}

.desktop-logo img {
    height: 6em;
    margin: 1em auto 1em auto;
    padding: 0;
    float: left;
    width: auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.pure-menu-list {
    text-align: center;
    width: 100%;
}
.pure-menu-list li {
    text-align: center;
    width: 25%;

}

.pure-menu-list a {
	color: #ccc;
	line-height: 6em;
    font-family: 'PT Sans Narrow', helvetica, arial, sans-serif;
    font-weight: lighter;
    font-size: 100%;
    letter-spacing: 1.7px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    
}

.pure-menu-list a:hover {
	color: #fff;
}

.pure-menu-item a:hover {
	background-color: transparent
}
.pure-menu-item a:active {
    background-color: transparent
}
.pure-menu-item a:visited {
    background-color: transparent
}

.pure-menu-item a:thispage {
    background-color: transparent;
}



.custom-wrapper {
    background: transparent;
    margin-bottom: 0em;
    -webkit-font-smoothing: antialiased;
    height: 7em;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;

}

.custom-wrapper.smaller {
    background: rgba(0, 0, 0, 0.9); 
    height: 4em;

}

.custom-wrapper.smaller .desktop-logo img {
    height: 3em;
    margin: 0.5em auto;

}


.custom-wrapper.smaller .pure-menu-list a {
   line-height: 3em;
}

.custom-wrapper.open {
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
}


.custom-toggle {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 1em;
    right: 1.75em;
    display: none;
}

.custom-toggle .bar {
    background-color: #fff;
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 100px;
    position: absolute;
    top: 18px;
    right: 7px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.custom-toggle .bar:first-child {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}

.custom-toggle.x .bar {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-toggle.x .bar:first-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.padding {
    padding: 0 2em;
}

/* FOOTER */

footer {
	text-align: center;
	background-color: transparent;
    color: #151515;
    padding: 10px 0;
}

footer p {
	margin: 0em auto;
}

footer p img {
    height: 20px;
}

.footer-social img {
	vertical-align: middle;
	width: 25px;
	margin: 0 3px 0 3px;
    top: 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}

.footer-social {
	margin-top: .5em;
	margin-bottom: .8em;
}

.footer-social i {
	color: #f2f2f2;
	font-size: 27px;
	margin: 0 3px 0 3px;
	text-shadow: none;
	transition: all 0.3s;
}

.footer-social i:hover {
	color: #f2f2f2;
}


/* NEWS */


.news-feed {
	overflow: scroll;
	position: absolute;
	top: 7em;
	left: 0;
    height: calc(100% - 7.37em);
    width: 100%;
	padding: 0;
}
.news-item {
    margin: 30px auto 50px auto;
}
.news-item img {
    width: 80%;
    max-width: 500px;
    border: solid 2px #f2f2f2;
}
.news-item:after {
    content: '______________________'
}

.news-item img.no-border {
    border: none;
}

.news-item p {
    line-height: 18px;
}

.news-item h3 {
    line-height: 25px;
}

/* BIO */
.main #tabs a {
    color: unset;
}

.main #tabs a:hover {
    color: unset;
}
.bio {
    color: #f2f2f2;
    overflow: scroll;
    position: absolute;
    top: 7em;
    left: 0;
    height: calc(100% - 15.37em);
    width: 100%;
    padding: 3em 0 0 0;
}

.bio p {
    line-height: 20px;
}

.main #tabs {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    transition: all 0.5s;
}

#tabs ul {
    padding: 0;
    margin: 0 auto;
    list-style-type: none;
    text-align: center;
}

#tabs li {
    width: 45%;
    float: left;
    margin: 0 2.5% 3em 2.5%;
    background-color: #364549;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    transition: all 0.2s;   
}

.main #tabs li:hover {
    background-color: #f2f2f2;
    color: #364549 !important;
    text-shadow: none;
}

.main #tabs .ui-state-active {
    background-color: #f2f2f2;
    color: #364549 !important;
    text-shadow: none;
}

#tabs li a {
    text-decoration: none;
    line-height: 40px;
    width: 100%;
    height: 100%;
}

#tabs-1 .name {
    font-size: 130%;   
}

.tab-title {
    font-size: 40px;
   
}

.tab-title  {

    text-shadow: none;
}

#tabs-1 img {
    width: 18px;
    line-height: 0px;
    padding: 0px;
    margin: 0 2px -3px 0;
}

.button-tabs i {
    font-size: 40px;
    line-height: 40px;
    padding: 10px 0;
}

.button-tabs a {
    padding: 10px 0;
}

.button-tabs .actor-designs-logo {
    font-family: 'Yanone Kaffeesatz', 'PT Sans Narrow';
    font-size: 50px;
    letter-spacing: -1px;
    line-height: 60px;
    padding: 10px 0;
}



/* RESUME */

.resume {
    overflow: scroll;
    position: absolute;
    top: 8em;
    left: 0;
    height: calc(100% - 8.37em);
    width: 100%;
    padding: 0;
}

.resume img {
    width: 80%;
    margin: auto;
}

/* REVIEWS */

.reviews {
    overflow: scroll;
    position: absolute;
    top: 7em;
    left: 0;
    height: calc(100% - 7.37em);
    width: 100%;
    padding: 0;
}

/* PHOTOS */

.photos {
    position: relative;
    margin: 9em auto 4em auto;
    color: #f2f2f2;
}

.photos-grid {
  padding: .3vw;
  max-width: 1000px;
  font-size: 0;
  margin: 0 auto;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-flex-flow: row wrap; 
  flex-flow: row wrap; 
  display: -webkit-box;
  display: flex;
}

.photos-grid div { 
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto; 
  width: 300px; 
  margin: .5vw; 
}

.photos-grid div img { 
  width: 100%; 
  height: auto; 
}

.headshot-grid {
  padding: .3vw;
  max-width: 700px;
  font-size: 0;
  margin: 30px auto 30px auto;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-flex-flow: row wrap; 
  flex-flow: row wrap; 
  display: -webkit-box;
  display: flex;
}

.headshot-grid div { 
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto; 
  
  width: 200px; 
  margin: .5vw; 
}

.headshot-grid div img { 
  width: 100%; 
  height: auto; 
}
.instagram {
    max-width: 1000px;
    margin: 0 auto;
}
.instagram-header {
    display: inline;
    width: 100%;
}

/*Button*/

.button { 
    display: inline-block;
    font-family: 'PT Sans Narrow', helvetica, arial, sans-serif;
    padding: 0;
    margin: 1em auto;
    width: 100%;
    max-width: 350px;
    background-color: #364549 !important;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    border: none;
    vertical-align: middle;
    text-align: center;
}
.button span {
    text-decoration: none;
    color: #f2f2f2;
    padding: 10px 0;
    letter-spacing: 1.2px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button span:after {
    content: "\f019";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    opacity: 0;
    top: 10px;
    right: -20px;
    transition: 0.5s;
}

.button .email-icon:after {
    content: "\f1d8";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    opacity: 0;
    top: 10px;
    right: -20px;
    transition: 0.5s;
}

.button.phone-number {
    text-decoration: none;
    color: #f2f2f2;
    padding: 15px 0;
    margin-bottom: -4px;
    letter-spacing: 1.2px;
    max-width: 250px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}



.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
} 

/* VIDEOS */

.soundcloud {
    width: 100%;
    max-width: 600px;
    margin: auto;
}
.videos {
    position: relative;
    margin: 10em auto 3em auto;
    color: #f2f2f2;
    max-width: 1200px;
}

.videos-2 {
    position: relative;
    margin: 0 auto 5em auto;
    color: #f2f2f2;
    max-width: 1200px;
}

.l-box {
    padding: .5vw;
}





.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin: 0;
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main.video-wrapper  { 
  width: 100%; 
  height: auto; 
}

/* CONTACT */

.contact {
    overflow: scroll;
    position: absolute;
    top: 7em;
    left: 0;
    height: calc(100% - 8.37em);
    width: 100%;
    padding: 1em 0 0 0;
    margin: 0 auto;
}

#tabs p {
    margin: 10px 0;
}

#tabs div {
    width: 100%;
}
#tabs .contact-ul li {
    width: 50%;
    margin: 0 0% 2em 0%;
    border-radius: 0;
}

.contact-img {
    width: 100%;
    max-width: 200px;
    margin: 0px auto 0px 0;

}

.fb-wrapper {
    width: 100%;
    margin: auto;
}

.fb-like {
    width: 100%;
    max-width: 500px;
    overflow: hidden;
}


#tabs-c-1 h3 {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 1);
}

#tabs-c-2 h3 {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 1);
}





/*CONTACT FORM*/

#tabs-c-1 table {
    width: 100%;
    margin: 0 auto 15px auto;
    color: #fff;
    font-family: 'PT Sans Narrow', sans-serif;
   
}

#tabs-c-1 input, textarea {
    color: #151515 !important;
    margin: auto;
    padding: 0.3em;
    width: 75%;

}
#tabs-c-1 td, tr {
    margin: 0px;
    padding: 3px;
}

#tabs-c-1 label {
    font-size: 120%;
}

#tabs-c-1 button, i {
    font-size: 120%;
    margin: 0px;
}


@media (max-width: 64em) {
    /*#tabs .contact-tab-title {
    display: none;

    }*/
    .button-tabs i {
        font-size: 30px;
    }

    .button-tabs .actor-designs-logo {
        font-size: 35px;
    }
}
@media (max-width: 60em) {


.desktop-logo img {
    height: 4em;
    margin: 1.5em auto;
}


}

@media (max-width: 47.999em) {

/* MAIN */

    h2 {
        font-size: 45px;
    }
	.hero {
		display: none;
	}

    #menu {
        text-align: center;
    }

    .custom-wrapper {
    height: 4em;
    background: #000;
    
    }

    .custom-toggle {
        display: block;

    }


    .custom-wrapper li {
        width: 100%;
    }


    .pure-menu-list {
        padding-top: 3em;
    
    }

    .pure-menu-list a {
        margin-top: 0.2em;
        line-height: unset;
        font-size: 120%;
        
	}


    .custom-wrapper.smaller .pure-menu-list a {
        line-height: normal;
    }

    .mobile-logo {
    	display: inline-block !important;
    }

    .mobile-logo img {
        height: 3em;
        margin-bottom: 25px;
        padding: .5em 0 .5em 1em;
    }

    .mobile-logo a {
   		text-decoration: none;
    }

    .mobile-logo h1 {
        color: #f2f2f2;
    	margin-left: .3em;
    	margin-top: .01em;
    	font-size: 16px;
        position: absolute;
        text-align: left;
        top: 16px;
        left: 5em;
        letter-spacing: 7px;
        font-weight: 400;
        line-height: 19px;
    }

    .desktop-logo {
    	display: none;
    }


/* NEWS */

	.news-bg {
		width: 100%;
		height: 90vh;
		background-image: url(/img/bg/bg-1-mobile.jpg);
	    background-size: cover;
	    background-attachment: scroll;
	    background-repeat: no-repeat;
	    background-position: top center; 
	}

    .news-feed {
        background-color: rgba(0, 0, 0, 0.5); 
        height: calc(100% - 4.5em);
        padding: 0;
        top: 4.5em;
    }

    .news-feed img {
        width: 75%;
    }

/* BIO */
    .bio-bg {
        width: 100%;
        height: 90vh;
        background-image: url(/img/bg/bg-2-mobile.jpg);
        background-size: cover;
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-position: top center;

    }

    .bio {
        background-color: rgba(0, 0, 0, 0.5); 
        height: calc(100% - 7.5em);
        top: 4.5em;
    }

/* RESUME */

    .resume-bg {
        width: 100%;
        height: 90vh;
        background-image: url(/img/bg/bg-3-mobile.jpg);
        background-size: cover;
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-position: top center;
    }

    .resume {
        background-color: rgba(0, 0, 0, 0.5); 
        height: calc(100% - 4.5em);
        top: 4.5em;
    }

    .resume img {
        width: 90%;
        margin: auto;
    }

/*BUTTON*/
    .button span {
        font-size: 13px;

    }

/* REVIEWS */

    /*.reviews-bg {
        width: 100%;
        height: 90vh;
        background-image: url(/img/bg/bg-4-mobile.jpg);
        background-size: cover;
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-position: top center; 
    }

    .reviews {
        background-color: rgba(0, 0, 0, 0.5); 
        height: calc(100% - 9em)
    }*/


/* PHOTOS */
.dropbtn {
    font-size: 90%;
}


/* VIDEOS */

/* CONTACT */

    .contact-bg {
        width: 100%;
        height: 90vh;
        background-image: url(/img/bg/bg-4-mobile.jpg);
        background-size: cover;
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-position: top center; 
    }

    .contact {
        background-color: rgba(0, 0, 0, 0.5); 
        height: calc(100% - 5.5em);
        top: 4.5em;
    }

  

    .button-tabs i {
        font-size: 25px;
    }

    .button-tabs .actor-designs-logo {
        font-size: 30px;
    }

    #tabs-c-4 img {
    width: 90%;
 
    }

    .contact-tab-title {
        font-size: 20px;
    }

    

}
@media (max-width: 32em) {
    .button .email-icon {
        font-size: 11px;

    }
}

