/*
Theme Name: Mysterium Lucis
Theme URI: https://purple-valley.com
Author: the Purple Valey team
Author URI: https://purple-valley.com
Description: The Mysterium Lucis Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: mysterium-lucis

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/******************************************************************imports************************************************************************/
@import 'css/fonts/fonts.css';
@import 'css/bootstrap.min.css';
@import 'css/classes.css?v=1.0.0';
@import 'css/slick.css';
/*************************************************************************************************************************************************/

/*****************************************************************rewrited styles*****************************************************************/
body {
    font-family: 'Acumin_Variable_Concept';
    line-height: normal;
}

figure {
    margin-bottom: 0 !important;
}

a:hover {
    color: inherit;
}

p:empty {
    display: none;
}

input::-webkit-input-placeholder {
    opacity: 1 !important;
}

input::-moz-placeholder {
    opacity: 1 !important;
}

input:-ms-input-placeholder {
    opacity: 1 !important;
}

input::-ms-input-placeholder {
    opacity: 1 !important;
}

input::placeholder {
    opacity: 1 !important;
}

button {
    outline: 0 !important;
}
/*************************************************************************************************************************************************/

/********************************************************************custom classes***************************************************************/
.minion-pro {
    font-family: 'minion_proregular';
}

.bg-darkblue {
    background-color: #00050b;
}

.text-gold {
    color: #ad8d48;
}

.rounded-50 {
    border-radius: 50px;
}

.text-lg {
    font-size: 18px !important;
}

.text-white a {
	color: #FFFFFF !important;
}
/*************************************************************************************************************************************************/

/******************************************************************specifyc styles****************************************************************/
/*************************************************************************************************************************************************/

/******************************************************************responsive breakpoints*********************************************************/
@media (min-width: 768px) {
    .text-xl {
        font-size: 30px !important;
    }

    .text-lg {
        font-size: 28px !important;
    }

    #video_container figure video {
        min-height: 700px;
        cursor: pointer;
    }
}
/*************************************************************************************************************************************************/