/*
Theme Name:     Newspaper Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.0c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

.slideshows {
    position: relative;
    width: 100%;
    height: 250px;
    padding: 10px;
}

.slideshow .container_wrap {
	width: 1068px;
    margin-right: auto;
    margin-left: auto;
}
.slideshow .container_wrap .slideshow-panel {
	padding: 20px;
	margin-bottom: 20px;
    color: #eaeaea;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.5);
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}
.slideshow .container_wrap .slideshow-panel h3,
.slider-for .slick-container .slick-content h2 {
	font-family: Catamaran !important;
	color: #4db2ec;
	font-size: 34px;
    line-height: 36px;
    font-weight: 400;
}

.slider-for .slick-container .slick-content h2 {
	margin-top: 0px;
}

.slider-for {
	position: relative;
    width: 100%;
    padding: 10px;
    height: 1000px;
}

.slider-for .slick-container {
	margin-bottom: 20px;
    position: absolute;
}

.slider-for .slick-container .slick-content {
	position: relative;
	height: 100%;
	width: 100%;
}

@media only screen and (max-width: 768px) {
	.slideshow .container_wrap {
		width: 100%;
	}
}
@media only screen and (max-width: 450px) {
	.slideshows {
		margin-bottom: 20px;
		height: 300px;
	}
	.slideshow .container_wrap .slideshow-panel h3:first-child {
		margin-top: 60px;
	}
	.slideshow .container_wrap .slideshow-panel h3 {
		font-size: 18px;
    	line-height: 18px;
	}
}