/*
Theme Name: EmriChem
Theme URI: https://wordpress.org/themes/twentytwenty/
Template: twentytwenty
Author: the EmriChem 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.1766306231
Updated: 2025-12-21 08:37:11

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

body{font-family: "Instrument Sans", 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: "Philosopher", sans-serif;  font-weight: 700; margin:0!important}
.entry-content p, .entry-content li{ font-size:16px; font-weight:300; font-family: "Instrument Sans", 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:60px; width:100%; background:none!important; z-index:12!important}
.header-inner.section-inner { background: #fff; border-radius: 80px; padding: 12px;  max-width: 1320px;}
.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%}

.section-inner{ max-width:130rem}
#site-footer{ background:#fff url("https://www.emrichem.com/wp-content/uploads/2025/12/bgFooter.png") no-repeat bottom center; padding:60px 0 350px 0; font-size:16px}

.homeTxt h2{ font-size:60px}
.homeTxt p{ font-size:18px; padding:24px 0}
.homeTxt a{background: #2AB19E;  color: #fff;  font-size: 18px;  padding: 16px 24px;  border-radius: 60px;  text-decoration: none;  font-weight: bold; }

.abBox{ background:#E5FFFB; padding:90px 90px 90px 240px; border-radius:60px; position:relative}
.hmLogo{ position:absolute; left:-180px; width:360px; }
.abBox p{ padding:24px 0}
.abBox a{background:#000; color:#fff; font-size:18px; padding:8px 16px; border-radius:60px; text-decoration:none}
.whyBox{background:#E5FFFB; padding:90px 240px 90px 90px; border-radius:60px; position:relative}
.whyImg{position:absolute; right:-180px; width:360px;}
.whyBox p{ padding:24px 0}
.whyBox a{background:#000; color:#fff; font-size:18px; padding:8px 16px; border-radius:60px; text-decoration:none}
.spaceVB{ padding:60px 0}
.title{ padding-bottom:24px; text-align:center}
/*---------------*/
/***** 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}

.bgSection{ background:url("https://www.emrichem.com/wp-content/uploads/2025/12/bgSection.png") no-repeat 0 0; padding:90px 60px 120px 60px; border-radius:0; color:#fff}
.bgSection a {  background: #000;  padding: 12px 24px;  border-radius: 36px;  display: inline-block;  color: #fff;  font-size: 20px;  text-decoration: none;  margin: 20px 0;}

.prdBox{ margin-bottom:32px; position:relative}
.prdBox img{ border-radius:40px}
.prdBox h4{ font-size:20px; padding:16px; text-align:center}
.prdBox a{}
.prdBox:hover{ background:#e5fffb; border-radius:40px 40px 24px 24px}

.prRM{ position:absolute; left:0; top:0; background:rgba(0,0,0,.2); width:100%; padding:45% 0; border-radius:40px; text-align:center; color:#fff; opacity:0;  transition: 0.3s;}
.prRM span{background: #000;  padding: 6px 12px;  border-radius: 40px;  font-size: 16px;}
.prdBox:hover .prRM{ opacity:1}

.proHead{ background:#1257a3; padding:220px 0 20px 0; color:#fff}
.proHead h2{ font-size:32px; padding-bottom:24px; display:flex; gap:12px; line-height:1}
.formBox{ background:#000; border-radius:40px; padding:32px; position:absolute; width:420px;}  
 .fixed {
      position: fixed;
      top: 150px; /* margin from top */
      right: 20px;
      z-index: 1000;
    }

.keyBox, .specBox{ padding-top:60px}
.keyBox ul{ margin:0; padding:0 0 0 0}
.keyBox h5{ background: #2b2b2b;  display: inline-block;  color: #fff;  font-size: 20px;  padding: 6px 12px;  border-radius: 30px;}
.specBox table{ font-family: "Instrument Sans", sans-serif; font-weight:normal; font-size:16px;}
.specBox table ul{ margin:0; padding:0} 

.formBox input, .formBox textarea {background: #2d2d2d;  border: solid 1px #404040;  border-radius: 10px;  color: #fff;}
.formBox label{font-size: 16px;  margin: 0 0 4px 0;   color: #626262;  padding-bottom: 4px;  line-height: 1.6;}
.formBox input[type="submit"]{background: #56bbad;  width: 100%;  margin-top: 10px;  color: #000;}

.primary-menu a{color:#424242!important; font-family: "Instrument Sans", sans-serif; font-weight:normal; font-size:16px; font-weight:700; }
.primary-menu > li > .icon{color:#424242!important;}

.blueBar{ background:#1257A3; border-radius:32px; padding:40px; color:#fff;}
.blueBar h2{ font-size:40px; margin:0; font-family: "Philosopher", sans-serif;  font-weight: 700;}
.blueBar p{ font-size:20px}
.blueBar a{ background:#000; color:#fff; font-size:24px; padding:18px; text-align:center; width:100%; border-radius:16px; display:inline-block}

.ftLink{}
.ftLink a{ color:#000; padding:0 4px;}
a.to-the-top { background: #56bbad;  color: #000;  padding: 4px 16px;  border-radius: 30px;  margin: 0;}

a.fL{border-left:solid 1px #ccc; padding:0 12px 0 6px}

.FourBox{}
.FourBox h5{ padding:16px 0}

.advEC{ text-align:center; padding-bottom:24px}
.aboutPage{ background:url("https://www.emrichem.com/wp-content/uploads/2025/12/aboutBg1.png") no-repeat center top; padding:260px 0 130px 0; color:#fff}
.contactPage{ background:url("https://www.emrichem.com/wp-content/uploads/2025/12/contactBG.png") no-repeat center top; padding:260px 0 130px 0; color:#fff}

.vision{ background:#E5FFFB; padding:60px 60px 60px 150px; border-radius:30px; position:relative}
.vision p{ padding:24px 0}
.visionImg{position:absolute; left:-120px; width:240px;}
.mission{background:#E5FFFB; padding:60px 150px 60px 60px; border-radius:30px; position:relative}
.missionImg{position:absolute; right:-120px; width:240px;}
.mission p{ padding:24px 0}

.inHeight{ height:640px; overflow:hidden}
.primary-menu ul a{ color:#fff!important}
.primary-menu ul{background-color: #1257a3; border-radius:18px}
body:not(.overlay-header) .primary-menu > li > ul::after {  border-bottom-color: #1258a4;}

.primary-menu > li{ margin:0; padding:8px 16px}
#menu-item-302{background: #1257a3;  border-radius: 36px;}
#menu-item-302 a{ color:#fff!important}

.addCont{ border:solid 1px #ccc; padding:24px; border-radius:24px}

@media only screen and (max-width: 767px) {
	#site-header{ top:16px}
.homeTxt h2{ font-size:30px}
	.homeTxt h2 br {  display: none;}
.abBox, .whyBox{ padding:24px; border-radius:30px} 
.hmLogo, .whyImg{ position:relative; left:0; top:0; width:240px; margin:0 auto}
	.ThreeBox{ margin-bottom:12px}
	.bgSection{ padding:24px}
	.homeTxt{ position:relative; padding:120px 0 20px 0; background:#1257a3}
	.homeTxt p{ display:none}
	video{ border-radius:0 0 24px 24px}
	
	#site-footer{ margin:0!important; padding-top:0; background-size:120%; padding:40px 0 130px 0}
	.blueBar{ padding:24px}
	.blueBar h2{ font-size:30px}
	.blueBar a{ margin-top:24px}
	
	
a.fL{border-left:none; padding:4px; display:block}
	.footer-credits{ display:none}
}


