/*
Theme Name: Actiview
Author: Cathryn Cavanaugh
*/


@media all and (min-width:300px) {
	body {
		background-color: #1a1a1a;
	}
	
	#bitnami-banner { 
        display: none; 
    }

	header {
		background-color: rgba(0,0,0,.6);
		height: 70px;
		width: 100%;
		position: fixed;
		z-index: 500;
	}

	header nav ul {
		list-style: none;
		width: 100%;
		height: 50px;
	}

	header nav ul li {
		font-family: Futura; 
		font-style: italic;
		float: left;
		padding-left: 20px;
		padding-top: 20px;
	}

	header nav ul li a:first-of-type {
		padding-top: 5px;
	}

	header nav ul li a {
		color: #fff;
		font-size: 18px;
		transition: .3s;
	}

	header nav ul li a img {
		height: 40px;
		width: auto;
		padding-right: 5px;
	}

	header nav ul li:first-of-type a:hover {
		text-decoration: none;
		color: #0f598a;
		transition: .3s;
	}

	header nav ul li:nth-of-type(2) {
		display: block;
		font-family: Helvetica;
		font-style: normal;
		float: right;
		padding-right: 15px;
	}

	header nav ul li:nth-of-type(2) a {
		text-decoration: none;
		border: 2px solid #fff;
		border-radius: 50px;
		padding: 5px 25px;
		font-size: 16px;
		transition: .3s;
	}

	header nav ul li:nth-of-type(2) a:hover {
		background-color: #fff;
		color: #0f598a;
		transition: .3s;
	}

	h1 {
		font-family: Futura, Helvetica, Arial, sans-serif;
		color: #fff;
		font-weight: bold;
		font-style: italic;
		position: absolute;
		left: -5000000px;
	}

	h2 {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 25px;
		color: #fff;
		font-weight: bold;
		text-align: center;
	}

	h3 {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 20px;
		color: #fff;
		font-weight: bold;
	}

	p {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 16px;
		color: #fff;
		font-weight: lighter;
	}

	.home {
		height: 600px;
		width: 100%;
		background: url(http://actiview.co/wp-content/themes/actiview/images/theater3.jpg) fixed top;
		background-size: cover;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: relative;
		background-color: #0f598a;
	}

	.home h2 {
		font-size: 40px;
		text-align: center;
		margin-bottom: 30px;
		width: 280px;
	}

	.home p {
		font-size: 18px;
		text-align: center;
		width: 270px;
	}

	.homecontainer img {
		display: none;
	}

	.hometextcontainer {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.downloadbtn {
		height: 50px;
		width: 250px;
		background-color: #0f598a;
		border-radius: 50px;
		position: absolute;
		bottom: 60px;
		text-align: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		transition: .3s;
	}

	.downloadbtn:hover {
		background-color: #08314d;
		transition: .3s;
	}

	.downloadbtn a {
		font-family: Helvetica, Arial, sans-serif;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		padding: 0px 45px;
	}
	
	#wonderstruckposter {
		background-image: url(http://cdn2-www.comingsoon.net/assets/uploads/gallery/wonderstruck/wonderstruck006.jpg);

	}

	#breatheposter {
		background-image: url(https://images-na.ssl-images-amazon.com/images/M/MV5BMTg1OTcxNjU1MV5BMl5BanBnXkFtZTgwMzcwMTQ3MzI@._V1_.jpg);
	}

	#services {
		background-color: #e6e6e6;
		padding: 20px 20px;
	}

	#services .scrollcontainer {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	#services h2, #services p {
		color: #1A1A1A;
	}

	.utility {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		width: 290px;
		padding-bottom: 45px;
	}

	.row:nth-of-type(2) {
		margin-top: 25px;
	}

	.row > .utility:first-of-type {
		padding-top: 30px;
	}

	.row > .utility:last-of-type {
		padding-bottom: 0px;
	}

	.utilitytext {
		width: 200px;
	}

	.utilitytext h3 {
		margin-top: 0px;
		color: #1A1A1A;
	}

	.utilitytext p {
		color: #1A1A1A;
	}

	#services>.scrollcontainer>p {
		font-size: 16px;
		text-align: center;
		width: 300px;
	}

	.circle {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 60px;
		height: 60px;
		background-color: #0f598a;
		border-radius: 50px;
		margin-right: 20px;
	}

	.circle img {
		height: 30px;
		width: 30px;
	}

	.circle i {
		color: #fff;
		font-size: 30px;
	}

	#instructions {
		background-color: #1a1a1a;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 25px;
	}

	.step {
		padding: 20px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 300px;
	}

	#instructions .step h3 {
		text-align: center;
		font-size: 18px;
		margin-top: 10px;
	}

	#instructions .step img {
		height: 500px;
		width: auto;
	}

	.steptext {
		display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	}

	.steptext>p {
		width: 250px;
		text-align: center;
	}

	.number {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 50px;
		height: 50px;
		background-color: #0f598a;
		border-radius: 50px;
	}

	.number>p {
		font-size: 20px;
		margin: auto;
	}

	#membership {
		background-color: #0f598a;
		padding: 25px;
		height: auto;
	}
	
	#movies {
		background-color: #333;
		padding: 20px 20px;
		height: auto;
	}
	
	#movies .scrollcontainer {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	#membership .scrollcontainer {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	#membership h2 {
		padding-bottom: 20px;
	}
	
	#movies h2 {
		padding-bottom: 20px;
	}

	#membership img {
		height: 50px;
		width: auto;
	}

	.payment {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		height: 350px;
		width: 270px;
		background-color: #fff;
		margin-bottom: 30px;
		border-radius: 10px;
	}
	
	.movieposter {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		height: 350px;
		width: 270px;
		background-color: #fff;
		margin-bottom: 30px;
		border-radius: 10px;
		background-size: cover;
	}

	.payment p {
		color: #000;
	}

	.payment>p:first-of-type {
		font-size: 20px;
		font-weight: bold;
		color: #0f598a;
		padding-top: 20px;
	}

	.payment>p:nth-of-type(2) {
		font-size: 30px;
		font-weight: bold;
		padding-bottom: 10px;
	}

	#membership .payment ul {
		list-style: none;
	}

	#membership .payment li {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		width: 200px;
		padding-bottom: 10px;
	}

	#membership .payment li i {
		padding-top: 3px; 
		padding-right: 10px;
	}

	#membership .downloadbtn, #movies .downloadbtn {
		position: initial;
		background-color: #1786cf;
	}

	#membership .downloadbtn, #movies .downloadbtn:hover {
		background-color: #08314d;
	}

	#feature {
    	padding: 50px 30px;
		background-color: #e6e6e6;
	}

	#feature div {
		display: flex;
    	flex-direction: column;
    	justify-content: center;
    	align-items: center;
	}

	#feature div p {
	    font-size: 20px;
	    text-align: center;
	    width: 200px;
	    font-weight: bold;
	    color: #1A1A1A;
	}

	#testimonials {
		background: url(http://actiview.co/wp-content/themes/actiview/images/bgscreen2_2.png) fixed center;
		background-size: cover;
		padding: 30px 0px;
		min-height: 350px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	    

	#testimonials ul {
		list-style: none;
		min-height: 200px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 0px;
	}

	#testimonials li {
		display: none;
		width: 310px;
	}

	#testimonials li p {
		text-align: center;
		font-size: 20px;
	}

	#testimonials li .author {
		font-style: italic;
		font-size: 16px;
		padding-top: 20px;
	}

	#download {
		background-color: #e6e6e6;
		padding: 30px 0px;
		display: flex;
    	flex-direction: column;
    	justify-content: center;
    	align-items: center;
	}

	#download div h2 {
		color: #1A1A1A;
		font-size: 25px;
	    text-align: center;
	    width: 250px;
	    font-weight: bold;
	    margin: 0px;
	    padding-bottom: 20px;
	}

	#download div img {
		height: 60px;
		width: auto;
		margin-top: 10px;
	}

	#newsletter {
		background-color: #1a1a1a;
		padding: 30px 0px;
	}

	#newsletter .scrollcontainer {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	#newsletter .scrollcontainer p {
		max-width: 300px;
		text-align: center;
	}

	#newsletter .scrollcontainer>p:first-of-type {
		font-weight: bold;
		font-size: 25px;
	}

	.container {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	form label {
		float: left;
	}

	input[type=text] {
	    width: 290px;
	    padding: 12px 20px;
	    margin: 8px 0;
	    display: inline-block;
	    border: 1px solid #ccc;
	    border-radius: 2px;
	    box-sizing: border-box;
	}

	button {
	    background-color: #0f598a;
	    color: white;
	    padding: 14px 20px;
	    margin: 8px 0;
	    border: none;
	    border-radius: 5px;
	    cursor: pointer;
	    transition: .3s;
	}

	button:hover {
		background-color: #0c476e;
		transition: .3s;
	}

	/* Float cancel and signup buttons and add an equal width */
	.signupbtn {
	    width: 290px;
	}
	
	.mc4wp-form-fields {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	
	.mc4wp-form-fields input[type=email] {
	    width: 290px;
	    padding: 12px 20px;
	    margin: 8px 0;
	    display: inline-block;
	    border: 1px solid #ccc;
	    border-radius: 2px;
	    box-sizing: border-box;
	    color: #0f598a;
	}
	
	.mc4wp-form-fields input[type=submit] {
	    background-color: #0f598a;
	    color: white;
	    padding: 14px 20px;
	    margin: 8px 0;
	    border: none;
	    border-radius: 5px;
	    cursor: pointer;
	    transition: .3s;
	}
	
	.mc4wp-form-fields input[type=submit]:hover {
	    background-color: #0c476e;
		transition: .3s;
	}

	/* Add padding to container elements */
	.container {
	    padding: 16px;
	}

	/* Clear floats */
	.clearfix::after {
	    content: "";
	    clear: both;
	    display: table;
	}

	footer {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		min-height: 80px;
		width: 100%;
		background-color: #1A1A1A;
		padding-top: 15px;
		padding-bottom: 5px;
		position: relative;
	}

	footer p {
		float: left;
	}

	footer a {
		text-decoration: none;
		color: #fff;
		font-family: Helvetica;
		font-size: 16px;
		text-decoration: none;
	}

	footer .footercontainer {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	footer .text {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		float: left;
		padding: 10px 10px 30px 10px;
	}

	footer .text img {
		height: 50px;
		width: auto;
	}

	footer .text a {
		text-decoration: none;
		transition: .3s;
	}

	footer .text a:hover {
		color: #0f598a;
		transition: .3s;
	}

	footer .logo {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	footer .logo p {
		font-family: Futura;
		font-style: italic;
		padding-right: 5px;
	}

	footer .links {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-top: 10px 
	}

	footer .links a {
		line-height: 2;
	}

	footer .social {
		float: right;
		padding: 10px;
	}

	footer .social a {
		font-size: 25px;
		transition: .3s;
	}

	footer .social a img{
		height: 20px;
		width: auto;
	}

	footer .social a:hover {
		color: #0f598a;
		transition: .3s;
	}

	footer .social a {
		padding-right: 25px;
	}

	footer .social a:last-of-type {
		padding-right: 0px;
	}

	footer .copyright {
		display: flex;
		justify-content: center;
		align-items: center;
		padding-top: 20px;
	}

	footer .copyright p {
		font-family: Futura;
		font-style: italic;
		text-align: center;
		color: #ccc;
		font-size: 12px;
	}

	/* BEGIN STUDIO STYLES */

	#studiohome {
		background: url(http://actiview.co/wp-content/themes/actiview/images/bgscreen2_adobe2.png) center;
		background-size: cover;
	}

	.underline {
		width: 260px;
		border-bottom: 3px solid #fff;
		margin-bottom: 25px;
	}

	.studiodescription {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background-color: #1A1A1A;
		padding: 30px;
		min-height: 200px;
	}

	.studiodescription img {
		width: 300px;
		height: auto;
		padding-top: 20px;
	}

	.studiodescription:nth-of-type(4) {
		background-color: #0f598a;
	}

	.studiodescription:nth-of-type(4) i {
		color: #fff;
		font-size: 100px;
		padding-top: 30px;
	}

	.studiodescription h2 {
		text-align: left;
		width: 200px;
	}

	.studiodescription p {
		width: 260px;
	}

	.studiodescription:nth-of-type(6) i {
		display: none;
		font-size: 70px;
		width: auto;
		color: #fff;
	}

	#statistics {
		background-color: #e6e6e6;
		min-height: 300px;
		padding: 30px;
	}

	#statistics .scrollcontainer>h2, #statistics .scrollcontainer>p {
		color: #1A1A1A;
		text-align: center;
	}

	#statistics p {
		padding-bottom: 20px;
	}

	.data {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: auto;
		padding-bottom: 50px;
		min-height: 100px;
	}

	.data:last-of-type {
		padding-bottom: 0px;
	}

	.data i {
		color: #0f598a;
		padding-right: 10px;
	}

	.data p {
		font-size: 18px;
		color: #1A1A1A;
		width: 160px;
		margin: 0px;
		text-align: center;
	}

	.infographic {
		display: flex;
		justify-content: center;
		align-items: center;
		width: auto;
		min-height: 100px;
	}

	.data:first-of-type>.infographic>i {
		font-size: 40px;
	}

	.data:nth-of-type(2)>.infographic>i {
		font-size: 50px;
	}

	.data:nth-of-type(3)>.infographic>i {
		font-size: 60px;
	}

	.infographic p {
		font-size: 30px;
		color: #0f598a;
		font-weight: bold;
		width: 100px;
		margin: 0px;
	}

	#howto {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background-color: #e6e6e6;
		padding: 50px 30px;
	}

	#howto h2, #howto h3, #howto>p {
		color: #1A1A1A;
		text-align: center;
	}

	#howto h2 {
		padding-bottom: 25px;
		margin-top: 0px;
	}

	.order {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.order>img {
		height: 80px;
		width: auto;
	}

	.order p {
		color: #1A1A1A;
		width: 270px;
	}

	.orderservices {
		display: flex;
		align-items: center;
	}

	.orderservices i {
		font-size: 40px;
	}

	.orderservices img {
		height: auto;
		width: 40px;
	}

	.orderservices .service {
		padding-right: 15px;
	}

	.orderservices .service:last-of-type {
		padding-right: 0px;
	}

	.arrow {
		height: auto;
		width: auto;
		margin: 60px 30px;
		text-align: center;
	}

	.arrow i {
		font-size: 30px;
	}

	#howto .arrow i:nth-of-type(2) {
		display: none;
	}

	#studiodescription .contact {
		background-color: #e6e6e6;
		color: #1A1A1A
	}

	.test {
		height: 270px;
		width: 270px;
		background-color: #ccc;
		margin-bottom: 30px;
	}

	#membership .membership img {
		width: 270px;
		height: auto;
		padding-bottom: 30px;
	}

	#studiopayment {
		justify-content: center;
		margin-right: 0px;
	}

	#studiopayment ul {
		margin-bottom: 0px;
	}

	#studiopayment ul li:last-of-type {
		padding-bottom: 0px;
	}

	#contact {
		background-color: #e6e6e6;
	}

	#contact h2, #contact p {
		color: #1A1A1A;
	}

	#contact .underline {
		border-bottom: 3px solid #1A1A1A;
	}

	#contact .downloadbtn {
		position: initial;
		margin: 30px 0px;
	}

	#contact .downloadbtn a {
		color: #fff;
	}

	#contact i {
		color: #0f598a;
		font-size: 20px;
		padding-right: 5px;
	}

	#contact a {
		text-decoration: none;
		color: #1A1A1A;
		font-size: 16px;
	}

	.phone {
		display: flex;
		align-items: center;
		justify-content: center;
	}

} /* ---- end of mobile styles ----- */

@media all and (min-width:700px) {

	header {
		height: 80px;
	}

	header nav {
		padding-top: 10px;
	}

	header nav ul li:first-of-type a {
		font-size: 25px;
	}

	header nav ul li:nth-of-type(2) a {
		padding: 5px 30px;
	}

	h2 {
		font-size: 30px;
	}

	.home {
		height: 850px;
	}

	.home h2 {
		font-size: 50px;
		width: 400px;
	}

	.home p {
		width: 370px;
	}

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

	.homecontainer img {
		display: initial;
		height: 600px;
	}


	.hometextcontainer {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.downloadbtn {
		bottom: 80px;
	}

	#services {
		padding: 50px 0px;
	}

	.row {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		width: auto;
		margin-top: 50px;
		margin-bottom: 20px;
	}

	.utility {
		flex-direction: column;
		width: 200px;
		margin-right: 30px;
		padding-bottom: 0px;
	}

	.circle {
		width: 80px;
		height: 80px;
		margin-bottom: 20px;
		margin-right: 0px;
	}

	.circle i {
		font-size: 40px;
	}

	.circle img {
		height: 40px;
		width: 40px;
	}

	.row > .utility:first-of-type {
		padding-top: 0px;
	}

	.utility:last-of-type {
		margin-right: 0px;
	}

	.utilitytext {
		width: auto;
		text-align: center;
	}

	.flexcontainer {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		padding-top: 30px;
	}
	
	.moviecontainer {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		padding-top: 30px;
	}

	#instructions {
		padding: 40px 0px;
	}

	.steptext {
		padding-right: 50px;
	}

	.step:nth-of-type(3) .steptext {
		padding-right: 0px;
		padding-left: 50px;
	}

	.step {
		padding: 0px;
		margin: 0px 20px;
		width: auto;
		height: auto;
		flex-direction: row;
	}

	.step:nth-of-type(3) {
		flex-direction: row-reverse;
	}

	.number {
		width: 60px;
		height: 60px;
	}

	#membership {
		padding-bottom: 40px;
		min-height: 500px;
	}

	#membership .scrollcontainer {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	#membership h2 {
		padding-bottom: 0px;
	}

	.payment:first-of-type {
		margin-right: 0px;//25px;
	}
	
	.movieposter:first-of-type {
		margin-right: 25px;
	}

	.quote:first-of-type {
		margin-right: 30px;
		padding-bottom: 0px;
	}

	#feature div {
    	flex-direction: row;
	}

	#feature div p {
		font-size: 25px;
		padding-right: 50px;
	}

	#testimonials {
		min-height: 350px;
	}

	#testimonials li {
		width: 500px;
	}

	#testimonials li p {
		text-align: center;
		font-size: 30px;
	}

	#download {
		padding: 50px 30px;
	}

	#download div h2 {
		width: 300px;
	}

	.container {
		flex-direction: row;
	}

	#newsletter p {
		max-width: 450px;
	}

	input[type=text] {
	    border-radius: 2px 0px 0px 2px;
	}

	button {
	    border-radius: 0px 5px 5px 0px;
	}

	/* Float cancel and signup buttons and add an equal width */
	.signupbtn {
	    width: 200px;
	}

	footer {
		justify-content: flex-start;
		padding: 10px 30px;
		position: relative;
		min-height: 220px;
	}

	footer .text {
		flex-direction: row;
		padding: 10px;
	}

	footer .text img {
		height: 50px;
	}

	footer .logo {
		padding-right: 20px;
	}

	footer .links {
		flex-direction: row;
	}

	footer .links a{
		padding-right: 20px;
	}

	footer .links a:last-of-type{
		padding-right: 0px;
	}

	.copyright {
		position: absolute;
		bottom: 10px;
	}

	/* BEGIN STUDIO STYLES*/

	#studiohome h2 {
		width: 450px;
	}

	.studiodescription:nth-of-type(2), .studiodescription:nth-of-type(4), .studiodescription:nth-of-type(7) {
		flex-direction: row;
		padding: 70px 0px;
	}

	.studiodescription:nth-of-type(2) .scrollcontainer:first-of-type, .studiodescription:nth-of-type(4) .scrollcontainer:first-of-type,.studiodescription:nth-of-type(7) .scrollcontainer:first-of-type{
		padding-right: 50px;
	}

	.studiodescription:nth-of-type(2) .underline, .studiodescription:nth-of-type(7) .underline{
		width: 225px;
	}

	.studiodescription:nth-of-type(2) p, .studiodescription:nth-of-type(7) p {
		width: 225px;
	}
	.studiodescription img {
		display: initial;
		height: 450px;
		width: auto;
	}

	.data {
		padding-bottom: 0px;
		padding-right: 60px;
	}

	.data:last-of-type {
		padding-right: 0px;
	}

	.infographic p {
		font-size: 40px;
		width: 150px;
	}

	.order p {
		width: 170px;
	}

	.orderservices i {
		font-size: 25px;
	}

	.orderservices img {
		width: 25px;
	}

	.orderservices .service {
		padding-right: 10px;
	}

	.arrow {
		margin: 20px;
	}

	#howto .arrow i:nth-of-type(2) {
		display: initial;
	}

	#howto .arrow i:nth-of-type(1) {
		display: none;
	}

	.test {
		margin-bottom: 0px;
		margin-right: 25px;
	}

	.flexcontainer.membership {
		align-items: center;
	}
	
	.moviecontainer {
		align-items: center;
	}

	#membership .membership img {
		height: 300px;
		width: auto;
		padding-bottom: 0px;
		padding-right: 10px;
	}

	#studiopayment {
		margin-bottom: 0px;
	}

} /* ---- end of tablet styles ----- */

@media all and (min-width:992px) {

	.home {
		height: 800px;
		overflow: hidden;
	}

	.home h2 {
		font-size: 50px;
	}
	
	.hometextcontainer {
		padding-right: 50px;
		width: auto;
	}

	.homecontainer img {
		height: auto;
		position: relative;
		bottom: -150px;
		margin-top: 4em;
	}

	.downloadbtn {
		bottom: 120px;
	}
	
	#movies div {
        opacity:0; 
    transform:translateY(100px); 
        transition:.5s;
    }
    
    #movies.scrolled-to div { 
        opacity:1; 
        transform:translateY(0);
    }

	#services div {
		opacity:0; transform:translateY(100px); transition:.5s;
	}

	#services.scrolled-to div { opacity:1; transform:translateY(0);}

	.row {
		margin-bottom: 30px;
	}

	.utility {
		width: 250px;
		margin-right: 40px;
	}

	.step {
		margin: 0px 90px;
	}

	.steptext>p {
		width: 300px;
	}

	#instructions>div {
		opacity:0; transform:translateY(100px); transition:.5s;
	}

	#instructions>div.scrolled-to { opacity:1; transform:translateY(0);}

	#instructions .step img {
		height: 700px;
		width: auto;
	}

	.payment {
		padding-top: 10px;
		height: 380px;
		width: 300px;
	}
	
	.movieposter {
		padding-top: 10px;
		height: 380px;
		width: 300px;
	}

	#membership div {
		opacity:0; transform:translateY(100px); transition:.5s;
	}

	#membership.scrolled-to div { opacity:1; transform:translateY(0);}

	#membership .payment li {
		width: 220px;
		padding-bottom: 20px;
	}

	#membership .payment li:first-of-type {
		padding-top: 10px;
	}

	.payment:first-of-type {
		margin-right: 0px;//40px;
	}
	
	.movieposter:first-of-type {
		margin-right: 40px;
	}

	#feature div {
		opacity:0; transform:translateY(100px); transition:.5s;
	}

	#feature.scrolled-to div { opacity:1; transform:translateY(0);}

	#testimonials {
		padding: 80px 0px;
		min-height: 450px;
	}

	#testimonials div {
		opacity:0; transform:translateY(100px); transition:.5s;
	}

	#testimonials.scrolled-to div { opacity:1; transform:translateY(0);}

	#testimonials li {
		width: 800px;
	}

	.quote {
		width: 380px;
	}

	.quote p {
		font-size: 20px;
	}

	.quote:first-of-type {
		margin-right: 50px;
	}

	#download div {
		opacity:0; transform:translateY(100px); transition:.5s;
	}

	#download.scrolled-to div {
		opacity:1; transform:translateY(0);
	}

	#newsletter div {
		opacity:0; transform:translateY(100px); transition:.5s;
	}

	#newsletter.scrolled-to div { opacity:1; transform:translateY(0);}

	footer {
		padding-right: 70px;
		padding-left: 80px;
	}

	#studiohome h2 {
		width: auto;
	}

	.studiodescription .scrollcontainer {
		opacity:0; transform:translateY(100px); transition:.5s;
	}

	.studiodescription.scrolled-to .scrollcontainer {
		opacity:1; transform:translateY(0);
	}

	.studiodescription:nth-of-type(2) .scrollcontainer:first-of-type, .studiodescription:nth-of-type(6) .scrollcontainer:first-of-type{
		padding-right: 10px;
	}

	.studiodescription:nth-of-type(2) .underline, .studiodescription:nth-of-type(6) .underline{
		width: 300px;
	}

	.studiodescription:nth-of-type(2) p, .studiodescription:nth-of-type(6) p {
		width: 300px;
	}

	.studiodescription:nth-of-type(7) h2 {
		width: 300px;
	}

	.studiodescription img {
		height: 700px;
		width: auto;
	}

	.studiodescription:last-of-type .scrollcontainer:last-of-type{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	#statistics {
		padding: 60px 0px;
	}

	#statistics div {
		opacity:0; transform:translateY(100px); transition:.5s;
	}

	#statistics.scrolled-to div {
		opacity:1; transform:translateY(0);
	}

	.data {
		padding-right: 100px;
	}

	#howto {
		padding: 80px 0px;
	}

	#howto div {
		opacity:0; transform:translateY(100px); transition:.5s;
	}

	#howto.scrolled-to div {
		opacity:1; transform:translateY(0);
	}

	.order p {
		width: 250px;
	}

	.orderservices i {
		font-size: 30px;
	}

	.orderservices img {
		width: 30px;
	}

	.orderservices .service {
		padding-right: 15px;
	}

	.arrow {
		margin: 35px;
	}

	.studiodescription {
		min-height: 400px;
	}

	.studiodescription h2 {
		text-align: left;
		width: auto;
	}

	.studiodescription p {
		width: 400px;
	}

	.underline {
		width: 100%;
		margin-right: 50px;
	}

	.test {
		margin-right: 40px;
	}

	#studiopayment {
		height: 400px;
		width: 360px;
	}

	#membership .membership img {
		height: 400px;
		width: auto;
		padding-right: 20px;
	}

	#membership #studiopayment li {
		width: 270px;
	}

	#membership #studiopayment li {
		padding-bottom: 30px;
	}

	#membership #studiopayment li:last-of-type {
		padding-bottom: 0px;
	}

} /* ---- end of desktop styles ----- */

.mc4wp-form-fields label {
    display: none;
    
}
