@charset "UTF-8";
body {
    margin: 0;
    background: #f2f3fd;
}
*,
*:before,
*:after {
    box-sizing: border-box;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    background: transparent;
    text-decoration: none;
}
a,
a:visited {
    color: #5a5fb4;
}
body,
input,
textarea,
select,
option,
button {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Oswald", sans-serif;
    color: #555555;
    font-weight: 400;
    text-transform: uppercase;
}
h1 {
    font-weight: 500;
    font-size: 36px;
}
h2 {
    font-size: 32px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
    margin: 20px 0;
}
.auto {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 20px;
}
.auto:before,
.auto:after {
    display: table;
    table-layout: fixed;
    content: "";
}
.auto:after {
    clear: both;
}
.main-menu {
    background: #333;
    height: 60px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}
.main-menu .auto {
    position: relative;
}
.main-menu ul {
    margin: 0;
    padding: 0;
}
.main-menu li {
    list-style: none;
}
.main-menu a {
    display: block;
    line-height: 60px;
    text-decoration: none;
}
.nav span {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 15px;
    top: 18px;
    line-height: 24px;
    text-align: center;
    color: #5a5fb4;
}
.nav ul {
    display: none;
}
.nav ul.active {
    display: block;
    clear: both;
    text-align: center;
    font-size: 0;
    margin-top: 60px;
    background: #fff;
    border-bottom: 1px solid #333;
}
.nav ul li {
    font-size: 16px;
}
.social {
    position: absolute;
    right: 15px;
    top: 0;
}
.social li {
    float: left;
}
.social a {
    padding: 0 7.5px;
}
.sarah-logo {
    padding: 10px 0;
}
.sarah-logo a {
    display: block;
    max-width: 400px;
    margin: 0 auto;
}
.features {
    background: #fcfcff;
    margin-bottom: 20px;
    border-top: 1px solid #efecec;
}
.features:before,
.features:after {
    display: table;
    table-layout: fixed;
    content: "";
}
.features:after {
    clear: both;
}
.features a {
    display: block;
    transition: all .4s ease;
    overflow: hidden;
}
.features a:hover {
    background: #333;
    color: #fff;
}
.features a:hover h3 {
    color: #e4e4e4;
}
.features h3,
.features h4 {
    font-weight: normal;
    text-align: center;
}
.features h3 {
    font-size: 18px;
    color: #333;
    position: relative;
}
.features h3:after {
    display: block;
    width: 100px;
    height: 1px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -50px;
    content: "";
    background: #e4e4e4;
}
.features h4 {
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    color: #888;
}
.features img {
    vertical-align: top;
}
.second-feature a {
    position: relative;
}
.second-feature a:before,
.second-feature a:after {
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    background: #e4e4e4;
}
.second-feature a:before {
    left: 0;
}
.second-feature a:after {
    right: 0;
}
.article,
.side-widget {
    background: #fff;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.05);
    padding: 20px;
    overflow: hidden;
}
.sidebar h3 {
    text-align: center;
}
.side-form {
    position: relative;
}
.side-form input,
.side-form button {
    display: block;
    font-size: 14px;
    border: 1px solid #5a5fb4;
}
.side-form input {
    width: 100%;
    padding: 10px 75px 10px 5px;
}
.side-form button {
    background: #5a5fb4;
    color: #fff;
    width: 70px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 0;
}
.best-posts ul {
    margin: 0;
    padding: 0;
}
.best-posts li {
    list-style: none;
    margin-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}
.best-posts ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}
.best-post-heading {
    display: table;
}
.best-posts-img,
.best-post-title {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
.best-post-img {
    padding: 0 5px;
}
.best-posts img {
    vertical-align: top;
}
.best-post-title {
    padding: 0 5px;
}
.best-posts h6 {
    margin: 0;
}
.side-media ul {
    padding: 0;
    margin: 0;
    width: 100%;
}
.side-media li {
    float: left;
    list-style: none;
    width: 16.666666%;
    text-align: center;
    padding: 2px;
}
.side-media a {
    display: block;
    background: #5a5fb4;
    color: #fff;
    padding: 5px 0;
}
.sarah-footer .auto {
    background: #fff;
    margin-bottom: 20px;
}
.footer-left,
.footer-right {
    padding: 15px;
    text-align: center;
}
.sarah-footer ul {
    font-size: 0;
    text-align: center;
}
.sarah-footer li {
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
}
.sarah-footer li a {
    display: block;
    padding: 0 15px;
}
.footer-right p {
    font-size: 13px;
    line-height: 24px;
}
.more {
    width: 120px;
    height: 60px;
    display: block;
    margin: 20px auto;
    text-align: center;
    background: #333;
    color: #5a5fb4;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 60px;
    text-transform: uppercase;
}
.mail-me label,
.mail-me input,
.mail-me textarea {
    display: block;
    margin-bottom: 20px;
}
.mail-me input,
.mail-me textarea {
    width: 100%;
    border: 1px solid #eaeaea;
    padding: 3px 5px;
}
.mail-me button {
    display: block;
    max-width: 50%;
    margin: 0 auto 20px auto;
    background: #333;
    color: #5a5fb4;
    padding: 15px 25px;
    border: 0;
    cursor: pointer;
}
@media all and (min-width: 600px) {
    .features .auto {
        display: table;
    }
    .feature {
        display: table-cell;
        width: 33.333333%
    }
    .sarah-footer .auto {
        display: table;
        width: 100%;
    }
    .footer-left,
    .footer-right {
        display: table-cell;
        vertical-align: middle;
    }
}
@media all and (min-width: 768px) {
    .nav span {
        display: none;
    }
    .nav ul {
        display: block;
    }
    .nav li {
        float: left;
    }
    .nav a {
        padding: 0 15px;
    }
    .column {
        float: left;
    }
    .column-left {
        width: 65%;
        margin-right: 1.5%;
    }
    .column-right {
        width: 32%;
        margin-left: 1.5%;
    }
}
