#slider {
	height: 400px;
}

#slider .title {
	text-align: center;
	line-height: 400px;
	font-weight: bolder;
}

#slider .content {
	width: 100%;
	margin: auto;
	padding: 0;
}

#blog .container {
    max-width: 800px;
}

#blog {
    padding: 15px 0;
}

#search .container {
    padding: 15px 0;
    width: calc(300px + 2px + 10px + 100px);
}

#search form {
    width: 100%;
}

#search input {
    height: 50px;
    appearance: none;
    -webkit-appearance: none;
    border: solid 1px #eee;
    margin: 0;
    box-sizing: border-box;
    font-size: 18px;
    float: left;
}

#search #searchbox {
    width: 300px;
    padding-left: 10px;
    border-radius: 25px 0 0 25px;
    border-right: none;
}

#search #submitsearch {
    width: calc(100px - 2px);
    border-radius: 0 25px 25px 0;
    padding: 0;
    transition: background ease-in-out 0.2s;
    -webkit-transition: background ease-in-out 0.2s;
    -moz-transition: background ease-in-out 0.2s;
    -o-transition: background ease-in-out 0.2s;
}
#search #submitsearch:hover {
    background-color: #f9f9f9;
}

#search input:focus {
    outline: none;
}

.post {
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.post:first-child {
    border-top: 1px solid #eee;
}

.post:last-child {
    border: none;
}

.post:hover {
    background-color: #eee;
}

.post .title {
    margin-bottom: 10px;
}

.post .title a {
    color: #368AC7;
    text-decoration: underline;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
}

.post .title a h2 {
    color: #368AC7;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    font-size: 20px;
}

.post .post-meta p {
    font-size: 16px;
    margin-bottom: 10px;
}

.post .post-meta p a {
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
    font-size: 16px;
    color: #368AC7;
    margin-bottom: 10px;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
}

.post .desc p {
    color: #666;
    font-size: 16px;
    margin-bottom: 10px;
    
}

.post .date p {
    color: #666;
    text-align: right;
    font-size: 15px;
}

.post .title a:hover, .post .title a:hover h2 {
    color: #26698F;
}

.post .post-meta p a:hover {
    color: #26698F;
}


@media only screen and (max-width: 768px) {
    /** For mobile phones **/
    
    #slider {
        height: auto;
    }
    
    #slider .content {
        padding: 50px 0;
    }
    
    #blog .container {
        width: 95%;
    }
    
    #search #searchbox {
        width: 80%;
        padding-left: 10px;
        border-radius: 25px 0 0 25px;
        border-right: none;
    }

    #search #submitsearch {
        width: 20%;
    }
    
}
