/*
Theme Name: AIPL Theme
Theme URI: https://www.annet.com/
Author: Annet Dev
Author URI: https://www.annet.com
Description: This is AIPL theme. This will support wordpress page, post etc.
Version: 1.0
 */

@import url('https://fonts.googleapis.com/css?family=Open+Sans');
body {
    color: #000;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
}

a:link, a:visited {
    color: #4285f4;
}

p {
    line-height: 1.7em;
}

div.container {
    max-width: 960px;
    margin: 0 auto;
}

article.post {
    border-bottom: 4px dashed #ecf0f1;
}

article.post:last-of-type {
    border-bottom: none;
}

.site-header {
    border-bottom: 3px solid #ecf0f1;
}

.site-footer {
    border-top: 3px solid #ecf0f1;
}