/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */



@font-face {
    font-family: 'Trajan Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Trajan Pro Regular'), url('fonts/TrajanPro-Regular.woff') format('woff');
    }
    

@font-face {
font-family: 'Trajan Pro Bold';
font-style: normal;
font-weight: normal;
src: local('Trajan Pro Bold'), url('fonts/TrajanPro-Bold.woff') format('woff');
}

h1,h2{


}
.hfe-breadcrumbs-text{
    font-size:14px!important;
}

.card-flip {
    background-color: #fff;
    color:#04041c;
    border: 1px solid transparent;
    border-radius: 15px;
    padding:15px!important;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
     -ms-user-select: none;
         user-select: none;
}
.card-flip.black {
    background-color:#04041c;
    color:#fff;
    transition: all 0.3s ease-in-out;
}
.card-flip h3,.card-flip .card-content p{
    color:#04041c;
    transition: all 0.3s ease-in-out;
}
.card-flip.black h3,.card-flip.black .card-content p{
    color: #fff;
}
.card-flip .card-content {  
    opacity:1;
    transition: all 0.3s ease-in-out;
}
.card-flip:hover{
    background-color: #64B63D;
    color:#fff;
}
.card-flip:hover h3,.card-flip:hover .card-content p{
    color:#fff!important;
}
.img-inset .elementor-widget-container::after{
    content: '';
    box-shadow: inset 5px 5px 15px 15px #04041C;
    width: 100%;
    border-radius: 15px;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}