/*
Theme Name: InOut Global
Theme URI: https://www.inoutglobal.co.in/
Template: twentytwenty
Author: the inout global team
Author URI: https://wordpress.org/
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog,one-column,custom-background,custom-colors,custom-logo,custom-menu,editor-style,featured-images,footer-widgets,full-width-template,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready,block-patterns,block-styles,wide-blocks,accessibility-ready
Version: 3.0.1771300427
Updated: 2026-02-17 03:53:47

*/

@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap');

body{font-family: "Arimo", sans-serif;}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content cite, .entry-content figcaption, .entry-content table, .entry-content address, .entry-content .wp-caption-text, .entry-content .wp-block-file, p, .entry-content{font-family: "Arimo", sans-serif;  font-weight: 700; margin:0!important}
.entry-content p, .entry-content li{ font-size:16px; font-weight:300; font-family:"Arimo", sans-serif;}

.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide){ max-width:100%!important; width:100%!important; margin:0}
.entry-header.has-text-align-center.header-footer-group{ display:none} 
.header-titles, .header-titles .site-title, .header-titles .site-logo, .header-titles .site-description{margin:0!important}
h1, h2, h3, h4, h5, h6, .faux-heading{ letter-spacing:0}

#site-header{ position:absolute!important; top:0; width:100%; background:none!important; z-index:12!important}
.header-inner.section-inner { background: #fff; border-radius:0 0 16px 16px; padding: 16px 24px;  max-width: 1320px; box-shadow:0 0 6px #e4e4e4}
.myfixed .header-inner.section-inner {  border-radius: 0 0 40px 40px;}
.homeSld{ position:relative; margin:0}
.homeTxt{ position:absolute; left:0; top:0; z-index:3; background:url("https://www.emrichem.com/wp-content/uploads/2025/12/bg-trans.png") no-repeat 0 0; color:#fff; padding:260px 0; width:100%; height:100%}

ul.products li.product .button{background:#27324f !important;  font-size: 16px;  padding: 10px 20px;  border-radius: 24px; margin:0 auto}
ul.products li.product .woocommerce-loop-product__title{ font-size:20px; padding-top:16px}
.woocommerce ul.products li.product{margin-bottom: 2em;  text-align: center;  border: solid 1px #eaeaea;  padding: 24px;  border-radius: 12px;  margin-right: 2em;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{ width:23%!important}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last{ margin-right:0!important}
.onsale{background: #f25e15!important; border-radius:12px 0 12px 0; font-size: 14px !important;  padding: 8px !important;}

.woocommerce .content-area{padding: 8vw 8vw!important;}

.mainDiv{ padding:8vw;}



/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
	position:relative
}

figure.effect-bubba img {
	opacity:1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s; border-radius:32px;
}

figure.effect-bubba:hover img {
	opacity: 0.8;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0); color:#fff; text-shadow:4px 6px 12px #000;
}

figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0); position:absolute; z-index:90; width:210px; left:25%;
}

figure.effect-bubba p a{ background:#000; border-radius:40px; padding:4px 16px; text-decoration:none; color:#fff;}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */

figcaption {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center; height:100%;
}

.ThreeBox{ background:#F0F7FF; border-radius:32px; padding:40px;}
.ThreeBox h3{ font-size:24px; color:#1257A3}
.ThreeBox p{ padding:16px 0}
