/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/*Video: */

video.background-video-shortcode {
    margin-left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    top: inherit !important;
    left: inherit !important;
    object-fit: contain !important;
}
html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]) {
    padding-right: 0px !important;
}


/*Lists*/

.uncode_text_column.serviceslist ol {
    margin-left: 0px !important;
}

.serviceslist ol li::before {
    font-size: 30px;
    font-weight: 200 !important;
    line-height: 1;
}
.serviceslist ol li a {
    font-size: 30px;
    line-height: 1;
}

.uncode_text_column ol {
    margin-left: 0px !important;
    margin-top: 18px;
}

ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
ol li {
  counter-increment: my-awesome-counter;
  display: flex;
  width: 100%;
  font-size: 22px;
  margin-bottom: 0.5rem;
  padding-right: 9px;
  line-height: 1.25;
  padding-top: 8px;
}
ol li::before {
    content: "0" counter(my-awesome-counter);
    font-weight: 300;
    font-size: 2rem;
    margin-right: 0.5rem;
    line-height: .9;
    color: #49c2cd;
}

/*Social Share*/

.social.load.top.center.networks-8 li.social-facebook {
    left: calc(50% + 10px)!important;
}
.social.load.top.center.networks-8 li.social-linkedin {
    left: calc(-50% + -10px) !important;
}

/*Team Grid*/
.menu-horizontal.menu-sub-enhanced.text-left.text-mobile-center.filter-alignment-left {
    padding: 0px 15px;
}
.grid-filters ul.menu-smart > li > span {
    display: block;
    padding: 0px 9px 18px 9px !important;
}
.t-entry-cf-detail-197736 {
    font-size: 10px;
    font-weight: 900;
	letter-spacing: 2px;
    line-height: 1;
    text-transform: uppercase;
}

/*Blockquote in media*/
blockquote p:nth-of-type(2) {
    font-size: 14px;
    font-weight: 500;
    color: #000 !important;
    letter-spacing: 1px;
}
.h6.title-scale.regular-text.object-size.fluid-object blockquote.pullquote {
    border: 0px;
    padding: 0px;
}
.color-accent-background, mark, .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background-color: #46c2cb;
}

blockquote {
    border-color: #3fb35d;
    border-width: 20px;
    border-radius: 10px;
	padding-top: 18px;
	padding-bottom: 18px;
}
blockquote p {
    font-size: 22px;
	color: #3fb35d !important;
}
.uncode_text_column ol {
    margin-left: 18px !important;
}
.uncode_text_column ul {
    margin-left: 18px !important;
}
.uncode_text_column ol li::marker, .uncode_text_column ul li::marker {
    color: #1da254;
    font-weight: 600;
}

/*Gradients*/
.cta-row {
    margin-top: 72px;
}

body:not(.vc-safe-mode) .shift_y_down_neg_quad:not(.shift_y_down_fixed) {
    margin-bottom: -144px !important;
}
.vertical-gradient:before {
    content: '';
    background: linear-gradient(to bottom , rgb(71, 194, 205) , rgb(20, 178, 92) 49% , rgb(35, 103, 54) 100%);
    width: 72px;
    height: calc(100% + 50px);
    position: absolute;
    top: -50px;
}
.vertical-gradient-2:before {
      content: '';
    background: linear-gradient(to bottom , rgb(71, 194, 205) , rgb(20, 178, 92) 49% , rgb(35, 103, 54) 100%);
    width: 72px;
    height: calc(100% + 200px);
    position: absolute;
    top: -150px;
    z-index: 100;
}
.mfooter:after {
    content: '';
    background: linear-gradient(to bottom , rgb(71, 194, 205) , rgb(20, 178, 92) 49% , rgb(35, 103, 54) 100%);
    width: 72px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
}


/*Photo Corners*/

.bottom-left .tmb.tmb-light.img-round.tmb-shadowed.tmb-shadowed-std.tmb-img-ratio.tmb-media-first.tmb-media-last.tmb-content-overlay.tmb-no-bg, .bottom-left .img-round, .bottom-left .img-round > img, .bottom-left .img-round > .t-inside, .bottom-left .img-round.tmb > .t-inside .t-entry-visual {
    border-bottom-left-radius: 36px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.bottom-right .tmb.tmb-light.img-round.tmb-shadowed.tmb-shadowed-std.tmb-img-ratio.tmb-media-first.tmb-media-last.tmb-content-overlay.tmb-no-bg, .bottom-right .img-round, .bottom-right .img-round > img, .bottom-right .img-round > .t-inside, .bottom-right .img-round.tmb > .t-inside .t-entry-visual {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 36px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.top-right .tmb.tmb-light.img-round.tmb-shadowed.tmb-shadowed-std.tmb-img-ratio.tmb-media-first.tmb-media-last.tmb-content-overlay.tmb-no-bg, .top-right .img-round, .top-right .img-round > img, .top-right .img-round > .t-inside, .top-right .img-round.tmb > .t-inside .t-entry-visual {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 36px !important;
}

@media only screen and (max-width: 959px) and (min-width: 570px) {
.cta-row {
    margin-top: 36px;
}
.mfooter:after {
    content: '';
    background: linear-gradient(to bottom , rgb(71, 194, 205) , rgb(20, 178, 92) 49% , rgb(35, 103, 54) 100%);
    width: 36px !important;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
}
.vertical-gradient2:before {
    content: '';
    background: linear-gradient(to bottom , rgb(71, 194, 205) , rgb(20, 178, 92) 49% , rgb(35, 103, 54) 100%);
    width: 36px !important;
    height: calc(100% + 100px);
    position: absolute;
    top: -100px;
    right: 0px;
    z-index: 10;
}

.vertical-gradient3:before {
    content: '';
    background: linear-gradient(to bottom , rgb(71, 194, 205) , rgb(20, 178, 92) 49% , rgb(35, 103, 54) 100%);
    width: 36px !important;
    height: calc(100% + 50px);
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10;
}
.vertical-gradient:before {
    content: '';
    background: linear-gradient(to bottom , rgb(71, 194, 205) , rgb(20, 178, 92) 49% , rgb(35, 103, 54) 100%);
    width: 36px !important;
    height: calc(100% + 100px);
    position: absolute;
    top: 0px;
}
.h4:not([class*="fontsize-"]) {
    font-size: 24px;
}

.single-block-padding {
    padding: 36px 18px 36px 18px;
}

.text-col .uncell.single-block-padding {
    padding-left: 18px !important;
	padding-top: 18px;
}
.uncell.triple-block-padding {
    padding-top: 18px;
    padding-bottom: 18px;
}
.main-container .post-header-row {
    padding-left: 26px !important;
}
.post-header-row {
    padding-left: 30px !important;
}
.uncol.style-light.shift_x_neg_double.shift_x_fixed.shift_y_down_fixed.animate_when_almost_visible.alpha-anim.start_animation {
    margin-left: -54px;
}
.main-container .row-container .double-bottom-padding {
    padding-bottom: 36px;
}
.main-container .row-container .double-top-padding {
    padding-top: 36px;
}

.sec-header-title h1.h1.font-weight-500.text-color-831971-color {
    font-size: 30px;
}	
}


@media only screen and (min-width: 960px) {

.menu-smart ul > li > a, .menu-smart ul > li > ul > li > a {
    letter-spacing: 0 !important;
    padding: 9px 9px 9px 9px !important;
}
}

@media only screen and (max-width: 959px) {
.uncol.style-light.shift_x_neg_double.shift_y_down_neg_double.shift_x_fixed.shift_y_down_fixed.animate_when_almost_visible.alpha-anim.start_animation {
    margin-left: -36px;
}
.home .h2:not([class*="fontsize-"]) {
    font-size: 20px;
}
.home .h3:not([class*="fontsize-"]) {
    font-size: 20px;
}
.home .uncode-single-media.bottom-left.text-left {
    margin-left: 36px;
}
.sec-header-title .uncell.quad-block-padding {
    padding: 36px 36px 36px 74px !important;
}

.home .uncode-single-media.bottom-right.text-left {
    margin-right: 36px;
    margin-left: -36px;
	margin-bottom: -102px;
	margin-top: 36px;;
}
.home .home-img-right .uncol.style-light.shift_x_single.shift_y_down_neg_double.shift_x_fixed.shift_y_down_fixed.animate_when_almost_visible.alpha-anim.start_animation {
    margin-bottom: -144px !important;
}
.site-footer .fluid-svg {
    max-width: 65%;
}
footer .footer-center {
    padding-top: 18px;
    padding-bottom: 18px;
}
.site-info.uncell.col-lg-6.pos-middle.text-center {
    font-size: 12px;
    color: #ffffff82;
}
.post-header-row {
    padding-left: 72px !important;
}
.main-container .row-container .quad-h-padding {
    padding-left: 36px !important;
    padding-right: 36px;
}
.post-12 .divider-grad-row {
    padding-left: 36px !important;
}
.grid-filters:not(.with-bg) {
    padding-bottom: 9px !important;
}

.vertical-gradient-2:before {
      content: '';
    background: linear-gradient(to bottom , rgb(71, 194, 205) , rgb(20, 178, 92) 49% , rgb(35, 103, 54) 100%);
    width: 36px;
    height: calc(100% + 200px);
    position: absolute;
    top: -150px;
    z-index: 100;
}
.sec-header-title .uncell.quad-block-padding {
    padding-left: 72px ;
}

body:not(.vc-safe-mode) .row div[class*="shift_y_down_"] .uncell {
  vertical-align: bottom !important;
}

.main-container .row-container .triple-h-padding {
    padding-left: 18px !important;
    padding-right: 0px;
}
.vertical-gradient:before {
    content: '';
    background: linear-gradient(to bottom , rgb(71, 194, 205) , rgb(20, 178, 92) 49% , rgb(35, 103, 54) 100%);
    width: 36px !important;
    height: calc(100% + 100px);
    position: absolute;
    top: -50px;
}
.home-img-left .uncol.style-light.shift_x_neg_double.shift_y_down_neg_single.shift_x_fixed.shift_y_down_fixed.animate_when_almost_visible.alpha-anim.start_animation {
    margin-left: -36px;
}
.home-img-right .uncol.style-light.shift_x_single.shift_y_down_neg_single.animate_when_almost_visible.alpha-anim.start_animation {
    margin-left: 36px;
}
.cta-row-a .uncell.border-color-xsdn-color.no-block-padding {
    border-left-width: 36px !important;
}
.post-body .cta-row-b {
    padding-left: 36px !important;
}

}
.style-dark a.custom-link.btn.btn-sm.border-width-0.btn-color-213118.btn-circle.btn-icon-left:hover {
    border-color: #fff !important;
    background-color: #ffffffcc !important;
}
a.custom-link.btn.btn-sm.border-width-0.btn-color-173270.btn-circle.btn-icon-left {
    color: #000 !important;
	letter-spacing: 3px;
}
a.custom-link.btn.btn-sm.border-width-0.btn-color-213118.btn-circle.btn-icon-left {
    letter-spacing: 3px;
}
.home-intro .uncont.single-block-padding.col-custom-width.vc_element-container.ui-sortable {
    padding-left: 0px;
}
.vertical-gradient2:before {
    content: '';
    background: linear-gradient(to bottom , rgb(71, 194, 205) , rgb(20, 178, 92) 49% , rgb(35, 103, 54) 100%);
    width: 72px;
    height: calc(100% + 100px);
    position: absolute;
    top: -100px;
    right: 0px;
    z-index: 10;
}
.vertical-gradient3:before {
    content: '';
    background: linear-gradient(to bottom , rgb(71, 194, 205) , rgb(20, 178, 92) 49% , rgb(35, 103, 54) 100%);
    width: 72px;
    height: calc(100% + 50px);
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10;
}

@media only screen and (max-width: 569px) {

div#popmake-139 {
    width: 100% !important;
    left: inherit !important;
}

.uncol.style-light.shift_x_neg_double.shift_y_down_neg_double.shift_x_fixed.shift_y_down_fixed.animate_when_almost_visible.alpha-anim.start_animation {
    margin-bottom: -72px !important;
}
.cta-row-b.row-internal.row-container {
    padding-left: 18px !important;
}
.cta-row {
    margin-top: 18px !important;
}
.cta-row-a .uncell.border-color-xsdn-color.no-block-padding {
    border-left-width: 18px !important;
}
.post-body .cta-row-b {
    padding-left: 18px !important;
}

.main-container .row-container .double-bottom-padding {
    padding-bottom: 36px;
}
.home .mix1 .uncell.double-block-padding {
    padding: 18px 36px;
}
.home .mix2 .uncell.triple-block-padding {
    padding: 18px 36px;
}

body:not(.vc-safe-mode) .shift_y_down_neg_double {
    margin-bottom: -36px !important;
}

.sec-header-title .uncell.quad-block-padding {
    padding: 18px 18px 18px 54px !important;
}
.single-impact h1.h3.font-weight-400.text-color-831971-color {
    font-size: 18px;
}

.single-impact h2.h5.font-weight-700.text-color-831971-color {
    font-size: 18px;
	padding-bottom: 9px;
}
.home-first .uncont.triple-block-padding.col-custom-width{
    padding-left: 36px;
	padding-right: 36px;
}
h5:not([class*="fontsize-"]), .h5:not([class*="fontsize-"]) {
    font-size: 18px;
}
.home-first .row.triple-top-padding.triple-bottom-padding.single-h-padding.full-width.row-parent {
    padding-top: 18px;
    padding-bottom: 18px;
}
.home-first h3.h4.fontheight-411661.font-weight-300 {
    font-size: 18px;
}
.vertical-gradient2:before {
    content: '';
    background: linear-gradient(to bottom , rgb(71, 194, 205) , rgb(20, 178, 92) 49% , rgb(35, 103, 54) 100%);
    width: 18px !important;
    height: calc(100% + 50px);
    position: absolute;
    top: -50px;
    right: 0px;
	z-index: 10;
}
.vertical-gradient3:before {
    content: '';
    background: linear-gradient(to bottom , rgb(71, 194, 205) , rgb(20, 178, 92) 49% , rgb(35, 103, 54) 100%);
    width: 18px !important;
    height: calc(100% + 50px);
    position: absolute;
    top: 0px;
    right: 0px;
	z-index: 10;
}
.single-post .post-body .row.full-width.row-parent {
    padding: 18px 36px !important;
}
.single-post .row.no-top-padding.one-bottom-padding.no-h-padding.full-width.row-parent {
    padding: 0px !important;
}
.single-post .post-body .post-content.un-no-sidebar-layout .uncell {
    padding-top: 0px !important;
}
.single-post .divider-grad-row {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.post-header-row {
    padding-left: 0px !important;
}
.main-container .row-container .double-top-padding {
    padding-top: 36px;
	padding-left: 36px !important;
}
.vertical-gradient-2:before {
    content: '';
    background: linear-gradient(to bottom , rgb(71, 194, 205) , rgb(20, 178, 92) 49% , rgb(35, 103, 54) 100%);
    width: 18px;
    height: calc(100% + 100px);
    position: absolute;
    top: -80px;
    z-index: 100;
}
a.custom-link.btn.btn-sm.border-width-0.btn-color-213118.btn-circle.btn-icon-left:hover {
    color: #fff !important;
    background-color: #11343d82 !important;
    border-color: #fff !important;
}
.triple-block-padding {
    padding: 18px 36px 18px 36px;
}	
	
	li#menu-item-13298 > a:after, li#menu-item-22 > a:after, li#menu-item-21 > a:after, li#menu-item-20 > a:after, li#menu-item-19 > a:after, li#menu-item-18 > a:after, li#menu-item-17 > a:after {
    width: 250px !important;
    height: 2px;
    background-color: #dbdbdb;
    position: absolute;
    content: '';
    bottom: 0px !important;
    left: -15px !important;
}
ul#menu-main-navigation li a {
    padding: 18px 36px;
    font-weight: 700 !important;
}


.home .triple-block-padding {
    padding: 36px 36px 36px 36px;
}

	
	
	.site-footer .uncode-single-media.text-left {
  max-width: 250px;
}

	.mfooter:after {
    content: '';
    background: linear-gradient(to bottom , rgb(71, 194, 205) , rgb(20, 178, 92) 49% , rgb(35, 103, 54) 100%);
    width: 18px !important;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
}
	
.vertical-gradient:before {
    content: '';
    background: linear-gradient(to bottom , rgb(71, 194, 205) , rgb(20, 178, 92) 49% , rgb(35, 103, 54) 100%);
    width: 18px !important;
    height: 100%;
    position: absolute;
    top: 0px;
}


}

.header-wrapper .header-scrolldown i {
    font-size: 30px;
    cursor: pointer;
    color: #ffffff !important;
    font-weight: 700;
}
.header-scrolldown.style-dark {
	-webkit-animation: bounce-top 1s 2s 2 both;
	        animation: bounce-top 1s 2s 2 both;
}
/* ----------------------------------------------
 * Generated by Animista on 2023-2-27 13:41:35
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation bounce-top
 * ----------------------------------------
 */
@-webkit-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
}

.mix2 .column-background.background-element .block-bg-overlay.block-bg-blend-mode.not-ie.style-color-143166-bg {
	-webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s both;
	        animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s both;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-2-26 17:27:5
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}




li#menu-item-13298 > a:after, li#menu-item-22 > a:after, li#menu-item-21 > a:after, li#menu-item-20 > a:after, li#menu-item-19 > a:after, li#menu-item-18 > a:after, li#menu-item-17 > a:after {
    width: calc(100% + 28px);
    height: 2px;
    background-color: #dbdbdb;
    position: absolute;
    content: '';
    bottom: 40px;
    left: -14px;
}
ul#menu-main-navigation li#menu-item-13298:hover > a:after {
    width: calc(100% + 14px);
    height: 2px;
    background-color: #dbdbdb;
    position: absolute;
    content: '';
    bottom: 40px;
    left: -14px;
    z-index: 100;
    border-top: 4px solid #49C2CD;
}


ul#menu-main-navigation li#menu-item-22:hover a:after{
    width: calc(100% + 14px);
    height: 2px;
    background-color: #dbdbdb;
    position: absolute;
    content: '';
    bottom: 40px;
    left: -14px;
    z-index: 100;
    border-top: 4px solid #49C2CD;
}
ul#menu-main-navigation li#menu-item-17:hover a:after {
        width: calc(100% + 14px);
    height: 2px;
    background-color: #dbdbdb;
    position: absolute;
    content: '';
    bottom: 40px;
    left: 0px;
    z-index: 100;
    border-top: 4px solid #49C2CD;
}
.current-menu-item a:after {
    width: calc(100% + 0px) !important;
    height: 2px;
    background-color: #dbdbdb;
    position: absolute;
    content: '';
    bottom: 40px;
    left: 0px !important;
    z-index: 100;
    border-top: 4px solid #49C2CD;
}

ul#menu-main-navigation li:hover a:after {
    left: 0px;
    z-index: 100;
    border-top: 4px solid #49C2CD;
	width: calc(100% + 0px);
}
ul#menu-main-navigation li:hover ul.drop-menu li a:after {
    width: calc(100% + 14px);
    height: 0px !important;
    background-color: #dbdbdb;
    position: absolute;
    content: '';
    bottom: 0px !important;
    left: -14px !important;
    z-index: 100 !important;
    border-top: 0px solid #49C2CD !important;
}
.main-container .row-container .triple-h-padding {
    padding-left: 72px;
    padding-right: 0px;
}

/*Posts*/
.tmb-dark.tmb-color-overlay-text, .tmb-dark.tmb .t-entry-visual *:not(.add_to_cart_text):not(.view-cart), .tmb-dark.tmb .t-entry-visual a:not(.add_to_cart_text):not(.view-cart), .tmb-dark.tmb .t-entry-visual .t-entry-title a:not(.add_to_cart_text):not(.view-cart), .tmb-dark.tmb .t-entry-visual .t-entry-meta span:not(.add_to_cart_text):not(.view-cart) {
    color: #49c1cd !important;
}
hr {
    margin: 9px 0px 9px 0px;
    border: 0;
    border-top-width: 2px;
    border-style: solid;
}
.uncode-info-box.post-cat span.category-info a {
    pointer-events: none !important;
    cursor: default;
}
.insights-meta .vc_acf.vc_txt_align_left.field_64347201224ee {
        display: inline;
    font-size: 14px;
    margin-right: 10px;
    border-right: 1px solid;
    border-left: 1px solid;
    padding-right: 8px;
    padding-left: 8px;
    border-color: #46c0c9;
    color: #46c0c9;
    line-height: 1 !important;
}
.post-header-row-b .uncode-share, .post-header-row-b .uncode-info-box {
    display: inline-block;
}
div[class*=sharer-].share-button label {
    cursor: pointer;
    margin: 0;
    padding: 0px 8px;
    display: inline-block;
    transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
    border-radius: 2px;
    line-height: 1;
}
.share-button {
    display: inline-block !important;
    min-height: 20px;
    width: 30px;
    position: relative;
    top: 2px;
}

li.term-filter a {
    font-size: 14px !important;
    line-height: 1 !important;
}
h3.widget-title.open {
    font-size: 14px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    padding-bottom: 4px !important;
}

.uncode_widget.widget-ajax-active-filters.wpb_content_element {
    padding-bottom: 0px;
}
.uncode_widget.widget-ajax-active-filters.wpb_content_element li.filter-list__item a {
    font-size: 14px !important;
}

li.term-filter a {
    font-size: 14px !important;
    line-height: 1 !important;
}
.widget-collapse-content {
    padding: 9px 0 !important;
}
li.term-filter {
    margin: 0px !important;
}

.featured h3.t-entry-title.h3.font-weight-500.title-scale {
    color: #49c2cd !important;
}
.featured p.t-entry-meta span span {
    color: #fff !important;
}
.featured span.extras span.extras-wrap:nth-of-type(1) {
    display: none !important;
}

.featured .t-entry-visual-overlay-in.style-accent-bg {
    background-color: inherit;
    background-image: url(/wp-content/uploads/2023/03/post-corner.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 33%;
}
a.uncode-toggle-ajax-filters.item-align-right {
    padding: 0px;
}
.ajax-filter-wrapper .isotope-wrapper.single-gutter .isotope-container {
    margin-top: 0px !important;
}
.featured span.t-entry-category a {
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 500 !important;
}
.featured .t-entry-comments.entry-small span span {
    color: #ffffff !important;
	    font-size: 12px !important;
    font-weight: 500 !important;
}
span.t-entry-date {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #0000008c !important;
}
.t-entry-comments.entry-small span span {
    color: #0000008c !important;
	    font-size: 12px !important;
    font-weight: 500 !important;
}
span.t-entry-category a {
    color: #0000008c !important;
	    font-size: 12px !important;
    font-weight: 500 !important;
}
.posts-row .spacer.spacer-one.half-space {
    width: 0% !important;
}
.posts-row .tmb > .t-inside .spacer.half-space {
    margin-top: 0px !important;
}
.row-container.style-dark-bg.footer-center.footer-last {
    padding: 9px;
}
.site-info.uncell.col-lg-6.pos-middle.text-center {
    font-size: 12px;
}
.uncode-wrapper.uncode-share .social li.social-pinterest, .uncode-wrapper.uncode-share .social li.social-xing {
    display: none !important;
}
.uncode_text_column p a {
    text-decoration: underline;
}
.biglink, .biglink a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer !important;
}
.post-header-row .uncode-info-box.post-cat span.category-info, .post-header-row .uncode-info-box.post-cat span.category-info a {
    color: #45c1c9 !important;
    font-size: 14px !important;
}
.post-header-row span.author-wrap span.author-info, .post-header-row span.author-wrap span.author-info a {
	color: #45c1c9 !important;
    font-size: 14px !important;
}
.single-post .post-header-row .style-dark .uncode-info-box {
    color: #45c1c9 !important;
    font-size: 14px !important;
}
.single-post .post-header-row .style-dark .uncode-info-box span.date-info {
    color: #a6a6a6;
}
label.social-export {
    color: #45c1c9 !important;
    padding: 0px !important;
}
.social.top.center.networks-8.active {
    transform: scale(1) translateY(0px) !important;
    margin-top: -130px;
	margin-left: -14px;
}
.table-posts a.extras-wrap {
    display: none !important;
}
.table-posts .isotope-container .tmb p, .isotope-container .tmb h3 {
    display: inline-block;
    margin: 0px !important;
}
.table-posts .tmb p.t-entry-meta:nth-of-type(1) {
    width: 15%;
    max-width: 150px;
}
.table-posts .tmb p.t-entry-meta:nth-of-type(2) {
    width: 30%;
}
.table-posts h3.t-entry-title {
    width: 45%;
    font-weight: 500 !important;
	padding-right: 36px;
}
.table-posts .tmb p.t-entry-comments.entry-small {
    width: 10% ;
    display: inline-block;
    text-align: center;
}
.featured .tmb .t-entry-title a {
    color: #49c2cd !important;
    font-weight: 500;
}
p.t-entry-comments.entry-small span a {
    display: none !important;
}

i.fa.fa-watch {
    display: none;
}
i.fa.fa-archive2.fa-push-right {
    display: none;
}
span.cat-comma {
    display: none !important;
}
p.t-entry-meta {
    line-height: 1;
}

.table-posts .tmb .t-entry {
    display: flex;
    align-items: center;
    justify-content: center;
}
.table-posts .tmb .t-entry-text-tc.single-block-padding {
    padding-top: 18px;
    padding-bottom: 18px !important;
}
.table-posts .tmb .t-inside {
    margin-top: 0px !important;
}
.table-posts .t-entry-text-tc.single-block-padding {
    border-bottom: 1px solid #e7e7e7;
}
.table-posts .t-entry-text-tc.single-block-padding:nth-of-type(1) {
    border-top: 1px solid #e7e7e7;
}
.table-posts .filter-main-group {
    margin-bottom: 18px;
}
.table-posts .tmb:nth-of-type(1) .t-entry-text.entry-row {
    border-top: 1px solid #e7e7e7;
}
span.small-spacer {
    display: none !important;
}
span.t-entry-category {
    margin-right: 9px !important;
}
h3.t-entry-title.h5.title-scale {
    margin: 9px 0px !important;
}
/*Breakpoints*/

@media only screen and (max-width: 569px) {
.uncol.style-light.shift_x_neg_double.shift_x_fixed.shift_y_down_fixed.animate_when_almost_visible.alpha-anim.start_animation {
    margin-left: -36px;
}

.serviceslist ol li a {
    font-size: 22px !important;
    line-height: 1;
    padding-bottom: 18px!important;
}
.serviceslist ol li::before {
    font-size: 22px !important;
    font-weight: 200 !important;
    line-height: 1;
}
.single-impact .sec-header-title .uncell.quad-block-padding {
    padding-left: 36px !important;
    padding-right: 36px !important;
}
h1.h2.font-weight-400 {
    font-size: 24px;
}

.post-body .cta-row-b h4.fontsize-733550 {
    font-size: 26px;
}
p.t-entry-meta {
    padding-bottom: 9px !important;
}
h3.t-entry-title.h3.font-weight-500.title-scale {
    font-size: 20px;
}

.uncode_text_column.text-lead p {
    font-size: 18px;
}
.uncode_text_column.text-lead ul li {
    font-size: 18px !important;
    line-height: 1;
    padding-bottom: 18px;
}
.post-body .divider-grad-row {
    padding-left: 18px !important;
}
.single-block-padding {
    padding: 36px !important;
}
.main-container .row-container .single-h-padding {
    padding-left: 18px !important;
    padding-right: 18px !important;
}
.sec-header-title .h1.h1.font-weight-500.text-color-831971-color {
    font-size: 24px;
}
	.sec-header-title .uncell {
    padding: 18px !important;
}
	.sec-header-title .uncell.quad-block-padding {
    padding-left: 54px !important;
}
	.posts-row .row.single-top-padding.single-bottom-padding.single-h-padding.full-width.row-parent {
    padding: 0px;
}
.table-posts .tmb .t-entry {
    display: block !important;
	text-align: center;
}
.table-posts .isotope-container .tmb p, .isotope-container .tmb h3, .table-posts p.t-entry-comments.entry-small {
    display: block !important;
    margin: 0px !important;
    width: 100% !important;
    max-width: 100% !important;
}
.table-posts .tmb p.t-entry-comments.entry-small {
    width: 100% !important;
    display: inline-block;
    text-align: center;
}
.text-col .uncell {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
	
}

@media only screen and (max-width: 1080px) and (min-width: 960px)  {
	
	.font-size-menu, .menu-container:not(.grid-filters) ul.menu-smart > li > a:not(.social-menu-link), .menu-container:not(.vmenu-container):not(.grid-filters) ul.menu-smart > li > a:not(.social-menu-link):not(.vc_control-btn), .menu-smart > li > a > div > div > div.btn, .burger-label, #masthead .overlay .overlay-search-wrapper .search-container {
    font-size: 14px !important;
}
.menu-smart > li > a {
    padding: 0px 9px 0px 9px !important;
}
.logo-image.main-logo.logo-skinnable img {
    max-width: 200px !important;
}
}
@media only screen and (max-width: 600px) and (min-width: 400px)  {
	
	
}

