/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/

/* Rotation Animation */
.rotating-image img{
    animation: spin 22s linear infinite;
    transform-origin: center center;
}
@keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}

#mfn-header-template{
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: -webkit-box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.single-portfolio #Subheader {
    background: #B40A19;
}

.single-portfolio #Subheader h1,
.single-portfolio #Subheader .breadcrumbs a,
.single-portfolio #Subheader .breadcrumbs li,
.single-portfolio #Subheader .breadcrumbs .mfn-breadcrumbs-separator i{
    color: #EBE6D2;
}

.single-exprerience-emblem-list ul{
    margin-left: 5px;
}

.hiking-emblem-list li{
    margin-bottom: 0px !important;
}

.single-portfolio .fixed-nav .date{
    display: none;
}

.single-portfolio .fixed-nav .desc{
    background-color: #6E8769;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-portfolio .fixed-nav .desc h6{
    color: #EBE6D2;
}