/*
 Theme Name:     Twenty Fifteen Child Theme
 Theme URI:      http://hyperlinkcode.com/blog/?p=1010
 Description:    A bare-bones child theme for use with Twenty Fifteen 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://hyperlinkcode.com/blog/
 Template:       twentyfifteen
 Version:        1.0.0
*/
 
/* Add Custom CSS after this line */

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


.warning {
	color: red;
}
.shadow {
	box-shadow: 0 8px 8px -6px #333;
}

@media screen and (min-width: 59.6875em){
	.site-main {
       padding: 0 50px 0 50px;
	}
	.hentry, .page-header, .page-content {
    margin: 0;
	padding:0;
	}
		.entry-content, .entry-summary {
    padding: 15px;
}
	.site {
    margin: 0 auto;
    max-width: 100%;
}
	
	}


.site-info {
    display: none;
}



@media screen and (min-width: 59.6875em){
.site-content {
    display: block;
    float: left;
}
	}
@media screen and (min-width: 77.5em){
	.entry-title, .widecolumn h2 {
    font-size: 39px;
    font-size: 3.9rem;
    line-height: 1.2308;
    margin-bottom: 1.2308em;
}
}

a:hover, a:focus {
    color: #0ab2a7;
}

.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a {
    font-weight: 700;
    color: #0ab2a7;
}


.dropdown-toggle:after {
    line-height: 32px;
    width: 32px;
    background-color: #0ab2a7;
    color: white;
}

.dropdown-toggle:focus {
    outline: none;
}
.dropdown-toggle:hover, .dropdown-toggle:focus {
    background-color: none;
    background-color: transparent;
}

@media screen and (min-width: 77.5em){
	.page-title, .comments-title, .comment-reply-title, .post-navigation .post-title {

    padding: 20px;
}
}

.post-thumbnail img {
    display: none;
    margin: 0 auto;
}

@media screen and (min-width: 59.6875em)
{
	.entry-header {
    padding: 0;
    text-align: center;
}
}
.home h1.entry-title {display:none;}

h1.entry-title article#post-4051  { display: none; }
