/*
Theme Name: Cabin
Theme URI: http://demo.select-themes.com/cabin
Description: Cabin
Tags: vintage, creative, blog, hipster, clean, shop, business, portfolio, multi purpose, green, simple, instagram, lifestyle, personal, ajax
Author: Select Themes
Author URI: http://demo.select-themes.com
Version: 1.1
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

#stamp
{
	position: relative;
	bottom: 0px;
	margin-left: -50px;
	padding-bottom: 10px;
	z-index: 5;
	font-size: 14px;
}


#stamp img
{
	position: relative;
    height: 115px;
    margin-bottom: -15px;
    left: 50%;
    margin-left: -85px;
}

.vertical_logo_wrapper img
{
	max-height: none !important;
	margin-left: -44px;
}

.light-grey
{
	color: grey;
}

#footer
{
	height: 75px;
}



@media (max-width:1725px) { 
	.container
	{
		margin-left: 260px;
	}

	.container_inner
	{
		margin-left: 0px;
	}
}

@media (max-width:1000px) { 
	.container
	{
		margin-left: 0px;
	}

	.container_inner
	{
		margin-left: 260px;
	}
 }