/*
Theme Name: Joiner
Theme URI: http://themes.xenothemes.co.uk/joiner
Author: Xeno Themes
Author URI: https://xenothemes.co.uk
Description: Joiner. The only custom WordPress theme for tradesmen.
Version: 1.0
Text Domain: joiner
Tags: sticky-post, full-width-template, custom-colors
License: GPL V2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Body */

::-moz-selection {
    color: #fff;
    background: #b19777;
}

::selection {
    color: #fff;
    background: #b19777;
}

body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    background: #f2f2f2;
}

body::-webkit-scrollbar-thumb {
    background-color: #b19777;
    border-radius: 0;
}

*:focus {
    outline: none;
    box-shadow: none;
}

html,
html body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6em;

    height: 100%;

    color: #3e434a;
    background: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.004);

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
    text-rendering: optimizeLegibility !important;
}

a,
a:active {
    cursor: pointer;
    transition: all 300ms ease-in-out;
    text-decoration: none;

    color: #b19777;
    box-shadow: none;
}

a:focus {
    outline: none;
}

a:hover {
    text-decoration: none;

    color: #CEBCA4;
}

p {
    margin: 0 0 20px 0;
    line-height: 1.6em;
}

p:last-child {
    margin-bottom: 0;
}

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

.section.bgColour {
    margin-right: 30px;
    margin-left: 30px;
}

.dotted-bg:before {
    position: absolute;
    top: -7%;
    right: -7%;
    bottom: 0;
    left: auto;
    display: block;
    width: 25%;
    height: 115%;
    content: '';
    background: url(images/dot-bg.svg) repeat;
    z-index: -1;
}

.aligncenter {
    text-align: center;
}

.alignright {
    text-align: right;
}

.screen-reader-text {
    display: none;
}

blockquote {
    font-size: 100%;
    font-style: italic;
    background: #fff;
    padding: 15px 25px;
    border-left-color: #b19777;
    margin: 30px 0;
}

blockquote p:last-of-type {
    margin: 0;
}

blockquote cite {
    font-style: normal;
    font-size: 80%;
    margin-top: 10px;
    display: block;
}

/* Tables */

table tr th {
    padding: 5px 12px;

    border: 1px solid #fff;
    background: #f0f0f0;
}

table tr td {
    padding: 5px 12px;

    border: 1px solid #fff;
    background: #f8f8f8;
}

table tfoot tr td {
    border-color: transparent;
    background: transparent;
}

table {
    margin-bottom: 30px;
}

/* Lists */

dl {
    margin-bottom: 30px;
}

dl dt {
    padding: 5px 12px;
    background: #f0f0f0;
}

dl dd {
    padding: 5px 12px;
    background: #f8f8f8;
    margin-bottom: 15px;
}

address {
    padding: 15px;
    background: #f8f8f8;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;

    margin: 0 0 30px 0;

    color: #333;
}

h1 {
    font-size: 64px;

    position: relative;

    letter-spacing: 1.5px;
}

.single-title {
    position: relative;
    overflow: hidden;

    width: 100%;
}

.single-title.outline-text {
    padding: 20px 0;
}

.single-title.center {
    text-align: center;
}

.single-title.center h2,
.single-title.center h3,
.single-title.center h4,
.single-title.center h5,
.single-title.center h2 span,
.single-title.center h3 span,
.single-title.center h4 span,
.single-title.center h5 span {
    max-width: 100%;
}

.single-title h2,
.single-title h3,
.single-title h4,
.single-title h5 {
    font-size: 16px;
    font-weight: bold;

    letter-spacing: 1px;
    text-transform: uppercase;
}

.single-title h2 span,
.single-title h3 span,
.single-title h4 span,
.single-title h5 span {
    display: block;

    margin-top: 15px;

    letter-spacing: normal;
    text-transform: none;
}

.single-title.outline-text h2,
.single-title.outline-text h3,
.single-title.outline-text h4,
.single-title.outline-text h5 {
    position: relative;
    z-index: 1;
}

.single-title.outline-text h2 span,
.single-title.outline-text h3 span,
.single-title.outline-text h4 span,
.single-title.outline-text h5 span {
    margin-top: 0;
}

h2,
.single-title h2 span {
    font-size: 36px;
    line-height: 1.4em;

    max-width: 90%;
}

h3,
.single-title h3 span {
    font-size: 28px;
    line-height: 1.4em;

    max-width: 90%;
}

h4,
.single-title h4 span {
    font-size: 24px;
    line-height: 1.4em;

    max-width: 90%;
}

h5,
.single-title h5 span {
    font-size: 20px;
    line-height: 1.4em;

    max-width: 90%;
}

.single-title svg {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;

    overflow: visible;

    width: 100%;
    margin: auto;

    transform: translateY(-40%);
}

.single-title text {
    font-family: montserrat;
    font-size: calc(1em + 3.5vw);
    font-weight: 900;

    border: 0;

    fill: transparent;
    stroke: rgba(255, 255, 255, .1);
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}

.single-title.inview text {
    animation: dash 4s ease-in-out forwards;
}

@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

/* Burger menu */

.burger-menu {
    position: absolute;
    z-index: 999999;
    top: 30px;
    right: 15px;

    display: none;
}

.burger-menu a {
    display: block;

    padding: 5px;
}

.burger-menu span {
    display: block;

    cursor: pointer;
    transition: all .4s cubic-bezier(.5, 10, .6, .1);
}

.burger-menu .active {
    right: 0;
    left: 0;

    width: 20px;
    height: 3px;
    margin-top: 4px;
    margin-right: auto;
    margin-left: auto;

    background: #fff;
}

.burger-menu .cross {
    right: 0;
    left: 0;

    display: block;

    width: 20px;
    height: 3px;
    margin-top: 6px;
    margin-right: auto;
    margin-left: auto;

    background: #fff;
}

.burger-menu .cross:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.burger-menu .cross:nth-of-type(2) {
    margin-top: -3px;

    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.admin-bar .mobile-menu {
    top: 32px;
}

.mobile-menu {
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    bottom: 0;
    left: -100%;

    width: 90%;

    transition: all 500ms ease-in-out;

    background: #17223c;
    display: flex;
}

.mobile-menu.open-menu {
    left: 0;

}

.mobile-menu .menu-main-menu-container,
.mobile-menu .menu {
    width: 100%;
    overflow: scroll;
}

.mobile-menu ul {
    margin: 0;
    padding: 0;

    list-style: none;

    text-align: left;
    overflow: scroll;
}

.mobile-menu ul li {
    position: relative;

    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.mobile-menu ul li.current_page_ancestor > a,
.mobile-menu ul li.current-menu-item > a {
    color: #fff;
}

.mobile-menu ul li a {
    font-size: 18px;

    display: block;

    padding: 20px;

    text-transform: uppercase;

    color: #fff;
}

.mobile-menu ul li .arrow {
    display: none;
}

.mobile-menu ul li.menu-item-has-children .arrow,
.mobile-menu ul li.page_item_has_children .arrow {
    font-size: 9px;

    position: absolute;
    top: 0;
    right: 0;

    display: block;

    padding: 25px;

    content: '\f078';

    color: #fff;
}

body .navbar .mobile-menu li.active a:hover,
body .navbar .mobile-menu li.current_page_parent a:hover,
body .navbar .mobile-menu li.current-page-ancestor a:hover {
    font-size: 18px !important;

    display: block;

    padding: 5px;

    color: #333;
}

.mobile-menu ul li .sub-menu,
.mobile-menu ul li .children {
    display: none;

    background: rgba(0, 0, 0, .2);
}

.mobile-menu ul li .sub-menu li:first-of-type,
.mobile-menu ul li .children li:first-of-type {
    border-top: 1px solid #ececec;
}

.mobile-menu ul li .sub-menu li:last-of-type,
.mobile-menu ul li .children li:last-of-type {
    border-bottom: none;
}

.mobile-menu ul li .sub-menu li a,
.mobile-menu ul li .children li a {
    font-size: 13px !important;
}

.mobile-menu ul li .sub-menu li .arrow,
.mobile-menu ul li .children li .arrow {
    display: none;
}

/* Mobile menu search */

.mobile-menu .search-form {
    position: relative;

    padding: 10px;

    background: #f5f5f5;
}

.mobile-menu .search-form label {
    font-weight: normal;

    position: relative;

    width: 100%;
}

.mobile-menu .search-form label:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;

    position: absolute;
    top: 14px;
    right: 15px;

    content: '\f002';

    color: #718787;

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mobile-menu .search-form input[type='search'] {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: italic;

    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px 20px;

    color: #718787;
    border: solid 1px #ececec;
    background-color: #fff;
}

.mobile-menu .search-form .screen-reader-text {
    display: none;
}

.mobile-menu .search-form .search-submit {
    font-size: 0;

    position: absolute;
    top: 12px;
    right: 12px;

    width: 40px;
    height: 40px;

    text-indent: -9999px;

    border: none;
    background: transparent;
}

/* Full screen search */

.fullscreen-search.open {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    z-index: 999999999;   
}

.fullscreen-search {
    display: flex;
    height: 100vh;
    width: 100vw;
    align-items: center;
    justify-content: center;
    position: fixed;
    transition: all 300ms ease-in-out;
    transform: scale(1.5);
    opacity: 0;
    visibility: hidden;
    z-index: -999999;
}

.fullscreen-search:before {
    content: '';
    position: absolute;
    display: block;
    background: #141d32;
    height: 100vh;
    width: 100vw;
    opacity: .95;
}

.fullscreen-search form {
    position: relative;
}

.fullscreen-search form input {
    margin-bottom: 0;
}

.fullscreen-search form input[type='search'] {
    font-size: 18px;

    min-width: 70vw;

    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom-color: rgba(255, 255, 255, .5);
    color: #fff;
    background: transparent;
}

.fullscreen-search form .search-submit {
    padding: 21px 30px;
}

.fullscreen-search .close {
    position: absolute;
    right: 32px;
    top: 22px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
}

.fullscreen-search .close:hover {
    opacity: 1;
}

.fullscreen-search .close:before,
.fullscreen-search .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #fff;
}

.fullscreen-search .close:before {
    transform: rotate(45deg);
}

.fullscreen-search .close:after {
    transform: rotate(-45deg);
}


/* Hero slider */

#hero {
    position: relative;

    background: #17223c;
}

#hero h1 {
    font-size: 84px;
    font-weight: bold;

    position: relative;
    z-index: 3;

    opacity: 0;
    color: #fff;
}

#hero .slick-active h1 {
    -webkit-animation: Heading 1s .25s forwards;
            animation: Heading 1s .25s forwards;
}

#hero .title {
    font-size: 14px;
    font-weight: 600;

    display: block;

    letter-spacing: 1px;
    text-transform: uppercase;

    opacity: 0;
    color: #fff;
}

#hero .slick-active .title {
    -webkit-animation: SubHeading 1s .25s forwards;
            animation: SubHeading 1s .25s forwards;
}

#hero .item {
    background-attachment: fixed;
    background-size: cover;
}

#hero .item:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';

    background: rgb(23,34,60);
    background: linear-gradient(180deg, rgba(23,34,60,.3) 0%, rgba(23,34,60,.6) 100%);
}

#hero .item .container {
    display: flex;

    height: 80vh;
    min-height: 700px;

    align-items: center;
}

.admin-bar #hero .item .container {
    height: calc(80vh - 32px);
}

#hero .item .container > .row {
    width: 100%;
    padding-top: 50px;
}

#hero ul.slick-dots {
    position: absolute;
    right: 0;
    bottom: 0;

    margin: 0;
    padding: 0;

    list-style: none;
}

#hero ul.slick-dots li {
    display: inline-block;
}

#hero ul.slick-dots li button {
    font-size: 16px;
    font-weight: 700;

    padding: 20px 35px;

    transition: all 300ms ease-in-out;
    text-align: left;

    color: #192f49;
    border: none;
    background: #fff;
}

#hero ul.slick-dots li button span {
    font-size: 14px;

    display: block;

    transition: all 300ms ease-in-out;

    color: rgba(25, 47, 73, .5);
}

#hero ul.slick-dots li.slick-active button,
#hero ul.slick-dots li:hover button {
    color: #fff;
    background: #b19777;
}

#hero ul.slick-dots li.slick-active button span,
#hero ul.slick-dots li:hover button span {
    color: rgb(255, 255, 255, .5);
}

#hero .button {
    font-size: 16px;
    font-weight: 600;

    display: block;
    display: inline-block;

    padding: 10px;

    opacity: 0;
    color: #fff;
}

#hero .slick-active .button i {
    line-height: 40px;

    width: 40px;
    height: 40px;

    transition: all 300ms ease-in-out;
    text-align: center;

    border-radius: 50%;
    background: transparent;
}

#hero .slick-active .button:hover i {
    transform: scale(.8);

    background: #b19777;
}

#hero .slick-active .button {
    -webkit-animation: HeroButton 1.25s .25s forwards;
            animation: HeroButton 1.25s .25s forwards;
}

#hero .pagingInfo {
    font-size: 64px;
    font-weight: 300;

    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    left: 0;

    margin: auto;

    transform: translateY(-50%);
    text-align: right;

    color: #fff;
}

#hero .pagingInfo span {
    font-weight: 500;
}

@keyframes SubHeading {
    0% {
        -webkit-transform: translateX(175px);
                transform: translateX(175px);

        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);

        opacity: 1;
    }
}

@-webkit-keyframes SubHeading {
    0% {
        -webkit-transform: translateX(175px);
                transform: translateX(175px);

        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);

        opacity: 1;
    }
}

@-moz-keyframes SubHeading {
    0% {
        -webkit-transform: translateX(175px);
                transform: translateX(175px);

        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);

        opacity: 1;
    }
}

@-ms-keyframes SubHeading {
    0% {
        -webkit-transform: translateX(175px);
                transform: translateX(175px);

        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);

        opacity: 1;
    }
}

@keyframes Heading {
    0% {
        -webkit-transform: translateX(75px);
                transform: translateX(75px);

        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);

        opacity: 1;
    }
}

@-webkit-keyframes Heading {
    0% {
        -webkit-transform: translateX(75px);
                transform: translateX(75px);

        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);

        opacity: 1;
    }
}

@-moz-keyframes Heading {
    0% {
        -webkit-transform: translateX(75px);
                transform: translateX(75px);

        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);

        opacity: 1;
    }
}

@-ms-keyframes Heading {
    0% {
        -webkit-transform: translateX(75px);
                transform: translateX(75px);

        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);

        opacity: 1;
    }
}

@-webkit-keyframes HeroButton {
    0% {
        -webkit-transform: translateX(-75px);
                transform: translateX(-75px);

        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);

        opacity: 1;
    }
}

@keyframes HeroButton {
    0% {
        -webkit-transform: translateX(-75px);
                transform: translateX(-75px);

        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);

        opacity: 1;
    }
}

@-webkit-keyframes HeroButton {
    0% {
        -webkit-transform: translateX(-75px);
                transform: translateX(-75px);

        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);

        opacity: 1;
    }
}

@-moz-keyframes HeroButton {
    0% {
        -webkit-transform: translateX(-75px);
                transform: translateX(-75px);

        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);

        opacity: 1;
    }
}

@-ms-keyframes HeroButton {
    0% {
        -webkit-transform: translateX(-75px);
                transform: translateX(-75px);

        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);

        opacity: 1;
    }
}

/* Hero socials */

#hero .social-profiles {
    position: absolute;
    z-index: 999;
    top: 50%;
    right: 55px;

    display: table;

    margin: 0;
    padding: 0;

    list-style: none;

    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: right;
}

#hero .social-profiles li {
    margin-bottom: 15px;
}

#hero .social-profiles li * {
    transition: all 300ms ease-in-out;
}

#hero .social-profiles li:last-of-type {
    margin-bottom: 0;
}

#hero .social-profiles li a {
    font-size: 14px;

    text-align: center;

    color: #fff;
}

#hero .social-profiles li i {
    font-size: 18px;

    display: inline-block;

    width: 15px;
    margin-left: 5px;
}

#hero .social-profiles li span {
    font-size: 11px;
    font-weight: 900;

    display: inline-block;

    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    letter-spacing: 8px;
    text-transform: uppercase;

    opacity: 0;
    color: var(--white);

    -webkit-filter: blur(3px);
            filter: blur(3px);
}

#hero .social-profiles li:hover span {
    -webkit-transform: translateX(0);
            transform: translateX(0);

    opacity: 1;
    color: #b19777;

    -webkit-filter: blur(0);
            filter: blur(0);
}

#hero .social-profiles li:hover i {
    color: #b19777;
}

/* Page header */

.single-project .page-header {
    padding-bottom: 120px;
}

body .page-header {
    position: relative;

    display: flex;

    min-height: 400px;
    margin: 0;
    padding: 200px 0 60px 0;

    border: none;
    background: #16213b;
    background-attachment: fixed !important;
    background-position: center !important;
    background-size: cover !important;

    align-items: center;
}

body .page-header:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';

    background: rgb(23,34,60);
    background: linear-gradient(180deg, rgba(23,34,60,.5) 0%, rgba(23,34,60,.8) 100%);
}

body .page-header h1 {
    font-size: 74px;
    font-weight: bold;

    -webkit-animation: Heading 1s .25s forwards;
            animation: Heading 1s .25s forwards;

    opacity: 0;
    color: #fff;
}

body .page-header .title {
    font-size: 14px;
    font-weight: 600;
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0;
    color: #fff;
    -webkit-animation: HeroButton 1.25s .25s forwards;
            animation: HeroButton 1.25s .25s forwards;
}

body .page-header p {
    -webkit-animation: HeroButton 1.25s .25s forwards;
            animation: HeroButton 1.25s .25s forwards;

    opacity: 0;
    color: #fff;
}


/* Breadcrumbs */

.breadcrumbs {
    font-size: 16px;

    margin-top: 50px;

    color: #fff;
}

.breadcrumbs span:first-of-type {
    padding-left: 0;
}

.breadcrumbs span {
    display: inline-block;

    padding: 0 5px;
}

/* Divs */

.wrapper {
    position: relative;
    z-index: 1;

    overflow-x: hidden;
}

.fw-container-fluid {
    padding: 0;
}

/* Logo */

.logo-wrap {
    padding-top: 20px;
    padding-bottom: 20px;

    text-align: center;

    background: #141d32;
}

.logo-wrap .site-name {
    display: block;
    color: #fff;
    font-size: 110%;
}

.logo-wrap .site-tagline {
    display: block;
    font-size: 80%;
}

.logo-wrap img {
    max-width: 110px;
}

.small-logo,
.banner--stick .logo {
    display: none;
}

.banner--stick .small-logo {
    display: block;
}

/* Menu */

body .navbar-collapse {
    text-align: right;
}

body .navbar.transparent {
    position: absolute;
    background: transparent;
}

body .navbar {
    position: static;
    z-index: 99;

    width: 100%;

    border: none;
    border-radius: 0;
    background: #17223c;
    margin: 0;
}

body .navbar > .row {
    display: flex;

    align-items: center;
}

.burger-menu {
    display: none;
}

.menu-main-menu-container {
    display: inline-block;
}

body .navbar .social {
    display: none;
}

.site-search {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    color: #b19777;
}

.site-search a:hover {
    color: #fff;
}

body .nav {
    display: inline-block;
}

body .nav > ul {
    margin: 0;
    padding: 0;
}

body .nav li {
    display: inline-block;
}

body .nav li a {
    font-size: 14px;
    font-weight: 700;

    padding: 15px;

    letter-spacing: 2px;
    text-transform: uppercase;

    color: #fff;
}

body .nav > li > a:hover,
body .nav > li > a:focus {
    background: transparent !important;
}

body .nav li.button a {
    padding: 15px 25px;

    color: #cf232a;
    border: 1px solid #cf232a;
}

body .nav li > a:hover,
body .nav li.current-menu-item > a,
body .nav li.current-page-ancestor > a {
    color: #b19777;
    background: transparent;
}

body .nav li.button a:hover {
    color: #718787;
    border-color: #718787;
}

.tel-num {
    font-weight: 600;

    display: inline-block;

    padding-left: 15px;

    border-left: 1px dotted rgba(255, 255, 255, .5);
}

.tel-num i {
    line-height: 25px;

    width: 25px;
    height: 25px;
    margin-right: 5px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background: #b19777;
}

.tel-num a {
    color: #fff;
}

.tel-num a:hover {
    color: #b19777;
}

/**  Dropdown  **/

.nav .sub-menu,
.nav .children {
    position: absolute;
    z-index: 0;
    z-index: 9999;
    top: 60px;

    display: block;
    visibility: hidden;

    width: auto;
    min-width: 200px;
    padding: 10px 0;

    transition: all .25s ease-in-out;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    text-align: left;

    opacity: 0;
    background: #141d32;
}

.nav li.menu-item-has-children:hover > .sub-menu,
.nav li.menu-item-has-children > .sub-menu li.menu-item-has-children:hover > .sub-menu,
.nav li.page_item_has_children:hover > .children,
.nav li.page_item_has_children > .children li.page_item_has_children:hover > .children {
    z-index: 10;

    visibility: visible;

    -webkit-transform: scale(1);
            transform: scale(1);

    opacity: 1;
}

.nav li .sub-menu li,
.nav li .children li {
    display: block;
}

.nav li .sub-menu a,
.nav li .children a {
    display: block;
    font-size: 12px;

    padding: 10px 20px;

    white-space: nowrap;
}

.nav li .sub-menu a:hover,
.nav li .children a:hover {
    transform: translateX(5px);
}

.nav li.menu-item-has-children > .sub-menu li.menu-item-has-children > .sub-menu,
.nav li.page_item_has_children > .children li.page_item_has_children > .children {
    top: 0;
    left: 100%;
}

/* Grid */

.slk.grid .item {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Carousels */

.slk {
    margin: 0 -30px;
    padding: 30px 15px;
}

.slk .item {
    height: auto !important;
    padding: 0 15px;
}

.service-grid > a:first-of-type,
.slk .item > a:first-of-type,
.portfolio-gallery .item > a:first-of-type,
.news-item a.news-img {
    position: relative;

    display: block;
    overflow: hidden;

    cursor: url(images/plus.svg), auto;

    background: #17223b;
}

.news-item a.news-img.hide {
    display: none;
}

.service-grid > a:hover aside,
.slk .item > a:hover aside,
.news-item a.news-img:hover aside {
    opacity: 1;
}

.service-grid > a aside,
.slk .item > a aside,
.news-item a.news-img aside {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;

    opacity: 1;
}

.service-grid > a aside .content,
.slk .item > a aside .content,
.news-item a.news-img aside .content {
    position: absolute;
    top: 50%;

    width: 100%;
    padding: 30px;

    transform: translateY(-50%);
    text-align: center;
    opacity: 0;

    color: #fff;
    transition: all 750ms ease-in-out;
}

.service-grid > a:hover aside .content,
.slk .item > a:hover aside .content,
.news-item a.news-img:hover aside .content {
    opacity: 1;
}

.service-grid > a aside .content span,
.slk .item > a aside .content span {
    font-size: 18px;
    font-weight: 600;

    display: block;

    margin-bottom: 5px;
}

.service-grid > a aside .content i,
.slk .item > a aside .content i {
    position: static;

    margin-right: 5px;

    color: #b19777;
    background: transparent;
}

.service-grid > a aside i,
.slk .item > a aside i,
.news-item > a aside i {
    position: absolute;

    transition: all 500ms ease-in-out;

    background: #b19777;
}

.service-grid > a aside i.top,
.slk .item > a aside i.top,
.news-item a.news-img aside i.top {
    left: 0;

    width: 0;
    height: 1px;
}

.service-grid > a aside i.bottom,
.slk .item > a aside i.bottom,
.news-item a.news-img aside i.bottom {
    right: 0;
    bottom: 0;

    width: 0;
    height: 1px;
}

.service-grid > a:hover aside i.top,
.slk .item > a:hover aside i.top,
.service-grid > a:hover aside i.bottom,
.slk .item > a:hover aside i.bottom,
.news-item a.news-img:hover aside i.top,
.news-item a.news-img:hover aside i.bottom {
    width: 100%;
}


.service-grid > a aside i.left,
.slk .item > a aside i.left,
.news-item a.news-img aside i.left {
    left: 0;

    width: 1px;
    height: 0;
}

.service-grid > a aside i.right,
.slk .item > a aside i.right,
.news-item a.news-img aside i.right {
    right: 0;
    bottom: 0;

    width: 1px;
    height: 0;
}

.service-grid > a:hover aside i.left,
.slk .item > a:hover aside i.left,
.service-grid > a:hover aside i.right,
.slk .item > a:hover aside i.right,
.news-item a.news-img:hover aside i.left,
.news-item a.news-img:hover aside i.right {
    height: 100%;
}

.service-grid img,
.slk img {
    width: 100%;

    transition: all 300ms ease-in-out;
}

.service-grid img {
    filter: grayscale(0);
}

.service-grid a:hover img,
.slk a:hover img,
.news-item a.news-img:hover img {
    transform: scale(1.2);
    filter: grayscale(1) blur(2px);

    opacity: .3;
}

.service-grid h4,
.slk h4 {
    font-size: 16px;
    font-weight: 700;

    margin: 20px 0 0 0;

    text-align: center;

    color: #fff;
}

/* Services grid */

.service-grid {
    margin-bottom: 60px;

    transition: all 300ms ease-in-out;
}

/* Logo slide */

.logo-slide .slick-track {
    display: flex !important;

    vertical-align: center;

    align-items: center;
}

.logo-slide div {
    text-align: center;
}

.logo-slide img {
    max-width: 140px;
    max-height: 60px;
    margin: 0 auto;

    transition: all 300ms ease-in-out;

    opacity: .6;

    filter: grayscale(1);
}

.logo-slide img:hover {
    opacity: 1;

    filter: grayscale(0);
}

/* Edit */

.edit-link {
    display: none;
}

/* Back to top */

#back-to-top {
    font-size: 12px;
    font-weight: bold;
    line-height: 45px;

    position: fixed;
    z-index: 9999;
    right: 0;
    bottom: 0;

    padding: 0 20px;

    cursor: pointer;
    transition: opacity 1s ease-out;
    transition: all 300ms ease-in-out;
    letter-spacing: 1px;
    text-transform: uppercase;

    opacity: 0;
    color: #fff;
    background: #b19777;
}

#back-to-top i {
    margin-right: 5px;
}

#back-to-top:hover {
    color: #fff;
    background: #17223c;
}

#back-to-top.show {
    opacity: 1;
}

/**  Scroll navigation  **/

.admin-bar .navbar.banner--stick {
    top: 32px;
}

.navbar.banner--clone {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;

    width: 100%;
    min-height: auto;
    margin: 0;
    padding: 0;

    transition: all 300ms ease-in-out;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);

    border-radius: 0;
    background: #141d32;
}

.navbar.banner--clone .logo-wrap {
    background: #141d32;
}

.navbar.banner--clone .menu-main-menu-container {
    display: inline-block;
}


.navbar.banner--clone .nav li a {
    padding: 12px;
}

.navbar.banner--clone .nav li.button a {
    padding: 10px 20px;
}

.navbar.banner--clone .sub-menu,
.navbar.banner--clone .children {
    top: 59px;
    background: #b19777;
}

.navbar.banner--clone .sub-menu li a:hover,
.navbar.banner--clone .children li a:hover {
    color: #17223c;
}

.navbar.banner--clone .social {
    top: 6px;
    right: 0;

    display: inline-block;

    margin: 0;

    list-style: none;
}

.navbar.banner--clone .social li {
    display: inline-block;
}

.navbar.banner--clone .social li a {
    font-size: 16px;
    line-height: 35px;

    width: 35px;
    height: 35px;

    text-align: center;

    border: 1px solid transparent;
}

.navbar.banner--clone .social li a:hover {
    color: #fff;
    border-color: #b19777;
}

.navbar.banner--stick .logo-wrap img {
    max-width: 175px;
}

.navbar.banner--stick {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
}

.navbar.banner--stick .navbar-collapse {
    text-align: right;
}

.navbar.banner--stick .nav li a {
    font-size: 12px;
}

/* Buttons */

.btn,
input[type="submit"] {
    font-size: 16px;

    padding: 15px 25px;

    text-align: center;
    text-transform: uppercase;

    color: #fff;
    border: none;
    border-radius: 0;

    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #B19777;
    width: auto;
}

.btn:hover,
input[type="submit"]:hover {
    color: #fff;
    background: #17223C;
    animation: shake-animation 4.72s ease infinite;
}

.btn.secondary {
    color: #fff;
    background: #17223C;
}

.btn.secondary:hover {
    color: #fff;
    background: #B19777;
}

@keyframes shake-animation {
   0% { transform:translate(0,0) }
  1.78571% { transform:translate(5px,0) }
  3.57143% { transform:translate(0,0) }
  5.35714% { transform:translate(5px,0) }
  7.14286% { transform:translate(0,0) }
  8.92857% { transform:translate(5px,0) }
  10.71429% { transform:translate(0,0) }
  100% { transform:translate(0,0) }
}

/* Social share */

body .social-share {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #b0b6bc;
}

body .social-share ul {
    display: block;

    margin: 30px 0 0 0;
    padding: 0;

    list-style: none;
    overflow: hidden;
}

body .social-share ul li {
    float: left;
    width: 25%;
    padding: 1px;
}

body .social-share ul li a {
    width: 100%;
    display: block;
    padding: 30px;

    text-align: center;

    color: #b19777;
    background: #f2f2f2;
    position: relative;
}

body .social-share ul li a:hover {
    background: #17223c;
}

body .social-share ul li i {
    transition: all 300ms ease-in-out;
}

body .social-share ul li span {
    font-size: 11px;
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;

    display: inline-block;
    transition: all 300ms ease-in-out;

    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    letter-spacing: 8px;
    text-transform: uppercase;

    opacity: 0;

    -webkit-filter: blur(3px);
            filter: blur(3px);
}

body .social-share ul li:hover span {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);

    opacity: 1;

    -webkit-filter: blur(0);
            filter: blur(0);
}

body .social-share ul li:hover i {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-filter: blur(3px);
            filter: blur(3px);
}

body .social-share ul li span em {
    display: block;
    font-style: normal;
    font-size: 85%;
    letter-spacing: 2px;
}

/* Contact form */

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #B19777;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #B19777;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #B19777;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
:-moz-placeholder { /* Firefox 18- */
    color: #B19777;
    font-size: 14px;
    text-transform: uppercase;rcase;
    font-weight: 600;
    letter-spacing: 1px;
}

input[type="radio"],
input[type="checkbox"] {
    display: inline-block;
    width: auto;
    margin-right: 10px;
}

textarea,
input,
input[type='search'],
.wpcf7 input[type='text'],
.wpcf7 input[type='email'],
.wpcf7 select,
.wpcf7 textarea {
    font-size: 16px;

    width: 100%;
    height: auto;
    margin: 0 0 15px 0;
    padding: 20px;

    color: #3E434A;
    border: solid 1px #E8E9EC;
    background-color: #fff;
}

input[type='submit'].btn {
    outline: none !important;
    box-shadow: none !important;
}

input[type='submit'].btn:hover {
    background: #192F49;
}

span.wpcf7-not-valid-tip {
    color: #fff;
    text-align: left;
    background: #e14545;
    padding: 10px;
    transform: translateY(-10px);
}

span.wpcf7-list-item {
    margin: 0;
}

span.wpcf7-list-item label {
    font-size: 14px;
    font-weight: normal;

    margin-bottom: 15px;
}

span.wpcf7-list-item label input {
    margin-right: 5px;
}

.dropdown-select {
    display: block;

    width: 100%;
    max-width: 100%;
    margin: 0 0 15px 0;

    padding: 10px 15px;
    border: 1px solid #ececec;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%236a6a6a%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;

       -moz-appearance: none;
    -webkit-appearance: none;
            appearance: none;
}

.dropdown-select select {
    margin: 0;

    color: #717171;
    border: none;
    background: no-repeat;

    -webkit-appearance: none;
    width: 100%;
}

.dropdown-select::-ms-expand {
    display: none;
}

/* Accordion */

body .fw-accordion {
    border: none;
}

body .fw-accordion .fw-accordion-title:hover,
body .fw-accordion .fw-accordion-title.ui-state-active {
    background: #b19777;
    color: #fff;
    transition: all 300ms ease-in-out;
}

body .fw-accordion .fw-accordion-title {
    max-width: 100%;
    border: none;
    background: #f2f2f2;
    margin-bottom: 10px;
}

body .fw-accordion .fw-accordion-content > p {
    padding: 20px 30px 30px 30px;
}

/* Error */

.error-404 {
    padding-top: 90px;
    padding-bottom: 30px;
}

.error-404 .bgColour {
    background: #f2f2f2;
    margin-top: 45px;
    padding: 30px 0;
}

.error-404 .screen-reader-text {
    display: none;
}

.error-404 .search-field {
    margin: 0;
    width: 100%;
}

.error-404 label {
    margin-bottom: 0;
    width: 100%;
    position: relative;
    font-weight: normal;
}

.error-404 .search-submit {
    height: 50px;
    width: 50px;
    position: absolute;
    right: 20px;
    top: 7px;
    font-size: 0;
    border: none;
    background: transparent;
}

.error-404 label:before {
    content: "\f002";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 20px;
    top: 23px;
}

/* Testimonial carousel */

div[class*='testimonials-carousel'] {
    overflow: hidden;

    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
}

div[class*='testimonials-carousel'] .item {
    overflow: hidden;

    text-align: center;
}

div[class*='testimonials-carousel'] .item p {
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.6em;
}

div[class*='testimonials-carousel'] .item span {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
}

div[class*='testimonials-carousel'] ul.slider-paging-number {
    margin-top: 40px;
}

ul.slider-paging-number {
    margin: 90px 0 0 0;
    padding: 0;

    text-align: center;
}

ul.slider-paging-number li {
    display: inline-block;

    padding: 0 2px;
}

ul.slider-paging-number li button {
    font-size: 0;

    width: 20px;
    height: 2px;

    text-indent: 0;

    border: none;
    background: #f2f2f2;
}

ul.slider-paging-number li.slick-active button {
    background: #b19777;
}

/* Portfolio landing */

.single-project .single-wrap {
    padding: 0;
}

.portfolio-list-wrap {
    background: #f2f2f2;
    margin: 60px 30px;
    padding: 60px 0;

    text-align: center;
}

.portfolio-list .service-grid {
    display: none;
}

.portfolio-list h4 {
    color: #192f49;
}

/* Portfolio details */

.portfolio-details {
    font-size: 14px;

    position: relative;
    z-index: 1;

    margin-top: -70px;
    padding: 40px 30px;

    color: #3E434A;
    background: #f5f5f5;
}

.portfolio-details span {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #B19777;
    display: block;
}

/* Portfolio gallery */

.img-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 20px;
    max-width: 300px;
    color: #3e434a;
}

.portfolio-gallery {
    position: relative;

    max-width: 945px;
    margin: 0 auto;
}

.portfolio-gallery:before {
    position: absolute;
    top: -7%;
    right: -7%;
    bottom: 0;
    left: auto;

    display: block;

    width: 25%;
    height: 115%;

    content: '';

    background: url(images/dot-bg.svg) repeat;
}

.portfolio-gallery .slick-list {
    padding: 0 !important;
}

.portfolio-gallery .slick-slide a {
    position: relative;

    display: block;
}

.portfolio-gallery .slick-slide a img {
    width: 100%;

    transition: all 300ms ease-in-out;
}

.portfolio-gallery .arrows {
    font-size: 16px;
    font-size: 16px;
    font-weight: bold;
    font-weight: bold;

    position: absolute;
    z-index: 1;
    top: 50%;

    width: 100%;

    letter-spacing: 1px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-transform: uppercase;
}

.portfolio-gallery .arrows .prev-slide {
    font-style: normal;

    position: absolute;
    left: -11%;

    cursor: pointer;
    transition: all 300ms ease-in-out;
    transform: rotate(-90deg);

    color: #b19777;
}

.portfolio-gallery .arrows .next-slide {
    font-style: normal;

    position: absolute;
    right: -11%;

    cursor: pointer;
    transition: all 300ms ease-in-out;
    transform: rotate(90deg);

    color: #b19777;
}

.portfolio-gallery .arrows .next-slide:hover {
    transform: rotate(90deg) scale(1.1);

    color: #192f49;
}

.portfolio-gallery .arrows .prev-slide:hover {
    transform: rotate(-90deg) scale(1.1);

    color: #192f49;
}

/* Portfolio filter */

ul.portfolio-filter {
    margin: 0 0 40px 0;
    padding: 0;

    list-style: none;

    text-align: center;
}

ul.portfolio-filter li {
    display: inline-block;
}

ul.portfolio-filter li a {
    font-size: 16px;

    position: relative;

    display: block;

    padding: 10px 15px;

    color: #717E8E;
}

ul.portfolio-filter li.active a,
ul.portfolio-filter li a:hover {
    color: #B19777;
}

ul.portfolio-filter li.active a:after,
ul.portfolio-filter li a:hover:after {
    width: 100%;
}

ul.portfolio-filter li a:after {
    display: block;

    width: 0;
    height: 2px;
    margin-top: 5px;

    content: '';
    transition: all 300ms ease-in-out;

    background: #B19777;
}

/* Shortcode News */

.news-item.shortcode-news a.news-img {
    min-height: auto;
}

.news-item.shortcode-news h5 {
    margin: 0 0 10px 0;
    font-weight: 600;
}

.news-item.shortcode-news {
    margin-bottom: 40px;
}

.news-item.shortcode-news:last-of-type {
    margin-bottom: 0;
}

/* News landing */

.news-landing {
    padding-top: 90px;
    padding-bottom: 90px;
}

.news-item .meta {
    color: #777;
    display: block;
    font-size: 85%;
    margin-bottom: 15px;
}

.news-item .meta span {
    margin-right: 15px;
}

.news-item .meta span i {
    color: #b19777;
    margin-right: 5px;
}

.news-item .meta span a {
    color: #777;
}

.news-item a.news-img {
    margin-bottom: 30px;
}

.news-item a.news-img .wp-post-image {
    margin-bottom: 0;
}

.news-item .wp-post-image {
    margin-bottom: 20px;
}

.single-post .wp-post-image {
    width: 100%;
}

.news-item h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0;
    color: #333;
}

.news-item h2 a {
    color: #333;
}

.news-item .btn {
    display: block;
    width: auto;
}

.news-item ul li,
.news-item ol li {
    margin-bottom: 10px;
}

.news-item ul li ul,
.news-item ol li ol {
    margin-top: 10px;
}

.news-landing .news-item {
    margin-bottom: 60px;
    background: #f2f2f2;
    padding: 30px;
    overflow: hidden;
}

.news-item.sticky {
    box-shadow: 0 0 100px rgba(0, 0, 0, .2);
}

.news-landing .tags {
    font-size: 0;
    background: #f2f2f2;
    padding: 15px;
    margin: 30px 0;
}

.news-landing .tags a {
    font-size: 14px !important;

    display: inline-block;

    margin: 0 5px 0;
    padding: 5px 8px;

    color: #b19777;
    border: 1px solid #b19777;
}

.news-landing .tags a:hover {
    color: #fff;
    border-color: #17223c;
    background: #17223c;
    text-decoration: none;
}

.single-post .news-item {
    padding: 0;
    margin-bottom: 0;
    background: transparent;
}

.single-post .page-header {
    padding-top: 100px;
}

.single-post .meta {
    margin-bottom: 30px;
    border-bottom: 2px solid #f2f2f2;
    padding-bottom: 10px;
}

/* Author bio */

.single-post .bio {
    border: 2px solid #f2f2f2;
    padding: 30px 15px;
    margin: 0 0 60px 0;
    display: flex;
}

.single-post .bio .avatar {
    margin-right: 15px;
}

.single-post .bio .avatar img {
    border-radius: 50%;
    width: 120px;
}

.single-post .bio .details h4 {
    font-size: 18px;
    margin: 0 0 10px 0;
}

/* Related posts */

.related-posts {
    padding: 0 0 60px 0;
    margin: 0 -15px;
}

.related-posts .item {
    background: #f2f2f2;
    padding: 30px;
    margin: 0 15px;
}

.related-posts .item .meta {
    color: #777;
    display: block;
    font-size: 85%;
    margin-bottom: 15px;
}

.related-posts .item .meta span {
    margin-right: 15px;
}

.related-posts .item .meta span i {
    color: #b19777;
    margin-right: 5px;
}

.related-posts .item .meta span a {
    color: #777;
}

.related-posts .item h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
    text-align: left;
    margin-top: 20px;
    color: #333
}

/* Comments */

.comments-area {
    margin-top: 30px;
}

.comment-form {
    margin: 0 -15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
    width: 33.3%;
    display: inline-block;
    float: left;
    padding: 0 15px;
}

.comment-form .comment-form-cookies-consent {
    clear: left;
    padding: 0 15px;
}

.comment-form .comment-form-comment {
    margin-top: 30px;
}

.comment-form .logged-in-as,
.comment-form .comment-notes,
.comment-form .comment-form-comment,
.comment-form .form-submit {
    padding: 0 15px;
}

.comment-form-comment label {
    font-weight: 600;
}

.comments .single-comment {
    border: 2px solid #f2f2f2;
    padding: 30px 15px;
    margin: 0 0 30px 0;
    position: relative;
}

.comments .single-comment::before {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 15px 15px 0px;
    border-color: transparent transparent #f2f2f2 transparent;
    bottom: -15px;
    left: 30px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.comments .single-comment .avatar {
    border-radius: 50%;
    margin-bottom: 30px;
}

.comments .single-comment h5 {
    font-size: 18px;
    margin: 0 0 10px 0;
}

.comments .single-comment .timeago {
    opacity: .65;
}

.comments .single-comment .edit {
    float: right;
    font-size: 0 !important;
}

.comments .single-comment .edit a {
    font-size: 14px !important;
    display: inline-block;
    margin: 0 5px 0;
    padding: 5px 8px;
    color: #b19777;
    border: 1px solid #b19777;
}

.comments .single-comment .edit a:hover {
    text-decoration: none;
}

.comments .single-comment .timeago,
.comments .single-comment .edit {
    font-size: 80%;
}

.comment-respond {
    margin-top: 30px;
    background: #f2f2f2;
    border: 2px solid #ebebeb;
    padding: 30px;
}

.comment-respond h3 {
    margin-bottom: 10px;
}

.comment-respond .form-submit,
.comment-respond .form-submit .submit,
.comment-respond textarea {
    margin: 0;
}

/* Search results */

.search-results .news-item {
    margin-bottom: 30px;
}

.search-results .news-item h2 {
    width: 100%;
    margin: 0;
}

.search-results .news-item p {
    margin-top: 10px;
}

.search-no-results .search-field {
    padding: 14px 20px;
    min-width: 300px;
}

/* Sidebar */

.sidebar {
    padding-left: 60px;
}

.sidebar .widget {
    border-bottom: 1px dotted #dfdfdf;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.sidebar .widget:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.sidebar .widget h4 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
}

.sidebar label {
    font-size: 14px;
    font-weight: 600;
    opacity: .7;
}

.sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar ul li:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    font-size: 8px;
    display: inline-block;
    margin-right: 10px;
    content: '\f0da';
    transform: translateY(-2px);
    color: #b19777;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sidebar ul li a {
    color: #17223c;
}

.sidebar ul ul {
    padding-left: 15px;
    margin: 10px 0;
}

.sidebar ul ul li {
    font-size: 14px;
}

.sidebar .wp-block-search__inside-wrapper [type="search"] {
    margin: 0;
    padding: 10px;
}

.sidebar ol.wp-block-latest-comments {
    padding-left: 0;
}

.sidebar ol.wp-block-latest-comments li footer {
    padding: 20px;
}

.sidebar h2 {
    font-size: 20px;
    font-weight: bold;
}

/* Calendar */

.sidebar #wp-calendar {
    width: 100%;
}

.sidebar #wp-calendar thead {
    border-bottom: 15px solid #fff;
}

.sidebar #wp-calendar caption {
    font-weight: bold;

    padding: 12px 0;

    text-align: center;
}

.sidebar #wp-calendar th {
    padding: 5px;

    text-align: center;
    font-size: 12px;

    color: #fff;
    background: #192f49;
    border: none;
}

.sidebar #wp-calendar tfoot #prev {
    text-align: left;
}

.sidebar #wp-calendar td {
    padding: 5px;

    text-align: center;
    font-size: 80%;
}

.sidebar #wp-calendar td.pad {
    background: transparent;
}

.sidebar #wp-calendar td#today {
    font-weight: bold;

    color: #fff;
    background: #b19777;
}

.sidebar #wp-calendar caption {
    color: #333333;
}

.wp-calendar-nav a {
    font-size: 14px !important;
    display: inline-block;
    margin: 0 2px 5px 0;
    padding: 5px 8px;
    color: #b19777;
    border: 1px solid #b19777;
}

.wp-calendar-nav a:hover {
    background: #b19777;
    color: #fff;
}

/* Sidebar recent comments */

.rssFeed li:before,
#recentcomments li:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    font-size: 32px !important;

    position: absolute;
    top: -5px;
    right: -5px;

    display: inline-block;

    margin: 0 !important;
    padding: 0 0 10px 10px;

    content: '\f10e';

    background: #fff;

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.rssFeed li:before {
    content: "\f09e" !important;
}

.rssFeed li,
#recentcomments li {
    border: 2px solid #f2f2f2;
    margin-bottom: 15px;
    padding: 20px;
    position: relative;
    font-size: 90%;
}

.rssFeed li {
    padding-top: 25px;
}

.rssFeed li:last-of-type,
#recentcomments li:last-of-type {
    margin-bottom: 0;
}

.rssFeed li a.rsswidget {
    font-weight: 600;
    display: block;
}

.rssFeed li .rss-date {
    font-size: 85%;
    display: block;
    margin-bottom: 5px;
    color: #777;
}

.rssFeed li cite {
    font-size: 85%;
    display: block;
    margin-top: 5px;
    color: #777;
}

/* Sidebar tags */

.sidebar .tagcloud a {
    font-size: 14px !important;

    display: inline-block;

    margin: 0 2px 5px 0;
    padding: 5px 8px;

    color: #b19777;
    border: 1px solid #b19777;
}

.sidebar .tagcloud a:hover {
    color: #fff;
    border-color: #17223c;
    background: #17223c;
}

/* Sidebar search */

.sidebar .search-field {
    margin: 0;
    width: 100%;
}

.sidebar .search-form label {
    margin-bottom: 0;
    width: 100%;
    position: relative;
    font-weight: normal;
}

.sidebar .search-form label:before {
    content: "\f002";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 20px;
    top: 23px;
}

.sidebar .search-submit {
    height: 50px;
    width: 50px;
    position: absolute;
    right: 20px;
    top: 7px;
    font-size: 0;
    border: none;
    background: transparent;
}

.sidebar .search-submit:hover {
    background: transparent;
}

/* Posts */

.wp-block-image,
.wp-block-cover {
    margin-bottom: 20px;
}

.wp-block-image .alignright {
    margin: 0 20px 0 0;
}

.wp-block-image figcaption {
    font-style: italic;
    font-size: 90%;
}

.wp-block-button__link {
    margin-bottom: 20px;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption {
    line-height: 1.4em;
    padding: 10px;
    font-size: 65%;
}

.wp-block-gallery .blocks-gallery-caption {
    margin-bottom: 20px;
}

.wp-block-quote.is-large:not(.is-style-plain),
.wp-block-quote.is-style-large:not(.is-style-plain) {
    padding: 15px 25px;
}

/* Pagination */

.navigation.pagination {
    text-align: center;
    display: block;
}

.navigation.pagination span,
.navigation.pagination a {
    padding: 10px 18px;
    border: 1px solid #f2f2f2;
}

.navigation.pagination span.current,
.navigation.pagination span.dots {
    border: transparent;
}

.navigation.pagination a:hover {
    border-color: #b19777;
    color: #b19777;
    text-decoration: none;
}

/* Icon list */

ul.icon-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.icon-list li {
    margin: 10px 0;
    padding-left: 40px;
    position: relative;
}

ul.icon-list li i {
    height: 25px;
    width: 25px;
    font-size: 10px;
    text-align: center;
    line-height: 25px;
    color: #fff;
    margin-right: 10px;
    border-radius: 50%;
    background: #b19777;
    position: absolute;
    left: 0;
}

/* Footer */

footer {
    font-size: 14px;

    padding-top: 70px;

    background-color: #f2f2f2;
}

footer img {
    margin-bottom: 30px;
}

footer .menu {
    column-count: 2;
}

footer ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

footer ul li {
    margin-bottom: 5px;

    text-align: left;
}

footer ul li:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    font-size: 8px;

    display: inline-block;

    margin-right: 10px;

    content: '\f0da';
    transform: translateY(-2px);

    color: #b19777;

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

footer ul li a {
    color: #17223c;
}

footer ul li a:hover {
    color: #b19777;
}

footer .copyright {
    margin-top: 70px;
    padding: 22px 0;

    text-align: center;

    background: #f2f2f2;
}

footer .copyright p {
    font-size: 12px;
    line-height: 1.4em;

    margin: 0;

    opacity: .8;
}

footer .copyright p a {
    color: #b19777;
}

@media (max-width: 1600px) {

    #hero .social-profiles li:hover span {
        display: none;
    }

}

@media (max-width: 1199px) {

    #hero h1 {
        font-size: 64px;
    }

    #hero .pagingInfo {
        padding-right: 5%;
    }

    .single-title text {
        font-size: calc(1em + 5vw);
    }
}

@media (max-width: 999px) {

    #hero .pagingInfo {
        padding-right: 10%;
    }

    #hero h1,
    .page-header h1 {
        font-size: 54px;
    }

    .single-title svg {
        transform: translateY(-35%);
    }

    .single-title text {
        font-size: calc(1em + 7vw);
    }

}

@media (max-width: 991px) {

    .navbar.banner--clone {
        display: none;
    }

    .burger-menu {
        display: block;
    }

    .navbar .navbar-collapse {
        display: none !important;
    }

    #hero .pagingInfo {
        display: none;
    }

    ul.icon-list li {
        text-align: center;
        padding: 0;
        margin-bottom: 30px;
    }

    ul.icon-list li i {
        position: static;
        display: block;
        margin: 0 auto 5px auto;
    }

}

@media (max-width: 782px) {

    .admin-bar .mobile-menu {
        top: 46px;
    }

}

@media (max-width: 767px) {

    .page-header .container,
    .fw-container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .page-header .container {
        width: 100%;
    }

    .logo-wrap {
        width: 50%;
    }

    .page-header {
        background-attachment: initial !important;
    }

    #hero .item {
        background-position: center;
    }

    #hero .item .container > .row {
        padding-top: 0;
        margin: 0 70px 0 30px;
    }

    #hero ul.slick-dots li button {
        font-size: 0;
        padding: 20px 35px 0 35px;
    }

    .page-header h1,
    #hero h1 {
        font-size: 48px;
    }

    .portfolio-gallery .arrows {
        top: 45%;
    }

    .portfolio-gallery .arrows .prev-slide {
        left: -25px;
        padding: 10px 20px;
        background: #fff;
    }

    .portfolio-gallery .arrows .next-slide {
        right: -25px;
        padding: 10px 20px;
        background: #fff;
    }

    .service-grid {
        width: 50%;
        float: left;
    }

    .portfolio-details {
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .portfolio-details .col-sm-3 {
        padding: 20px;
        border-bottom: 1px solid #fff;
    }

    .single-title text {
        font-size: calc(1em + 15vw);
    }

    body .social-share ul li {
        width: 50%;
        padding: .5px;
    }

    .slk.grid .item {
        margin-bottom: 40px;
    }

    .slk.grid .item:last-of-type {
        margin-bottom: 0px;
    }

    .sidebar {
        padding-left: 15px;
    }

    ul.icon-list li {
        float: left;
        width: 50%;
    }

    footer {
        text-align: center;
    }

    footer ul {
        display: inline-block;
    }

    footer ul li {
        text-align: center;
    }

    footer .col-sm-2,
    footer .col-sm-4 {
        margin-bottom: 45px;
    }

    footer .col-sm-4:last-of-type {
        margin-bottom: 0;
    }

    footer .menu {
        column-count: 1;
    }

    footer img {
        max-width: 60% !important;
    }

}

@media (max-width: 600px) {

    #hero .item {
        background-attachment: initial;
    }

    #hero .item .container > .row {
        margin: 0 20px;
    }

    .admin-bar #hero .item .container {
        height: calc(60vh - 32px);
        min-height: 500px;
    }

    #hero .social-profiles {
        top: auto;
        bottom: 20px;
        right: auto;
        left: 40px;
        -webkit-transform: none;
        transform: none;
        text-align: left;
        z-index: 1;
    }

    #hero .social-profiles li {
        display: inline-block;
        margin: 0 20px 0 0;
    }

    #hero .social-profiles li {
        max-width: 15px;
    }

    .single-title svg {
        transform: translateY(-30%);
    }

    .single-title text {
        font-size: calc(1em + 10vw);
    }

    ul.portfolio-filter li {
        display: block;
    }

    ul.portfolio-filter li.active a:after,
    ul.portfolio-filter li a:hover:after {
        width: 20px;
        margin: 10px auto 0 auto;
    }

    .service-grid {
        width: 100%;
        float: none;
    }

    .single-title.outline-text {
        padding-top: 0;
    }

    .single-title text {
        font-size: calc(1em + 35vw);
    }

    .img-caption {
        position: static;
        background: #f2f2f2;
        padding: 15px;
        max-width: none;
        width: 100%;
        display: block;
    }

    .portfolio-gallery .arrows {
        display: none;
    }

    .section.bgColour {
        margin-left: 0;
        margin-right: 0;
    }

    .btn.primary,
    .btn.secondary,
    .wpcf7-form input[type='submit'].btn {
        width: 100%;
    }

    .comment-form .comment-form-author, .comment-form .comment-form-email, .comment-form .comment-form-url {
        width: 100%;
        display: inline-block;
        float: none;
        padding: 0 15px;
    }
    
}