/*
Theme Name: Estate Administration
Theme URI: http://estate-administration.com
Author: Sizeable Interactive
Author URI: http://sizeableinteractive.com
Description: A custom WordPress theme for Estate Administration
Version: 1.0
*/

/* Normalize v3.0.2 */
img,legend{border:0}legend,td,th{padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}table{border-collapse:collapse;border-spacing:0}

/* WP Core */
.alignnone{margin:5px 20px 20px 0}.aligncenter,div.aligncenter{display:block;margin:5px auto}.alignright{float:right;margin:5px 0 20px 20px}.alignleft{float:left;margin:5px 20px 20px 0}a img.alignright{float:right;margin:5px 0 20px 20px}a img.alignleft,a img.alignnone{margin:5px 20px 20px 0}a img.alignleft{float:left}a img.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption{background:#fff;border:1px solid #f0f0f0;max-width:96%;padding:5px 3px 10px;text-align:center}.wp-caption.alignleft,.wp-caption.alignnone{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{border:0;height:auto;margin:0;max-width:98.5%;padding:0;width:auto}.wp-caption p.wp-caption-text{font-size:11px;line-height:17px;margin:0;padding:0 4px 5px}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}

/*-------------------------------------
Global
-------------------------------------*/

* {
    box-sizing: border-box;
}

/*
Dominant Fonts:
font-family: 'EB Garamond', serif;
font-family: 'Signika', sans-serif;
font-family: 'Lato', sans-serif;

Dominant Colors:
Green 7d9b16
Green Hover 54680f
Orange e85e15
Orange Hover bc4c11
*/

body {
    font-family: 'Signika', sans-serif;
    color:#3d3d3d;
    background-color:#fff;
}

.container {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 20px;
}

.container:before,
.container:after,
.clearfix:before,
.clearfix:after,
.columns:before,
.columns:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.container:after,
.clearfix:after,
.columns:after {
    clear: both;
}

a,
input[type=submit] {
    -webkit-transition: background-color 0.3s ease-out, color 0.3s ease;
    -moz-transition: background-color 0.3s ease-out, color 0.3s ease;
    -ms-transition: background-color 0.3s ease-out, color 0.3s ease;
    -o-transition: background-color 0.3s ease-out, color 0.3s ease;
    transition: background-color 0.3s ease-out, color 0.3s ease;
}

input {
    -webkit-appearance: none;
    border-radius: 0;
}

input[type=text] {
    color:#3d3d3d;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
p {
    margin-top: 0;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
Columns
*/

@media only screen and (min-width: 768px) {
    .columns > div {
        display: block;
        float: left;
    }

    .columns.two > div {
        margin: 0 0 0 6%;
        width: 46%;
    }

    .columns.three > div {
        margin: 0 0 0 4%;
        width: 30.6%;
    }

    .columns.four > div {
        margin: 0 0 0 4%;
        width: 22%;
    }

    .columns > div:first-child {
        margin-left: 0 !important;
    }
}

/*-------------------------------------
Search Area
-------------------------------------*/

#search {
    background-color:#7d9b16;
    height: 0;
    overflow: hidden;
}

#search .container {
    max-width: 1010px;
    padding-top: 7px;
}

#search form {
    position: relative;
}

#search input {
    border: none;
    padding: 0;
}

#search input[type=text] {
    height: 60px;
    width: 100%;
    font-weight: 100;
}

#search input[type=submit] {
    position: absolute;
    right: 0;
    top: 0;
    background-color:#8ccacf;
    background-image:url(img/search-lg.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 60px;
    padding-top: 60px;
    height: 0;
    overflow: hidden;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    #search input[type=submit] {
        background-image:url(img/search-lg@2x.png);
        background-size: 23px 25px;
    }
}

#search input[type=submit]:hover {
    background-color:#6fa5a9;
}

@media only screen and (min-width: 768px) {
    #search .container {
        padding-top: 7px;
    }

    #search input[type=text] {
        text-align: center;
        font-size: 1.3em;
    }
}

@media only screen and (max-width: 767px) {
    #search .container {
        padding-top: 10px;
    }

    #search input[type=text] {
        text-align: left;
        padding: 0 20px;
        font-size: 1em;
    }
}

/*-------------------------------------
Header
-------------------------------------*/

header.main {
    background-color:#f8f6e9;
}

@media only screen and (min-width: 768px) {
    header.main {
        border-top: 7px solid #7d9b16;
    }
}

@media only screen and (max-width: 767px) {
    header.main {
        border-top: 11px solid #7d9b16;
    }
}

header.main .container {
    position: relative;
}

#site-logo {
    float: left;
    font-family: 'EB Garamond', serif;
}

#site-logo a {
    background-image:url(img/site-logo.png);
    font-weight: normal;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    background-repeat: no-repeat;    
    color:#3d3d3d;
    letter-spacing: .1em;
    line-height: .85em;
}

#site-logo a span {
    display: block;
    color:#6d6d6d;
    font-size: .64em;
}

@media only screen and (min-width: 1081px) {
    #site-logo {
        margin: 32px 0 36px 10px;  
    }

    #site-logo a {
        font-size: 1.18em;
        background-position: 0 4px;
        padding-left: 40px;
    }

    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
        #site-logo a {
            background-image:url(img/site-logo@2x.png);
            background-size: 25px 55px;
        }
    }
}

@media only screen and (max-width: 1080px) and (min-width: 768px) {
    #site-logo a {
        font-size: 1.1em;
        background-position: 0 2px;
        background-size: 23px 51px;
        padding-left: 33px;
    }
}

@media only screen and (max-width: 1080px) and (min-width: 950px) {
    #site-logo {
        margin: 35px 0 40px 0;  
    }
}

@media only screen and (max-width: 949px) and (min-width: 768px) {
    #site-logo {
        margin: 15px 0 18px 0;  
    }
}

@media only screen and (max-width: 949px) {

    /*
    Mobile Tools
    */

    #mobile-tools {
        float: right;
        margin-top: 31px;
    }

    #search-icon {
        float: left;
        background-image:url(img/search-black.png);
        width: 24px;
        height: 26px;
    }

    #burger {
        position: relative;
        float: left;
        width: 22px;
        height: 16px;
        outline: none;
        margin: 4px 0 0 26px;
    }

    #burger .line {
        display: block;
        background: #333;
        width: 22px;
        height: 4px;
        position: absolute;
        left: 0;
    }

    #burger .line.line-1 {
        top: 0;
    }

    #burger .line.line-2 {
        top: 50%;
    }

    #burger .line.line-3 {
        top: 100%;
    }

    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
        #search-icon {
            background-image:url(img/search-black@2x.png);
            background-size: 24px 26px;
        }
    }
}

@media only screen and (max-width: 767px) {
    #mobile-tools {
        float: right;
        margin-top: 28px;
    }

    #site-logo {
        margin: 18px 0;
    }

    #site-logo a {
        padding-left: 25px;
        font-size: .7em;
        background-size: 17px 38px;
        background-position: 0 2px;
        line-height: .95em;
    }
}

/*
Top Navs (Global styles)
*/

#header-navigation a {
    text-decoration: none;
}

@media only screen and (min-width: 950px) {
    #header-navigation {
        float: right;
    }

    #header-navigation li {
        display: inline-block;
    }
    
    #header-navigation li:first-child {
        margin-left: 0;
    }

    #header-navigation a:hover {
        color:#7d9b16;
    }
}

/*
Utility Nav
*/

#menu-utility {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media only screen and (min-width: 950px) {
    #menu-utility {
        position: absolute;
        top: 0;
        right: 20px;
        text-align: right;
    }

    #menu-utility li {
        margin-left: 32px;
    }

    #menu-utility a {
        color:#6d6d6d;
        font-weight: lighter;
        text-transform: uppercase;
        font-size: 1em;
    }

    #menu-utility li.search a {
        display: block;
        color:#fff;
        padding: 18px 18px 8px 35px;
        background-color:#7d9b16;
        background-image: url(img/search.png);
        background-position: 14px 20px;
        background-repeat: no-repeat;
    }

    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
        #menu-utility li.search a {
            background-image: url(img/search@2x.png);
            background-size: 15px 17px;
        }
    }
}

/*
Main Nav
*/

#menu-main {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Lato', sans-serif;
}

@media only screen and (min-width: 950px) {
    #menu-main {
        margin-top: 67px;
        text-align: right;
    }

    #menu-main a { 
        color:#3d3d3d;
        font-size: 1.3em;
    }
}

@media only screen and (min-width: 1081px) {
    #menu-main li {
        margin-left: 37px;
    }
}

@media only screen and (max-width: 1080px) and (min-width: 950px) {
    #menu-main li {
         margin-left: 25px;
    }

    #header-navigation {
        font-size: .9em;
    }
}

/*
Mobile Nav
*/

@media only screen and (max-width: 949px) {
    #nav-close {
        display: block;
        width: 20px;
        height: 17px;
        outline: none;
        position: relative;
    }

    #nav-close .line {
        display: block;
        background: #ffffff;
        width: 24px;
        height: 4px;
        position: absolute;
        left: 0;
    }

    #nav-close .line.line-1 {
        top: 0;
        -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
        -ms-transform: translateY(8px) translateX(0) rotate(45deg);
        transform: translateY(8px) translateX(0) rotate(45deg);
    }

    #nav-close .line.line-2 {
        top: 100%;
        -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
        -ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
        transform: translateY(-9px) translateX(0) rotate(-45deg);
    }

    .no-csstransforms #nav-close .line {
        display: none;
    }

    .no-csstransforms #nav-close {
        height: 20px;
        width: 20px;
        background:url(img/nav-close.png) 0 0 no-repeat;
    }

    #slideout {
        top: 0;
        right: 0;
        position: fixed;
        background-color:#7d9b16;
        z-index: 9;
        height: 100%;
        width: 0;
        overflow: hidden;
    }

    #slideout  > div {
        padding: 25px 15px;
        width: 767px;
    }

    #slideout a {
        color:#fff;
    }

    #menu-main {
        font-size: 1.2em;
        margin-top: 32px;
        margin-bottom: 42px;
    }

    #menu-main li {
        margin-bottom: .8em;
    }

    #menu-utility li {
        margin-bottom: 1.2em;
    }

    #menu-utility li.search {
        display: none;
    }
}

/*-------------------------------------
Home Banner
-------------------------------------*/

#home-banner {
    position: relative;
    background-color:#cfe7e2;
}

#home-banner article,
#home-banner nav {
    position: relative;
    z-index: 2;
}

/*
Banner Navigation
*/

#menu-banner {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu-banner li {
    float: left;
    line-height: 1.2em;
}

#menu-banner a {
    background-color:#7d9b16;
    border-radius: 5px;
    display: block;
    text-align: center;
    color:#fff;
    font-weight: 200;
    text-decoration: none;
    position: relative;
    width: 100%;
    line-height: 1em;
    padding: 0 10px;
}

#menu-banner a:hover {
    background-color:#54680f;
}

#menu-banner a span {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.no-csstransforms #menu-banner a span {
    top: 20%;
}

/*
Banner Background
*/

#home-banner .image,
#home-banner .gradient {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
}

#home-banner .image {
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

#home-banner .gradient {
    z-index: 1;
}

@media only screen and (min-width: 768px) {

    #home-banner h2 {
        font-size: 2.85em;
        margin-bottom: .3em;
        line-height: 1em;
    }

    #home-banner p {
        font-size: 1.23em;
        line-height: 1.4em;
        font-weight: lighter;
    }

    /*
    Banner Navigation
    */

    #menu-banner li {
        width: 25%;
    }

    #menu-banner a {
        font-size: 1.4em;
        height: 74px;
    }
}

@media only screen and (min-width: 1000px) {
    #home-banner {
        min-height: 476px;
    }

    #home-banner article .container {
        padding: 85px 0 30px 70px;
    }

    #home-banner article .container > div {
        width: 50%;
    }

    #home-banner nav .container {
        padding:0 60px 30px 60px;
    }

    /*
    Banner Navigation
    */

    #menu-banner li {
        padding:0 12px;
    }

    /*
    Banner Background
    */

    #home-banner .image,
    #home-banner .gradient {
        width: 50%;
    }
    
    #home-banner .gradient {
        background: url(img/home-banner-gradient.png) 0 0 repeat-y;
    }

    #home-banner .image {
        background-position: center top;
    }
}

@media only screen and (max-width: 999px) {
    #home-banner nav .container {
        padding:0 40px 50px 40px;
    }

    /*
    Banner Navigation
    */

    #menu-banner li {
        padding:0 10px;
    }

    /*
    Banner Background
    */

    #home-banner .image,
    #home-banner .gradient {
       width: 100%;
    }

    #home-banner .gradient {
        background-color:#cfe7e2;
        opacity: .8;
    }

    #home-banner .image {
        background-position: top center;
    }
}

@media only screen and (max-width: 999px) and (min-width: 767px) {
    #home-banner article .container {
        padding: 60px 50px 0 50px;
    }

    #home-banner article .container > div {
        width: 80%;
    }

    #menu-banner a {
        font-size: 1em;
        height: 60px;
    }
}

@media only screen and (max-width: 767px) {
    #home-banner article .container {
        padding: 45px 20px 0 20px;
    }

    #home-banner h2 {
        font-size: 2em;
        margin-bottom: .3em;
        line-height: 1.05em;
    }

    #home-banner p {
        font-size: 1.1em;
        line-height: 1.75em;
    }

    /*
    Banner Navigation
    */

    #home-banner nav .container {
        padding: 0 15px 25px 15px;
    }

    #menu-banner a {
        font-size: .8em;
        height: 47px;
    }

    #menu-banner li {
        width: 50%;
        padding:0 6px;
        margin-bottom: 16px;
    }
}

/*-------------------------------------
Home Form
-------------------------------------*/

#cta-form {
    background-color:#7d9b16;
    color:#fff;
}

.home #cta-form {
    background-color:#a7d8dc;
    color:#3d3d3d;
}

#cta-form h2 {
    line-height: 1em;
}

#cta-form p {
    margin-bottom: 0;
}

#cta-form input {
    width: 100%;
    border: none;
}

#cta-form label { display: none; clear: none; }
#cta-form ul, #cta-form li { padding: 0; margin: 0; list-style: none; clear: none; }
#cta-form .gform_wrapper { margin: 0; float: right; }
#cta-form .gform_footer { margin: 0; padding: 0; }

#cta-form input[type=text] {
    display: block;
    font-weight: lighter;
}

#cta-form input[type=submit] {
    text-align: left;
    display: block;
    color:#fff;
    font-weight: bold;
    background-color:#e85e15;
    background-image: url(img/download.png);
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

.home #cta-form input[type=submit] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#cta-form input[type=submit]:hover {
    background-color: #bc4c11;
}

@media only screen and (min-width: 768px) {

    #cta-form h2 {
        font-size: 2.4em;
        margin-bottom: .2em;
    }

    #cta-form p {
        font-size: 1.25em;
        line-height: 1.2em;
    }

    #cta-form article {
        width: 100%;
        float: left;
    }

    #cta-form form {
        float: right;
    }
}


@media only screen and (min-width: 1000px) {
    .home #cta-form .container {
        padding: 43px 70px 33px 70px;
    }

    #cta-form .container {
        padding: 37px 70px 37px 70px;
    }

    #cta-form article {
        margin-right: -432px;
        padding-right: 482px
    }

    #cta-form form {
        width: 432px;
        float: right;
    }

    #cta-form article {
        margin-right: -432px;
        padding-right: 482px
    }

    #cta-form form {
        width: 432px;
        float: right;
    }

    #cta-form input[type=text] {
        margin-bottom: 10px;
        font-size: 1.3em;
        padding: 16px;
    }

    #cta-form input[type=submit] {
        font-size: 1.6em;
        padding: 16px 16px 13px 70px;
        background-position: 15px center;
    }

    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
        #cta-form input[type=submit] {
            background-image:url(img/download@2x.png);
            background-size: 40px 37px;
        }
    }
}

@media only screen and (max-width: 999px) and (min-width: 768px) {
    #cta-form .container {
        padding: 43px 30px 33px 30px;
    }

    #cta-form article {
        margin-right: -352px;
        padding-right: 402px
    }

    #cta-form form {
        width: 352px;
        float: right;
    }
}

@media only screen and (max-width: 999px){
    #cta-form input[type=text] {
        padding: 14px;
        font-size: 1em;
        margin-bottom: 5px;
    }

    #cta-form input[type=submit] {
        padding: 12px 16px 12px 53px;
        font-size: 1em;
        background-size: 31px 28px;
        background-position: 10px center;
    }
}

@media only screen and (max-width: 767px) {
    #cta-form .container {
        padding: 43px 20px 33px 20px;
    }

    #cta-form article {
        margin-bottom: 20px;
    }

    #cta-form h2 {
        font-size: 1.7em;
        margin-bottom: .3em;
    }

    #cta-form p {
        font-size: 1.25em;
        line-height: 1.1em;
    }
}

/*-------------------------------------
Content
-------------------------------------*/

section.main {
    padding-top: 50px;
}

.home section.main {
    background-color:#f8f6e9;
}

#title {
    border-bottom: 5px solid #a7d8dc;
}

#title p {
    font-weight: 100;
}

#content h2 {
    font-weight: 400;
    line-height: 1em;
}

#content ul {
    list-style: none;
    margin: 0 0 1em 0;
    padding: 0;
}

#content li {
    margin-bottom: .35em;
}

#content p {
    line-height: 1.6em;
    font-weight: lighter;
    margin-bottom: 1.85em;
}

#content p a {
    color:#1e8891;
}

#content p strong a {
    color:#3d3d3d;
}

#content p a:hover {
    color:#e85e15;
}

@media only screen and (min-width: 768px) {
    section.main .container {
        padding-bottom: 50px;
    }

    .home section.main {
        padding-top: 75px;
    }

    #title {
        margin-bottom: 60px;
        padding-bottom: 10px;
    }

    #title h1 {
        line-height: 1em;
        font-size: 2.9em;
        margin-bottom: .25em;
    }

    #title p {
        font-size: 1.5em;
    }
    
    #content.w-sidebar {
        float: left;
        width: 100%;
        margin-right: -300px;
    }

    #content h2 {
        font-size: 2.3em;
        margin-bottom: .4em;
    }
}

@media only screen and (min-width: 1000px) {
    #content {
        padding: 0 50px;
    }

    #content.w-sidebar {
        padding-right: 380px
    }
}

@media only screen and (max-width: 999px) and (min-width: 768px) {
    #content {
        padding: 0 10px;
    }

    #content.w-sidebar {
        padding-right: 320px
    }
}

@media only screen and (max-width: 767px) {
    section.main {
        padding-top: 40px;
    }

    .home section.main {
        padding-top: 60px;
    }

    section.main .container {
        padding-bottom: 20px;
    }
    
    #title {
        padding-bottom: 5px;
        margin-bottom: 30px;
    }

    #title h1 {
        font-size: 2.3em;
        margin-bottom: .4em;
        line-height: 1.2em;
    }

    #title p {
        font-size: 1.3em;
    }

    #content {
        padding: 0;
    }

    #content h2 {
        margin-bottom: .2em;
        font-size: 2.1em;
    }
}

/*
Resources Layout (e.g. Probate Info)
*/

.probate-information #content .columns.four > div {
    margin-bottom: 2em;
}

.probate-information #content h3 {
    text-transform: uppercase;
    color:#7d9b16;
    background:url(img/h3-border.png) 0 0 no-repeat;
    padding-top: 11px;
    margin-bottom: .5em;
}

.probate-information #content a {
    text-decoration: none;
    color:#4d4d4d;
}

.probate-information #content a:hover {
    color:#1e8891;
}

.probate-information #content li.more a {
    font-size: .9em;
    text-transform: uppercase;
}

/*
Sidebar
*/

@media only screen and (min-width: 768px) {
    #sidebar {
        padding-top: 5px;
        width: 300px;
        float: right;
    }
}

#sidebar .widget {
    background: #fff;
    padding: 35px 30px 30px 30px;
    border-top: 5px solid #7d9b16;
    border-left: 1px solid #e6e4d8;
    border-bottom: 1px solid #e6e4d8;
    border-right: 1px solid #e6e4d8;
    margin-bottom: 35px;
}

.home #sidebar .widget {
    border-left: none;
    border-bottom: none;
    border-right: none;
}

#sidebar .widget h3 {
    color:#333333;
    text-transform: uppercase;
    margin-top: 0;
}

#sidebar .widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar .widget li {
    margin-top: .75em;
}

#sidebar .widget li:first-child {
    margin-top: 0;
}

#sidebar .widget a {
    color:#333333;
    text-decoration: none;
}

#sidebar .widget a:hover {
    color:#7d9b16;
}

/*
Ratings
*/

#text-2 img {
    float: left;
    margin-left: 5px;
}

#text-2 img:first-child {
    margin-left: 0;
}

/*-------------------------------------
Footer
-------------------------------------*/

footer.main {
    background-color:#f8f6e9;
}

.home footer.main {
    background-color:#fff;
}

#menu-footer {
    font-size: 1em;
    margin:0 0 30px 0;
    padding: 0;
    list-style: none;
}

#menu-footer a {
    text-decoration: none;
    color:#3d3d3d;
}

#menu-footer a:hover {
    color:#7d9b16;
}

@media only screen and (min-width: 768px) {
    footer.main nav {
        width: 100%;
    }

    #menu-footer li {
        display: inline-block;
        margin-right: 10px;
    }

    #menu-footer li:last-child {
        margin-left: 0;
    }
}

@media only screen and (min-width: 1000px) {
    footer.main .container {
        padding: 55px 70px 100px 70px;
    }

    #menu-footer {
        margin-right: 350px;
    }

    #copyright {
        font-size: .85em;
        width: 350px;
        float: right;
        text-align: right;
    }

    footer.main nav {
        width: 100%;
        float: left;
        margin-right: -350px;
    }
}

@media only screen and (max-width: 999px) {
    #copyright {
        text-align: center;
    }
}

@media only screen and (max-width: 1000px) and (min-width: 768px) {
    footer.main .container {
        padding: 42px 30px 100px 30px;
    }

    #menu-footer {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    footer.main .container {
        padding: 55px 20px 55px 20px;
    }

    #menu-footer {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: .7em;
        -moz-column-gap: .7em;
        column-gap: .7em;
    }

     #menu-footer li {
        line-height: 2em;
     }

    #copyright {
        text-align: center;
    }

    #copyright span {
        display: block;
    }
}

.post-ratings { margin: 0 0 1em 0; }
.widget .top-rated-posts li a { display: block; }
.widget .top-rated-posts li img, .post-ratings img { display: inline; }