/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
 
 .section1-box {
 	border-top-left-radius: 20px; 
 	border-top-right-radius: 20px; 
 	border-bottom-right-radius: 20px; 
 	border-bottom-left-radius: 20px;
 	padding:80px;
 	background-color: #F2F7F6;
 	margin-bottom: 100px !important; 
 }
 
.section1-box h2 {
	font-size:40px;
	margin-top:0px;
}

.section1-box .wp-block-greenshift-blocks-iconlist {
	margin-bottom: 20px;
}

.hero {
 	margin-bottom: 100px !important;
 	
 }
 
 
/** OEM PAGE **/
.cb-oem-specs-wrapper {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  max-width: 100%;
}

.cb-oem-specs-wrapper::before,
.cb-oem-specs-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

/* 
.cb-oem-specs-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #f7f7f7 40%, transparent);
}

.cb-oem-specs-wrapper::after {
  right: 0;
  background: linear-gradient(to left, #f7f7f7 40%, transparent);
}
 */

.cb-oem-specs-wrapper table {
  min-width: 1200px;
}

.scroll-hint {
  text-align: center;
  font-size: 13px;
  color: #777;
  margin-top:10px;
  animation: scrollhintfade 2.5s ease-in-out infinite;
}
@keyframes scrollhintfade {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 1; }
}

.cb-oem-specs-wrapper::-webkit-scrollbar {
  height: 8px;
}
.cb-oem-specs-wrapper::-webkit-scrollbar-thumb {
  background-color: rgb(22, 135, 107);
  border-radius: 4px;
}
.cb-oem-specs-wrapper::-webkit-scrollbar-track {
  background: #eaeaea;
}