/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.

If you need any further help, ask in the CSS Customization forum.
*/
.sub-menu {
	background-color: #825c48 !important;
}

.post-navigation {
	display: none;
}

.entry-meta {
	display: none;
}

.main-navigation a {
	color: #eec926;
}

.main-navigation li {
	font-size: 102%;
}

.main-navigation ul ul a {
	padding: .3em !important;
}

#slider-prev, #slider-next {
	background: none;
}

#category-highlight .category-header {
	display: none;
}

#category-highlight .category-section {
	border: 0 none;
}

.site-header img {
	box-shadow: none;
}

.post-237 {
	border: 0 none;
}

.home .category-section header, .home .category-section .entry-summary {
	display: none;
}

.format-gallery .feature-thumbnail .post-format-icon {
	display: none;
}

.wf-active .entry-title {
	font-size: 20px !important;
}

.post .entry-summary {
	font-size: 97% !important;
}

.entry-content {
	color: #ffffff;
}

.entry-content img {
	box-shadow: none;
}

.entry-title {
	color: #eec926;
}

.entry-title {
	letter-spacing: .02em;
}

.entry-content featured-post-content {
	letter-spacing: .02em;
}

.jp-carousel-left-column-wrapper {
	width: 100% !important;
}

.jp-carousel-image-meta {
	display: none !important;
}

.jp-carousel-reblog {
	display: none !important;
}

.jp-carousel-photo-info {
	margin-top: -70px !important;
}

.jp-carousel-photo-info {
	display: none !important;
}

h2.jp-carousel-info {
	display: none !important;
}

a.jp-carousel-image-download {
	display: none !important;
}

.jp-carousel-titleanddesc-title {
	margin-top: -70px !important;
	color: #ffffff;
}

.jp-carousel-titleanddesc-title {
	letter-spacing: .0625em;
}

.jp-carousel-titleanddesc-desc {
	margin-top: -5px !important;
}

.jp-carousel-titleanddesc {
	border-color: #676765 !important;
}

.jp-carousel-overlay {
	background: #676765 !important;
}

.jp-carousel-previous-button {
	background: #676765;
}

.jp-carousel-next-button {
	background: #676765;
}

.jp-carousel-close-hint span {
	background-color: #676765 !important;
}

.jp-carousel-transitions .jp-carousel-close-hint span {
	color: #FFFFFF;
}

.jp-carousel-transitions .jp-carousel-close-hint span {
	font-size: 220% !important;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #825c48;
	box-shadow: none;
}

.gallery-row {
	margin: 0 auto;
}

.site-info {
	display: none;
}

/* ======================= 
# Style Fixes - David Lange
======================= */
/* Hide Share Buttons on Homepage */
.home .featured-post-content div.sharedaddy {
  clear: both;
  display: none;
}
/**/

.home .featured-wrapper {
	border-top: none;
}

.home article.featured-post {
	background-color: unset !important;
}

.home #featured-content .featured-post-content .entry-title, .home #featured-content .featured-post-content .entry-title a,
.home .featured-post-content .entry-summary, .home #featured-content .featured-post-content .entry-title a:hover {
	color: #ffffff !important;
}

.home .featured-wrapper {
	background-color: unset;
	background-image: none;
}

/* Portfolio Page */
.postid-237 .site-content {
	width: 100%;
}

.postid-237 .entry-content p {
	display: flex;
	flex-direction: row;
}

.postid-237 .entry-content a {
	flex: 1 0 0;
	padding: 5px;
	display: block;
}

/* Jetpack carousel changes */
.jp-carousel-pagination-container,
.jp-carousel-photo-icons-container {
    display: none !important;
}

.jp-carousel-info-footer .jp-carousel-photo-caption {
    color: #fff !important;
}

.jp-carousel-info-footer,
.jp-carousel-info,
.jp-carousel-overlay .swiper-button-prev svg, 
.jp-carousel-overlay .swiper-button-next svg,
.jp-carousel-close-hint svg {
    background-color: unset !important;
    background: unset !important;
}
.jp-carousel-info-footer .jp-carousel-photo-caption {
    color: #fff;
}

/* Jetpack Info */
    .jp-carousel-photo-title-container {
        padding: auto 10px;
    }
    .jp-carousel-info-footer h2.jp-carousel-photo-caption {
        font-size: 2.2rem;
    }
    .page-template-page-portfolio .jp-carousel-photo-description,
    .page-template-page-portfolio .jp-carousel-photo-description p {
        margin-top: 5px;
        text-align: center;
    }

/* Jetpack Carousel Nav */
.jp-carousel-overlay .swiper-button-prev svg, 
.jp-carousel-overlay .swiper-button-next svg {
    height: 110px !important;
    width: 108px !important;
}

.jp-carousel-overlay .swiper-button-prev, 
.jp-carousel-overlay .swiper-button-next {
    transform: translateY(-50%) !important;
}

.jp-carousel-wrap {
    background-color: unset !important;
}
/* Make Carousel text visible on mobile */
@media screen and (max-width: 760px) {
	.jp-carousel-info-footer .jp-carousel-photo-title-container {
		display: block !important;
	}
}

/* Portfolio page mobile */
@media screen and (max-width: 400px) {
	.postid-237 .entry-content p {
		flex-direction: column;
	}
	
	.postid-237 .entry-content img {
		width: 100%;
		margin-bottom: 18px;
	}
}