/*======================================
Theme Name: Cash Converters
Theme URI: https://divicake.com/
Description: A child theme for Cash Converters
Version: 1.0
Author: enjoy! Marketing
Author URI: https://www.enjoymarketing.co.uk
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

/* CC Yellow #FCD900 */
/* CC Red #B71234 */
/* CC Grey #63666A */
/* CC Jewellery Purple #4D3676 */
/* CC Finance Blue #89A8E0 */

/* Web Fonts  =============================================== */

@import url("https://use.typekit.net/nyw2fyl.css");

h1, h2, h3, h4, h5, h6 {
	font-family: co-headline, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.et_pb_button {
	font-family: co-headline, sans-serif;
	font-weight: 700;
	font-style: normal;
}

/* General Styles  =============================================== */


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

h1 br, h2 br, h3 br, h4 br, p br {
	display: none;
}
}

sub, sup {
    font-size: .5em;
    line-height: 0;
	position: relative;
}
sub {
    vertical-align: baseline;
}
sup {
   /*  vertical-align: super; */
}
.sentencecase, .sentencecase h1, .sentencecase h2, .sentencecase h3, .sentencecase h4 {
	text-transform: none !important;
}
ul.BulletList, ul.TickList {
	list-style: none;
}
ul.BulletList li, ul.TickList li {
	padding-bottom: 16px;
}
ul.BulletList li::before, ul.TickList li::before {
	content: "\2022";
	color: #000000;
	display: inline-block;
	width: 20px;
	margin-left: -20px;
}
ul.BulletList li::before {
	content: "\2022";
}
ul.TickList li::before {
	content: "\2713";
}


/* Custom Header */

/* Custom Footer */

/* Gravity Forms Template */

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper textarea.textarea, body div.form_saved_message div.form_saved_message_emailform form input[type=text] {
    background-color: #fff;
    border: 1px solid #63666A;
    font-size: 14px;
    color: #000;
    padding: 16px;
    line-height: initial;
    height: initial;
}
body .gform_wrapper.gravity-theme select, body .gform_wrapper.gravity-theme textarea  {
    background-color: #fff;
    border: 1px solid #63666A;
    font-size: 14px;
    color: #000;
}
.gform_wrapper.gravity-theme .gfield_label {
    color: #63666A;
}

body .gform_wrapper .gform_footer input.button {
	margin-left: auto;
	margin-right: auto;
	font-family: co-headline, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.form-required p:before {
	content: "*";
	color: #B71234;
	padding-right: 5px;
}
.form-terms {
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	max-width: 800px;
    margin: auto;
}