/*
 Theme Name:     Custom
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Precedence
 Author URI:     https://www.precedence.com.au
 Template:       Divi
 Version:        1.0.0
*/

/* Base theme styles */

@media (min-width: 981px) {
	.et_right_sidebar #main-content .container:before {
		display: none;
	}

	#content-area #left-area,
	#left-area {
		padding-right: 0;
		float: none;
		width: 100%;
	}

	.et_right_sidebar #sidebar,
	#sidebar {
		display: none;
	}
}

.retina img {
	width: 50%;
}

/* Custom theme styles */

/*headings*/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Puritan' !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	line-height: 1.1em !important;
}

h1 {
	font-size: 56px !important;
}

h2 {
	font-size: 34px !important;
}

h3 {
	font-size: 28px !important;
}

h4 {
	font-size: 23px !important;
}

/*text*/

p {
	font-size: 18px;
	line-height: 25px;
}

blockquote {
	font-weight: bold;
	font-style: italic;
	border: none;
	padding-left: 0;
	margin: 22px 0 36px;
}

blockquote p {
	font-size: 22px;
	line-height: 28px;
}

/*divider*/

.et_pb_module.et_pb_divider:before {
	background-color: #e5e5e5 !important;
	height: 2px;
	border: none !important;
}

/*button*/

body #page-container #main-content .et_pb_section .et_pb_button,
.et_pb_button {
	border: none !important;
	border-bottom: 2px solid #a81f23 !important;
	color: #a81f23 !important;
	background-color: transparent !important;
	text-transform: uppercase !important;
	font-family: 'Puritan' !important;
	font-size: 18px !important;
	line-height: 16px !important;
	border-radius: 0 !important;
	padding: 0 0 1px 0 !important;
	margin-bottom: 3px !important;
	transition: all 0.1s ease !important;
	letter-spacing: 0;
	display: inline-block !important;
	width: auto !important;
}

body #page-container #main-content .et_pb_section .et_pb_button:hover,
.et_pb_button:hover {
	background-color: transparent !important;
	padding: 0 0 4px 0 !important;
	margin-bottom: 0 !important;
}

.et_pb_button:hover:after {
	display: none !important;
}

/*homepage header*/

.et_pb_fullwidth_header .et_pb_header_content_wrapper a {
	font-size: 18px;
}

.et_pb_fullwidth_header .et_pb_button {
	margin-top: 56px !important;
}