/*==================================================
    
    Theme Name: North Shore
    Theme URI: http://parksandparker.com
    Description: North Shore highlights all the best parts of WordPress that everyone loves.
    Author: Parks & Parker
    Author URI: http://parksandparker.com
    License: GNU General Public License version 3.0
    License URI: http://www.gnu.org/licenses/gpl-3.0.html
    Version: 1.0.5
    Tags: custom-menu, sticky-post, translation-ready, full-width-template, post-formats, theme-options

==================================================*/

/* --------------------------------------------------------------
CSS Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* { 
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
}

/* --------------------------------------------------------------
Basic Styles
-------------------------------------------------------------- */
html {
    overflow-x: hidden;
    overflow-y: scroll;
}
body {
    font: 16px/1.5 'Karla', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #555;
}
img {
    max-width: 100%;
    height: auto;
}
img.float-left { margin: 10px 40px 30px 0 }
img.float-right { margin: 10px 0 30px 40px }
li {
    list-style: none; /* Remove bullets on lists */
}
a,
a:visited {
    color: #8DC63F;
    text-decoration: none;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
form {
    margin: 0;
    padding: 0;
}
input,
textarea {
    border: 2px solid #eee;
    border-color: rgba(0,0,0,.1);
    height: 38px;
    border-radius: 5px;
    outline: none;
    margin: 0;
    padding: 13px 15px 12px 15px;
    background: #fff;
    background: rgba(255,255,255,.9);
    font: 14px/14px 'Karla', 'Helvetica Neue', Helvetica, Arial, "Lucida Grande", sans-serif;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}
input:focus,
textarea:focus { border-color: #e1534f }
textarea { width: 100% }
label {
    display: block;
    text-transform: uppercase;
    color: #aaa;
    font-size: 12px;
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 1;
}
article ol,
article ul {
    margin-left: 2em;
    margin-bottom: 30px;
}
article ul li { list-style-type: disc }
article ol li { list-style-type: decimal }
/* ===[ Clearing ]=== */
/* ===[ Self Clearing Goodness ]=== */
.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/** Use clear class on parent to clear nested columns,
 *     or wrap each row of columns in a 
 
 */
.clear:before,
.clear:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clear:after { clear: both }
.clear { zoom: 1 }
/* --------------------------------------------------------------
WordPress Elements
-------------------------------------------------------------- */
.wp-caption {
    margin: 0 0 15px;
    text-align: center;
}
.wp-caption img { margin-top: 5px }
.wp-caption .wp-caption-text {
    font-size: 0.8em;
    line-height: 17px;
    padding: 5px 4px;
    margin: 0;
}
.aligncenter {
    display: block;
    margin: 0 auto 20px;
}
.alignright {
    float: right;
    margin: 5px 0 15px 40px;
}
.alignleft {
    float: left;
    margin: 5px 40px 15px 0;
}
.floatleft { float: left }
.floatright { float: right }
img.aligncenter,
img.alignright,
img.alignleft { text-align: center }
.textcenter { text-align: center }
.textright { text-align: right }
.textleft { text-align: left }
.screen-reader-text {
    position: absolute;
    left: -9000px;
}
/* --------------------------------------------------------------
Helper Classes
-------------------------------------------------------------- */
.float-left { float: left }
.float-right { float: right }
/* --------------------------------------------------------------
Typography
-------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Karla', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 700;
    position: relative;
    margin-bottom: 14px;
    line-height: 1.4;
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a { font-weight: inherit }
h1 { font-size: 34px }
h2 { font-size: 30px }
h3 { font-size: 26px }
h4 { font-size: 22px }
h5 { font-size: 18px }
h6 { font-size: 14px }
p { margin-bottom: 20px }
em { font-style: italic }
strong { font-weight: bold }
.small { font-size: 80% }
.center { text-align: center }
.highlight {
    background: #ff6644;
    padding: 0 5px;
    color: #fff;
}
/* --------------------------------------------------------------
Buttons
-------------------------------------------------------------- */
button,
.btn,
input[type="submit"] {
    display: inline-block;
    border: 0;
    outline: 0;
    margin: 0;
    padding: 0 15px;
    height: 44px;
    background: #e1534f;
    color: #fff;
    font-family: 'Karla', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 5px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
button:hover,
.btn:hover,
input[type="submit"]:hover { opacity: 0.8 }
button:active,
.btn:active,
input[type="submit"]:active {
    position: relative;
    top: 1px;
    bottom: -1px;
}
button.light,
.btn.light {
    background: #fff;
    background: rgba(255,255,255,.7);
    color: #555;
}
button.light:hover,
.btn.light:hover {
    background: #e1534f;
    color: #fff;
}
/* --------------------------------------------------------------
Pagination
-------------------------------------------------------------- */
.pagination {
    width: 100%;
    text-align: center;
}
.pagination button,
.pagination .btn { margin: 5px }
/* --------------------------------------------------------------
Main grid
-------------------------------------------------------------- */
.container {
    max-width: 1040px;
    padding: 0 40px;
    margin: 0 auto;
    position: relative;
}
.main {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.page-template-template-fullwidth-php .main,
body.error404 .main {
    width: 100%;
    margin: 0;
}
.main-right {
    float: left;
    width: 68%;
    margin-right: 6%;
}
.main-left {
    float: right;
    width: 68%;
    margin-left: 6%;
}
#sidebar {
    float: left;
    width: 26%;
}
.content.sidebar-no-sidebar #sidebar { display: none }
.site-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}
/* --------------------------------------------------------------
Navigation
-------------------------------------------------------------- */
.navigation {
    position: fixed;
    width: 100%;
    z-index: 110;
    background: #111;
}
.navigation nav { float: left }
.navigation nav ul li {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    line-height: 1;
}
.navigation nav ul li a,
.navigation nav ul li a:visited {
    display: inline-block;
    padding: 15px 0;
    font-size: 15px;
    font-weight: bold;
    color: #999;
    text-transform: uppercase;
}
.navigation nav ul li a:hover,
.navigation nav ul li.current-menu-item > a {
    color: #fff;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.navigation nav ul li ul li.current-menu-item > a { color: #e1534f; }
/* ===[ Dropdown ]=== */
.navigation nav ul li ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    border: 1px solid #ccc;
    border-top: 0;
    z-index: 1100;
    background: #fff;
}
.navigation nav ul ul li {
    display: block;
    margin: 0;
    white-space: nowrap;
}
.navigation nav ul ul li a {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    display: block;
}
.navigation nav ul ul li a:hover { color: #e1534f }
.navigation nav ul ul li:last-child a { border: 0 }
.navigation nav ul ul ul {
    display: none;
    position: absolute;
    top: -1px;
    left: 100%;
    border-top: 1px solid #ccc;
}
/* ===[ Mobile Menu Button ]=== */
.menu-button {
    display: none;
    position: relative;
    float: left;
    font-size: 14px;
    color: #fff;
    width: 40px;
    height: 40px;
    margin-left: -10px;
}
.menu-button .fa {
    position: absolute;
    top: 13px;
    left: 10px;
}
.menu-button .fa-times { display: none }
/* ===[ Social Icons ]=== */
.navigation .social-icons {
    float: right;
    text-align: right;
    font-size: 16px;
}
.navigation .social-icons a {
    display: inline-block;
    padding: 10px 5px;
    color: #fff;
}
.navigation .social-icons a:hover { color: #777 }
.navigation .social-icons a:last-of-type { padding-right: 0 }
/* --------------------------------------------------------------
Search Bar
-------------------------------------------------------------- */
.search-button {
    position: relative;
    float: right;
    cursor: pointer;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    margin: 8px 0 8px 10px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    line-height: 1;
}
.search-button:hover,
.search-button.active { background: #e1534f }
.search-button .fa {
    position: absolute;
    top: 5px;
    left: 4px;
}
.search-button .fa-times { display: none }
#search-bar {
    background: #fff;
    position: relative;
    z-index: 110;
    display: none;
    border-bottom: 2px solid rgba(0,0,0,.1);
}
#search-bar label { margin-bottom: 0 }
#search-bar .search-form input {
    font-family: inherit;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    border: 0;
    background: #fff;
    padding: 20px 0 15px;
    margin-left: -5px;
    color: #222;
    height: 80px;
}
#search-bar .search-submit { display: none }
/* --------------------------------------------------------------
Header
-------------------------------------------------------------- */
#header {
    display: block;
    padding: 60px 0 40px 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
    border-color: rgba(0,0,0,.1);
    margin-bottom: 60px;
}
.home #header {
    margin-bottom: 0;
    border: 0;
}
#header .container { position: relative; }
#header .logo {
    max-width: 70%;
    margin: 0 auto;
}
#header .logo h1 {
    font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
    margin-bottom: 0;
    color: #222;
    font-size: 72px;
    letter-spacing: -1px;
    line-height: 1;
}
#header .logo h1 span { color: #e1534f }
#header h2.site-description {
    margin-top: 15px;
    color: #999;
    color: rgba(0,0,0,.4);
    display: block;
    text-transform: uppercase;
    font-size: 13px;
}
/* ===[ Side Area button ]=== */
#header .side-area-button {
    position: absolute;
    right: 40px;
    top: 20px;
    color: #e1534f;
    border: 2px solid #eee;
    border-color: rgba(0,0,0,.1);
    cursor: pointer;
    height: 40px;
    width: 40px;
    font-size: 14px;
    line-height: 1;
    border-radius: 100px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#header .side-area-button:hover { border-color: #e1534f }
#header .side-area-button.active { z-index: 110 }
#header .side-area-button .fa {
    position: absolute;
    top: 11px;
    left: 9px;
}
#header .side-area-button .fa-times { display: none }
/* --------------------------------------------------------------
Sidebar
-------------------------------------------------------------- */
#sidebar {
    font-size: 15px;
    line-height: 1.6;
}
#sidebar .widget { margin-bottom: 40px }
#sidebar .widget p { margin-bottom: 10px }
.widget input { width: 100% }
.widget .widget-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    color: #444;
    position: relative;
    margin-bottom: 15px;
}
#sidebar .widget-title span {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    background: #fff;
}
#sidebar .widget-title span:after,
#sidebar .widget-title:after {
    position: absolute;
    top: 8px;
    display: block;
    content: "";
    width: 30px;
    height: 3px;
    background: #e1534f;
}
#sidebar .widget-title span:after {
    right: -20px;
    width: 20px;
    background: #e1534f;
}
#sidebar .widget-title:after {
    left: 0;
    width: 100%;
    background: #e5e5e5;
    background-color: rgba(0,0,0,.1);
    z-index: -1;
}
.widget ul li {
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px dotted #ddd;
    border-color: rgba(0,0,0,.15);
}
.widget ul li:last-child { border: 0 }
.widget a { color: #444 }
.widget a:hover { color: #e1534f }
/* ===[ Search widget ]=== */
.widget_search div { position: relative }
.widget_search div:before {
    position: absolute;
    top: 7px;
    left: 15px;
    display: inline-block;
    content: "\f002";
    font-family: 'FontAwesome';
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    color: #ccc;
}
.widget_search input { padding-left: 35px }
/* ===[ Calendar widget ]=== */
#wp-calendar { width: 100% }
#wp-calendar caption {
    text-align: right;
    color: #333;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: bold;
}
#wp-calendar thead { font-size: 10px }
#wp-calendar thead th {
    padding-bottom: 10px;
    text-align: center;
}
#wp-calendar tbody { color: #aaa }
#wp-calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #fff;
    text-align: center;
    padding: 8px;
}
#wp-calendar tbody td:hover { background: #fff }
#wp-calendar tbody .pad { background: none }
#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}
#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px;
}
/* RSS widget */
.rsswidget {
    font-weight: bold;
    line-height: 1.5;
}
.rss-date {
    display: block;
    margin-bottom: 5px;
    color: #999;
}
.widget_rss ul li { margin-bottom: 10px }
.widget_rss ul li cite {
    font-style: italic;
    color: #999;
}
/* ===[ Contact Info widget (Jetpack) ]=== */
.widget_contact_info .contact-map { margin-bottom: 20px }
.widget_contact_info .confit-hours {
    display: inline-block;
    margin-top: 20px;
    color: #999;
}
/* ===[ Recent Posts Widget ]=== */
.widget_recent_entries .post-date {
    display: block;
    color: #999;
    font-size: 13px;
    margin-bottom: 10px;
    font-style: italic;
}
/* ===[ Recent Posts Widget Extended ]=== */
.rpwe-block h3.rpwe-title {
    padding-top: 5px;
    line-height: 1.3;
    font-weight: normal;
    font-size: 15px !important;
}
.rpwe-time {
    font-size: 13px !important;
    color: #999 !important;
    color: rgba(0,0,0,.4) !important;
    font-style: italic;
}
/* ===[ Tags Widget ]=== */
.widget .tagcloud a {
    font-size: 10px !important;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #f5f5f5;
    background: rgba(0,0,0,.05);
    color: #777;
    padding: 5px 7px;
    margin-right: 5px;
    margin-bottom: 7px;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 5px;
}
.widget .tagcloud a:hover,
#sidebar .widget .tagcloud a:hover {
    background: #e1534f;
    color: #fff;
}
/* --------------------------------------------------------------
Side Area
-------------------------------------------------------------- */
.side-area {
    position: fixed;
    right: -320px;
    z-index: 1;
    background: #fff;
    font-size: 14px;
    width: 320px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    border-left: 1px solid #ddd;
    border-color: rgba(0,0,0,.1);
    -webkit-overflow-scrolling: touch;
    -webkit-transition: right .2s ease-in-out;
    -moz-transition: right .2s ease-in-out;
    -o-transition: right .2s ease-in-out;
    transition: right .2s ease-in-out;
}
.side-area.active { right: 0 }
.side-area .widget {
    padding: 30px;
    border-bottom: 1px solid #ddd;
    border-color: rgba(0,0,0,.1);
}
.side-area .widget .widget-title {
    font-size: 16px;
    text-transform: uppercase;
}
/* ===[ Side Area Animation ]=== */
.site-container {
    z-index: 2;
    position: relative;
    right: 0;
    -webkit-transition: right .2s ease-in-out;
    -moz-transition: right .2s ease-in-out;
    -o-transition: right .2s ease-in-out;
    transition: right .2s ease-in-out;
}
.site-container.active { right: 320px }
/* --------------------------------------------------------------
Posts
-------------------------------------------------------------- */
article {
    display: block;
    position: relative;
    z-index: 1;
    background: #FFF;
    margin-bottom: 40px;
}
.page article,
.single article {
    margin-bottom: 0;
    border-bottom: none;
}
article .featured {
    margin: 0 auto;
    width: 100%;
    display: block;
    margin-bottom: 30px;
    text-align: center;
}
article .featured img { border-radius: 5px }
article .post-category {
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 5px;
}
.post-category a { color: #e1534f; }
article .post-title {
    font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
    font-size: 36px;
    margin-bottom: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.page article .post-title { margin-bottom: 25px }
article .post-title a { color: #454545 }
article .post-title a:hover {
    color: #222;
    border: none;
}
article .the-content { font-family: 'Lora', Georgia, Times, "Times New Roman", serif }
article .the-content a {
    color: #8DC63F;
    border-bottom: 1px dotted #ddd;
}
article .the-content a:hover { border-color: #333 }
article button { margin: 0 }
/* ===[ More link ]=== */
article .the-content a.more-link {
    font-family: 'Karla', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, "Lucida Grande", sans-serif;
    display: block;
    font-size: 15px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: bold;
    border: 0;
}
article .the-content a.more-link:hover { color: #111 }
/* ===[ Sharing ]=== */
.post-share {
    display: block;
    text-align: right;
    font-size: 15px;
    font-style: italic;
    color: #999;
}
.post-share a {
    display: inline-block;
    color: #e1534f;
    font-size: 14px;
}
.post-share a:hover { color: #000; }
.post-share a:first-child { margin-left: 5px; }
/* ===[ Posts pagination ]=== */
.posts-pagination {
    margin: 20px 0 -20px 0;
    border-top: 3px solid #f3f3f3;
    border-color: rgba(0,0,0,.1);
}
.posts-pagination .previous-post-link,
.posts-pagination .next-post-link {
    padding: 20px;
    float: left;
    width: 50%;
    border-right: 2px solid #f3f3f3;
    border-color: rgba(0,0,0,.1);
    color: #ccc;
    color: rgba(0,0,0,.1);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
}
.posts-pagination .previous-post-link {
    padding-left: 5px;
}
.posts-pagination .next-post-link {
    border: 0;
    text-align: right;
    padding-right: 5px;
}
.posts-pagination .previous-post-link a,
.posts-pagination .next-post-link a {
    color: #777;
    color: rgba(0,0,0,.5);
}
.posts-pagination .previous-post-link a:hover,
.posts-pagination .next-post-link a:hover { color: #e1534f;}
/* --------------------------------------------------------------
Post Elements
-------------------------------------------------------------- */
/* ===[ Blockquotes ]=== */
blockquote {
    border-left: 2px solid #ddd;
    padding-left: 8px;
    margin-bottom: 20px;
}
blockquote cite {
    display: inline-block;
    font-style: italic;
}
.the-content blockquote {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 0;
    font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.3;
    color: #e1534f;
    padding: 20px 40px 30px;
}
.the-content blockquote:before {
    position: absolute;
    top: 20px;
    left: 0px;
    content: "“";
    color: #ddd;
    color: rgba(0,0,0,.1);
    font-size: 48px;
}
.the-content blockquote cite {
    display: block;
    font-size: 14px;
    color: #bbb;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-align: right;
    margin-top: 10px;
}
.the-content cite { font-style: italic }
/* ===[ Lists ]=== */
.the-content ol,
.the-content ul {
    line-height: 1.5;
    padding: 0 0 0 20px;
    margin-bottom: 20px;
}
.the-content ol ul,
.the-content ol ol,
.the-content ul ul,
.the-content ul ol {
    padding: 0;
    margin: 10px 0 0 30px;
}
.the-content ul > li { list-style-type: square }
.the-content ol > li { list-style-type: decimal }
.the-content ul li,
.the-content ol li { margin-bottom: 10px }
/* ===[ Tables ]=== */
.post-content table {
    padding: 15px 20px;
    margin-bottom: 20px;
    width: 100%;
}
.post-content table th,
.post-content table td {
  border: 0;
  padding: 10px;
  vertical-align: top;
}
.post-content table th {
    font-weight: bold;
    text-align: left;
}
.post-content table tr:last-child td { border-bottom: 0 }
/* ===[ Definition Lists ]=== */
dl { margin-bottom: 20px }
dt { font-weight: bold }
dd { margin: 0 0 15px 10px }
/* ===[ Address Tag ]=== */
address {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-color: rgba(0,0,0,.1);
    padding: 10px 0;
    margin-bottom: 20px;
}
/* ===[ Abbreviation & Acronym ]=== */
abbr,
acronym {
    border-bottom: 1px dotted #777;
    cursor: help;
}
/* ===[ Code ]=== */
.the-content code,
.the-content kbd {
    background: #f7f7f7;
    padding: 0 4px;
}
code,
kbd,
tt,
var {
    font-family: Courier, monospace;
    font-size: 15px;
}
pre {
    position: relative;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    background: #272822;
    color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    overflow: auto;
    line-height: 1.5;
}
pre:before {
    position: absolute;
    top: 20px;
    right: 20px;
    font-family: FontAwesome;
    content: "\f121";
    color: #555;
    font-size: 16px;
}
.the-content pre code { background: none }
/* ===[ Inserted Text ]=== */
mark,
ins {
    background: #fff9c1;
    text-decoration: none;
}
/* ===[ Divider ]=== */
hr {
    display: block;
    height: 2px;
    width: 100%;
    background: #ddd;
    background: rgba(0,0,0,.1);
    border: 0;
    margin: 30px 0;
    clear: both;
}
/* ===[ Superscript and subscript ]=== */
sup {
    vertical-align: super;
    font-size: smaller;
}
sub {
    vertical-align: sub;
    font-size: smaller;
}
/* --------------------------------------------------------------
WP Attachments & Gallery
-------------------------------------------------------------- */
#content article .gallery { margin: 0 -10px 10px }
article .gallery .gallery-item { margin-bottom: 0 }
article .gallery .gallery-item a { border: none }
#content article .gallery .gallery-item img {
    padding: 0 10px;
    border: none;
}
article .gallery .gallery-caption {
    color: #666;
    font-size: 0.8em;
    line-height: 17px;
}
article div[id*="attachment_"],
article div.wp-caption { max-width: 100% !important }
article div[id*="attachment_"] a,
article .attachment a { border: none }
/* --------------------------------------------------------------
Post Formats
-------------------------------------------------------------- */
article.format-quote {
    display: block;
    position: relative;
    font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    background-size: cover;
    background-color: #333;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    margin-bottom: 60px;
}
article.format-quote p { margin-bottom: 10px }
article.format-quote .quote-author {
    font-size: 18px;
    color: #bbb;
    color: rgba(255,255,255,0.8);
}
article.format-quote .post-quote-overlay {
    background: rgba(0,0,0,.5);
    padding: 80px 160px 40px 40px;
}
article.format-gallery .slick-nav {
    font-size: 18px;
    color: #fff;
    display: block;
    text-align: center;
    outline: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    background: transparent;
    border: 1px solid rgba(255,255,255,.5);
    cursor: pointer;
}
article.format-gallery .slick-nav:hover {
    color: #111;
    background: #fff;
}
article.format-gallery .slick-prev { left: 25px }
article.format-gallery .slick-next { right: 25px }
article.format-link .post-title a:first-child { margin-right: 10px }
article.format-link .post-title a .fa-link {
    color: #ccc;
    color: rgba(0,0,0,.15);
}
article.format-link .post-title a:hover .fa-link { color: #e1534f }
article.format-standard .featured { line-height: 0 }
article .sticky-icon { display: none }
article.sticky .sticky-icon {
    display: block;
    position: absolute;
    right: 20px;
    top: -1px;
    background: #ffc50f;
    color: #fff;
    padding: 5px 10px;
    font-size: 20px;
    border-radius: 5px;
}
article.not-found { margin-bottom: 0px }
article.not-found .post-content {
    padding: 20px 40px 60px;
    text-align: center;
}
article.not-found #searchform-widget input {
    margin: 0 auto;
    width: 60%;
}
article.not-found .archive {
    text-align: left;
    padding: 60px 0 0;
}
article.not-found .archive .column {
    width: 50%;
    float: left;
}
/* --------------------------------------------------------------
Metadata
-------------------------------------------------------------- */
.metadata {
    font-weight: bold;
    display: block;
    margin: 10px 0 30px;
    font-size: 12px;
    text-transform: uppercase;
}
.post-tags { padding: 10px 0 20px }
.metadata li {
    color: #bbb;
    display: inline-block;
    margin: 0 20px 0 0;
}
.metadata a,
.post-tags a { 
    color: #aaa;
    color: rgba(0,0,0,.4);
}
.metadata li:hover a,
.post-tags a:hover { color: #787878 }
/* --------------------------------------------------------------
Comments
-------------------------------------------------------------- */
.comments ul {
    margin-left: 0;
    margin-bottom: 0;
}
.comments ul li { list-style-type: none }
.comment ul {
    margin-left: 2em;
    margin-bottom: 30px;
}
.comment ul li { list-style-type: disc }
#comments h3 { font-size: 18px }
.comments h5 { margin: 60px 0 30px 0 }
.comment .avatar {
    float: left;
    margin: 0 20px 20px 0;
    border-radius: 3px;
}
.comment .fn {
    color: #555759;
    margin: 0 5px 0 0;
    float: left;
    font-weight: bold;
    position: relative;
    line-height: 1;
}
.comment .comment-meta {
    display: block;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 10px;
    color: #777;
}
.comment .overflow { position: relative }
.comment .overflow p { margin-left: 70px }
.commentlist { margin-bottom: 50px }
.commentlist ul { margin-left: 70px }
/* ===[ Comment form ]=== */
#commentform h3 {
    text-transform: uppercase;
    color: #aaa;
}
#commentform .required {
    text-transform: uppercase;
    color: #aaa;
    font-size: 12px;
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 1;
}
#commentform label { display: block }
#commentform textarea {
    width: 100%;
    min-height: 140px;
}
.comment-form-comment { margin-bottom: 10px }
.comment-notes,
.form-allowed-tags,
.closed-comments {
    font-size: 12px;
    line-height: 24px;
    color: #bbb;
    text-transform: uppercase;
    font-weight: bold;
}
#cancel-comment-reply-link,
.comment-reply-link {
    float: right;
    text-transform: uppercase;
    color: #bbb;
    font-size: 13px;
    font-weight: bold;
}
.comment-reply-link { float: none }
#respond input {
    max-width: 100%;
    height: auto !important;
}
#comments {
    padding-top: 30px;
    margin-top: 20px;
    border-top: 3px solid #f3f3f3;
    border-color: rgba(0,0,0,.1);
}
.comments-number {
    font-size: 14px;
    font-weight: normal;
    color: #ccc;
}
.comments li {
    position: relative;
    padding: 10px 0;
}
.comment.awaiting-moderation {
    background: #fffcdb;
    padding: 15px;
}
.comment .avatar {
    float: left;
    margin: 0 20px 20px 0;
}
.comment .comment-body { overflow: hidden }
.comment h5 {
    color: #555759;
    margin: 20px 0 0 0;
}
.bypostauthor .fn { color: #000 }
.comment .comment-meta {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1.4;
}
.comment .comment-parent,
.comment .comment-date {
    color: #bcbcbc;
    color: rgba(0,0,0,.1);
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 20px;
}
.comment .comment-parent { margin-left: 7px }
.comment span.bullet {
    color: #bcbcbc;
    color: rgba(0,0,0,.1);
    font-weight: bold;
    margin: 0 5px;
}
.comment-edit-link { color: #888 }
.comment .comment-content {
    display: block;
    clear: both;
}
.comment .comment-content p:last-child { margin-bottom: 0 }
#respond { padding: 15px 0 }
li #respond { margin-left: 70px }
#comments #reply-title {
    font-size: 13px;
    float: right;
    margin: 0;
    font-weight: normal;
    margin-top: 6px;
}
#comments .comment-parent i,
#comments .reply i { font-size: 11px }
.comment-form-fields {
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    -webkit-column-fill: auto;
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -moz-column-fill: balance;
    column-count: 3;
    column-gap: 20px;
    column-fill: auto;
}
.comment-form h6 {
    text-transform: uppercase;
    color: #aaa;
    color: rgba(0,0,0,.2);
}
.comment-form input { margin-bottom: 10px }
.comment-form textarea {
    width: 100%;
    min-height: 140px;
    color: #555;
}
.comment-form button { }
.comment-awaiting-moderation {
    color: red;
    font-size: 13px;
}
/* fix  */
p.comment-form-author { margin-top: 2px }
#respond input,
input[type="submit"],
.form-submit input[type="submit"] { border-radius: 5px }
/* --------------------------------------------------------------
Pagination
-------------------------------------------------------------- */
.pagination {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: bold;
}
.pagination .btn {
    height: auto;
    padding: 10px 15px;
}
.pagination span.btn:hover {
    cursor: default;
    opacity: 1;
}
.pagination a {
    color: #888;
    margin: 0 10px;
}
.pagination a:hover,
.pagination a.active { color: #6fd6b8 }
.pagination i { font-size: 14px }
.pagination .float-left { margin: 0 }
.pagination .float-left i { margin: 0 5px 0 0 }
.pagination .float-right { margin: 0 }
.pagination .float-right i { margin: 0 0 0 5px }
/* --------------------------------------------------------------
Homepage Styles
-------------------------------------------------------------- */
/* ===[ Carousel And Slider ]=== */
.homepage-carousel.slick-initialized,
.homepage-slider.slick-initialized {
    opacity: 1;
    transition: opacity .2s ease-in;
}
.homepage-carousel .slick-slide,
.homepage-slider .slick-slide {
    float: left;
    position: relative;
    height: 100%;
    min-height: 1px;
    overflow: hidden;
}
.homepage-carousel .slick-slide img,
.homepage-slider .slick-slide img {
    display: block;
    width: 100%;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.homepage-carousel .slick-nav,
.homepage-slider .slick-nav {
    font-size: 18px;
    color: #fff;
    display: block;
    text-align: center;
    outline: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    background: transparent;
    border: 1px solid rgba(255,255,255,.5);
    cursor: pointer;
}
.homepage-carousel .slick-nav:hover,
.homepage-slider .slick-nav:hover {
    color: #111;
    background: #fff;
}
.homepage-carousel .slick-prev,
.homepage-slider .slick-prev { left: 25px }
.homepage-carousel .slick-next,
.homepage-slider .slick-next { right: 25px }
/* ===[ Carousel ]=== */
.homepage-carousel {
    opacity: 0;
    margin-bottom: 60px;
}
.homepage-carousel .slick-slide:hover img { transform: scale(1.1) }
.homepage-carousel .slick-slide .featured-title {
    position: absolute;
    padding: 20px 25px 15px 25px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.4);
}
.homepage-carousel .slick-slide .featured-title h2 {
    font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 5px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
}
.homepage-carousel .slick-slide .featured-title .featured-date {
    color: #ddd;
    font-size: 13px;
}
.homepage-carousel .slick-slide .featured-title .featured-category {
    font-size: 11px;
    padding: 2px 5px;
    font-weight: bold;
    text-transform: uppercase;
    background: #e1534f;
    border-radius: 3px;
    color: #fff;
    margin-left: 5px;
}
/* ===[ Slider ]=== */
.homepage-slider {
    opacity: 0;
    margin-bottom: 60px;
}
.homepage-slider .slick-slide .featured-title {
    text-align: center;
    position: absolute;
    margin: 0 auto;
    top: 20%;
    left: 30%;
    width: 40%;
    padding: 40px 30px 50px;
    background: #fff;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.homepage-slider .slick-slide:hover .featured-title { background: rgba(255,255,255,.9) }
.homepage-slider .slick-slide .featured-title h2 {
    font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #111;
}
.homepage-slider .slick-slide .featured-title .featured-date {
    color: #999;
    font-size: 13px;
}
.homepage-slider .slick-slide .featured-title .featured-category {
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #e1534f;
    margin-bottom: 10px;
    border-radius: 3px;
}
/* ===[ Tiled Grid ]=== */
.homepage-grid {
    margin-bottom: 40px;
    border-radius: 5px;
    overflow: hidden;
}
.homepage-grid .featured-post {
    background: #ccc;
    background-size: cover;
    position: relative;
    float: left;
    width: 314px;
    height: 167px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.homepage-grid a:first-child .featured-post {
    margin-right: 6px;
    width: 640px;
    height: 340px;
}
.homepage-grid a:nth-child(2) .featured-post { margin-bottom: 6px }
.homepage-grid .featured-title {
    position: absolute;
    padding: 25px 20px 15px 20px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.4);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(17,17,17,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(17,17,17,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(17,17,17,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(17,17,17,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(17,17,17,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(17,17,17,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#111111',GradientType=0 ); /* IE6-9 */
}
.homepage-grid .featured-title h2 {
    font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 5px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.4);
}
.homepage-grid a:first-child .featured-title { padding: 35px 80px 25px 30px }
.homepage-grid a:first-child .featured-title h2 { font-size: 24px }
.homepage-grid a:hover .featured-post { opacity: 0.9 }
.homepage-grid .featured-title .featured-date {
    color: #ddd;
    font-size: 13px;
}
.homepage-grid .featured-title .featured-category {
    font-size: 11px;
    padding: 2px 5px;
    font-weight: bold;
    text-transform: uppercase;
    background: #e1534f;
    color: #fff;
    margin-left: 5px;
    border-radius: 3px;
}
/* --------------------------------------------------------------
Contact form
-------------------------------------------------------------- */
.contact h6 {
    text-transform: uppercase;
    color: #aaa;
}
.contact input {
    width: 100%;
    margin-bottom: 40px;
}
.contact textarea {
    width: 100%;
    min-height: 140px;
    margin-bottom: 40px;
}
.contact button { float: right }
.message {
    text-transform: uppercase;
    color: #bbb;
    letter-spacing: 1px;
    font-weight: bold;
}
label.error {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #f36b6b;
    text-transform: uppercase;
    margin-top: -30px;
    margin-bottom: 30px;
}
/* --------------------------------------------------------------
Footer
-------------------------------------------------------------- */
#footer {
    margin-top: 40px;
    padding-bottom: 20px;
    font-size: 13px;
    color: #999;
    color: rgba(0,0,0,.5);
}
#footer a {
    color: #555;
    color: rgba(0,0,0,.8);
}
#footer a:hover { color: #111 }
#footer .footer-text { display: block }
#footer .social-icons {
    background-color: #111;
    padding: 15px;
    text-align: center;
}
#footer .social-icons a {
    color: #999;
    font-size: 24px;
    padding: 0 15px;
}
#footer .footer-ad {
  padding: 15px;
  text-align: center;
}
#footer .aligncenter {
  margin: 20px;
}
/* --------------------------------------------------------------
Archives and Search Results
-------------------------------------------------------------- */
h3.archive-title,
h3.search-title {
    background: #f5f5f5;
    padding: 15px 20px;
    border-radius: 5px;
    margin-bottom: 30px;
    font-size: 18px;
}
h3.archive-title span {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    color: #999;
}
div.search-results {
    width: 100%;
    margin: 30px 0 0 0;
}
.no-results { padding-top: 20px }
.no-results input { width: 100% }
/* --------------------------------------------------------------
Media queries
-------------------------------------------------------------- */
@media only screen and (max-width: 1039px) { 
    .homepage-grid .featured-post {
        width: 49%;
        height: 150px;
    }
    .homepage-grid a:nth-child(2) .featured-post {
        margin-bottom: 0;
        margin-right: 2%;
    }
    .homepage-grid a:first-child .featured-post {
        float: none;
        width: 100%;
        height: 300px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 767px) {
    body { font-size: 14px; }
    #header {
        padding: 30px 0  15px 0;
        margin-bottom: 30px;
    }
    #header .logo h1 { font-size: 36px; }
    #header h2.site-description { margin-top: 5px; }
    #header .side-area-button {
        top: 10px;
        right: 10px;
    }
    .container,
    #content { padding: 0 20px }
    .menu-button { display: block }
    .navigation nav {
        display: none;
        position: absolute;
        top: 31px;
        left: 0;
        border-top: 2px solid #222;
        padding: 15px;
        background: #111;
        width: 100%;
        float: left;
        margin-top: 10px;
    }
    .navigation nav ul li {
        margin-left: 0;
        text-align: center;
        width: 100%;
    }
    .navigation nav ul li a,
    .navigation nav ul li a:visited {
        top: 0;
        display: block;
        padding: 10px;
        text-align: center;
        margin-bottom: 5px;
        background: #222;
        border-radius: 5px;
    }
    .navigation nav ul ul li a,
    .navigation nav ul ul li a:visited { margin-bottom: 0 }
    .navigation nav ul li ul {
        position: relative;
        top: 0;
        border: 0;
        margin-left: 20px;
        background: none;
    }
    .navigation nav ul li ul li a {
        border: 0;
        margin-bottom: 5px;
    }
    .navigation nav ul li ul li ul { left: 0 }
    #search-bar .search-form input {
        font-size: 15px;
        padding: 15px 0 10px;
        height: auto;
    }
    .side-area {
        right: -280px;
        width: 280px;
    }
    .side-area .widget { padding: 20px; }
    .site-container.active { right: 280px }
    .main {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    #sidebar { width: 100% }
    .pagination .float-left,
    .pagination .float-right { display: none }
    .homepage-carousel,
    .homepage-slider,
    .homepage-grid { margin-bottom: 30px; }
    .homepage-carousel .slick-slide .featured-title { padding: 15px 15px 10px 15px; }
    .homepage-carousel .slick-slide .featured-title h2 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .homepage-slider .slick-slide .featured-title {
        top: auto;
        left: 25%;
        bottom: 20px;
        width: 50%;
        padding: 20px;
    }
    .homepage-slider .slick-slide .featured-title h2 { font-size: 18px }
    .homepage-grid a .featured-title h2,
    .homepage-grid a:first-child .featured-title h2 { font-size: 16px }
    .homepage-grid a .featured-title,
    .homepage-grid a:first-child .featured-title { padding: 15px }
    .homepage-grid .featured-post,
    .homepage-grid a:first-child .featured-post {
        width: 100%;
        height: 180px;
        margin-bottom: 5px;
    }
    .homepage-grid a:nth-child(2) .featured-post {
        margin-right: 0;
        margin-bottom: 5px;
    }
    article .post-title {
      font-size: 20px;
      line-height: 1.2;
    }
    .metadata { margin-bottom: 20px; }
    article.format-quote { font-size: 16px }
    article.format-quote .quote-author { font-size: 14px }
    article.format-quote .post-quote-overlay { padding: 40px 80px 20px 20px }
    .posts-pagination .previous-post-link,
    .posts-pagination .next-post-link { padding: 10px; }
    .commentlist ul.children { margin-left: 20px }
    .comment .fn {
        float: none;
        display: block;
    }
    .comment .comment-meta {
        margin-top: 10px;
        display: block;
    }
    .comment .comment-meta .bullet:first-child { display: none }
    .comment .comment-parent { margin-left: 0 }
    article.not-found .post-content h1 { font-size: 18px; }
    #footer { margin-top: 20px; }
    #footer .float-left,
    #footer .float-right {
        width: 100%;
        text-align: center;
    }
    #footer .float-left { margin-bottom: 5px }
}
@media only screen and (max-width: 479px) { 
    body { -webkit-text-size-adjust: 100% }
    #content { padding: 0 15px }
    .homepage-slider { margin-bottom: 30px }
    .homepage-slider .slick-slide .featured-title {
        top: auto;
        left: 23%;
        bottom: 20px;
        width: 54%;
        padding: 15px;
    }
    .homepage-slider .slick-slide .featured-title h2 {
        font-size: 14px;
        margin-bottom: 0;
    }
    .homepage-slider .slick-slide .featured-title .featured-category { display: none }
}
@media only screen and (min-width: 768px) { 
    .navigation nav { display: block !important }
}
