/*
 Theme Name:     Cellulose
 Theme URI:      https://www.rawkinetics.com
 Description:    Divi Child Theme
 Author:         j3rmZ
 Author URI:     https://www.rawkinetics.com
 Template:       Divi
 Version:        1.0.0
*/


/*let the madness begin...*/

/*==================================
 * COLORS
==================================*/
/*darkgreen: 4f6a5b*/
/*green: 8BC53F*/

h1 {
	font-size: 3rem !important;
	line-height: 1.2 !important;
}

h2 {
	font-weight: bold;
	font-size: 2.6rem !important;
	line-height: 1.1 !important;
}

h2 em {
	display: block;
	font-size: 50%;
	line-height: 1.2;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
}

h3 {
	font-weight: bold !important;
}

/*home*/
#certs .et_pb_gallery_item {
	width: 7% !important;
	margin: 0 auto !important;
	clear: none !important;	
}

/*solutions*/
.sol-spec-box {
	display: flex;
	align-items: center;
	justify-content: center;
}
.sol-spec-box h3 {
	color: #fff;
}

#solution-off-shelf .sol-spec-box {
	min-height: 50px;
}
#solution-off-shelf .sol-spec-box:hover {
	background-color: rgba(0,0,0,.2);
}
#solution-off-shelf .sol-spec-box h3 {
	font-size: 18px;
}

.et_pb_tabs_0.et_pb_tabs .et_pb_tabs_controls li, .et_pb_tabs_0.et_pb_tabs .et_pb_tabs_controls li a {
	display: none;
}

.track-record ul {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	flex-direction: column;
}	
.track-record li {
	background: #88cf3f3d;
	font-size: 1.2rem;
	font-weight: normal;
	padding: 1.8rem;
	margin: 1%;
	border-radius: 6px;
	text-align: center !important;
}
.track-record li:before {
	content: 	'\2713';
	padding-right: .6rem;
	color: #88cf3f;
	font-size: 2rem;
	display: block;
}

/*services*/
#svc-problem-solving .solver-box {
	border-radius: 4px;
	background: rgba(136,207,63,.3);
}
#svc-problem-solving .solver-box h4 {
	font-size: 3rem;
}

/*footer*/
#main-footer h4 {
	width: 100%;
	display: block;
}
#main-footer #footer-widgets ul li {
	padding-left: 4px;
	line-height: 1.8;
	margin-bottom: .8rem;
}
#main-footer ul li:before {
	display: none;
}

#main-footer .fwidget {
	margin-bottom: 0;
	width: 100%;
}


/*==================================
 * MEDIA QUERIES
==================================*/

@media (min-width: 768px) {

} /*end small*/


@media (max-width: 980px) {
} /*end mid ONLY*/


@media (min-width: 980px) and (max-width: 1400px) {

} /*end mid to large*/


@media (min-width: 992px) {

	h1 {
		font-size: 5rem !important;
		font-weight: bold;
		text-align: center;
	}

	h2 {
		font-size: 4rem !important;
	}

	/*solutions*/
	.track-record ul {
		/*width: 60%;*/
	}
	.track-record li:before {
		/*display: inline;*/
	}
	#solution-off-shelf .et_pb_row {
		padding: 20px 0;
	}
	#logo {
		max-height: 27% !important;
	}

} /*end mid*/


@media (min-width: 1200px) {
	.contact-form h2 {
		font-size: 3rem !important;
		margin-top: 2rem;
	}
	.contact-form h2:first-child {
		margin-top: 0;
	}
	.contact-form .contact-info h3 { 
		padding-bottom: 4px;
		margin-top: .8rem;
	}
	.contact-form .contact-info p { 
		padding-bottom: 10px;
		line-height: 1.2rem;
	}
	/*solutions*/
	#solution-off-shelf .sol-spec-box {
		min-height: 150px;
	}
	#solution-off-shelf .sol-spec-box h3 {
		font-size: 20px;
	}
	.track-record ul {
		flex-direction: row;
	}
	.track-record li {
		flex-basis: 20%;
	}
} /*end large*/


@media (min-width: 1440px) {
	#logo {
		max-height: 49% !important;
	}

} /*end xlarge*/


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

} /*end xxlarge*/
