.elementor-kit-22{--e-global-color-primary:#FDC61E;--e-global-color-secondary:#0F1115;--e-global-color-text:#0F1115CC;--e-global-color-accent:#F18F19;--e-global-color-52b27bd:#FFFFFF;--e-global-color-666584a:#EFF1F6;--e-global-color-22b0372:#F9FAFC;--e-global-color-5a82d6f:#FFFFFFCC;}.elementor-kit-22 button,.elementor-kit-22 input[type="button"],.elementor-kit-22 input[type="submit"],.elementor-kit-22 .elementor-button{background-color:var( --e-global-color-primary );font-size:15px;font-weight:800;text-transform:uppercase;line-height:1em;letter-spacing:0em;color:var( --e-global-color-secondary );border-radius:6px 6px 6px 6px;padding:16px 24px 16px 24px;}.elementor-kit-22 button:hover,.elementor-kit-22 button:focus,.elementor-kit-22 input[type="button"]:hover,.elementor-kit-22 input[type="button"]:focus,.elementor-kit-22 input[type="submit"]:hover,.elementor-kit-22 input[type="submit"]:focus,.elementor-kit-22 .elementor-button:hover,.elementor-kit-22 .elementor-button:focus{background-color:#E7AC17;color:var( --e-global-color-secondary );}.elementor-kit-22 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */p:last-child,
ul:last-child,
ol:last-child{
    margin-bottom:0;
}

.elementor-icon-wrapper{
    line-height: 0;
}

.ast-grid-common-col{
    padding-left:0;
    padding-right:0;
}

.truncate-3{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bold-white b,
.bold-white strong{
    color:#fff;
}

.bold-dark b,
.bold-dark strong{
    color:#121721;
}

/* Button Fix */
span.elementor-button-text {
    margin-bottom: -0.2em;
}

span.elementor-button-content-wrapper {
    align-items: center;
}


/* ========================= */
/*  Blog Post Content Design */
/* ========================= */
/* General Post Content Style */

.post-content ul,
.post-content ol {
  margin: 0;
  margin-left: 2em;
  margin-bottom:1.5em;
}

.post-content ul li,
.post-content ol li {
  margin-bottom: 0.5em;
}

.post-content ul li:last-child,
.post-content ol li:last-child {
  margin-bottom: 0;
}

.post-content figure
{
    margin:24px 0;
}

.post-content img {
    border-radius: 6px;
}


/* Blog Post Texts Styling */
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6
{
    letter-spacing: -0.04em;
    color:#222;
    margin:1.5em 0 0.5em 0;
}
@media screen and (min-width: 1025px) {
.post-content h2{
    font-size:28px;
}
.post-content h3{
    font-size:24px;
}
}


.post-content p a{
 color:#E7AC17;
 background-image:linear-gradient(transparent calc(100% - 1px),#E7AC17 1px);
 background-size:100% 100%;
 background-position:right;
 position:relative;
 text-decoration:none;
 background-repeat:no-repeat;
 transition:all 200ms
}

.post-content p a:hover {
  background-size: 0% 100%;
}

.post-content .elementor-widget-container > *:first-child{
    margin-top:0;
}

.post-content .wp-block-quote{
    margin:24px 0;
    padding: 32px;
    background-color: #F9FAFC;
    border-color: #EFF1F6;
}
.post-content .wp-block-quote cite{
    font-size:16px;
    line-height: 1.2em;
    margin-top:1em;
}
.post-content .wp-block-quote cite :is(b, strong){
    color:#222;
}


/* ============================== */
/*  Specific Post Elements Design */
/* ============================== */

/* Table Of Contents Section */
.post-content .table-of-contents ul {
  margin-left: 0px;
}

.post-content .table-of-contents ul li a {
  background-size: 0% !important;
  /* Removing sliding underline effect links have */
  padding: 10px;
  background: #fff;
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  margin-bottom: 10px;
}

.post-content .table-of-contents ul li:last-child a {
  margin-bottom: 0px;
}

.post-content .table-of-contents ul li a:hover {
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.16);
}

/* =============== */
/*   MOBILE ONLY   */
/* =============== */
@media screen and (max-width: 767px) {
}/* End custom CSS */