/*
 Theme Name:     New Data Ark 2022
 Theme URI:      
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     @helloknox
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

#logo {
	max-height: 130% !important;
}

/* Burger */
.mobile_menu_bar:before {
	color: #fff;
}

/* Mobile dropdown */
.et_mobile_menu {
	border-top: 3px solid #029186;
}

a {
	color: #00A199;
}

.category .et_pb_post img {
	margin-bottom: 20px;
}

.product-menu-icons .et_pb_code_inner img {
	height: 40px;
	margin: 0 10px;
}

.product-menu-icons .et_pb_code_inner {
	text-align: center;

}

.product-menu-links a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 10px;
}

.icon-email {
	color: #ea5d0e;
}


/* Custom blog styling */
.et_pb_blog_grid .et_pb_post {
  border: 0px;
  padding: 35px;
  border-radius: 5px;
}

/* Forces background white */
.et_builder_inner_content {
	background-color: #fff;
}



/* use this to make headings have orange words */
.highlight {
	color: #ed693e;
}

.highlight-black {
	color: #000;
}

@media (min-width: 768px) {
.et_pb_text_inner li::marker {
  color: #ed693e;
  content: "• ";
}
}

.utility .et_pb_text_inner li {
  color: #000;
  list-style: disc;
}

.utility .et_pb_text_inner li::marker {
  color: #000;
}

.et_pb_text_inner li {
  padding: 0px 0;
}

@media (min-width: 768px) {
	.et_pb_text_inner li {
	  padding: 3px 0;
	}
}

@media (min-width: 981px) {
	.et_pb_text_inner li {
	  padding: 6px 0;
	}
}

h2 {
  margin-bottom: 20px;
}

/* Small adjustment for blurb entries to help them line up */
.et_pb_blurb_position_left .et_pb_blurb_container {
  padding-top: 12px !important;
}


.custom-blurb .et_pb_main_blurb_image {
	width: 100px;
}

.moveralert-custom-blurb .et_pb_main_blurb_image {
	width: 60px;
}

.jetstream-custom-blurb .et_pb_main_blurb_image {
	width: 60px;
	text-align: center;
}
.jetstream-custom-blurb .et_pb_main_blurb_image img {
	height: 40px;
}

@media (min-width: 768px) {
	.custom-blurb .et_pb_main_blurb_image {
		width: 150px;
	}
	
	.moveralert-custom-blurb .et_pb_main_blurb_image {
		width: 100px;
	}
}


.orange-button {
	background-color: #ea5d0e;
	padding: 8px;
	border-radius: 4px;
	width: 30px;
	height: 30px;
	display: inline-flex;
}

.orange-button span {
	color: #fff;
}

.profile-links a {
	color: #ea5d0e;
}

.bottom-nav {
	padding: 25px 0;
}

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    padding: 12px;
    border: 1px solid #ddd;
    font-size: 1em;
}

.wpcf7-submit {
	padding: 12px;
	font-size: 1em;
	color: #fff;
	background-color: #029186;
	border: 0px;
	border-radius: 4px;
	width: 100%;
}

.inline-img {
	margin: 0px 25px 15px 0px; 
}

small {font-size: 0.8em;}

@media (max-width: 980px) {
	.et_pb_column {
	    margin-bottom: 0px;
	}
}

/* make the blog width match the 2022 templates */
body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_0.et_pb_row {
	width: 100% !important;
}

/* make the blog width match the 2022 templates */
.single .container {
	width: 90%; max-width: 1200px;
}

.single h1.entry-title {
	font-size: 20px !important;
	font-weight: 700 !important;
	
}

@media (min-width: 768px) {
	.single h1.entry-title {
		font-size: 30px !important;
	}
}

@media (min-width: 768px) {
	.single h1.entry-title {
		font-size: 40px !important;
	}
}

