/*
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: 1.6.4
*/

body:not(.template-slider) #Header {
    min-height: 600px;
}

#Top_bar #logo, #Top_bar .logo .imagine-that-heart {
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    #Top_bar .logo #logo, #Top_bar .logo .custom-logo-link {
        margin: 10px 0;
    }
}

@media only screen and (max-width: 494px) {
    body:not(.template-slider) #Header_wrapper {
        background-position: center bottom;
        background-size: 150%;
    }
}

h1, h2, h3, h4 {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.text-logo #logo {
    font-size: 70px;
    color: #9d0051;
}

h2 {
    margin-top: 70px;
}

.elementor-heading-title {
    margin-top: 70px;
}

.imagine-sub-heading .elementor-heading-title {
    margin-top: 0;
}

.elementor-6700 h2 {
    text-align: center;
}

.album-cover-image img, .woocommerce-product-gallery__image {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.4);
}
.album-photos .gallery .gallery-item {
    transition: all .3s ease-in-out;
    transform: scale(1);
}

.album-photos .gallery .gallery-item img {
    border: solid 8px #2eb9d9 !important;
}

.album-photos .gallery .gallery-item:hover{
    transform: scale(1.1);
}

.album-photos .gallery-item:nth-of-type(2n+1){transform:rotate(-2deg)}
.album-photos .gallery-item:nth-of-type(2n){transform:rotate(2deg)}

.flip-clock-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flip-clock-label {
    font-family: "Roboto", Arial, Tahoma, sans-serif;
    font-size: 16px;
    transform: translateX(10%);
    color: #626262;
}

.flip-clock-wrapper ul {
    margin: 5px;
}

.dc-download-code p {
    text-align: center;
}

.dc-download-code p input[type="text"] {
    width: 70%;
    height: 6vw;
    margin: 30px auto;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4vw 8vw;
    font-size: 4.8vw;
    font-weight: 200;
    letter-spacing: 0vw;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .dc-download-code p input[type="text"] {
        font-size: 40px !important;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1239px) {
    .dc-download-code p input[type="text"] {
        font-size: 60px;
        padding: 44px 64px;
    }
}

@media only screen and (min-width: 1240px) {
    .dc-download-code p input[type="text"] {
        font-size: 84px;
        height: 150px;
        padding: 25px 60px;
    }
}

.purchase-album-heading h2 {
    color: #ffffff;
}

.dc-download-code p input[type="submit"] {
    font-size: 16px;
    transition: 0.25s;
    width: 30%;
    margin-right: 0;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    background-color: #F4F4F4;
    color: #2eb9d9;
}

.dc-download-code p input[type="submit"]:hover {
    background-color: #e4e4e4;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.dc-download-code p a {
    font-size: 20px;
}

.elementor-widget-mfn_blockquote .elementor-widget-container {
    margin: 10px 10px 45px;
    padding: 20px 20px 10px 20px;
    background-color: #F4F4F4;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.16);
}

.elementor-widget-mfn_blockquote .elementor-widget-container:hover {
    background-color: #2eb9d9;
}

.elementor-widget-mfn_blockquote .elementor-widget-container:hover blockquote {
    color: #ffffff;
}
.elementor-widget-mfn_blockquote .elementor-widget-container:hover blockquote::after {
    color: rgba(0, 0, 0, 0.07);
}

.elementor-widget-mfn_blockquote .elementor-widget-container:hover .author span {
    color: #2a7b9b;
}

.wp-block-table {
    overflow-x: unset;
}

.blocks-gallery-grid {
    width: 100%;
}

table th, table td {
    text-align: left;
}

.the_content_wrapper {
    padding-bottom: 120px;
}

.timeline .post-item::before {
    box-sizing: content-box;
}

#Top_bar .menu > li a::after {
    background: #2eb9d9;
}

#Top_bar .menu > li ul li a:hover, #Top_bar .menu > li ul li.hover > a {
    background: #fafafa;
}

.image_frame {
    box-shadow: 0 0 40px rgba(0,0,0,0.4);
}


/* Animations */

.fadeInUp {
    animation-name: fadeInUpDB;
}

@keyframes fadeInDownDB {
    from {
        opacity: 0;
        transform: translate3d(0, -30px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInLeftDB {
    from {
        opacity: 0;
        transform: translate3d(-30px, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInRightDB {
    from {
        opacity: 0;
        transform: translate3d(30px, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInUpDB {
    from {
        opacity: 0;
        transform: translate3d(0, 30px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.imagine-that-heart {
    margin: 5px;
}

#Footer .widget_recent_entries ul li:hover a {
    color: #626262;
}

#Footer .widgets_wrapper #custom_html-3 {
    margin-top: 0;
}

#Footer .widgets_wrapper #custom_html-3 .imagine-that-heart a {
    font-size: 40px;
    color: #9d0051;
}

#Footer .widgets_wrapper #custom_html-3 .imagine-that-heart a:hover {
    color: #a92c67;
}

#Footer .widgets_wrapper .social li {
    float: left;
    margin-right: 15px;
    font-size: 1.122rem;
    line-height: 100%;
}

#Footer .widgets_wrapper .social li a {
    background: #FFFFFF;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
    border-radius: 50%;
    padding: 16px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    text-align: center;
    transition: color 300ms;
}

#Side_slide {
    z-index: 999999999;
}

.centered-list ol, .centered-list ul {
    list-style-position: inside;
}
