.ux-post-featured .main-post .post-item-title{
    font-size: 2.4rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.ux-post-featured .post-item{
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e5e5e5;
}
.ux-post-featured .post-item:last-child{
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.ux-post-featured  .post-item-list .post-item-inner .post-item-thumb{
    width: 40%;
}


.post-item.border-bottom{
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}

.post-item.border-bottom:last-child{
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.post-item .post-item-title{
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.2;
    margin-top: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-item .post-item-excerpt{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 1rem;
}


.post-item .post-item-content .post-item-title{
    margin-bottom: 0;
}

.post-item .post-item-content.has-excerpt .post-item-title{
    margin-bottom: 1.5rem;
}



.post-item-list {
    margin-bottom: 2rem;
}

.post-item-list:last-child{
    margin-bottom: 0;
}


.post-item-list .post-item-inner{
    display: flex;
    flex-wrap: nowrap;
  
}

.post-item-list .post-item-content .post-item-title{
    margin-top: 0;
}


.post-item-list .post-item-inner .post-item-thumb{
    width: 30%;
}


.post-item-list .post-item-inner .post-item-content{
    flex: 1;
    padding-left: 1.5rem;
}

.post-item-list.thumb-right .post-item-inner .post-item-thumb{ 
    order: 1; 
}
.post-item-list.thumb-right .post-item-inner .post-item-content{
    order: 0;
    padding-left: 0;
    padding-right: 1rem;
}

.block-box{
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 1px 7px 2px #ddd;
}

.block-box.center .block-box-header{
    text-align: center;
}

.block-box .block-box-header{
    padding: 10px;
}

.block-box-header{
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content: space-between;
}

.block-box-header .box-more-link{
    text-transform: capitalize;
    font-size: 1.6rem;
    display: flex;
    align-items: center;

}

.block-box-header .title-inner{
    display: flex;
    align-items: center;
    margin-right: auto;
}

.block-box-header .title-inner *{
    margin-bottom: 0;
    margin-top: 0 !important;
    font-size: 16px;
}

.block-box-header.has-border-bottom{
    border-bottom: 1px solid #e5e5e5;
}

.box-term-links a{
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: capitalize;
    margin-left: 1rem;
    text-wrap: nowrap;
}

.block-box-header.title-center .title-inner{
    justify-content: center;
    margin: 0 auto;
}

.block-box .block-box-body{
    padding: 1.5rem;
}

.block-box .box-link-bottom a{
    background: #f7f7f7;
    border-radius: 4px;
    display: inline-flex;
    font-weight: 500;
    padding: 10px 15px;
    align-items: center;
}
.block-box .box-link-bottom a:hover{
    color: var(--fs-experimental-link-color-hover);
}



.ux-number .number-title{
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    color: #FFD004;
}


.ux-number .number-explain{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #4F4F4F;
}

.ux-number .number-desc{
    
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #4F4F4F;

}

.ux-address{
    display: flex;
    align-items: start;
}
.ux-address span{
    flex: 1;
    margin-left: 8px;
}

.ux-phone-contact{
    
    background: #F9F9F9;
    border: 1px solid #F8F8F8;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.ux-phone-contact .ux-phone-contact-info{
    display: flex;
    align-items: center;
}
.ux-phone-contact .ux-phone-contact-icon{
    text-align: center;
    background: #FEEA93;
    border-radius: 99px;
    width: 35px;
    height: 35px;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.ux-phone-contact-number{
    display: block;
    text-align: center;
    margin-top: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
    color: #000000;
    letter-spacing: 1px;
}


.card-title-bottom .card-title{
    text-align: center;
    margin-top: 10px;
}

.ux-scroll{
    overflow-y: scroll;
}


.scroll-primary {
    overflow-y: scroll;
    scroll-behavior: smooth
}

.scroll-primary::-webkit-scrollbar {
    width: 9px
}

.scroll-primary::-webkit-scrollbar-track {
    background-color: rgb(212, 214, 216)
}

.scroll-primary::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px #4d6687;
    background-color: #4d6687
}

.scroll-primary::-webkit-scrollbar-thumb:hover {
    background: #002554
}


/* Inside main-style.css */

:root {
    --button-primary-color: #000;
    --primary-color: #000;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background: #ffe6cb;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #d1d1d1;
    border-radius: 0;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ff9728;
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #c26909;
}

::placeholder {
    color: #999;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #999;
}

.p-1 { padding: 1rem; }
.p-2 {padding: 2rem;}
.p-3 {padding: 3rem;}
.p-4 {padding: 4rem;}
.p-5{padding: 3rem;}

.m-1 { margin: 1rem;}
.m-2 { margin: 2rem;}
.m-3 { margin: 3rem;}
.m-4 { margin: 4rem; }
.m-5 { margin: 5rem; }

.ml-1 { margin-left: 10px;}
.ml-2 { margin-left: 20px;}
.ml-3 { margin-left: 30px;}
.ml-4 { margin-left: 40px;}

.mr-1 { margin-right: 10px;}
.mr-2 { margin-right: 20px;}
.mr-3 { margin-right: 30px;}
.mr-4 { margin-right: 40px;}

.mt-1 { margin-top: 10px;}
.mt-2 { margin-top: 20px;}
.mt-3 { margin-top: 30px;}
.mt-4 { margin-top: 40px;}

.mb-1 {margin-bottom: 10px; }
.mb-2{ margin-bottom: 20px; }
.mb-3{ margin-bottom: 30px; }
.mb-4{ margin-bottom: 40px; }


.radius-10{
    border-radius: 10px;
    overflow: hidden;
}

.radius-15{
    border-radius: 15px;
    overflow: hidden;
}

h1,h2,h3,h4,h5,h6{
    font-weight: 700; 
}

.button, input[type=button].button, input[type=reset].button, input[type=submit], input[type=submit].button{
    line-height: 1.1;
}

.ph{
    vertical-align: middle;
}

.w-100 {
    width: 100%;
}

.color-primary {
    color: var(--primary-color);
}

.is-loading {
    color: hsla(0, 0%, 100%, .05);
    opacity: 1 !important;
    pointer-events: none !important;
    position: relative;
}

.is-loading::after {
    animation: spin .5s linear infinite;
    border: 2px solid #fff;
    border-radius: 32px;
    border-right-color: #26b34b !important;
    border-top-color: #28b151 !important;
    content: "";
    display: block;
    height: 16px;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}

.is-divider {
    background-color: rgba(0, 0, 0, .8);
}
/**
RESET
*/

html {
    font-size: 62.5%;
}

body {
    font-family: "Calibri", sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: normal;
}




/** BREADCRUMBS **/

.site-breadcrumb {
    background-color: #F8F8F8;
    color: #777777;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.05);
    box-shadow: 0 2px 4px rgba(0,0,0,.05);
    padding: 10px 0;
    font-size: 14px;
    text-transform: capitalize
}

.site-breadcrumb p {
    margin: 0;
    font-size: 14px
}

.site-breadcrumb a {
    color: #666;
    font-size: 14px
}
/** CONTACT FORM 7 **/


.wpcf7 .form-input-group .wpcf7-not-valid-tip{
    position: absolute;
    top: calc(100% + 10px);
    font-size: 14px;
    opacity: 1;
}

.wpcf7 textarea{
    max-height: 150px;
}
/** flickity SLIDER **/

.flickity-prev-next-button svg{
    background: #EEEEEE;

}

.slider-nav-circle .flickity-prev-next-button .arrow, 
.slider-nav-circle .flickity-prev-next-button svg{
    border: 1px solid #e7e7e7;
}

/** SLICK SLIDER **/


/* the slides */
.slick-slide {
    margin: 0 10px;
}

/* the parent */
.slick-list {
    margin: 0 -10px;
}

.slick-dots{
    list-style: none;
    display: flex;
    margin-top: 10px;
}
.dots-center .slick-dots{
    justify-content: center;
}

.slick-dots li button{
    padding: 0;
    border-radius: 99px;
    background: #D9D9D9;
    width: 8px;
    height: 8px;
    margin: 0;
    overflow: hidden;
    text-indent: -100px;
}
.slick-dots li.slick-active button{
    background: #FFD004;
}
.slick-dots li{
    margin-right: 10px;
}

.slick-dots li:last-child{ margin-right: 0; }


/* CART PAGE */
.form-group-inline{
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;

}
.form-group-inline .button{
    width: 150px;
}

.form-group-inline .input-text{
    flex: 1;
}


.post-item .box.box-default {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.post-item .box.box-default .box-text{
    padding: 10px;
}

.post-item .box.box-default .box-text .post-title{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 44px;

}

.post-item .box.box-default .cat-label{
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 1;
    background: #FEEA93;
    color: #000;
    border-radius: 10px;
    padding: 7px 7px 3px;
    line-height: 1.2;
}


.post-item .post-item-meta{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post-item .post-item-date{
    color: #777777;
}

@keyframes pulse {
    0% {
        transform: scale(1);
      
    }
    70% {
        transform: scale(1.2);
      
    }
    100% {
        transform: scale(1);
    
    }
}


.wpcf7-spinner{
    display: none;
}

.entry-html{
    line-height: 1.5;
}

.entry-html p{
    margin-bottom: 20px;
}

.entry-html ul,
entry-html ol
{
    margin-top: 20px;
    padding-left: 20px;
}

table{
    border-collapse: collapse;
}

table.table-primary{
    background: #fffae7;
    border-radius: 8px;
    overflow: hidden;
}
table.table-primary thead{
    background-color: var(--primary-color);
   
}
table.table-primary thead th{
    border: 1px solid #bdbdbd;
    text-align: center;
    padding: 20px;
}

table.table-primary tbody td{
    border: 1px solid #bdbdbd;
    padding: 10px;
    vertical-align: top;
}

.section-title{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}



.card .card-header{
    border-left: 2px solid var(--primary-color);
    padding-left: 10px;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 700;
}

header#header{
    box-shadow:  -1px 2px 6px -1px #d1d1d1
}


.page-template-page-transparent-header-light header#header,
.page-template-page-transparent-header header#header{
    box-shadow: none;
}

header#header .header-nav li a{
    font-size: 18px;
}


.searchform{
    border:  1px solid #d1d1d1;
    border-radius: 3px;
}

.searchform input[type="search"]{
    border: 0 !important;

}

.searchform input[type="submit"]{
    border: 0;
}



/** HOME **/
#content-inner{
    padding: 50px 0;
}


.card-shade {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.card-shade .card-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #FFF;
    background: rgba(0, 0, 0, 0.3);
    margin: 0;
    padding: 10px;
}


.nav.nav-pills li a {
    background: #EEEEEE;
    padding: 0 1.75em;
    color: #000;
    font-size: 18px;
}

.nav.nav-pills li {
    margin-right: 10px;
}

.nav.nav-pills li:last-child {
    margin-right: 0;
}

.nav.nav-pills li.active a {
    background: var(--fs-color-primary);
}



.heading-subscribe {

    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;
    display: flex;
    align-items: center;

}

.heading-subscribe strong {


    font-style: normal;
    font-weight: 800;
    font-size: 89px;
    line-height: 116px;
    /* White */
    color: #FFFFFF;

}


.form-subsribe {
   
}

.form-subsribe .wpcf7-form-control-wrap {
    margin-bottom: 15px;
}

.wpcf7-submit{
    font-weight: 600;
}


.form-subsribe .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea{
    height: 120px;
}

.form-subsribe .wpcf7-text {
    border-radius: 3px;
    background: #FFF;
    height: 40px;

}


.form-subsribe .wpcf7-tel {

    height: 40px;
}

.form-subsribe .wpcf7-submit {
    border-radius: 3px;
    height: 40px;
}

.form-subsribe .wpcf7-text::placeholder {
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.form-subsribe .wpcf7-text::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #fff;
}

/** CATEGORY **/

.tags-wrap {
    display: flex;
}

.post-tags a {
    background: #f7f7f8;
    border-radius: 5px;
    padding: 4px 12px 4px 12px;
    color: #272d37;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.1px;
    font-weight: 500;
    margin-left: 10px;
}

/** POST SINGLE **/

.single-post-meta {
    margin-top: 10px;
}

.single-post-meta .post-author {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #5c5c5c;


}

.single-post-meta .post-meta-tags a {

    padding: 4px 12px;

    background: var(--fs-color-primary);
    border-radius: 5px;


    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */
    letter-spacing: -0.1px;

    color: #000;
    margin-left: 10px;

}

.single-post-title {

    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 150%;
    text-transform: capitalize;
    color: #252A3F;
    margin-top: 2rem;
}

.single-exceprt {
    margin-top: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #5b5b5b;

}

.single-thumbnail img {
    border-radius: 5px;
    margin-top: 3rem;
}

.single-main {
    margin-top: 2rem;
}

.entry-content {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #666;
}

.entry-content img {
    border-radius: 3px;
}

.entry-content p {
    margin-bottom: 30px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin-bottom: 24px;
    font-family: var(--font-svn-gilroy-bold);
    line-height: 130%;
    text-transform: capitalize;
    color: #1B2124;

}

.entry-content h3 {
    display: flex;
    align-items: center;
}


.single-bottom{
    padding-top: 40px;
    background-color: #ede8e0;
    margin-bottom: -20px;
}


.recent-posts-heading {
    text-align: center;
    text-transform: uppercase;
}

.recent-posts-head-title h2 {

    font-family: var(--font-svn-gilroy-bold);
    font-size: 2rem;
    line-height: 130%;
    text-transform: capitalize;
    color: #1B2124;
}

.recent-posts-head-title p {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: -0.1px;
    color: #5F6D7E;

}

.recent-posts-head-more {}

.recent-posts-content {
    margin-top: 30px;
}



fieldset {
    border: 1px solid var(--fs-color-primary);
    /* Stylish border */
    border-radius: 8px;
    /* Rounded corners */
    padding: 20px;
    margin-bottom: 20px;
}

legend {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    padding: 0 10px;
    border-bottom: 0;
}


.wpcf7 .form-notice{
	font-size: 12px;
	line-height: 1.2;
	margin-top: 10px;
	margin-bottom: 10px;
}

.wpcf7-form-control-wrap{
	margin-bottom: 10px;
}


table th,
table tr td{
    border: 1px solid #272d37;
    padding: 10px;
}

table tr{
    background-color: #f7f7f8;
}
table tr:nth-child( 2n+1 ){
    background-color: #f1f1d5;
}

footer .back-to-top{
    background-color: var(--fs-color-primary) !important;
}



.ux-menu.ux-menu--divider-solid .ux-menu-link:not(:last-of-type) .ux-menu-link__link{
    border: 0;
}
.ux-address{
    margin-bottom: 15px;
}



#contact-bottom{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index:1 ;
   
   
}
#contact-bottom-wrap{
    background: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  
    transition: all 500ms ease;
    height: 0;
}

#contact-bottom-wrap.show{
  height: 105px;
}

#contact-bottom-wrap{
    position: relative;
}

.contact-bottom-header{
    position: absolute;
    top: -40px;
    height: 40px;
    background: var(--fs-color-primary);
    padding: 10px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    right: 100px;
}
.contact-bottom-header:hover{
    cursor: pointer;
}

.contact-bottom-body{
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    
}

.contact-bottom-item{
    background: #e7e7e7;
    margin-right: 10px;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    
}
.contact-bottom-item:hover .item_value{
    background:#f7f7f7;
   
}
.contact-bottom-item:hover .item_value a{
    color: #000;
}

.contact-bottom-item .item_header{
    font-weight: 700;
    
}

.contact-bottom-item .item_value{
    font-weight: 700;
    background: var(--fs-color-primary);
    border-radius: 20px;
    padding: 3px 20px 1px;
}

.row .col-inner ul{
    padding-left: 20px;
}
.tabbed-content{
    margin-top: 30px;
}
/* .tabbed-content .tab-panels{
    border: 1px solid #d1d1d1;
    padding: 10px;
    margin-top: 10px;
}
 .panel.entry-content{
    
} */



.single-share-wrap {
   
    background: #f8f8f8;
    padding: 10px;
    border-radius: 5px;
    margin: 20px 0;
}

.archive-page-header h1{
    font-size: 2.4rem;
}

@media(max-width: 767px){
    .single-share-wrap .share-icons{
        margin-top: 10px;
    }
    .single-post-title{
        font-size: 24px;
    }
}


@media(min-width: 1400px){
    .home #wrapper{
        max-width: 92%;
        margin: 0 auto;
    }
    .home #wrapper .row{
        max-width: 100%;
    }
}


@media(min-width: 1600px){
    .home .container-width, 
    .home .full-width .ubermenu-nav, 
    .home .container, 
    .home .row{
        max-width: 98% !important;
    }
    .home #wrapper{
       
    }
}

@media(min-width: 768px){

    .single-share-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;

    }
    
}