@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/

/************
1. 1600px
************/

@media only screen and (max-width: 1600px)
{
	
}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px)
{
	.mission_item
	{
		padding-left: 50px;
		padding-right: 50px;
	}
	.events_items
	{
		padding-left: 30px;
		padding-right: 30px;
	}
	.events_item
	{
		width: calc((100% - 60px) / 3);
	}
}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px)
{
	
}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px)
{
	
}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px)
{
	.main_nav li:not(:last-child)
	{
		margin-right: 45px;
	}
	.event_container
	{
		padding-left: 40px;
		padding-right: 15px;
	}
	.event_content
	{
		max-width: 350px;
		padding-left: 40px;
	}
	.sermon_col
	{
		margin-bottom: 30px;
	}
	.sermon_links ul li:not(:last-child)
	{
		margin-right: 10px;
	}
	.mission
	{
		padding-bottom: 34px;
	}
	.mission_item
	{
		width: 50%;
		padding-left: 70px;
		padding-right: 70px;
		margin-bottom: 60px;
	}
	.donations_content
	{
		padding-top: 0px;
	}
	.footer_links
	{
		padding-left: 0;
		padding-right: 0;
	}
}

/************
4. 1100px
************/

@media only screen and (max-width: 1100px)
{
	
}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px)
{
	
}

/************
6. 991px
************/

@media only screen and (max-width: 991px)
{
	.main_nav_contaner
	{
		display: none;
	}
	.hamburger
	{
		display: block;
	}
	.home_title
	{
		font-size: 48px;
	}
	.event_container
	{
		height: auto;
		margin-top: 100px;
		padding-left: 0;
		padding-right: 0;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.event_content
	{
		max-width: 100%;
		padding-left: 00px;
		text-align: center;
		margin-top: 25px;
	}
	.events_item:not(:last-child)
	{
		margin-bottom: 30px;
	}
	.event_timer_container
	{
		margin-top: 35px;
	}
	.about_content
	{
		padding-left: 0px;
		padding-top: 32px;
	}
	.events_item
	{
		width: 690px;
	}
	.events_item .event_content
	{
		text-align: left;
	}
	.donations
	{
		padding-bottom: 100px;
	}
	.donation_details_container
	{
		padding-left: 0;
		padding-right: 0;
		margin-top: 40px;
	}
	.gallery_item
	{
		width: 25%;
	}
	.footer
	{
		padding-top: 70px;
	}
	.footer_links,
	.footer_contact_column,
	.footer_subscribe
	{
		padding-top: 0;
	}
	.footer_links,
	.footer_contact_column
	{
		margin-bottom: 70px;
	}
	.copyright_row
	{
		margin-top: 80px;
	}
	.footer_links_list
	{
		columns: 1;
		-webkit-columns: 1;
	  	-moz-columns: 1;
	}
	.copyright_container
	{
		height: 120px;
	}
	.copyright
	{
		text-align: center;
	}
	.footer_social
	{
		margin-top: 10px;
	}
	.footer_social ul
	{
		margin-right: 0;
	}
}

/************
7. 959px
************/

@media only screen and (max-width: 959px)
{
	
}

/************
8. 880px
************/

@media only screen and (max-width: 880px)
{
	
}

/************
9. 768px
************/

@media only screen and (max-width: 768px)
{
	
}

/************
10. 767px
************/

@media only screen and (max-width: 767px)
{
	.top_bar
	{
		display: none;
	}
	.header.scrolled
	{
		top: 0;
	}
	.home_title
	{
		font-size: 36px;
	}
	.home_text
	{
		font-size: 16px;
	}
	.mission
	{
		padding-bottom: 94px;
	}
	.mission_item
	{
		width: 100%;
		padding-left: 50px;
		padding-right: 50px;
	}
	.mission_item:last-child
	{
		margin-bottom: 0;
	}
	.events_item
	{
		width: 510px;
	}
	.gallery_item
	{
		width: 50%;
	}
}

/************
11. 575px
************/

@media only screen and (max-width: 575px)
{
	p
	{
		font-size: 14px;
	}
	.header .header_content
	{
		height: 80px;
	}
	.header .logo
	{
		width: 40px;
		height: 40px;
	}
	.header .logo_text
	{
		font-size: 24px;
	}
	.menu_close
	{
		top: 21px;
		right: 40px;
	}
	.menu_search_form
	{
		width: 100%;
		padding-right: 15px;
	}
	.menu_search_input
	{
		width: 100%;
	}
	.menu_search_button
	{
		right: 15px;
	}
	.menu_content
	{
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.event_container
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	.event_timer li
	{
		width: 80px;
		height: 70px;
	}
	.event_num
	{
		font-size: 32px;
	}
	.event_date
	{
		width: 50px;
		height: 50px;
	}
	.event_day
	{
		font-size: 24px;
	}
	.event_month
	{
		font-size: 12px;
		margin-top: 7px;
	}
	.section_title
	{
		font-size: 20px;
	}
	.section_subtitle
	{
		font-size: 14px;
	}
.home_title {
    font-size:18px!important;
    line-height:1.2!important;

}
.home {
    width: 100%;
    height:250px!important;
}
.home_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:200px!important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.home_content {
    position: absolute;
    top:50%!important;
    bottom:0!important;
    left: 0;
    width: 100%;
    z-index: 10;
}
.breadcrumbs ul li {
    display: inline-block;
    position: relative;
    font-size: 14px!important;
    font-weight: 400;
    color: #FFFFFF;
}
.aboutPage{
padding-top:20px!important;
padding-bottom: 100px;
}
.shlok img{
	width:350px!important;
}
.activitySection{
	padding:25px 0!important;
}.icetab {
	padding:3px!important;
	text-transform: uppercase;
	letter-spacing:.27px;
	font-size:13px!important;
}
.contact
{
	padding-top:0px!important;
	padding-bottom:0px!important;
	background: #FFFFFF;
}
.contact_info{
	padding-left:40px!important;
}
.donationLogo img{
	width:200px!important;
	 padding-top:0px!important;
}
.section-gap {
    padding:10px 0 100px 0;
}
.donationSection p{
font-size:15px!important;
}
	.donation_title
	{
		font-size:18px!important;
	}
	.donation_funds_title
	{
		font-size: 16px;
	}
	.donations_funds_value
	{
		margin-left:-40px!important;
		font-size: 20px;
	}
	.donation_progress_value
	{
		top: -33px;

	}
	.donation_current, .donation_goal
	{
		font-size: 14px;
		text-align:left!important;
	}
}

/************
11. 539px
************/

@media only screen and (max-width: 539px)
{
	
}

/************
12. 480px
************/

@media only screen and (max-width: 480px)
{
	.event_timer li
	{
		width: 55px;
		height: 65px;
	}
	.event_num
	{
		font-size: 24px;
	}
	.event_ss
	{
		font-size: 14px;
	}
}

/************
13. 479px
************/

@media only screen and (max-width: 479px)
{
	
}

/************
14. 400px
************/

@media only screen and (max-width:375px)
{
	.gurujiDetail p{
            	width:300px!important;
            margin-top:460px!important;
            margin-left:-310px!important;
                }
}
@media only screen and (max-width:365px)
{
	.gurujiDetail p{
            	width:280px!important;
            margin-top:460px!important;
            margin-left:-310px!important;
                }
}