﻿
/* Tripigo Journal */
@font-face {
    font-family: 'JustLovely';
    src: url('../fonts/JustLovely.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body.is-preload *, body.is-preload *:before, body.is-preload *:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

body.is-preload {
    opacity: 1.0;
    visibility: visible;
}

.h2:after, .h3:after {
    border-bottom: solid 1px #f26b4e;
    bottom: 0;
    content: '';
    display: inline-block;
    left: 0;
    position: absolute;
    width: 3rem;
}

.h2, .h3 {
    font-weight: 700;
    line-height: 0.5em;
    margin: 0 0 1.5em 0;
    padding-bottom: 1.25em;
    position: relative;
    text-transform: uppercase;
    line-height: 1.2;
}

.h3-text {
    font-size:1rem;
}

.text-1p2rem {
    font-size: 1.2rem;
}

.text-2p1rem {
    font-size: 2.1rem;
}

.text-3p5rem {
    font-size: 3.5rem;
}

#banner {
    margin-top: -3.5em;
}

#banner {
    background-color: #444;
    color: #fff;
    min-height: 40em;
    height: 75vh;
    position: relative;
    margin: 0.2rem 0 4rem 0;
}
/* Banner */

#banner {
    background-color: #444;
    color: #fff;
    min-height: 40em;
    height: 75vh;
    position: relative;
}

    #banner input, #banner select, #banner textarea {
        color: #fff;
    }

    #banner a {
        color: #fff;
    }

    #banner strong, #banner b {
        color: #fff;
    }

    #banner h1, #banner h2, #banner h3, #banner h4, #banner h5, #banner h6 {
        color: #fff;
    }

    #banner blockquote {
        border-left-color: rgba(255, 255, 255, 0.25);
    }

    #banner code {
        background: rgba(255, 255, 255, 0.075);
        border-color: rgba(255, 255, 255, 0.25);
    }

    #banner hr {
        border-bottom-color: rgba(255, 255, 255, 0.25);
    }

    #banner:after {
        pointer-events: none;
        -moz-transition: opacity 1.5s ease-in-out, visibility 1.5s;
        -webkit-transition: opacity 1.5s ease-in-out, visibility 1.5s;
        -ms-transition: opacity 1.5s ease-in-out, visibility 1.5s;
        transition: opacity 1.5s ease-in-out, visibility 1.5s;
        background: #000511;
        content: '';
        display: block;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        visibility: hidden;
        width: 100%;
        z-index: 2;
    }

    #banner .indicators {
        bottom: 1.5em;
        left: 0;
        list-style: none;
        margin: 0;
        padding: 0;
        position: absolute;
        text-align: center;
        width: 100%;
        z-index: 2;
    }

        #banner .indicators li {
            cursor: pointer;
            display: inline-block;
            height: 2em;
            overflow: hidden;
            padding: 0;
            position: relative;
            text-indent: -6em;
            width: 2em;
        }

            #banner .indicators li:before {
                background: rgba(255, 255, 255, 0.35);
                border-radius: 100%;
                content: '';
                display: inline-block;
                height: 0.8em;
                left: 50%;
                margin: -0.4em 0 0 -0.4em;
                position: absolute;
                text-indent: 0;
                top: 50%;
                width: 0.8em;
            }

            #banner .indicators li.visible:before {
                background: #fff;
            }

    #banner > article {
        -moz-transition: opacity 1.5s ease, visibility 1.5s;
        -webkit-transition: opacity 1.5s ease, visibility 1.5s;
        -ms-transition: opacity 1.5s ease, visibility 1.5s;
        transition: opacity 1.5s ease, visibility 1.5s;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        text-align: center;
        top: 0;
        visibility: hidden;
        width: 100%;
        z-index: 0;
    }

        #banner > article:before {
            content: '';
            display: inline-block;
            height: 100%;
            vertical-align: middle;
        }

        #banner > article:after {
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: #000;
            opacity: 0.35;
        }

        #banner > article .inner {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            z-index: 1;
        }

            #banner > article .inner > :last-child {
                margin-bottom: 0;
            }

        #banner > article h2 {
            font-weight: 800;
            font-size: 2.75em;
            padding-bottom: 0;
            margin: 0 0 0.5em 0;
        }

            #banner > article h2:after {
                display: none;
            }

        #banner > article img {
            display: none;
        }

        #banner > article.visible {
            opacity: 1;
            visibility: visible;
        }

        #banner > article.top {
            z-index: 1;
        }

        #banner > article.instant {
            -moz-transition: none !important;
            -webkit-transition: none !important;
            -ms-transition: none !important;
            transition: none !important;
        }

body.is-preload #banner:after {
    opacity: 1.0;
    visibility: visible;
}

@media screen and (max-width: 1280px) {

    #banner {
        min-height: 35em;
        height: 60vh;
    }

        #banner > article h2 {
            font-size: 2.25em;
        }
}

@media screen and (max-width: 980px) {

    #banner {
        min-height: 50em;
        height: 75vh;
    }

        #banner > article {
            background-attachment: scroll;
        }
}

@media screen and (max-width: 736px) {

    #banner {
        min-height: 25em;
    }

        #banner > article .inner {
            width: 90%;
        }

        #banner > article h2 {
            font-size: 1.75em;
            line-height: 1.25em;
        }
}

body.is-mobile #banner > article {
    background-attachment: scroll;
}

/* Wrapper */

.wrapper {
    padding: 4em 0 2em 0;
    position: relative;
}

    .wrapper > .inner {
        margin: 0 auto;
        max-width: 90em;
        width: 90%;
    }

    .wrapper + .wrapper {
        border-top: solid 1px #e0e0e0;
    }

    .wrapper.major-pad {
        padding: 2em 0 4em 0;
    }

    .wrapper.content-pad {
        padding: 0;
    }

        .wrapper.content-pad .content {
            padding: 4em 0 2em 0;
        }

    .wrapper.split > .inner {
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -moz-justify-content: space-between;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
    }

        .wrapper.split > .inner > * {
            width: calc(50% - 3.75em);
        }

            .wrapper.split > .inner > *:before {
                content: '';
                display: block;
                width: 1px;
                height: 100%;
                position: absolute;
                top: 0;
                margin-left: -3.75em;
                background-color: #e6e6e6;
            }

            .wrapper.split > .inner > *:first-child {
                border: 0;
            }

                .wrapper.split > .inner > *:first-child:before {
                    display: none;
                }

    .wrapper.style1 {
        background-color: #444;
        color: #fff;
        border-top: 0;
    }

        .wrapper.style1 input, .wrapper.style1 select, .wrapper.style1 textarea {
            color: #fff;
        }

        .wrapper.style1 a {
            color: #fff;
        }

        .wrapper.style1 strong, .wrapper.style1 b {
            color: #fff;
        }

        .wrapper.style1 h1, .wrapper.style1 h2, .wrapper.style1 h3, .wrapper.style1 h4, .wrapper.style1 h5, .wrapper.style1 h6 {
            color: #fff;
        }

        .wrapper.style1 blockquote {
            border-left-color: rgba(255, 255, 255, 0.25);
        }

        .wrapper.style1 code {
            background: rgba(255, 255, 255, 0.075);
            border-color: rgba(255, 255, 255, 0.25);
        }

        .wrapper.style1 hr {
            border-bottom-color: rgba(255, 255, 255, 0.25);
        }

        .wrapper.style1 .box {
            border-color: rgba(255, 255, 255, 0.25);
        }

        .wrapper.style1 input[type="submit"],
        .wrapper.style1 input[type="reset"],
        .wrapper.style1 input[type="button"],
        .wrapper.style1 button,
        .wrapper.style1 .button {
            background-color: transparent;
            color: #fff !important;
            box-shadow: inset 0 0 0 1px #fff;
        }

            .wrapper.style1 input[type="submit"]:hover,
            .wrapper.style1 input[type="reset"]:hover,
            .wrapper.style1 input[type="button"]:hover,
            .wrapper.style1 button:hover,
            .wrapper.style1 .button:hover {
                background-color: rgba(255, 255, 255, 0.075);
            }

            .wrapper.style1 input[type="submit"]:active,
            .wrapper.style1 input[type="reset"]:active,
            .wrapper.style1 input[type="button"]:active,
            .wrapper.style1 button:active,
            .wrapper.style1 .button:active {
                background-color: rgba(255, 255, 255, 0.2);
            }

            .wrapper.style1 input[type="submit"].primary,
            .wrapper.style1 input[type="reset"].primary,
            .wrapper.style1 input[type="button"].primary,
            .wrapper.style1 button.primary,
            .wrapper.style1 .button.primary {
                box-shadow: none;
                background-color: #fff;
                color: #444 !important;
            }

        .wrapper.style1 .features > section:before {
            background-color: rgba(255, 255, 255, 0.25);
        }

        .wrapper.style1 label {
            color: #fff;
        }

        .wrapper.style1 input[type="text"],
        .wrapper.style1 input[type="password"],
        .wrapper.style1 input[type="email"],
        .wrapper.style1 input[type="tel"],
        .wrapper.style1 input[type="search"],
        .wrapper.style1 input[type="url"],
        .wrapper.style1 select,
        .wrapper.style1 textarea {
            -moz-transition: border-color 0.2s ease-in-out;
            -webkit-transition: border-color 0.2s ease-in-out;
            -ms-transition: border-color 0.2s ease-in-out;
            transition: border-color 0.2s ease-in-out;
            border-color: rgba(255, 255, 255, 0.25);
        }

            .wrapper.style1 input[type="text"]:focus,
            .wrapper.style1 input[type="password"]:focus,
            .wrapper.style1 input[type="email"]:focus,
            .wrapper.style1 input[type="tel"]:focus,
            .wrapper.style1 input[type="search"]:focus,
            .wrapper.style1 input[type="url"]:focus,
            .wrapper.style1 select:focus,
            .wrapper.style1 textarea:focus {
                border-color: #fff;
            }

        .wrapper.style1 select {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(255, 255, 255, 0.25)' /%3E%3C/svg%3E");
        }

            .wrapper.style1 select option {
                color: #fff;
                background: #444;
            }

        .wrapper.style1 input[type="checkbox"] + label,
        .wrapper.style1 input[type="radio"] + label {
            color: #fff;
        }

            .wrapper.style1 input[type="checkbox"] + label:before,
            .wrapper.style1 input[type="radio"] + label:before {
                -moz-transition: border-color 0.2s ease-in-out;
                -webkit-transition: border-color 0.2s ease-in-out;
                -ms-transition: border-color 0.2s ease-in-out;
                transition: border-color 0.2s ease-in-out;
                background: rgba(255, 255, 255, 0.075);
                border-color: rgba(255, 255, 255, 0.25);
            }

        .wrapper.style1 input[type="checkbox"]:checked + label:before,
        .wrapper.style1 input[type="radio"]:checked + label:before {
            background-color: #fff;
            border-color: #fff;
            color: #444;
        }

        .wrapper.style1 input[type="checkbox"]:focus + label:before,
        .wrapper.style1 input[type="radio"]:focus + label:before {
            border-color: #fff;
        }

        .wrapper.style1 ::-webkit-input-placeholder {
            color: #888 !important;
        }

        .wrapper.style1 :-moz-placeholder {
            color: #888 !important;
        }

        .wrapper.style1 ::-moz-placeholder {
            color: #888 !important;
        }

        .wrapper.style1 :-ms-input-placeholder {
            color: #888 !important;
        }

        .wrapper.style1 .formerize-placeholder {
            color: #888 !important;
        }

        .wrapper.style1 .icon-wrapper {
            background-color: #fff;
            box-shadow: 0 -1px 0 0 #fff, 0 1px 0 0 #fff;
        }

            .wrapper.style1 .icon-wrapper:before {
                border-bottom-color: #fff;
            }

            .wrapper.style1 .icon-wrapper:after {
                border-top-color: #fff;
            }

            .wrapper.style1 .icon-wrapper .icon {
                color: #444;
            }

        .wrapper.style1 ul.alt li {
            border-top-color: rgba(255, 255, 255, 0.25);
        }

        .wrapper.style1 ul.menu li {
            border-left-color: rgba(255, 255, 255, 0.25);
        }

        .wrapper.style1 ul.pagination li > .page.active {
            background-color: #444;
            color: #fff !important;
        }

            .wrapper.style1 ul.pagination li > .page.active:hover {
                background-color: #515151;
            }

            .wrapper.style1 ul.pagination li > .page.active:active {
                background-color: #373737;
            }

        .wrapper.style1 .post .content {
            background-color: transparent;
            border: solid 1px #e6e6e6;
        }

        .wrapper.style1 table tbody tr {
            border-color: rgba(255, 255, 255, 0.25);
        }

            .wrapper.style1 table tbody tr:nth-child(2n + 1) {
                background-color: rgba(255, 255, 255, 0.075);
            }

        .wrapper.style1 table th {
            color: #fff;
        }

        .wrapper.style1 table thead {
            border-bottom-color: rgba(255, 255, 255, 0.25);
        }

        .wrapper.style1 table tfoot {
            border-top-color: rgba(255, 255, 255, 0.25);
        }

        .wrapper.style1 table.alt tbody tr td {
            border-color: rgba(255, 255, 255, 0.25);
        }

        .wrapper.style1 + .wrapper {
            border-top: 0;
        }

        .wrapper.style1.split > .inner > *:before {
            background-color: rgba(255, 255, 255, 0.25);
        }

    .wrapper.style2 {
        background-color: #f6f6f6;
        color: #444;
        border-top: 0;
    }

        .wrapper.style2 input, .wrapper.style2 select, .wrapper.style2 textarea {
            color: #444;
        }

        .wrapper.style2 a {
            color: #444;
        }

        .wrapper.style2 strong, .wrapper.style2 b {
            color: #444;
        }

        .wrapper.style2 h1, .wrapper.style2 h2, .wrapper.style2 h3, .wrapper.style2 h4, .wrapper.style2 h5, .wrapper.style2 h6 {
            color: #444;
        }

        .wrapper.style2 blockquote {
            border-left-color: #e6e6e6;
        }

        .wrapper.style2 code {
            background: rgba(144, 144, 144, 0.075);
            border-color: #e6e6e6;
        }

        .wrapper.style2 hr {
            border-bottom-color: #e6e6e6;
        }

        .wrapper.style2 .box {
            border-color: #e6e6e6;
        }

        .wrapper.style2 input[type="submit"],
        .wrapper.style2 input[type="reset"],
        .wrapper.style2 input[type="button"],
        .wrapper.style2 button,
        .wrapper.style2 .button {
            background-color: transparent;
            color: #444 !important;
            box-shadow: inset 0 0 0 1px #444;
        }

            .wrapper.style2 input[type="submit"]:hover,
            .wrapper.style2 input[type="reset"]:hover,
            .wrapper.style2 input[type="button"]:hover,
            .wrapper.style2 button:hover,
            .wrapper.style2 .button:hover {
                background-color: rgba(144, 144, 144, 0.075);
            }

            .wrapper.style2 input[type="submit"]:active,
            .wrapper.style2 input[type="reset"]:active,
            .wrapper.style2 input[type="button"]:active,
            .wrapper.style2 button:active,
            .wrapper.style2 .button:active {
                background-color: rgba(144, 144, 144, 0.2);
            }

            .wrapper.style2 input[type="submit"].primary,
            .wrapper.style2 input[type="reset"].primary,
            .wrapper.style2 input[type="button"].primary,
            .wrapper.style2 button.primary,
            .wrapper.style2 .button.primary {
                box-shadow: none;
                background-color: #444;
                color: #fff !important;
            }

                .wrapper.style2 input[type="submit"].primary:hover,
                .wrapper.style2 input[type="reset"].primary:hover,
                .wrapper.style2 input[type="button"].primary:hover,
                .wrapper.style2 button.primary:hover,
                .wrapper.style2 .button.primary:hover {
                    background-color: #515151;
                }

                .wrapper.style2 input[type="submit"].primary:active,
                .wrapper.style2 input[type="reset"].primary:active,
                .wrapper.style2 input[type="button"].primary:active,
                .wrapper.style2 button.primary:active,
                .wrapper.style2 .button.primary:active {
                    background-color: #373737;
                }

        .wrapper.style2 .features > section:before {
            background-color: #e6e6e6;
        }

        .wrapper.style2 label {
            color: #444;
        }

        .wrapper.style2 input[type="text"],
        .wrapper.style2 input[type="password"],
        .wrapper.style2 input[type="email"],
        .wrapper.style2 input[type="tel"],
        .wrapper.style2 input[type="search"],
        .wrapper.style2 input[type="url"],
        .wrapper.style2 select,
        .wrapper.style2 textarea {
            -moz-transition: border-color 0.2s ease-in-out;
            -webkit-transition: border-color 0.2s ease-in-out;
            -ms-transition: border-color 0.2s ease-in-out;
            transition: border-color 0.2s ease-in-out;
            border-color: #e6e6e6;
        }

            .wrapper.style2 input[type="text"]:focus,
            .wrapper.style2 input[type="password"]:focus,
            .wrapper.style2 input[type="email"]:focus,
            .wrapper.style2 input[type="tel"]:focus,
            .wrapper.style2 input[type="search"]:focus,
            .wrapper.style2 input[type="url"]:focus,
            .wrapper.style2 select:focus,
            .wrapper.style2 textarea:focus {
                border-color: #444;
            }

        .wrapper.style2 select {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23e6e6e6' /%3E%3C/svg%3E");
        }

            .wrapper.style2 select option {
                color: #444;
                background: #f6f6f6;
            }

        .wrapper.style2 input[type="checkbox"] + label,
        .wrapper.style2 input[type="radio"] + label {
            color: #444;
        }

            .wrapper.style2 input[type="checkbox"] + label:before,
            .wrapper.style2 input[type="radio"] + label:before {
                -moz-transition: border-color 0.2s ease-in-out;
                -webkit-transition: border-color 0.2s ease-in-out;
                -ms-transition: border-color 0.2s ease-in-out;
                transition: border-color 0.2s ease-in-out;
                background: rgba(144, 144, 144, 0.075);
                border-color: #e6e6e6;
            }

        .wrapper.style2 input[type="checkbox"]:checked + label:before,
        .wrapper.style2 input[type="radio"]:checked + label:before {
            background-color: #444;
            border-color: #444;
            color: #fff;
        }

        .wrapper.style2 input[type="checkbox"]:focus + label:before,
        .wrapper.style2 input[type="radio"]:focus + label:before {
            border-color: #444;
        }

        .wrapper.style2 ::-webkit-input-placeholder {
            color: #bbb !important;
        }

        .wrapper.style2 :-moz-placeholder {
            color: #bbb !important;
        }

        .wrapper.style2 ::-moz-placeholder {
            color: #bbb !important;
        }

        .wrapper.style2 :-ms-input-placeholder {
            color: #bbb !important;
        }

        .wrapper.style2 .formerize-placeholder {
            color: #bbb !important;
        }

        .wrapper.style2 .icon-wrapper {
            background-color: rgba(144, 144, 144, 0.075);
            box-shadow: 0 -1px 0 0 rgba(144, 144, 144, 0.075), 0 1px 0 0 rgba(144, 144, 144, 0.075);
        }

            .wrapper.style2 .icon-wrapper:before {
                border-bottom-color: rgba(144, 144, 144, 0.075);
            }

            .wrapper.style2 .icon-wrapper:after {
                border-top-color: rgba(144, 144, 144, 0.075);
            }

        .wrapper.style2 ul.alt li {
            border-top-color: #e6e6e6;
        }

        .wrapper.style2 ul.menu li {
            border-left-color: #e6e6e6;
        }

        .wrapper.style2 ul.pagination li > .page.active {
            background-color: #444;
            color: #fff !important;
        }

            .wrapper.style2 ul.pagination li > .page.active:hover {
                background-color: #515151;
            }

            .wrapper.style2 ul.pagination li > .page.active:active {
                background-color: #373737;
            }

        .wrapper.style2 .post .content {
            background-color: #fff;
            border: 0;
        }

        .wrapper.style2 table tbody tr {
            border-color: #e6e6e6;
        }

            .wrapper.style2 table tbody tr:nth-child(2n + 1) {
                background-color: rgba(144, 144, 144, 0.075);
            }

        .wrapper.style2 table th {
            color: #444;
        }

        .wrapper.style2 table thead {
            border-bottom-color: #e6e6e6;
        }

        .wrapper.style2 table tfoot {
            border-top-color: #e6e6e6;
        }

        .wrapper.style2 table.alt tbody tr td {
            border-color: #e6e6e6;
        }

        .wrapper.style2 + .wrapper {
            border-top: 0;
        }

        .wrapper.style2.split > .inner > *:before {
            background-color: #e6e6e6;
        }

    .wrapper.sidebar > .inner {
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -moz-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .wrapper.sidebar > .inner > header {
            width: 100%;
        }

        .wrapper.sidebar > .inner > .content {
            width: 75%;
            padding: 0 4em 0 0;
        }

        .wrapper.sidebar > .inner > .sidebar {
            width: 25%;
        }

    .wrapper.sidebar.left > .inner {
        -moz-flex-direction: row-reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

        .wrapper.sidebar.left > .inner > .content {
            padding: 0 0 0 4em;
        }

@media screen and (max-width: 980px) {

    .wrapper.sidebar > .inner {
        -moz-flex-direction: row;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .wrapper.sidebar > .inner > .content {
            width: 100%;
            padding: 0;
        }

        .wrapper.sidebar > .inner > .sidebar {
            border-top: solid 2px #e6e6e6;
            margin: 2em 0 0 0;
            padding: 4em 0 0 0;
            width: 100%;
        }

    .wrapper.sidebar.style1 > .inner > .sidebar {
        border-top-color: rgba(255, 255, 255, 0.25);
    }

    .wrapper.sidebar.style2 > .inner > .sidebar {
        border-top-color: #e6e6e6;
    }
}

@media screen and (max-width: 1280px) {

    .wrapper {
        padding: 3em 0 1em 0;
    }

        .wrapper > .inner {
            width: 100%;
            padding: 0 3em;
        }

        .wrapper.major-pad {
            padding: 4em 0 2em 0;
        }

        .wrapper.content-pad .content {
            padding: 3em 0 1em 0;
        }

        .wrapper.split > .inner > * {
            width: calc(50% - 2em);
        }

            .wrapper.split > .inner > *:before {
                margin-left: -2em;
            }
}

@media screen and (max-width: 980px) {

    .wrapper > .inner > * {
        width: 100%;
        padding-left: 0 !important;
    }

    .wrapper.split > .inner {
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .wrapper.split > .inner > * {
            width: 100%;
            padding-top: 3em;
            margin-top: 1em;
        }

            .wrapper.split > .inner > *:before {
                margin-left: 0;
                position: relative;
                height: 1px;
                width: 100%;
                top: -3em;
            }

            .wrapper.split > .inner > *:first-child {
                padding-top: 0;
                margin-top: 0;
            }

                .wrapper.split > .inner > *:first-child:before {
                    display: none;
                }
}

@media screen and (max-width: 736px) {

    .wrapper {
        padding: 2.5em 0 0.5em 0;
    }

        .wrapper > .inner {
            padding: 0 1.5em;
        }

        .wrapper.major-pad {
            padding: 2.5em 0 0.5em 0;
        }

        .wrapper.content-pad .content {
            padding: 2.5em 0 0.5em 0;
        }
}

/* Spotlight */

.spotlight {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

    .spotlight .content {
        width: calc(33.3333333% - 1.25em);
    }

    .spotlight h2 {
        font-size: 2.25em;
        font-weight: 800;
        margin: 0 0 0.7em 0;
        padding-bottom: 0.75em;
    }

    .spotlight .image {
        width: calc(66.6666666% - 2.5em);
        margin: 0 0 2em 0;
    }

        .spotlight .image img {
            width: 100%;
        }

@media screen and (max-width: 1280px) {

    .spotlight h2 {
        font-size: 1.25em;
    }

    .spotlight .image {
        width: calc(66.6666666% - 1.25em);
    }
}

@media screen and (max-width: 980px) {

    .spotlight {
        display: block;
    }

        .spotlight .content {
            width: 100%;
        }

        .spotlight .image {
            width: 100%;
            margin: 0 0 2em 0;
        }
}

/* Features */

.features {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    position: relative;
}

    .features > section {
        width: calc(33.33333333% - 5em);
    }

        .features > section:before {
            content: '';
            display: block;
            height: 100%;
            margin-left: -3.75em;
            position: absolute;
            top: 0;
            width: 1px;
        }

        .features > section:first-child {
            border-left: 0;
        }

            .features > section:first-child:before {
                display: none;
            }

@media screen and (max-width: 1280px) {

    .features > section {
        width: calc(33.33333333% - 2.5em);
    }

        .features > section:before {
            margin-left: -2em;
        }
}

@media screen and (max-width: 980px) {

    .features {
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .features > section {
            width: 100%;
        }

            .features > section:before {
                width: 100%;
                height: 1px;
                margin-left: 0;
                position: relative;
                top: -3em;
            }

            .features > section:first-child:before {
                display: none;
            }
}

@media screen and (max-width: 736px) {

    .features > section:before {
        top: -2.5em;
    }
}

.features > section:before {
    background-color: #e6e6e6;
}

/* Post */

.post {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-align-items: -moz-stretch;
    -webkit-align-items: -webkit-stretch;
    -ms-align-items: -ms-stretch;
    align-items: stretch;
    margin-bottom: 2em;
}

    .post .image {
        display: block;
        margin-bottom: 1em;
        width: 100%;
        -ms-flex: 0 0 auto;
    }

        .post .image img {
            width: 100%;
        }

    .post .content {
        padding: 2.5em 2.5em 0.5em 2.5em;
        -moz-flex-grow: 1;
        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
    }

@media screen and (max-width: 1280px) {

    .post .content {
        padding: 2em 2em 0.1em 2em;
    }
}

@media screen and (max-width: 736px) {

    .post {
        display: block;
    }

        .post .content {
            padding: 2em 1.5em 0.1em 1.5em;
        }
}

.post .content {
    background-color: transparent;
    border: solid 1px #e6e6e6;
}

/* Posts */

.posts {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -moz-align-items: -moz-stretch;
    -webkit-align-items: -webkit-stretch;
    -ms-align-items: -ms-stretch;
    align-items: stretch;
}

    .posts .post {
        width: calc(33.33333333% - 1.25em);
    }

@media screen and (max-width: 1280px) {

    .posts .post {
        width: calc(50% - 1em);
    }
}

@media screen and (max-width: 736px) {

    .posts {
        display: block;
    }

        .posts .post {
            width: 100%;
        }
}

/* Actions */

ul.actions {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    cursor: default;
    list-style: none;
    margin-left: -1em;
    padding-left: 0;
}

    ul.actions li {
        padding: 0 0 0 1em;
        vertical-align: middle;
    }

    ul.actions.special {
        -moz-justify-content: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        width: 100%;
        margin-left: 0;
    }

        ul.actions.special li:first-child {
            padding-left: 0;
        }

    ul.actions.stacked {
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0;
    }

        ul.actions.stacked li {
            padding: 1.3em 0 0 0;
        }

            ul.actions.stacked li:first-child {
                padding-top: 0;
            }

    ul.actions.fit {
        width: calc(100% + 1em);
    }

        ul.actions.fit li {
            -moz-flex-grow: 1;
            -webkit-flex-grow: 1;
            -ms-flex-grow: 1;
            flex-grow: 1;
            -moz-flex-shrink: 1;
            -webkit-flex-shrink: 1;
            -ms-flex-shrink: 1;
            flex-shrink: 1;
            width: 100%;
        }

            ul.actions.fit li > * {
                width: 100%;
            }

        ul.actions.fit.stacked {
            width: 100%;
        }

@media screen and (max-width: 480px) {

    ul.actions:not(.fixed) {
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0;
        width: 100% !important;
    }

        ul.actions:not(.fixed) li {
            -moz-flex-grow: 1;
            -webkit-flex-grow: 1;
            -ms-flex-grow: 1;
            flex-grow: 1;
            -moz-flex-shrink: 1;
            -webkit-flex-shrink: 1;
            -ms-flex-shrink: 1;
            flex-shrink: 1;
            padding: 1em 0 0 0;
            text-align: center;
            width: 100%;
        }

            ul.actions:not(.fixed) li > * {
                width: 100%;
            }

            ul.actions:not(.fixed) li:first-child {
                padding-top: 0;
            }

            ul.actions:not(.fixed) li input[type="submit"],
            ul.actions:not(.fixed) li input[type="reset"],
            ul.actions:not(.fixed) li input[type="button"],
            ul.actions:not(.fixed) li button,
            ul.actions:not(.fixed) li .button {
                width: 100%;
            }

                ul.actions:not(.fixed) li input[type="submit"].icon:before,
                ul.actions:not(.fixed) li input[type="reset"].icon:before,
                ul.actions:not(.fixed) li input[type="button"].icon:before,
                ul.actions:not(.fixed) li button.icon:before,
                ul.actions:not(.fixed) li .button.icon:before {
                    margin-left: -0.5em;
                }
}

.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-family:inherit;
    font-weight: 400;
    height: 2.75em;
    line-height: 2.75em;
    padding: 0 1.5em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.button {
    background-color: transparent !important;
    color: #444 !important;
    box-shadow: inset 0 0 0 1px #444 !important;
}

    .button:hover {
        background-color: #f6f6f6 !important;
    }

    .button:active {
        background-color: #e2e2e2 !important;
    }

.card-box {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .card-box:hover {
        transform: translateY(-6px);
        box-shadow: 0 8px 18px rgba(0,0,0,0.08);
    }

.card-box-img-top {
    transition: transform 0.6s ease, filter 0.6s ease !important;
}

.card-box-img-top:hover {
    transform: scale(1.05) !important;
    filter: brightness(0.9) !important;
}

.hand-writing-title {
    font-family: 'JustLovely', cursive;
    letter-spacing:1px;
}
.title-golden {
    color: #C49A4A;
}
.xtra-small-text{
    font-size:0.5rem;
}

.underline-animate-golden {
    position: relative;
    display: inline-block;
}

    .underline-animate-golden::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0; /* adjust to show clearly */
        width: 0%;
        height: 1px;
        background-color: #C49A4A;
        border-radius: 2px;
        transition: width 1s ease;
        animation: underlineGrow 1s ease forwards;
    }
@keyframes underlineGrow {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}
.underline-animate-golden:hover:after {
    width: 100%;
}

/* Respect users who prefer less motion */
@media (prefers-reduced-motion: reduce) {
    .underline-animate-golden::after {
        transition: none;
        width: 100%;
    }
}

.image.fit {
    display: block;
    margin: 0 0 2em 0;
    width: 100%;
}

    .image.fit img {
        width: 100%;
    }

.divider-icon {
    text-align: center;
    margin: 3rem 0;
}

    .divider-icon span {
        color: var(--tripigo-coral);
        font-size: 1.5rem;
        opacity: 0.8;
    }
    .divider-icon span {
        opacity: 0;
        animation: fadeIn 1.2s ease forwards;
        animation-delay: 0.2s;
    }

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.article-related {
    border-top: 0px solid #eee;
    padding-top: 2rem;
}

.section-subtitle {
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #555;
}

.article-related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
}

.article-related-card {
    display: block;
    padding: 1.25rem 1.5rem;
    border-radius: 0.75rem;
    background-color: #fafafa;
    border: 1px solid #f1f1f1;
    text-decoration: none;
    color: #222;
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
}

    .article-related-card h4 {
        font-size: 1.05rem;
        margin-bottom: 0.35rem;
    }

    .article-related-card p {
        font-size: 0.9rem;
        margin: 0;
        color: #555;
    }

.article-related-tag {
    display: inline-block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #f26b4e;
    margin-bottom: 0.4rem;
}

/* Hover effect */
.article-related-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.04);
    border-color: #ffd9c8;
    background-color: #fff;
}

.no-padding {
    padding: 0;
}

@media (max-width: 992px) {
    .article-layout {
        flex-direction: column;
    }

    .article-sidebar {
        margin-top: 2rem;
    }
}
/* End Tripigo Journal */
