/* CSS styles extracted from themes.css for C.html */

/* Base styles */
.contain-kalpax-fixed {
    position: relative;
}





/* Main content styles */
.kalpax-main {
    padding-left: 0;
}

.kalpax-main img {
    width: 50%;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
}

.kalpax-detail-wrapper {
    padding-top: 200px;
    width: 60%;
    position: relative;
    z-index: 5;
    padding-left: 0;
    padding-right: 5%;
}

#hero-block.kalpax-detail-wrapper>h5 {
    font-size: 16px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

#hero-block.kalpax-detail-wrapper>h1 {
    font-size: 11.2rem;
    color: #0f141e;
    line-height: 11.2rem;
    padding-top: 1px;
    padding-bottom: 4px;
}

#hero-block.kalpax-detail-wrapper>p {
    font-size: 20px;
    color: #878a8f;
    padding-top: 2px;
    padding-bottom: 3px;
}

.kalpax-link {
    margin-top: 30px;
}

.kalpax-link a {
    font-size: 20px;
    padding-bottom: 4px;
    position: relative;
    font-weight: 800;
    color: #0f141e;
    border: 0 none;
    line-height: 30px;
    overflow: hidden;
    display: inline-block;
    padding: 0 4px;
    height: 2em;
    padding-left: 0 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.kalpax-link a span {
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.kalpax-link a span::after {
    position: absolute;
    content: attr(data-hover);
    left: 0;
    color: #878a8f;
    width: 0;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
    -webkit-transition: all .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.kalpax-link a:hover span::after,
.kalpax-link a:focus span {
    width: 100%;
}

.link-km::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #878a8f;
    transition: width .3s;
}

.link-km:hover::after {
    width: 100%;
}

/* Parallax styles */
.kalpax-parralax {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

#scene {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
}

#scene-2 {
    position: absolute !important;
    bottom: 100px !important;
    right: 0 !important;
    z-index: 3;
}

#scene-3 {
    position: absolute !important;
    bottom: 100px !important;
    right: 250px !important;
    z-index: 0;
}

#scene-4 {
    position: absolute !important;
    top: 50px !important;
    right: 550px !important;
    z-index: 3;
}

#scene>img {
    width: 100px;
}

#scene-2>img {
    width: 150px;
}

#scene-3>img {
    width: 350px;
}

#scene-4>img {
    width: 100px;
}

/* Hero image styles */
.hero-img {
    width: 50%;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
}

/* Scroll indicator styles */
.icon-scroll,
.icon-scroll:before {
    position: absolute;
    left: 50%;
}

.icon-scroll {
    width: 30px;
    position: absolute;
    height: 50px;
    margin-left: -20px;
    bottom: -30px;
    margin-top: -35px;
    border: 2px solid #0f141e;
    border-radius: 25px;
}

.icon-scroll:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #0f141e;
    margin-left: -4px;
    top: 8px;
    border-radius: 4px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll;
}

/* Particles.js container */
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}

/* Animation keyframes */

@keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(26px);
    }
}

/* Responsive Design */

/* 1200px breakpoint */
@media screen and (max-width: 1200px) {
    .kalpax-detail-wrapper {
        padding-left: 5%;
        width: 70%;
    }
    
    #hero-block.kalpax-detail-wrapper>h5 {
        font-size: 15px;
        letter-spacing: 5px;
        text-transform: uppercase;
    }
    
    #hero-block.kalpax-detail-wrapper>h1 {
        font-weight: 900;
        font-size: 8rem;
        line-height: 8rem;
        margin-top: 15px;
    }
    
    #hero-block.kalpax-detail-wrapper>p {
        margin-top: 10px;
        font-size: 18px;
        line-height: 26px;
    }
    
    .kalpax-main img {
        width: 60%;
    }
    
    .hero-img {
        width: 60%;
    }
}

/* 980px breakpoint */
@media screen and (max-width: 980px) {
    .kalpax-detail-wrapper {
        padding-top: 250px;
        position: relative;
        width: 80%;
        z-index: 3;
        padding-left: 5%;
        padding-right: 5%;
    }
    
    .kalpax-parralax {
        display: none;
    }
    
    .logo-kalpax {
        width: 150px;
        margin-left: 20px;
        padding-left: 0;
    }
    
    .logo-kalpax img {
        filter: invert(1);
        width: 100%;
        padding-top: 20px;
        padding-left: 0;
    }
    
    .kalpax-main img {
        width: 50%;
        z-index: 0;
        padding-top: 50px;
    }
    
    .hero-img {
        width: 50%;
        z-index: 0;
        padding-top: 50px;
    }
    
    .lang {
        position: absolute;
        right: 80px;
        height: 25px;
        bottom: 0;
    }
    
    .lang ul li {
        display: inline-block;
        padding-left: 10px;
        font-size: 15px;
    }
}

/* Custom Form Section Styles */
.custom-form-section {
    padding: 80px 0;
    margin-top: 80px;
    position: relative;
}

.custom-form-section .row {
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(135deg, #FE3132 0%, #FF5D3E 30%, #FF914D 100%);
}

.custom-form-section .row .col-lg-12 {
    background: #f5f5f5;
    border-radius: 16px;
    overflow: hidden;
    padding: 5rem;
    margin-top: 2rem;
}

.custom-form-section .section-header {
    text-align: left;
    margin-bottom: 2rem;
}

.custom-form-section .section-header h2 {
    font-size: 30px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    font-family: 'Livvic', sans-serif;
}

.custom-form-section .section-header p {
    font-size: 18px;
    color: #666;
    margin: 0;
}

/* Tag Selection Styles */
.tag-selection-area {
    margin-bottom: 60px;
}

.tag-selection-area {
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    align-content: flex-start;
}

.tag-row {
    display: contents;
}

.tag-item {
    border: 2px solid #252525;
    border-radius: 12px;
    padding: 8px 40px 8px 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    flex: 0 0 auto;
    min-width: fit-content;
    user-select: none;
}

.tag-item:before {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #252525;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.tag-item.active {
    background: #333;
    color: #fff;
    border-color: #333;
}

.tag-item.active::before {
    background: #fff;
}

.tag-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Basic Information Section */
.basic-info-section {
    padding: 40px 0 0;
    border-top: 1px solid #ddd;
	
}

.basic-info-section h3 {
    font-size: 30px;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
    font-family: 'Livvic', sans-serif;
	margin-left: -7px;
}

/*第二信息*/

.form-row {
    display: flex;
    gap: 30px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.form-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 1rem;
    flex: 1;
    min-width: 200px;
}

/* First row flex ratios */
.gender-group {
    flex: 2;
}

.age-group {
    flex: 1;
}

.region-group {
    flex: 2.8;
}

.relationship-group {
    flex: 1;
}

.niming-group {
    flex: 1;
}

.preference-group {
    flex: 2;
}

.intention-group {
    flex: 1;
}

/* Second row flex ratios */
.email-group {
    flex: 1;
}

.phone-group {
    flex: 1;
}

.occupation-group {
    flex: 1;
}

.form-group label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.form-group input {
    background: transparent;
}

.form-control {
    flex: 1;
    border: 2px solid #252525;
    border-radius: 12px;
    padding: 8px 40px 8px 10px;
    font-size: 14px;
    transition: all 0.3s ease;
    outline: none;
}

.form-control:focus {
    border-color: #333;
    box-shadow: 0 0 0 3px rgba(51,51,51,0.1);
}

/* Gender Selection */
.gender-selection {
    flex: 1;
    display: flex;
    gap: 15px;
}

.gender-option {
    flex: 1;
    width: 50px;
    border: 2px solid #252525;
    border-radius: 12px;
    padding: 8px 40px 8px 10px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.gender-option:before {
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: #252525;
    transition: all 0.3s ease;
}

.gender-option.active {
    background: #333;
    color: #fff;
    border-color: #333;
}

.gender-option.active::before {
    background: #fff;
}

/* Male gender option - blue theme */
.gender-option.active:has(.ri-men-line) {
    background: #4A90E2;
    border-color: #4A90E2;
}

/* Female gender option - pink theme */
.gender-option.active:has(.ri-women-line) {
    background: #E24A90;
    border-color: #E24A90;
}

/* Fallback for browsers that don't support :has() */
.gender-option.active.male {
    background: #4A90E2;
    border-color: #4A90E2;
}

.gender-option.active.female {
    background: #E24A90;
    border-color: #E24A90;
}

.niming-options {
    flex: 1;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.niming-option {
    border: 2px solid #252525;
    border-radius: 12px;
    padding: 8px 40px 8px 10px;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-flex;
    align-items: center;
}

.niming-option:before {
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: #252525;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.niming-option.active {
    background: #333;
    color: #fff;
    border-color: #333;
}

.niming-option.active::before {
    background: #fff;
}

.preference-options {
    flex: 1;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.preference-option {
    border: 2px solid #252525;
    border-radius: 12px;
    padding: 8px 40px 8px 10px;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-flex;
    align-items: center;
}

.preference-option:before {
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: #252525;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.preference-option.active {
    background: #333;
    color: #fff;
    border-color: #333;
}

.preference-option.active::before {
    background: #fff;
}

/* timeliness Options */
.timeliness-options {
    flex: 1;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.timeliness-option {
    border: 2px solid #252525;
    border-radius: 12px;
    padding: 8px 40px 8px 10px;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-flex;
    align-items: center;
}

.timeliness-option:before {
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: #252525;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.timeliness-option.active {
    background: #333;
    color: #fff;
    border-color: #333;
}

.timeliness-option.active::before {
    background: #fff;
}

/* Message Group */
.message-group {
    margin: 30px 0;
}

.message-group .form-control {
    border-radius: 16px;
    background: transparent;
    resize: none;
    min-height: 120px;
    font-family: inherit;
}

/* Submit Button */
.submit-group {
    text-align: center;
    margin-top: 40px;
}

.btn-submit {
    background: #333;
    color: #fff;
    border: none;
    border-radius: 2px;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(51,51,51,0.3);
}

.btn-submit:hover {
    background: #555;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(51,51,51,0.4);
}

/* Responsive Design for Custom Form Section */
@media screen and (max-width: 1200px) {
    .form-row {
        gap: 20px;
    }
}

@media screen and (max-width: 768px) {
    .custom-form-section {
        padding: 60px 0;
    }
    
    .custom-form-section .section-header h2 {
        font-size: 36px;
    }
    
    .form-row {
        flex-direction: column;
        gap: 15px;
    }
    
    .form-group {
        min-width: auto;
    }
    
    .basic-info-section {
        padding-top: 25px;
    }
    
    .tag-row {
        gap: 10px;
    }
    
    .tag-item {
        padding: 10px 20px;
        font-size: 13px;
    }
    
    .payment-options {
        gap: 10px;
    }
}

/* 780px breakpoint */
@media screen and (max-width: 780px) {
    .kalpax-main img {
        width: 100%;
    }
    
    .hero-img {
        width: 80%;
    }
    
    #hero-block.kalpax-detail-wrapper>h1 {
        font-weight: 900;
        font-size: 5rem;
        line-height: 5rem;
        margin-top: 15px;
    }
    
    #hero-block.kalpax-detail-wrapper>p {
        margin-top: 10px;
        font-size: 15px;
        line-height: 23px;
    }
    
    .logo-kalpax {
        width: 100px;
        margin-left: 10px;
    }
    
    .icon-scroll {
        display: none;
    }
    
    .menuContent ul li {
        font-size: 25px;
    }
}

/* 480px breakpoint */
@media screen and (max-width: 480px) {
    .kalpax-detail-wrapper {
        padding-top: 350px;
        width: 90%;
        padding-left: 5%;
    }

    .preference-group {
        flex-direction: column;
        align-items: flex-start;
    }
    
    #hero-block.kalpax-detail-wrapper>h5 {
        font-size: 13px;
        letter-spacing: 3px;
        text-transform: uppercase;
    }
    
    #hero-block.kalpax-detail-wrapper>h1 {
        font-weight: 900;
        font-size: 3rem;
        line-height: 3rem;
        margin-top: 15px;
    }
    
    #hero-block.kalpax-detail-wrapper>p {
        margin-top: 10px;
        font-size: 14px;
        line-height: 20px;
    }
    
    .kalpax-main img {
        width: 100%;
        z-index: 0;
        padding-top: 50px;
    }
    
    .hero-img {
        width: 100%;
        z-index: 0;
        padding-top: 50px;
    }
    
    .menuContent ul li {
        font-size: 20px;
    }
    
    .kalpax-link a {
        font-size: 16px;
    }
    
    .lang {
        right: 60px;
    }
    
    .lang ul li {
        font-size: 12px;
        padding-left: 8px;
    }
    
    /* Parallax scenes adjustments for mobile */
    #scene-2 {
        bottom: 50px !important;
        right: 0 !important;
    }
    
    #scene-3 {
        bottom: 50px !important;
        right: 100px !important;
    }
    
    #scene-4 {
        top: 30px !important;
        right: 200px !important;
    }
    
    #scene>img {
        width: 60px;
    }
    
    #scene-2>img {
        width: 80px;
    }
    
    #scene-3>img {
        width: 150px;
    }
    
    #scene-4>img {
        width: 60px;
    }

    .custom-form-section {
        padding: 3rem 0;
        margin: 0;
    }

    .custom-form-section .col-lg-12 {
        padding: 2rem !important;
    }

    .tag-item {
        flex: 1;
    }

    .meathat_accordion_area {
        padding: 3rem 0 !important;
    }
}

/* Section Title Styles */
.witr_section_title {
    position: relative;
}

.witr_section_title_inner {
    position: relative;
    z-index: 1;
}

.witr_back_title {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.title_in .witr_back_title {
    z-index: -1;
}

.witr_back_title h4 {
    font-size: 80px;
    -webkit-text-stroke: 1px #888888;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

.witr_section_title_inner h1,
.witr_section_title_inner h2,
.witr_section_title_inner h3 {
    font-size: 40px;
    margin: auto;
    font-family: 'Livvic', sans-serif;
    font-style: normal;
    line-height: 1.2;
    font-weight: 700;
    transition: .5s;
    color: #0a0a0a;
}

.text-right.witr_section_title_inner h1,
.text-right.witr_section_title_inner h2,
.text-right.witr_section_title_inner h3 {
    margin-right: 0px;
}

.text-left.witr_section_title_inner h1,
.text-left.witr_section_title_inner h2,
.text-left.witr_section_title_inner h3 {
    margin-left: 0px;
}

.witr_section_title_inner h2 {
    font-size: 23px;
    color: #e0a067;
    margin-bottom: 13px;
    display: inline-block;
}

.witr_section_title_inner p span a,
.witr_section_title_inner p span,
.witr_section_title_inner h1 span,
.witr_section_title_inner h2 span,
.witr_section_title_inner h3 span {
    color: #821F05;
}

.witr_section_title_inner p {
    margin-top: 10px;
    font-family: 'Livvic', sans-serif;
    font-size: 19px;
    line-height: 1.6;
    color: #454545;
}

.witr_section_title_inner.text-center p {
    width: 71%;
    margin-right: auto;
    margin-left: auto;
}

.witr_section_title_inner.text-left p {
    margin-right: auto;
    margin-left: 0px;
}

.witr_section_title_inner.text-right p {
    width: 81%;
    margin-right: 0px;
    margin-left: auto;
}

.witr_image_title {
    margin-top: 0px;
    margin-bottom: 10px;
}

.white .witr_section_title_inner h1,
.white .witr_section_title_inner h2,
.white .witr_section_title_inner h3,
.white .witr_section_title_inner p {
    color: #fff;
}

/* Bar color title */
.witr_bar_main {
    margin: 10px 0;
}

.witr_bar_inner {
    height: 3px;
    width: 90px;
    background: #821F05;
    margin: 0px auto;
    position: relative;
    border-radius: 30px;
}

.text-left .witr_bar_inner {
    margin-left: 0px;
}

.text-right .witr_bar_inner {
    margin-right: 0px;
}

/* Accordion Area Styles */
.meathat_accordion_area {
    padding: 90px 0px 95px;
}

.meathat_accordion_area .witr_section_title {
    padding-bottom: 50px;
}

.accordion_area .card-header.witr_ac_card {
    background: none !important;
    padding: 0;
    border-bottom: 0;
    text-align: left;
}

.witr_ac_card i {
    margin-right: 10px;
    font-size: 20px;
}

.accordion_area .card-2 {
    margin-bottom: 22px;
    border: 1px solid #ddd;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.09);
    margin-bottom: 15px;
}

.accordion_area .card-2 p {
    padding: 8px 18px 3px;
    font-size: 19px;
}

.witr_ac_style {
    padding: 19px 20px 19px 30px;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    align-items: center;
    transition: .5s;
    color: #0a0a0a;
    position: relative;
}

.witr_ac_style:focus,
.witr_ac_style:hover {
    color: #fff;
    background: #821F05;
}

.witr_ac_style:before {
    position: absolute;
    content: '\f107';
    right: 30px;
    font-family: fontawesome !important;
    font-weight: 400;
}

.active .witr_ac_style:before {
    content: '\f106';
}

.active .witr_ac_style {
    background: #821F05;
    color: #fff;
}

.card-body ul {
}

.card-body ul li {
    margin-left: 18px;
    margin-bottom: 4px;
}

/* Responsive accordion styles */
@media (max-width: 479px) {
    .witr_ac_style:before,
    .active .witr_ac_style:before {
        display: none;
    }
}

/* Responsive Section Title Styles */
@media (max-width: 1200px) {
    .witr_section_title_inner h1,
    .witr_section_title_inner h2,
    .witr_section_title_inner h3 {
        font-size: 40px;
    }
    
    .witr_section_title_inner.text-center p,
    .witr_section_title_inner.text-left p,
    .witr_section_title_inner.text-right p {
        width: 85%;
    }
}

@media (max-width: 980px) {
    .witr_section_title_inner h1,
    .witr_section_title_inner h2,
    .witr_section_title_inner h3 {
        font-size: 35px;
    }
    
    .witr_section_title_inner.text-center p,
    .witr_section_title_inner.text-left p,
    .witr_section_title_inner.text-right p {
        width: 90%;
    }
}

@media (max-width: 780px) {
    .witr_section_title_inner h1,
    .witr_section_title_inner h2,
    .witr_section_title_inner h3 {
        font-size: 30px;
    }
    
    .witr_section_title_inner.text-center p,
    .witr_section_title_inner.text-left p,
    .witr_section_title_inner.text-right p {
        width: 95%;
    }
}

@media (max-width: 480px) {
    .witr_section_title_inner h1,
    .witr_section_title_inner h2,
    .witr_section_title_inner h3 {
        font-size: 25px;
    }
    
    .witr_section_title_inner.text-center p,
    .witr_section_title_inner.text-left p,
    .witr_section_title_inner.text-right p {
        width: 100%;
    }
    
    .witr_section_title_inner p {
        font-size: 16px;
    }
}

/* ------------------------------------------------------------------- 
 * ## FOOTER
 * ------------------------------------------------------------------- */
.ptb-50 {
    padding: 50px 0;
}

.s-footer__container {
    max-width: 1200px;
    width: 100%;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    margin-right: auto;
    margin-left: auto;
}

.s-footer__logo a {
    color: #222222;
    font-family: lato;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.s-footer__logo a span {
    color: #0088cc;
}

.s-footer__logo>p {
    font-size: 1.2rem;
    letter-spacing: 1px;
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 2.4rem;
    color: #464646;
    margin-bottom: 15px;
}

.s-footer__member-social li {
    display: inline-block;
}

.s-footer__member-social a {
    background: #464646 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 1.6rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 3rem;
}

.s-footer__member-social li+li {
    margin-left: 14px;
}

.s-footer__member-social i {
    display: inline-block;
    font: normal normal normal 14px / 1 'Material-Design-Iconic-Font';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.s-footer__menu {
    padding: 20px 0 0;
}

.s-footer__menu ul {
    margin-bottom: 10px;
}

.s-footer__menu ul li {
    display: inline-block;
    position: relative;
}

.s-footer__menu ul li+li {
    margin-left: 30px;
}

.s-footer__menu li+li::before {
    background: #464646 none repeat scroll 0 0;
    content: "";
    height: 10px;
    position: absolute;
    left: -15px;
    top: 7px;
    width: 1px;
}

.s-footer__menu ul li a {
    color: #464646;
    font-family: "Lato", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
}

.s-footer__copyright p {
    font-size: 1.4rem;
    letter-spacing: 1px;
    margin: 0;
    line-height: 2.4rem;
    text-transform: capitalize;
}

@media screen and (max-width: 780px) {
    .s-footer__container {
        text-align: center;
    }

    .s-footer__member-social {
        margin-bottom: 1rem;
    }
}

/* ------------------------------------------------------------------- 
 * ## go top
 * ------------------------------------------------------------------- */
.ss-go-top {
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 200%);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: fixed;
    bottom: 4.4rem;
    right: 4rem;
}

.ss-go-top a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: none;
    height: 6rem;
    width: 6rem;
    border-radius: 50%;
    background-color: black;
    transition: all .3s;
    position: relative;
}

.ss-go-top a:focus svg path,
.ss-go-top a:hover svg path {
    fill: white;
}

.ss-go-top svg {
    height: var(--vspace-0_75);
    width: var(--vspace-0_75);
}

.ss-go-top svg path {
    fill: white;
}

.ss-go-top.link-is-visible {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
}

@media screen and (max-width: 780px) {
    .ss-go-top {
        bottom: 6rem;
        right: 2rem;
    }

    .ss-go-top a {
        height: 5rem;
        width: 5rem;
    }
}

@media screen and (max-width: 480px) {
    .ss-go-top {
        bottom: 5rem;
        right: 1.6rem;
    }

    .ss-go-top a {
        height: 4rem;
        width: 4rem;
    }
}