/*
 * General styles
 */

html {
    height: 100%;
}

body {
    font-family: "Raleway", sans-serif !important;
    overflow-x: hidden;
}

.entry-content,
.hentry {
    margin: 0;
}

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

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

section {
    padding: 2em 0;
}

section h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    padding-bottom: 1em;
    display: inline-block;
    margin-bottom: 2em !important;
    color: #39455f;
}

h2:after {
    content: "";
    border-bottom: 2px solid #d38260;
    text-align: center;
    width: 30%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.page-websites h2:after {
    border-bottom: 2px solid #fff;
}

.btn-ghost {
    display: inline-block;
    color: #39455f;
    background-color: transparent;
    border: 2px solid #39455f;
    padding: .75em;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 700;
}

.btn-ghost:visited,
.btn-ghost:hover {
    color: #39455f;
    text-decoration: none;
}

::-webkit-input-placeholder {
    color: #777777;
}

:-moz-placeholder { /* Firefox 18- */
    color: #777777;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #777777;
}

:-ms-input-placeholder {
    color: #777777;
}

.main-navigation ul {
    display: block;
}

@media (max-width: 992px) {
    section h2 {
        font-size: 25px;
    }
}

@media (max-width: 480px) {
    section h2 {
        font-size: 20px;
    }
}

/*
 * Bags page styles
 */

/* Header styles */

.site-header {
    clear: both;
    padding: 3em 0 0;
    text-align: center;
    position: relative;
    background-color: #d6b395;
}

.site-header .social-menu {
    position: absolute;
    top: 2rem;
    right: 15rem;
    display: flex;
}

.site-header .social-menu li {
    margin-right: 1.5em;
}

.site-header .social-menu li a svg {
    fill: #39455f;
    width: 1.2em;
    height: 1.2em;
}

.site-header .social-menu li a:hover,
.site-header .social-menu li a:focus {
    text-decoration: none;
}

.main-header.sticky-header .site-header {
    padding: 2em 0 0;
}

.site-branding img:not(.wpml-ls-flag) {
    margin-bottom: 3em;
    max-width: 380px;
}

@media (min-width: 1280px) {
    .main-header {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 99999;
        transition: all .4s ease;
    }

    .site-content {
        padding-top: 246px;
    }

    .main-header img:not(.wpml-ls-flag) {
        transition: all .15s ease;
    }

    .main-header.sticky-header img:not(.wpml-ls-flag) {
        width: 135px;
        transform: translate(-30em, -1.5em);
        margin-bottom: 0;
    }
}

.main-header .wpml-ls {
    display: inline-block;
    position: absolute;
    right: 0;
    top: .8rem;
}

@media (min-width: 1280px) {
    .main-header.sticky-header img:not(.wpml-ls-flag) {
        transform: translate(-35em, -1.5em);
    }
}

@media (max-width: 767px) {
    .site-branding img {
        max-width: 300px;
        margin-bottom: 1em;
    }
}

@media (max-width: 480px) {
    .site-branding img {
        max-width: 250px;
    }
}

/* Primary navigation menu */

.sticky-header [class^=menu-primary-menu] {
    margin-top: -45px;
}

[class^=menu-primary-menu] .menu {
    width: 100%;
}

[class^=menu-primary-menu] .menu-item {
    display: inline-block;
}

[class^=menu-primary-menu] .menu-item a {
    padding: 0 1.5em 8px;
}

[class^=menu-primary-menu] .menu-item a {
    color: #39455f;
}

[class^=menu-primary-menu] .menu-item a:hover {
    text-decoration: none;
}

[class^=menu-primary-menu] .menu-item a:hover {
    border-bottom: 4px solid #39455f;
}

[class^=menu-primary-menu] .menu-item.current-menu-item a {
    font-weight: 700;
    border-bottom: 4px solid #39455f;
}

@media (max-width: 1280px) {
    [class^=menu-primary-menu] .menu-item a {
        padding: 0 1em 8px;
    }
}

@media (max-width: 767px) {
    [class^=menu-primary-menu] .menu {
        margin-bottom: 5px;
    }

    [class^=menu-primary-menu] .menu-item a {
        padding: 1em 8px .5em;
    }

    [class^=menu-primary-menu] .menu-item.current-menu-item a,
    [class^=menu-primary-menu] .menu-item.current-menu-item a:hover,
    [class^=menu-primary-menu] .menu-item a:hover,
    [class^=menu-primary-menu] .menu-item.current-menu-item a:focus {
        border-bottom: none;
    }
}

/* Image belt section */

.image-belt {
    margin-top: -1px;
    padding: 0;
}

/* Intro text */

.intro-text {
    margin-top: -1px;
    padding: 8em 0;
    background: #39455f url('img/patterns/Pattern_Blue_01_1440x300.png') no-repeat;
    background-size: cover;
    text-align: center;
}

.intro-text p {
    color: #d6b395;
    font-size: 1.5em;
    font-weight: 700;
    width: 55%;
}

@media (max-width: 1280px) {
    .intro-text {
        padding: 4em 0 8em;
    }

    .page-websites .intro-text {
        padding: 4em 0;
    }
}

@media (max-width: 767px) {
    .intro-text p {
        font-size: 1em;
        font-weight: 700;
        width: 95%;
    }
}

/* About cards */

.about-cards.container {
    max-width: 75%;
    padding: 0;
    margin-top: -5em;
}

.about-cards .card {
    padding: 4em 2em;
    background-color: #d6b395;
    text-align: center;
    height: 28em;
}

.about-cards .card .bm {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: #39455f;
}

.about-cards .card .bm svg {
    width: 5em;
    height: 5em;
    fill: #d38260;
}

.about-cards .card p {
    color: #565a69;
    width: 75%;
    margin: 0 auto;
    font-size: 1.3em;
}

@media (max-width: 992px) {
    .about-cards .card {
        padding: 4em 0;
    }
}

@media (max-width: 768px) {
    .about-cards.container {
        max-width: 100%;
    }

    .about-cards .card {
        padding: 2em 0;
        height: 22em;
    }

    .about-cards .card .bm {
        width: 75px;
        height: 75px;
        font-size: 3em;
    }
}

@media (max-width: 480px) {
    .about-cards .card {
        height: 19em;
    }

    .about-cards .col-xs-4 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .about-cards .col-xs-4:first-of-type {
        padding-left: 15px;
    }

    .about-cards .col-xs-4:last-of-type {
        padding-right: 15px;
    }

    .about-cards .card p {
        font-size: .8em;
    }
}

/* Custom picker section */

.custom-picker {
    margin: 0 auto;
    background: #39455f url('img/patterns/Pattern_Blue_01_1440x705.png') no-repeat;
    background-size: cover;
    text-align: center;
}

.custom-picker h2,
.custom-picker h5,
.custom-picker small {
    color: #fff;
}

.customization-cards {
    border: 2px solid #d6b395;
    background: #39455f;
}

.customization-cards h5 {
    margin-bottom: 2em;
}

.customization-cards h5:nth-of-type(2) {
    margin-top: 2em;
}

.customization-cards .checkbox-wrapper {
    display: inline-block;
}

.customization-cards .card-body {
    padding: 1em 3em;
}

.customization-cards h4 {
    display: block;
    margin: 0;
    border-bottom: 2px solid #d6b395;
    color: #fff;
    text-transform: uppercase;
    padding: 1em;
    font-size: 1em;
}

.customization-cards img {
    margin-top: 2.5em;
    border-radius: 50%;
    width: 170px;
    height: 170px;
}

.customization-cards ul {
    border: 2px solid #d6b395;
}

.customization-cards ul li {
    padding: 1em;
    border-bottom: 2px solid #d6b395;
    color: #fff;
    cursor: pointer;
}

.customization-cards ul li:last-child {
    border-bottom: 0;
}

.customization-cards ul li.active {
    background-color: #d6b395;
}

.customization-cards .bag {
    margin-top: 2em;
}

.customization-cards .bag .bm {
    width: 10em;
    height: 10em;
    fill: #d6b395;
}

.customization-cards .checking {
    margin-bottom: 3em;
}

.customization-cards .color-palette {
    padding: 5em 0;
    text-align: left;
}

.customization-cards .color-palette .bm-stop {
    padding: 5px;
    width: 2em;
    height: 2em;
}

.customization-cards .btn-primary {
    text-transform: uppercase;
    background-color: #d6b395 !important;
    color: #39455f !important;
    width: 100%;
    border: none;
    border-radius: 0;
    margin: 2.95em 0 2em !important;
}

.customization-cards .btn-primary:hover {
    background-color: #d6b395;
    color: #39455f;
}

.customization-cards .card-footer {
    color: #fff;
    width: 100%;
    padding: 1em 2em;
    border-top: 2px solid #d6b395;
}

@media (max-width: 1200px) {
    .customization-cards .card-body {
        padding: 1em;
    }
}

@media (max-width: 992px) {
    .customization-cards {
        margin-bottom: 2em;
    }

    .customization-cards .btn-primary {
        margin: 2.95em 0 6.75em !important;
    }
}

@media (max-width: 767px) {
    .customization-cards {
        height: auto;
    }

    .customization-cards .btn-primary {
        display: none;
    }
}

/* Brand products slider section */

.brand-products {
    text-align: center;
    background: url('img/patterns/Pattern_Blue_01_1440x1350.png') no-repeat;
    background-size: cover;
}

.brand-products .slider .nav-tabs.top-tabs {
    background-color: #fff;
    text-align: center;
    margin-bottom: 1px;
}

.brand-products .slider .nav-tabs.top-tabs > li {
    background-color: #d38260;
    text-transform: uppercase;
    margin-right: 0;
    float: none;
    display: inline-block;
}

.brand-products .slider .nav-tabs.top-tabs > li.active a,
.brand-products .slider .nav-tabs.top-tabs > li.active a:hover {
    margin-right: 0;
}

.brand-products .slider .tab-content.top-tabs > .tab-pane {
    padding: 0;
    border: none;
}

.brand-products .slider .nav-tabs {
    background-color: #39455f;
}

.brand-products .slider .nav-tabs li {
    width: 16.6%;
}

.brand-products .slider .nav-tabs li.active > a {
    background-color: #39455f;
}

.brand-products .slider .nav-tabs li.active > a:after,
.brand-products .slider .nav-tabs li:hover > a:after {
    background-color: #39455f;
}

.brand-products .slider .nav-tabs li > a:hover {
    background-color: #39455f;
}

.brand-products .slider .tab-pane {
    border: 2px solid #39455f;
    background-color: #fff;
}

.brand-products .slider .tab-pane .img-wrapper img {
    border: 2px solid #39455f;
    margin-left: -8em;
}

.brand-products .slider .tab-pane .text-wrapper {
    padding: 4em 4em 4em 0;
    color:  #39455f;
}

.brand-products .slider .tab-pane .text-wrapper hr {
    border-top: 2px solid #39455f !important;
}

@media (max-width: 1280px) {
    .brand-products .slider .nav-tabs.top-tabs > li {
        width: 20%;
    }
}

@media (max-width: 992px) {
    .brand-products .slider .nav-tabs.top-tabs > li {
        width: 33%;
    }

    .brand-products .slider .tab-content .nav-tabs {
        overflow-x: auto;
        overflow-y: hidden;
        display: -webkit-box;
        display: -moz-box;
    }

    .brand-products .slider .tab-content .nav-tabs > li {
        float: none;
        width: auto;
    }

    .brand-products .slider .tab-pane .img-wrapper img {
        margin-left: 0;
    }

    .brand-products .slider .tab-pane .text-wrapper {
        padding: 1em;
    }

    .brand-products .slider .tab-pane .text-wrapper hr {
        display: none;
    }
}

@media (max-width: 767px) {
    .brand-products .slider .nav-tabs.top-tabs > li {
        width: auto;
    }

    .brand-products .slider .tab-content .nav-tabs {
        overflow-x: scroll;
    }
}

@media (max-width: 480px) {
    .brand-products .slider .nav-tabs.top-tabs > li {
        font-size: 80%;
    }
}

@media (max-width: 320px) {
    .brand-products .slider .nav-tabs.top-tabs > li {
        font-size: 60%;
    }
}

/* Customise table */

.customise-table ul {
    margin-bottom: 0;
}

.customise-table ul li {
    display: inline-table;
    width: 18%;
    border-right: 2px solid #39455f;
    border-top: 2px solid #39455f;
    text-align: center;
    color: #39455f;
    margin-right: -4px;
}

.customise-table ul li:last-child {
    border-right: 2px solid transparent;
}

.customise-table ul li h4 {
    display: table;
    margin: 0;
    width: 100%;
    min-height: 60px;
    border-bottom: 2px solid #39455f;
    text-transform: uppercase;
    padding: 0 1em;
    font-size: 1em;
}

.customise-table ul li h4 span {
    display: table-cell;
    vertical-align: middle;
}

.customise-table ul li img {
    padding: 7em 0 5em;
    width: 60%;
}

.customise-table ul li p {
    padding: 0 1em;
    height: 8em;
    overflow: auto;
    font-size: 1.2em;
}

@media (max-width: 1200px) {
    .customise-table ul li h4 span {
        vertical-align: baseline;
        padding-top: 1em;
    }
}

@media (max-width: 767px) {
    .customise-table ul li {
        display: block;
        width: 100%;
        border: 2px solid #39455f;
        border-bottom: 2px solid transparent;
        margin-right: 0;
    }

    .customise-table ul li:last-child {
        border-right: 2px solid #39455f;
        border-bottom: 2px solid #39455f;
    }

    .customise-table ul li h4 span {
        vertical-align: middle;
        padding-top: 0;
    }
}

/* Colours section */

.page-colours {
    background-color: #d6b395;
}

.colours {
    text-align: center;
    background-color: #d6b395;
}

.colours h2 {
    margin-bottom: .5em !important;
}

.colours .nav-tabs {
    display: flex;
    justify-content: center;
    border-bottom: none;
}

.colours .nav-tabs li {
    background-color: transparent;
    padding-bottom: 1em;
}

.colours .nav-tabs li > a {
    color: #39455f;
}

.colours .nav-tabs>li.active>a {
    font-weight: 700;
}

.colours .nav-tabs li > a:hover,
.colours .nav-tabs>li.active>a,
.colours .nav-tabs>li.active>a:focus,
.colours .nav-tabs>li.active>a:hover {
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #39455f;
}

.colours .nav-tabs li.active > a:after,
.colours .nav-tabs li:hover > a:after {
    content: "";
    border: none;
    position: absolute;
    width: 20%;
    border-bottom: 2px solid #39455f;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.colours .tab-pane .bag-part {
    padding: 6em 0 0 12em;
}

.colours .tab-pane .bag-part .bm {
    width: 20em;
    height: 20em;
    fill: #39455f;
}

.colours .tab-pane .color-pick {
    text-align: left;
    padding-top: .5em;
}

.colours .tab-pane .bm-circle {
    width: 2em;
    height: 2em;
    cursor: pointer;
}

.colours .tab-pane .color-pick .bm-circle {
    width: 1.5em;
    height: 1.5em;
}

.colours .tab-pane h5,
.colours .tab-pane p {
    color: #39455f;
}

.colours .tab-pane hr {
    width: 100% !important;
    margin: 20px auto !important;
}

.colours a.btn {
    width: 100%;
    color: #39455f !important;
    background-color: #d38260 !important;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
}

@media (max-width: 992px) {
    .colours .tab-pane .bag-part {
        display: none;
    }

    .colours .tab-pane .bag-part .bm {
        font-size: 15em;
    }
}

@media (max-width: 767px) {
    .colours .tab-pane .color-pick {
        text-align: center;
    }
}

/* Workshop, about and contact section */

.page-about,
.page-contact {
    background-color: #39455f;
}

.about,
.contact-wrap {
    background-color: #39455f;
    text-align: center;
}

.page-websites .contact-wrap {
    background: #d6b395 url('img/patterns/Pattern_Blue_01_1440x1350.png') no-repeat;
}

.about h2,
.contact-wrap h2 {
    color: #fff;
}

.page-websites .contact-wrap h2 {
     color: #39455f;
 }

.page-websites .contact-wrap h2:after {
    border-bottom: 2px solid #39455f;
}

.about .slider .nav-tabs {
    background-color: #d38260;
}

.about .slider .nav-tabs li {
    width: 20%;
}

.page-websites .about .slider .nav-tabs li {
    background-color: #fff;
}

.about .slider .nav-tabs li.active > a,
.about .slider .nav-tabs li.active > a:hover,
.about .slider .nav-tabs li > a:hover {
    background-color: #d38260;
}

.page-websites .about .slider .nav-tabs li.active > a,
.page-websites .about .slider .nav-tabs li.active > a:hover,
.page-websites .about .slider .nav-tabs li > a:hover {
    background-color: #fff;
}

.about .slider .tab-pane {
    border: 2px solid #d38260;
}

.page-websites .about .slider .tab-pane {
    border: 2px solid #fff;
}

.page-websites .slider .nav-tabs li.active > a:focus {
    color: #d6b395;
}

.about .slider .tab-pane .text-wrapper {
    padding: 4em;
    color: #d38260;
}

.page-websites .about .slider .tab-pane .text-wrapper {
    color: #fff;
}

.about .slider .tab-pane .img-wrapper img {
    border: 2px solid #d38260;
}

.page-websites .about .slider .tab-pane .img-wrapper img {
    border: 2px solid #fff;
}

.page-websites hr {
    border-top: 2px solid #fff !important;
}

.page-websites .slider .nav-tabs li a,
.page-websites .slider .nav-tabs li a:hover,
.page-websites .slider .nav-tabs li.active a,
.page-websites .slider .nav-tabs li.active a:hover {
    color: #d6b395;
}

.page-websites .slider .nav-tabs li.active > a:after,
.page-websites .slider .nav-tabs li:hover > a:after {
    border-bottom: 2px solid #d6b395;
}

@media (max-width: 992px) {
    .about .slider .tab-pane .text-wrapper {
        padding: 1em;
    }
}

@media (max-width: 767px) {
    .about .slider .nav-tabs {
        overflow-x: auto;
        overflow-y: hidden;
        display: -webkit-box;
        display: -moz-box;
    }

    .about .slider .nav-tabs > li {
        float: none;
        width: auto;
    }
}

/* Contact */

.contact-wrap .contact {
    width: 70%;
    margin: 0 auto;
}

.contact-wrap .contact .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.contact-wrap .contact input,
.contact-wrap .contact button,
.contact-wrap .contact textarea {
    width: 100%;
    padding: 1em;
    font-size: 1em;
    border-radius: 0;
    border-color: transparent;
    outline: none;
}

.contact-wrap .contact input,
.contact-wrap .contact textarea {
    background-color: #535e74;
    color: #fff;
}

.contact-wrap .contact input:focus,
.contact-wrap .contact textarea:focus,
.page-websites .contact-wrap .contact input:focus,
.page-websites .contact-wrap .contact textarea:focus {
    color: #535e74;
    background-color: #fff;
}

.page-websites .contact-wrap .contact input,
.page-websites .contact-wrap .contact textarea {
    background-color: #d6b395;
    color: #535e74;
    border: 1px solid #535e74;
}

.contact-wrap .contact textarea {
    max-height: 12.2em;
}

.contact-wrap .contact input[type=submit] {
    background-color: #d6b395;
    color: #39455f;
    box-shadow: none;
    text-shadow: none;
}

.page-websites .contact-wrap .contact input[type=submit] {
    background-color: #39455f;
    color: #d6b395;
}

.page-websites .contact-wrap .contact {
    border-bottom: 2px solid #39455f;
}

.contact-wrap .contact .ajax-loader {
    width: 20px;
    height: 20px;
}

div.wpcf7-validation-errors {
    color: #fff !important;
    border-color: #d6b395 !important;
}

@media (max-width: 992px) {
    .contact-wrap .contact {
        width: 95%;
    }
}

/* Website highlighted portfolio slider */

.portfolio {
    margin: 0 auto;
    max-width: 1360px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

.portfolio .portfolio-wrapper {
    margin-bottom: 4em;
}

.portfolio .crp_loader {
    display: none;
}

.portfolio .crp-tile-inner {
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.45);
}

.portfolio .crp-tile-inner .details {
    top: 30%;
}

.portfolio .btn-ghost {
    margin-bottom: 3em;
}

@media (max-width: 767px) {
    .portfolio .btn-ghost {
        margin-bottom: 1em;
        font-size: 80%;
    }
}

/* Single posts styles */

.single-post .post-navigation {
    display: none;
}

.single-post article img {
    margin-bottom: 1em;
}

.single-post article img:first-of-type {
    margin-top: 4em;
}

.single-post article img:last-of-type {
    margin-bottom: 6em;
}

.single-post p {
    color: #39455f;
    font-size: 1.3em;
    line-height: 1.6;
}

.single-post .portfolio h3 {
    position: relative;
    color: #39455f;
    text-transform: uppercase;
    padding-bottom: 1em;
    text-align: left;
}

.single-post .portfolio h3:after {
    content: "";
    border-bottom: 2px solid #39455f;
    text-align: left;
    width: 10%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.single-post .portfolio h2 {
    display: block;
    font-weight: 900;
    font-size: 4.5em;
    text-align: left;
}

.single-post .portfolio h2:after {
    display: none;
}

.single-post .portfolio-content {
    text-align: left;
}

.single-post .portfolio .container > a {
    display: inline-block;
    color: #fff;
    background-color: #39455f;
    font-size: 1.2em;
    padding: 1em;
    border-radius: 0;
    text-transform: uppercase;
    margin-bottom: 5em;
}

.single-post .portfolio .container > a:hover {
    text-decoration: none;
}

@media (max-width: 776px) {
    .single-post .portfolio h2 {
        font-size: 3em;
        margin-bottom: 0 !important;
    }
}



/* Footer */

.site-footer {
    background: #d6b395 url('img/patterns/Pattern_Blue_01_1440x1350.png') no-repeat;
    background-size: cover;
    padding: 3em 0 6em;
    position: relative;
}

.site-footer .arrow-top {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.site-footer .arrow-top img {
    width: 50px;
    height: auto;
}

.site-footer .footer-content {
    width: 70%;
    margin: 0 auto;
}

.site-footer .footer-content a,
.site-footer .footer-content p,
.site-footer .footer-content h4,
.site-footer .footer-content h5 {
    color: #39455f;
    margin-bottom: 6px;
}

.site-footer .footer-content a:last-of-type,
.site-footer .footer-content h5 {
    padding-bottom: 2em;
}

.site-footer .footer-content h4,
.site-footer .footer-content h5 {
    font-weight: 700;
    margin-top: 0;
}

.site-footer .footer-content h4 {
    text-transform: uppercase;
}

.site-footer .footer-content a {
    display: block;
}

.site-footer .footer-content .col-md-3 {
    padding-top: 1em;
}

@media (max-width: 767px) {
    .site-footer .footer-content {
        width: 95%;
        text-align: center;
    }
}

/*Block tables styles*/

.wp-block-table table {
    color: #39455f;
    font-size: 1.5rem;
    margin-bottom: 5rem;
}

.wp-block-table.is-style-stripes {
    border-bottom: none;
}

/*Icons default styles*/

[class^="icon-"], [class*=" icon-"] {
    height: 32px;
    width: 32px;
    display: inline-block;
    fill: currentColor;
}
