/*
Theme Name: Core
Description: Premium Template for Photography Portfolio
Version: 5.1
Author: Peerapong Pulpipatnan
Author URI: http://themeforest.net/user/peerapong
*/

@import "css/screen.css";

#contact_form{display:none;}

/* WIDGETS------------------------------------------------*/

#top-widget-holder{
    z-index: 1000;
    position: relative;
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,.5);
    -o-box-shadow: 0px 1px 2px rgba(0,0,0,.5);
    box-shadow: 0px 1px 2px rgba(0,0,0,.5);
    background: #333;
    color: #aaaaaa;
}

#top-widget{
	display: none;
	text-align:center;
	height:260px;
}

#top-widget .padding{
	padding-top: 20px;
    padding-bottom: 30px;
}

#top-open{
	position: absolute;
	bottom: -42px;
	right: 0px;
	display: block;
	width: 42px;
	height: 42px;
	background: url(top-open.png) no-repeat 0px 0px ;
	
	text-indent: -9000px;
}

.wrapperTOP{
	width:1100px;
	margin: 0 auto;
	position:relative;
}

#top-open.tab-closed{
	background-position: -44px 0px;	
}


#top-widget-holder h4{
	color: #ebebe8;
}

#top-widget-holder a{
	color: black;
}



/* WIDGET COLS ------------------------------------------------------------*/

.widget-cols h4{
	margin-bottom: 5px;
}

.widget-cols>li{
	width: 250px;
	float: left;
	margin-right: 20px;
}

.widget-cols>li.fourth-col{
	margin-right: 0px;
}

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

	.widget-cols>li{
		width: 100%;
		float: none;
		margin: 0 auto;
	}

	.wrapperTOP{
		width:100%;
		margin: 0 auto;
		position:relative;
	}

	#top-widget{
		display: none;
		text-align:center;
		height: auto;
	}

}