/*
Theme Name: Dogmate Elessi Child Theme
Theme URI: https://elessi.nasatheme.com/demo/
Description: This is a child theme for Elessi Theme
Author: NasaTheme
Author URI: https://nasatheme.com
Template: elessi-theme
Version: 1.0
*/


/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/

html, body {
    font-size: 16px;
    color: #292929;
}

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

.dog-title {
    word-wrap: break-word;
    font-weight: 800;
    line-height: 1.1;
    color: #2d2a2a;
}

.dog-video-wrapper {
    margin-bottom: 50px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.dog-video {
    max-width: 866px;
    margin: 0 auto;
}

.nasa-icon-mini-cart {
    display: none;
}

.menu-item-account {
    display: none;
}

.single_dog_details {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.single_dog_details .single_dog_attributes, .single_dog_details .single_dog_institute {
    width: 45%;
    padding: 20px;
    border: 2px solid #d191ab;
    border-radius: 30px;
    margin: 1%;
}

@media only screen and (max-width: 900px) {
    .single_dog_details .single_dog_attributes, .single_dog_details .single_dog_institute {
        width: 100%;
        padding: 20px;
        border: 2px solid #d191ab;
        margin: 0 0 20px 0;
    }
}

.dog-attibutes-tile {
    color: #72470f;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 10px;
    text-align: center;
}

.single-attributes-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 20px;
}

.single-attributes-wrapper .dogmate-attribute-label {
    width: 150px;
}

.single-attributes-wrapper .colon {
    padding: 0 5px;
}

.nasa-btns-product-item {
    display: none;
}

.nasa-filter-order {
    display: none !important;
}

.product-info-wrap {
    margin-top: -20px;
    text-align: center;
    padding: 0 !important;
    border-radius: 10px;
    background-color: white;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    z-index: 9;
    box-shadow: 0px 9px 34.3px 0.7px rgba(0, 0, 0, 0.2);
}

.product-info-wrap a {
    color: #72470f !important;
    font-weight: 600 !important;
}

@media only screen and (max-width: 767px) {
    .product-item {
        padding-bottom: 30px;
    }
    .product-item .info {
        min-height: 0 !important;
        width: 80% !important;
    }
}

.widget-title {
    color: #72470f;
}

.col-sidebar .widget.nasa-inited .nasa-toggle-widget {
    margin-top: 10px;
    margin-right: 10px;
}

#nasa-before-load .nasa-loader {
    top: 25%;
}

#nasa-before-load {
    text-align: center;
}

.nasa-loader {
    content: "";
    display: inline-block;
    position: relative;
    z-index: 9;
    opacity: 0.8;
    top: 50%;
    left: 0;
    width: 350px;
    height: 250px;
    background-image: url("assets/images/preloader.gif");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0;
    margin-top: 0;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    -ms-animation: none;
    animation: none;
}

.dogmate-container {
    max-width: 1240px;
    margin: auto;
}

.dogmate-section .about_us {
    display: flex;
    flex-wrap: wrap;
    padding: 120px 0;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 1240px) {
    .dogmate-section .about_us {
        padding: 120px 10px;
    }
}

.dogmate-section .about_us .about_us_text_container {
    width: 55%;
    padding: 20px 40px 0 0;
}

.dogmate-section .about_us .about_us_text_container .about_us_title, .about_us_page_title, .institutions_title, .nasa-single-product-slide .dog-title {
    font-size: 30px;
    line-height: 45px;
    font-weight: 600;
    padding-bottom: 40px;
    color: #d191ab;
}

.dogmate_single_title {
    position: relative;
    text-align: center;
}

.dogmate_single_title .product_title  {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    font-size: 40px;
    line-height: 45px;
}

.dogmate-section .about_us .about_us_text_container .about_us_text {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    padding-bottom: 40px;
}

.dogmate-section .about_us .about_us_image {
    width: 45%;
}

@media only screen and (max-width: 800px) {
    .dogmate-section .about_us .about_us_text_container {
        width: 100%;
        padding: 20px 0;
        text-align: center;
    }

    .dogmate-section .about_us .about_us_image {
        width: 100%;
    }
}

.dogmate-btn {
    -moz-user-select: none;
    user-select: none;
    background: #d191ab none repeat scroll 0 0;
    border: medium none;
    border-radius: 50px;
    color: #fff !important;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 17px 28px;
    text-align: center;
    /*text-transform: capitalize;*/
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    font-family: 'Nunito', sans-serif;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.dogmate-btn:hover {
    color: #d191ab !important;
}

.dogmate-btn img {
    max-width: 20px !important;
    margin-left: 10px;
}

.dogmate-btn::before {
    content: "";
    position: absolute;
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    width: 200%;
    height: 200%;
    top: 110%;
    left: 50%;
    background: #766359;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}

.dogmate-btn:hover:before {
    top: -40%;
}

.dogs-slider-container  {
    text-align: center;
    padding: 120px 0;
}

.dogs-slider-container .dog-slider-title-image img {
    padding-bottom: 20px;
    -webkit-filter: invert(63%) sepia(34%) saturate(358%) hue-rotate(284deg) brightness(97%) contrast(85%);
    filter: invert(63%) sepia(34%) saturate(358%) hue-rotate(284deg) brightness(97%) contrast(85%);
    -webkit-animation: 1.5s foot_move infinite;
    animation: 1.5s foot_move infinite;
}

@keyframes foot_move { 
    0% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
}

.dogs-slider-container .dog-slider-title {
    font-size: 30px;
    line-height: 45px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #d191ab;
}

.dogs-slider-container .dog-slider-subtitle {
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    padding-bottom: 40px;
}

.dogs-slider .slide_dog_image {
    display: inline-block;
    width: 300px;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}

.dogs-slider .slide_dog_details {
    padding: 20px;
    background: #fff;
}

.dogs-slider .slide_dog_details .slide_dog_name {
    color: #86624f;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.dogs-slider .slide_dog_details .slide_dog_age, .dogs-slider .slide_dog_details .slide_dog_location {
    font-weight: 500;
    margin-bottom: 5px;
}

.all_dogs_button {
    margin-top: 30px;
}

.dogs-slider-wrapper {
    position: relative;
}

.dogs-slider-wrapper .back-button {
    position: absolute;
    border: none;
    background: transparent;
    top: 30%;
    left: -7.6%;
    transform: rotateY(180deg);
    background-image: url("assets/images/prev_next_circle.png");
    background-position: right;
    background-repeat: no-repeat;
    padding: 20px 16px;
    transition: .3s linear;
    z-index: 1;
    cursor: pointer;
}

.dogs-slider-wrapper .next-button {
    position: absolute;
    border: none;
    background: transparent;
    top: 30%;
    right: -7.6%;
    background-image: url("assets/images/prev_next_circle.png");
    background-position: right;
    background-repeat: no-repeat;
    padding: 20px 16px;
    transition: .3s linear;
    z-index: 1;
    cursor: pointer;
}

@media only screen and (max-width: 1400px) {
    .dogs-slider-wrapper .back-button {
        left: -10px;
    }
    
    .dogs-slider-wrapper .next-button {
        right: 10px;
    }
}

.dogs-slider-wrapper .back-button img, .dogs-slider-wrapper .next-button img {
    max-width: 47px;
}

.dogs-faqs-wrapper {
    position: relative;
    background-color: #FFF6F9;
    padding: 120px 0;
}

.dogs-faqs-wrapper .dog-faqs-title {
    text-align: center;
    font-size: 30px;
    line-height: 45px;
    font-weight: 600;
    padding-bottom: 50px;
    color: #766359; 
}

.faqs-accordion-container .nasa-accordion-title a {
    padding: 15px 15px 15px 80px;
}

.faqs-accordion-container .nasa-accordion, .faqs-accordion-container .nasa-panel {
    background-color: white;
}

.faqs-accordion-container .nasa-accordion.active {
    border-radius: 10px 10px 0 0;
    border-bottom: 3px solid #FFF6F9;
}

.faqs-accordion-container .nasa-accordion {
    border-radius: 10px;
    color: #292929 !important;
}

.faqs-accordion-container .nasa-panel {
    border-radius: 0 0 10px 10px;
}

.nasa-accordion-title a.active::after {
    position: absolute;
    content: "-";
    top: 8px;
    right: 25px;
    width: 40px;
    height: 37px;
    text-align: center;
    line-height: 32px;
    font-size: 30px;
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    color: #fff;
    border-radius: 47% 53% 61% 39% / 38% 38% 62% 62%;
    background: #d191ab;
    transition: .3s linear;
    border: 0;
    margin-top: 0;
    display: block;
}

.nasa-accordion-title a::after {
    position: absolute;
    content: "+";
    top: 8px;
    right: 25px;
    width: 40px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    font-size: 30px;
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    color: #d191ab;
    border-radius: 47% 53% 61% 39% / 38% 38% 62% 62%;
    background: #d5e6eb;
    transition: .3s linear;
    border: 0;
    margin-top: 0;
    display: block;
}

.dogs-faqs-wrapper::before { 
    content: "";
    display: block;
    width: 152px;
    height: 112px;
    background: url("assets/images/dog_face_1.png") no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
}

.dogmate-footer-logo {
    max-width: 200px;
    height: auto;
}

.dogmate-footer {
    position: relative;
}

.dogmate-footer::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 24px;
    background-image: url("assets/images/testi_bg_shape02.png");
    background-repeat: repeat;
    background-position: center;
    z-index: 1;
}

.home .dogmate-footer::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 24px;
    background-image: url("assets/images/testi_bg_shape01.png");
    background-repeat: repeat;
    background-position: center;
    z-index: 1;
}

.institutions_title {
    text-align: center;
    margin: 80px 0 0 0; 
}

.dogmate_institutions_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 60px;
    max-width: 800px;
}

.institution_container {
    width: 300px;
    padding: 20px;
    margin: 20px;
    border: 2px solid #d191ab;
    border-radius: 10%;
    text-align: center;
}

.institution_container .institution_image {
    width: 100%;
    height: 150px;
    text-align: center;
    margin-bottom: 20px;
}

.institution_container .institution_name, .institution_container .institution_phone, .institution_container .institution_email, .institution_container .institution_url {
    color: #72470f;
    margin-bottom: 10px;
    font-weight: 500;
}

.institution_container .institution_name {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.dogmate_adopted {
    top: 5px;
    left: 5px;
    position: absolute;
    color: white;
    background-color: #d191ab;
    font-weight: 600;
    padding: 8px;
    border-radius: 80px;
}

.dog-video .dogmate_adopted {
    top: 100px;
    left: 5px;
    font-size: 30px;
    transform: rotate(-30deg);
    padding: 20px;
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    .dog-video .dogmate_adopted {
        top: 50px;
        left: 5px;
        font-size: 20px;
        transform: rotate(-30deg);
        padding: 10px;
        z-index: 2;
    }
}

.dog_reintegranted {
    top: 5px;
    left: 5px;
    position: absolute;
    color: white;
    background-color: #72470f;
    font-weight: 600;
    padding: 8px;
    border-radius: 80px;
}

.dog-video .dog_reintegranted {
    top: 100px;
    left: 5px;
    font-size: 30px;
    transform: rotate(-30deg);
    padding: 20px;
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    .dog-video .dog_reintegranted {
        top: 50px;
        left: 5px;
        font-size: 20px;
        transform: rotate(-30deg);
        padding: 10px;
        z-index: 2;
    }
}

.tv_wrapper {
    position: relative;
    display: block;
}

.tv_image {
    position: relative;
}

.tv_wrapper .dog_image {
    position: absolute;
    bottom: 0;
    width: 67%;
    left: 7%;
    height: 56.5%;
    bottom: 7.5%;
}

.internal_video_container {
    max-width: 800px;
    margin: auto;
}