/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
	GLOBAL OVERRIDES
-----------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, 'Poppins', sans-serif;
	font-weight: 400;
}

#content p {
	color: #666;
	font-size: 19px;
	line-height: 30px;
	font-weight: 300;
	/*
	letter-spacing: .5px;
	margin-bottom: 2rem;
	font-size: 22px;
	line-height: 34px;
	*/
}



.breadcrumb a:hover,
.portfolio-desc h3 a:hover,
a {
	color: #007185;
}

/* ----------------------------------------------------------------
	MAIN NAVIGATION
-----------------------------------------------------------------*/

.menu-container #tab-shop {
	padding: 0 30px;
	background-color: #F9F9F9;
	border-bottom: 1px solid #EEE;
}

.menu-container #tab-shop .nav-link {
	color: #333;
	padding: 18px 25px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
}

.menu-container #tab-shop .nav-link.active {
	border-bottom: 2px solid #1ABC9C;
	color: #1ABC9C;
}

.menu-item:hover > .menu-link,
.menu-item.current > .menu-link {
	color: #007185;
}

.sub-menu-container,
.mega-menu-content {
	border-top: 2px solid #007185;	
}

/* ----------------------------------------------------------------
	SUB NAVIGATION
-----------------------------------------------------------------*/

#page-menu {
	height: 44px;
}

/* ----------------------------------------------------------------
	RESPONSIVE TWEAKS
-----------------------------------------------------------------*/

@media (max-width: 991.98px) {
	.menu-container #tab-shop .nav-link { padding: 15px; }
}

@media (min-width: 992px) {
	.page-menu-sub-menu {
		background-color: #007185;
	}
}

@media (max-width: 991.98px) {
	body #header .standard-logo { display: none; }
	body #header .retina-logo { display: none; }
	body #header .mobile-logo { display: flex; }
	.main-image-container { width: 100%; }
}

@media (min-width: 992px) {
	#header .mobile-logo { display: none; }
	.main-image-container { padding-right: 30px; }
}

@media (min-width: 992px) {
	.full-header #logo,
	.full-header .primary-menu .menu-container {
		border-right: 0;
	}
}

@media (min-width: 992px) {
	.sub-menu-container .menu-item:hover > .menu-link {
		color: #007185;
	}
}

/* ----------------------------------------------------------------
	THEME
-----------------------------------------------------------------*/

#page-menu-wrap {
	background-color: #007185;
}

.dark #footer,
#footer.dark {
	background-color: #007185;
}

/* ----------------------------------------------------------------
	AUTHOR BOX
-----------------------------------------------------------------*/

#content .author-box {
	background: none;
	border: 1px solid #e8e8e8;
    background: 0 0;
    padding: 20px 20px 0 20px;
	margin-top: 20px;
	margin-bottom: 15px;
}

#content .author-box h2 {
	text-align: center;
}

#content .author-box .author-image {
	margin: 0 auto;
	width: 100%;
    text-align: center;
	margin-bottom: 20px;
	height: 112px;
}

#content .author-box .author-image img {
	width: 80px;
	height: auto;
}

#content .author-box .author-description {
	text-align: left;
	font-size: 16px;
	text-transform: initial;
	line-height: 24px;
	color: #161616;
	font-weight: 300;
}

.author #author-text a {
	text-decoration: none !important;	
}

/* ----------------------------------------------------------------
	MAIN IMAGE CONTAINER
-----------------------------------------------------------------*/

#content .main-image-container {
	display: block;
	float: left;
	max-width: 100%;
}

#content .main-image-container .main-image {
	display: block;
	max-width: 100%;
}

#content .main-image-container .main-image-link {
	display: block;
    text-align: center;
    margin-top: 20px;
    background-color: #ea8d32;
    padding: 10px 10px;
    font-size: 1.3em;
    color: white;
    text-transform: uppercase;
	line-height: 24px;
	border-bottom: 5px solid #ff525e;
	text-decoration: none !important;
}

#content .main-image-container .main-image-link b {
	font-size: 12px;
}

#content .main-image-container .main-image-statement {
	font-size: 14px;
    line-height: 18px;
    color: #666;
	margin: 15px 0;
	border: 1px solid #ea8d32;
	padding: 10px;
	display: block;
}

@media (min-width: 992px) {
	#content .main-image-container .main-image img,
	#content .main-image-container .main-image-statement,
	#content .main-image-container .main-image-link {
		max-width: 400px;
	}
	.menu-item > .menu-link > div {
		min-width: 82px;
	}
}

@media (max-width: 991.98px) {
	#content .main-image-container .main-image img,
	#content .main-image-container .main-image-statement,
	#content .main-image-container .main-image-link {
		max-width: 100%;
	}
}

@media (max-width: 767.98px) {
	.content-wrap {
		padding: 20px 0;
	}
}

#footer-languages {
	margin-top: 10px;
}
#footer-languages a {
	margin-right: 20px;
}

/* ----------------------------------------------------------------
	PORTFOLIO AND GRID FILTER
-----------------------------------------------------------------*/

.grid-filter li.activeFilter a {
    background-color: #007185;
}

.grid-filter li a:hover {
    color: #007185;
}

.grid-filter li.activeFilter a:hover {
    color: #fff;
}

.grid-filter {
    margin-bottom: 1rem;
}

.portfolio-desc h3 a {
    color: #007185;
    font-size: 1rem;
}

.portfolio.g-0 .portfolio-desc {
    padding-left: 5px;
    padding-right: 5px;
}

.portfolio-desc {
    padding: 5px 5px;
}

@media (min-width: 992px) {
	#portfolio {
		/* max-height: 140px; NO IMAGES */
		max-height: 402px; /* desktop two image rows */
	}
}

.postcontent li {
    list-style-position: inside;
}

/* ----------------------------------------------------------------
	ARTWORK LISTS
-----------------------------------------------------------------*/

.postcontent .row .thumbnail h5 {
    font-size: 1.3rem;	
}

.postcontent a {
	text-decoration: underline !important;
}

/* ----------------------------------------------------------------
	MENU LINK UI FIX
-----------------------------------------------------------------*/


