/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/*** Jetpack: Carousel. Disable ALL options below images, comments, full size, title & description ***/
/* Hide Comment Form & Link */
#jp-carousel-comment-form-container,

/* Hide Comment Form */
div.jp-carousel-buttons a.jp-carousel-commentlink,

/* Hide Comment Link */
#jp-carousel-comments-loading

/* Hide Loading Comments text */ {
	display: none !important;
}

/* Hide full size option */
.jp-carousel-wrap a.jp-carousel-image-download {
	display: none;
}

/* Hide full size box */
.jp-carousel-left-column-wrapper, .jp-carousel-image-meta {
	display: none;
}

/* Hide Title and Description Below Image */
.jp-carousel-wrap .jp-carousel-titleanddesc-title, .jp-carousel-wrap .jp-carousel-photo-info {
	display: none;
}

/* Hide Jetpack Slideshow border */
.jetpack-slideshow.slideshow-window {
	border: 0;
	border-radius: 0;
	background: transparent;
}

/* Hide Jetpack Slideshow caption */

.jetpack-slideshow .slideshow-slide-caption {
	top: -50px;
	opacity: 0;
	background: rgba( 0,0,0,0.75 );
	padding: 0.25rem;
	font-size: 0.875rem;
	font-family: inherit;
	color: #fff;
	text-shadow: none;
	transition: all 200ms ease;
}

.jetpack-slideshow:hover .slideshow-slide-caption {
	opacity: 0;
}

/* Change Jetpack Slideshow buttons */
.jetpack-slideshow .slideshow-controls {
	bottom: 0;
}

body .jetpack-slideshow div.slideshow-controls a,
body .jetpack-slideshow div.slideshow-controls a:hover {
	border: 0 !important;
}

body .jetpack-slideshow div.slideshow-controls a:hover {
	background-color: #f96604 !important;
}
/* Reddit social icon */
.menu-social li a[href*="reddit.com"]::before {
    content: '\f222';
}

/* Header tweaks */
.site-branding {
    margin-left: 20px;
}

@media (max-width: 480px) {
    .site-description {
        float: none;
        text-align: center;
        display: none;
    }
}

@media (max-width: 480px) {
    .site-branding {
        float: left;
			  text-align: left;
    }
}

/* Welcome message */

.site-welcome {
    margin-bottom: -30px;
	  padding: 3%;
}

.site-welcome p {
    font-size: 18px;
    font-size: 1.1rem;
	  line-height: 1.4;
    font-weight: 300;
	  text-align: center;
    color: #707070;
}

/* Slideshow fix */

@media (max-width: 768px) {
    .home.slideshow_active .site-content {
        padding-top: 30px;
    }
}

/* Sell Media Price */

.total-container { font-size: 24px; }

/* Sell Media Checkout Message */

.sell-media-added { font-size: 24px; }

/* Sell Media Checkout Page Edits */

.item-size { visibility: hidden; }

.item-license { visibility: hidden; }

/* Sell Media Hide PayPal */

label[for="paypal"] { visibility:hidden; }

.grecaptcha-badge { 
    visibility: hidden !important;
}