input[type=number]::placeholder {
    color:#333333;
}
tr.active {
    background-color: #cc1542!important;
}
table tr.active td,
table tr.active th {
    color: white;
}
/* <=====// Top Bar \\=====> */
.topbar {
    width: 100%;
    height: 50px;
    background-color: #cc1542;
    position: fixed;
    top: 0;
    z-index: 9;
}
.topbar .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

.topbar .topbar-left,
.topbar .topbar-center,
.topbar .topbar-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.topbar-right .contacts > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
}
.topbar-right .contacts > a span {
    margin-left: 5px;
}

.topbar .topbar-right > div:not(:first-child){
    margin-left: 15px;
}


/* <=====// Header \\=====> */
header .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-search {
    width: 100px;
    height: 50px;
}
.privacy {
    text-decoration: underline;
    text-decoration-color: #cc1542;
}

/* <=====// Languages \\=====> */
.languages ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.languages ul > li {
    float: left;
    margin-left: 8px;
}
.languages li.language img {
    width: 30px;
    border: 2px solid white;
    border-radius: 50%;
    box-shadow: 0 0 7px #00000082;
}
.languages li.language a {
    background: none!important;
}

/* <=====// Socials \\=====> */
.socials ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.socials ul > li {
    float: left;
    margin-right: 8px;
}

/* <=====// Right Images \\=====> */
.half-image.right-image .media {
    width: 40%;
    left: 60%!important;
}
.half-image.right-image .copy {
    width: 60%;
}
.half-image.right-image .copy {
    float: left!important;
}
.half-image.right-image .copy .inner .links {
    right: 60px!important;
    left: auto!important;
    text-align: right;
}
.half-image.right-image .copy .inner .text {
    margin:  0 40% 0 0!important;
}

/* <=====// Non Icon Images \\=====> */
.half-image.non-icon .media:before {
    display: none!important;
}

/* <=====// Menu \\=====> */
@media only screen and (min-width: 1024px) {
    .openerParent {
        position: absolute;
        left: 180px;
        margin-top: -38px;
        width: 180px;
        background-color: white;
        margin-left: -1px;
        display: none;
    }
}
:not(.mobile-navigation) li:hover > .openerParent {
    display: block;
}

/* <=====// Admin Bar \\=====> */
.admin-bar {
    background-color: white;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 10px;
}
.admin-bar .items-group {
    display: flex;
    align-content: space-between;
}
.admin-bar .items-group > div {
    margin: 0 5px;
}
.admin-bar .items-group > div > a {
    font-weight: bold;
}

/* <=====// Blog Design \\=====> */
.blog-page-design p.published.hide-tablet-up {
    display: none;
}
.blog-page-design .sub-content.full.js-no-links {
    padding: 15px;
}
.blog-page-design .sub-content h3 {
    padding-top: 21px!important;
    margin-bottom: -19px!important;
    font-size: 26px!important;
}
.blog-page-design .entry-content > img {
    border: 3px solid #0F262F;
    border-top-left-radius: 5%;
    border-bottom-right-radius: 5%;
}
@media only screen and (min-width: 768px) {
    .blog-page-design .sub-content.full.js-no-links {
        width: 33.333%;
        float: left;
    }
    .blog-flex {
        align-items: stretch;
        display: flex;
        flex-wrap: wrap;
        flex-direction: unset;
    }
}

/* <=====// Need Help \\=====> */
.need-help {
    border-radius: 10px;
    box-shadow: 0 0 13px #0000005c;
    background: white;
    z-index: 9999;
    position: fixed;
    padding: 20px;
    width: auto;
    max-width: 400px;
    margin-left: 15px;
    top: 15px;
    right: 15px;
}


/* <=====// Pagination \\=====> */
.pagination-outer{
    display: block;
    width: fit-content;
    margin: 0 auto;
}
.pagination{
    display: -ms-flexbox;
    margin-top: 0!important;
    margin-bottom: 1rem!important;
    padding-left: 0;
    list-style: none;
    font-family: 'Kodchasan', sans-serif;
    border-radius: 40px;
    background-color: #142328;
    border: 2px solid #cc1542;
    overflow: hidden;
    display: inline-flex;
    position: relative;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.pagination .page-item {
    padding: 0!important;
    margin: 0!important;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.pagination li a.page-link{
    color: #fff;
    background-color: transparent;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    line-height: 43px;
    height: 45px;
    width: 55px;
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
    z-index: 1;
    text-decoration: none!important;
}

.pagination li.active a.page-link,
.pagination li a.page-link:hover,
.pagination li.active a.page-link:hover{
    color: #fff;
    background: transparent;
    border: none;
}
.pagination li a.page-link:before,
.pagination li a.page-link:after{
    content: '';
    height: 100%;
    width: 100%;
    border: 1px solid #000;
    border-top: none;
    border-bottom: none;
    transform: skewX(-16deg);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s;
}
.pagination li a.page-link:after{
    background-color: #cc1542;
    border: none;
    border-radius: 50%;
    transform: skewX(-16deg) scale(0);
}
.pagination li.active a.page-link:after,
.pagination li a.page-link:hover:after,
.pagination li.active a.page-link:hover:after{
    border-radius: 0;
    transform: skewX(-16deg) scale(1);
}
.pagination li:first-child a.page-link:before,
.pagination li:last-child a.page-link:before{
    display: none;
}
.pagination li:first-child a.page-link:after{ left: -1px; }
.pagination li:last-child a.page-link:after{
    left: auto;
    right: -1px;
}
@media only screen and (max-width: 480px){
    .pagination{
        padding: 10px 0;
        margin: 0;
        display: block;
    }
    .pagination li{ display: inline-block; }
    .pagination li a.page-link:before{ display: none; }
    .pagination li a.page-link:after{ transform: skew(0) scale(0); }
    .pagination li.active a.page-link:hover:after,
    .pagination li.active a.page-link:after,
    .pagination li a.page-link:hover:after{
        border-radius: 20px;
        transform: skew(0) scale(1);
    }
}

@media only screen and (max-width: 1024px) {
    .mobile-nav-wrap {
        display: flex!important;
    }
    .hide-mobile {
        display: none;
    }
}
@media only screen and (min-width: 1024px) {
    .hide-desktop {
        display: none;
    }
}
.mobile-header-phone {
    display: flex;
    justify-content: flex-end;
}
.d-none {
    display: none;
}


/* <=====// _commentForm.blade.php \\=====> */
.comment-row {
    margin-bottom: 50px;
}
.form-comment input,
.form-comment textarea.form-control {
    background: #efefef61!important;
    border: 1px solid #00000030!important;
    margin: 15px!important;
    color:#333!important;
}
.form-comment ::placeholder {
    color: #343439;
}
.form-comment input.alert-input,
.form-comment textarea.form-control.alert-input {
    border: 1px solid #cc1542!important;
}
.alert-span {
    margin: 0 15px 5px;
    color: #cc1542;
}
.form-comment .submit .button:focus,
.form-comment .submit .button:hover,
.form-comment .submit button:focus,
.form-comment .submit button:hover {
    background-color: #cc1542;
    opacity: .9;
    transition: all .3s ease-out;
}
button.submit-button {
    background-color: #cc1542;
}
.form-holder .input-holder {
    float: left;
    width: calc(100% - 50px);
    margin-left: -15px;
}
@media only screen and (min-width: 900px) {
    .input-1 {
        width: 49%;
        display: inline-grid;
    }
    .input-1:first-child {
        margin-right: 15px;
    }
}

/* <=====// _commentForm.blade.php \\=====> */
.form-holder .input-holder {
    width: 100%!important;
}
@media only screen and (max-width: 64.063em) {
    .input-1:first-child {
        padding-right: 10px;
    }
    .input-1 {
        width: 50%;
        float: left;
    }

    ol.commentlist {
        margin-left: 0 !important;
    }
    .comment-respond {
        margin-left:15px!important;
    }
}
cite.fn {
    color: black;
    font-style: normal!important;
    font-weight: 500;
}
li.list-comment{
    list-style-type: none;
    margin-bottom: 20px;
}
.comment-reply small {
    float: right;
    font-size: 16px;
}
.comment-respond:after {
    content: "";
    position: absolute;
    left: 34px;
    top: -18px;
    border: 9px solid transparent;
    border-bottom-color: #090909;
}
@media only screen and (min-width: 900px) {
    .comment-respond .input-1:first-child {
        margin-right: 14px!important;
    } }
.comment-respond:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 34px;
    top: -18px;
    border: 9px solid transparent;
    border-bottom-color: #f8f8f8;

}
.comment-respond {
    margin-left: 40px;
    padding: 15px 20px;
    position: relative;
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 15px;
}
a.comment-reply-link {
    float: right;
    background: #cc1542;
    color: white!important;
    padding: 3px 10px;
}
.user-comment-avatar {
    width: fit-content;
    float: left;
    margin-right: 15px;
}
.kl-comment__text {
    position: relative;
    margin-top: 20px;
}
a.meta-link {
    display: inherit;
}
.comment_wrapper {
    border: 1px solid #33333378;
    padding: 15px;
}
.comment-reply-list {
    margin-top: 20px;
}

/* <=====// _googleMaps.blade.php \\=====> */
.google-map iframe {
    opacity: 0.94;
    filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
}
.google-map {
    background: #cc1542;
}

/* <=====// _videoList.blade.php \\=====> */
.img_youtube {
    border: 3px solid #0F262F;
    border-top-left-radius: 5%;
    border-bottom-right-radius: 5%;
    padding: 0.1%;
}
.image-box {
    position: relative;
}
.image-box img {
    display: block;
}
.image-box #link-box{
    position: absolute;
    bottom: 20%;
    left: 40%;
}
.image-box #svg {
    position: absolute;
    bottom: 50%;
    left: 50%;
}
