/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/** Fonts Roboto **/
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Roboto-Thin.ttf") format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Roboto-ThinItalic.ttf") format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Roboto-Light.ttf") format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Roboto-LightItalic.ttf") format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Roboto-Regular.ttf") format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Roboto-Italic.ttf") format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Roboto-Medium.ttf") format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Roboto-MediumItalic.ttf") format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Roboto-Bold.ttf") format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Roboto-BoldItalic.ttf") format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Roboto-Black.ttf") format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Roboto-BlackItalic.ttf") format('woff2');
}

input[type=email]:focus, 
input[type=number]:focus, 
input[type=password]:focus, 
input[type=search]:focus, 
input[type=tel]:focus, 
input[type=text]:focus, 
select:focus, 
textarea:focus {
    box-shadow: none;
}

.w-70 {
    width: 70% !important;
}

.col-pb_0 {
    padding-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.mr-5 {
    margin-right: 3rem !important;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.ml-5 {
    margin-left: 3rem !important;
}

.wpcf7-spinner {
    display: none;
}

/*************** ADD CUSTOM CSS HERE.   ***************/

body {
    font-size: 15px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.nav > li > a,
.mobile-sidebar-levels-2 .nav > li > ul > li > a {
    font-size: 16px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
}

h1,h2,h3,h4,h5,h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical > li > a {
    font-family: "Roboto", sans-serif;
}

.alt-font {
    font-family: "Roboto", sans-serif;
}

/** Header **/

.html1 h1 {
    color: #303289;
    font-size: 35px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -1px;
    margin-bottom: 5px;
}

.html1 h4 {
    color: #ED1C24;
    font-size: 24px;
    font-weight: 500;
    line-height: 37px;
    text-align: center;
}

#masthead .header-inner {
    max-width: 1200px;
}

#wide-nav .flex-col.flex-left {
    width: 100%;
}

#wide-nav .flex-col.flex-left ul.nav-left {
    justify-content: space-between;
}

.header-button-1 .header-button a {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
}

.nav-divided > li + li > a::after {
    height: 40px;
    margin-top: -20px;
    border-color: rgba(255, 255, 255, 0.25) !important;
}

/** Nav **/

.header-main .nav > li > a,
#wide-nav .nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
}

/** Breadcrumbs **/

.breadcrumbs {
    font-weight: 600;
}

.breadcrumbs span i,
.breadcrumb span i {
    font-size: 13px;
}

.breadcrumbs a {
    color: #2e3287;
}

.menu-page.justify-start {
    justify-content: center;
}

.menu-page.stack-col {
    flex-direction: row;
}

.menu-page > .menu-item {
    position: relative;
}

.menu-page > .menu-item a {
    color: #FFF;
    min-height: auto;
}

.menu-page > .menu-item:not(:last-child)::after {
    content: "/";
    color: #FFF;
    position: absolute;
    font-size: 13px;
    top: 5px;
    right: 9px;
}

.menu-page > .menu-item:not(:last-child) a {
    padding-right: 25px;
}

/** Footer **/

.footer-form .widget .widget-title {
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    line-height: 22px;
}

#footer .footer-form .sidebar-wrapper .widget {
    position: relative;
    padding-left: 80px;
    padding-right: 15px;
}

#footer .footer-form .sidebar-wrapper .widget::before {
    content: "";
    background: url('assets/images/icon-email.svg') no-repeat;
    background-size: contain;
    position: absolute;
    width: 64px;
    height: 64px;
    top: -8px;
    left: 0;
}

.footer-form .widget p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.footer-form form {
    margin-bottom: 0;
}

#footer .widget .is-divider {
    display: none;
}

#footer .sidebar-wrapper .widget {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
}

.footer-form {
    z-index: 99;
}

.footer-form .section-content > .row {
    margin-bottom: -60px;
    background: #2786DE;
    padding: 35px;
}

.footer-form form input[type="email"] {
    height: 50px;
    margin-bottom: 0;
}

.footer-form form input[type="submit"] {
    width: 100%;
    margin: 0;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    background: #2E3287;
}

.footer-form form .wpcf7-spinner {
    display: none;
}

.section-footer-1 .sidebar-wrapper {
    color: #FFF;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

.section-footer-1 .sidebar-wrapper .widget:nth-child(1) {
    flex-basis: 220px;
    max-width: 220px;
}

.section-footer-1 .sidebar-wrapper .widget:nth-child(2) {
    flex-basis: calc(100% - 220px);
    max-width: calc(100% - 220px);
}

.section-footer-1 .widget .widget-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -1px;
    padding-bottom: 10px;
    display: block;
}

.section-footer-1 ul li {
    margin: 0;
    padding-left: 25px;
    line-height: 30px;
    position: relative;
}

.section-footer-1 ul li::before {
    content: "\f3c5";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
}

.section-footer-1 ul li:nth-child(3):before {
    content: "\f095";
}

.section-footer-1 ul li:nth-child(4):before {
    content: "\f0e0";
}

.section-footer-2 strong {
    color: #2E3287;
}

#footer .absolute-footer {
    display: none;
}

#footer a.back-to-top {
    background: #2489db;
    border: 0;
    color: #fff;
    font-size: 20px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
    margin: 0;
    bottom: 40px;
}

/** Widget **/

.widget .is-divider {
    background: transparent;
    margin: 5px;
}

.recent-blog-posts-li .recent-blog-posts {
    padding: 10px 0;
}

.recent-blog-posts-li .recent-blog-posts .badge {
    width: 80px;
    height: 65px;
}

.recent-blog-posts-li .recent-blog-posts a {
    font-size: 13px;
    margin-bottom: 0px;
    font-weight: 400;
}

.recent-blog-posts-li .recent-blog-posts .post-date-month {
    color: #334862;
    font-size: 10px;
}

.recent-blog-posts-li .recent-blog-posts .post-date-month::before {
    content: "\f133";
    font-family: "Font awesome 6 Pro";
    font-weight: 300;
    font-size: 10px;
    padding-right: 5px;
}

/** Page Contact **/

.gg-map p {
    margin: 0;
    padding: 0;
    line-height: 0;
}

.datlichkham .wpcf7-form-control-wrap input[type="text"],
.datlichkham .wpcf7-form-control-wrap input[type="tel"],
.datlichkham .wpcf7-form-control-wrap input[type="email"] {
    border: 1px solid #DDD;
}

.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap input[type="email"] {
    width: 100%;
    height: 40px;
    border: 0;
    box-shadow: none;
    padding-left: 15px;
    padding-right: 15px;
}

.wpcf7-form-control-wrap textarea {
    min-height: 90px;
    box-shadow: none;
}

form input[type="submit"] {
    margin: 0;
    width: 100%;
    height: 40px;
    padding: 0px 30px;
    background: #DE272B;
}

/** Blog **/

h1.page-title {
    font-size: 35px;
    color: #2e3287;
}

.entry-header-text .entry-meta {
    font-size: 14px;
}

.entry-header-text .entry-meta .posted-author {
    padding-right: 10px;
}

.entry-header-text .entry-meta .posted-on,
.entry-meta .posted-share {
    padding-left: 10px;
    padding-right: 10px;
}

.entry-meta .posted-share a {
    font-size: 11px;
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    line-height: 24px;
    border-width: 1px;
    margin-bottom: 0px;
}

.entry-meta .posted-view {
    padding-left: 10px;
}

.entry-meta .posted-author img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.related-post .heading {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 25px;
}

#post-list .post-item {
    padding-bottom: 20px;
}

#post-list .post-item .col-inner {
    padding-bottom: 20px;
    border-bottom: 1px dashed #DDD;
}

.post-item .box .post-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
}

.post-item .col-inner .post-meta::before {
    content: "\f133";
    font-family: "Font awesome 6 Pro";
    font-weight: 300;
    font-size: 12px;
    padding-right: 5px;
}

.post-item .box-text a.button {
    color: #1875CB;
    height: 32px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 32px;
    border-radius: 25px;
    padding: 0px 15px;
    border: 1px solid #1875CB;
    text-transform: none;
}

.post-item .box-text a.button::after {
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    font-size: 14px;
    padding-left: 5px;
}

.post-item .box-text a.button:hover {
    color: #FFF;
}

/** UX Post **/

.title-header h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.ux_post-01,
.ux_post-02 {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

.ux_post-01 .new-post01_left {
    flex-basis: 55%;
    max-width: 55%;
    padding-right: 10px;
}

.ux_post-01 .new-post01_left .plain {
    float: left;
    width: 45%;
    padding-right: 20px;
}

.ux_post-01 .new-post01_right {
    flex-basis: 45%;
    max-width: 45%;
    padding-left: 10px;
}

.ux_post-01 .new-post01_right ul li a {
    font-weight: 500;
}

.ux_post-02 .new-post-02_left {
    flex-basis: 45%;
    max-width: 45%;
    padding-right: 10px;
}

.new-post-02_left .post-item {
    background: rgb(46 50 135 / 4%);
}

.new-post-02_left .post-item .post-content {
    padding: 15px 20px;
}

.post-content h4 {
    margin-bottom: 5px;
}

.new-post-03_top .post-content h4 {
    font-size: 18px;
}

.post-content .post-date {
    color: #666666;
    margin-bottom: 5px;
}

.post-content .from_the_blog_excerpt {
    margin-bottom: 0;
}

.ux_post-02 .new-post-02_right {
    flex-basis: 55%;
    max-width: 55%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding-left: 10px;
}

.new-post-02_right .post-item .post-content {
    padding: 15px;
    border: 1px solid #DDDDDD;
}

.new-post-02_right .post-item img {
    height: 185px;
    object-fit: cover;
}

.new-post-03_top {
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.new-post-03_top .post-item img {
	width: 100%;
	height: 265px;
	object-fit: cover;
}

.new-post-03_top .post-content {
    padding-top: 15px;
}

.new-post-03_bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.new-post-03_bottom .item-post .plain {
    float: left;
    width: 120px;
    padding-right: 15px;
}

.new-post-03_bottom .item-post {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #DDD;
}

.new-post-03_bottom .item-post h4 a {
	height: 80px;
    overflow: hidden;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.new-post-04_top .item-post img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.new-post-04_top .post-content {
    padding-top: 15px;
}

.new-post-04_bottom .item-post {
    padding-top: 13px;
    margin-top: 13px;
    border-top: 1px solid #DDD;
}

.new-post-04_top .item-post h4,
.new-post-04_bottom .item-post h4 {
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
}

.new-post-04_top .item-post h4 a,
.new-post-04_bottom .item-post h4 a {
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ux_post-05 {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.ux_post-05 .item-post:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DDD;
}

.ux_post-05 .item-post .plain {
    float: left;
    width: 100px;
    padding-right: 15px;
}

.ux_post-05 .item-post h4 {
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 0;
}

.ux_post-05 .item-post h4 a {
    height: 70px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.new-post-04_top .post-date,
.new-post-04_bottom .post-date,
.ux_post-05 .item-post .post-date {
    color: #666666;
    font-size: 12px;
    margin-bottom: 0;
}

/** Siderba Home **/

#secondary .widget,
.home-sidebar .widget {
    margin-bottom: 2.5em;
}

#secondary .widget-title span,
.home-sidebar .widget-title span {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    position: relative;
}

#secondary .widget-title span::before,
.home-sidebar .widget-title span::before {
    content: "";
    width: 100%;
    height: auto;
    border-bottom: 3px solid #ED1C24;
    position: absolute;
    left: 0;
    bottom: -18px;
}

#secondary .widget-title,
.home-sidebar .widget-title {
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px solid #DDDDDD;
}

#secondary .widget_form a,
.home-sidebar .widget_form a {
    color: #FFF;
    width: 100%;
    display: block;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    background: #ED1C24;
    text-transform: uppercase;
}

#secondary .widget_form a i,
.home-sidebar .widget_form a i {
    opacity: 1;
}

.widget_search input[type="search"] {
    height: 45px;
    box-shadow: none;
}

.widget_search button[type="submit"] {
    width: 45px;
    height: 45px;
    background: #2E3287;
}

.widget_list_posts ul.list-post-item {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.widget_list_posts ul.list-post-item li:not(:first-child) {
    padding-top: 15px;
    margin-top: 15px;
}

.widget_list_posts ul.list-post-item li:not(:first-child) .alignnone {
    width: 40%;
    float: left;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 10px;
}

.widget_list_posts ul.list-post-item li h4 {
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 0;
}

.widget_list_posts ul.list-post-item li:first-child h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.widget_list_posts ul.list-post-item li:not(:first-child) h4 a {
    height: 70px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#secondary .widget_text .textwidget,
.home-sidebar .widget_text .textwidget {
    background: #2E3287;
    padding: 35px 30px;
}

#secondary .widget_text .textwidget p,
.home-sidebar .widget_text .textwidget p {
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
}

#secondary .widget_text form,
.home-sidebar .widget_text form {
    margin-bottom: 0;
}

.widget_nav_menu ul.menu {
    padding: 25px 20px;
    background: #F1F1F1;
    border: 1px solid #DDDDDD;
}

.widget_nav_menu ul.menu>li+li {
    border-top: 1px solid #DDD;
}

.widget_nav_menu ul.menu>li:first-child>a {
    padding-top: 0px;
}

.widget_nav_menu ul.menu>li:last-child>a {
    padding-bottom: 0px;
}

.widget_nav_menu ul.menu>li>a {
    padding-top: 13px;
    padding-bottom: 13px;
}

.widget_media_gallery .gallery {
    margin-left: -5px;
    margin-right: -5px;
}

.widget_media_gallery .gallery .gallery-item {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
}

#secondary .widget_wp_statsmechanic .widget-title,
.home-sidebar .widget_wp_statsmechanic .widget-title {
    padding-bottom: 0;
    background: #2E3287;
}

#secondary .widget_wp_statsmechanic .widget-title span,
.home-sidebar .widget_wp_statsmechanic .widget-title span {
    width: 100%;
    display: block;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
    padding-left: 20px;
    padding-right: 20px;
}

#secondary .widget_wp_statsmechanic .widget-title span::before,
.home-sidebar .widget_wp_statsmechanic .widget-title span::before {
    display: none;
}

#secondary .widget_wp_statsmechanic .is-divider,
.home-sidebar .widget_wp_statsmechanic .is-divider {
    display: none;
}

#mvcwid {
    padding: 25px 20px;
    background: #F1F1F1;
    border: 1px solid #DDDDDD;
}

#mvcwid table {
    margin-bottom: 0;
}

#mvcwid table tr td {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DDD;
}

#mvcwid table tr:first-child td {
    padding-top: 0px;
}

#mvcwid table tr:last-child td {
    border-bottom: 0;
    padding-bottom: 0;
}

/** Home **/

.slider-post-center .flickity-page-dots {
    bottom: 40px;
}

.slider-post-center.nav-dots-small .flickity-page-dots .dot,
.slider-post-center.row-slider .flickity-page-dots .dot {
    background-color: #FFF;
}

.slider-post-center.nav-dots-small .flickity-page-dots .dot,
.slider-post-center.row-slider .flickity-page-dots .dot {
    background-color: #FFF;
}

.slider-post-center .post-item .box-image img {
    width: 100%;
    height: 490px;
    object-fit: cover;
}

.slider-post-center .post-item .box h5.post-title {
    font-size: 25px;
    font-weight: 500;
    line-height: 40px;
    margin: 0;
}

.slider-post-center .post-item .box h5.post-title a {
    height: 65px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.title-post h3 {
    margin-bottom: 0;
    border-bottom: 1px solid #DDDDDD;
}

.title-post h3 span {
    color: #FFF;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    background: #2E3287;
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 30px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom: 4px solid #ED4249;
}

/** Pagination **/

.pagination-search {
    margin-top: 30px;
    text-align: center;
}

.pagination-search .page-numbers {
    width: auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #DDD;
    border-radius: 3px;
    display: inline-block;
    padding: 0px 15px;
    font-weight: 500;
}

.pagination-search .page-numbers.current,
.pagination-search .page-numbers:hover {
    color: #FFF;
    background: #2e3287;
    border-color: #2e3287;
}

/** Page video **/

.video-item .box.box-normal .box-text {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    background: #2E3287;
}

.video-item .box.box-normal .box-text .post-title {
    color: #FFF;
}

.item-box figure a,
.video-item .box.box-normal .box-image a {
    position: relative;
}

.item-box figure a::before,
.video-item .box.box-normal .box-image a::before {
    content: "\f144";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 60px;
    position: absolute;
    color: #DE272B;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    z-index: 9;
    line-height: 60px;
    background: #FFF;
    border-radius: 50%;
}

.video-item .box.box-normal .box-image a::after {
    content: "";
    background: rgba(0,0,0,.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.video-item .box.normal .box-text {
    padding-top: 15px;
    padding-bottom: 15px;
    background: rgba(0,0,0,.4);
}

h1.entry-title {
    color: #2E3287;
    font-size: 25px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.gallery-item .box-text h5.post-title {
    font-size: 18px;
    position: relative;
    padding-left: 35px;
}

.gallery-item .box-text h5.post-title::before {
    content: "\f302";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 18px;
    position: absolute;
    top: calc(50% - 11px);
    left: 0;
}

.woocommerce-product-gallery__wrapper .product-images__img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.product-images__thumbnail img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.document-item .box.box-vertical .box-image {
    border: 4px solid #DDD;
}

.document-item .box.box-vertical .box-image img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.document-item .box.box-vertical .box-image img.demo {
    padding: 15px;
    object-fit: contain;
}

.document-item .box.box-vertical .box-text {
    padding-right: 0;
    vertical-align: top;
}

.document-item .box.box-vertical .post-title {
    font-size: 16px;
    margin-bottom: 15px;
    text-transform: none;
    line-height: 25px;
}

.document-item .box.box-vertical a.Link {
    color: #2E3287;
    padding: 0px 15px;
    line-height: 25px;
    border: 2px solid #2E3287;
}

.lightbox-by-id.lightbox-content.lightbox-white {
    line-height: 0;
}

.post-related-wrap {
    margin-top: 35px;
}

.related-post h4 {
    padding-bottom: 15px;
    border-bottom: 1px solid #DDDDDD;
}

.related-post h4 span {
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    position: relative;
}

.related-post h4 span::before {
    content: "";
    width: 100%;
    height: auto;
    border-bottom: 3px solid #ED1C24;
    position: absolute;
    left: 0;
    bottom: -18px;
}

.post-date {
    font-size: 13px;
    color: #666;
}

/** Menu **/

.nav-dropdown-default {
    padding: 15px;
}

.nav-dropdown-has-border .nav-dropdown {
    border: 0;
}

.nav-dropdown-has-shadow .nav-dropdown {
    color: #333;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,.15);
}

.nav-dropdown-default .nav-column li > a:hover,
.nav-dropdown.nav-dropdown-default > li > a:hover {
    color: #ed1c24;
}

.nav-dropdown-default .nav-column li > a,
.nav-dropdown.nav-dropdown-default > li > a {
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 13px;
    padding-bottom: 13px;
    border-bottom: 1px dashed #d4d4d4;
}

.videoDetail .title-video {
    display: block;
    font-size: 18px;
    color: #2e3287;
    font-weight: bold;
    margin-bottom: 10px;
}

.article-listing.video-listing {
    margin-top: 40px;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    #masthead #logo {
        width: 100px;
    }
    #masthead #logo img {
        padding: 5px 0px;
    }
    .header-main .header-button-1 .header-button a.button {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12px;
        background: #ED1C24 !important;
    }
    /** Home **/
    .slider-post-center .post-item .box-image img,
    .new-post-04_top .item-post img {
        height: 270px;
    }
    .ux_post-01 .new-post01_left,
    .ux_post-02 .new-post-02_left {
        flex-basis: 100%;
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }
    .ux_post-01 .new-post01_right,
    .ux_post-02 .new-post-02_right {
        flex-basis: 100%;
        max-width: 100%;
        padding-left: 0;
    }
    form input[type="submit"] {
        padding: 0px 10px;
    }
    .widget_media_gallery .gallery .gallery-item {
        width: 33.333%;
    }
    /** Footer **/
    #footer .sidebar-wrapper .widget.widget_media_image {
        margin-bottom: 30px;
        text-align: center;
    }
    #footer .footer-form .sidebar-wrapper .widget {
        padding-left: 65px;
    }
    #footer .footer-form .sidebar-wrapper .widget::before {
        width: 50px;
        height: 50px;
        top: -2px;
    }
    .footer-form .widget p {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .footer-form .widget .widget-title {
        font-size: 20px;
    }
    .footer-form form input[type="email"] {
        height: 45px;
    }
    .footer-form form input[type="submit"] {
        height: 45px;
        font-size: 16px;
        line-height: 45px;
        padding: 0px 5px;
    }
    .footer-form .section-content > .row {
        margin-bottom: 0px;
    }
    .section-footer-1 .sidebar-wrapper .widget:nth-child(1),
    .section-footer-1 .sidebar-wrapper .widget:nth-child(2) {
        flex-basis: 100%;
        max-width: 100%;
    }
    .woocommerce-product-gallery__wrapper .product-images__img img {
        height: 270px;
    }
    .product-images__thumbnail img {
        height: 65px;
    }
    .gallery-item .box-text h5.post-title {
        font-size: 15px;
        padding-left: 30px;
    }
    .lightbox-by-id.lightbox-content.lightbox-white iframe {
        height: 250px;
    }
    .video-item .box.box-normal .box-image a::before {
        top: calc(50% - 15px);
        left: calc(50% - 15px);
        line-height: 35px;
        font-size: 35px;
    }
}