/**
 * Theme Name: Amiable
 * Theme URI: http://www.sculptureqode.com/amiable
 * Description: A Personal Blogging Theme
 * Author: Sculpture Qode
 * Author URI: http://www.sculptureqode.com
 * Tags: one-column, two-columns, left-sidebar, right-sidebar, fluid-layout, custom-menu, full-width-template, sticky-post, theme-options, translation-ready
 * Version: 1.2.0
 * License: GNU General Public License
 * License URI: license.txt
 * Text Domain: sq
 */

/* Typography
================================================== */

body,
button,
input,
select,
textarea {
    color: #5e5e5e;
    font-family: 'Pt Serif', serif;
    font-size: 14px;
    word-break: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    color: #231f20;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
}

.sq-entry h1,
.sq-entry h2,
.sq-entry h3,
.sq-entry h4,
.sq-entry h5,
.sq-entry h6 {
    margin-top: 40px
}

.sq-entry > h1:first-child,
.sq-entry > h2:first-child,
.sq-entry > h3:first-child,
.sq-entry h4:first-child,
.sq-entry h5:first-child,
.sq-entry h6:first-child {
    margin-top: 0
}

h1 {
    font-size: 28px
}

h2 {
    font-size: 24px
}

h3 {
    font-size: 20px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 16px;
    line-height: 22px;
}

h6 {
    font-size: 14px
}

p {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    margin-bottom: 20px;
}

dfn,
cite,
em,
i {
    font-style: italic
}

blockquote {
    border-left: solid 4px #9bc6b2;
    color: #231f20;
    font-size: 16px;
    font-style: italic;
    margin: 30px 0 30px 0;
    padding: 0 0 0 20px;
}

    blockquote cite span {
        background: #bababa;
        color: #fff;
        font-family: 'Lato', sans-serif;
        font-size: 12px;
        font-style: normal;
        margin-left: 5px;
        padding: 3px 5px;
        text-transform: uppercase;
    }

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: ""
}

blockquote p {
    font-size: 16px
}

cite {
    color: #bababa;
    display: block;
    line-height: 40px;
}

address {
    line-height: 24px;
    margin: 0 0 20px;
}

pre {
    background-color: #ebebeb;
    border-left: solid 4px #9bc6b2;
    font-family: "Courier 10 Pitch",Courier,monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 100%;
    overflow: auto;
    padding: 20px;
}

code,
kbd,
tt,
var {
    font-family: Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
    font-size: 15px;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%
}

/* Elements
================================================== */

html {
    box-sizing: border-box
}

*,
:before,
:after {
    box-sizing: inherit
}

body {
    background: #ffffff
}

body#tinymce {
    background: #ffffff
}

blockquote,
q {
    color: #231f20;
    font-style: italic;
    quotes: "" "";
}

hr {
    background-color: #e2e2e2;
    border: 0;
    height: 1px;
    margin: 40px 0;
}

a {
    -moz-transition: color .5s ease;
    -webkit-transition: color .5s ease;
    color: #9bc6b2;
    text-decoration: none;
    transition: color .5s ease;
}

a:hover {
    color: #231f20
}

ul,
ol,
dl {
    line-height: 28px;
    margin: 0 0 20px 0;
    padding: 0;
}

    ul li,
    ol li,
    dl dt {
        margin-bottom: 5px
    }

ul {
    list-style: disc;
    list-style-position: inside;
}

ol {
    list-style: decimal;
    list-style-position: inside;
}

dt {
    font-weight: 700
}

dd {
    margin: 0 20px 20px
}

li > ul,
li > ol,
dt > dl {
    margin: 5px 0 5px 40px;
    margin-left: 30px;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    margin-bottom: 30px;
    width: 100%;
}

    table tbody tr:nth-of-type(odd) {
        background-color: #f6f6f6
    }

td,
th {
    padding: 20px 10px;
    text-align: left;
}

th {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

tfoot tr td {
    padding: 15px 0
}

/* Media
================================================== */

embed,
iframe,
object {
    max-width: 100%
}

/* Columns
================================================== */

.column-2 {
    width: 50%
}

.column-3 {
    width: 33.33%
}

.column-2-3 {
    width: 66.66%
}

.column-4 {
    width: 25%
}

.column-3-4 {
    width: 74%
}

.column-5 {
    width: 20%
}

.column-2-5 {
    width: 40%
}

.column-3-5 {
    width: 60%
}

.column-4-5 {
    width: 80%
}

.column-6 {
    width: 16.66%
}

.column-5-6 {
    width: 83.33%
}

.column {
    float: left;
    padding: 0 15px 0 15px;
    position: relative;
}

.clearboth {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
}

/* Layout
================================================== */

.sq-container {
    margin: 0 auto;
    padding: 0 15px 0 15px;
    position: relative;
    width: 1120px;
}

.sq-page-container {
    padding-bottom: 60px;
    padding-top: 60px;
}

.clear:before,
.clear:after,
.sq-page:before,
.sq-page:after,
.sq-header:before,
.sq-header:after,
.sq-container:before,
.sq-container:after,
#sq-footer:before,
#sq-footer:after,
.comment-content:before,
.comment-content:after {
    content: " ";
    display: table;
}

.clear:after,
.sq-page:after,
.sq-header:after,
.sq-container:after,
#sq-footer:after,
.comment-content:after {
    clear: both
}

.sq-row {
    margin: 0 -15px 0 -15px
}

.sq-content-area {
    float: left;
    width: 70%;
}

.sq-content-area-full {
    width: 100%
}

.sq-content {
    padding: 0 15px 0 15px
}

.sq-main-content {
    padding: 40px 0 40px 0
}

.sq-sidebar-widgets {
    float: right;
    margin-right: 0;
    padding: 0 15px 0 15px;
    width: 28%;
}

    .sq-sidebar-widgets .widget:last-of-type {
        margin-bottom: 0
    }

/* Galleries
================================================== */

.gallery {
    margin-bottom: 1.5em
}

.gallery-item {
    display: inline-block;
    padding: 5px;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

    .gallery-item img {
        margin-bottom: 0 !important
    }

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block
}

/* Captions
================================================== */

.wp-caption,
.wp-caption-text {
    margin-bottom: 20px;
    max-width: 100%;
}

    .wp-caption img[class*="wp-image-"] {
        display: block;
        margin: 0 auto;
    }

    .wp-caption .wp-caption-text,
    .wp-caption-text {
        border-left: solid 4px #9bc6b2;
        font-size: 12px;
        font-style: italic;
        margin: 0;
        padding: 10px;
        text-align: left;
    }

/* Forms
================================================== */

label {
    display: block;
    margin: 10px 0 5px 0;
}

.comment-reply-link,
.sq-button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -moz-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    -webkit-appearance: none;
    -webkit-transition: opacity .5s ease;
    background-color: #231f20;
    border: solid 1px #231f20;
    color: #ffffff;
    display: inline-block;
    font-family: 'PT Serif', serif;
    font-style: italic;
    line-height: normal;
    padding: 10px 16px;
    transition: opacity .5s ease;
    word-break: normal;
}

.comment-reply-link:hover,
.sq-button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    color: #ffffff !important;
    opacity: .8;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="datetime"],
textarea {
    -moz-appearance: none;
    -moz-border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    appearance: none;
    background: #ffffff;
    border: solid 1px #d3d3d3;
    border-radius: 0;
    box-sizing: border-box;
    color: #616161;
    font-family: 'Pt Serif', serif;
    font-size: 12px;
    padding: 11px 10px;
    width: 100%;
    word-break: normal;
}

textarea {
    font-family: 'Pt Serif', serif;
    font-size: 12px;
    width: 100%;
}

select {
    -moz-appearance: none;
    -moz-border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    appearance: none;
    background-color: #ffffff;
    background-image: url('images/select-arrow.png');
    background-position: right center;
    background-position-x: 96%;
    background-repeat: no-repeat;
    border: solid 1px #d3d3d3;
    border-radius: 0;
    box-sizing: border-box;
    color: #616161;
    font-family: 'Pt Serif', serif;
    font-size: 12px;
    padding: 11px 10px;
    width: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) { 
	select {
	    background-image: url('images/select-arrow@2x.png');
	    background-size: 12px 8px;
	}
}

/* Search Form */

.sq-search-form {
    position: relative
}

    .sq-search-form input[type="search"] {
        padding-right: 40px
    }

    .sq-search-form .sq-search-submit {
        background: transparent;
        border: none;
        color: #6b6b6b;
        position: absolute;
        right: 0;
        top: 0;
    }

    .sq-search-form .sq-search-submit:hover {
        color: #6b6b6b !important
    }

    .sq-search-form .sq-search-submit:after {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        content: "\f002";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        transform: translate(0, 0);
    }

.sq-search-page input[type="search"],
.sq-404-page input[type="search"] {
    width: 100%
}

/* Navigation
================================================== */

.sq-main-nav {
    clear: both;
    display: block;
    padding-bottom: 30px;
    text-align: center;
}

    .sq-main-nav .current_page_item > a,
    .sq-main-nav .current-menu-item > a,
    .sq-main-nav .current_page_ancestor > a {

    }

    .sq-main-nav li {
        display: inline-block;
        margin: 0 20px 0 20px;
        position: relative;
        text-align: center;
    }

    .sq-main-nav li:hover > a {
        color: #231f20
    }

    .sq-main-nav ul {
        list-style: none;
        margin: 0;
        padding-left: 0;
    }

        .sq-main-nav ul li.menu-item-has-children:before,
        .sq-main-nav ul li.page_item_has_children:before {
            -moz-osx-font-smoothing: grayscale;
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -webkit-font-smoothing: antialiased;
            -webkit-transform: translateY(-50%);
            content: "\f107";
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            font-size: 16px;
            position: absolute;
            right: 0;
            text-rendering: auto;
            top: 47%;
            transform: translate(0,0);
            transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .sq-main-nav ul > li.menu-item-has-children,
        .sq-main-nav ul > li.page_item_has_children {
            padding-right: 20px
        }

        .sq-main-nav ul li:hover > ul {
            display: block
        }

        .sq-main-nav ul ul {
            display: none;
            padding: 34px 0 10px;
            position: absolute;
            top: 24px;
            z-index: 99999;
        }

            .sq-main-nav ul ul > li.menu-item-has-children,
            .sq-main-nav ul ul > li.page_item_has_children {
                padding-right: 10px
            }

            .sq-main-nav ul ul > li.menu-item-has-children:before,
            .sq-main-nav ul ul > li.page_item_has_children:before {
                -moz-osx-font-smoothing: grayscale;
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                -webkit-font-smoothing: antialiased;
                -webkit-transform: translateY(-50%);
                color: #ffffff;
                content: "\f105";
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                font-size: 16px;
                position: absolute;
                right: 20px;
                text-rendering: auto;
                top: 46%;
                transform: translate(0,0);
                transform: translateY(-50%);
            }

            .sq-main-nav ul ul .current_page_item > a,
            .sq-main-nav ul ul .current-menu-item > a,
            .sq-main-nav ul ul .current_page_ancestor > a {
                border-bottom: none;
                padding-bottom: 0;
            }

            .sq-main-nav ul ul ul {
                display: none;
                left: 100%;
                padding-top: 0;
                top: 0;
            }

            .sq-main-nav ul ul li {
                background-color: rgba(53, 53, 53, 0.8);
                margin-left: 0;
                margin-right: 0;
                padding: 6px 10px;
                text-align: left;
            }

            .sq-main-nav ul ul li:last-of-type {
                border-bottom: none
            }

            .sq-main-nav ul ul li:hover > ul {
                display: block
            }

            .sq-main-nav ul ul li:hover > a {
                color: #ffffff
            }

            .sq-main-nav ul ul a {
                color: #dbdbdb;
                width: 200px;
            }

    .sq-main-nav a {
        color: #4d4d4d;
        display: block;
        font-family: 'Lato', sans-serif;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 1px;
        text-decoration: none;
        text-transform: uppercase;
    }

#sq-mobile-toggle {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #e1e1e1;
    display: none;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.comment-navigation,
.posts-navigation,
.post-navigation {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    margin: 0 0 40px;
    overflow: hidden;
    position: relative;
    text-rendering: auto;
    transform: translate(0,0);
}

    .comment-navigation .nav-previous,
    .posts-navigation .nav-previous,
    .post-navigation .nav-previous {
        float: left;
        width: 50%;
    }

    .comment-navigation .nav-previous:before,
    .posts-navigation .nav-previous:before,
    .post-navigation .nav-previous:before {
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        content: "\f104";
        left: 10px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .comment-navigation .nav-previous a,
    .posts-navigation .nav-previous a,
    .post-navigation .nav-previous a {
        padding: 12px 15px 12px 24px
    }

    .comment-navigation .nav-next,
    .posts-navigation .nav-next,
    .post-navigation .nav-next {
        float: right;
        text-align: right;
        width: 48%;
    }

    .comment-navigation .nav-next:after,
    .posts-navigation .nav-next:after,
    .post-navigation .nav-next:after {
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        content: "\f105";
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    .comment-navigation .nav-next a,
    .posts-navigation .nav-next a,
    .post-navigation .nav-next a {
        padding: 12px 24px 12px 15px
    }

    .posts-navigation a,
    .comment-navigation a,
    .post-navigation a {
        border: solid 1px #a7a7a7;
        color: #616161;
        display: inline-block;
        position: relative;
        text-transform: uppercase;
    }

/* Mobile Navigation
================================================== */

#sq-show-mobile-nav {
    color: #a3a2a2;
    cursor: pointer;
    display: none;
    font-size: 20px;
    margin-bottom: 40px;
    padding: 0;
    text-align: center;
}

#sq-mobile-nav {
    background-color: #f2f2f2;
    display: none;
    margin-bottom: 12px;
    width: 100%;
}

    #sq-mobile-nav .sq-sub-menu {
        float: right;
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        width: 42px;
    }

    #sq-mobile-nav div ul {
        list-style: none;
        margin-bottom: 0;
        width: 100%;
    }

    #sq-mobile-nav li {
        margin-bottom: 0
    }

        #sq-mobile-nav li ul {
            display: none;
            margin: 0;
        }

            #sq-mobile-nav li ul li a {
                padding-left: 40px
            }

    #sq-mobile-nav ul {
        padding-left: 0;
        text-align: left;
    }

    #sq-mobile-nav a {
        border-bottom: solid 1px #dfdfdf;
        color: #5e5e5e;
        display: block;
        padding: 8px 20px 8px 20px;
        width: 100%;
    }

/* Pagination
================================================== */

.pagination {
    padding: 20px 0 0 0
}

.nav-links {
    margin: 0;
    padding: 0;
    text-align: center;
}

    .nav-links .current {
        background: #9bc6b2;
        color: #ffffff;
        padding: 8px 14px;
    }

    .nav-links a.next {
        display: none;
        float: right;
        margin-top: -10px;
    }

    .nav-links a.next:after {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        content: "\f105";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        font-size: 20px;
        text-rendering: auto;
        transform: translate(0, 0);
    }

    .nav-links a.prev {
        display: none;
        float: left;
        margin-top: -10px;
    }

    .nav-links a.prev:after {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        content: "\f104";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        font-size: 20px;
        text-rendering: auto;
        transform: translate(0, 0);
    }

    .nav-links a {
        background: #ffffff;
        color: #717171;
        line-height: 34px;
        padding: 8px 14px;
        text-decoration: none;
    }

.sq-single-post-pagination {
    padding: 20px 0 0 0
}

    .sq-single-post-pagination #sq-previous-post {
        float: left;
        width: 50%;
    }

    .sq-single-post-pagination #sq-next-post {
        float: right;
        text-align: right;
        width: 50%;
    }

    .sq-single-post-pagination a {
        color: #231f20
    }

/* Accessibility
================================================== */

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
    clip: auto!important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Alignments
================================================== */

.alignnone {
    margin: 0 0 20px 0
}

.alignleft {
    display: inline;
    float: left;
    margin: 10px 20px 20px 0;
}

.alignright {
    display: inline;
    float: right;
    margin: 10px 0 20px 20px;
}

.aligncenter {
    clear: both;
    display: block;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

/* Widgets
================================================== */

.sq-widget {
    margin: 0 0 60px 0
}

    .sq-widget .sq-widget-title {
        background: #9bc6b2;
        color: #ffffff;
        font-size: 14px;
        padding: 10px 5px;
        position: relative;
        text-align: center;
    }

    .sq-widget .instagram-pics {
        margin-bottom: 0;
        padding: 0 6px 0 6px;
    }

        .sq-widget .instagram-pics li {
            display: inline-block;
            margin-bottom: 0;
            padding: 3px;
            width: 33.33%;
        }

    .sq-widget .tagcloud a {
        border: solid 1px #cacaca;
        color: #a3a2a2;
        display: inline-block;
        font-family: 'Pt Serif', serif;
        font-size: 12px !important;
        font-style: italic;
        margin-bottom: 5px;
        margin-right: 1px;
        padding: 0 10px;
        padding: 6px 10px;
        position: relative;
        text-align: center;
    }

    .sq-widget .tagcloud a:hover {
        color: #5e5e5e
    }

    .sq-widget ul,
    .sq-widget ol {
        font-family: 'Lato', sans-serif;
        list-style: none;
    }

    .sq-widget a,
    .sq-widget a {
        color: #6b6b6b
    }

    .sq-widget a:hover,
    .sq-widget a:hover {
        color: #231f20
    }

/* Widget: Calendar */

.widget_calendar {
    width: 100%
}

    .widget_calendar thead tr:nth-of-type(odd) {
        background-color: #ffffff
    }

    .widget_calendar .wp-calendar tr,
    .widget_calendar .wp-calendar th {
        font-size: 12px;
        text-align: center;
    }

    .widget_calendar tfoot #next {
        text-align: right
    }

    .widget_calendar #p-calendar {
        margin-bottom: 0
    }

    .widget_calendar tbody .pad {
        background: none
    }

    .widget_calendar thead th {
        border: 1px solid none;
        padding: 7px;
    }

    .widget_calendar tbody td {
        border: none;
        cursor: pointer;
        padding: 7px;
    }

    .widget_calendar tbody td:hover {
        color: #231f20
    }

        .widget_calendar tbody td:hover a {
            color: #231f20
        }

    .widget_calendar caption {
        font-size: 13px;
        letter-spacing: 1.5px;
        padding-bottom: 15px;
        text-transform: uppercase;
    }

/* Latest Post and Comments Widget */

.sq-latest-post,
.sq-recent-comments {
    margin-bottom: 20px
}

    .sq-recent-comments .sq-recent-comments-content span {
        color: #6f6f6f;
        font-family: 'Lato', sans-serif;
        font-size: 10px;
        text-transform: uppercase;
    }

    .sq-latest-post .sq-latest-post-content h4,
    .sq-recent-comments .sq-recent-comments-content h4 {
        font-size: 12px;
        letter-spacing: normal;
        line-height: 18px;
        margin-bottom: 10px;
    }

.sq-latest-post:last-of-type,
.sq-latest-post:last-of-type,
.sq-recent-comments:last-of-type {
    margin-bottom: 0
}

.sq-latest-post .sq-latest-post-image,
.sq-recent-comments .sq-recent-comments-avatar {
    padding-right: 15px
}

.sq-latest-post div,
.sq-recent-comments div {
    float: left
}


/* Connect Widget */

.sq-connect-social-icons {
    text-align: center
}

    .sq-connect-social-icons li {
        display: inline-block
    }

        .sq-connect-social-icons li a {
            color: #a3a2a2;
            font-size: 18px;
            padding: 0 4px 0 4px;
        }

        .sq-connect-social-icons li a:hover {
            color: #9bc6b2
        }

/* Instagram Widget */

#sq-footer-instagram .sq-widget {
    margin-bottom: 6px
}

    #sq-footer-instagram .sq-widget .instagram-pics li {
        display: inline-block;
        padding: 6px;
        width: 12.5%;
    }

/* Posts and pages
================================================== */

.sq-post {
    margin-bottom: 40px
}

    .sq-post .sq-post-meta ul li {
        color: #6f6f6f;
        display: inline-block;
        font-family: 'Lato', sans-serif;
        font-size: 11px;
        font-weight: 400;
        letter-spacing: 1px;
        margin-bottom: 0;
        padding: 0 5px 0 5px;
        text-transform: uppercase;
    }

    .sq-post .sq-post-header {
        margin-bottom: 20px;
        position: relative;
        text-align: center;
    }

        .sq-post .sq-post-header .sq-thumbnail {
            text-align: center
        }

            .sq-post .sq-post-header .sq-thumbnail img {
                margin-bottom: 0
            }

    .sq-post .sq-post-footer {
        border-bottom: solid 1px #dddddd;
        margin-top: 40px;
        padding-bottom: 40px;
        position: relative;
        text-align: center;
    }

        .sq-post .sq-post-footer .sq-post-footer-meta {
            color: #6f6f6f;
            font-family: 'Lato', sans-serif;
            font-size: 11px;
            font-weight: 400;
            letter-spacing: 1px;
            line-height: 40px;
            margin: 30px 0 0 0;
            position: relative;
            text-align: right;
            text-transform: uppercase;
        }

            .sq-post .sq-post-footer .sq-post-footer-meta .sq-post-read-more {
                float: left;
                padding-left: 0;
            }

            .sq-post .sq-post-footer .sq-post-footer-meta li {
                display: inline-block;
                margin: 0;
                padding: 0 5px 0 5px;
            }

            .sq-post .sq-post-footer .sq-post-footer-meta li:last-of-type {
                padding-right: 0
            }

            .sq-post .sq-post-footer .sq-post-footer-meta li .sq-button {
                color: #ffffff;
                font-size: 14px;
                text-transform: none;
            }

            .sq-post .sq-post-footer .sq-post-footer-meta li a {
                color: #6f6f6f
            }

            .sq-post .sq-post-footer .sq-post-footer-meta li a:hover {
                color: #231f20
            }

    .sq-post .sq-post-title {
        font-size: 20px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .sq-post .sq-post-title:after {
        background-color: #9bc6b2;
        content: " ";
        display: block;
        height: 2px;
        margin: 15px auto 0 auto;
        text-align: center;
        width: 60px;
    }

    .sq-post img {
        margin-bottom: 20px
    }

.sq-post-title a {
    color: #231f20
}

.byline,
.updated:not(.published) {
    display: none
}

.single .byline,
.group-blog .byline {
    display: inline
}

.post-date {
    color: #6f6f6f;
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* ===[ Quote Post ]=== */

.sq-quote-post {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0 !important;
    padding: 40px;
}

    .sq-quote-post blockquote {
        color: #ffffff;
        line-height: 26px;
        margin: 0;
        position: relative;
        z-index: 1;
    }

        .sq-quote-post blockquote cite {
            background: #231f20;
            color: #ffffff;
            line-height: 20px;
            margin-top: 20px;
            padding: 8px 5px;
        }

        .sq-quote-post blockquote h5 {
            color: #ffffff;
            font-family: 'PT Serif', serif;
            font-size: 14px;
            margin-bottom: 0;
            text-transform: none;
        }

/* Circle Post */

.sq-post-circle {
    margin-bottom: 40px
}

    .sq-post-circle .sq-post-header .sq-circle-thumbnail {
        overflow: hidden
    }

        .sq-post-circle .sq-post-header .sq-circle-thumbnail img {
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            border-radius: 100%;
        }

    .sq-post-circle .sq-post-content {
        padding-right: 0
    }

    .sq-post-circle .sq-post-footer,
    .sq-post-circle .sq-post .sq-post-footer ul {
        text-align: left
    }

        .sq-post-circle .sq-post-footer .sq-button {
            margin-right: 20px
        }

    .sq-post-circle .sq-quote-post {
        margin: 0 15px 0 15px
    }

/* Grid Post */

.sq-post-grid-tile {
    display: block;
    float: left;
    margin-bottom: 40px;
    text-align: left;
    width: 50%;
}

    .sq-post-grid-tile .sq-post-title:after,
    .sq-post-circle .sq-post-title:after {
        margin: 15px 0 0 0
    }

    .sq-post-grid-tile .sq-post-footer {
        margin-top: 0;
        padding-bottom: 20px;
        text-align: left;
    }

        .sq-post-grid-tile .sq-post-footer .sq-post-footer-meta {
            text-align: center
        }

            .sq-post-grid-tile .sq-post-footer .sq-post-footer-meta .sq-post-read-more {
                display: block;
                float: none;
                margin-bottom: 20px;
            }

            .sq-post-grid-tile .sq-post-footer ul li,
            .sq-post-grid-tile .sq-post-footer .sq-post-footer-meta li {
                padding: 0 10px 0 0
            }

/* Sticky Posts
================================================== */

.sticky {
    display: block;
    position: relative;
}

    .sticky .sq-post-footer .sq-post-meta:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        content: "\f006";
        display: block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px;
        font-weight: 100;
        margin: 12px 0 8px 0;
        text-rendering: auto;
    }

    .sticky .sq-post-footer .sq-post-title {
        margin-bottom: 0
    }

/* Author Card
================================================== */

#sq-author-card {
    border-bottom: solid 1px #dddddd;
    margin-bottom: 40px;
    margin-top: 80px;
    padding-bottom: 80px;
}

    #sq-author-card .sq-author-avatar {
        padding-right: 20px
    }

    #sq-author-card img {
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        margin-bottom: 0;
    }

    #sq-author-card div {
        float: left
    }

    #sq-author-card h4 {
        margin-bottom: 10px
    }

    #sq-author-card p {
        margin-bottom: 0
    }

/* Centered Posts and Pages
================================================== */

.sq-post-centered,
.sq-page-centered {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

/* Single Posts
================================================== */

.sq-single-post #sq-post-tags {
    margin: 40px 0 0 0;
    text-align: center;
}

    .sq-single-post #sq-post-tags a {
        border: solid 1px #cacaca;
        color: #a3a2a2;
        display: inline-block;
        font-family: 'Pt Serif', serif;
        font-size: 12px;
        font-style: italic;
        margin: 2px 4px 2px 4px;
        padding: 6px 10px;
    }

    .sq-single-post #sq-post-tags a:hover {
        color: #5e5e5e
    }

.sq-single-post .sq-post-footer {
    border-bottom: solid 1px #dddddd;
    margin-top: 20px;
    padding: 0 0 20px 0;
}

    .sq-single-post .sq-post-footer .sq-post-author {
        float: left
    }

    .sq-single-post .sq-post-footer ul {
        margin-top: 0
    }

        .sq-single-post .sq-post-footer ul .sq-post-categories a {
            color: #9bc6b2
        }

        .sq-single-post .sq-post-footer ul li {
            margin-bottom: 0
        }

/* Related Posts
================================================== */

.sq-related-posts {
    margin-bottom: 80px
}

    .sq-related-posts h5 {
        text-align: center
    }

.sq-related-post {
    position: relative
}

    .sq-related-post .sq-video-container {
        height: 177px
    }

    .sq-related-post h6.sq-post-title {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .sq-related-post .sq-post-header {
        margin-bottom: 20px
    }

    .sq-related-post .sq-post-footer {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 20px;
    }

.sq-related-post:nth-of-type(3) {
    margin-right: 0
}

.sq-related-post .post-date {
    margin-bottom: 0
}

/* Sharing Icons
================================================== */

.sq-sharing-buttons {
    margin: 0
}

    .sq-sharing-buttons li {
        display: inline-block
    }

    .sq-sharing-buttons a {
        font-size: 14px;
        padding: 0 2px 0 2px;
    }

/* Video Containers
================================================== */

.sq-video-container {
    height: 0;
    padding-bottom: 56.25%;
    padding-top: 25px;
    position: relative;
}

    .sq-video-container iframe {
        border: none;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

/* Asides
================================================== */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none
}

/* Comments
================================================== */

.comments-area h5 {
    text-align: center
}

    .comments-area h5 a {
        color: #231f20
    }

.comments-area .comment-list {
    list-style: none;
    margin-bottom: 0;
    padding: 10px 0 10px 0;
}

    .comments-area .comment-list .comment-metadata {
        margin-bottom: 10px
    }

    .comments-area .comment-list .children {
        margin-left: 40px
    }

        .comments-area .comment-list .children .comment-body {
            border-bottom: solid 1px #e2e2e2
        }

.comments-area .comment-body {
    border-bottom: solid 1px #e2e2e2;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.comments-area .comment-avatar {
    float: left;
    margin-right: 4%;
    width: 10%;
}

    .comments-area .comment-avatar img {
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
    }

.comments-area .comment-content {
    float: left;
    width: 71%;
}

    .comments-area .comment-content .comment-author {
        color: #231f20;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        letter-spacing: 1px;
        margin-bottom: 0;
        text-transform: uppercase;
    }

    .comments-area .comment-content .comment-date {
        color: #6f6f6f;
        display: block;
        font-family: 'Lato', sans-serif;
        font-size: 10px;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .comments-area .comment-content a {
        color: #231f20;
        word-wrap: break-word;
    }

.comments-area .comments-title {
    margin-bottom: 30px
}

.comments-area #commentform label {
    display: block
}

.comments-area #commentform .comment-form-author,
.comments-area #commentform .comment-form-email,
.comments-area #commentform .comment-form-url {
    float: left;
    margin-right: 4%;
    width: 30.66%;
}

.comments-area #commentform .comment-form-url {
    margin-right: 0
}

.comments-area #commentform .comment-form-comment textarea {
    height: 160px
}

.comments-area .comment-reply {
    float: left;
    text-align: right;
    width: 15%;
}

.comments-area .comment-respond {
    padding-top: 20px
}

.comments-area #reply-title {
    font-size: 16px;
    position: relative;
}

.bypostauthor {
    display: block
}

/* Styling
================================================== */

#form-allowed-tags,
#form-allowed-tags code {
    font-size: 12px
}

/* Title container
================================================== */

#sq-title-container {
    background-color: #f9f9f9;
    margin: 0 12px 0 12px;
    padding: 40px;
    text-align: center;
}

    #sq-title-container h2 {
        margin-bottom: 0
    }

    #sq-title-container p {
        color: #6f6f6f;
        font-family: 'Lato', sans-serif;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 1px;
        margin-bottom: 0;
        margin-top: 5px;
        text-transform: uppercase;
    }

/* Header
================================================== */

#sq-header-container {
    background-color: #ffffff;
    position: relative;
    width: 100%;
    z-index: 1000;
}

    #sq-header-container .sq-search-form {
        display: none
    }

        #sq-header-container .sq-search-form input[type="search"] {
            background: #9bc6b2;
            border: none;
            color: #ffffff;
            font-family: 'Lato', sans-serif;
            font-size: 20px;
            font-weight: 400;
            padding: 30px 20px 30px 20px;
            text-transform: uppercase;
        }

        #sq-header-container .sq-search-form input[type="search"]::-webkit-input-placeholder {
            color: #ffffff
        }

        #sq-header-container .sq-search-form input[type="search"]:-ms-input-placeholder {
            color: #ffffff
        }

        #sq-header-container .sq-search-form input[type="search"]::-moz-placeholder {
            color: #ffffff
        }

        #sq-header-container .sq-search-form input[type="search"]::-moz-placeholder {
            color: #ffffff
        }

    #sq-header-container .sq-header {
        background: none!important;
        padding-bottom: 40px;
        padding-top: 40px;
        position: relative;
        text-align: center;
    }

        #sq-header-container .sq-header #sq-site-logo-container img {
            vertical-align: top
        }

        #sq-header-container .sq-header #sq-site-description {
            color: #9bc6b2;
            font-size: 14px;
            margin-bottom: 0;
            text-transform: uppercase;
        }

        #sq-header-container .sq-header #sq-site-name {
            display: inline-block;
            font-size: 48px;
            font-weight: 300;
            letter-spacing: 2px;
            margin-bottom: 0;
            text-decoration: none;
            text-transform: uppercase;
        }

/* Header Style Menu Top
================================================== */

.sq-top-nav {
    background: #f2f2f2;
    padding: 10px 0 10px 0;
}

    .sq-top-nav ul ul {
        padding-top: 14px
    }

/* Border box
================================================== */

.sq-border-box {
    -moz-transition: padding .5s ease;
    -ms-transition: padding .5s ease;
    -o-transition: padding .5s ease;
    -webkit-transition: padding .5s ease;
    background-color: rgba(255, 255, 255, 0.2);
    border: solid 1px rgba(255, 255, 255, 0.5);
    padding: 40px;
    transition: padding .5s ease;
}

/* Overlay
================================================== */

.sq-overlay {
    background-color: #2a2a2a;
    bottom: 0;
    left: 0;
    opacity: 0.3;
    position: absolute;
    right: 0;
    top: 0;
}

/* Content Boes
================================================== */

#sq-content-box-container {
    padding: 12px 9px 0 9px
}

#sq-content-box-full-width-container {
    padding: 12px 6px 0 6px
}

    #sq-content-box-full-width-container .sq-content-box .sq-content-box-header {
        height: 260px
    }

.sq-content-box {
    float: left;
    overflow: hidden;
    padding: 0 6px 0 6px;
    position: relative;
    width: 25%;
}

    .sq-content-box .sq-content-box-content {
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        color: #fff;
        padding: 0 10%;
        position: absolute;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        z-index: 999;
    }

        .sq-content-box .sq-content-box-content h4 {
            color: #ffffff;
            display: inline-block;
            font-size: 15px;
            margin-bottom: 0;
        }

    .sq-content-box .sq-content-box-header {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 240px;
        position: relative;
    }

.sq-content-box:nth-of-type(4) {
    margin-right: 0
}

.sq-content-box-content .sq-border-box:hover {
    padding: 50px !important
}

/* Footer
================================================== */

#sq-footer-container #sq-footer {
    background-color: #231f20;
    clear: both;
    color: #ffffff;
    padding: 20px 15px 20px 15px;
    position: relative;
    text-align: center;
}

    #sq-footer-container #sq-footer #sq-footer-credit {
        color: #5e5e5e
    }

    #sq-footer-container #sq-footer .sq-social-links {
        -moz-transform: none;
        -webkit-transform: none;
        float: left;
        font-size: 14px;
        left: 0;
        position: relative;
        transform: none;
    }

    #sq-footer-container #sq-footer #sq-copyright {
        float: right;
        font-style: italic;
        line-height: 28px;
        margin-bottom: 0;
    }

    #sq-footer-container #sq-footer a {
        -moz-transition: color .5s ease;
        -ms-transition: color .5s ease;
        -o-transition: color .5s ease;
        -webkit-transition: color .5s ease;
        color: #ffffff;
        transition: color .5s ease;
    }

/* Social Icons
================================================== */

.sq-social-links {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: inline-block;
    left: 20px;
    list-style: none;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    transform: translateY(-50%);
    z-index: 999;
}

    .sq-social-links li {
        display: inline-block;
        font-size: 16px;
        padding: 0 5px;
    }

        .sq-social-links li a {
            -moz-transition: color .5s ease;
            -ms-transition: color .5s ease;
            -o-transition: color .5s ease;
            -webkit-transition: color .5s ease;
            color: #a3a2a2;
            transition: color .5s ease;
        }

        .sq-social-links li a:hover {
            color: #9bc6b2
        }

footer .sq-social-links li {
    margin-bottom: 0
}

/* Search Button
================================================== */

.sq-show-search {
    -moz-transform: translateY(-50%);
    -moz-transition: color .5s ease;
    -ms-transform: translateY(-50%);
    -ms-transition: color .5s ease;
    -o-transform: translateY(-50%);
    -o-transition: color .5s ease;
    -webkit-transform: translateY(-50%);
    -webkit-transition: color .5s ease;
    color: #a3a2a2;
    cursor: pointer;
    font-size: 16px;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%);
    transform: translateY(-50%);
    transition: color .5s ease;
    z-index: 999;
}

.sq-show-search:hover {
    color: #231f20
}

/* Mailchimp
================================================== */

.mc4wp-form {
    margin: 0 !important
}

    .mc4wp-form input[type="submit"] {
        background-color: #231f20;
        border: none;
        color: #ffffff;
        font-size: 12px;
    }

    .mc4wp-form label {
        color: #6b6b6b;
        display: none !important;
        font-size: 12px !important;
        font-style: italic;
        font-weight: 100 !important;
    }

    .mc4wp-form input {
        background-color: #ffffff;
        margin: 0;
        width: 100% !important;
    }

    .mc4wp-form p {
        margin-bottom: 10px
    }

    .mc4wp-form p:last-of-type {
        margin-bottom: 0
    }

.mc4wp-error {
    font-size: 12px;
    text-align: left !important;
}

/* Responsive
================================================== */

@media all and (max-width: 1120px) { 
	.sq-container {
	    max-width: 960px
	}

	.sq-content-box .sq-content-box-header {
	    height: 220px
	}
}

@media all and (max-width: 960px) { 
	#sq-show-mobile-nav {
	    display: block;
	    margin-top: 0;
	}

	#sq-site-nav {
	    display: none
	}

	.sq-slider .slides > li {
	    height: 400px
	}

	.sq-container {
	    max-width: 768px
	}

	.sq-content-area {
	    float: none !important
	}

	.column,
	.sq-content-area,
	.comments-area #commentform .comment-form-author,
	.comments-area #commentform .comment-form-email,
	.comments-area #commentform .comment-form-url,
	#sq-copyright,
	.sq-post-centered,
	.sq-page-centered,
	.sq-post-grid-tile {
	    float: none;
	    width: 100%;
	}

	.sq-related-post {
	    float: left;
	    width: 33.33%;
	}

	.sq-slider-content {
	    padding: 0 10% 0 10%
	}

	.sq-content-box {
	    margin-bottom: 12px;
	    width: 50%;
	}

	    .sq-content-box .sq-content-box-header {
	        height: 240px
	    }

	.sq-post-circle .sq-post-gallery {
	    display: inline-block;
	    max-width: 350px;
	}

	.sq-sidebar-widgets {
	    clear: both;
	    float: none !important;
	    margin-left: auto;
	    margin-right: auto;
	    margin-top: 80px;
	    width: 80%;
	}

	.pagination {
	    padding-top: 0
	}

	#sq-footer-instagram .sq-widget .instagram-pics li {
	    width: 25%
	}

	#sq-footer-container #sq-footer #sq-copyright {
	    margin-bottom: 10px
	}

	#sq-footer-container #sq-footer .sq-social-links {
	    float: none
	}
}

@media all and (max-width: 768px) { 
	.sq-container {
	    max-width: 524px
	}

	.column {
	    margin-bottom: 20px
	}

	#sq-header-container .sq-header {
	    padding-bottom: 0
	}

	.sq-show-search {
	    display: none
	}

	#sq-site-logo-container {
	    margin-bottom: 40px
	}

	#sq-site-description {
	    margin-bottom: 20px
	}

	.sq-social-links {
	    left: 0;
	    position: relative;
	    top: 0;
	}

	.sq-slider .slides > li {
	    height: 350px
	}

	.sq-slider-content p {
	    display: none
	}

	#sq-content-box-container {
	    width: 100%
	}

	.sq-page-container {
	    padding-bottom: 40px;
	    padding-top: 40px;
	}

	.sq-post .sq-post-footer {
	    padding-bottom: 20px
	}

	    .sq-post .sq-post-footer .sq-post-footer-meta {
	        text-align: center
	    }

	        .sq-post .sq-post-footer .sq-post-footer-meta .sq-post-read-more,
	        .sq-single-post .sq-post-footer .sq-post-author {
	            display: block !important;
	            float: none;
	            margin-bottom: 20px;
	        }

	        .sq-post .sq-post-footer .sq-post-footer-meta li:last-of-type {
	            padding-right: 5px
	        }

	.sq-sidebar-widgets {
	    width: 100%
	}

	#sq-author-card {
	    margin-top: 60px;
	    padding-bottom: 60px;
	}

	.sq-author-avatar,
	.sq-recent-comments-avatar {
	    text-align: center
	}

	.sq-related-posts {
	    margin-bottom: 40px
	}

	.sq-related-post {
	    float: none;
	    width: 100%;
	}

	    .sq-related-post .sq-post-header {
	        margin-bottom: 20px
	    }

	.comments-area .comment-reply {
	    float: none;
	    margin-left: 14%;
	}

	.gallery-item {
	    max-width: 50% !important
	}

	.nav-links {
	    margin-bottom: 0
	}

	#sq-footer article {
	    margin-bottom: 0
	}
}

@media all and (max-width: 524px) { 
	.sq-container {
	    width: 100%
	}

	#sq-content-box-container,
	#sq-content-box-full-width-container {
	    padding-top: 0
	}

	.sq-featured-slider {
	    display: none
	}

	.sq-content-box {
	    margin-bottom: 12px;
	    width: 100%;
	}

	#sq-author-card .sq-author-avatar {
	    margin-bottom: 40px
	}

	#sq-author-card .sq-author-bio {
	    padding-left: 0
	}

	#sq-author-card .sq-author-avatar,
	#sq-author-card .sq-author-bio {
	    float: none;
	    width: 100%;
	}
}
