/*
Theme Name: OnePress Child
Theme URI: https://www.famethemes.com/themes/onepress/
Author: FameThemes
Author URI: http://www.famethemes.com
Description: OnePress is an outstanding creative and flexible WordPress one page theme well suited for business website, portfolio, digital agency, product showcase, freelancers and everyone else who appreciate good design. The theme overall is an elegant and classic one, a fine example of Bootstrap 4 WordPress theme which compatibility with latest version of WooCommerce. (Live preview : https://demos.famethemes.com/onepress)
Version: 2.2.0
Template:     onepress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: onepress
*/
@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400..900&display=swap');

body {
	font-family: "Maven Pro", sans-serif;
	font-size: 19px;
	font-weight: 400;
}

h1, .h1 {
	font-size: clamp(40px, 5vw, 70px);
	font-weight: 500;
}
h2, .h2 {
	font-size: clamp(35px, 3.5vw, 45px);
	font-weight: 700;
}
h2.semibold {
	font-weight: 600;
}
h3, .h3 {
	font-size: clamp(20px, 2vw, 26px);
	font-weight: 700;
}
h4, .h4 {
	font-size: 22px;
	font-weight: 600;
}
.home-banner h3 {
	line-height: 40px;
}
.breadcrumbs{
  display: none;
}
.no-sidebar .entry-content > .alignfull{
max-width: 100vw;
max-width: calc(var(--vw, 1vw) * 100);
width: 100vw;
width: calc(var(--vw, 1vw) * 100);
transform: translateX(-50%);
left: 50%;
position: relative;
}
.kt-inner-column-height-full.kt-tab-layout-inherit:not(.kt-row-layout-row)>.wp-block-kadence-column>.kt-inside-inner-col, .kt-inner-column-height-full.kt-tab-layout-row>.wp-block-kadence-column>.kt-inside-inner-col{
  height: 100% !important;
}
.no-sidebar .entry-content > .alignfull{
  transform: unset;
  width: 100%;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50%;
  margin-left: -50vw;
}
#page{
  overflow-x: hidden;
}
.onepress-menu a{
  letter-spacing: 0;
  text-transform: none;
  font-family: "Maven Pro", sans-serif;
  font-weight: 500;
  font-size: 18px;
	padding-left: 30px;
	padding-right: 30px;
}
#site-navigation.main-navigation {
	text-align: center;
}
#primary{
	padding-top: 0; padding-bottom: 0;
}
.entry-content{
	margin-bottom: 0;
}
.no-sidebar .entry-content > .alignfull{
	margin-top: 0;
	margin-bottom: 0;
}

.wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content{
  padding-right: 0;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{
  padding-left: 0;
}
#masthead{
  padding: 0;
}
.site-branding .no-logo-img.has-desc, .site-branding .has-logo-img, .site-header{
  line-height: unset;
}
#masthead > .container{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px;
}
#masthead > .container > div{
  flex: 1;
}
#masthead > .container > div.site-branding{
  max-width: 300px;
  float: none;
}
.header-right-wrapper{
  text-align: right;
}
.onepress-menu{
  float: none;
  text-align: right;
  display: inline-block;
}
.onepress-menu ul, .onepress-menu li{
  text-align: left
}
.onepress-menu > li{
  float: none;
  display: inline-block;
}

.wp-block-columns{
  margin-bottom: 0;
}
p:empty{
  display: none;
}
#back-to-top{
  position: fixed;
  bottom: 0;
  right: 10px;
  background: gray;
  padding: 5px 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  border: 0;
}
.tab-slider .kt-tabs-title-list{
  display: none !important;
}
.tab-slider .kt-tabs-content-wrap .wp-block-kadence-tab{
  padding: 0 !important;
  outline: none !important;
  border: 0 !important
}
.tab-slider .kt-tabs-content-wrap .ab-block-container{
  position: relative;
}
.tab-slider .kt-tabs-content-wrap .ab-block-container:before{
  content: '';
  padding-bottom: 30%;
  display: block;
  position: relative;
}
.tab-slider .kt-tabs-content-wrap .ab-block-container .ab-container-content{
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
  z-index: 20
}
.thumbnail.square, .thumbnail.rectangular{
  position: relative;
}
.thumbnail.square:before, .thumbnail.rectangular:before{
  content: '';
  padding-bottom: 100%;
  position: relative;
  display: block;
}
.thumbnail.rectangular:before{
  padding-bottom: 56%;
}
.thumbnail.square img, .thumbnail.rectangular img{
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  height: 100%; width: 100%; object-fit: cover;
}
#page .pagination{
  display: block;
  margin: 20px 0;
}
#page .pagination .page-numbers{
  padding: 3px 12px 5px;
  border: 1px solid;
  margin-right: 5px;
  border-radius: 2px;
  text-decoration: none !important
}
#page .pagination .page-numbers.current, #page .pagination .page-numbers:hover{
  background: #ddd;
  text-decoration: none;
}
#page .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #page .gform_wrapper select, #page .gform_wrapper textarea{
  width: 100%;
  padding: 10px;
  border: 1px solid #707070 !important;
  line-height: unset;
  box-shadow: none;
  min-height: unset;
  outline: none;
  color: #000000;
}
#page .gform_wrapper .gform_footer{
  margin-top: 20px;
}
.kb-blocks-bg-video-container .fluid-width-video-wrapper{
  padding-top: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.with-circle-image,
..with-circle-image-2,
.with-multi-hexagon-shape,
.with-bottom-hex-shape,
.with-hexa-1,
.with-hexa-2,
.with-hexa-3,
.with-hexa-4,
.with-hexa-5,
.with-hexa-6,
.with-hexa-7{
	position: relative;
}
.with-circle-image:after,
.with-circle-image-2:after{
	content: '';
	background-image: url(/wp-content/uploads/2025/07/clarisse-meyer-y54gnzC86lw-unsplash.jpg);
    width: 500px;
    height: 500px;
    position: absolute;
    right: -40px;
    border-radius: 50%;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
.with-circle-image-2:after {
	background-image: url(/wp-content/uploads/2025/07/aldebaran-s-qtRF_RxCAo0-unsplash-scaled.jpg);
}
.with-hexagon-shape:before {
	content: '';
	background-image: url(/wp-content/uploads/2025/07/hexagon-shape.png);
	width: 320px;
	height: 62%;
	position: absolute;
	left: -98px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	bottom: 55px;
}
.with-multi-hexagon-shape:after {
	content: '';
	background-image: url(/wp-content/uploads/2025/07/Group-619.svg);
    width: 500px;
    height: 62%;
    position: absolute;
    right: -111px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    top: 15%;
}
.with-hexa-1:before {
	content: '';
	background-image: url(/wp-content/uploads/2025/07/hexa-1.png);
    width: 428px;
    height: 43%;
    position: absolute;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    top: 34%;
    left: -81px;
}
.with-hexa-2:after {
	content: '';
	background-image: url(/wp-content/uploads/2025/07/hexa-2.png);
	width: 500px;
	height: 62%;
	position: absolute;
	right: -137px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	top: -9%;
}

.with-hexa-3:after {
	content: '';
	background-image: url(/wp-content/uploads/2025/07/hexa-3.png);
    width: 428px;
    height: 43%;
    position: absolute;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    top: 34%;
    left: -81px;
}

.with-hexa-4:before {
	content: '';
	background-image: url(/wp-content/uploads/2025/07/hexa-2.png);
	width: 500px;
	height: 43%;
	position: absolute;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	top: 34%;
	left: -168px;
}
.with-hexa-5:after {
	content: '';
	background-image: url(/wp-content/uploads/2025/07/hexa-1.png);
    width: 300px;
    height: 50%;
    position: absolute;
    right: -118px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 52px;
}

.with-hexa-6:before {
	content: '';
	background-image: url(/wp-content/uploads/2025/07/hexa-2.png);
    width: 500px;
    height: 43%;
    position: absolute;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    left: -123px;
    bottom: -42px;
}

.with-hexa-7:after{
	content: '';
	background-image: url(/wp-content/uploads/2025/07/hexa-2.png);
	width: 500px;
	height: 300px;
	position: absolute;
	right: -85px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	top: 34%;
}
.with-hexa-8:after{
	content: '';
	background-image: url(/wp-content/uploads/2025/07/Group-619.svg);
    width: 500px;
    height: 300px;
    position: absolute;
    right: -230px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -91px;
	z-index: 9;
}

.subpage-heading h4 {
	font-weight: 700;
	line-height: 40px;
}

ul.round-check-list {
  padding-left: 0; margin: 0;
}
ul.round-check-list.inline-list {
	display: flex;
}
ul.round-check-list li {
  position: relative; padding-left: 75px;
  list-style-type: none;
  margin: 0 0 15px;
  flex: 1;
}
ul.round-check-list li:before{
  content: '';
  position: absolute;
  left: 2px;
  width: 50px;
  height: 50px;
  background-image: url(/wp-content/uploads/2025/07/blue-round-check.png);
  background-repeat: no-repeat;
  background-size: contain;
}
ul.round-check-list.light-blue li:before{
  background-image: url(/wp-content/uploads/2025/07/light-blue-round-check.png);	
}
ul.round-check-list.top-icon li {
	padding-left: 0;
	padding-top: 75px;
}
ul.round-check-list.top-icon li:not(:first-child) {
	padding-left: 25px;	
}
ul.round-check-list li:not(:last-child) {
    border-right: 1px solid #000000;	
	padding-right: 25px;
}
ul.round-check-list.white-border-list li:not(:last-child) {
	border-color: #fff !important;
}
ul.round-check-list.top-icon li:before {
  top: 0;
  transform: unset !important;
}
ul.round-check-list.top-icon li:not(:first-child):before {
  left: 21px;	
}
.mighty-muoos-wrapper .wp-block-group .wp-block-group__inner-container {
    display: flex;
    gap: 2rem;
    align-items: center;	
}
.mighty-muoos-wrapper p {
	margin-bottom: 0;
}
.mighty-muoos-wrapper .wp-block-button a {
	padding-top: 10px;
	padding-bottom: 10px;	
}

.why-w5-tech-wrapper ul li:not(:last-child) {
	border-right: 1px solid #707070;
	padding-right: 24px;
}
.why-w5-tech-wrapper ul li:not(:first-child),
.mighty-muoos-wrapper ul li:not(:first-child){
	padding-left: 90px;
	
}
.why-w5-tech-wrapper ul li:not(:first-child):before,
.mighty-muoos-wrapper ul li:not(:first-child):before {
	left: 19px;	
}

.cnss-social-icon {
    text-align: left !important;	
}
.cnss-social-icon li a {
    width: 30px !important;
    height: 30px !important;
    padding: 6px 0 !important;	
}
.cnss-social-icon li a i,.cnss-social-icon li a i:before {
	font-size: 18px !important;
	color: #000;
}
#cnss_widget-2 {
	margin-top: 15px;
}
#text-2,#text-2 p {
	margin-bottom: 0;
}
#page #text-2 a {
	color: #fff !important;
}
#footer-widgets p {
	font-size: 16px;
}
#text-3 p {
	text-transform: uppercase;
}
#text-3 a {
	color: #fff !important;
}
#gform_1 .gform-footer {
    justify-content: flex-end;	
}
.gform_button.button {
	text-transform: uppercase;	
}
.offset-to-left, .offset-to-right{
  width: calc(100% +((100vw - 1140px) / 2));
}
.offset-to-left{
  margin-left: calc(((100vw - 1140px) / 2)* -1);
}

.team-members-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 80px;	
}
.team-members-wrapper > .team-member {
    text-align: left;
    flex-basis: 46%;	
}
.team-members-wrapper h5 {
	font-size: 18px;
	margin-bottom: 25px;
}
.team-members-wrapper .thumbnail img {
	width: 240px; 
	height: 240px; 
	object-fit: cover; 
	border-radius: 50%; 
	margin-bottom: 25px;
}

ul.contact-info-icons {
  padding-left: 0;
  margin: 0;
}
ul.contact-info-icons li {
  position: relative;
  padding-left: 50px;
  list-style-type: none;
  margin: 0 0 15px;
}
ul.contact-info-icons li:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f095"; 
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
	font-size: 30px;
	color: #71d3ff;
}
ul.contact-info-icons li.location:before {
	content: '\f3c5';
}
#page #main .gform_wrapper .gform_footer input {
    background-color: #71d3ff;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;	
}

.blog-search-container {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 30px;
}
.blog-search-form {
	display: flex;
	width: 100%;
	max-width: 50%;
	border: 1px solid #ddd;
}
.blog-search-input {
	flex: 1;
	padding: 10px 15px;
	border: 1px solid #ccc;
	border-right: none;
	border-radius: 0;
	outline: none;
	background-color: #ffffff !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-o-box-shadow: none !important;
}
.blog-search-button {
	background: white;
	border: 0;
	border-left: none;
	border-radius: 0;
	padding: 0 15px;
	cursor: pointer;
}
.blog-search-button i {
	color: #005daa;	
}
.blog-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 30px;
}
.blog-item {
	background: #fff;
	display: flex;
	flex-direction: column;
	height: 100%;
	margin-bottom: 50px;
}
.blog-item a.read-more {
	background-color: #71d3ff;
    color: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.blog-item .details p {
	font-size: 16px;	
}
.blog-item img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}
.blog-item h3 {
	margin: 15px 0 10px;
}
.blog-item .excerpt {
	flex-grow: 1;
}
.read-more {
	margin-top: 10px;
	color: #0073aa;
	text-decoration: none;
}
.read-more:hover {
	text-decoration: underline;
}
.blog-pagination {
	text-align: center;
	margin-top: 30px;
}
.blog-pagination .page-numbers {
	display: inline-block;
	margin: 0 5px;
	padding: 8px 12px;
	border: 1px solid #ccc;
	color: #333;
	text-decoration: none;
}
.blog-pagination .current {
	background-color: #333;
	color: #fff;
	border-color: #333;
}
.header-nav-buttons {
	max-width: 191px;
	min-width: 191px;
}
.header-nav-buttons .customer-login-btn {
	padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    position: absolute;
    top: 0;
}
.header-nav-buttons .customer-login-btn:hover {
	text-decoration: none;
}
.with-left-box .wp-block-group,
.with-check-box .wp-block-group,
.with-x-box .wp-block-group{
	position: relative;
}
.with-left-box .wp-block-group:before {
	content: '';
	background-image: url('/wp-content/uploads/2025/07/black-box.png');
	width: 32px;
	height: 67px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: -50px;
    top: -10px;
}
.with-check-box .wp-block-group::before {
    content: "\f058"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900; 
    font-size: 32px;
    position: absolute;
    left: -50px;
    top: 0;
    color: #005DA9; /* Or any color you want */
}
.with-x-box .wp-block-group::before {
    content: "\f057"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900; 
    font-size: 32px;
    position: absolute;
    left: -50px;
    top: 0;
    color: black; /* Or any color you want */
}
.with-left-box.blue-box .wp-block-group:before {
	background-image: url('/wp-content/uploads/2025/07/blue-box.png');	
	width: 50px !important;
}
.wp-block-button a {
	font-size: 16px;
	font-weight: 800;
}
.gform_fields {
	row-gap: 30px !important;
}
#masthead .header-nav-buttons a, #page #main .gform_wrapper .gform_footer input {
	border-radius: 0 !important;
}
.site-footer .site-info {
	display: none;
}
.why-might-muoos sup {
	top: -0.3em !important;	
}
.bottom-gallery .kb-gallery-ul {
    display: flex;
    justify-content: center;
    align-items: center;	
}
#gform_wrapper_1 .gform_confirmation_message {
    color: #fff !important;	
}
@media (max-width: 1785px){
	.with-circle-image:after, .with-circle-image-2:after {
		opacity: .3;
	}	
}
@media (max-width: 1200px){
  .offset-to-left, .offset-to-right{
    width: 100%;
  }
  .offset-to-left{
    margin-left:0
  }
  #nav_menu-2 ul, #nav_menu-2 ul li{
    padding: 0;
  }
  .container{
    width: 100%;
  }
  #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after{
    background: #71d3ff;
  }
  #nav-toggle{
    position: relative;
    top: 0;
    display: block
  }
  .onepress-menu{
    top: 0 !important;
    height: 100% !important;
    position: fixed !important;
    bottom: 0;
    right: 0;
    max-width: 400px;
    padding-top: 70px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 0 !important;
    background: #005da9 !important;
  }
  .onepress-menu.onepress-menu-mobile a{
    color: #fff ;
  }

  .onepress-menu.onepress-menu-mobile li a{
    padding-left: 0; padding-right: 0;
    text-transform:normal;
  }
  .onepress-menu ul, .onepress-menu ul li a{
    background: transparent;
  }
  .onepress-menu a{
    font-size: 20px;
  }
  .onepress-menu li.current-menu-item > a, .onepress-menu li a:hover{
    color: #0c0c0c !important;
  }
  .onepress-menu .nav-toggle-subarrow{
    left: unset !important;
    right: 0;
  }
  .onepress-menu .nav-toggle-subarrow{
    border-left: 0 !important;
  }
  .onepress-menu.onepress-menu-mobile li{
	  background: transparent;
     border-top: 1px solid #ffffff33;
  }

  .onepress-menu.onepress-menu-mobile > li > a, .onepress-menu.onepress-menu-mobile .nav-toggle-subarrow{
    padding: 20px;
  }
  .onepress-menu{
    transition: right .2s;
    right: -100%;
  }
  .onepress-menu.onepress-menu-mobile{
    right: 0;
    box-shadow: 2px -5px 9px #a6a6a6
  }
  .onepress-menu.onepress-menu-mobile ul li a{
    padding: 12px 20px;
  }
  .onepress-menu{
    transform: none;
  }
  #nav-toggle.nav-is-visible {
    position: fixed;
    top: 30px;
    z-index: 10000000;
    right: 30px;
  }
  #nav-toggle.nav-is-visible span:before, #nav-toggle.nav-is-visible span:after{
    background: #fff;
  }
  .onepress-menu li ul:before{
    display: none;
  }
  .onepress-menu > li >ul{
    padding: 0 0px 0 20px !important;
  }
  #nav-toggle span{
    width: 36px;
  }
  #nav-toggle span:before, #nav-toggle span:after{
    width: 30px;
  }
  #nav-toggle.nav-is-visible span:after{
    top: 10px;
  }
  #nav-toggle.nav-is-visible span:before{
    top: -10px;
  }
  #content-inside {
    padding: 0 25px;
  }
  .entry-content > .alignfull.gb-block-container:not(.full-width-content) > div > .gb-container-content,
  .entry-content > .alignfull:not(.full-width-content) > div > .kt-row-column-wrap,
  .entry-content > .alignfull:not(.full-width-content) > .kt-row-column-wrap{
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  #masthead .overlay{
    position: fixed;
    top: 0; left: 0; bottom: 0;
    background: #000;
    opacity: 0;
    right: -100%;
    transition: opacity .5s;
    z-index: 100;
    width: 0;
  }
  #masthead .nav-is-visible + .overlay{
    right: 0;
    width: 100%;
    opacity: 0.6;
  }
	#masthead > .container > .header-right-wrapper {
		order: 3;
		max-width: 50px;
	}
	.header-nav-buttons {
		max-width: 100%;
		position: relative;
	}
	.header-nav-buttons .customer-login-btn {
		right: 0;
		top: 50%;
		transform: translateY(-50%);	
	}
	.why-w5-tech-wrapper > .kt-row-column-wrap {
		grid-template-columns: 1fr !important;
	}
	.header-nav-buttons {
		min-width: 161px;
	}
	
}
@media (max-width: 1049px){
	.team-members-wrapper > .team-member {
		flex-basis: 100%;
	}
	.team-members-wrapper > .team-member .thumbnail,
	.team-members-wrapper > .team-member h3,
	.team-members-wrapper > .team-member h5{
		text-align: center;
	}
}
@media (max-width: 1024px){
	.hide-tablet {
		display: none;
	}
	.image-gallery-wrapper > ul > li {
		flex: 1;
		width: unset;
	}
	#footer-widgets * {
		text-align: center;
	}
	#footer-widgets > .container > div {
		justify-content: center;
		align-items: center;
		gap: 30px;	
	}
	#footer-widgets > .container > div > div {
		flex-basis: 100% !important;
		max-width: unset !important;
		text-align: center !important;	
	}
	.with-hexagon-shape:before,
	.with-multi-hexagon-shape:after,
	.with-hexa-1:before,
	.with-hexa-2:after,
	.with-hexa-3:after,
	.with-hexa-4:before,
	.with-hexa-5:after,
	.with-hexa-6:before,
	.with-hexa-7:after {
		opacity: .5;
	}

	#cnss_widget-2 .cnss-social-icon {
		text-align: center !important;
	}
	.mighty-muoos-wrapper > .kt-row-column-wrap {
		grid-template-columns: 1fr !important;
	}
	.proof-you-can-trust-wrapper .wp-block-list {
		flex-wrap: wrap;
	}
	.proof-you-can-trust-wrapper .wp-block-list li {
		flex-basis: 50%;
	}
	.proof-you-can-trust-wrapper ul.round-check-list.top-icon li:not(:nth-child(2)):not(:nth-child(4)):before {
		left: 0;
	}
	.proof-you-can-trust-wrapper ul.round-check-list.top-icon li:not(:nth-child(2)):not(:nth-child(4)) {
		padding-left: 0;
	}
	.we-embrace-we-serve-wrapper > .kt-row-column-wrap {
		grid-template-columns: 1fr !important;
		gap: 0 !important;
	}
}
@media (max-width: 853px){
	.sub-pages  .main-content .kt-row-column-wrap {
		flex-direction: column;
		display: flex;
	}
}
@media (max-width: 767px){
	.hide-mobile {
		display: none;
	}
	ul.round-check-list.inline-list {
		display: flex;
		flex-direction: column;
		gap: 20px;	
	}
	.why-w5-tech-wrapper ul li, .mighty-muoos-wrapper ul li {
		padding-left: 90px;
		margin-bottom: 0;
		height: 50px;
		display: flex;
		align-items: center; 
	}
	.why-w5-tech-wrapper ul li:not(:first-child):before, .mighty-muoos-wrapper ul li:not(:first-child):before,
	ul.round-check-list.top-icon li:not(:first-child):before {
		left: 2px;
	}
	.wp-block-spacer[style="height:40px"] {
		height: 20px !important;
	}
		.wp-block-spacer[style="height:60px"] {
		height: 30px !important;
	}
	.why-w5-tech-wrapper ul li:not(:last-child) {
		border-right: 0 !important;
	}
	ul.round-check-list.top-icon li {
		padding-top: 0;
		padding-left: 82px !important;
		border-right: 0 !important;
		padding-left: 90px;
		margin-bottom: 0;
		display: flex;
		align-items: center;
	}
	#footer-widgets > .container img {
		max-width: 70% !important;
	}
	.with-hexagon-shape:before {
		width: 365px;
		height: 62%;
		left: -87px;
		bottom: -71px;
	}
	.why-w5-tech-wrapper ul li, .mighty-muoos-wrapper ul li,
	ul.round-check-list.top-icon li {
		height: auto !important;
	}
	.prod-specs-wrapper, .prod-specs-wrapper p {
		text-align: center;
	}
	.prod-specs-wrapper .wp-block-buttons>.wp-block-button {
	    margin: 0 auto;	
	}
	.team-members-wrapper > .team-member {
		padding: 0 2rem;	
	}
	.team-members-wrapper {
		gap: unset !important;
	}
	.team-members-wrapper > .team-member img {
		height: auto !important;
	}
	.blog-search-form {
		max-width: 100%;
	}
	ul.round-check-list.inline-list {
		gap: 30px;
	}
	.proof-you-can-trust-wrapper ul.round-check-list.top-icon li {
		min-height: 60px;
	}
	.proof-you-can-trust-wrapper ul.round-check-list.top-icon li:before {
		top: 50%;
		transform: translateY(-50%) !important;
	}
}

@media (max-width: 600px){
  .wp-block-media-text.is-stacked-on-mobile{
    display: block;
  }
  .wp-block-media-text .wp-block-media-text__media{
    margin-bottom: 20px;
  }
  .wp-block-media-text .wp-block-media-text__content{
    padding-left: 0;
    padding-right: 0;
  }
	.wp-block-spacer[style="height:100px"] {
		height: 40px !important;
	}
	.with-hexa-7:after {
		width: 419px;
		height: 246px;
		bottom: -68px;
		top: unset !important;
	}
	.mighty-muoos-wrapper .wp-block-group > .wp-block-group__inner-container  {
		flex-direction: column;
	}
	.mighty-muoos-wrapper .wp-block-image {
		text-align: center;
	}
	.header-nav-buttons .customer-login-btn {
		padding: 5px 10px;
		font-size: 13px;
	}
	.team-members-wrapper .thumbnail img {
		max-width: 150px;
	}
}
