/* 
Name: Homepage Styles
Theme URI: http://seidev.zgtec.com
Description: Styles specific to the homepage
Author: ZGtec
Version: 1.0
*/

@media screen and (min-width: 1200px) {
    /*
	.col-lg-3 {
		width: 20% !important;
	}
	*/

	.fusion-content-boxes .fusion-clearfix:nth-of-type(1) {
		display: none !important;
	}

	#about-section .post-content p {
		margin-bottom: 0 !important;
	}

	#about-section .avada-skin-rev {
		border-top: none !important;
		border-bottom: none !important;
	}
}

@media screen and (max-width: 1200px) {
	#wa_rhps_foo_content1 img.wa_lazy#wa_rhps_img_1 {
		height: auto;
	}
}

@media screen and (max-width: 1060px) {
	.news-right {
		border: none;
	}

	.news-left,
	.news-right {
		width: 100%;
	}

	.news-left {
		display: none;
	}
}

@media screen and (max-width: 1000px) {
	.fullwidth-box {
		padding-left: 0;
		padding-right: 0;
	}
}

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

	#home-blog h2 {
		line-height: 32px !important;
	}

	#sei-social-icons-1 {
		display: none;
	}
}

@media screen and (max-width: 800px) {
	#sei-content-box-1 p,
	#about-section,
	#home-video-container,
	#vacations,
	.vac-btn,
	#textbook-series {
		display: none;
	}

	#home-features .col .heading img {
		width: 70%;
	}

	#home-blog .fusion-two-third {
		border: none;
	}

	.sei-blog {
		padding: 0;
		margin: 0;
	}



	.featured-box .left-box > p {
		margin-left: 5%;
	}

	.featured-box .right-box {
		width: 80%;
		margin-left: 1.4%;
	}

	#textbook-series .fullwidth-box {
		padding-left: 0;
		padding-right: 0;
	}

	#newsletter-signup {
		margin: 20px 0 0;
	}

	.sei-newsletter-form-wrap form {
		width: 75%;
	}

	#under-newsletter {
		top: 0;
		margin-bottom: -17px;
	}

}

@media screen and (max-width: 640px) {
	.featured-box .left-box img {
		display: none;
	}

	.featured-box .left-box p {
		margin: 0 auto;
		padding: 0;
		width: 54%;
	}

	.featured-box .left-box {
		width: 10%;
	}
}

@media screen and (max-width: 490px) {
	#featured-session .left-box h2 {
		font-size: 28px !important;
		margin-top: 55%;
	}
}











