﻿/*
Theme Name: Alston & Bird Practice Group Blog
Description: The 2018 theme for WordPress is a fully responsive theme that looks great on any device.
Author: Michael-René Prince
Author URI: http://www.alston.com
Template: morphic
Version: 2.0

*/

@import url('../morphic/style.css');


.site-branding {
    margin: 0;
}
body {
    background-image: url ("https://www.alston.com/en/-/media/images/headers/common-header-image.png");
}

.writtenbychar {
color: #000000;
}

.archive-header {
    margin: 0 -15px 0 0;
    padding: 20px 30px;
    background: #ffffff;
    border-right: 0px;
    border-bottom: 1px solid #eee;
}

.navbar-nav {
    padding-left: 3%;
}

.site-navigation {
    border-top: 3px solid #ffffff;
}

.nav > li > a {
    border-width: 3px 1px 0 0;
    border-top-color: #ffffff;
}

.navbar-default .navbar-nav li a {
    color: #ffffff;
}
.navbar-default .navbar-nav li a:hover{
    color: #efcd08;
}

.author-profile-card {
    background: #ffffff;
    /* border: 1px solid #ccc; */
    padding: 33px;
    margin-bottom: 0px;
}
.author-photo {
    float: left;
    text-align: left;
    padding: 5px;
}
.authorpost-content {
    padding: 33px;
    background: #ffffff;

}
