@charset "utf-8";
/*
 Theme Name:   Sydney Child
 Theme URI:    http://designnir.com/
 Description:  Sydney Child Theme
 Author:       Nure Alam
 Author URI:   http://designnir.com
 Template:     sydney
 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:  sydney-child
*/



body {
	font-family: "Open Sans", sans-serif !important;
	font-size: 16px !important;
}

/* header */
.site-header {
	background: #017f99 !important;
	padding: 12px 0 !important;
	color: #fff !important
}

.cell-con {
	font-size: 14px;
	margin-right: 30px;
}

.email-con {
	font-size: 14px;
}

#mainnav ul li a {
	font-weight: bold;
	text-transform: uppercase;
	color: #000 !important;
}

#mainnav ul li a:hover {
	color: #ccc !important;
}

#mainnav ul li.current-menu-item a {
	color: #fff !important;
}

/* content area */
.page-wrap .content-wrapper {
	padding-top: 0 !important;
}

.page .entry-header {
	display: none;
}

.site-main .widget ul {
	margin: 20px 0 0 0;
	padding: 0 0 0 20px;
	list-style: disc;
}

.site-main .widget ul ul {
	margin: 0;
}

.ngg-album {
	width: 48%;
	margin-right: 2%;
	float: left;
	margin-bottom: 25px !important;
}


/* footer widget */


/* footer */
.site-footer {
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
}

@media only screen and (max-width: 1024px) {
	#mainnav-mobi {
		margin-left: -15px;
	}
	
	.header-image {
		display: none !important;
	}
}


@media only screen and (max-width: 767px) {
	.cell-con {
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	
	.email-con {
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	
	.header-image {
		display: none !important;
	}
	
	.ngg-album {
		width: 100%;
		margin-right: 0;
		float: none;
		margin-bottom: 25px !important;
	}
	
}

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

}