/*
Theme Name: Hanatourist Travel
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@font-face {
    font-family: 'DM Serif Display';
    src: url('assets/fonts/DMSerifDisplay-Italic.ttf') format('truetype'),
    url('assets/fonts/DMSerifDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "DM Serif Display", serif !important;
    font-size: 20px;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
h1, h2, h3, h4, h5, h6, .heading-font, .banner h1, .banner h2 {
    font-family: "DM Serif Display", serif !important;
}
.nav > li > a {
    font-family: "DM Serif Display", serif !important;
}
.justify-content-center{
    justify-content: center; 
}
.nav-column>li>a, .nav-dropdown>li>a, .nav-vertical-fly-out>li>a, .nav>li>a {
    color: #1d2327;
    transition: all .2s;
}
.section {
    padding: 20px 0;
}
.section-title-container {
    margin-bottom: 1em;
}
.section-title-normal, .section-title-normal span {
    border-bottom: unset !important;
}
.entry-title{
    font-size: 28px;
    font-family: "DM Serif Display", serif !important;
    margin-bottom: 24px;
    color: #5C98F2;
}
.product-section-title{
    font-size: 24px;
    color: #5C98F2;
    display: flex;
    align-items: center;
}
.title{
    display: flex; 
    justify-content: center; 
    align-items: center;
    font-size: 48px;
    font-weight: 600;
}
.subtitle{
    display: flex; 
    justify-content: center; 
    align-items: center;
    margin-bottom: 12px;
}
.btn-view-more{
    display: flex; 
    justify-content: center; 
    align-items: center;
    color: #1d2327;
    border-width: 0px 0px 2px 0px;
    border-color: #d1d1d1;
    cursor: pointer;
}
.btn-view-more svg{
    width: 26px;
    height: 26px;
}

.product-small.box{
    box-shadow: 0 15px 25px rgba(10, 10, 10, 0.06);
    -moz-box-shadow: 0 15px 25px rgba(10, 10, 10,0.06);
    -webkit-box-shadow: 0 15px 25px rgba(10, 10, 10, 0.06);
}
.footer-title{
    font-size: 28px;
}
.footer-wrapper ul{
    list-style: none;
    padding-left: 0px;
}
.footer-wrapper ul li{
    margin-left: 0px;
}
.footer-wrapper ul li{
    color: #fff;
}
.footer-wrapper ul li a{
    color: #fff;
}