/* 
 * Theme Name: Medley
 * Theme URI: http://www.sculptureqode.com/medley
 * Description: An Elegant Personal WordPress 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.7
 * License: GNU General Public License
 * License URI: license.txt
 * Text Domain: sq
 * /

/* Typography
================================================== */

body,
button,
input,
select,
textarea {
    color: #565656;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    word-break: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    color: #231f20;
    font-family: 'Arapey', serif;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 0;
}


h1 {
    font-size: 30px
}

h2 {
    font-size: 26px
}

h3 {
    font-size: 22px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px;
    line-height: 22px;
}

h6 {
    font-size: 16px
}

p {
    font-size: 13px;
    line-height: 24px;
    margin: 0;
    margin-bottom: 20px;
}

dfn,
cite,
em,
i {
    font-style: italic
}

blockquote {
    border-left: solid 4px #DFBA69;
    color: #231f20;
    font-family: 'Arapey', serif;
    font-size: 18px;
    font-style: italic;
    margin: 30px 0 30px 0;
    padding: 0 0 0 20px;
}

    blockquote cite span {
        background: #bababa;
        color: #fff;
        font-family: 'Arapey', 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: 18px
}

cite {
    color: #bababa;
    display: block;
    line-height: 40px;
}

address {
    line-height: 24px;
    margin: 0 0 20px;
}

pre {
    background-color: #f2f2f2;
    border-left: solid 4px #DFBA69;
    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: #DFBA69;
    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
}

    li > ul,
    li > ol,
    dt > dl {
        margin: 5px 0 5px 40px;
        margin-left: 30px;
    }

dd {
    margin: 0 20px 20px
}

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: 'Arapey', serif;
    font-size: 16px;
}

tfoot tr td {
    padding: 15px 0
}

/* Media
================================================== */

embed,
iframe,
object {
    max-width: 100%
}

/* Layout
================================================== */

.sq-container {
    margin: 0 auto;
    position: relative;
    width: 1080px;
}

.sq-page-container {
    overflow: hidden;
    padding: 0 0 50px 0;
}

.sq-content-area {
    float: left;
    margin-top: 20px;
    width: 710px;
}

.sq-content-area-full {
    width: 100%
}

.sq-main-content {
    padding: 40px 0 40px 0
}

.sq-sidebar-widgets {
    float: right;
    margin-right: 0;
    margin-top: 20px;
    width: 340px;
}

    .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 {
        background: #f2f2f2;
        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,
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: none;
    border: none;
    border-bottom: solid 2px #DFBA69;
    color: #231f20;
    display: inline-block;
    font-family: 'Arapey', serif;
    font-size: 16px;
    font-style: italic;
    line-height: normal;
    padding: 0 0 5px 0;
    transition: opacity .5s ease;
    word-break: normal;
}

.comment-reply-link:hover,
.sq-button:hover,
input[type="submit"]:hover {
    opacity: .8
}

input,
textarea {
    -moz-appearance: none;
    -moz-border-radius: 2px;
    -webkit-appearance: none;
    -webkit-border-radius: 2px;
    appearance: none;
    border: solid 1px #d3d3d3;
    border-radius: 2px;
    box-sizing: border-box;
    color: #616161;
    font-family: 'Arapey', serif;
    font-size: 14px;
    max-width: 100%;
    padding: 11px 10px;
    word-break: normal;
}

::-webkit-input-placeholder {
    font-family: 'Arapey', serif;
    font-size: 14px;
    font-style: italic;
}

::-moz-placeholder {
    font-family: 'Arapey', serif;
    font-size: 14px;
    font-style: italic;
}

::-moz-placeholder {
    font-family: 'Arapey', serif;
    font-size: 14px;
    font-style: italic;
}

::-ms-input-placeholder {
    font-family: 'Arapey', serif;
    font-size: 14px;
    font-style: italic;
}

textarea {
    color: #616161;
    font-family: 'Arapey', serif;
    font-size: 14px;
    padding: 10px 10px;
    width: 100%;
}

select {
    -moz-appearance: none;
    -moz-border-radius: 2px;
    -webkit-appearance: none;
    -webkit-border-radius: 2px;
    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: 2px;
    box-sizing: border-box;
    color: #616161;
    font-family: 'Arapey', serif;
    font-size: 14px;
    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 {
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        background: transparent;
        border: none;
        color: #6b6b6b;
        font-size: 12px;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }

    .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-form .sq-search-submit:hover {
        color: #6b6b6b !important
    }

.sq-search-page input[type="search"],
.sq-404-page input[type="search"] {
    width: 100%
}

/* Navigation
================================================== */

.sq-main-nav {
    clear: both;
    display: block;
    padding: 8px 0 8px 0;
    text-align: center;
}

    .sq-main-nav a {
        color: #4d4d4d;
        display: block;
        font-family: 'Open Sans', sans-serif;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 1px;
        text-decoration: none;
        text-transform: uppercase;
    }

    .sq-main-nav .current_page_item > a,
    .sq-main-nav .current-menu-parent > a,
    .sq-main-nav .current-menu-item > a,
    .sq-main-nav .current_page_ancestor > a {
        color: #DFBA69
    }

    .sq-main-nav li {
        display: inline-block;
        margin: 0 20px 0 20px;
        position: relative;
    }

    .sq-main-nav li:hover > a {
        color: #DFBA69
    }

    .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: 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: 18px 0 10px;
            position: absolute;
            top: 18px;
            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: 15px
            }

            .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 li {
                background-color: #231f20;
                margin-left: 0;
                margin-right: 0;
                padding: 6px 15px;
                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 ul {
                display: none;
                left: 100%;
                padding-top: 0;
                top: 0;
            }

            .sq-main-nav ul ul a {
                color: #dbdbdb;
                width: 200px;
            }


.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 {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    cursor: pointer;
    display: none;
    font-size: 18px;
    padding: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

#sq-mobile-nav {
    background-color: #231f20;
    display: none;
    margin-bottom: 0;
    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 ul {
        padding-left: 0;
        text-align: left;
    }

    #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 a {
        border-bottom: solid 1px #383838;
        color: #ffffff;
        display: block;
        padding: 8px 20px 8px 20px;
        width: 100%;
    }

/* Pagination
================================================== */

.pagination {
    clear: both
}

.nav-links {
    margin: 0;
    padding: 0;
    text-align: center;
}

    .nav-links .current {
        background: #DFBA69;
        color: #ffffff;
        font-family: 'Arapey', serif;
        font-size: 16px;
        font-style: italic;
        padding: 8px 14px;
    }

    .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.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 {
        background: #ffffff;
        color: #717171;
        font-family: 'Arapey', serif;
        font-size: 16px;
        line-height: 34px;
        padding: 8px 14px;
        text-decoration: none;
    }

/* 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 40px 0
}

    .sq-widget .sq-widget-title {
        font-size: 20px;
        font-style: italic;
        position: relative;
    }

    .sq-widget .instagram-pics {
        margin-bottom: 0
    }

        .sq-widget .instagram-pics li {
            -moz-transition: opacity .5s ease;
            -ms-transition: opacity .5s ease;
            -o-transition: opacity .5s ease;
            -webkit-transition: opacity .5s ease;
            display: inline-block;
            margin-bottom: 0;
            opacity: 0.9;
            padding: 3px;
            transition: opacity .5s ease;
            width: 33.33%;
        }

        .sq-widget .instagram-pics li:hover {
            opacity: 1
        }

        .sq-widget .instagram-pics li img {
            height: auto;
            width: 100%;
        }

    .sq-widget .tagcloud a {
        border: solid 1px #cacaca;
        color: #a3a2a2;
        display: inline-block;
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        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 {
        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 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 thead th {
        border: 1px solid none;
        padding: 7px;
    }

    .widget_calendar caption {
        font-size: 13px;
        letter-spacing: 1.5px;
        padding-bottom: 15px;
        text-transform: uppercase;
    }

/* Latest Post and Comments Widget
================================================== */

.sq-recent-comments {
    margin-bottom: 20px;
    overflow: hidden;
}

    .sq-recent-comments .sq-recent-comments-content {
        overflow: hidden
    }

        .sq-latest-post .sq-latest-post-content h4,
        .sq-recent-comments .sq-recent-comments-content h4 {
            font-size: 16px;
            font-weight: 400;
            line-height: 18px;
            margin-bottom: 10px;
        }

    .sq-recent-comments .sq-recent-comments-avatar {
        float: left;
        margin-right: 20px;
        width: 80px;
    }

        .sq-recent-comments .sq-recent-comments-avatar img {
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            -o-border-radius: 100%;
            -webkit-border-radius: 100%;
            border-radius: 100%;
        }

.sq-latest-post:last-of-type,
.sq-latest-post:last-of-type,
.sq-recent-comments:last-of-type {
    margin-bottom: 0
}

.sq-latest-post {
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}

    .sq-latest-post .sq-border-box-container {
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        left: 0;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 80%;
    }

    .sq-latest-post .post-date {
        color: #565656
    }

/* Connect Widget
================================================== */

.sq-connect-social-icons li {
    display: inline-block
}

    .sq-connect-social-icons li a {
        color: #DFBA69;
        font-size: 20px;
        padding: 0 4px 0 4px;
    }

    .sq-connect-social-icons li a:hover {
        color: #231f20
    }

/* Instagram Widget
================================================== */

#sq-footer-instagram {
    overflow: hidden
}

    #sq-footer-instagram .sq-widget {
        margin-bottom: 30px
    }

        #sq-footer-instagram .sq-widget .sq-instagram-widget-title {
            font-size: 20px;
            font-style: italic;
            text-align: center;
        }

        #sq-footer-instagram .sq-widget .instagram-pics {
            margin: 0 -3px
        }

            #sq-footer-instagram .sq-widget .instagram-pics li {
                display: inline-block;
                padding: 4px;
                width: 12.5%;
            }

/* Posts and pages
================================================== */

.sq-post {
    margin-bottom: 40px
}

    .sq-post .sq-post-meta ul {
        line-height: 15px;
        margin-bottom: 15px;
    }

        .sq-post .sq-post-meta ul li {
            color: #DFBA69;
            display: inline-block;
            font-family: 'Open Sans', sans-serif;
            font-size: 10px;
            font-weight: 400;
            letter-spacing: 1px;
            margin-bottom: 0;
            padding: 0 2px 0 2px;
            text-transform: uppercase;
        }

        .sq-post .sq-post-meta ul li:first-of-type {
            padding-left: 0
        }

    .sq-post .sq-post-header {
        margin-bottom: 20px;
        position: relative;
    }

        .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 {
        overflow: hidden;
        position: relative;
    }

        .sq-post .sq-post-footer .sq-post-footer-meta {
            font-family: 'Open Sans', sans-serif;
            font-size: 10px;
            font-weight: 400;
            letter-spacing: 1px;
            margin: 0 0 0 0;
            position: relative;
            text-align: right;
            text-transform: uppercase;
        }

            .sq-post .sq-post-footer .sq-post-footer-meta > li:first-of-type {
                float: left
            }

            .sq-post .sq-post-footer .sq-post-footer-meta li {
                display: inline-block;
                margin: 0;
            }

            .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: #231f20
            }

            .sq-post .sq-post-footer .sq-post-footer-meta li a:hover {
                color: #565656
            }

    .sq-post .sq-post-title {
        font-size: 22px;
        margin-bottom: 10px;
        margin-top: 0;
    }

    .sq-post img {
        margin-bottom: 20px
    }

.sq-post-title a {
    color: #231f20
}

.sq-post-read-more {
    border-bottom: solid 2px #DFBA69;
    display: inline-block;
    font-family: 'Arapey', serif;
    font-size: 16px;
    font-style: italic;
    line-height: 24px;
    padding-left: 0;
    text-transform: capitalize;
}

.byline,
.updated:not(.published) {
    display: none
}

.single .byline,
.group-blog .byline {
    display: inline
}

.post-date {
    color: #dfba69;
    display: block;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 12px;
    text-transform: uppercase;
}

/* List Post
================================================== */

.sq-post-list {
    margin-bottom: 40px;
    overflow: hidden;
}

    .sq-post-grid-tile .sq-post-title:after,
    .sq-post-list .sq-post-title:after {
        margin: 15px 0 0 0
    }

    .sq-post-list .sq-post-content {
        float: right;
        width: 480px;
    }

    .sq-post-list .sq-post-header {
        float: left;
        margin-right: 30px;
        width: 200px;
    }

        .sq-post-list .sq-post-header .sq-list-thumbnail {
            text-align: center
        }

    .sq-post-list .sq-post-footer,
    .sq-post-list .sq-post .sq-post-footer ul {
        text-align: left
    }

        .sq-post-list .sq-post-footer .sq-button {
            margin-right: 20px
        }

/* Grid Post
================================================== */

.sq-post-grid {
    list-style: none
}

    .sq-post-grid > li {
        float: left;
        margin: 0 30px 0 0;
        text-align: left;
        vertical-align: top;
        width: 340px;
    }

    .sq-post-grid > li:nth-of-type(2n+2) {
        margin-right: 0
    }

.sq-post-grid-tile .sq-post-footer {
    text-align: left
}

/* Archive Title
================================================== */

.sq-archive-title {
    background: #f2f2f2;
    margin: 0 0 30px 0;
    padding: 20px;
}

    .sq-archive-title h2 {
        font-size: 26px;
        font-style: italic;
        line-height: 18px;
        margin-bottom: 0;
    }

/* No sidebar
================================================== */

.sq-no-sidebar {
    margin: 50px auto 0 auto;
    width: 960px;
}

    .sq-no-sidebar .sq-post-list .sq-post-content {
        width: 680px
    }

    .sq-no-sidebar .sq-post-list .sq-post-header {
        width: 250px
    }

    .sq-no-sidebar .sq-post-grid > li {
        width: 465px
    }

.sq-inner-no-sidebar {
    margin-top: 20px
}

/* 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: 30px;
    margin-top: 30px;
    overflow: hidden;
    padding-bottom: 30px;
}

    #sq-author-card .sq-author-avatar {
        float: left;
        margin-right: 30px;
        width: 150px;
    }

    #sq-author-card .sq-author-bio {
        float: right;
        width: 530px;
    }

        #sq-author-card .sq-author-bio a {
            color: #231f20
        }

    #sq-author-card img {
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        margin-bottom: 0;
    }

    #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: 20px auto 0 auto;
    width: 70%;
}

/* Full Page
================================================== */

.sq-page-full {
    margin-top: 20px
}

/* Single Posts
================================================== */

.sq-single-post #sq-post-tags a {
    color: #DFBA69;
    display: inline-block;
    font-size: 10px;
    margin-right: 4px;
    text-transform: uppercase;
}

.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: #DFBA69
        }

        .sq-single-post .sq-post-footer ul li {
            margin-bottom: 0
        }

/* Related Posts
================================================== */

.sq-related-posts {
    border-bottom: solid 1px #d9d9d9;
    margin-bottom: 30px;
    margin-bottom: 50px;
    overflow: hidden;
    padding-bottom: 50px;
}

.sq-related-post {
    float: left;
    margin-right: 30px;
    width: 216px;
}

    .sq-related-post .sq-video-container {
        height: 177px
    }

    .sq-related-post h5.sq-post-title {
        font-size: 18px;
        font-weight: 400;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .sq-related-post .sq-post-footer {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 20px;
    }

    .sq-related-post .sq-post-header {
        margin-bottom: 10px
    }

.sq-related-post:nth-of-type(3) {
    margin-right: 0
}

.sq-related-post .post-date {
    font-family: 'Open Sans', sans-serif;
    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 5px 0 5px;
    }

/* 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;
    overflow: hidden;
    padding-bottom: 20px;
}

.comments-area .comment-avatar {
    float: left;
    margin-right: 4%;
    width: 10%;
}

    .comments-area .comment-avatar img {
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
    }

.comments-area .comment-content {
    float: left;
    width: 71%;
}

    .comments-area .comment-content .comment-date {
        color: #6f6f6f;
        display: block;
        font-family: 'Open Sans', 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 .comment-author {
    color: #231f20;
    font-family: 'Arapey', serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-bottom: 10px;
}

.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 {
    text-align: right
}

.comments-area #reply-title {
    position: relative
}

.bypostauthor {
    display: block
}

.comment-awaiting-moderation {
    background: #f2f2f2;
    list-style: none;
    padding: 5px;
}

/* Header
================================================== */

#sq-header-container {
    position: relative;
    width: 100%;
    z-index: 1000;
}

    #sq-header-container .sq-header-front {
        border-bottom: none !important;
        margin-bottom: 0 !important;
    }

    #sq-header-container .sq-header {
        background: none!important;
        border-bottom: solid 1px #d9d9d9;
        border-top: solid 1px #d9d9d9;
        margin-bottom: 30px;
        padding-bottom: 60px;
        padding-top: 60px;
        position: relative;
        text-align: center;
    }

        #sq-header-container .sq-header #sq-site-logo-container {
            display: inline-block
        }

            #sq-header-container .sq-header #sq-site-logo-container img {
                vertical-align: top
            }

        #sq-header-container .sq-header #sq-site-description {
            color: #DFBA69;
            font-size: 14px;
            margin-bottom: 0;
            text-transform: uppercase;
        }

        #sq-header-container .sq-header .sq-search-form {
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            display: none;
            position: absolute;
            right: 40px;
            top: 50%;
            transform: translateY(-50%);
            width: 200px;
        }

        #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;
        }

#form-allowed-tags,
#form-allowed-tags code {
    font-size: 12px
}

/* Border box
================================================== */

.sq-border-box-container {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 8px;
}

.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.9);
    padding: 40px 20px 40px 20px;
    transition: padding .5s ease;
}

/* Overlay
================================================== */

.sq-overlay {
    background-color: #ffffff;
    bottom: 0;
    left: 0;
    opacity: 0.05;
    position: absolute;
    right: 0;
    top: 0;
}

/* Content Boxes
================================================== */

#sq-content-box-container {
    margin-bottom: 30px;
    overflow: hidden;
}

    #sq-content-box-container  .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;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        right: 0;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        width: 80%;
        z-index: 999;
    }

        #sq-content-box-container  .sq-content-box .sq-content-box-content h3 {
            display: inline-block;
            font-size: 18px;
            margin-bottom: 0;
        }

    #sq-content-box-container  .sq-content-box:nth-of-type(3) {
        margin-right: 0
    }

    #sq-content-box-container .sq-content-box {
        float: left;
        margin-right: 30px;
        overflow: hidden;
        position: relative;
        width: 340px;
    }

        #sq-content-box-container .sq-content-box .sq-content-box-header {
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            height: 220px;
            position: relative;
        }

/* Footer
================================================== */

#sq-footer-container {
    overflow: hidden
}

    #sq-footer-container #sq-footer {
        border-top: solid 1px #d9d9d9;
        clear: both;
        color: #a3a2a2;
        overflow: hidden;
        padding: 15px 0 15px 0;
        position: relative;
        text-align: center;
    }

        #sq-footer-container #sq-footer #sq-footer-credit {
            color: #a3a2a2
        }

        #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-size: 12px;
            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: #a3a2a2;
            font-size: 12px;
            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: 0;
    list-style: none;
    margin-bottom: 0;
    position: absolute;
    top: 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: #231f20
        }

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;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: color .5s ease;
    z-index: 999;
}

.sq-show-search:hover {
    color: #231f20
}

/* Mailchimp
================================================== */

.mc4wp-form {
    margin: 0 !important;
    position: relative;
}

    .mc4wp-form input[type="submit"] {
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        background-color: none;
        background-image: url(images/subscribe-icon.png);
        background-position: center center;
        background-repeat: no-repeat;
        border: none;
        border-bottom: none;
        border-left: solid 1px #d3d3d3;
        padding: 6px 24px 5px 18px;
        position: absolute;
        right: 0;
        text-indent: -999px;
        top: 50%;
        transform: translateY(-50%);
    }

    .mc4wp-form label {
        color: #6b6b6b;
        display: none !important;
        font-size: 12px;
        font-style: italic;
        font-weight: 100 !important;
    }

    .mc4wp-form input {
        margin: 0
    }

    .mc4wp-form form {
        position: relative
    }

    .mc4wp-form p {
        margin-bottom: 0
    }

@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) { 
	.mc4wp-form input[type="submit"] {
	    background-image: url(images/subscribe-icon@2x.png);
	    background-size: 22px 20px;
	}
}

.mc4wp-error {
    font-size: 12px;
    text-align: left !important;
}

/* Responsive
================================================== */

@media all and (max-width: 1120px) { 
	.sq-container {
	    width: 960px
	}

	#sq-content-box-container .sq-content-box {
	    width: 300px
	}

	.sq-content-area {
	    width: 630px
	}

	.sq-sidebar-widgets {
	    width: 300px
	}

	.sq-post-grid > li {
	    width: 300px
	}

	#sq-author-card .sq-author-avatar {
	    width: 120px
	}

	#sq-author-card .sq-author-bio {
	    width: 480px
	}

	.sq-related-post {
	    width: 190px
	}

	.sq-recent-comments .sq-recent-comments-avatar {
	    margin-right: 20px;
	    width: 60px;
	}

	.sq-recent-comments .sq-recent-comments-content {
	    width: 220px
	}

	.sq-post-list .sq-post-header {
	    width: 160px
	}

	.sq-post-list .sq-post-content {
	    width: 440px
	}

	.sq-no-sidebar .sq-post-grid > li {
	    width: 465px
	}

	.sq-slider .slides > li {
	    height: 488px
	}
}

@media all and (max-width: 960px) { 
	#sq-show-mobile-nav {
	    display: block;
	    margin-top: 0;
	}

	#sq-site-nav {
	    display: none
	}

	#sq-header-container .sq-header {
	    border-top: none
	}

	.sq-container {
	    width: 768px
	}

	.sq-content-area {
	    width: 502px
	}

	#sq-content-box-container .sq-content-box {
	    width: 236px
	}

	    #sq-content-box-container .sq-content-box .sq-content-box-header {
	        height: 180px
	    }

	.sq-post-grid > li {
	    width: 369px
	}

	.sq-content-area {
	    float: none;
	    width: 100%;
	}

	.sq-sidebar-widgets {
	    clear: both;
	    float: none !important;
	    margin: 0 auto 0 auto;
	    padding-top: 50px;
	    width: 60%;
	}

	#sq-footer-instagram .sq-widget .instagram-pics li {
	    width: 25%
	}

	.sq-related-post {
	    width: 236px
	}

	#sq-author-card .sq-author-avatar {
	    float: none;
	    margin-bottom: 30px;
	    text-align: center;
	    width: 100%;
	}

	#sq-author-card .sq-author-bio {
	    float: none;
	    width: 100%;
	}

	.sq-recent-comments .sq-recent-comments-avatar {
	    float: none;
	    margin-bottom: 30px;
	    margin-right: 30px;
	    text-align: center;
	    width: 100%;
	}

	.sq-recent-comments .sq-recent-comments-content {
	    float: none;
	    width: 100%;
	}

	.sq-post-list .sq-post-header {
	    width: 200px
	}

	.sq-post-list .sq-post-content {
	    width: 538px
	}

	.sq-no-sidebar {
	    width: 768px
	}

	    .sq-no-sidebar .sq-post-list .sq-post-content {
	        width: 530px
	    }

	    .sq-no-sidebar .sq-post-list .sq-post-header {
	        width: 200px
	    }

	    .sq-no-sidebar .sq-post-grid > li {
	        width: 369px
	    }

	.sq-slider .slides > li {
	    height: 390px
	}
}

@media all and (max-width: 768px) { 
	#sq-content-box-container {
	    border-bottom: solid 1px #d9d9d9;
	    margin-bottom: 50px;
	    padding-bottom: 20px;
	}

	    #sq-content-box-container .sq-content-box,
	    .sq-related-post {
	        float: none;
	        margin-bottom: 30px;
	        width: 100%;
	    }

	        #sq-content-box-container .sq-content-box .sq-content-box-header {
	            height: 240px
	        }

	.sq-content-area {
	    margin-top: 0
	}

	.sq-container {
	    width: 524px
	}

	.sq-slider-content {
	    width: 60%
	}

	    .sq-slider-content .sq-border-box {
	        padding: 20px
	    }

	.gallery-item {
	    max-width: 50% !important
	}

	.sq-post-centered,
	.sq-page-centered {
	    width: 100%
	}

	.sq-no-sidebar {
	    width: 524px
	}

	    .sq-content-area,
	    .sq-post-grid > li,
	    .sq-no-sidebar .sq-post-grid > li,
	    .sq-sidebar-widgets,
	    .sq-post-list .sq-post-content,
	    .sq-post-list .sq-post-header,
	    .sq-no-sidebar .sq-post-list .sq-post-header {
	        float: none;
	        width: 100%;
	    }

	.sq-slider .slides > li {
	    height: 266px
	}
}

@media all and (max-width: 524px) { 
	#sq-header-container .sq-header {
	    padding-bottom: 20px;
	    padding-top: 30px;
	}

	    #sq-header-container .sq-header #sq-site-logo-container {
	        display: block;
	        margin-bottom: 20px;
	    }

	#sq-show-mobile-nav {
	    margin-top: 20px;
	    padding: 0;
	}

	.sq-social-links {
	    -moz-transform: translateY();
	    -ms-transform: translateY();
	    -o-transform: translateY();
	    -webkit-transform: translateY();
	    left: 0;
	    position: relative;
	    top: 0;
	    transform: translateY();
	}

	#sq-show-mobile-nav {
	    position: relative;
	    right: 0;
	}

	.sq-show-search {
	    display: none
	}

	.sq-container {
	    width: 80%
	}

	.sq-content-area {
	    margin-top: 0
	}

	.sq-slider-content ul,
	.sq-slider-content .sq-post-read-more {
	    display: none !important
	}

	.comments-area #commentform .comment-form-author,
	.comments-area #commentform .comment-form-email,
	.comments-area #commentform .comment-form-url {
	    float: none;
	    width: 100%;
	}

	.sq-no-sidebar {
	    width: 100%
	}

	#sq-footer-container #sq-footer {
	    text-align: center
	}

	    #sq-footer-container #sq-footer .sq-social-links {
	        float: none
	    }

	    #sq-footer-container #sq-footer #sq-copyright {
	        float: none;
	        margin-bottom: 10px;
	    }

	.sq-slider .slides > li {
	    height: 250px
	}
}
