/*
Theme Name: HansonHouse
Author: Tri-C Service Learning Spring 2018

Version: 1.0

Text Domain: hansonhouse

*/
* {
    padding: 0;
    margin: 0;
}
body {
    background: #fff;
    margin: 0;
    padding: 0;
    font-family: 'HankenLight', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #262626;
}
main {
    width: 80%;
    margin: 0 auto;
    padding: 30px 0;
    flex-direction: column;
}
.footer-main {
    width: 80%;
    margin: 0 auto;
}
.billboard {
    background: #697CBA;
    padding: 30px 0;
    display: flex;
    margin-top: -60px;
}
.billboard-content {
    width: 80%;
    margin: 0 auto;
}
.billboard h2, .billboard p {
    color: #fff;
    text-align: right;
}

/****** CONTACT PAGE ******/

div.nf-form-fields-required
{
    margin-bottom: 1rem;
}

#contactInformation
{
    display: flex;
    justify-content: space-between;
}

#contactInformation p
{
    margin-top: 0;
}

#contactInformation div
{
    font-size:1.3rem;
}

#contactInformation iframe
{
    min-width: 400px;
}

/***** Contact and Search Form *****/

input[type="text"],
input[type="email"], input[type="tel"] {


    border: 1px solid #D2D5CA;
    width: 95%;
    height: 35px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    margin-top: 10%;
    font-family: Hanken, sans-serif;
    font-size: 16px;

}
input[value="Submit"] {
    -webkit-appearance: none;
    margin: 0;
    border-radius: 15px;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    cursor: pointer;
    background: #697CBA;
    background-color: #697CBA;
    border: none;
}
input[value="Submit"]:hover {
    background: #324CA1;
    border: none;
}

textarea {
    border: 1px solid #D2D5CA;
    width: 95%;
    height: 250px;
    margin-top: 10px;
    font-family: Hanken, sans-serif;
}

/******* EVENTS PAGE *******/
.main-content-header {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-bottom: 20px;
    border-bottom: 1px solid #262626;
}
.main-content-header h1.page-title {
    text-align: left;
}
.calendar-btn, .rsvp-btn {
    margin: auto 0;
    border: none;
    border-radius: 15px;
    color: #fff;
    font-size: 14px;
    padding: 10px 15px;
    cursor: pointer;
    float: right;
    clear: both;
}
.calendar-btn {
    background: #fff;
    border: 2px solid #888;
    color: #888;
}
.calendar-btn:hover, .calendar-btn:focus {
    background: #888;
    border: 2px solid #888;
    color: #fff;
}
.calendar-btn:active {
    background: #262626;
    border: 2px solid #262626;
    color: #fff;
}
.main-content-header a {
    margin: auto 0;
}
.event-listing {
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #262626;
    padding: 30px 0 15px 0;
    margin-bottom: 10px;
}
.event-listing h3, .event-listing h4 {
    padding: 0;
    margin: 0;
}
.event-listing p {
    padding: 10px 0;
    font-size: 20px;
}
.event-listing h4 {
    color: #888;
}
.event-date {
    text-align: left;
    padding-top: 5px;
}
.event-picture {
    width: 100%;
}
.event-picture img {
    width: 100%;
}
.prev-next a {
    color: #324CA1;
    font-family: 'HankenBook', sans-serif;
    text-decoration: none;
}
.prev-next a:hover {
    text-decoration: underline;
}
.prev-next {
    text-align: center;
    padding-top: 30px;
    clear: both;
}
.single-event-content img {
    max-width: 400px;
    margin: 10px auto;
    padding-top: 20px;
    float: left;
}
.single-event-content {
    padding-bottom: 15px;
    border-bottom: 1px solid #262626;
    display: flex;
    flex-direction: column;
}
.single-event-content p {
    font-size: 20px;
}
.single-event-content h3 {
    margin-top: 20px;
}
.calendar-tooltip p {
    font-size: medium;
    color: #262626;
}
.fc-center h2 {
    font-size: 35px;
}
span.em-pagination {
    padding-top: 30px;
    font-size: large;
}
/*******************
Desktop and Tablet
*******************/

@media (max-width: 1040px)
{
    #contactInformation
    {
        flex-direction: column;
    }

    #contactInformation div
    {
        margin-bottom: 1.5rem;
        margin-top: 1rem;
    }

    #contactInformation iframe
    {
        width: 100%;
    }
}
@media screen and (min-width: 768px) {
    main {
        flex-direction: row;
    }
    .main-content-header {
        flex-direction: row;
    }
    .event-listing {
        flex-direction: row;
    }
    .event-date {
        width: 25%;
        margin-right: 20px;
    }
    .event-info {
        width: 50%;
    }
    .event-picture {
        width: 20%;
        margin: 0 0 0 20px;
    }
    .single-event-content {
        flex-direction: row;
    }
    .single-event-content img {
        max-width: 300px;
        margin: 10px 30px 10px 0;
    }
    .single-event-picture {
        margin-left: 30px;
        max-width: 400px;
        display: flex;
        flex-direction: column;
    }
    .calendar-btn, .rsvp-btn {
        float: none;
    }
}

@media (max-width: 502px)
{
    #contactInformation div
    {
        font-size: .9rem;
    }
}
/***** Header & Footer ******/
header {
    font-family: 'GlacialIndifferenceRegular', sans-serif;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}

.container {
    width: 100%;
    padding: 0;
    margin: 0;
}

body {
    padding: 0;
    margin: 0;
}

.headerlogo img {
    width: 350px;
    max-width: 90%;
}
ul li {
    padding-bottom: 5px;
}



/***************************************/
/***** NAV MOBILE **********************/
/***************************************/

.headercol1, .headercol2 {
    text-align: center;
}
.headercol1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
}
.headercol2 {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.donatebutton {
    display: flex;
    justify-content: center;
}

.donatebutton img {
    width: 70px;
    position: relative;
    z-index: +10;
    padding: 20px 0;
    text-align: center;
    margin: 0 auto;
}
.navrow {
    display: flex;
    flex-direction: column;
}

.navrow a {
    font-size: 18px;
}
#primarymenu ul {
    list-style-type: none;
}
#primarymenu nav a {
    font-weight: bold;
    color: #324CA1;
    text-decoration: none;
    padding: 0 30px;
}
#primarymenu nav a:visited{
    color: #324CA1;
}

#primarymenu nav li.menu-item-has-children {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #EAEDE4;
}
#primarymenu nav li.menu-item-has-children > a:after {
    color: #D2D5CA;
    content: ' ▼';
    font-size: 15px;
    vertical-align: 1px;
}

#primarymenu {
    z-index: 9999;
    display:none;
}

#primarymenu ul li a:active {
    color: #888888;
}

.mobile-nav-toggle {
    display: block;
    margin: 10px auto;
    border-radius: 20px;
    background: #fff;
    border: 2px solid #888;
    color: #888;
    font-size: 14px;
    padding: 10px 20px;
    cursor: pointer;
}

.mobile-nav-toggle:hover, .mobile-nav-toggle:focus {
    background: #888;
    border: 2px solid #888;
    color: #fff;
}
.mobile-nav-toggle:active {
    background: #262626;
    border: 2px solid #262626;
    color: #fff;
}
.sub-menu {
    display: none;
    min-width: 100%;
    background-color: #fff;
}

#primarymenu nav li ul.sub-menu li a {
    display: block;
    padding: 10px;
    margin: 0;
    text-align: center;
    background-color: #fff;
}
#primarymenu nav li ul.sub-menu li a:hover {
    background-color: #697CBA;
    color: #fff;
}
/*******************************************/
/******** NAV DESKTOP AND TABLET ***********/
@media screen and (min-width: 768px) {
    header {
        flex-direction: column;
        justify-content: space-between;
        /* flex-wrap: wrap; */
        width: 80%;
        margin-bottom: 40px;
    }
    .mobile-nav-toggle {
        display: none;
    }
    .headerlogo img {
        width: 350px;
        padding: 45px 0 0 0;
    }
    .headercol1, .headercol2 {
        padding: 0;
        text-align: left;
    }
    .headercol1 {
        justify-content: flex-start;
        align-content: flex-start;
    }
    .headercol2 {
        flex-direction: row;
        justify-content: flex-end;
        align-content: flex-end;
        margin: 10px 0 0 auto;
    }
    #primarymenu {
        display: block;
        margin-right: 0;
    }
    #primarymenu .sub-menu {
        display: none;
        padding-top: 10px;
    }
    #primarymenu ul li:hover .sub-menu {
        /*  show sub menus when hovering over a parent  */
        display: flex;
        flex-direction: column;
        text-align: left;
    }
    #primarymenu ul li:hover .sub-menu li a {
        text-align: left;
    }

    #primarymenu ul li:hover .sub-menu {
        display: block;
    }
    #primarymenu nav {
        position: static;
        z-index: 999;
    }
    #primarymenu nav li.menu-item-has-children {
        float: left;
        background-color: transparent;
    }

    .navrow {
        flex-direction: row;
    }
    #primarymenu {
        position: relative;
        background-color: transparent;
    }
    #primarymenu nav {
        display: block;
    }
    #primarymenu ul li:hover .sub-menu {
        background-color: #fff;
        width: auto;
    }
    #primarymenu li a {
        padding: 10px 10px 3px 10px;
    }
    #primarymenu li:hover a {
        /* gray out li when submenu is open */
        color: #888888;
        background-color: #F3F5F0;
    }

    #primarymenu ul li:hover .sub-menu li a {
        color: #324CA1;
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
        background-color: #fff;
        text-align: left;
    }
    #primarymenu ul li:hover .sub-menu li a:hover {
        background-color: #697CBA;
        color: #fff;
    }
    .sub-menu {
        position: absolute;
    }
    #primarymenu ul li:hover .sub-menu {
        display: flex;
        flex-direction: column;
        background-color: #fff;
        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.35);
        min-width: 150px;
    }
    .sub-menu {
        margin-left: 0;
    }
    .donatebutton img {
        padding: 0;
    }
    .donatebutton {
        margin-left: 20px;
        margin-top: -55px;
    }
}
/*******************************************/
/******** NAV DESKTOP only ***********/
@media screen and (min-width: 1400px) {
    header {
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 0;
    }
    #primarymenu li a {
        padding: 10px 20px 3px 20px;
    }
    .donatebutton img {
        width: 100px;
        padding: 20px 0 0 0;
    }
    .donatebutton {
        margin-top: 0;
    }
    .navrow {
        margin-top: 50px;
        height: 200px;
    }
    #primarymenu {
        margin-right: 30px;
    }
    #primarymenu nav {
        margin-top: 105px;
    }
}
/*******************************************/
/*******************************************/



.main {
    width: 75%;
    margin: auto;
}

.main span p{
    text-indent: 0;
    margin-top: 20px;
}

.main img {
    width: 550px;
    float: right;
    margin-top: 90px;

}

.main p {
    margin-top: 125px;
    font-family: 'HankenLight', sans-serif;
    font-size: 30px;
    font-weight: lighter;
    color: #4D4D4D;
    text-indent: 3%;
}

.footerbanner {
    clear: both;
    margin-top: 400px;
    width: 100%;
    background-color: #EAEDE4;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 75px 0;
}

.footerbanner p {
    padding-top: 40px;
    text-align: center;
    background-color: #EAEDE4;
    font-family: 'HankenLight', sans-serif;
    font-size: 30px;
    color: #4D4D4D;
    width: 53%;
}

.footerbanner img {
    width: 500px;
    float: left;
    align-self: center;
}

.logos {
    margin-top: 60px;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

.logos img {
    height:70px;
}

footer {
    background-color: #262626;
    margin: auto;
    width: 100%;
    padding-top: 20px;
}

.footerinfo {
    /* width: 80%; */
    margin: auto;
    display: flex;
    flex-flow: row wrap;
}
#footer-menu, .footcol4 {
    flex: 1 0 50%;
}
#footer-menu ul{
    display: flex;
    flex-flow: row wrap;
}
#footer-menu li{
    display: block;
    flex: 1 0 33%;
}
.footerinfo li {
    list-style: none;
    font-size: 18px;
    color: #F3F5F0;
    padding: 10px 0;
    font-family: 'GlacialIndifferenceRegular', sans-serif;
}

.footerinfo a {
    text-decoration: none;
}

.footerinfo ul {
    padding: 0;
}

.footcol1 {
    float: left;
    width: 20%;
    background-color: #262626;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footcol4 {
    /*float: left;
    width: 30%;
    background-color: #262626;*/
    text-align: center;
}

/*
.sponsorarea {}

.sponsorarea h3 {
    color: #4D4D4D;
    text-align: center;
}
*/

.socialarea {
    clear: both;
    /* width: 75%;
    margin: auto; */
    /* padding: 100px 0; */
    padding: 20px 0;
}

.socialarea img{
    width: 40px;
    padding: 0 2px;
}

/***** Homepage *****/

body {

    margin: auto;

}



.banner {

    position: relative;
    text-align: center;
}

.banner img {

    width: 100%;
    height: 325px;
    z-index: -1;
    margin-top: -60px;

}

div.banner p {

    font-family: 'HankenLight', sans-serif;
    color: #324CA1;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    font-size: 30px;
}

.resource h3,
.events h3,
.news h3,
.contact h3 {

    font-size: 20px;
    color: #4d4d4d;



}

.resource p,
.events p,
.news p,
.contact p {

    font-size: 20px;



}


.meeting h2,
.fb_feed h2,
.services h2,
.head_spon h2,
.recent-news h2 {
    font-size: 24px;
    color: #414141;

}


.meeting p, .recent-news p  {
    font-family: 'HankenLight', sans-serif;
    font-size: 20px;
    color: #4d4d4d;
    line-height: 170%;
}

.recent-news {
    margin-top: -100px;

}

.tag-alert a{
    color: red;
    text-transform: uppercase;
}


.info_two .membership p {
    font-size: 20px;
    line-height: 160%;
    color: #4d4d4d;
    display: inline-block;

}

.services ul {
    color: #4d4d4d;
    line-height: 160%;

}


p,
ul {

    font-family: 'HankenLight', sans-serif;
    font-size: 20px;


}


div.info {

    display: flex;


}

div.info p {

    justify-content: center;
    text-align: center;
    padding: 20px;
    margin: 60px;
    font-size: 20px;
    color: #4d4d4d;
    line-height: 150%;
}

.info_three-left {float: left;}
div.info_two,
div.info_three {


    display: flex;
    justify-content: space-around;
    background-color: #EAEDE4;


}

div.meeting,
div.fb_feed,
div.recent-news {

    flex-basis: 50%;
    padding: 60px;


}

/* NEW - FB Feed going beyond container edges - needs work */
div.fb_feed {
    padding: 60px 20px;
}


div.sponsors {
    flex-wrap: wrap;
    text-align: center;
}


div.sponsors img {


    flex-direction: row;
    width: auto;
    height: 65px;
    padding: 15px;
    flex-basis: 16.66%;
}



div.services,
div.membership {

    flex-basis: 50%;
    padding: 60px;



}

div.resource,
div.contact,
div.news,
div.events {

    flex-direction: row;

    background-color: #EAEDE4;
    border-radius: 25px;
    text-align: center;
    margin: 35px;
    padding: 5px;
    height: 250px;
    box-shadow: 2px 2px 2px #888888;


}

div.resource p,
div.contact p,
div.news p,
div.events p{


    color: #324CA1;

}

div#cff {

    border: 10px solid #D2D5CA;
    box-shadow: 2px 2px 2px #888888;

}

div.cta {

    display: flex;
    margin-bottom: 30px;
    justify-content: space-evenly;
}

div.cta img{

    padding-top: 10px;

}

.head_spon {


    text-align: center;
    margin: 30px;

}

h2.head_spon {
    font-size: 24px;
}




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




    div.cta {
        display: flex;
        margin-bottom: 20px;
        justify-content: space-evenly;
        flex-wrap: wrap;

    }


    div.resource, div.contact, div.news, div.events {
        flex-direction: row;
        background-color: #EAEDE4;
        border-radius: 25px;
        text-align: center;
        margin: 35px;
        padding: 5px;
        height: 250px;
        width: 300px;

    }


    div.info_two, div.info_three {
        display: flex;
        justify-content: space-around;
        background-color: #EAEDE4;
        flex-direction: column;
    }

    div.fb_feed {
        margin-left: 5%;
        padding: 60px 20px;
    }


    div.meeting, div.fb_feed, div.recent-news {
        flex-basis: 50%;
        padding: 60px;
        margin-bottom: 10px;
    }



}

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

    div.banner p {

        font-size: 20px;
    }

    div.cta {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
        justify-content: space-evenly;
    }

    div.info_two, div.info_three {
        display: flex;
        justify-content: space-evenly;
        background-color: #EAEDE4;
        flex-wrap: wrap;

    }

    .banner img {

        height: 245px;

    }

    div.resource, div.contact, div.news, div.events {
        /* flex-direction: row; */
        background-color: #EAEDE4;
        border-radius: 25px;
        text-align: center;
        margin: 1.5%;
        /* padding: 1%; */
        width: 95%;
        margin-top: 20px;
        height: 85%;
    }



    div.cta img {
        padding-top: 10px;
        width: 45%;
    }

    div.info p {
        justify-content: center;
        text-align: left;
        padding: 20px;
        margin: 35px;
        font-size: 20px;
        color: #4d4d4d;
        line-height: 150%;
    }

    .resource p, .events p, .news p, .contact p {
        font-size: 14px;}

    .resource h3, .events h3, .news h3, .contact h3 {
        font-size: 18px;
    }

    div.meeting, div.fb_feed, .recent-news{
        flex-basis: 100%;
        padding: 10%;
    }

    div.services, div.membership {
        flex-basis: 100%;
        padding: 10%;

    }

    div.sponsors {
        flex-wrap: wrap;
        text-align: center;
    }

    div.sponsors img {

        height: 40px;

    }


    .container {

        display: flex;
        flex-direction: column;

    }

    .cta a {


        width: 40%;
    }
}










.search-box {
    padding: 0;
}
.search-box div.widget {
    padding: 0;
}
#searchform {
    margin-top: 10px;
    margin-bottom: 50px;
}
#searchform input {
    margin-top: 10px;
}
.search-box .widget .searchform input[type="text"] {
    width: 100%;
    font-size: 16px;
    padding: 3px 5px;
}
#searchsubmit {
    -webkit-appearance: none;
    margin: 0;
    border-radius: 15px;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    cursor: pointer;
    background: #888;
    background-color: #888;
    border: none;
}
#searchsubmit:hover, #searchsubmit:focus {
    background: #697CBA;
    background-color: #697CBA;
    border: none;
    color: #fff;
}
#searchsubmit:active {
    background: #888;
    background-color: #888;
    border: 2px solid #888;
    color: #fff;
}

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

    input[type="text"],
    input[type="email"]
    {
        border: 1px solid #D2D5CA;
        width: 95%;
        height: 35px;
        border-left: 0;
        border-right: 0;
        border-top: 0;
        margin-top: 10px;
        font-family: Hanken,sans-serif;
    }

    textarea {
        border: 1px solid #D2D5CA;
        width: 95%;
        height: 250px;
        margin-top: 10px;
        font-family: Hanken, sans-serif;
    }


    .socialarea {
        margin: auto;
        text-align: center;
    }

}
/****
/***** Blog and Blog Single*****/

.blog-post-title {
    color: #324CA1;
}

body{
    font-family: 'HankenLight', sans-serif;
    color: #888;
    margin: 0 auto;
    box-sizing: border-box;
}
/* main{
    margin: 20px 50px;
    SUE ADJUSTED FIRST APPEARANCE OF MAIN IN LINE 46 FOR CONSISTENCY ACROSS PAGES
} */
h1, h2, h3{
    font-family: "GlacialIndifferenceRegular", sans-serif;
    font-weight: bold;
}
h1{
    font-size: 40px;
    color: #4d4d4d;
}
h2{
    font-size: 35px;
    margin: 10px 0;
    color: #262626;
}
h3{
    font-size: 30px;
    color: #324CA1;
    margin: 5px 0;
}
h4 {
    font-family: 'GlacialIndifferenceRegular', sans-serif;
    font-size: 24px;
    font-weight: bold;
}

h1, h2, h3, h4, p {
    padding: 5px 0;
}

p{
    font-size: 20px;
    margin: 10px 0;
    color: #888;
}
a{
    color: #697CBA;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}

#blog-date{
    font-size: 15px;
    margin: 5px 0;
}

.direction{
    text-align: center;
    font-size: 24px;
}
.direction a{
    color: #324CA1;
}


/*Resources and Information*/



nav.navbar.sticky-top.navbar-light.bg-light {
    box-shadow: 2px 2px 2px #888888;
    display: inline-flex;
    padding: 10px;
    border: 5px solid #D2D5CA;
}


nav.navbar.sticky-top.navbar-light.bg-light a {
    padding-right: 15px;
    font-size: 14px

}


/*comments*/

#comments {
    padding: 2em 0 0.5em;
}

.comments-title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 1.5em;
}

.comment-list,
.comment-list .children {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment-list li:before {
    display: none;
}

.comment-body {
    margin-left: 65px;
}

.comment-author {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0.4em;
    position: relative;
    z-index: 2;
}

.comment-author .avatar {
    height: 0px;
    width: 0px;
}

.comment-author .says {
    display: none;
}

.comment-meta {
    margin-bottom: 1.5em;
}

.comment-metadata {
    color: #767676;
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 800;
    letter-spacing: 0.1818em;
    text-transform: uppercase;
}

.comment-metadata a {
    color: #767676;
}

.comment-metadata a.comment-edit-link {
    color: #222;
    margin-left: 1em;
}

.comment-body {
    color: #333;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 4em;
}

.comment-reply-link {
    font-weight: 800;
    position: relative;
}

/*.comment-reply-link .icon {*/
    /*color: #222;*/
    /*left: -2em;*/
    /*height: 1em;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*width: 1em;*/
/*}*/

/*.children .comment-author .avatar {*/
    /*height: 30px;*/
    /*left: -45px;*/
    /*width: 30px;*/
/*}*/

.bypostauthor > .comment-body > .comment-meta > .comment-author:before {
    background: #222;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #fff;
    color: #fff;
    left: -65px;
    font-size: 16px;
    font-size: 1rem;
    height: 20px;
    line-height: 1;
    margin: -6px 0 0 -6px;
    position: absolute;
    text-align: center;
    width: 20px;
    z-index: 2;
}

.children .bypostauthor > .comment-body > .comment-meta > .comment-author:before {
    font-size: 12px;
    font-size: 0.75rem;
    height: 16px;
    left: -45px;
    width: 16px;
}

.no-comments,
.comment-awaiting-moderation {
    color: #767676;
    font-size: 14px;
    font-size: 0.875rem;
    font-style: italic;
}

.comments-pagination {
    margin: 2em 0 3em;
}

.form-submit {
    text-align: right;
}

#author, #email, #url {
    margin-top: 0;
}

#comment-3 > ol {margin-left:30px;}