/*
Theme Name: Movieroom
Theme URI: https://superseedstudio.com
Template: hello-elementor
Author: Superseed Digital
Author URI: https://superseedstudio.com
Description: Based on Hello
Version: 1.1655299352
Updated: 2022-06-15 13:22:32

*/

a.white_link {
	color: #FFFFFF !important;
    font-family: "Avenir", Sans-serif;
    font-weight: 500;
    line-height: 1.2;
}

.norm-pad{
	padding:3em 0em; !important
}
.zero-pad{
	margin:0px !important;
}

#input_1_2 {
  border-radius: 100px !important;
	text-indent: 10px;
}
#input_1_3 {
	border-radius: 15px !important;
}
.gform_wrapper.gravity-theme .gform_footer{
	flex-direction: row-reverse !important;
}
.gform_wrapper .gform_footer .gform_ajax_spinner {
    margin-right: 10px;
}
#gform_submit_button_1 {
  background: black !important;
  border: 1px solid black !important;
}
#gform_submit_button_1:hover {
	background-color: #EA602D !important;
	color: #000000 !important;
}

@media only screen and (min-width: 320px) and (max-width: 425px) {
	.movie-tab .bdt-tab {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		margin-bottom: 1rem;
		align-items: center;
	}
	
	.movie-tab .bdt-tab a{
		border-radius: 10px !important;
		font-size: 13px !important;
		min-height: 10px !important;
	}
	
	#contact {
		background-image: linear-gradient(180deg, var( --e-global-color-956e785 ) 46%, var( --e-global-color-3ed73de ) 40%) !important;
	}
}

@media only screen and (max-width: 600px) {
	.btn-group a{
		width:100% !important;
		max-width:100% !important;
	}
	
	#gform_submit_button_1 {
		background: white !important;
		border: 1px solid white !important;
		color: black;
	}
}