/*
 Theme Name:     Twenty Seventeen Child Theme
 Theme URI:      http://hyperlinkcode.com/blog/twenty-seventeen-child-theme/
 Description:    A bare-bones child theme for use with WordPress Twenty Seventeen Theme. Pick matching colors quickly at <a href="http://www.html-color-names.com/">html-color-names.com</a>.
 Author:         Edward Zivkovic
 Author URI:     http://www.ezau.com/
 Template:       twentyseventeen
 Version:        1.0.0
*/
 
/* Add Custom CSS after this line */

/* Demo Johnson Box code courtesy of: http://hyperlinkcode.com/blog/html-johnson-box/ */

.johnson1 {
	padding: 20px;
	background: #ffff99;
	width: 90%;
	margin: 20px auto;
}
.johnson6 {
	padding: 20px;
	background: #ffff99;
	width: 90%;
	margin: 20px auto;
	border: 3px dashed #ee0000;
}
.johnson8 {
	padding: 20px;
	background: #ccffcc;
	width: 90%;
	margin: 20px auto;
	border-left: 5px solid #ff8080;
}

/* Other Sample Code */

.warning {
	color: red;
}
.shadow {
	box-shadow: 0 8px 8px -6px #333;
}
.main-banner-n {
	position: absolute !important;
    top: 0;
    overflow: hidden;
    bottom: 0;
}
.firstcont p
{
	    font-size: 17px;
    font-weight: 400;
}
.tab-pane img.img-responsive{width:201px;
}

.tab-content img.img-responsive{width:201px;
}
.read_button
{
	    box-shadow: 1px 1px 4px 1px rgba(189,195,199,.5);
    border-color: #bdc3c7!important;
    border-radius: 10px;
    cursor: pointer;
    text-transform: uppercase!important;
    font-weight: 900!important;
    font-family: Lato,Arial,sans-serif;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
    margin-top: 10px;
    padding: 7px;
    float: left;
}
.read_button:hover, .read_button:focus {
    background-color: #bdc3c7!important;
}


