/*
 Theme Name:   Ocean River
 Theme URI:    http://oceanriver.com/
 Description:  A custom theme for Ocean River.
 Author:       Caorda Web Solutions
 Author URI:   http://caorda.com/
 Version:      1.0.0
*/

.cnt {
    text-align: center;
}

blockquote .airquo {
    font-size: 1.4em;
    color: rgb(34, 34, 34);
    color: rgba(34, 34, 34, 0.70);
}

single-post img {
    border: none;
}

.ie-9 .header.container .header .navigation-area .primary-navigation > .menu-main-menu-container > .menu > .menu-item > .sub-menu {
    display: none;
    visibility: hidden;
}

.ie-9 .header.container .header .navigation-area .primary-navigation > .menu-main-menu-container > .menu > .menu-item:hover > .sub-menu {
    display: block;
    visibility: visible;
}

.blog-post .post-title {
    font-size: 2.8rem;
}

.blog-post .post-comment {
    margin-top: 20px;
    border-top: 1px solid #e1e1e1;
    padding-top: 20px;
}

.blog-post .post-comment .navigation::after {
    display: block;
    content: "";
    clear: both;
}

.blog-post .post-comment .comment-respond input, .blog-post .post-comment .comment-respond textarea {
    display: block;
}

.blog-post .post-comment .submit {
    display: block;
    border-radius: 14px;
    line-height: 3.1rem;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 800;
    padding: 0 34px;
    border-width: 0;
    border-style: solid;
    cursor: pointer;
    transition: all ease-in-out 0.25s;
    background-color: #fed41e;
    color: #004f9d;
}

.blog-post .post-comment .submit:hover {
    color: #f5f6fa;
}

.blog-post .post-comment .commentlist {
    padding: 0;
}

.blog-post .post-comment .commentlist li {
    list-style: none;
    padding: 10px;
}

.blog-post .post-comment .commentlist li:nth-child(odd) {
    background: #efefef;
}

.blog-post .post-comment .commentlist li:nth-child(even) {
    background: #fbfbfb;
}

.blog-post .post-comment .commentlist li .comment-body p {
    margin: 10px 0;
}

.row > .column img {
    height: auto;
}

.brand-links.mobile-only {
    display: none;
}

@media all and (max-width: 414px) {
    .brand-links {
        display: none;
    }

    .brand-links.mobile-only {
        display: block;
    }

    .row .brand-post .metadata {
        width: 100%;
    }
}