/*
Theme Name: Enigma Child
Description: Child theme for Enigma. You can now safely customize it and not risk losing your customizations.
Author: Wisliy Lopes
Author URI: https://www.wisliy.com
Template: enigma
Version: 1.0.3
Text Domain: enigma-child
*/

.main-navigation a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation ul li.focus > a {
    text-decoration: none;
    background-color: #9d1920;
    color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 3px 3px 0 rgba(201, 201, 201, 1);
    -moz-box-shadow: 3px 3px 0 rgba(201, 201, 201, 1);
    box-shadow: 3px 3px 0 rgba(201, 201, 201, 1);
}
.dropdown-menu > li > a {
    font-size: 14px;
    color: #fff;
}
.header_section .row {
    align-items: center;
}
.header_section .logo {
    margin-bottom: 6px;
}
.enigma_footer_widget_column a {
    color: #fff;
}
.enigma_footer_widget_area {
    background-color: #9d1920 !important;
}
.enigma_footer_widget_area .wp-block-image img.footer-logo {
    max-width: 220px !important;
}
.enigma_footer_widget_area .enigma_footer_widget_title {
    font-size: 18px !important;
    text-shadow: none;
}
.enigma_footer_widget_column {
    margin-bottom: 0 !important;
}
.enigma_footer_widget_column ul li a,
.enigma_footer_area p {
    font-size: 13px !important;
    margin: 0;
    padding-top: 0;
}
.enigma_footer_widget_column ul li a:hover {
    color: #f3f4f6 !important;
}
.enigma-footer-separator {
    display: none !important;
}
.enigma_footer_area {
    background: #9d1920 !important;
    color: #ffffff;
    border-top: 1px solid #fea3a8;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
}
ul.social {
    margin-bottom: 0;
}
.social li {
    border: 1px solid #ffffff;
    box-shadow: none;
    padding: 2px;
}
#btn-to-top::after,
.enigma_footer_social_div .social i,
.enigma_footer_area p {
    color: #ffffff;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
@media (max-width: 768px) {
    /* .site-content .carousel.slide .carousel-inner img {
        min-height: 250px;
        object-position: -120px;
        object-fit: cover;
    } */
    .navigation_menu {
        padding: 0;
    }
}
