/*
 Theme Name:     Crip Camp
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

/*********************/


/* FONTS */


/*********************/

@font-face {
    font-family: 'Jost-Book';
    src: url('//cripcamp.com/wp-content/themes/CripCamp/fonts/Jost-Book.woff2') format('woff2'),
        url('//cripcamp.com/wp-content/themes/CripCamp/fonts/Jost-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Jost-Bold';
    src: url('//cripcamp.com/wp-content/themes/CripCamp/fonts/Jost-Bold.woff2') format('woff2'),
        url('//cripcamp.com/wp-content/themes/CripCamp/fonts/Jost-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Jost-Black';
    src: url('//cripcamp.com/wp-content/themes/CripCamp/fonts/Jost-Black.woff2') format('woff2'),
        url('//cripcamp.com/wp-content/themes/CripCamp/fonts/Jost-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*********************/


/* BASE */


/*********************/

:root {
  --black: #000000;
  --black-60: rgba(0,0,0,0.6);
  --white: #FFFFFF;
  --white-60: rgba(255,255,255,0.6);
  --orange: #F15A23;
  --green: #00A99D;
  --purple: #554CC3;
}

html {
  font-size: 1em;
}
body {
	font-family: 'Jost-Book', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: var(--grey-1);
	background: #eeeeee;
	overflow-x: hidden !important;
}
.et_boxed_layout #page-container,
.et_fixed_nav.et_boxed_layout #page-container #main-header { /* If using boxed layout, max container full width */
	width: 100%;
}
.et_boxed_layout #page-container { /* If using boxed layout, shadow for container */
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0);
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	outline: none;
}
a,
button {
	color: #2B728A;
	outline: medium none;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
button:focus,input:focus,input:focus,textarea,textarea:focus {
	outline: 0
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
hr {
    border: none;
    display: block;
    height: 3px;
    background: #eeeeee;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.negmargin-big {
	margin-top: -48em;
}
.negmargin-med {
	margin-top: -40em;
}
.negmargin-small {
	margin-top: -24em;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
/* Image Overlay*/
.et_overlay {
	background: rgba(14,24,45,0.5);
	transition: all 0.3s ease-out 0s;
}
.et_overlay:before {
	color: var(--gold);
}

/*********************/


/* TYPOGRAPHY */


/*********************/

/* Base */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Jost-Bold', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: var(--black);
	margin-top: 0;
	margin-bottom: 2rem;
	text-transform: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1 { 
	font-size: 4.0rem;
	line-height: 1;
	letter-spacing: 0;
}

h2 { 
	font-size: 3.6rem;
	line-height: 1;
	letter-spacing: 0; 
}

h3 { 
	font-size: 3.0rem;
	line-height: 1.2; 
	letter-spacing: 0;
}

h4 {
	font-size: 2.4rem; 
	line-height: 1.2; 
	letter-spacing: 0;
	margin-bottom: 1rem; 
}

h5 {
	font-size: 1.4rem; 
	line-height: 1.4;  
	letter-spacing: 0;
}

h6 { 
	font-size: 1.2rem;
	color: var(--orange); 
	line-height: 1.6;  
	letter-spacing: 0;
}

p {
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1.8em;
	color: var(--grey-1);
	margin-bottom: 1em;
}
.white {
	color: var(--white);
}


/*********************/


/* BUTTONS */


/*********************/

.et_pb_button {
	font-family: superclarendon,serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.2rem;
	text-align: center;
	text-transform: none;
	letter-spacing: 0;
	line-height: 1;
	border-radius: 60px;
	margin-bottom: 0;
	padding: 0.8rem 3.12rem !important;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	outline: none;
	text-transform: none;
}

.et_pb_button.et_pb_bg_layout_light:after,
.et_pb_button.et_pb_bg_layout_dark:after {
    position: absolute;
    transition: all 0.3s ease-out 0s;
    top: 18%;
}

.et_pb_button.et_pb_bg_layout_light {
	color: var(--white) !important;
	background: var(--blue-1);
	border: 2px solid var(--blue-1);
}

.et_pb_button.et_pb_bg_layout_light:hover {
	color: var(--white) !important;
	background: var(--blue-2);
	border: 2px solid var(--blue-2);
}

.et_pb_button.et_pb_bg_layout_light.border {
	color: var(--blue-1) !important;
	background: transparent;
	border: 2px solid var(--blue-1);
}

.et_pb_button.et_pb_bg_layout_light.border:hover {
	color: var(--white) !important;
	background: var(--blue-1);
	border: 2px solid var(--blue-1);
}	

.et_pb_button.et_pb_bg_layout_dark {
	color: var(--black) !important;
	background: var(--orange);
	border: 2px solid var(--orange);
}

.et_pb_button.et_pb_bg_layout_dark:hover {
	color: var(--white) !important;
	background: var(--black);
	border: 2px solid var(--white);
}

.et_pb_button.et_pb_bg_layout_dark.border {
	color: var(--white) !important;
	background: transparent;
	border: 2px solid var(--white);
}

.et_pb_button.et_pb_bg_layout_dark.border:hover {
	color: var(--blue-1) !important;
	background: var(--white);
	border: 2px solid var(--white);
}

/* For CTA Module */

.et_pb_button.et_pb_promo_button {
	color: var(--grey) !important;
	background: transparent;
	border: 2px solid #cccccc;
}

.et_pb_button.et_pb_promo_button:hover {
	color: var(--white) !important;
	background: var(--grey);
	border: 2px solid var(--grey);
}



/*********************/


/* MAIN NAVIGATION */


/*********************/

/* Menu */
#main-header {
	font-family: 'Jost-Bold', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1.2rem;
	color: var(--black);
	text-transform: none;
	display: none;
}

#top-menu a {
	font-size: 1.2rem;
	color: var(--black);
	letter-spacing: 0;
}

#top-menu a:hover {
	color: var(--orange);
	opacity: 1 !important;
}

.et-fixed-header#main-header {
	background: var(--white);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.et-fixed-header #top-menu a {
	color: var(--black);
}

.et-fixed-header #top-menu a:hover, 
#top-menu li.current-menu-item>a {
	color: var(--orange);
	opacity: 1 !important;
}

/* Search Icon & Shop Icon */
.et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__search-button,
.et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__close-search-button,
.et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__cart-button {
	color: var(--blue-1) !important;
}

/* Mobile Menu */

.mobile_menu_bar:before {
	color: #FFCC00;
}

#main-header .et_mobile_menu {
	background-color: rgba(255,255,255,1) !important;
}

.et_mobile_menu {
	border-top: 3px solid #FFCC00;
}

#top-menu, .fullwidth-menu, nav#top-menu-nav, nav.fullwidth-menu-nav {
	display: block !important;
}


.et-search-form,
.et_mobile_menu,
.footer-widget li:before,
.nav li ul,
blockquote {
	border-color: var(--gold);
}


/*********************/


/* FOOTER */


/*********************/

/* Theme Builder Footer */

.module.footer {
	text-align: center;
}

.module.footer img {
	max-width: 220px;
}

.module.footer h5 {
	font-family: superclarendon,serif;
	font-weight: 700;
	font-style: normal;
	color: var(--white);
	margin-bottom: 0;
}

.module.footer p {
	font-size: 1rem;
	color: var(--white);
	text-align: center;
	margin-bottom: -1rem;
}

.module.footer p a {
	color: var(--white);
}

.module.footer p a:hover {
	color: var(--orange);
	text-decoration: underline;
}

.module.footer .logo {
	display: inline-block;
}

.module.footer ul {
	list-style: none;
}

.module.footer ul li {
	font-size: 1.6rem;
	display: inline-block;
	margin: 0 1.2rem;
}

.module.footer ul li a {
	color: var(--white);
}

.module.footer ul li a:hover {
	color: var(--orange);
}


/* Hide Divi Extra Footers */

#et-footer-nav, #footer-bottom {
	display: none;
}

/*********************/


/* HOME */

.module.hero {
	min-height: 80vh;
	padding-top: 10% !important;
}

.module.brush {
	margin-top: -32em;
}

.module.about {
	min-height: 60vh;
}

.module.about .title {
	padding: 0 0 2.4rem 0;
}

.module.about .title p {
	font-family: 'Jost-Bold', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 3.0rem;
    color: var(--white);
    line-height: 1.2;
    text-transform: none;
}

.module.signup .title {
	margin-bottom: 0;
}

.module.signup .title p {
	font-family: superclarendon,serif;
    font-weight: 700;
    font-style: normal;
    font-size: 3.6rem;
    color: var(--white);
    margin-bottom: 0;
    text-align: center;
}

.module.signup h2 {
	font-family: superclarendon,serif;
	font-weight: 700;
	font-style: normal;
	color: var(--white);
	margin-bottom: 0;
	text-align: center;
}

.module.signup p {
	font-size: 1.4rem;
	color: var(--white-60);
	text-align: center;
}

.module.signup .required p {
	font-size: 1rem;
	color: var(--white);
}

.module.credits {
	padding: 4.2rem 0;
}

.module.credits .title {
	margin-bottom: 0;
}

.module.credits .title p {
	font-family: superclarendon,serif;
	font-weight: 700;
	font-style: normal;
	font-size: 3.6rem;
	color: var(--black);
	text-align: center;
	margin-bottom: 0;
}

.module.credits h2 {
	font-family: superclarendon,serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
}

.module.credits .credit p {
	font-family: 'Jost-Bold', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1.4rem;
	margin-bottom: 0.4rem;
}

.module.credits .credit ul {
	list-style: none;
	padding: 0;
}

.module.credits .credit ul li {
	font-size: 1.2rem;
}

.module.general {
	padding: 5.6rem 0 !important;
}

.module.resources .resource {
	border: 4px solid var(--black);
	padding: 2.2rem;
	height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-out 0s;
}

.module.resources .resource:hover {
	border: 4px solid var(--orange);
}

.module.resources .resource p {
	font-family: 'Jost-Bold', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.4rem;
}

/* LESSONS TABLE */

.lessons ol {
	counter-reset: my-awesome-counter;
	list-style: none;
	padding-left: 40px;
}

.lessons ol li {
	margin: 2.6rem 0;
	counter-increment: my-awesome-counter;
	position: relative;
}

.lessons ol li::before {
	font-family: 'Jost-Bold', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.2rem;
    color: #D56B6F;
    content: counter(my-awesome-counter);
    position: absolute;
    --size: 42px;
    left: calc(-1 * var(--size) - 16px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: -4px;
    background: #21322A;
    border-radius: 50%;
    text-align: center;
}

.lessons ol li h4 {
	font-size: 1.6rem;
	color: var(--white);
	margin-bottom: 0;
	padding-bottom: 0;
	
}

.lessons ol li h4 a {
	color: var(--white);
}

.lessons ol li h4 a:hover {
	color: var(--white);
	text-decoration: underline;	
}

.lessons ol li p {
	color: var(--white-60);
}

/* WELCOME */

.module.welcome h2 {
	font-family: superclarendon,serif;
	font-weight: 700;
	font-style: normal;
	font-size: 3.4rem;
	color: var(--white);
}

.module.welcome p {
	color: var(--white);
}

.module.welcome p span {
	font-family: 'Jost-Bold', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 2.4rem;
    color: var(--green);
}

/* LESSONS */

.module.lessons h2 {
	font-size: 3.0rem;
    line-height: 1.2;
	margin-bottom: 0;
}

.module.lessons h2:before {
	font-family: 'Jost-Bold', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.2rem;
    color: #D56B6F;
    position: absolute;
    --size: 42px;
    left: calc(-1 * var(--size) - 16px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 8px;
    background: #21322A;
    border-radius: 50%;
    text-align: center;
}

.module.lessons .lesson1 h2:before {
	content: "1";
}

.module.lessons .lesson2 h2:before {
	content: "2";
}

.module.lessons .lesson3 h2:before {
	content: "3";
}

.module.lessons .lesson4 h2:before {
	content: "4";
}

.module.lessons .lesson5 h2:before {
	content: "5";
}

.module.lessons .lesson6 h2:before {
	content: "6";
}

.module.lessons .lesson7 h2:before {
	content: "7";
}

.module.lessons .lesson8 h2:before {
	content: "8";
}

.module.lessons .lesson9 h2:before {
	content: "9";
}

.module.lessons .lesson10 h2:before {
	content: "10";
}

.module.lessons .lesson11 h2:before {
	content: "11";
}

.module.lessons .lesson12 h2:before {
	content: "12";
}

.module.lessons .lesson13 h2:before {
	content: "13";
}

.module.lessons .lesson14 h2:before {
	content: "14";
}

.module.lessons .h3 {
	font-family: 'Jost-Book', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1.6rem;
	color: var(--black);	
}

.module.lessons a {
	color: var(--black);
	float: right;
}

.module.lessons a.see {
	padding-right: 3.12rem;
}

.module.lessons .lesson-container .et_pb_button_module_wrapper {
	margin-bottom: 0.8rem;
}

.module.lessons .lesson-container {
	padding: 7.6rem 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.module.lessons .lesson-container:nth-last-child(1) {
	border-bottom: none;
}

/* DEDICATION */

.module.dedication h2 {
	font-family: superclarendon,serif;
	font-weight: 700;
	font-style: normal;
	font-size: 3.4rem;
	color: var(--black);
}

.module.dedication h2 {
	font-family: superclarendon,serif;
	font-weight: 700;
	font-style: normal;
	font-size: 3.4rem;
	color: var(--black);
}

.module.dedication p {
	color: var(--black);
}

.module.dedication p span {
	font-family: 'Jost-Bold', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 2.4rem;
    color: #853033;
}

.module.dedication:before {
    background-image: url(https://cripcamp.com/wp-content/uploads/2020/07/top-grey.svg);
    background-position-x: center;
    content: "";
    background-size: cover;
    height: 5.2rem;
    left: 0;
    position: absolute;
    top: -3.6rem;
    width: 100%;
    z-index: 10;
}

/*********************/


/* FLUSH */


/*********************/

.curriculum:after {
    background-image: url(https://cripcamp.com/wp-content/uploads/2020/07/top.svg);
    background-position-x: center;
    content: "";
    background-size: cover;
    height: 5.2rem;
    left: 0;
    position: absolute;
    bottom: -0.6rem;
    width: 100%;
    z-index: 10;
}

.fullflush {
	margin: 0;
	padding: 0 !important;
}

.fullflush .single {
	background: transparent;
	min-height: 670px;
	min-width: 100%;
	position: relative;
	padding: 0
}

.fullflush .single .text {
	height: 100%;
	width: 50%;
    float: right;
    position: relative;
    padding: 4.6rem 0;
}

.fullflush .single .text .et_pb_module {
	width: 100%;
	max-width: 30vw;
	margin: 0 auto;
}

.fullflush .single .text h2 {
	font-family: superclarendon,serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.4rem;
	color: var(--white);
}

.fullflush .single .text h3{
	font-size: 1.4rem;
	color: var(--blue-2);
	margin-top: 4.2rem;
	margin-bottom: -2.2rem;
}

.fullflush .single.image-right .text {
	float: left;
}

.fullflush .single .image {
    height: 100%;
    width: 50%;
    min-height: 670px;
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0 !important;
    background-position: top center;
    background-size: cover;
}

.fullflush .single.image-right .image {
	left: auto;
	right: 0;
}

@media all and (max-width: 980px) {
.fullflush .single {
	min-height: 50vh;
}	
.fullflush .single .text h2 {
	font-size: 9.2vw;
}	
.fullflush {
	margin-bottom: 0;
}
.fullflush .single .text .et_pb_module {
	max-width: 100%;
}	
.fullflush .single .text {
	width: 100%;
	padding: 3.8rem 3.4rem;
	top: 0;
}
.fullflush .single .image {
	width: 100%;
    min-height: 1px;
    position: relative;
}
}



/*********************/


/* BLOG */


/*********************/

.et_pb_column_2_3 .et_pb_post_extra.el_dbe_grid_extended:nth-child(odd) .post-media,
.et_pb_column_3_4 .et_pb_post_extra.el_dbe_grid_extended:nth-child(odd) .post-media,
.et_pb_column_4_4 .et_pb_post_extra.el_dbe_grid_extended:nth-child(odd) .post-media {
	order: 0 !important;
}

@media screen and (min-width: 981px) {
.et_pb_column_2_3 .et_pb_post_extra.el_dbe_grid_extended .post-media,
.et_pb_column_3_4 .et_pb_post_extra.el_dbe_grid_extended .post-media,
.et_pb_column_4_4 .et_pb_post_extra.el_dbe_grid_extended .post-media {
	width: 20% !important;
}

.et_pb_column_2_3 .et_pb_post_extra.el_dbe_grid_extended .post-content,
.et_pb_column_3_4 .et_pb_post_extra.el_dbe_grid_extended .post-content,
.et_pb_column_4_4 .et_pb_post_extra.el_dbe_grid_extended .post-content {
	width: 80% !important;
	padding: 0 10px 0 30px !important;
}	
}


.post-header {
	padding: 1.2rem 0 2.8rem 0;
}

.post-header h1 {
	font-size: 3.6rem;
	color: var(--color-3);
	line-height: 1.0;
	margin-bottom: 0;
}

.post-header h1 span {
	-moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    -moz-text-stroke-color: var(--color-3);
    -webkit-text-stroke-color: var(--color-3);
    -moz-text-stroke-width: 2px;
    -webkit-text-stroke-width: 2px;
}

.post-header p {
	color: var(--white);
}

#diviblog .et_pb_post {
    background-color: var(--white);
    padding: 2.5rem;
    margin: 0 0 2rem 0;
    -webkit-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.02);
    -moz-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.02);
    box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.02);
    transition: all 0.3s ease;
}

#diviblog .et_pb_post:hover {
    background: var(--color-1);
    -webkit-box-shadow: 0px 2px 24px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 24px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 24px 0px rgba(0,0,0,0.1);
}

/*
#diviblog .et_pb_post .entry-title, 
#diviblog .et_pb_post .post-meta, 
#diviblog .et_pb_post .post-content p {
	transition: all 0.3s ease;
}
*/

#diviblog .et_pb_post .entry-title {
	font-size: 2.4rem;
	font-weight: normal;
	color: var(--color-1);
	text-transform: none;
	margin-bottom: 0;
	line-height: 1.2;
}

#diviblog .et_pb_post .entry-title:hover {
	color: var(--white);
}

#diviblog .et_pb_post .post-meta {
	font-family: 'Jost-Book', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1rem;
	color: var(--color-3);
    text-transform: uppercase;
    letter-spacing: 0;
}

#diviblog .et_pb_post .post-content {
	color: var(--grey-1);
}

#diviblog .et_pb_post:hover .entry-title, 
#diviblog .et_pb_post:hover .post-meta, 
#diviblog .et_pb_post:hover .post-content p {
	color: var(--white);
}

#diviblog .post-content .more-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	opacity: 0;
}

/*Builder Template*/

.et_pb_title_container h1 {
	font-size: 3.8rem;
}

span.published {
	font-family: superclarendon,serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.2rem;
	color: var(--gold);
	letter-spacing: 0.2rem;
	text-transform: uppercase;
}

.nav-next a, .nav-previous a {
	font-family: superclarendon,serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1rem !important;
	text-align: center;
	text-transform: none;
	letter-spacing: 0.2rem;
	line-height: 1;
	border-radius: 0;
	margin-bottom: 0;
	padding: 0.8rem 3.12rem !important;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	outline: none;
	text-transform: uppercase;
	color: var(--white);
	background: var(--blue-1);
	border: 2px solid var(--blue-1);
	border-radius: 0;
	
}

.nav-previous a {
	color: var(--blue-1);
	background: transparent;
	border: 2px solid var(--blue-1);
}

/*********************/


/* GRAVITY FORMS */


/*********************/

.divi_wrapper input.text,
.divi_wrapper input.title,
.divi_wrapper input[type=email],
.divi_wrapper input[type=password],
.divi_wrapper input[type=tel],
.divi_wrapper input[type=text],
.divi_wrapper select,
.divi_wrapper textarea {
	font-family: 'Jost-Bold', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: normal;
	font-style: normal;
	font-size: 1.2rem !important;
	color: #FFFFFF;
	background: transparent;
	border: 0;
	border-bottom: 4px solid #FFFFFF;
	border-radius: 0;
	padding: 1.2rem !important;
	transition: all 0.3s ease-out 0s;
	-webkit-appearance: none;
	outline: none;
}

.gform_wrapper select option {
	color: var(--black) !important;
}

.what select {
	color: var(--orange);
}

.gform_wrapper.gf_browser_chrome span.address_country {
    margin-top: 10px !important;
}

.divi_wrapper input.text:hover,
.divi_wrapper input.title:hover,
.divi_wrapper input[type=email]:hover,
.divi_wrapper input[type=password]:hover,
.divi_wrapper input[type=tel]:hover,
.divi_wrapper input[type=text]:hover,
.divi_wrapper select:hover,
.divi_wrapper textarea:hover {
	border: 0;
	border-bottom: 4px solid var(--orange);
}

.et_pb_button.et_pb_bg_layout_light.gravity {
	color: var(--black) !important;
	background: var(--white);
	border: 2px solid var(--white);
	font-size: 1.2rem !important;
	display: table !important;
	margin: 0 auto !important;
	cursor: pointer;
}
.et_pb_button.et_pb_bg_layout_light.gravity:hover {
	color: var(--black) !important;
	background: var(--orange);
	border: 2px solid var(--orange);
}


.divi_wrapper .top_label .gfield_label {
	display: none !important; /*Hide labels*/
}

img.gform_ajax_spinner {
    display: none !important; /*Hide spinner*/
}

/* Inline fields on Gravity Forms */

@media only screen and (min-width: 641px) {
.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_above li.gfield, .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_below li.gfield {
    vertical-align: middle;
    padding-right: 8px !important;
    width: 400px !important;
}
}

/*Placeholders*/

::-webkit-input-placeholder { /* Chrome */
  font-size: 1.2rem;	
  color: var(--white) !important;
}
:-ms-input-placeholder { /* IE 10+ */
  font-size: 1.2rem;	
  color: var(--white) !important;
}
::-moz-placeholder { /* Firefox 19+ */
  font-size: 1.2rem;	
  color: var(--white) !important;
  opacity: 1 !important;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  font-size: 1.2rem;	
  color: var(--white) !important;
  opacity: 1 !important;
}

/*Errors*/

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_requigreen.gfield_cgreenitcard_warning {
    background-color: transparent !important;
    margin-bottom: 0 !important;
    border-top: none !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error textarea,
.gform_wrapper li.gfield_error select {
	border: 0 !important;
	border-bottom: 4px solid #F12F15 !important;
    outline: none;
}

.gform_wrapper .validation_message {
    color: #F12F15 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.2rem !important;
}

.gform_wrapper div.validation_error {
    color: #fff !important;
    font-size: 1rem !important;
    border-top: none !important;
    border-bottom: none !important;
    background: #F12F15 !important;
}

/*Section*/

.gform_wrapper h2.gsection_title:before {
	display: none;
}

/*Labels*/
.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label {
	color: var(--white);
}

/*Confirmation*/

.gform_confirmation_message {
	font-family: 'Jost-Bold', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
    font-size: 1.2rem;
    color: var(--white);
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.6;
    padding: 2rem;
    text-align: center;
	
}

/*********************/


/* POPUP */


/*********************/

.popup_outer_wrap > div {
  max-height: 100% !important;
}

/*********************/


/* RESPONSIVE */


/*********************/

/*** Responsive Styles Large Desktop And Above ***/
@media only screen and (min-width: 1800px) {
.nav.bottom.sticky {
	padding: 0px 0px !important;
}
}

@media all and (min-width: 1405px) {
}
 
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
.module.feature h2 {
	font-size: 2rem;
	margin-top: -0.4rem;
}	
}
 
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {	
#main-header { /*Hide Due to TapTap Menu*/
	display: none;
}
.module.footer .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4,
.module.footer .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4,
.module.footer .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 {
	width: 100%;
}
.module.footer .et_pb_fullwidth_menu--style-left_aligned .et_pb_menu__wrap,
.module.footer .et_pb_menu--style-left_aligned .et_pb_menu__wrap {
	justify-content: flex-start;
}

.module.footer .et_pb_column {
	margin-bottom: 30px;
}
.negmargin-small {
	margin-top: 0;
}
}
 
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) {
.main-site-footer ul li {
	padding: 0;
	float: left;
}
}
 
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {			 
}
 
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
h2 { 
	font-size: 3.0rem;
}

h3 { 
	font-size: 2.2rem;
}
.module.brush {
	margin-top: -16em;
}
.module.dedication h2,
.module.welcome h2 {
	font-size: 2.8rem;
}
.module.lessons h2:before {
    left: calc(-1 * var(--size) - 0);
    top: -62px;
}
}