/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/



/***********************************
General
***********************************/

.modal-button {
	color: white;
}

#wrapper .post-content h2 {
	font-size: 2em !important;
}

#wrapper h2.content-box-heading,
#wrapper h2.entry-title {
	font-size: initial !important;
}

div#main {
    padding-left: 0;
    padding-right: 0;
}


/***********************************
Main
***********************************/

body.home #main {
	padding-top: 0 !important;
}



/***********************************
Intro Quote
***********************************/

.intro-text {
	padding-top: 100px;
	padding-bottom: 180px;
}

.intro-text .post-content h1 {
	font-size: 22px;
}



/***********************************
Student Voices Home Section
***********************************/

#studentvoiceshome .fusion-recent-posts {
	margin-bottom: 0;
}

#studentvoiceshome {
	display: none !important;
}



/***********************************
Media Queries
***********************************/

@media screen and (max-width: 511px) {

	#intro-parallax {
		height: 500px;
	}

	#intro-parallax h1 {
		font-size: 22px;
	}
}

@media screen and (min-width: 512px) {

	#intro-parallax {
		height: 400px;
	}
}

@media screen and (min-width: 801px) {

	/*Button scroll fix*/
	#join-us .community-involve-button {
		padding: 17px 7px;
	}

}

@media screen and (min-width: 950px) {

	/*Button scroll fix*/
	#join-us .community-involve-button {
		padding: 17px 19px;
	}

}

@media screen and (min-width: 1055px) {

	#table-scroll-text {
		display: none;
	}

	/*Button scroll fix*/
	#join-us .community-involve-button {
		padding: 17px 28px;
	}
}

@media screen and (min-width: 1400px) {

	#intro-parallax {
		height: 580px;
	}

	/*Button scroll fix*/
	#join-us .community-involve-button {
		padding: 17px 38px;
	}
}