.slideshow-window {
	z-index: 1;
}

div.slideshow-slide-caption {
	bottom: 15px;
	height: 25px;
}

.main-navigation li ul {
	z-index: 2;
}

div.slideshow-window {
	background-color: inherit;
	border: inherit;
}

.widget-area .widget {
	margin-bottom: 1rem;
  margin-top: 0rem;
}

.widget-area .widget h3 {
	margin-bottom: .7rem;
	font-size: .85rem;
	font-weight: 900;
	color: #000000;
}

.widget-area .widget p, .widget-area .widget li, .widget-area .widget .textwidget {
	font-size: .85rem;
	line-height: 1.7;
}

.widget-area .widget p {
	margin-bottom: 1.4rem;
}

img.nohover {
	border: 0;
}

img.hover {
	border: 0;
	display: none;
}

a:hover img.hover {
	display: inline;
}

a:hover img.nohover {
	display: none;
}

.widget-area .textwidget ul {
	margin-bottom: 1.4rem;
}

.site-header {
	padding-top: 1.1rem;
}

@media screen and (min-width: 600px) {
	.site-content {
		float: left;
		width: 68%;
		font-size: 95%;
	}
	
	.widget-area {
		float: right;
		width: 24%;
	}
	
	.entry-meta {
		display: none;
	}
}

.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
	border-radius: none !important;
	box-shadow: none !important;
}

.entry-content a:visited,
.comment-content a:visited {
	color: #8d0505;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #a28505;
}

.widget-area .widget a {
	color: #8d0505;
}

.widget-area .widget a:hover {
	color: #a28505;
	text-decoration: underline;
}

.widget-area .widget a:visited {
	color: #8d0505;
	text-decoration: underline;
}

@media only screen and (max-width: 770px) {
	#no-text-mobile {
		display: none;
	}
}

@media only screen and (min-width: 771px) {
	#only-text-mobile {
		display: none;
	}
}

.video-player {
	border: 0;
	margin: auto;
	padding: 5px;
	text-align: center;
	max-width: 320px;
}

/*Added to center images in a container - for WP tiled images - use div id */
.MyContainer {
	margin: 0 auto;
	width: 80%;
}

/*remove catagory title from blog feed */

.site-info { display: none; }

/*move widget sidebar to bottom sooner*/

@media screen and (max-width: 770px) {
	.site-content {
		float: left;
		width: 100%;
		font-size: 95%;
	}
	
	.widget-area {
		float: right;
		width: 95%;
	}
	
}
/*Center ALL uploaded WP vids */

.wp-video{ text-align: center; margin-left: auto; margin-right: auto; }

body {
	background: url('https://ellisboat.com/wp/wp-content/uploads/2014/02/EllisWebsiteBG3.jpg') no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
}

/*soliloquy.css – keep the pause play button on small responsive layout*/

@media (max-width: 767px) {      
.soliloquy-container .soliloquy-pager,     
.soliloquy-container .soliloquy-caption {         
display: none;    
}


/* remove nav buttons with Karisma slideshow theme */

@media only screen and (max-width: 767px) { 	
.soliloquy-theme-karisma .soliloquy-prev span, 	
.soliloquy-theme-karisma .soliloquy-next span,  	
.soliloquy-theme-karisma .soliloquy-prev, 
	.soliloquy-theme-karisma .soliloquy-next {
 		display: none; 	}
 }

/*Fixed pause and play buttons which were backwards*/

.soliloquy-theme-karisma .soliloquy-controls-auto-item .soliloquy-stop span {
    width: 7px;
    height: 11px;
    display: block;
    background: transparent url('images/pause.png') no-repeat scroll 0 0;
    margin: 6px 0 0 8px;
}

.soliloquy-theme-karisma .soliloquy-controls-auto-item .soliloquy-start span {
    width: 11px;
    height: 11px;
    display: block;
    background: transparent url('images/play.png') no-repeat scroll 0 0;
    margin: 6px 0 0 6px;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

    .soliloquy-theme-karisma .soliloquy-controls-auto-item .soliloquy-stop span {
        background-image: url('images/pause@2x.png');
        background-size: 7px 22px;
    }

    .soliloquy-theme-karisma .soliloquy-controls-auto-item .soliloquy-start span {
        background-image: url('images/play@2x.png');
        background-size: 11px 22px;
    }
}