
/* BODY ------------------------------------------ */

body {
	font-family: "Merriweather Sans", "Arial", sans-serif;
	background-repeat: repeat;
	background-position: top left;
	background-color: #F1F1F1;
}

.site-main {
    padding: 4% 0px;
}
.hentry,
.page-header,
.page-content {
    margin: 0px 9%;
}
.container-fluid {
	padding-left: 9%;
	padding-right: 9%;
}
.entry-content,
.entry-summary,
.page-content,
.comment-content {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

/* MENU ------------------------------------------ */

.main-navigation {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	color: #231F20;
	/*font-family: "Merriweather Sans", "Arial", sans-serif;*/
	font-family: "Magra", "Arial", sans-serif;
	font-weight: bold;
	font-size: 20px;
}
.main-navigation .sub-menu {
	font-size: 18px;
}
.main-navigation a {
	padding: 2px 22%;
}
.main-navigation ul,
.nav-menu li {
	border: none;
}
.dropdown-toggle {
    top: 0px;
	right: 10px;
	display: none;
}
.dropdown-toggle:after {
	font-size: 20px;
	line-height: 32px;
	width: 32px;
}
.dropdown-toggle:hover,
.dropdown-toggle:focus {
    background-color: transparent;
}

/* SUB MENU ------------------------------------------ */

.main-navigation ul ul {
    margin-left: 0;
}
.sub-menu a {
	padding-left: 25%;
}
.current-menu-item > a {
	color: #DDDDDD;
	background-color: #231F20;
	border-color: #E2007A;
	border-width: 7px;
	border-right-style: solid;
}
.current-menu-item > a:hover,
.current-menu-item > a:focus,
.current-menu-item > a:active,
.current-menu-item .dropdown-toggle:after {
	color: #FFFFFF;
}
li.current_page_ancestor ul.sub-menu,
li.current-menu-ancestor ul.sub-menu {
	display: block;
}

/* MISC ------------------------------------------ */

.gh-large-logo {
	width: 100%;
}
article {
	font-size: 0.8em;
}
.entry-title {
	font-size: 2em;
}


::selection {
	color: #EEEEEE;
	background-color: #231F20;
}
::-moz-selection {
	color: #EEEEEE;
	background-color: #231F20;
}

/* FOOTER ------------------------------------------ */

.gh-banner {
	padding: 50px 0px 20px 0px;
	/*background-color: #231F20;*/
	/*border-color: #E2007A;
	border-width: 7px;*/
}
.gh-footer-container-fluid {
	padding-left: 2%;
	padding-right: 2%;
}
.site-footer {
	border-top-style: solid;
	overflow: hidden;
	background-color: transparent;
}

.gh-footer-bg {
	background-color: #444444;
	width: 120%;
	height: 400px;
	position: absolute;
	top: 25px;
	left: -10%;
	transform: rotate(1deg);
}

.widget-area {
	margin: 0px;
}
.widget {
	margin: 0px;
	padding: 0px 0px;
	color: #EEEEEE;
	font-size: 1.3rem;
}
.widget h1 {
	font-size: 24px;
}

.gh-col-33 {
	float: left;
	width: 33%;
}
.gh-col-33:nth-child(2) {
	width: 34%;
}

.gh-clear {
	clear: both;
}

.site-footer ::selection {
	color: #231F20;
	background-color: #EEEEEE;
}
.site-footer ::-moz-selection {
	color: #231F20;
	background-color: #EEEEEE;
}

.site-footer .col-md-2,
.site-footer .col-md-12 {
	text-align: center;
}
.site-footer .col-md-5:nth-child(1) {
	text-align: right;
}
.site-footer .row:nth-child(1) {
	margin-bottom: 10px;
}
.site-footer .widget h1,
.site-footer .widget h2,
.site-footer .widget h3,
.site-footer .widget h4,
.site-footer .widget h5 {
	display: inline-block;
	font-size: 1.3em;
}

/* HEADER ------------------------------------------ */

#gh-header {
	border-bottom-style: solid;
	color: #EEEEEE;
}
#gh-header p {
	padding-top: 5px;
	margin-bottom: 0px;
	font-size: 16px;
}
#gh-header h1 {
	font-size: 24px;
}


/* CONTACT ICONS ------------------------------------------ */

.gh-icon {
	line-height: 22px;
}
.gh-icon:before {
	display: inline-block;
	font-family: 'Genericons';
	font-size: 22px;
	vertical-align: middle;
	margin-right: 4px;
	color: #E2007A;
}
.gh-phone:before {
	content: "\f50c ";
}
.gh-mobile:before {
	content: "\f437";
}
.gh-location:before {
	content: "\f417";
}
.gh-earth:before {
	content: "\f475";
}
.gh-email:before {
	content: "\f410";
}

/* CATEGORY PAGE ------------------------------------------ */

.gh-cat-container .row {
	margin-left: 0px;
	margin-right: 0px;
}
.gh-cat-container .hentry,
.gh-cat-container .page-header,
.gh-cat-container .page-content {
	margin: 0px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}
.gh-cat-container .post-thumbnail {
    margin-bottom: 0px;
}
.gh-cat-container .entry-header {
    padding: 0px 40px;
	background-color: #E2007A;
}
.gh-cat-container .entry-header {
	color: #EEEEEE;
}
/*.gh-cat-container .entry-title {
	font-family: "Merriweather Sans", "Arial", sans-serif;
	font-size: 2.3rem;
	line-height: 1.5;
	margin-bottom: 0;
}*/
.gh-cat-container .entry-content, .entry-summary {
	padding: 0px 40px 40px;
	font-size: 0.8em;
}

/* INDEX BLOG ------------------------------------------ */

#gh-blog-container {
	padding-left: 9%;
	padding-right: 9%;
}
/*.gh-col-md-4:nth-child(1) {
	padding-left: 0px;
}
.gh-col-md-4:nth-child(3) {
	padding-right: 0px;
}*/
.gh-project {
	position: relative;
	font-size: 1.4rem;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}
.gh-project img {
	display: block;
	min-width: 100%;
	max-width: 100%;
	height: auto;
}
.gh-project-info {
	position: absolute;
	top: 0px;
	left: 0px;
	min-width: 100%;
	min-height: 100%;
	display: none;
	line-height: 1.4em;
	background-color: rgba(35, 31, 32, 0.9);/*#231F20*/
	color: #EEEEEE;
}
.gh-project-info p {
	padding: 10px 15px;
	margin-bottom: 0px;
}
.gh-project-info h1 {
	font-family: "Merriweather Sans", "Arial", sans-serif;
	font-size: 1.1em;
	background-color: rgba(255, 255, 255, 1);
	color: #E2007A;
	padding: 5px 15px;
}
.gh-cat-container .entry-title {
	line-height: 1.5;
	margin-bottom: 0px;
}
.gh-view-project,
.gh-view-project:hover,
.gh-view-project:active,
.gh-view-project:focus {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	padding: 10px;
	font-weight: bold;
	background-color: #E2007A;
	color: #FFFFFF;
	text-align: center;
}
.gh-view-project:hover {
	background-color: #FFFFFF;
	color: #E2007A;
}
.col-md-3 {
	padding-right: 0px;
	padding-left: 0px;
}

/* SINGLE GALLERY ------------------------------------------ */

.format-gallery img.attachment-post-thumbnail {
	min-width: 100%;
}
.entry-header {
	padding: 0px 7%;
}
.hentry,
.hentry.has-post-thumbnail {
    padding-top: 4%;
	margin-bottom: 4%;
}
.entry-header .entry-title {
	color: #E2007A;
	margin-bottom: 0;
}
.post-thumbnail {
	margin-bottom: 1.5em;
}
.entry-content, .entry-summary {
	padding: 0px 7% 4%;
}

/* FOOTER AT THE BOTTOM ------------------------------------------ */

html, body {
	height: 100%;
}
.site {
	position: relative;
	min-height: 100%;
}
.site-content {
	/*padding-bottom: 100px;*/
	min-height: 100%;
}
.site-footer {
	position: absolute;
	bottom: 0px;
	/*height: 100px;*/
}
#footer-widget-4 .widget_text {
	font-size: 0.6em;
}

/* CAROUSEL ------------------------------------------ */

.carousel-control,
.carousel-control:focus {
	opacity: 0.25;
}
.carousel-control:hover {
    opacity: 0.75;
}
.carousel-caption {
	bottom: 0;
	right: 0;
	left: 0;
	padding: 5px;
	background-color: rgba(35, 31, 32, 0.75);
	color: #EEEEEE;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
}

/* BIGGER SPECIFIC ------------------------------------------ */

@media screen and (min-width: 59.6875em) {
	body:before {
		width: 19%;
		max-width: 237px;
		/*box-shadow: 0px 0px 1px #CCCCCC;*/
		box-shadow: none;
	}
	.sidebar {
		width: 19%;
		max-width: 237px;
	}
	.site-content {
		margin-left: 19%;
		/*padding-left: 250px;*/
		width: 81%;
	}
	.site-footer {
		/*margin-left: 19%;*/
		margin-left: 0;
		/*padding-left: 250px;*/
		width: 100%;
	}
	.site-header {
		margin: 40px 22%;
		padding: 0px;
	}
	.gh-large {
		display: block;
	}
	.gh-small {
		display: none;
	}
	.gh-cat-container .row {
		margin-bottom: 0px;
	}
}

/* SMALLER SPECIFIC ------------------------------------------ */

@media screen and (max-width: 59.6875em) {
	.site-header {
		padding: 3%;
		border: none;
	}
	.gh-large {
		display: none;
	}
	.gh-small {
		display: block;
	}
	.secondary {
		padding: 0px;
	}
	.dropdown-toggle {
		width: 32px;
		height: 32px;
	}
	.sidebar {
		border-bottom: 1px solid #DDDDDD;
	}
	.main-navigation a {
		padding: 2px 10%;
	}
	.gh-col-33, .gh-col-33:nth-child(2) {
		float: none;
		width: 100%;
		margin: 0px 0px 10px;
	}
	.gh-cat-container .col-md-4 {
		margin-top: 15px;
		padding-right: 0px;
		padding-left: 0px;
	}
	.site-footer {
		width: 100%;
		margin: 0;
	}
	.site-footer .col-md-5:nth-child(1),
	.site-footer .col-md-5:nth-child(2) {
		text-align: center;
	}
	.gh-col-md-4 {
		padding-left: 0px;
		padding-right: 0px;
	}
	.hentry,
	.page-header,
	.page-content {
		margin: 0px;
	}
	article {
		font-size: 1em;
	}
	#gh-blog-container {
		padding-left: 0px;
		padding-right: 0px;
	}
}

.entry-content h5 {
	font-variant: normal;
	letter-spacing: normal;
	text-transform: none;
}

#corner-widget {
	position: absolute;
	top: 5px;
	right: 5px;
	font-variant: small-caps;
}



