/*
Theme Name: Miniailuk
Theme URI: http://
Author: Miniailuk
Author URI: http://
Description:
Version: 1.0
License: GNU General Public License version 1
License URI: license.txt
Text Domain:
Tags:
*/
span.error {
    display: none;
    margin-top: 4px;
    font-size: 10px;
    line-height: 1.5;
    color: #d9390e;
    z-index: 1;
}
/*.has-error input,.has-error .selectric-wrapper,.has-error textarea{color:#dc4e2f !important;border-color:#dc4e2f !important}*/
.has-error .error{display: block !important;position: unset !important}
.successful{
    color:#008000;
    opacity:.8;
    font-size:1.09375vw;
    font-style:normal;
    font-weight:400;
    line-height:1.5625vw;
    letter-spacing:.04375vw;
    margin-bottom:3.125vw;
    max-width:37.65625vw;
    margin-top: 30px;
    /*text-align:center;*/
}

.blog-details-single-post a {
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: var(--mainColor);
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.blog-details-single-post a:hover {
    color: var(--mainColor);
    opacity: 0.7;
}

/*@media (max-width: 991px) {*/
/*    .main-slider-image {*/
/*        padding-top: 150px;*/
/*        padding-bottom:250px;*/
/*    }*/
/*}*/
