/* Change the default color of Font Awesome's Windows and Apple */
.fa-windows {
	/* color: orangered; */
	color: #e7182d
}
.fa-apple {
	/* color: green; */
	color: #45ba97
}

/* Custom color for separator */
hr.main {
  border-top: 1px solid #aaaaaa;
	/* margin-top: -10px; */
	/* margin-bottom: 20px; */
}

/* Custom Labels */
.label {
  color: white;
  padding: 4px;
}
.success {background-color: #4CAF50;} /* Green */
.info {background-color: #2196F3;} /* Blue */
.warning {background-color: #ff9800;} /* Orange */
.danger {background-color: #f44336;} /* Red */ 
.other {background-color: #e7e7e7; color: black;} /* Gray */

/* Customize Accordion Blocks */
.c-accordion__title {
    padding-left: 30px;
		padding-top: 5px;
		padding-bottom: 5px;
		background-color: #f0f0f0;
		color: #1B4673;
}
.c-accordion__title:after {
		font-family: FontAwesome;
    content: "\f0da";
    color: #1B4673;
		right: auto;
		left: 10px;
}
.is-open .c-accordion__title:after {
		font-family: FontAwesome;
    content: "\f0d7";
		right: auto;
		left: 5px;
}
/* Pete's custom product header block */
.pheader {
}
.pheader img {
	/* font-size: 40px; */
	/* color: orange; */
	width: 64px;
	float: left;
	position: relative;
	top: 0px;
}
.pheader h2 {
	padding-top: 10px;
	margin-left: 80px;
	margin-bottom: 10px;
	font-weight: bold;
}

/* Pete's custom highlight block */
.feature {
}
.feature icon {
	/*font-family: FontAwesome;
	content: "\f058"; */
	font-size: 40px;
	color: red; /*#428DCE;*/
	float: left;
	position: relative;
	top: 0px;
}
.feature default::before {
	font-family: FontAwesome;
	content: "\f058";
	font-size: 40px;
	color: green; /*#428DCE;*/
	float: left;
	position: relative;
	top: 0px;
}
.feature h4 {
	padding-top: 8px;
	margin-left: 55px;
	font-weight: bold;
}
.feature p {
	margin-left: 55px;
}

/* Pete's custom product block */
.product {
  border: 1px solid #d9d9d9;
  background-color: #f6f6f6;
  /*background-color: #fff; */
	border-radius: 2px;
  padding: 40px;
  margin: 20px;
}
.product::after {
  content: "";
  clear: both;
  display: table;
}
.product img {
  float: left;
	margin-right: 40px;
	border: 1px solid #d9d9d9; /*b8cbd7;*/
	border-radius: 2px;
  /* width: 150px !important; */
}
.product header {
  font-size: 23px;
	margin-right: 15px;
	margin-bottom: 10px;
}
.product p {
	overflow: hidden;
}
.product hr {
		margin: 10px;
		/* border: 1px solid #000; */
}
.button.product,
.button.product:visited {
	background: #0366D6;
	color:#FFF;
	/*padding: 5px 10px 5px 10px;*/
	padding: 8px;
	margin: 0px;
	border-radius: 4px;
	font-size: 14px;
}
.button.product:hover,
.button.product:active {
	background: #025AA5;
	color:#FFF;
}
/*
.button.product::before {
	font-family: FontAwesome;
  content: "\f055";
  color: #fff;
	padding-right: 6px;
	padding-left: 0px;
}*/

.button.download,
.button.download:visited {
	background: #5bb85c;
	color:#FFF;
	padding: 8px;
	margin: 0px;
	border-radius: 4px;
	font-size: 14px;
}
.button.download:before {
		/*font-size: 16px;*/
		font-family: FontAwesome;
    content: "\f019";
    color: #fff;
		padding-right: 6px;
		padding-left: 0px;
}
.button.download:hover,
.button.download:active {
	background: #48a648;
	color:#FFF;
}

/* Put space between image and title in phone view */
@media (max-width: 768px) {
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
		padding-top: 40px;   
	}
	.product {
		padding: 30px;
		/* text-align: center; */
	}
	.product img {
		/* margin: auto; */
		margin-bottom: 40px;
		float: none;
		display: block;
		width: 100% !important;
	}  
}

/* Customize navigation arrows for Slider */
#slider_262 .owl-nav .owl-prev {
    background: none !important;
}
#slider_262 .owl-nav .owl-next {
    background: none !important;
}
#slider_262 .owl-nav .owl-prev:after {
    color: #747474 !important;
    content: "\f053";
    font-family: FontAwesome;
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
#slider_262 .owl-nav .owl-prev:hover:after {
    color: #ccc5bf !important;
}
#slider_262 .owl-nav .owl-next:after {
    color: #747474 !important;
    content: "\f054";
    font-family: FontAwesome;
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
#slider_262 .owl-nav .owl-next:hover:after {
    color: #ccc5bf !important;
}

/* Customize navigation arrows for Slider */
#slider_857 .owl-nav .owl-prev {
    background: none !important;
}
#slider_857 .owl-nav .owl-next {
    background: none !important;
}
#slider_857 .owl-nav .owl-prev:after {
    color: #747474 !important;
    content: "\f053";
    font-family: FontAwesome;
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
#slider_857 .owl-nav .owl-prev:hover:after {
    color: #ccc5bf !important;
}
#slider_857 .owl-nav .owl-next:after {
    color: #747474 !important;
    content: "\f054";
    font-family: FontAwesome;
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
#slider_857 .owl-nav .owl-next:hover:after {
    color: #ccc5bf !important;
}

/*
#slider_262 .owl-dots {
		margin-bottom: 10px;
}
*/
/*
#slider_262 .owl-item {		max-height: 400px; !important
}
*/

.card {
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	/*background-color:#dff0d8;*/
}
.card:hover {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.card quote::before {
	font-family: FontAwesome;
	content: "\f10d";
	font-size: 16px;
	color: darkgray; /*#428DCE;*/
	float: left;
	position: relative;
	margin-left: -30px;
	top: 0px;
}
.card-container {
	padding-left: 40px;
	padding-bottom: 2px;
	padding-top: 10px;
	padding-right: 10px;
	/*padding: 2px 16px;*/
}
.card hr {
		margin-top: 5px;
		margin-bottom: 5px;
		margin-right: 10px;
}