:root {
    --main-color: rgb(216, 124, 10);
}
html [data-elementor-type="wp-page"] .elementor-widget-text-editor a {
    font-weight: 600;
    color: rgb(49, 48, 48);
    text-decoration: underline !important;
}
html [data-elementor-type="wp-page"] .elementor-widget-text-editor a:hover {
    text-decoration: none !important;
}
/*
MISC
*/
.margin-auto { 
    margin-left: auto;
    margin-right: auto;
}
.bg-size-100-100 .elementor-widget-container {
     background-size: 100% 100%;
}
.column-border-right::after, .column-border-right-2::after {
    content: "";
    height: 207px;
    width: 2px;
    position: absolute;
    right: 0;
    top: 100px;
    background-color: var(--main-color);
    margin-left: -1px;
    height: 90%;
    top: 5%;
}
/**/
ol.big-number-ol {
    counter-reset: listNumbering;
    list-style: none;
    padding-left: 0;
}
ol.big-number-ol li {
    counter-increment: listNumbering;
    padding-left: 70px;
    position: relative;
    margin-bottom: 30px;
}
ol.big-number-ol li:last-child {
    margin: 0;
}
ol.big-number-ol li::before {
    content: counter(listNumbering) '.';
    font-size: 50px;
    position: absolute;
    top: 3px;
    left: 10px;
    line-height: 1;
}
/* .column-border-right-2::after {
    height: 368px;
    top: 40px;
} */
/*
FANCY TABLE
*/
.fancy-table {
    width: 100%;
    background-color: var(--main-color);
    color: #FFF;
    border-radius: 30px;
}
.fancy-table th, .fancy-table td{
    border: none;
    text-align: left;
    padding: 0 20px;
    font-size: 17px;
    line-height: 34px;
    width: 30%;
    background-color: transparent !important;
}
.fancy-table th:nth-child(2), .fancy-table td:nth-child(2) {
    width: 40%;
}
.fancy-table.mode-2 td, .fancy-table.mode-2 th {
    width: 37.5%;
}
.fancy-table.mode-2 th:nth-child(2), .fancy-table.mode-2 td:nth-child(2) {
    width: 25%;
}
.fancy-table.mode-2 th:nth-child(3), .fancy-table.mode-2 td:nth-child(3) {
    text-align: center;
}
.fancy-table tr.color-black {
    color: #000;
}
.fancy-table th {
    padding: 34px 15px 14px;
    border: none !important;
}
.fancy-table th:first-child, .fancy-table td:first-child {
    padding-left: 60px;
}
.fancy-table th:last-child, .fancy-table td:last-child {
    padding-right: 60px;
}
.fancy-table tr.border {
    border-bottom: 1px solid #FFF;
}
.fancy-table tr.td-top td {
    padding-top: 15px;
}
.fancy-table tr.td-bottom td {
    padding-bottom: 40px;
}
.fancy-table tr.text-center td {
    text-align: center;
}
/*
FANCY TITLE
*/
.vee-fancy-title-wrap .in-wrap * {
    margin: 0;
}
.vee-fancy-title-wrap .in-wrap {
    margin: 0 auto;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    position: relative;
    padding: 27px 5px;
    font-size: 17px;
}
.vee-fancy-title-wrap .in-wrap .img-wrap {
    position: absolute;
    z-index: 100;
    visibility: hidden;
    z-index: 1;
}
/*
VEE POST ARCHIVE
*/
.vee-post-archive-section .top-wrap {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    margin-bottom: 10px;
}
.vee-post-archive-section .button-wrap {
    display: flex;
    gap: 20px;
    justify-content: end;
    justify-content: flex-end;
    align-items: center;
}
.vee-post-archive-section .button-wrap a {
    display: inline-block;
    padding: 5px 24px;
    border: 1px solid rgb(16, 40, 77);
}
.vee-post-archive-section .search-warp {
    position: relative;
}
.vee-post-archive-section .search-warp form, .vee-post-archive-section .search-warp .fa-xmark {
    display: none;
}
.vee-post-archive-section .search-warp.active i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    cursor: pointer;
}
.vee-post-archive-section .search-warp.active .fa-magnifying-glass {
    left: 3px;
}
.vee-post-archive-section .search-warp.active .fa-xmark {
    display: block;
    right: 3px;
}
.vee-post-archive-section .search-warp.active form {
    display: block;
}
.vee-post-archive-section .search-warp form input {
    padding: 5px 29px;
    border: none;
    border-bottom: 1px solid rgb(16, 40, 77);
    border-radius: 0;
    -webkit-border-radius: 0;
}
.vee-post-archive-section .search-warp form input:focus, .vee-post-archive-section .search-warp form input:active, .vee-post-archive-section .search-warp form input:focus-visible{
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    outline: none;
}
.vee-post-archive-section .top-wrap a {
    color: #000;
}

.vee-post-archive-section .post-single-wrap {
    margin-bottom: 20px;
}
.vee-post-archive-section .detail-wrap:last-child {
    margin-bottom: 0;
}
.vee-post-archive-section  a {
    color: #000;
}
.vee-post-archive-section  a:hover {
    color: rgb(2, 133, 206);
}
.vee-post-archive-section .thumb-wrap a {
    display: block;
}
.vee-post-archive-section .thumb-wrap img {
    width: 100%;
}
.vee-post-archive-section .detail-wrap {
    padding: 28px 48px;
    background-color: #f7f8f9;
}
.vee-post-archive-section .detail-wrap .meta-wrap {
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 12px;
}
.vee-post-archive-section .detail-wrap .avatar {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 32px;
    width: 32px;
}
.vee-post-archive-section .detail-wrap .meta-wrap p {
    margin: 0;
}
.vee-post-archive-section .detail-wrap .meta-wrap p span {
    font-size: 30px;
    line-height: 1px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
}
.vee-post-archive-section .except-wrap {
    padding-bottom: 20px;
}
.vee-post-archive-section .except-wrap .likebtn_container, .elementor-widget-theme-post-content .likebtn_container {
    display: none;
}
.vee-post-archive-section .foot-wrap {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    margin-top: 12px;
    border-top: 1px solid #cdd2da;
}
.vee-post-archive-section .lb-style-custom .lb-like {
    border: none;
}
.vee-post-archive-section .pagination-wrap {
    padding: 10px;
    margin-top: 15px;
    display: flex;
    gap: 5px;
    justify-content: center;
}
.vee-post-archive-section .pagination-wrap .page-numbers {
    display: inline-block;
    padding: 5px 10px;
    background-color: var(--main-color);
    color: #FFF;
}
.vee-post-archive-section .pagination-wrap .page-numbers:hover, .vee-post-archive-section .pagination-wrap .page-numbers.current {
    background-color: #000;
    
}
/**/
.single-post-data-section {
    display: flex;
    gap: 10px;
    align-items: center;
}
.single-post-data-section .avatar {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 32px;
    width: 32px;
}
.single-post-data-section span {
    font-size: 30px;
    line-height: 1px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
}
/**/
html [type="button"], html [type="submit"], html button {
    border-color: var(--main-color);
    color: #000;
}
html [type="button"]:focus, html [type="button"]:hover, html [type="submit"]:focus, html [type="submit"]:hover, html button:focus, html button:hover {
    background-color: var(--main-color);
    color: #FFF;
}