/*
Theme Name: Murdoch
Author: Town Square
Author URI: http://townsquare.agency
Version: 1.0
*/

/* -----------------------------------------
01. General
----------------------------------------- */
/* Basic Typography
=================================== */
body {
    line-height: 1.625;
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #464646;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, .widget-title, h4, h5, h6 {
    line-height: normal;
    letter-spacing: 0;
    margin: 0 0 15px 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #2d2d2d;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-transform: uppercase;
}

h1 {
    font-size: 30px;
}
h1.post-title {
    text-align: center;
}

h1.pre-header {
    font-size: 15px;
    text-align: center;
    color: #8e8e8e;
}
h1:after, h2:after {
    content: " ";
    display: block;
    position: relative;
    width: 100px;
    height: 3px;
    background: #000;
    text-align: center;
    margin: 30px auto;
}

h2 {
    font-size: 30px;
}


h3, .widget-title {
    font-size: 22px;
    margin-top: 40px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

p {
    margin: 0 0 15px 0;
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

hr {
    border-top: 1px solid #c1c1c1;
}

hr.hp-divider {
    margin-bottom: 50px;
}

a {
    -webkit-transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
    transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
    outline: none;
    color: #2d2d2d;
    text-decoration: none;
}
a:hover, a:focus {
    color: #606060;
    outline: none;
    text-decoration: none;
}
a:active {
    outline: none;
}

.CTA {
    text-transform: uppercase;
    padding: 8px 12px;
    border: 1px solid #000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    display: inline-block;
    width: auto;
    height: auto;
    line-height: 1em;
    margin: 20px 0;
}
.CTA:hover {
    border-color: #606060;
}

.group:before, .group:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
.group:after {
    clear: both;
}

.centred {
    text-align: center;
}

/* General Element Styling
=================================== */
/* Reset figure margin from normalize.css */
figure {
    margin: 0;
}

/* Lists */
ul, ol {
    padding-left: 20px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

dl {
    margin: 0 0 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 15px;
}

/* Blockquotes */
blockquote {
    margin: 20px 0;
    padding-left: 15px;
    border-left: 3px solid #ccc;
    font-size: 17px;
    font-weight: 300;
}
blockquote cite {
    display: block;
    font-weight: bold;
    font-style: italic;
    margin: 10px 0 0;
    color: rgba(91, 91, 91, 0.8);
    font-size: 14px;
}

/* Tables */
table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

.entry-content table {
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;
}
.entry-content th:first-child,
.entry-content td:first-child {
    padding-left: 0;
}
.entry-content th,
.entry-content td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.entry-content caption,
.entry-content th,
.entry-content td {
    font-weight: normal;
    text-align: left;
    padding: 5px;
    vertical-align: middle;
}
.entry-content th {
    border-width: 0 1px 1px 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 85%;
}
.entry-content td {
    border-width: 0 1px 1px 0;
}

.padded {
    padding-bottom: 40px;
}

/* Code */
code, kbd, tt, var, samp, pre {
    font-family: monospace, serif;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    font-style: normal;
}

pre {
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

/* Various */
address {
    margin: 0 0 15px;
}

.sr-only,
.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* Embeds and iframes
=================================== */
embed,
iframe,
object,
video,
audio {
    margin-bottom: 15px;
    max-width: 100%;
}

p > embed,
p > iframe,
p > object,
p > audio,
span > embed,
span > iframe,
span > object,
span > audio {
    margin-bottom: 0;
}

#map,
.map * {
    max-width: none !important;
}

/* General Form Styling
=================================== */
label {
    display: block;
    margin: 0 0 2px;
    font-weight: normal;
}

input,
textarea {
    display: inline-block;
    font-size: inherit;
    width: 100%;
    max-width: 100%;
    height: 40px;
    padding: 7px 12px;
    box-shadow: none;
    line-height: normal;
    border: 1px solid #ccc;
    background-color: #FFF;
    background-image: none;
    border-radius: 0;
}
input:focus,
textarea:focus {
    outline: none;
}
@media (max-width: 767px) {
    input,
    textarea {
        width: 100%;
    }
}

input[type="search"] {
    /* Restoring box-sizing */
    box-sizing: border-box;
}

textarea {
    height: auto;
}

select {
    max-width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    width: auto;
    height: auto;
}

fieldset {
    margin: 0 0 15px;
    padding: 0;
    border: none;
    min-width: 0;
}

/* Placeholder text color */
::-webkit-input-placeholder {
    color: rgba(91, 91, 91, 0.5);
    font-weight: normal;
    opacity: 1;
}

:-moz-placeholder {
    color: rgba(91, 91, 91, 0.5);
    font-weight: normal;
    opacity: 1;
}

::-moz-placeholder {
    color: rgba(91, 91, 91, 0.5);
    font-weight: normal;
    opacity: 1;
}

:-ms-input-placeholder {
    color: rgba(91, 91, 91, 0.5);
    font-weight: normal;
    opacity: 1;
}

/* Buttons
=================================== */
.btn, .comment-reply-link,
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
    display: inline-block;
    font-weight: normal;
    margin: 0;
    line-height: normal;
    border: none;
    box-shadow: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: 0.18s background-color ease, color 0.18s ease, 0.18s border-color ease;
    transition: 0.18s background-color ease, color 0.18s ease, 0.18s border-color ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0;
    width: auto;
    height: auto;
    background-image: none;
    padding: 9px 16px 8px;
    font-size: 14px;
    background-color: #2d2d2d;
    color: #FFF;
}
.btn:active, .comment-reply-link:active,
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button:active {
    outline: none;
}
.btn:hover, .comment-reply-link:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover {
    background: #939393;
    color: #FFF;
    text-decoration: none;
}
.btn:focus, .comment-reply-link:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
button:focus {
    outline: none;
}

/* CI-Slider Overrides
=================================== */
.ci-slider {
    margin: 0;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    border: 0;
}
.ci-slider.loading:before {
    width: 40px;
    height: 40px;
    background-color: #FFF;
    border-radius: 100%;
    -webkit-animation: scaleout 1.0s infinite ease-in-out;
    animation: scaleout 1.0s infinite ease-in-out;
    content: "";
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1000;
}
.ci-slider .slides li:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1000;
}

.ci-direction-nav {
    position: absolute;
    bottom: 25px;
    right: 25px;
    z-index: 10;
}
.ci-direction-nav li {
    display: inline-block;
    margin-left: 15px;
}
.ci-direction-nav a {
    position: static;
    display: block;
    width: auto;
    height: auto;
}
.ci-direction-nav a:before {
    color: #FFF;
    font-size: 24px;
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}
@keyframes scaleout {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0;
    }
}
.ci-direction-nav a {
    top: 50%;
    opacity: 0.7;
    line-height: normal;
}
.ci-direction-nav a:hover {
    color: #FFF;
    opacity: 1;
}

.ci-slider .slides > li:first-child {
    display: block;
    /* Display flexslider's first item no matter if its loading or not */
    -webkit-backface-visibility: visible;
}

.ci-slider.loading .slides > li:first-child {
    opacity: 1 !important;
    /* Remove the fade in/out animation when the slider loads */
}

/* Magnific Popup Overrides
=================================== */
.mfp-bg {
    background-color: #000;
}

.mfp-preloader {
    color: #FFF;
}
.mfp-preloader a, .mfp-preloader a:hover {
    color: #2d2d2d;
}

.mfp-container:not(.mfp-s-error) .mfp-preloader {
    width: 40px;
    height: 40px;
    background-color: #FFF;
    border-radius: 100%;
    -webkit-animation: scaleout 1.0s infinite ease-in-out;
    animation: scaleout 1.0s infinite ease-in-out;
    background-color: #2d2d2d;
    text-indent: -999em;
    margin: 0 auto;
}

button.mfp-close,
button.mfp-arrow {
    border: none;
    opacity: 1;
}
button.mfp-close:hover,
button.mfp-arrow:hover {
    background: none;
    border: none;
}

.mfp-close-btn-in .mfp-close {
    color: #FFF;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #2d2d2d;
}

.mfp-arrow {
    line-height: 0.3;
}
.mfp-arrow:before, .mfp-arrow:after {
    border: none;
}
.mfp-arrow:after {
    font-family: FontAwesome;
    font-size: 70px;
    color: #2d2d2d;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mpf-a {
    content: "\f105";
}

.mfp-arrow-left:after,
.mfp-arrow-left .mpf-a {
    content: "\f104";
}

/* Text Alignment Helpers
=================================== */
.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

/* -----------------------------------------
02. Main Navigation
----------------------------------------- */
.nav-hold {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 11;
    background: #fff;
    padding: 30px 40px;
    -webkit-transition: padding 0.18s ease;
    transition: padding 0.18s ease;
}
.nav-hold.shrunk{
    padding: 5px 40px;
}
.main-nav.nav {
    text-align: right;
}
.nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
    display: inline-block;
}
.nav .social-link {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}

.nav .social-link a {
    font-size: 20px;
    line-height: 40px;
}

.navigation:before, .navigation:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
.navigation:after {
    clear: both;
}
.navigation li {
    position: relative;
    z-index: 100;
}
.navigation > li {
    display: inline-block;
}
.navigation ul {
    position: absolute;
    z-index: 300;
    top: -999em;
    text-align: left;
}
.navigation li:hover > ul,
.navigation .sfHover > ul {
    top: auto;
}
.navigation li li:hover > ul,
.navigation li .sfHover > ul {
    top: 0;
    left: 100%;
}
.navigation li li li:hover > ul,
.navigation li li .sfHover > ul {
    top: 0;
    left: 100%;
}
.navigation a, .navigation .navigation a:visited {
    display: block;
    white-space: nowrap;
}
.navigation a {
    /* Global Menu Link Styles */
    display: block;
    padding: 0 12px;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    line-height: 40px;
    text-transform: uppercase;
}
.navigation a:hover,
.navigation .sfHover > a {
    text-decoration: none;
    color: #000;
    /* First Level & Global Menu Link Hover Styles */
}
.navigation > li > a {
    /* First Level Menu Link Styles */
}
.navigation > li ul a {
    /* All Other Menu Level Link Styles */
    background: #fff;
    padding: 10px 12px;
    line-height: 20px;
}
.navigation > li ul a:hover,
.navigation > li ul .sfHover > a {
    /* All Other Level Menu Link Hover Styles */
}
.navigation > li > a:hover,
.navigation > li.sfHover > a,
.navigation > li.sfHover > a:active,
.navigation > li.current_page_item > a,
.navigation > li.current-menu-item > a,
.navigation > li.current-menu-ancestor > a,
.navigation > li.current-menu-parent > a,
.navigation > li.current > a {
    /* WordPress First Level Current/Ancestor Hover Page Styles */
}
.navigation > li > a:before {
    content: " ";
    display: block;
    width: 100%;
    position: relative;
    height: 2px;
    background: #fff;
    bottom: -33px;
}
.navigation > li > a:hover:before, 
.navigation > li.sfHover > a:before, 
.navigation > li.sfHover > a:active:before, 
.navigation > li.current_page_item > a:before, 
.navigation > li.current-menu-item > a:before, 
.navigation > li.current-menu-ancestor > a:before, 
.navigation > li.current-menu-parent > a:before, 
.navigation > li.current > a:before {
    content: " ";
    display: block;
    width: 100%;
    position: relative;
    height: 2px;
    background: #000;
    bottom: -33px;
}

.navigation.sf-arrows .sf-with-ul:after {

}
.navigation ul {
    /* All Lower Level Menu Container Styles */
}
.navigation a.sf-with-ul {
    padding-right: 22px;
    position: relative;
    /* Styling for navigation arrows  ---------- */
}
.navigation.sf-arrows .sf-with-ul:after {
    content: '\f078';
    font-family: FontAwesome;
    position: relative;
    top: -2px;
    right: -6px;
    margin-top: 0px;
    font-size: 10px;
    font-weight: normal;
    line-height: 40px;
}
.navigation.sf-arrows ul .sf-with-ul:after {
    right: 8px;
    margin-top: -7px;
    content: "\f054";
    /* Styling for right facing arrows  ---------- */
}

/* -----------------------------------------
03. Header
----------------------------------------- */
/* Logo
=================================== */
.hero {
    position: relative;
    background-position: center bottom;
    background-size: cover;
    width: 100%;
    height: 600px;
    height: calc(100vh - 108px);
    margin: 108px 0 0;
}
.inner .hero {
    min-height: 200px;
    max-height: 340px;
    margin-bottom: 150px;
    margin-bottom: 12vh;
    background-position: center center;
    height: 30vh;
}

.logo {
    text-align: left;
    height: 40px;
    -webkit-transition: height 0.18s ease-in-out;
    transition: height 0.18s ease-in-out;
}
.logo h1 {
    font-size: 1px;
    position: absolute;
    margin-bottom: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.logo h1:after {
    content: none;
}
.logo img {
    height: 40px;
    -webkit-transition: height 0.18s ease-in-out;
    transition: height 0.18s ease-in-out;
}
.nav-hold.shrunk .logo, .nav-hold.shrunk .logo img {
    height: 30px;
    margin: 5px 0;
}
.logo p {
    margin: 0;
}
.logo.footer-logo {
    position: static;
    text-align: center;
    margin-bottom: 75px;
    -webkit-transform: none;
    transform: none;
}
.logo.footer-logo h1 {
    font-size: 24px;
}

/* -----------------------------------------
04. Modules
----------------------------------------- */
/* Main Content Styles
=================================== */
.main {
    margin-bottom: 75px;
}

.section-title {
    text-align: center;
    letter-spacing: 0.3em;
    margin-bottom: 50px;
}
.section-title.with-subtitle {
    margin-bottom: 0;
}

/* Homepage Styles
=================================== */
.home hr {
    border-top-color: #fff;
}
.home .entry {
    margin-bottom: 40px;
}

.home .entry-content.group {
    margin: 0 120px;
    margin: 0px 10vw;
}

.home-hero-text {
    padding: 150px 0;
    padding: 15vh 0;
}

.home .hero-title {
    display: none;
}

.home-highlight {
    margin-top: 190px;
    margin-bottom: 150px;
}

.home .header {
    margin-bottom: 70px;
}

@media (min-width:992px) {
    #ci-items-2 .entry-portfolio-item {
        position: relative;
        margin-bottom: 10px;
    }

    #ci-items-2 .col-md-6 {
        padding-right: 5px;
        padding-left: 15px;
    }

    #ci-items-2 .col-md-6:nth-child(2n) {
        padding-left: 5px;
        padding-right: 15px;
    }
}

/* Entry Styles
=================================== */
.entry {
    margin: 0 0 60px;
}
.entry-title {
    text-align: center;
}
.entry .entry-thumb.alignnone, .entry .entry-thumb.alignleft, .entry .entry-thumb.alignright, .entry .entry-thumb.aligncenter {
    margin-top: 0;
}
.entry .entry-thumb.entry-portfolio-images a {
    display: block;
    margin-bottom: 30px;
}
.entry .entry-content:before, .entry .entry-content:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
.entry .entry-content:after {
    clear: both;
}
.entry .entry-featured {
    margin-bottom: 30px;
}
.entry-portfolio-item .entry-featured {
    margin-bottom: 0;
    height: 320px;
    height: 38vh;
    display: block;
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
}
.entry-portfolio-item .entry-featured:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 1px;
}
.entry-portfolio-item .entry-featured:hover:before {
    background: rgba(0, 0, 0, 0.35);
}
.entry-portfolio-item .entry-featured h2 {
    font-size: 25px;
}
.entry-portfolio-item .entry-featured h2:after {
    content: none;
}
.entry .entry-meta dt {
    float: left;
    margin-right: 5px;
}
.entry .entry-meta dd {
    margin-bottom: 5px;
}

.inner hr {
    border-top-color: #fff;
    margin: 100px 0;
}

/* Project Styles
=================================== */
/*.page-template-template-project .hero {
    height: 45vh;
    max-height: 550px;
    min-height: 350px;
    background-position: center bottom;
    background-repeat: no-repeat;
}*/

.slider ul {
    list-style: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.slider li {
    width: 100%;
    height: 100%;
    float: left;
}

.slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

h2.hero-title {
    color: #fff;
    font-size: 3em;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

h2.hero-title:after {
    display: none;
    content: none;
}

.page-divider-image {
    height: 300px;
    background-position: center;
    background-size: cover;
    margin: 50px 0;
}

.entry-featured.no-mask, .project.slider {
    margin: 100px 0 50px;
    height: 300px;
    height: 50vh;
    display: block;
    background: #5a5a5a;
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
}

.project.slider {
    position: relative;
}

.highlight-content {
    padding: 40px;
    text-align: center;
}
/*.highlight-content:after {
    content: " ";
    display: block;
    position: relative;
    width: 100px;
    height: 3px;
    background: #000;
    text-align: center;
    margin: 30px auto;
}*/

/* Portfolio Styles
=================================== */
.entry-portfolio-item {
    position: relative;
    margin-bottom: 30px;
}
.entry-portfolio-item .entry-portfolio-title {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.portfolio-filters {
    margin: 0 0 30px;
    padding: 10px 0;
    list-style: none;
    text-align: center;
}
.portfolio-filters li {
    display: inline;
}
.portfolio-filters li a {
    display: inline-block;
    padding: 5px;
}
.portfolio-filters li a.selected {
    border-bottom: 2px solid #2d2d2d;
}

/* Pagination
=================================== */
#paging {
    margin-top: 60px;
    text-align: center;
}
#paging ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#paging ul li {
    display: inline-block;
}
#paging a,
#paging > span,
#paging li span {
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    color: #2d2d2d;
    padding: 12px 16px;
    margin: 0 3px 0 0;
    line-height: normal;
    font-style: normal;
    background: #fff;
    border: 2px solid #2d2d2d;
}
#paging a:hover, #paging .current {
    border-color: #adadad;
    color: #adadad;
}

/* -----------------------------------------
05. Footer
----------------------------------------- */
.footer {
    background: #000;
    font-size: 14px;
}
.footer .sticky-area {
    position: fixed;
    z-index: 100;
    background: #fff;
}
.footer .sticky-area.bottom {
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
}
.footer .sticky-area.left {
    width: 50px;
    height: 100%;
    bottom: 0;
    left: 0;
}
.footer .sticky-area.right {
    width: 50px;
    height: 100%;
    bottom: 0;
    right: 0;
}
.footer .nav {
    margin: 0 0 10px 0;
}
.footer .site-tagline, .footer .site-tagline a {
    text-align: center;
    font-size: 13px;
    color: #b1b1b1;
}
.footer .site-tagline a:hover {
    color: #fff;
}

/* -----------------------------------------
06. Comments
----------------------------------------- */
#comments {
    margin: 40px 0 0;
}

#comment-list {
    margin: 0;
    list-style: none;
    padding: 0;
}
#comment-list ol {
    list-style: none;
}
@media (max-width: 767px) {
    #comment-list ol {
        margin: 0;
        padding: 0;
    }
}
#comment-list .comment-body {
    margin-bottom: 20px;
    padding-top: 20px;
}
#comment-list > .comment:first-child > .comment-body {
    border-top: none;
    padding-top: 0;
}

.post-comments {
    margin: 0 0 45px;
}

.comment-author .avatar {
    width: 64px;
    height: 64px;
    float: left;
    margin: 0 15px 15px 0;
    overflow: visible;
}
@media (max-width: 767px) {
    .comment-author .avatar {
        display: none;
    }
}

.comment-content {
    overflow: hidden;
    zoom: 1;
    font-size: 13px;
}

.comment-metadata {
    font-size: 12px;
    margin: 0 0 5px;
}

.comment-reply-link {
    font-size: 10px;
    text-transform: uppercase;
    padding: 4px 10px;
    margin-left: 80px;
    height: auto;
    width: auto;
}
@media (max-width: 767px) {
    .comment-reply-link {
        margin: 0;
    }
}

.bypostauthor > article .fn:before {
    font-family: FontAwesome;
    content: "\f005";
    margin: 0 2px 0 -2px;
    position: relative;
    top: -1px;
    font-size: 11px;
}

#cancel-comment-reply-link {
    font-size: 13px;
    font-weight: normal;
    margin-left: 5px;
}

.form-allowed-tags,
.comment-notes {
    font-size: 12px;
    line-height: 1.5;
    color: rgba(91, 91, 91, 0.8);
}

/* -----------------------------------------
07. Widgets Styling
----------------------------------------- */
.widget {
    margin: 0 0 35px;
}
/*.home-widgets .widget {
    margin-bottom: 60px;
}*/

.sidebar .widget:last-child,
.widget p:last-child,
.home-widgets .widget:last-child,
.footer-widgets .widget:last-child {
    /* Nullify bottom margin for last elements in widgets and sidebars */
    margin-bottom: 0;
}

.widget-title {
    margin-bottom: 20px;
    letter-spacing: 0.3em;
    font-size: 14px;
}
.widget-title label {
    text-transform: none;
    display: block;
    font-size: inherit;
    margin: 0;
    line-height: inherit;
    font-weight: inherit;
}
.home-widgets .widget-title {
    text-align: center;
}

.footer-widgets {
    background: rgba(0, 0, 0, 0.07);
    padding: 50px 100px;
    text-align: left;
}

.footer-widgets .widget {
    margin: 0;
}

.footer, .footer h2, .footer h3, .footer .widget-title, .footer h4, .footer h5, .footer h6, .footer a {
    color: #fff;
    text-align: left !important;
}

.footer a {
    padding: 0px 0 3px !important;
    border-bottom: 1px solid #000;
    margin-bottom: 4px;
    display: inline-block;
    line-height: 1;
}

.footer a:hover {
    border-bottom: 1px solid #fff;
}

/* WIDGET: #List Widgets
========================================= */
.widget select {
    width: 100%;
    padding: 5px 10px;
    border-radius: 0;
    border: 1px solid #ececec;
}

.widget_meta ul,
.widget_pages ul,
.widget_categories ul,
.widget_archive ul,
.widget_nav_menu ul,
.widget_recent_entries ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget_meta ul ul,
.widget_pages ul ul,
.widget_categories ul ul,
.widget_archive ul ul,
.widget_nav_menu ul ul,
.widget_recent_entries ul ul {
    margin-left: 15px;
}
.widget_meta ul li,
.widget_pages ul li,
.widget_categories ul li,
.widget_archive ul li,
.widget_nav_menu ul li,
.widget_recent_entries ul li {
    line-height: normal;
    display: block;
    position: relative;
}
.widget_meta ul li a,
.widget_pages ul li a,
.widget_categories ul li a,
.widget_archive ul li a,
.widget_nav_menu ul li a,
.widget_recent_entries ul li a {
    display: inline-block;
    padding: 6px 0;
}
.widget_meta ul li .count,
.widget_pages ul li .count,
.widget_categories ul li .count,
.widget_archive ul li .count,
.widget_nav_menu ul li .count,
.widget_recent_entries ul li .count {
    position: absolute;
    right: 0;
    top: 8px;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    -webkit-transition: all 0.18s ease;
    transition: all 0.18s ease;
    padding: 4px 3px;
}

.widget_recent_comments ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget_recent_comments ul li {
    display: block;
    padding: 11px 0;
    border-bottom: 1px solid #ececec;
}

.widget_pages select,
.widget_categories select,
.widget_archive select {
    display: block;
    width: 100%;
    padding: 6px 15px;
    border-radius: 0;
    font-size: 14px;
    height: 40px;
    font-weight: normal;
    border: 1px solid #ececec;
    background: #FFF;
}

/* WIDGET: #Ads125
========================================= */
#ads125,
.ads125 {
    margin: 0;
    padding: 0;
    list-style: none;
}
#ads125 li,
.ads125 li {
    background: none;
    border: none;
    float: left;
    margin: 0 15px 10px 0;
    padding: 0;
    max-width: 125px;
    height: auto;
}

/* WIDGET: #Search
========================================= */
.searchform > div {
    position: relative;
}
.searchform .searchsubmit {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

/* WIDGET: #Flickr
========================================= */
.flickr_badge_image {
    float: left;
    margin: 0 15px 15px 0;
}
.flickr_badge_image a {
    display: block;
    line-height: 0;
}

/* WIDGET: #About
========================================= */
.widget_about {
    margin-top: -5px;
}
.widget_about img {
    max-width: 150px;
    height: auto;
    margin: 0;
}
.widget_about .alignleft {
    float: left;
    width: 30%;
    margin-right: 4%;
}
.widget_about .alignright {
    float: right;
    width: 66%;
    margin: 0;
}

.footer .widget_ci_about,
.footer .widget_ci_about_widget {
    text-align: center;
}
.footer .widget_ci_about img,
.footer .widget_ci_about_widget img {
    display: inline-block;
    margin-bottom: 15px;
    border-radius: 100%;
}

/* WIDGET: #Text Widget
========================================= */
.widget_text p:last-child {
    margin-bottom: 0;
}

/* WIDGET: #Twitter
========================================= */
.widget_ci_twitter_widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget_ci_twitter_widget ul li {
    margin-bottom: 12px;
}
.widget_ci_twitter_widget ul li:first-child {
    padding-top: 0;
}
.widget_ci_twitter_widget .twitter-time {
    display: block;
    font-size: 0.85em;
}

/* WIDGET: #Calendar
================================================== */
#wp-calendar {
    width: 100%;
}
#wp-calendar a {
    font-weight: bold;
    font-style: italic;
}
#wp-calendar caption {
    text-align: left;
    margin-top: 10px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
    padding: 9px;
}
#wp-calendar thead {
    font-size: 10px;
}
#wp-calendar thead th {
    background: rgba(0, 0, 0, 0.1);
    font-weight: bold;
    padding: 8px;
}
#wp-calendar tbody td {
    background: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 3px;
}
#wp-calendar tbody td:hover {
    background: rgba(0, 0, 0, 0.1);
}
#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;
}

/* WIDGET: #Social Icons (HTML only)
========================================= */
.social-icon i {
    width: 26px;
    height: 26px;
    line-height: 26px;
    background-color: #2d2d2d;
    color: #FFF;
    border: 1px solid #2d2d2d;
    font-size: 14px;
    border-radius: 26px;
    text-align: center;
    display: inline-block;
}

.social-icon:hover i {
    background-color: #939393;
    border-color: #939393;
}

/* -----------------------------------------
08. WordPress Defaults
----------------------------------------- */
/* WordPress Galleries
=================================== */
.gallery {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 15px;
}
.gallery:before, .gallery:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
.gallery:after {
    clear: both;
}

.gallery-item {
    margin-bottom: 10px;
}
.gallery-item img {
    width: 100%;
}

.gallery-columns-1 .gallery-item {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    width: 50%;
}
@media (min-width: 768px) {
    .gallery-columns-1 .gallery-item {
        float: left;
        width: 100%;
    }
}

.gallery-columns-2 .gallery-item {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    width: 50%;
}
@media (min-width: 768px) {
    .gallery-columns-2 .gallery-item {
        float: left;
        width: 50%;
    }
}

.gallery-columns-3 .gallery-item {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    width: 50%;
}
@media (min-width: 768px) {
    .gallery-columns-3 .gallery-item {
        float: left;
        width: 33.33333%;
    }
}

.gallery-columns-4 .gallery-item {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    width: 50%;
}
@media (min-width: 768px) {
    .gallery-columns-4 .gallery-item {
        float: left;
        width: 25%;
    }
}

.gallery-columns-5 .gallery-item {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    width: 50%;
}
@media (min-width: 768px) {
    .gallery-columns-5 .gallery-item {
        float: left;
        width: 20%;
    }
}

.gallery-columns-6 .gallery-item {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    width: 50%;
}
@media (min-width: 768px) {
    .gallery-columns-6 .gallery-item {
        float: left;
        width: 16.66667%;
    }
}

.gallery-columns-7 .gallery-item {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    width: 50%;
}
@media (min-width: 768px) {
    .gallery-columns-7 .gallery-item {
        float: left;
        width: 14.28571%;
    }
}

.gallery-columns-8 .gallery-item {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    width: 50%;
}
@media (min-width: 768px) {
    .gallery-columns-8 .gallery-item {
        float: left;
        width: 12.5%;
    }
}

.gallery-columns-9 .gallery-item {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    width: 50%;
}
@media (min-width: 768px) {
    .gallery-columns-9 .gallery-item {
        float: left;
        width: 11.11111%;
    }
}

.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0 0 0 5px;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: calc(100% - 10px);
    -webkit-transition: opacity 0.18s ease;
    transition: opacity 0.18s ease;
}

.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

/* WordPress Classes
=================================== */
/* Alignment */
.alignnone {
    margin: 5px 0 20px 0;
}
p .alignnone {
    margin-bottom: 0;
}

.aligncenter {
    display: block;
    margin: 7px auto 7px auto;
}

.alignright {
    float: right;
    margin: 7px 0 7px 24px;
}

.alignleft {
    float: left;
    margin: 7px 24px 7px 0;
}

/* Captions */
.wp-caption {
    max-width: 100%;
    margin-bottom: 15px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text {
    font-size: 12px;
    line-height: 17px;
    margin: 3px 0 5px;
    padding: 5px 0 0 0;
    text-align: left;
    font-style: italic;
}

.sticky {
    /* Provide sticky styles */
}

/* -----------------------------------------
09.  MOBILE MENU
----------------------------------------- */
#mobilemenu {
    display: none;
}
@media (max-width: 767px) {
    #mobilemenu {
        display: block;
    }
}

#mobile-bar {
    display: none;
    text-align: center;
    position: fixed;
    top: 0;
    right: 25px;
    z-index: 1000;
}
@media (max-width: 767px) {
    #mobile-bar {
        display: block;
    }
}

#mobile-bar .social-link {
    display: inline-block;
    font-size: 30px;
    line-height: 1;
    padding-right: 10px;
}

.menu-trigger,
.menu-trigger:focus {
    display: inline-block;
    padding: 10px 0 10px 12px;
    background: none;
    cursor: pointer;
    margin: 0;
    outline: none;
    color: #333;
    font-size: 30px;
    line-height: 1;
}

/* -----------------------------------------
10. External Plugins
----------------------------------------- */
/* Jetpack Sharing */
.sharedaddy {
    margin-top: 30px;
}

/* WP Instagram */
.null-instagram-feed p {
    padding-top: 10px;
}

.widget .instagram-pics {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget .instagram-pics:before, .widget .instagram-pics:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
.widget .instagram-pics:after {
    clear: both;
}

.widget .instagram-pics li {
    border-bottom: 0;
    padding: 0;
    float: left;
    width: 33.33333333333%;
}
.widget .instagram-pics li a {
    display: block;
    color: #5b5b5b;
}

.unslider {
    position: relative;
}

.unslider-arrow {
    position: absolute;
    left: 30px;
    top: 50%;
    z-index: 50;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    display: block;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.unslider-arrow.prev {
    border-right-width: 0px;
    border-top-width: 0px;
   
}

.unslider-arrow.next {
    left: auto;
    right: 30px;
    border-left-width: 0px;
    border-bottom-width: 0px;
}

nav.unslider-nav {
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 49;
}

.home nav.unslider-nav {
    bottom: 80px;
    bottom: 2%;
}

.unslider-nav ol {
  list-style: none;
  text-align: center;
}
.unslider-nav ol li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 4px;
    background: transparent;
    border-radius: 100%;
    overflow: hidden;
    text-indent: -999em;
    border: 2px solid #fff;
    cursor: pointer;
}
.unslider-nav ol li.unslider-active {
  background: #fff;
  cursor: default;
}

/* -----------------------------------------
11. Global Mediaqueries
----------------------------------------- */
@media (min-width: 1400px) {
    .container { width: 1370px }
}
@media (max-width: 991px) {
    .footer .sticky-area.bottom {
        height: 25px;
    }
    .footer .sticky-area.left {
        width: 25px;
    }
    .footer .sticky-area.right {
        width: 25px;
    }
    
    .footer-widgets {
        padding: 50px 35px;
    }
    
    #nav_menu-2, #nav_menu-3 {
        display: none;
    }
    
    .home-highlight {
        margin-top: 80px;
        margin-bottom: 80px;
        text-align: center!important;
    }
    .home-hero-text {
        padding: 80px 0;
    }
}
@media (max-width: 767px) {
    .main-nav {
        display: none;
    }
    
    #mobile-bar {
        right: 15px;
    }
    
    .logo h1 {
        margin-left: 15px;
    }
    
    .nav-hold, .nav-hold.shrunk {
        padding: 5px 0;
    }
    
    .logo, .logo img {
        height: 30px;
        margin: 5px 0;
    }
    
    .hero {
        margin-top: 50px;
        height: calc(100vh - 50px);
    }
    
    .inner .hero {
        height: 20vh;
        min-height: 100px;
        margin-bottom: 60px;
    }

    .home .entry-content.group {
        margin: 0 60px;
    }
    
    .home-hero-text {
        padding: 20px 0;
    }
    
    .home-highlight {
        margin-top: 20px;
    }
    
    .highlight-content {
        padding: 10px;
    }
    
    .home-highlight .col-md-10 {
        margin: 0 10px;
    }
    
    .entry-featured.no-mask {
        margin: 20px 0;
    }
    
    .inner hr {
        margin: 20px 0;
    }
    
    .entry, .main {
        margin-bottom: 30px;
    }
    
    .footer-widgets .widget {
        margin: 0 0 35px;
    }
    
}
@media (max-width: 767px) and (orientation:landscape) {
    .inner .hero {
        
    }
}
@media (max-width: 820px) {
    .footer .sticky-area {
        display: none;
    }
}
@media (max-width: 480px) {
    .home .entry-content.group {
        margin: 0 20px;
    }
}
