/*
Theme Name: Bedgebury
Theme URI: http://www.sculptureqode.com/bedgebury
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.1.8
License: GNU General Public License
License URI: license.txt
Text Domain: sq
*/

/* Elements
*********************************************/

body {
    background: #f5f5f5;
    font-size: 14px;
}

#tinymce {
    background: #ffffff
}

blockquote, q {
    quotes: "" "";
    font-style: italic;
}

hr {
    background-color: #e2e2e2;
    border: 0;
    height: 1px;
    margin: 40px 0;
}

a {
    text-decoration: none;
    transition: color .5s ease;
    -moz-transition: color .5s ease;
    -webkit-transition: color .5s ease;
}

ul, ol, dl {
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 22px;
}

ul {
    list-style: disc;
    list-style-position: inside;
}

ol {
    list-style: decimal;
    list-style-position: inside;
}

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

dt {
    font-weight: 700
}

dd {
    margin: 0 20px 20px
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

figure {
    margin: 0
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

    table tbody tr:nth-of-type(odd) {
        background-color: #f6f6f6
    }

td, th {
    padding: 10px 10px;
    text-align: left;
}

th {
    font-family: 'Lato', san-serif;
    font-size: 16px;
}

tfoot tr td {
    padding: 15px 0
}

/* Typography
*********************************************/

body {
    color: #888888;
    font-family: 'Helvetica', sans-serif;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', san-serif;
    font-weight: 500;
    margin: 0;
    margin-bottom: 20px;
    color: #4C4C4E;
}

h1 {
    font-size: 30px
}

h2 {
    font-size: 26px
}

h3 {
    font-size: 22px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 14px
}

p {
    margin: 0;
    margin-bottom: 20px;
    line-height: 22px;
}

a {
    color: #6bb3a5
}

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

blockquote {
    font-family: 'Lato', san-serif;
    margin: 30px 0 30px 0;
    font-size: 18px;
    font-style: italic;
    padding: 0 0 0 20px;
    border-left: solid 4px #6bb3a5;
}

    blockquote p {
        font-size: 16px
    }

blockquote:before, blockquote:after, q:before, q:after {
    content: ""
}

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

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

pre {
    background-color: #f2f2f2;
    font-family: "Courier 10 Pitch",Courier,monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 100%;
    overflow: auto;
    padding: 20px;
    border-left: solid 4px #6bb3a5;
}

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-color: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%
}

/* Media
*********************************************/

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

/* Galleries
*********************************************/

.gallery {
    margin-bottom: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding: 5px;
}

    .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
}

/* 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-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

/* Screen Reader Text
*********************************************/

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* 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 {
        margin: 0;
        padding: 10px;
        font-size: 12px;
        text-align: left;
        font-style: italic;
        background: #f2f2f2;
    }

/* Layout
*********************************************/

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

#sq-featured-content-container {
    margin-bottom: 40px
}

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

.sq-content {
    width: 730px;
    float: left;
}

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

.sq-sidebar {
    width: 320px;
    float: right;
    margin-right: 0;
}

.sq-boxed {
    background: #ffffff;
    padding: 30px;
}

/* Overlay
*********************************************/

.sq-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: 0.3;
}

/* Forms
*********************************************/

input[type="submit"] {
    font-family: 'Helvetica', sans-serif;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    line-height: normal;
    color: #ffffff;
    background-color: #6bb3a5;
    border: solid 1px #6bb3a5;
    display: inline-block;
    transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    -webkit-appearance: none;
    padding: 10px 20px 10px 20px;
    border-radius: 2px;
}

input[type="submit"]:hover {
    color: #ffffff;
    opacity: .8;
}

input {
    padding: 10px 10px 10px 10px;
    background: #ffffff;
    border: solid 1px #e6e6e6;
    font-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 2px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

textarea {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    font-family: 'Helvetica', sans-serif;
    font-size: 12px;
    width: 100%;
    padding: 10px;
    background: #ffffff;
    border: solid 1px #e6e6e6;
    border-radius: 2px;
}

select {
    color: #616161;
    padding: 11px 10px;
    background-color: #ffffff;
    border: solid 1px #d3d3d3;
    width: 100%;
    font-family: 'Helvetica', sans-serif;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    font-size: 12px;
    border-radius: 2px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('https://www.ladderlife.com/blog/wp-content/themes/bedgebury/images/select-arrow.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-position-x: 96%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) { 
	select {
	    background-image: url('https://www.ladderlife.com/blog/wp-content/themes/bedgebury/images/select-arrow@2x.png');
	    background-size: 12px 8px;
	}
}

/* Placeholders */

::-webkit-input-placeholder {
    font-family: 'Helvetica', sans-serif;
    font-size: 12px;
}

::-moz-placeholder {
    font-family: 'Helvetica', sans-serif;
    font-size: 12px;
}

::-moz-placeholder {
    font-family: 'Helvetica', sans-serif;
    font-size: 12px;
}

::-ms-input-placeholder {
    font-family: 'Helvetica', sans-serif;
    font-size: 12px;
}

/* Search Form */

.sq-search-form {
    position: relative
}

    .sq-search-form input[type="search"] {
        padding-right: 40px;
        width: 100%;
    }

/* Header
*********************************************/

#sq-header {
    position: relative;
    padding-top: 50px;
    width: 100%;
}

    #sq-header #sq-site-logo {
        position: relative;
        background: none !important;
        padding-top: 40px;
        padding-bottom: 40px;
        text-align: center;
    }

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

/* Navigation
*********************************************/

#sq-sticky-bar {
    position: fixed;
    left: 0;
    z-index: 999;
    height: 50px;
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .05);
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 3px rgba(0, 0, 0, .05);
}

    #sq-sticky-bar #sq-main-nav a {
        display: block;
        text-decoration: none;
        font-family: 'Helvetica', sans-serif;
        text-transform: uppercase;
        font-size: 12px;
        color: #2c2c2c;
        line-height: 50px;
    }

    #sq-sticky-bar #sq-main-nav ul > li.menu-item-has-children, #sq-sticky-bar #sq-main-nav ul > li.page_item_has_children {
        padding-right: 20px
    }

    #sq-sticky-bar #sq-main-nav .current_page_item > a, #sq-sticky-bar #sq-main-nav .current-menu-parent > a, #sq-sticky-bar #sq-main-nav .current-menu-item > a, #sq-sticky-bar #sq-main-nav .current_page_ancestor > a {
        color: #6bb3a5
    }

    #sq-sticky-bar #sq-main-nav ul ul .current_page_item > a, #sq-sticky-bar #sq-main-nav ul ul .current-menu-parent > a, #sq-sticky-bar #sq-main-nav ul ul .current-menu-item > a, #sq-sticky-bar #sq-main-nav ul ul .current_page_ancestor > a {
        color: #ffffff
    }

    #sq-sticky-bar #sq-main-nav li {
        display: inline-block;
        position: relative;
        margin: 0 30px 0 0;
    }

    #sq-sticky-bar #sq-main-nav li:hover > a {
        color: #6bb3a5
    }

    #sq-sticky-bar #sq-main-nav ul ul li:hover > a {
        color: #ffffff
    }

    #sq-sticky-bar #sq-main-nav ul {
        list-style: none;
        margin: 0;
        padding-left: 0;
    }

        #sq-sticky-bar #sq-main-nav ul li.menu-item-has-children:before, #sq-sticky-bar #sq-main-nav ul li.page_item_has_children:before {
            position: absolute;
            top: 47%;
            right: 0;
            content: "\f107";
            font-size: 16px;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: 16px;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        #sq-sticky-bar #sq-main-nav ul ul {
            -moz-transition: opacity 400ms ease;
            -ms-transition: opacity 400ms ease;
            -webkit-transition: opacity 400ms ease;
            position: absolute;
            top: 30px;
            z-index: 99999;
            padding: 20px 0 10px;
            opacity: 0;
            pointer-events: none;
            transition: opacity 400ms ease;
        }

        #sq-sticky-bar #sq-main-nav ul ul.sq-animated {
            opacity: 1;
            pointer-events: all;
        }

        #sq-sticky-bar #sq-main-nav ul ul > li.menu-item-has-children:before, #sq-sticky-bar #sq-main-nav ul ul > li.page_item_has_children:before {
            position: absolute;
            top: 46%;
            right: 20px;
            content: "\f105";
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            font: normal normal normal 14px/1 FontAwesome;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 16px;
            color: #ffffff;
        }

        #sq-sticky-bar #sq-main-nav ul ul > li.menu-item-has-children, #sq-sticky-bar #sq-main-nav ul ul > li.page_item_has_children {
            padding-right: 15px
        }

        #sq-sticky-bar #sq-main-nav ul ul ul {
            display: none;
            left: 100%;
            padding-top: 0;
            top: 0;
        }

        #sq-sticky-bar #sq-main-nav ul ul li {
            margin-left: 0;
            margin-right: 0;
            background-color: #231f20;
            padding: 6px 15px;
            text-align: left;
        }

        #sq-sticky-bar #sq-main-nav ul ul li:last-of-type {
            border-bottom: none
        }

        #sq-sticky-bar #sq-main-nav ul ul li:hover > ul {
            display: block
        }

        #sq-sticky-bar #sq-main-nav ul ul a {
            width: 200px;
            color: #dbdbdb;
            line-height: 30px;
        }

/* Toggle Search
*********************************************/

    #sq-sticky-bar #sq-toggle-search {
        position: absolute;
        top: 0;
        right: 0;
        line-height: 50px;
        text-align: right;
        cursor: pointer;
    }

    #sq-sticky-bar .sq-search-form {
        -webkit-transition: opacity 0.5s ease;
        -moz-transition: opacity 0.5s ease;
        -ms-transition: opacity 0.5s ease;
        position: absolute;
        top: 0;
        right: 30px;
        width: 260px;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.5s ease;
    }

    #sq-sticky-bar .sq-search-form.sq-animated {
        opacity: 1;
        pointer-events: all;
    }

    #sq-sticky-bar .sq-search-form input[type="search"] {
        padding: 0;
        line-height: 50px;
        outline: none;
        border: none;
    }

    #sq-sticky-bar .sq-search-form .sq-search-submit {
        line-height: 50px;
        width: 50px;
    }

/* Mobile Navigation
*********************************************/

#sq-toggle-mobile-nav {
    line-height: 50px;
    cursor: pointer;
    font-size: 18px;
    display: none;
}

#sq-mobile-nav {
    background-color: #231f20;
    width: 100%;
    display: none;
    margin-bottom: 0;
}

    #sq-mobile-nav a {
        display: block;
        width: 100%;
        padding: 8px 20px 8px 20px;
        border-bottom: solid 1px #383838;
        color: #ffffff;
    }

    #sq-mobile-nav ul {
        padding-left: 0;
        text-align: left;
    }

    #sq-mobile-nav li {
        margin-bottom: 0
    }

    #sq-mobile-nav .sq-sub-menu {
        float: right;
        width: 42px;
        height: 40px;
        font-size: 16px;
        text-align: center;
        line-height: 40px;
    }

    #sq-mobile-nav div ul {
        width: 100%;
        margin-bottom: 0;
        list-style: none;
    }

    #sq-mobile-nav li ul {
        display: none;
        margin: 0;
    }

        #sq-mobile-nav li ul li a {
            padding-left: 40px
        }

/* Comment & Post Navigation
*********************************************/

/* Pagination
*********************************************/

.sq-post-pagination {
    margin: 30px 0 0 0;
    overflow: hidden;
    width: 100%;
    float: left;
    clear: both;
}

    .sq-post-pagination a {
        color: #231f20;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 13px;
    }

    .sq-post-pagination .sq-older {
        float: right
    }

    .sq-post-pagination .sq-newer {
        float: left
    }

.sq-single-post-pagination {
    margin: 0 0 30px 0;
    overflow: hidden;
}

.sq-single-post-pagination {
    margin: 0;
    margin-bottom: 30px;
    overflow: hidden;
}

    .sq-single-post-pagination a {
        color: #515151
    }

    .sq-single-post-pagination #sq-previous-post {
        float: left;
        width: 50%;
    }

    .sq-single-post-pagination #sq-next-post {
        float: right;
        width: 50%;
        text-align: right;
    }

.sq-link-pages {
    background: #f7f7f7;
    padding: 10px 20px;
}

/* Social Icons
*********************************************/

.sq-social-links {
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    position: absolute;
    top: 0;
    right: 50px;
    margin-bottom: 0;
    opacity: 1;
    transition: opacity 0.5s ease;
    pointer-events: all;
}

.sq-social-links.sq-animated {
    opacity: 0;
    pointer-events: none;
}

.sq-social-links li {
    display: inline-block;
    font-size: 13px;
}

    .sq-social-links li a {
        line-height: 50px;
        padding: 4px;
        color: #a3a2a2;
        -webkit-transition: color .5s ease;
        -moz-transition: color .5s ease;
        -ms-transition: color .5s ease;
        transition: color .5s ease;
    }

/* Posts
*********************************************/

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

    .sq-post .sq-post-title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 15px;
    }

        .sq-post .sq-post-title a {
            color: #4C4C4E
        }

    .sq-post .sq-post-header {
        position: relative;
        height: auto;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #ffffff;
    }

        .sq-post .sq-post-header .sq-post-gallery li {
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
        }

.sq-post.has-post-thumbnail .sq-post-categories {
    position: relative;
    z-index: 99;
}

.sq-related-post.has-post-thumbnail .sq-post-categories {
    margin-top: -14px
}

.sq-post .sq-post-content {
    position: relative
}

/* Post Meta */

.sq-post-meta {
    margin-bottom: 10px
}

    .sq-post-meta a {
        color: #959595
    }

    .sq-post-meta li {
        font-family: 'Helvetica', sans-serif;
        display: inline-block;
        text-transform: uppercase;
        font-size: 11px;
        color: #959595;
        margin-right: 8px;
    }

    .sq-post-meta li:last-of-type {
        margin-right: 0
    }

.post-date {
    color: #959595;
    font-size: 11px;
}

.sq-post-categories a {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 5px;
    padding: 0 8px 0 8px;
    color: #ffffff;
    background-color: #6bb3a5;
    display: inline-block;
    border-radius: 2px;
}

/* Post Footer */

.sq-post .sq-post-footer .sq-post-meta {
    margin-bottom: 0
}

.sq-post .sq-post-footer .sq-post-sharing-buttons {
    margin: 20px 0 0 0
}

    .sq-post .sq-post-footer .sq-post-sharing-buttons li {
        display: inline-block
    }

        .sq-post .sq-post-footer .sq-post-sharing-buttons li i {
            font-size: 14px
        }

    .sq-post .sq-post-footer .sq-post-sharing-buttons a {
        padding: 0 8px 0 8px;
        font-size: 10px;
        font-weight: 500;
        text-transform: uppercase;
        color: #959595;
    }

        .sq-post .sq-post-footer .sq-post-sharing-buttons a span {
            font-size: 12px;
            margin-left: 6px;
        }

.sq-post .sq-read-more {
    color: #231f20;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
}

    .sq-post .sq-read-more i {
        margin-right: 6px;
        color: #6bb3a5;
    }

/* Regular Post */

.sq-post-regular .sq-post-meta {
    padding-bottom: 10px;
    border-bottom: solid 1px #efefef;
    margin-bottom: 20px;
}

/* Grid Post */

.sq-post-grid {
    list-style: none;
    line-height: normal;
    margin-bottom: 0;
    overflow: hidden;
}

    .sq-post-grid > li {
        display: inline-block;
        vertical-align: top;
        width: 346px;
        margin: 0 30px 0 0;
    }

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

    .sq-post-grid > li .sq-post {
        margin-right: -4px
    }

        .sq-post-grid > li .sq-post .sq-post-title {
            font-size: 18px
        }

        .sq-post-grid > li .sq-post .sq-post-categories {
            margin-bottom: 5px
        }

    .sq-post-grid > li .sq-post.has-post-thumbnail .sq-post-categories {
        margin-top: -44px
    }

/* List Post */

.sq-post-list {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

    .sq-post-list .sq-post-header {
        float: left;
        width: 250px;
        height: 100%;
        position: absolute;
    }

        .sq-post-list .sq-post-header .sq-post-gallery, .sq-post-list .sq-post-header .sq-post-gallery ul, .sq-post-list .sq-post-header .sq-post-gallery li {
            height: 100%
        }

    .sq-post-list .sq-post-content {
        float: right;
        width: 480px;
        padding-left: 30px;
        box-sizing: border-box;
    }

    .sq-post-list .sq-post-content.sq-no-thumbnail {
        width: 100%
    }

    .sq-post-list .sq-post-content .sq-post-meta {
        padding-bottom: 10px;
        border-bottom: solid 1px #efefef;
    }

/* Promo Post */

#sq-promo-post-container {
    box-sizing: border-box;
    padding: 30px 15px 30px 15px;
}

.sq-post-promo {
    padding: 0 15px 0 15px;
    margin-bottom: 0;
    box-shadow: none;
}

    .sq-post-promo .sq-post-categories {
        margin-bottom: 5px
    }

.sq-post-promo.sq-post.has-post-thumbnail .sq-post-categories {
    margin-top: -14px
}

.sq-post-promo .sq-post-header .sq-post-gallery, .sq-post-promo .sq-post-header .sq-post-gallery ul, .sq-post-promo .sq-post-header .sq-post-gallery li {
    height: 100%
}

.sq-post-promo .sq-post-title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

/* Open Media */

.sq-open-media {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border-radius: 100%;
    border: solid 1px rgba(255, 255, 255, 0.6);
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.4);
    line-height: 40px;
    width: 40px;
    transition: background-color .5s ease;
    -webkit-transition: background-color .5s ease;
    -moz-transition: background-color .5s ease;
    -ms-transition: background-color .5s ease;
}

.sq-open-media:hover {
    background-color: rgba(255, 255, 255, 0.3)
}

/* Sticky Posts */

.sticky {
    display: block;
    position: relative;
}

/* Single Posts */

.sq-single-post .sq-post-header {
    height: auto
}

.sq-single-post .sq-post-meta {
    padding-bottom: 10px;
    border-bottom: solid 1px #efefef;
    margin-bottom: 26px;
}

.sq-single-post .sq-post-footer {
    border-top: solid 1px #efefef;
    padding-top: 26px;
    text-align: center;
    margin-top: 30px;
}

.sq-single-post #sq-post-tags {
    margin-bottom: 10px
}

    .sq-single-post #sq-post-tags a {
        border: solid 1px rgba(228, 228, 228, 1);
        font-weight: 500;
        line-height: 26px;
        color: #959595;
        display: inline-block;
        font-size: 11px;
        margin-right: 4px;
        text-transform: uppercase;
        padding: 0 10px 0 10px;
        border-radius: 2px;
    }

    .sq-single-post #sq-post-tags a:hover {
        color: #959595
    }

/* Related Posts */

.sq-related-posts {
    overflow: hidden;
    padding: 20px 15px;
    margin-bottom: 30px;
    margin-bottom: 30px;
}

    .sq-related-posts h4 {
        padding: 0 10px 0 10px
    }

.sq-related-post {
    margin-bottom: 0;
    box-shadow: none;
    padding: 0 15px 0 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

    .sq-related-post .sq-post-title {
        margin-bottom: 0;
        line-height: 20px;
        font-size: 14px;
    }

    .sq-related-post .sq-post-categories {
        margin-bottom: 5px
    }

    .sq-related-post .sq-post-footer {
        margin-bottom: 0
    }

/* Author Card
*******************************************/

#sq-author-card {
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}

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

    #sq-author-card .sq-author-bio {
        overflow: hidden
    }

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

        #sq-author-card .sq-author-bio p {
            margin-bottom: 0
        }

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

/* No Sidebar
*******************************************/

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

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

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

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

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

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

.sq-archive-title {
    padding: 15px 20px;
    margin-bottom: 30px;
}

    .sq-archive-title h2 {
        font-size: 20px;
        margin-bottom: 0;
    }

/* Centered Page
*******************************************/

.sq-page-centered {
    margin: 0 auto;
    width: 80%;
}

/* Comments
*********************************************/

.sq-comments {
    margin-bottom: 30px
}

    .sq-comments ol {
        list-style: none;
        margin-bottom: 0;
    }

        .sq-comments ol ol {
            margin-left: 40px
        }

        .sq-comments ol li {
            margin-top: 20px;
            padding-top: 20px;
            border-top: solid 1px rgba(228, 228, 228, 1);
            overflow: hidden;
        }

        .sq-comments ol .comment-respond {
            padding: 30px 0 10px 0
        }

            .sq-comments ol .comment-respond .comment-reply-title {
                font-size: 16px;
                margin-bottom: 10px;
            }

    .sq-comments > ol:first-of-type > li:first-of-type {
        margin-top: 0;
        padding-top: 0;
        border-top: none;
    }

    .sq-comments ol li .sq-comment-content {
        overflow: hidden
    }

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

        .sq-comments ol li .sq-comment-avatar img {
            border-radius: 100%
        }

    .sq-comments ol li .sq-comment-content .comment-author {
        font-family: 'Lato', san-serif;
        color: #3a3a3a;
        margin-bottom: 0;
    }

    .sq-comments ol li .sq-comment-author {
        margin-bottom: 0
    }

    .sq-comments ol li .post-date {
        margin-bottom: 5px;
        display: block;
    }

    .sq-comments ol li .sq-comment-content p:last-of-type {
        margin-bottom: 0
    }

    .sq-comments ol li .sq-comment-reply {
        float: right;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 500;
    }

        .sq-comments ol li .sq-comment-reply a {
            color: #5f5f5f
        }

        .sq-comments ol li .sq-comment-reply i {
            margin-right: 6px;
            color: #6bb3a5;
        }

.bypostauthor {
   
}

/* Comment Form */

#sq-comment-form #reply-title {
    font-size: 18px
}

#sq-comment-form #commentform label {
    display: block
}

#sq-comment-form #commentform input {
    width: 100%
}

#sq-comment-form #commentform input[type="submit"] {
    width: inherit
}

#sq-comment-form #commentform .comment-form-author, #sq-comment-form #commentform .comment-form-email, #sq-comment-form #commentform .comment-form-url {
    width: 30.66%;
    float: left;
    margin-right: 4%;
}

#sq-comment-form #commentform .comment-form-url {
    margin-right: 0
}

#sq-comment-form #commentform .comment-form-comment textarea {
    height: 160px
}

/* Widgets
*********************************************/

.sq-sidebar .sq-widget {
    margin: 0 0 30px 0
}

    .sq-sidebar .sq-widget .sq-widget-title {
        position: relative;
        font-size: 18px;
    }

    .sq-sidebar .sq-widget ul, .sq-sidebar .sq-widget ol {
        list-style: none
    }

    .sq-sidebar .sq-widget ul:last-of-type, .sq-sidebar .sq-widget ol:last-of-type {
        margin-bottom: 0
    }

    .sq-sidebar .sq-widget a {
        color: #6b6b6b
    }

    .sq-sidebar .sq-widget a:hover, .sq-sidebar .sq-widget a:hover {
        color: #231f20
    }

.sq-sidebar .sq-about-me-widget {
    margin-bottom: 30px;
    background-color: #ffffff;
}

    .sq-sidebar .sq-about-me-widget #sq-about-me-widget-image, .sq-about-me-widget p {
        margin-bottom: 0
    }

/* Widget: Calendar */

#wp-calendar {
    width: 100%
}

    #wp-calendar tfoot #next {
        font-size: 10px;
        text-align: right;
        text-transform: uppercase;
    }

    #wp-calendar tfoot #prev {
        font-size: 10px;
        padding-top: 10px;
        text-transform: uppercase;
    }

    #wp-calendar caption {
        margin-bottom: 15px;
        font-family: 'Vidaloka', serif;
        text-align: center;
    }

    #wp-calendar thead {
        font-size: 12px
    }

        #wp-calendar thead th {
            padding-bottom: 10px
        }

        #wp-calendar thead th {
            padding-bottom: 10px;
            text-align: center;
        }

    #wp-calendar tbody .pad {
        background: none
    }

    #wp-calendar tbody td {
        -moz-transition: background 400ms ease;
        -ms-transition: background 400ms ease;
        -webkit-transition: background 400ms ease;
        border: 1px solid #e8e8e8;
        background: #ffffff;
        cursor: pointer;
        font-size: 12px;
        padding: 10px;
        text-align: center;
        transition: background 400ms ease;
    }

    #wp-calendar tbody td:hover {
        background: #f2f2f2
    }

    #wp-calendar tbody td a {
        color: #222;
        font-weight: 700;
    }

/* Latest Post Widget Widget */

.sq-widget ul .sq-widget-latest {
    overflow: hidden;
    margin-bottom: 20px;
}

.sq-widget ul .sq-widget-latest:last-of-type {
    margin-bottom: 0
}

.sq-widget ul .sq-widget-latest .sq-widget-latest-left {
    float: left;
    margin-right: 20px;
}

.sq-widget ul .sq-widget-latest .sq-widget-latest-right {
    overflow: hidden
}

    .sq-widget ul .sq-widget-latest .sq-widget-latest-right h4 {
        font-size: 12px;
        margin-bottom: 0;
        line-height: 18px;
    }
    
.sq-widget-latest-comment-avatar img {
    border-radius: 100%
}    

/* Tagcloud Widget */

.sq-widget .tagcloud a {
    position: relative;
    padding: 0 10px;
    display: inline-block;
    margin-right: 1px;
    padding: 6px 10px;
    font-size: 12px !important;
    text-align: center;
    font-style: italic;
    margin-bottom: 5px;
    border: solid 1px #cacaca;
    color: #a3a2a2;
    font-family: 'Helvetica', sans-serif;
    border-radius: 2px;
}

.sq-widget .tagcloud a:hover {
    color: #5e5e5e
}

/* Connect Widget */

.sq-widget .sq-connect-social-links li {
    display: inline-block;
    margin: 2px 0 2px 0;
}

    .sq-widget .sq-connect-social-links li a {
        color: #ffffff;
        line-height: 30px;
        width: 30px;
        text-align: center;
        border-radius: 2px;
    }

.sq-widget .sq-connect-social-links li.sq-dribbble a {
    background-color: #e8308c
}

.sq-widget .sq-connect-social-links li.sq-facebook a {
    background-color: #3B5998
}

.sq-widget .sq-connect-social-links li.sq-twitter a {
    background-color: #00aced
}

.sq-widget .sq-connect-social-links li.sq-google a {
    background-color: #dd4b39
}

.sq-widget .sq-connect-social-links li.sq-linkedin a {
    background-color: #007bb6
}

.sq-widget .sq-connect-social-links li.sq-pintrest a {
    background-color: #cb2027
}

.sq-widget .sq-connect-social-links li.sq-flickr a {
    background-color: #ff0084
}

.sq-widget .sq-connect-social-links li.sq-youtube a {
    background-color: #bb0000
}

.sq-widget .sq-connect-social-links li.sq-vimeo a {
    background-color: #aad450
}

.sq-widget .sq-connect-social-links li.sq-instagram a {
    background-color: #517fa4
}

.sq-widget .sq-connect-social-links li.sq-rss a {
    background-color: #FF6600
}

.sq-widget .sq-connect-social-links li a:hover {
    color: #ffffff
}

/* Instagram Widget */

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

    .sq-widget .instagram-pics li {
        display: inline-block;
        width: 33.33%;
        padding: 3px;
        margin-bottom: 0;
        opacity: 0.9;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
    }

    .sq-widget .instagram-pics li:hover {
        opacity: 1;
        transition: opacity .5s ease;
        -webkit-transition: opacity .5s ease;
        -moz-transition: opacity .5s ease;
        -ms-transition: opacity .5s ease;
    }

/* Mailchimp Widget */

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

    .sq-widget .mc4wp-form form {
        position: relative
    }

    .sq-widget .mc4wp-form p {
        margin-bottom: 10px
    }

    .sq-widget .mc4wp-form p:last-of-type {
        margin-bottom: 0
    }

    .sq-widget .mc4wp-form label {
        display: none !important
    }

    .sq-widget .mc4wp-form input {
        margin: 0;
        width: 100%;
    }

    .sq-widget .mc4wp-form p input[type="submit"] {
        width: 100%
    }

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

/* Footer Instagram Widget
*********************************************/

#sq-footer-instagram .sq-widget .sq-instagram-widget-title {
    text-align: center
}

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

    #sq-footer-instagram .sq-widget .instagram-pics li img {
        width: 100%;
        height: auto;
        vertical-align: top;
    }

#sq-footer-instagram .sq-widget p {
    text-align: center;
    margin-bottom: 0;
}

#sq-footer-instagram .sq-widget p {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    line-height: 28px;
    padding: 10px 10px;
    color: #ffffff;
    background-color: #6bb3a5;
}

    #sq-footer-instagram .sq-widget p a {
        color: #ffffff
    }

/* Footer
*********************************************/

#sq-footer-container {
    background-color: #232323
}

    #sq-footer-container #sq-footer {
        position: relative;
        padding: 60px 0 60px 0;
        overflow: hidden;
    }

    #sq-footer-container #sq-footer {
        color: #f2f2f2
    }

        #sq-footer-container #sq-footer h1, #sq-footer-container #sq-footer h2, #sq-footer-container #sq-footer h3, #sq-footer-container #sq-footer h4, #sq-footer-container #sq-footer h5, #sq-footer-container #sq-footer h6 {
            color: #f2f2f2
        }

        #sq-footer-container #sq-footer a {
            color: #f2f2f2;
            transition: color .5s ease;
            -webkit-transition: color .5s ease;
            -moz-transition: color .5s ease;
            -ms-transition: color .5s ease;
        }

        #sq-footer-container #sq-footer a:hover {
            color: #ffffff
        }

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

        #sq-footer-container #sq-footer .sq-footer-column .sq-widget:last-of-type {
            margin-bottom: 0
        }

/* Footer Widgets */

    #sq-footer-container #sq-footer {
        overflow: hidden
    }

        #sq-footer-container #sq-footer .sq-footer-column {
            float: left;
            min-height: 1px;
            width: 340px;
            margin: 0 30px 0 0;
        }

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

/* Lower Footer */

#sq-lower-footer {
    background-color: #161616;
    padding: 10px 0 10px 0;
    overflow: hidden;
}

    #sq-lower-footer .sq-social-links {
        position: relative;
        font-size: 14px;
        float: left;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        left: 0;
    }

    #sq-lower-footer #sq-copyright {
        margin-bottom: 0;
        float: right;
        line-height: 50px;
        font-size: 12px;
    }

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

/* HACK to disable featured images on video posts */
article.has-post-thumbnail.format-video.sq-single-post > header.sq-post-header {
	display: none;
}

:focus {
	outline: "0"
}

.using-keyboard :focus {
	outline: #08f auto 2px;
}