/*
 Theme Name:  Styled SHOOTS by Southern Bride Child Theme
 Theme URI:    https://www.southernbride.com
 Description:  Child Theme for Divi
 Author:       Steve Ward
 Author URI:   http://www.southernbride.com
 Template:     Divi
 Version:      1.1.0

--------- Colors ----------

HEX:  #eaece5 - Tan
HEX:  #b2c2bf - green/gray
HEX:  #c0ded9 - light blue/teal
HEX:  #3b3a30 - dark gray/ green
*/

/* Terms and privacy area inside checkout blocks */
.wp-block-woocommerce-checkout .wc-block-checkout__terms a,
.wp-block-woocommerce-checkout .wc-block-checkout__policies a,
.wp-block-woocommerce-checkout .wc-block-components-checkbox__label a {
  color: #bd4343 !important;
  text-decoration: underline;
}







/* Normalization */
body, p, h1, h2, h3, ul, ol {
    margin: 0;
    padding: 0;
}

/* General */

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
}

p, h1, h2, h3, h4, h5, h6 {
	color: #000000;
}

p {
	line-height: 1.4em;
}

h1 {
	font-family: 'Playfair Display', serif !important;
	font-size: 36px;
	font-weight: 700;
	font-style: normal;
 	/*   letter-spacing: 3px; */
}

h2 {
	font-family: 'Playfair Display', serif !important;
	font-size: 32px;
	font-weight: 700;
	font-style: normal;
}

h3 {
	font-family: 'Raleway', serif !important;
	font-size: 28px;
	font-weight: 700;
	font-style: normal;
}

h4 {
	font-family: 'Raleway', serif !important;
	font-size: 24px;
	font-weight: 700;
	font-style: normal;
}

h5 {
	font-family: 'Playfair Display', serif !important;
	font-size: 22px;
	font-weight: 400;
	font-style: normal;
}

h6 {
	font-family: 'Raleway', serif !important;
	font-size: 20px;
	font-weight: 700;
	font-style: normal;
}

a:hover {
	color: inherit;
}

p {
	font-family: 'Raleway', serif !important;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	color: #000000
}

.selector ul li {
  font-size: 16px !important;
  font-family: "Raleway", sans-serif !important;
}


#policy .page-id-987504966 p {
	color: #000000 !important;
}

/*  Checkout page BOLD Login link */
.wc-block-checkout__login-prompt{text:bold !important;}