/*
Theme Name: Impreza Child
Theme URI: http://example.com/impreza-child/
Description: Impreza Child Theme
Author: WordPress
Author URI: http://example.com
Template: Impreza
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: Impreza-child
*/

/* Custom styles go here */



input {
  	border-bottom: 2px solid #B798C1;
	border-top: none !important;
  	border-left: none !important;
  	border-right: none !important;
}

textarea {
	margin-top: 16px !important;
	height: 12em;
}

p {
	color: #ad99c8
}

.g-loadmore {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}


@media (min-width: 320px) and (max-width: 480px) {
	.header_button {
		display: none;
	}
	.sr7-leftarrow {
		top: 70% !important;
	}
	.sr7-rightarrow {
		top: 70% !important;
	}
	
	.hero {
		padding: 0 0 0 0 !important;
	}
	
	.w-image.has_ratio.align_none {
    width:70%;
  }
	
	.wpb_text_column.hero-para {
    width:70%;
  }

	p {
		font-size: 16px;
		line-height: 1.5;
	}
	
	.landing-video {
		height: 500px
	}
	
	#artists {
		height: 500px;
	}
			
}


/* Regular mobile (481px - 767px) */
@media (min-width: 481px) and (max-width: 1024px) {
	.header_button {
		display: none;
	}
	
  .w-image.has_ratio.align_none {
    width: 60%;
  }
	#artists {
		height: 500px;
	}
	.wpb_text_column.hero-para {
    width:60%;
  }
	h6 {
		font-size: 16px;
	}
	
	.landing-video {
		height: 500px
	}
}