/*
Theme Name:   TimeScan Child
Description:  A child theme base on Twenty Twenty-One WordPress theme.
Author:       7Senses
Author URI:   https://sevensenses.bg
Template:     twentytwentyone
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
/*! Base */
html,
body {
  width:100%;
  overflow-x:hidden;
}
p {
    margin: 20px 0;
}
ul + p {
    margin-top: 1em !important;
}
ul + h2,
ul + h3,
ul + h4,
ul + h5 {
    margin-top: 1em !important;
}
h2 + ul,
h3 + ul,
h4 + ul,
h5 + ul {
    margin-top: 0.5em !important;
}
h2 + p,
h3 + p,
h4 + p,
h5 + p {
    margin-top: 0.5em !important;
}
p + ul {
    margin-top: -0.7em !important;
}
.bne-gallery-masonry-wrapper {
    margin-bottom: 20px;
    margin-top: 20px;
}
.titles-change h3, .titles-change h4 {
    margin-bottom: 20px;
    margin-top: 20px;
}
body#tinymce{
    background-color: var(--global--color-white);
}

/* Comment Skin */
.default-max-width {
    max-width: none;
}

/* Footer */
.copy-rights-reserved {
    font-size: 0.8em;
    font-weight: 300;
}

/* Body */

input[type=text]:disabled,
input[type=email]:disabled,
input[type=url]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=number]:disabled,
input[type=tel]:disabled,
input[type=date]:disabled,
input[type=month]:disabled,
input[type=week]:disabled,
input[type=time]:disabled,
input[type=datetime]:disabled,
input[type=datetime-local]:disabled,
input[type=color]:disabled,
.site textarea:disabled {
    opacity: 1;
    background-color: rgb(219, 219, 219) !important;
    color: #000000 !important;
}
.select2-container--default .select2-selection--single {
    background-color: #ec1c24 !important;
    border: none !important;
    border-radius: 0 !important;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: auto;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: var(--e-global-color-accent);
    color: var(--e-global-color-350e287) !important;
    padding: 14px 14px 14px 14px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}
.select2-container--open .select2-dropdown {
    left: 0;
    top: 25px;
    border: none;
    background-color: #ec1c24;
    color: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent !important;
    margin-top: 10px !important;
}
.pb-input-css input:focus,
.pb-input-css select:focus,
.pb-input-css textarea:focus,
.pb-input-css button:focus {
    outline: none;
}
.inside-text-linking a:not(.anchor-control-class, .comment-edit-link, .comment-reply-link) {
    text-decoration: none;
    border-bottom: #ec1c24 1px solid;
}
.inside-text-linking a:hover:not(.anchor-control-class, .comment-edit-link, .comment-reply-link) {
    /*     text-decoration: none;
    border-bottom: #ec1c24 2px solid; */
    transition: width 1s;
    animation: myfirst 1s 1000;
}
a.inside-text-linking-page {
    text-decoration: none;
    border-bottom: #ec1c24 1px solid;
}
a.inside-text-linking-page:hover {
    /*     text-decoration: none;
    border-bottom: #ec1c24 2px solid; */
    transition: width 1s;
    animation: myfirst 1s 1000;
}
@keyframes myfirst {
    0% {
        border-bottom: #ec1c24 1px solid;
        padding-bottom: 0px;
    }
    50% {
        border-bottom: #ec1c24 3px solid;
        padding-bottom: 1px;
    }
    100% {
        border-bottom: #ec1c24 1px solid;
        padding-bottom: 0px;
    }
}
figcaption {
    color: #fff !important;
    background-color: #ec1c24;
}
html {
    scroll-behavior: smooth;
}
a.anchor-control-class sup {
    color: #000 !important;
    background-color: #e0e0e0;
    border-radius: 50%;
    padding: 3px 6px 6px 5px;
}
a.anchor-control-class sup:hover {
    color: #fff !important;
    background-color: #ec1c24;
}
:target:before {
    content: "";
    display: block;
    height: 80px;
    margin: -80px 0 0;
}

/* Comments section */
.comments-area h2.comments-title, 
.comments-area h2.comment-reply-title {
    font-size: 1em;
    background-color: #e0e0e0;
    color: #000;
    display: table;
    padding: 10px 10px 10px 10px;
}
.comments-area span.edit-link a,
.comments-area .reply a {
    font-size: 1em;
    background-color: #ec1c24;
    color: #fff !important;
    padding: 10px 10px 10px 10px;
}
.comments-area span.edit-link a:hover,
.comments-area .reply a:hover {
    background-color: #FFB500;
    color: #000;
}
.comments-area span.edit-link {
    margin-left: 0 !important;
}
.comment-form .submit {
    font-size: 1em;
    font-weight: 400;
    background-color: #ec1c24 !important;
    border: none;
}
.comment-form .submit:hover {
    color: #000;
    background-color: #FFB500 !important;
}
ol.special-alpha-bullet li::marker {
    font-weight: bold;
    color:#ec1c24;
    font-size: 1.2em;
}
ol.special-alpha-bullet {
    padding: 0 0 0 1.5em;
}

/* GravityForms Edits */
.gf_browser_gecko.gform_wrapper {
    background-color: #ffffff !important;
    border-radius: 0.75rem !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    padding: 3rem !important;
    margin: 3rem auto !important;
    max-width: 1192px !important;
    width: 100% !important;
}
.gform_wrapper .gform_heading .gform_title {
    font-family: "Palanquin Dark", sans-serif !important;
    font-weight: 700 !important;
    font-size: 1.75rem !important;
    color: rgb(34, 34, 59) !important;
    text-transform: lowercase !important;
    margin-bottom: 2rem !important;
}
.gform_wrapper .gform_heading .gform_title:after {
    content: "." !important;
    color: rgb(246, 16, 103) !important;
}
.gform_wrapper,
.gform_wrapper .gfield_label,
.gform_wrapper .gsection_description {
    font-family: ui-sans-serif, system-ui, -apple-system, sans-serif !important;
}
.gform_wrapper .gfield_label {
    font-weight: 600 !important;
    color: #374151 !important;
    margin-bottom: 0.5rem !important;
    display: block !important;
}
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper select,
.gform_wrapper textarea {
    width: 100% !important;
    padding: 0.5rem 0.75rem !important;
    background-color: #fff !important;
    border: 1px solid #54A474 !important;
    border-radius: 0 !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    box-sizing: border-box !important;
    color: #112337 !important;
}
.gform_wrapper input[type="text"]:focus,
.gform_wrapper input[type="email"]:focus,
.gform_wrapper input[type="tel"]:focus,
.gform_wrapper select:focus,
.gform_wrapper textarea:focus {
    border-bottom: #54A474 2px Solid !important;
    outline: none !important;
}
.gform_wrapper select {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E") !important;
    background-position: right 0.5rem center !important;
    background-repeat: no-repeat !important;
    background-size: 1.5em 1.5em !important;
    padding-right: 2.5rem !important;
}
.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_button {
    background-color: #54A474 !important;
    color: white !important;
    border: none !important;
    padding: 0.75rem 1.5rem !important;
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    border-radius: 0 !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
    display: inline-block !important;
    text-transform: lowercase !important;
    font-family: "Palanquin Dark", sans-serif !important;
}
.gform_wrapper .gform_footer input[type="submit"]:hover,
.gform_wrapper .gform_button:hover {
    background-color: #469664 !important;
}