/*
 Theme Name:     HuTerra Divi Child
 Description:    Divi Child Theme
 Author:         HuTerra
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */
@import 'styles/divi.css';
@import 'styles/card.css';
@import 'styles/popups.css';
@import 'styles/shapes.css';
@import 'styles/forms.css';
@import 'styles/landing.css';
@import 'styles/header.css';
@import 'styles/pill.css';

h1.multi-weight,
h2.multi-weight,
h3.multi-weight,
h4.multi-weight,
h5.multi-weight,
h6.multi-weight {
	font-weight: normal;
}

.text-primary {
	color: #2156a2;
}

.note {
	font-size: 0.75em;
	line-height: normal;
	opacity: 0.8;
}

.button,
.button-primary-container .et_pb_button {
	color: #ffffff !important;
	background: #2156a2 !important;
	border: 0 !important;
	border-radius: 4px;

	line-height: 1.7em;

	margin: 0 auto !important;
	padding: 0.3em 2em !important;

	transition: background 300ms ease 0ms;
}

.button:hover,
.button-primary-container .et_pb_button:hover {
	background: rgba(33, 86, 162, 0.8) !important;
	cursor: pointer;
}

.button-primary-container .et_pb_button:after {
	display: none !important;
}

.app-badges img {
	max-width: 140px;
	width: calc(49% - 8px);
}

.app-badges a:not(:last-child) img {
	margin-right: 3%;
}

.app-badges-vert img {
	display: block;
	max-width: 160px;
	margin: 0 auto;
}

.app-badges-vert a:not(:last-child) img {
	margin-bottom: 8px;
}

@media all and (max-width: 980px) {
	.et_pb_row .et_pb_column.video-column,
	.et_pb_row_inner .et_pb_column.video-column {
		max-width: 600px;
		float: none;
		clear: both;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}