@charset "UTF-8";
/*--------------------------------------------------
----------------------------------------------------
	
	Core SASS Stylesheet
	
	Designed by: Resonate Branding + Web Design.
	Website: DefaultV2
	Date: 04/20/2015
	
----------------------------------------------------
---------------------------------------------------*/
/*---------- Imports ----------*/
/*--------------------------------------------------
----------------------------------------------------
	
	SASS Variables and Mixins
	
	Designed by: Resonate Branding + Web Design.
	Website: DefaultV2
	Date: 04/18/2015
	
----------------------------------------------------
---------------------------------------------------*/
/*----------Variables----------*/
/************************************************/
/*************   GLOBAL ESSENTIALS  *************/
/************************************************/
@media only screen and (min-width: 980px) {
  body.et_fixed_nav.et_show_nav #page-container, body.et_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled #page-container, body.et_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered #page-container, body.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container, body.et_fixed_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered #page-container {
    padding-top: 113px;
  }
  body.et_fixed_nav.et_show_nav.home #page-container, body.et_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled.home #page-container, body.et_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered.home #page-container, body.et_fixed_nav.et_show_nav.et_secondary_nav_enabled.home #page-container, body.et_fixed_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered.home #page-container {
    padding-top: 113px;
  }
}
pre, code {
  white-space: normal;
}

/************************************************/
/*******   Variables and Core Settings  *********/
/************************************************/
/*----------Core CSS Settings----------*/
.widget_monarchwidget h4.widgettitle {
  border-bottom: none;
}

.et_pb_text ul {
  padding: 12px 22px 12px 40px;
}

p:last-of-type, .et_pb_text p:last-of-type {
  padding-bottom: 1em;
}

/*----------- List Styles --------------*/
.et_pb_text .et_pb_text_inner > ul:not(.et_post_gallery), .et_pb_post .post-content > ul:not(.et_post_gallery), #left-area .entry-content > ul:not(.et_post_gallery), .et_pb_toggle .et_pb_toggle_content > ul:not(.et_post_gallery) {
  list-style: outside none none;
  margin-bottom: 13px;
  margin-left: 20px;
  padding-left: 1em;
  text-indent: -1em;
  max-width: 476px;
}
.et_pb_text .et_pb_text_inner > ul:not(.et_post_gallery) li, .et_pb_post .post-content > ul:not(.et_post_gallery) li, #left-area .entry-content > ul:not(.et_post_gallery) li, .et_pb_toggle .et_pb_toggle_content > ul:not(.et_post_gallery) li {
  list-style: outside none none;
  padding-top: 2px;
  padding-bottom: 2px;
}
.et_pb_text .et_pb_text_inner > ul:not(.et_post_gallery) li:before, .et_pb_post .post-content > ul:not(.et_post_gallery) li:before, #left-area .entry-content > ul:not(.et_post_gallery) li:before, .et_pb_toggle .et_pb_toggle_content > ul:not(.et_post_gallery) li:before {
  color: #4c9abf;
  content: "•";
  list-style: none;
  margin-right: 10px;
  font-size: inherit;
  position: relative;
  top: 0px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.et_pb_text .et_pb_text_inner ul.checkmark, .et_pb_post .post-content ul.checkmark, #left-area .entry-content ul.checkmark, .et_pb_toggle .et_pb_toggle_content ul.checkmark {
  padding-left: 1.8em;
  text-indent: -2.5em;
}
.et_pb_text .et_pb_text_inner ul.checkmark li:before, .et_pb_post .post-content ul.checkmark li:before, #left-area .entry-content ul.checkmark li:before, .et_pb_toggle .et_pb_toggle_content ul.checkmark li:before {
  font-family: 'icomoon';
  color: #4aa575;
  content: "\e903";
  font-size: 30px;
  top: 5px;
  position: relative;
}
.et_pb_text .et_pb_text_inner ul.wrong, .et_pb_post .post-content ul.wrong, #left-area .entry-content ul.wrong, .et_pb_toggle .et_pb_toggle_content ul.wrong {
  padding-left: 1.8em;
  text-indent: -2.5em;
}
.et_pb_text .et_pb_text_inner ul.wrong li:before, .et_pb_post .post-content ul.wrong li:before, #left-area .entry-content ul.wrong li:before, .et_pb_toggle .et_pb_toggle_content ul.wrong li:before {
  font-family: 'icomoon';
  color: red;
  content: "\e902";
  font-size: 30px;
  top: 5px;
  position: relative;
}
.et_pb_text .et_pb_text_inner ol, .et_pb_post .post-content ol, #left-area .entry-content ol, .et_pb_toggle .et_pb_toggle_content ol {
  padding: 50px 30px 40px;
  background-color: #f0f1f1;
  list-style: none;
  margin-bottom: 30px;
  counter-reset: my-badass-counter;
}
.et_pb_text .et_pb_text_inner ol > li, .et_pb_post .post-content ol > li, #left-area .entry-content ol > li, .et_pb_toggle .et_pb_toggle_content ol > li {
  position: relative;
  padding-top: 0px;
  padding-bottom: 14px;
  padding-left: 44px;
}
.et_pb_text .et_pb_text_inner ol > li:before, .et_pb_post .post-content ol > li:before, #left-area .entry-content ol > li:before, .et_pb_toggle .et_pb_toggle_content ol > li:before {
  content: counter(my-badass-counter);
  counter-increment: my-badass-counter;
  position: absolute;
  left: 0;
  top: -2px;
  font: bold 30px/1 Sans-Serif;
  color: #4c9abf;
}

/*----------- Widget List Styles --------------*/
.widget_recent_entries ul, .widget_categories ul, .et_pb_widget_area .widget_recent_entries ul, .et_pb_widget_area .widget_categories ul {
  list-style: outside none none;
  margin-bottom: 13px;
}
.widget_recent_entries ul li, .widget_categories ul li, .et_pb_widget_area .widget_recent_entries ul li, .et_pb_widget_area .widget_categories ul li {
  list-style: outside none none;
  speak: none;
  line-height: 20px;
}

input[type=text], input[type=password], input[type=tel], input[type=email], input.text, input.title, textarea, select {
  padding: 6px 17px 8px !important;
  border: 1px solid #bdbdbd !important;
  margin: 0px !important;
  border-radius: 6px;
}

input[type=submit] {
  background: #f2c94c !important;
  margin: 0 auto 20px;
  color: white !important;
  border-radius: 6px;
  border: none !important;
  transition: all 0.2s ease-in-out;
  font-size: 19px;
  padding: 14px 30px 16px;
  font-weight: bold;
}
input[type=submit]:hover {
  background-color: #cc9b04 !important;
  color: white !important;
  padding: 14px 30px 16px;
}

.form-submit .et_pb_button:hover, .et_password_protected_form .et_submit_button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover {
  padding: 14px 30px 16px;
}

/*-------------------[Desktop Screens]------------------*/
/*-------------------[Tablet Screens]------------------*/
/*-------------------[ Mobile Phones]------------------*/
@media only screen and (max-width: 782px) {
  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 20px;
  }
}
/*************************************/
/*******   Core Plugin Mods  *********/
/*************************************/
/*---------------------------------------*/
/*--------- Gravity Forms Mods ----------*/
/*---------------------------------------*/
#main-content .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio] {
  margin-left: .5em;
}

/**---- Standard Forms -----**/
.gform_wrapper input, .gform_wrapper textarea {
  border-radius: 6px;
  box-sizing: border-box;
  padding: 6px 17px 8px !important;
  border: 1px solid #bdbdbd;
  background-color: white !important;
}
.gform_wrapper input::-webkit-input-placeholder, .gform_wrapper textarea::-webkit-input-placeholder {
  color: #828282 !important;
}
.gform_wrapper input:-moz-placeholder, .gform_wrapper textarea:-moz-placeholder {
  color: #828282 !important;
}
.gform_wrapper input::-moz-placeholder, .gform_wrapper textarea::-moz-placeholder {
  color: #828282 !important;
}
.gform_wrapper input:-ms-input-placeholder, .gform_wrapper textarea:-ms-input-placeholder {
  color: #828282 !important;
}
.gform_wrapper input:focus, .gform_wrapper textarea:focus {
  border-color: #4c9abf;
}

.gform_wrapper input[type="submit"], .gform_wrapper input[type="button"] {
  width: auto;
  color: white !important;
  border-radius: 6px !important;
  font-weight: bold !important;
  border: none !important;
  padding: 7px 30px 8px !important;
  text-shadow: none !important;
  background-color: #4c9abf !important;
  font-family: "Open Sans", "Playfair Display", Georgia, "Times New Roman", serif !important;
}
.gform_wrapper input[type="submit"]:hover, .gform_wrapper input[type="button"]:hover {
  background-color: #56ccf2 !important;
  color: white !important;
}

/**---- Standard Forms on Dark Background (use the .dark-bg class) -----**/
.dark-bg .gform_wrapper input, .dark-bg .gform_wrapper textarea {
  color: black !important;
  background-color: white !important;
}
.dark-bg .gform_wrapper input::-webkit-input-placeholder, .dark-bg .gform_wrapper textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.dark-bg .gform_wrapper input:-moz-placeholder, .dark-bg .gform_wrapper textarea:-moz-placeholder {
  color: #acacac !important;
}
.dark-bg .gform_wrapper input::-moz-placeholder, .dark-bg .gform_wrapper textarea::-moz-placeholder {
  color: #acacac !important;
}
.dark-bg .gform_wrapper input:-ms-input-placeholder, .dark-bg .gform_wrapper textarea:-ms-input-placeholder {
  color: #acacac !important;
}
.dark-bg label {
  color: #fff !important;
}
.dark-bg .gform_wrapper input[type="submit"], .dark-bg .gform_wrapper input[type="button"] {
  color: white !important;
  background-color: #f2c94c !important;
}
.dark-bg .gform_wrapper input[type="submit"]:hover, .dark-bg .gform_wrapper input[type="button"]:hover {
  background-color: #cc9b04 !important;
  color: white !important;
}

/**---- ALSO SEE HORIZONTAL FORM STYLES FURTHER DOWN -----**/
.gform_wrapper .name_first input, .gform_wrapper .name_last input {
  margin-bottom: 4px;
}
.gform_wrapper .name_first label, .gform_wrapper .name_last label {
  font-size: 13px;
  color: #aaa;
  margin-top: 0px;
}
.gform_wrapper .ginput_complex.no_last_name label {
  display: none !important;
}
.gform_wrapper ul {
  padding-bottom: 0px !important;
}
.gform_wrapper .gform_page_footer {
  text-align: center;
}

/*---------------------------------------*/
/*-----------Woo Commerce Mods-----------*/
/*---------------------------------------*/
/*
.woocommerce .gform_wrapper input[type="submit"] {
	background: $primary !important;
}
.woocommerce .gform_wrapper input[type="submit"]:hover {
	background: #3399cc !important;
}*/
.woocommerce #content-area div.product table.variations tr {
  max-width: none;
  width: 100%;
}
.woocommerce #content-area div.product table.variations tr td {
  max-width: 170px;
}

/*--------------------------------------------*/
/*--------Login Widget with Shortcode---------*/
/*--------------------------------------------*/
/*
.et_pb_text ul.login_wid{ list-style-type:none !important; border: 1px dashed #bbb; max-width:400px; float:none; padding:20px; } 
.subscriber-login .et-learn-more {
	max-width: 400px;
	h3.heading-more {
		color: #000;
	}
}

*/
/*---------------------------------------*/
/*-------- Click to Tweet Mods ----------*/
/*---------------------------------------*/
.tm-click-to-tweet {
  border: none !important;
  padding: 30px 55px !important;
}
.tm-click-to-tweet .tm-ctt-text a {
  font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
  font-style: italic;
  color: #4c9abf !important;
  font-size: 32px !important;
}
.tm-click-to-tweet .tm-ctt-text a:hover {
  color: #18465c !important;
}
.tm-click-to-tweet .tm-powered-by {
  display: none;
}

/********************************/
/*********   Divi Mods  *********/
/********************************/
body.page-template-page-template-blank-php .et_pb_section ul {
  padding-top: 0px;
  padding-bottom: 24px;
}
body.page-template-page-template-blank-php .et_pb_section .video-frame {
  border: 10px solid #eee;
  box-sizing: border-box;
}
body.page-template-page-template-blank-php .et_pb_section .et_pb_row .et_pb_column .et_pb_widget {
  margin: 0 0 30px 0;
}

.landing-header .et_pb_module, .landing-header .et_pb_row, .landing-header .et_pb_column {
  margin-bottom: 0px !important;
  padding-top: 0px !important;
}
.landing-header .et_pb_module p, .landing-header .et_pb_row p, .landing-header .et_pb_column p {
  margin-bottom: 0px;
}
.landing-header .et_pb_module .aligncenter, .landing-header .et_pb_row .aligncenter, .landing-header .et_pb_column .aligncenter {
  margin-bottom: 0px;
}

.et_pb_widget_area_left, .et_pb_widget_area_right {
  border: none;
}

#main-content .container:before {
  display: none;
}

li.widget {
  list-style: none;
}

#main-content {
  min-height: 500px;
}

/*-------------------[Desktop Screens]------------------*/
/*-------------------[Tablet Screens]------------------*/
@media only screen and (max-width: 980px) {
  body.page-template-page-template-blank-php .landing-header {
    padding: 20px 0px 20px;
  }
  body.page-template-page-template-blank-php .landing-header .logo {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  body.page-template-page-template-blank-php .landing-header .logo img {
    height: 50px;
  }
  body.page-template-page-template-blank-php .landing-header .phone {
    display: none;
  }
}
/*-------------------[ Mobile Phones]------------------*/
/********************************/
/**********   Divi fixes  **********/
/********************************/
.et_pb_equal_columns:last-child {
  float: none;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left {
  float: none !important;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content {
  margin-left: 0px;
  padding-left: 0px;
}

/********************************/
/**********   Buttons  **********/
/********************************/
body a.small-button, body a.big-button, body a.icon-button, body a.et_pb_button, a.more-link, #main-content .pagination a {
  display: inline-block;
  position: relative;
  padding: 10px 14px !important;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #f2c94c;
  font-family: "Open Sans", "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-weight: bold !important;
  color: white !important;
  text-shadow: none !important;
  line-height: 1.3em;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -moz-border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  border-radius: 6px !important;
  border: none !important;
}
body a.small-button:hover, body a.big-button:hover, body a.icon-button:hover, body a.et_pb_button:hover, a.more-link:hover, #main-content .pagination a:hover {
  color: white;
  background-color: #cc9b04;
}

body a.big-button, body a.et_pb_button {
  font-size: 19px;
  padding: 14px 30px 16px !important;
}
body a.big-button:hover, body a.et_pb_button:hover {
  color: white !important;
  background-color: #cc9b04 !important;
}

body a.big-button:after, body a.icon-button:after, body a.et_pb_button:after {
  font-family: 'ETmodules' !important;
  font-size: 32px;
  content: "\35";
  position: absolute;
  margin-left: -20px;
  top: 14px;
  right: 5px;
  opacity: 0;
}

body a.big-button:hover:after, body a.icon-button:hover:after, body a.et_pb_button:hover:after {
  opacity: 1;
  margin-left: 0;
}

body a.big-button:hover, body a.icon-button:hover, body a.et_pb_button:hover, #main-content .pagination a:hover {
  padding-right: 40px !important;
}

body a.small-button, body a.icon-button, a.more-link {
  margin-top: 20px !important;
  background: #4c9abf;
}
body a.small-button:hover, body a.icon-button:hover, a.more-link:hover {
  background: #56ccf2;
}

body a.smallblue, body a.bigblue {
  color: #fff !important;
  background: #4c9abf !important;
}

body a.smallblue:hover, body a.bigblue:hover {
  color: #fff !important;
  background: #18465c !important;
}

body a.smalllightblue {
  color: #fff !important;
  background: #006870 !important;
}

body a.smalllightblue:hover {
  color: #fff !important;
}

body a.smallteal, body a.bigteal, body a.bigturquoise {
  color: #ffff !important;
  background: #61eef0 !important;
}

body a.smallteal:hover, body a.bigteal:hover, body a.bigturquoise:hover {
  color: #fff !important;
}

body a.smallgreen, body a.biggreen {
  color: #fff !important;
  background: #4aa575 !important;
}

body a.smallgreen:hover, body a.biggreen:hover {
  color: #fff !important;
  background: #2c6f68 !important;
}

body a.smallorange, body a.bigorange {
  color: #fff !important;
  background: #ff9900 !important;
}

body a.smallorange:hover, body a.bigorange:hover {
  color: #fff !important;
  background: #cc5200 !important;
}

body a.smallyellow, body a.bigyellow {
  color: #000 !important;
  background: #f2c94c !important;
}

body a.smallyellow:hover, body a.bigyellow:hover {
  color: #000 !important;
  background: #fae6a7 !important;
}

body a.smallblack {
  color: #fff !important;
  background: black !important;
}

body a.smallblack:hover {
  color: #f7f7f7 !important;
}

body a.smallred, body a.bigred {
  color: #fff !important;
  background: red !important;
}

body a.smallred:hover, body a.bigred:hover {
  color: #fff !important;
  background: #660000 !important;
}

body a.smallpurple, body a.bigpurple {
  color: #fff !important;
  background: #85439a !important;
}

body a.smallpurple:hover, body a.bigpurple:hover {
  color: #fff !important;
  background: #d3bfd3 !important;
}

body a.smallgrey, body a.biggrey {
  color: #fff !important;
  background: #7e8083 !important;
}

body a.smallgrey:hover, body a.biggrey:hover {
  color: #fff !important;
  background: #444444 !important;
}

a.big-cta.big-button {
  width: 100%;
  padding: 30px;
  font-size: 36px;
  text-align: center;
}

a.big-cta.big-button:after {
  font-size: 48px;
  top: 18px;
}

/****************************************************/
/***********   Wordpress Customizations  ************/
/****************************************************/
img.alignright, .wp-caption.alignright {
  padding: 0 0 16px 16px;
  float: right;
}

.wp-caption {
  padding: 4px;
  max-width: 100%;
}
.wp-caption img {
  padding-bottom: 6px;
}
.wp-caption p {
  text-align: center;
  font-size: 12px;
  color: #555;
}

/****************************************************/
/*******   Core Custom Classes by Resonate  *********/
/****************************************************/
h2 {
  background-image: url("https://www.salmonbaypaddle.com/wp-content/uploads/2018/02/SBP_seperator.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  text-align: center;
  padding-bottom: 26px;
  margin-top: 18px;
  margin-bottom: 34px;
}

p {
  font-size: 15px;
}

body.logged-in .logged-in-hide, body:not(.logged-in) .logged-out-hide {
  display: none !important;
}

.alert-banner {
  background-color: #4c9abf;
}
.alert-banner .et_pb_row {
  padding-top: 15px;
  padding-bottom: 15px;
}

body.home .hide-home {
  display: none;
}

.width-80 {
  width: 80%;
  margin: 10px auto 30px;
}

.no-pad-top {
  padding-top: 0px !important;
}

.pad-top-20 {
  padding-top: 20px;
}

.pad-left-80 {
  padding-left: 80px;
}

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

.clear-both {
  clear: both;
}

.background-cover {
  background-size: cover;
}

i.icon-arrow-right {
  padding: 0 0 0px 0px;
  position: relative;
  bottom: -2px;
}

/**---- Horizontal Forms -----**/
.horizontal-opt-in .gform_wrapper {
  margin: 0 auto !important;
  max-width: 56% !important;
  padding-top: 5px;
}
.horizontal-opt-in .gform_wrapper .gform_body {
  width: 100% !important;
}
.horizontal-opt-in .gform_wrapper .gform_body li {
  float: left;
  clear: none !important;
  margin-top: 0px !important;
  width: 35%;
  padding-right: 3%;
}
.horizontal-opt-in .gform_wrapper .gform_body li .ginput_container {
  padding-top: 10px !important;
}
.horizontal-opt-in .gform_wrapper .gform_body li .ginput_container span.name_first {
  padding-top: 0px !important;
}
.horizontal-opt-in .gform_wrapper .gform_body li .ginput_container input {
  border-radius: 6px !important;
  box-sizing: border-box;
  padding: 6px 17px 8px !important;
  border: 1px solid #bdbdbd !important;
  width: 100%;
  font-size: 16px !important;
  color: #333333 !important;
  background-color: white !important;
}
.horizontal-opt-in .gform_wrapper .gform_body li .ginput_container input::-webkit-input-placeholder {
  color: #828282 !important;
}
.horizontal-opt-in .gform_wrapper .gform_body li .ginput_container input:-moz-placeholder {
  color: #828282 !important;
}
.horizontal-opt-in .gform_wrapper .gform_body li .ginput_container input::-moz-placeholder {
  color: #828282 !important;
}
.horizontal-opt-in .gform_wrapper .gform_body li .ginput_container input:-ms-input-placeholder {
  color: #828282 !important;
}
.horizontal-opt-in .gform_wrapper .gform_body .top_label .gfield_label {
  display: none !important;
}
.horizontal-opt-in .gform_wrapper .gform_footer {
  clear: none !important;
  width: 30%;
  float: left;
  padding-top: 18px;
  margin-top: 0px;
}
.horizontal-opt-in .gform_wrapper .gform_footer input[type="submit"] {
  width: 100%;
  color: white !important;
  border-radius: 6px !important;
  font-weight: bold !important;
  border: none !important;
  padding: 7px 17px 8px !important;
  text-shadow: none !important;
  background-color: #f2c94c !important;
  font-family: "Open Sans", "Playfair Display", Georgia, "Times New Roman", serif !important;
}
.horizontal-opt-in .gform_wrapper .gform_footer input[type="submit"]:hover {
  background-color: #cc9b04 !important;
  color: white !important;
}
.horizontal-opt-in.dark-bg .gform_wrapper .gform_body li .ginput_container input {
  border: 1px solid white !important;
  background-color: white !important;
  color: black !important;
}
.horizontal-opt-in.dark-bg .gform_wrapper .gform_body li .ginput_container input::-webkit-input-placeholder {
  color: #acacac !important;
}
.horizontal-opt-in.dark-bg .gform_wrapper .gform_body li .ginput_container input:-moz-placeholder {
  color: #acacac !important;
}
.horizontal-opt-in.dark-bg .gform_wrapper .gform_body li .ginput_container input::-moz-placeholder {
  color: #acacac !important;
}
.horizontal-opt-in.dark-bg .gform_wrapper .gform_body li .ginput_container input:-ms-input-placeholder {
  color: #acacac !important;
}
.horizontal-opt-in.dark-bg .gform_wrapper .gform_footer input[type="submit"] {
  background-color: #f2c94c;
  color: white;
}
.horizontal-opt-in.dark-bg .gform_wrapper .gform_footer input[type="submit"]:hover {
  background-color: #cc9b04;
  color: white;
}

/*-------------------[Desktop Screens]------------------*/
/*-------------------[Tablet Screens]------------------*/
/*-------------------[ Mobile Phones]------------------*/
@media only screen and (max-width: 782px) {
  .horizontal-opt-in .gform_wrapper {
    width: 100% !important;
    max-width: 100% !important;
    position: relative;
    text-align: center;
  }
  .horizontal-opt-in .gform_wrapper .gform_body {
    width: 100% !important;
    float: none;
  }
  .horizontal-opt-in .gform_wrapper .gform_body ul.gform_fields li.gfield {
    width: 100% !important;
    float: none !important;
    padding-right: 0px !important;
  }
  .horizontal-opt-in .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container {
    padding-top: 0px !important;
  }
  .horizontal-opt-in .gform_wrapper .gform_footer {
    clear: both !important;
    padding-top: 12px !important;
    float: none;
    margin-bottom: 0px;
    text-align: center;
    width: 100% !important;
  }
  .horizontal-opt-in .gform_wrapper .gform_footer input[type="submit"] {
    width: 100% !important;
    margin-top: 0px !important;
  }

  .dark-bg.et_pb_row.et_pb_row_2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/******************************************************************************/
/******************************************************************************/
/*                                                                            */
/*                      //   START PAGE CUSTOMIZATIONS  //                    */
/*                                                                            */
/******************************************************************************/
/******************************************************************************/
/*******************************/
/**********   Header  **********/
/*******************************/
#main-header .container #logo {
  max-height: 150% !important;
  margin-top: 38px;
}

#top-header {
  background-color: transparent !important;
  height: 0px;
  overflow: visible;
}
#top-header .container {
  padding-top: 0;
}

#top-header, #et-secondary-nav li ul {
  background-color: transparent !important;
}

#et-secondary-menu a {
  background: rgba(255, 255, 255, 0.9);
  padding: 9px 17px 12px 15px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #4c9abf !important;
  font-size: 15px;
  font-weight: lighter !important;
  margin-left: 4px;
}
#et-secondary-menu a:hover {
  color: white !important;
  background: #18465c !important;
  opacity: 1;
}

#main-header {
  border-bottom: 6px solid #93B6C7;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
}
#main-header #et-top-navigation {
  padding-top: 44px;
}
#main-header #top-menu > li {
  padding-right: 10px;
}
#main-header #top-menu > li a {
  font-weight: lighter;
}
#main-header #top-menu > li a:hover {
  color: white !important;
  opacity: 1;
}
#main-header #top-menu > li a:active {
  color: white !important;
}
#main-header #top-menu > li > ul {
  top: 34px;
  border-color: #4c9abf;
}
#main-header #top-menu > li > ul a {
  line-height: 1.2em;
  padding-top: 8px;
  padding-bottom: 8px;
  text-transform: none;
}
#main-header #top-menu .menu-social-icons, #main-header #mobile_menu .menu-social-icons {
  padding-right: 0px;
}
#main-header #top-menu .menu-social-icons a, #main-header #mobile_menu .menu-social-icons a {
  position: relative;
  top: 13px;
  /* adjust as needed to position icons vertically  */
  width: 32px;
  /* adjust as needed to match the final icon size  */
  height: 30px;
  /* adjust as needed to reveal entire icon without revealing text below it  */
  overflow: hidden;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 39.6px !important;
  color: #1c75bc !important;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#main-header #top-menu .menu-social-icons a:hover, #main-header #mobile_menu .menu-social-icons a:hover {
  color: #7e8083;
}
#main-header #top-menu .menu-social-icons a:before, #main-header #mobile_menu .menu-social-icons a:before {
  content: "\e901";
  /* replace with the "content:" value you found in the Production Link css file  */
  font-size: 26px;
  /* adjust as needed to match the final icon size  */
  padding-bottom: 10px;
  /* adjust as needed  */
  display: block;
}
#main-header #top-menu .menu-facebook a, #main-header #mobile_menu .menu-facebook a {
  color: white !important;
}
#main-header #top-menu .menu-facebook a:hover, #main-header #mobile_menu .menu-facebook a:hover {
  color: #CFECFA !important;
}
#main-header #top-menu .menu-facebook a:before, #main-header #mobile_menu .menu-facebook a:before {
  content: "\f082";
  /* replace with the "content:" value you found in the Production Link css file  */
}
#main-header #top-menu .menu-twitter a, #main-header #mobile_menu .menu-twitter a {
  color: #00b6f1 !important;
}
#main-header #top-menu .menu-twitter a:before, #main-header #mobile_menu .menu-twitter a:before {
  content: "\e900";
  /* replace with the "content:" value you found in the Production Link css file  */
}
#main-header #top-menu .menu-linkedin a, #main-header #mobile_menu .menu-linkedin a {
  color: #007bb6 !important;
}
#main-header #top-menu .menu-linkedin a:before, #main-header #mobile_menu .menu-linkedin a:before {
  content: "\e900";
  /* replace with the "content:" value you found in the Production Link css file  */
}
#main-header #top-menu .menu-instagram a, #main-header #mobile_menu .menu-instagram a {
  color: white !important;
}
#main-header #top-menu .menu-instagram a:hover, #main-header #mobile_menu .menu-instagram a:hover {
  color: #CFECFA !important;
}
#main-header #top-menu .menu-instagram a:before, #main-header #mobile_menu .menu-instagram a:before {
  content: "\f16d";
  /* replace with the "content:" value you found in the Production Link css file  */
}
#main-header #top-menu .menu-pinterest a, #main-header #mobile_menu .menu-pinterest a {
  color: #cb2027 !important;
}
#main-header #top-menu .menu-pinterest a:before, #main-header #mobile_menu .menu-pinterest a:before {
  content: "\e900";
  /* replace with the "content:" value you found in the Production Link css file  */
}

.mobile_menu_bar::before {
  color: white !important;
}

#main-header.et-fixed-header {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
#main-header.et-fixed-header #top-menu .menu-social-icons a {
  top: 9px;
  /* adjust as needed  */
}
#main-header.et-fixed-header #logo {
  max-height: 70% !important;
  margin-top: 25px !important;
}

/****** MOBILE MENU CHANGES *******/
#et_mobile_nav_menu .mobile_nav::before {
  content: "menu ";
  display: inline-block;
  color: black;
  position: relative;
  top: -10px;
}
#et_mobile_nav_menu .mobile_menu_bar {
  display: inline-block;
}

.et_mobile_menu {
  background: #4c9abf !important;
}

#mobile_menu .menu-social-icons {
  display: inline-block;
}
#mobile_menu .menu-social-icons a {
  padding: 0px;
  top: 6px !important;
  left: 25px;
}

@media only screen and (max-width: 1200px) {
  #top-menu-nav {
    display: none;
  }

  #et_mobile_nav_menu {
    display: block;
  }

  body.et_fixed_nav.et_show_nav #page-container {
    padding-top: 80px !important;
  }

  body.home.et_fixed_nav.et_show_nav #page-container {
    padding-top: 80px !important;
  }

  body.et_fixed_nav.et_secondary_nav_enabled #main-header {
    position: absolute !important;
  }

  .et_fixed_nav #main-header, .et_fixed_nav #top-header {
    position: absolute;
  }
}
#top-menu-nav .show-mobile-only {
  display: none;
}

/*-------------------[Desktop Screens]------------------*/
/*-------------------[Tablet Screens]------------------*/
@media only screen and (max-width: 980px) {
  #main-header .container #logo {
    max-height: 100px !important;
    margin-top: 0;
  }
}
/*-------------------[ Mobile Phones]------------------*/
@media only screen and (max-width: 782px) {
  #main-header .container #logo {
    margin-top: 0;
  }

  #mobile_menu .menu-social-icons a {
    left: 14px !important;
  }
}
/*******************************/
/*******   Home Page   *********/
/*******************************/
#home-section-1 {
  padding-top: 122px;
  padding-bottom: 107px;
}
#home-section-1 #home-section-1-row-1 {
  padding-left: 130px;
}
#home-section-1 #home-section-1-row-1-text {
  max-width: 430px;
}
#home-section-1 #home-section-1-row-1-text h1, #home-section-1 #home-section-1-row-1-text p {
  text-shadow: 0px 0px 20px #000;
}
#home-section-1 #home-section-1-row-1-text h1 {
  font-weight: 600;
}
#home-section-1 #home-section-1-row-1-text p {
  font-size: 18px;
}

#home-cta p {
  padding-bottom: 0px;
}

#home-section-2 {
  padding-bottom: 0;
}
#home-section-2 h2 {
  font-size: 32px !important;
}
#home-section-2 #home-section-2-row-1-text p {
  font-size: 18px;
}

#home-section-3 {
  padding-bottom: 0;
  padding-top: 0;
}
#home-section-3 #home-section-3-row-1 {
  padding-bottom: 0;
}
#home-section-3 .img-button-section {
  border-radius: 10px;
  height: 310px;
  text-align: center;
  margin-bottom: 35px;
}
#home-section-3 .img-button-section:hover .yellow-image-button-block {
  background: #cc9b04 !important;
}
#home-section-3 .img-button-section .yellow-image-button-block {
  background: #f2c94c;
  border-radius: 0 !important;
  padding: 16px 18px !important;
  margin-top: 0;
  margin-right: 95px;
  margin-left: 95px;
}
#home-section-3 .img-button-section a.big-button::after {
  display: none !important;
}
#home-section-3 .img-button-section h3 {
  font-size: 24px;
  padding-bottom: 0 !important;
  font-weight: 600;
  color: white;
}
#home-section-3 .img-button-section p {
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 0 !important;
  color: white;
  font-style: italic;
}

#home-section-4 {
  padding-bottom: 125px;
  padding-top: 0;
}
#home-section-4 h2 {
  font-size: 32px !important;
}

#home-section-5 {
  padding-bottom: 60px;
}
#home-section-5 h2 {
  font-size: 32px !important;
  color: white;
  background-image: none;
  font-weight: 600;
  margin-bottom: 12px !important;
}
#home-section-5 .et_pb_testimonial {
  background: transparent !important;
  color: white;
  padding-top: 0;
  padding-bottom: 0;
}
#home-section-5 .et_pb_testimonial p {
  font-size: 16px;
}

/*-------------------[Desktop Screens]------------------*/
/*-------------------[Tablet Screens]------------------*/
/*-------------------[ Mobile Phones]------------------*/
@media only screen and (max-width: 782px) {
  #home-section-1 {
    padding-top: 70px;
    padding-bottom: 0;
  }
  #home-section-1 #home-section-1-row-1 {
    padding-left: 0;
  }
  #home-section-1 #home-section-1-row-1-text h1 {
    font-weight: 600;
    font-size: 24px !important;
  }
  #home-section-1 #home-section-1-row-1-text p {
    font-size: 15px;
  }

  #home-section-2 #home-section-2-row-1-text p {
    font-size: 15px;
  }
  #home-section-2 #home-section-2-row-1-text h2 {
    font-size: 24px !important;
    margin-bottom: 0;
  }

  #home-section-3 .img-button-section {
    margin-bottom: 10px !important;
  }
  #home-section-3 .img-button-section .yellow-image-button-block {
    margin-right: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
  }

  #home-section-4 {
    padding-bottom: 0;
  }
  #home-section-4 h2 {
    font-size: 24px !important;
    margin-bottom: 30px;
    margin-top: 0;
  }

  #home-section-5 h2 {
    font-size: 24px !important;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #home-section-5 .et_pb_testimonial p {
    font-size: 14px;
  }

  #home-section-5-row-2 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
/*****************************/
/*********  Pages   **********/
/*****************************/
#page-section-title {
  padding-top: 18px;
}
#page-section-title .et_pb_fullwidth_header {
  padding-bottom: 25px;
  background: transparent !important;
}
#page-section-title .et_pb_fullwidth_header .header-content {
  text-align: center !important;
  margin-right: 0px !important;
  padding-right: 0px !important;
}
#page-section-title .et_pb_fullwidth_header .header-content .et_pb_module_header {
  color: white;
  text-shadow: 0px 0px 20px #000;
}

#page-template-main {
  padding-bottom: 80px;
}
#page-template-main #page-text-column {
  padding-left: 94px;
  padding-right: 94px;
}
#page-template-main #page-text-column p {
  text-align: left;
}
#page-template-main #page-sidebar-column {
  padding-top: 0;
}
#page-template-main #page-sidebar-column h2 {
  background-image: none;
  margin-bottom: 0;
  padding-bottom: 15px;
}
#page-template-main #page-sidebar-column .big-button.bigblue {
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
}
#page-template-main #page-sidebar-column br {
  display: none;
}
#page-template-main #page-sidebar-column #sidebar-buttons {
  margin-bottom: 40px;
}
#page-template-main #page-sidebar-column .image-button-header {
  margin-bottom: 16px !important;
}
#page-template-main #page-sidebar-column .img-button-section {
  height: 230px;
  margin-bottom: 14px;
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
  text-align: center;
}
#page-template-main #page-sidebar-column .img-button-section:hover .yellow-image-button-block h3 {
  background: #cc9b04 !important;
}
#page-template-main #page-sidebar-column .img-button-section .yellow-image-button-block h3 {
  background: #f2c94c !important;
  padding: 16px 18px !important;
  font-size: 18px !important;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  margin-right: 0 !important;
  border-radius: 0 !important;
  color: white !important;
}
#page-template-main #page-sidebar-column .img-button-section .big-button.bigyellow::after {
  display: none !important;
}

#page-section-intro #page-section-intro-row-1 {
  padding-bottom: 0;
}
#page-section-intro #page-section-intro-row-1 h2 {
  margin-top: 30px !important;
}

#page-section-listing {
  padding-bottom: 180px;
  padding-top: 0;
}
#page-section-listing #page-section-blurb .blurb-img {
  border: 1px solid #4c9abf;
  padding-bottom: 20px;
}
#page-section-listing #page-section-blurb .et_pb_blurb_container .et_pb_main_blurb_image {
  margin-bottom: 12px;
}
#page-section-listing #page-section-blurb .et_pb_blurb_container .et_pb_module_header {
  font-size: 16px !important;
}
#page-section-listing #page-section-blurb .et_pb_blurb_container .et_pb_blurb_description p {
  font-size: 13px;
  padding-left: 14px;
  padding-right: 14px;
}
#page-section-listing #page-section-blurb .et_pb_blurb_container .et_pb_blurb_description .small-button.smallblue {
  margin-top: 0 !important;
}
#page-section-listing #page-section-blurb #blurb-section-text {
  color: white;
  padding: 26px 26px 34px 26px;
}
#page-section-listing #page-section-blurb #blurb-section-text p {
  font-size: 17px;
  padding-bottom: 16px;
}
#page-section-listing #page-section-blurb #blurb-section-text .et_pb_text p:last-of-type {
  padding-bottom: 0;
}
#page-section-listing #page-section-blurb #blurb-section-text .gform_wrapper {
  margin: 0 !important;
}
#page-section-listing #page-section-blurb #blurb-section-text .gform_wrapper ul li.gfield {
  margin-top: 0;
  padding-top: 3px;
  padding-right: 0 !important;
}
#page-section-listing #page-section-blurb #blurb-section-text .gform_wrapper label.gfield_label {
  display: none !important;
}
#page-section-listing #page-section-blurb #blurb-section-text .gform_wrapper .gform_footer input[type="submit"] {
  margin-top: 8px;
  width: 100%;
  background: #f2c94c !important;
}
#page-section-listing #page-section-blurb #blurb-section-text .gform_wrapper .gform_footer input[type="submit"]:hover {
  background: #cc9b04 !important;
}
#page-section-listing #page-section-blurb #blurb-section-text .gform_wrapper .gform_footer {
  padding-right: 0 !important;
  margin-top: 12px !important;
  padding-top: 0 !important;
}

#course-page-template-main {
  padding-top: 40px;
  padding-bottom: 50px;
}
#course-page-template-main #course-page-text-column {
  padding-left: 94px;
  padding-right: 94px;
}
#course-page-template-main #course-page-text-column h2 {
  text-align: center;
  padding-top: 10px;
  margin-bottom: 30px;
}
#course-page-template-main #course-page-text-column ul {
  margin-bottom: 90px !important;
  padding: 0 !important;
}
#course-page-template-main #course-page-template-text-1 p, #course-page-template-main #course-page-template-text-1 ul {
  text-align: left;
}
#course-page-template-main #course-page-template-text-2 {
  background: #FFF8E3;
  margin-bottom: 30px;
  padding: 27px 20px 26px 27px;
}
#course-page-template-main #course-page-template-text-2 h3 {
  font-size: 18px;
}

#course-section-3 {
  margin-bottom: 45px;
  padding-top: 12px;
  padding-bottom: 0px;
}
#course-section-3 .big-button.bigyellow {
  color: white !important;
}
#course-section-3 .big-button.bigyellow:hover {
  background: #cc9b04 !important;
}

#course-section-4 {
  margin-bottom: 230px;
}

#course-sidebar-text {
  border: 4px solid #4c9abf;
  padding: 5px 33px 15px 27px;
}
#course-sidebar-text h2 {
  text-align: center !important;
  background-image: none;
  margin-bottom: 0;
  padding-bottom: 10px;
}
#course-sidebar-text p {
  text-align: left;
}
#course-sidebar-text p:last-child {
  text-align: center !important;
}
#course-sidebar-text .big-button.bigyellow {
  color: white !important;
}
#course-sidebar-text .big-button.bigyellow:hover {
  background: #cc9b04 !important;
}

/*-------------------[Desktop Screens]------------------*/
/*-------------------[Tablet Screens]------------------*/
/*-------------------[ Mobile Phones]------------------*/
@media only screen and (max-width: 782px) {
  .et_pb_module_header {
    font-size: 24px !important;
  }

  #page-text-column {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #page-text-column h2 {
    text-align: center !important;
  }

  #page-template-main {
    padding-bottom: 30px;
  }
  #page-template-main #page-sidebar-column h2 {
    margin-top: 0;
    font-size: 20px !important;
  }
  #page-template-main #page-sidebar-column #sidebar-buttons {
    margin-bottom: 20px;
  }

  #course-page-template-main {
    padding-bottom: 40px;
  }
  #course-page-template-main #course-page-text-column {
    padding-left: 0;
    padding-right: 0;
  }
  #course-page-template-main #course-page-text-column ul {
    margin-bottom: 0 !important;
  }
  #course-page-template-main h2 {
    padding-top: 0;
    margin-bottom: 20px;
    font-size: 20px !important;
  }
  #course-page-template-main ourse-page-template-text-2 {
    margin-bottom: 0;
  }

  #course-sidebar-text h2 {
    font-size: 20px !important;
  }

  #course-section-3 {
    margin-bottom: 0;
  }

  #course-section-4 {
    margin-bottom: 50px;
  }
}
/*****************************/
/*********** Footer **********/
/*****************************/
#main-footer {
  background: #18465C;
}
#main-footer #footer-bottom #footer-info {
  color: #d1d3d4 !important;
  font-family: "Source Sans Pro", Helvetica, Arial, Lucida, sans-serif;
  font-weight: normal !important;
  font-size: 14px;
}
#main-footer #footer-bottom #footer-info a {
  color: #ddd;
}

#footer-widgets {
  padding-top: 34px;
}
#footer-widgets .footer-widget:nth-child(1) {
  width: 21%;
}
#footer-widgets .footer-widget:nth-child(2) {
  width: 21%;
}
#footer-widgets .footer-widget:nth-child(3) {
  width: 22%;
  padding-left: 0;
  margin-left: 0;
}
#footer-widgets .footer-widget:nth-child(4) {
  width: 19%;
  padding-left: 0;
}
#footer-widgets #menu-footer-menu a {
  font-size: 12px;
  font-family: "Open Sans", "Playfair Display", Georgia, "Times New Roman", serif;
}
#footer-widgets .footer-widget {
  margin-bottom: 35px !important;
  padding-top: 12px;
}
#footer-widgets .footer-widget h4 {
  color: white !important;
  font-weight: bold;
  font-size: 18px;
}
#footer-widgets .footer-widget p {
  font-size: 12px;
  font-family: "Open Sans", "Playfair Display", Georgia, "Times New Roman", serif;
  line-height: 16px;
}
#footer-widgets .footer-widget li {
  padding-left: 0px !important;
  margin-bottom: 0em !important;
  line-height: 16px;
}
#footer-widgets .footer-widget li:before {
  display: none;
}
#footer-widgets .footer-widget .footer-location-info a {
  font-size: 18px;
  font-family: "Open Sans", "Playfair Display", Georgia, "Times New Roman", serif;
}
#footer-widgets .footer-widget a:not(.big-button) {
  color: white;
}
#footer-widgets .footer-widget a:not(.big-button):hover {
  color: #bbbbbb !important;
}
#footer-widgets .footer-widget .footer-business-info {
  float: left;
  margin-right: 20px;
  width: 100%;
}
#footer-widgets .footer-widget .footer-business-info h4 {
  font-size: 18px;
  color: white !important;
  font-weight: bold;
  font-family: "Open Sans", "Playfair Display", Georgia, "Times New Roman", serif;
}
#footer-widgets .footer-widget .footer-business-info p {
  color: white;
  font-size: 12px;
  font-family: "Open Sans", "Playfair Display", Georgia, "Times New Roman", serif;
  line-height: 16px;
}
#footer-widgets .footer-widget .footer-business-info a {
  text-decoration: none;
}
#footer-widgets .footer-widget .footer-business-info .footer-phone {
  display: block;
  font-size: 21px;
  padding-top: 6px;
}
#footer-widgets .footer-widget .footer-business-info .icon-phone:before {
  font-family: resonate-core;
  content: "\f095";
  display: block;
  float: left;
  margin-top: 0px;
  padding-right: 5px;
}
#footer-widgets .footer-widget .footer-widget-newsletter p {
  padding-bottom: 0;
}
#footer-widgets .footer-widget label.gfield_label {
  display: none !important;
}
#footer-widgets .footer-widget .gfield {
  padding-right: 0 !important;
  margin-top: 0;
}
#footer-widgets .footer-widget .gform_wrapper .gform_footer {
  padding: 0;
  margin: 9px 0 0;
}
#footer-widgets .footer-widget .gform_button {
  width: 100% !important;
  font-weight: bold !important;
}

#menu-footer-menu-2 a {
  font-weight: normal;
  font-size: 14px;
  font-family: "Open Sans", "Playfair Display", Georgia, "Times New Roman", serif;
}

#footer-bottom {
  background: #1F2123;
}

/*-------------------[Desktop Screens]------------------*/
/*-------------------[Tablet Screens]------------------*/
/*-------------------[ Mobile Phones]------------------*/
/******************************************************************************/
/******************************************************************************/
/*                                                                            */
/*                       //   Additional Components  //                       */
/*                                                                            */
/******************************************************************************/
/******************************************************************************/
/*****************************/
/*******      Blog     *******/
/*****************************/
.et_post_meta_wrapper img {
  display: none;
}

#main-content .container {
  padding-top: 0px;
}

h2.entry-title, h1.entry-title {
  font-size: 30px;
  padding-bottom: 30px;
}
h2.entry-title .entry-subtitle, h1.entry-title .entry-subtitle {
  font-weight: lighter;
  font-style: italic;
  font-size: 21px;
  text-transform: none;
  color: #4c9abf;
}

.et_pb_posts a.more-link {
  display: inline-block;
}

.blog-more-button {
  padding: 0px;
}
.blog-more-button a.more-link {
  background-color: #4c9abf !important;
  color: white !important;
}
.blog-more-button a.more-link:hover {
  background-color: #56ccf2 !important;
  color: white !important;
}

.course-lessons .blog-more-button, .woocommerce .blog-more-button, .sensei .blog-more-button {
  display: none;
}

.single-post #left-area, #sidebar {
  padding-top: 50px;
}

#blog-home-content-area {
  padding-top: 20px;
}

.et_pb_post {
  margin-bottom: 50px !important;
}

#blog-home-left-area article, .single-post #left-area article, .et_pb_posts article {
  background: #fff;
  border-radius: 0px;
  padding: 20px 46px 50px;
  border: 1px solid #f0f1f1;
}
#blog-home-left-area article h1, .single-post #left-area article h1, .et_pb_posts article h1 {
  padding-top: 10px;
  padding-bottom: 10px;
}
#blog-home-left-area article .entry-content, .single-post #left-area article .entry-content, .et_pb_posts article .entry-content {
  padding-top: 0px;
}
#blog-home-left-area article .entry-content .et_social_inline_top, .single-post #left-area article .entry-content .et_social_inline_top, .et_pb_posts article .entry-content .et_social_inline_top {
  padding-bottom: 10px;
}

#blog-menu-section-row-1 .fullwidth-menu-nav ul {
  padding: 0px 0 0 !important;
}
#blog-menu-section-row-1 .fullwidth-menu-nav ul li {
  margin-bottom: 0px;
}
#blog-menu-section-row-1 .fullwidth-menu li > a {
  font-size: 16px;
  padding-bottom: 19px;
}
#blog-menu-section-row-1 .fullwidth-menu li:first-child {
  background: #4c9abf;
  margin-right: 27px;
  padding-right: 0;
  line-height: unset !important;
}
#blog-menu-section-row-1 .fullwidth-menu li:first-child a {
  padding: 19px 28px 22px !important;
  font-size: 18px;
  font-weight: bold;
}
#blog-menu-section-row-1 .fullwidth-menu li:first-child a:hover {
  background: #56ccf2 !important;
}
#blog-menu-section-row-1 .fullwidth-menu li:first-child a:hover {
  color: white !important;
  opacity: 1;
}

#blog-home-content-area {
  padding-top: 62px;
}

.blog-more-button .more-link {
  padding: 10px 14px 11px !important;
}

.et_pb_posts article {
  padding: 0px !important;
}
.et_pb_posts article .entry-featured-image-url {
  margin-bottom: 0px !important;
}
.et_pb_posts article h2.entry-title {
  background-image: none;
  padding: 30px 5% 3% !important;
  margin-top: 10px;
  margin-bottom: 0;
}
.et_pb_posts article h2.entry-title a {
  color: #332B2D !important;
  font-size: 32px;
}
.et_pb_posts article p.post-meta {
  padding: 0px 5% 3% !important;
}
.et_pb_posts article .post-content {
  padding: 0px 5% 5% !important;
}

#content-area {
  padding-top: 1px;
}
#content-area #sidebar {
  padding-left: 0px;
  max-width: 400px;
}

.et_monarch .et_social_inline_top {
  margin-bottom: 0px;
}
.et_monarch .et_social_inline_bottom {
  margin-bottom: 20px;
  margin-top: 16px;
}

/*-------------------[Desktop Screens]------------------*/
/*-------------------[Tablet Screens]------------------*/
/*-------------------[ Mobile Phones]------------------*/
@media only screen and (max-width: 782px) {
  h2.entry-title, h1.entry-title {
    font-size: 24px;
    padding-bottom: 24px;
  }
  h2.entry-title .entry-subtitle, h1.entry-title .entry-subtitle {
    font-size: 18px;
  }
}
@media only screen and (max-width: 479px) {
  #blog-home-left-area article, .single-post #left-area article {
    padding: 40px 30px 50px;
  }
  #blog-home-left-area article h1, .single-post #left-area article h1 {
    font-size: 20px;
  }
  #blog-home-left-area article h2, .single-post #left-area article h2 {
    font-size: 18px;
  }
}
/***************************************/
/********* Blog Archive Grid **********/
/***************************************/
#main-content .pagination {
  padding-bottom: 100px;
}
#main-content .pagination a {
  font-size: 24px;
  font-weight: bold;
}

/*
* Remove sidebar on all archive pages
*/
.archive.category #main-content .container::before {
  display: none;
}

.archive.category #page-container #left-area {
  width: 100%;
  float: none;
  padding-right: 0;
}

.archive.category #sidebar {
  display: none;
}

/*
* Create Mansonory styles for archive pages
*/
.archive.category #left-area {
  -moz-column-count: 3;
  column-count: 3;
  -moz-column-gap: 60px;
  column-gap: 60px;
}

.archive.category .et_pb_post > a {
  margin: -20px -20px 10px;
  display: block;
}

.archive.category #left-area .et_pb_post {
  overflow: hidden;
  /* fix for Firefox */
  page-break-inside: avoid;
  break-inside: avoid-column;
  width: 100%;
  padding: 19px;
  padding-bottom: 40px;
  border: 1px solid #d8d8d8;
  background-color: #fff;
  word-wrap: break-word;
  display: inline-block;
}
.archive.category #left-area .et_pb_post h2 {
  font-size: 20px !important;
  padding-bottom: 14px;
}
.archive.category #left-area .et_pb_post h2 .entry-subtitle {
  font-size: 17px !important;
  line-height: 20px;
  padding-top: 8px;
}
.archive.category #left-area .et_pb_post p {
  padding-bottom: 0px;
}

.archive.category #left-area .et_pb_post.format-link,
.archive.category #left-area .et_pb_post.format-quote,
.archive.category #left-area .et_pb_post.format-audio {
  padding: 0;
}

.archive.category .et_pb_post .et_pb_image_container,
.archive.category .et_pb_post .et_main_video_container,
.archive.category .et_pb_post .et_audio_content,
.archive.category .et_pb_post .et_pb_slider {
  margin: -20px -20px 10px;
}

.archive.category .et_pb_post.format-audio .et_audio_content {
  margin: 0px -38px 0px;
}

.archive.category .et_pb_post .et_pb_slider .et_pb_slide {
  min-height: 180px;
}

.archive.category .pagination {
  padding: 20px 0;
}

/*
* Media Queries
*/
@media screen and (max-width: 980px) {
  .archive.category #left-area {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .archive.category #left-area {
    -moz-column-count: 1;
    column-count: 1;
  }

  .archive.category .et_pb_post.format-audio .et_audio_content {
    margin: 0;
  }

  .archive.category #left-area .et_pb_post.format-audio .et_audio_container .mejs-controls div.mejs-time-rail,
  .archive.category #left-area .et_pb_post.format-audio .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total {
    min-width: 300px !important;
    width: 300px !important;
  }
}
/*****************************/
/********* Sidebars **********/
/*****************************/
.et_pb_widget_area_right {
  padding-left: 0px;
}

.et_pb_widget_area_left {
  padding-right: 0px;
}

h4.widgettitle {
  background-image: url("https://sbpaddle.wpengine.com/wp-content/uploads/2018/02/SBP_seperator.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  color: #4c9abf;
  font-size: 22px;
  text-transform: none;
  text-align: center;
  margin: 20px 0px 18px;
  padding-bottom: 20px;
}

.et_pb_widget_area .widget, .et_pb_widget_area .et_pb_widget, #sidebar .et_pb_widget {
  background: white none repeat scroll 0 0;
  border-radius: 0px;
  border: 1px solid #f0f1f1;
  padding: 5px 42px 30px;
  margin-bottom: 33px !important;
  font-size: 15px;
}
.et_pb_widget_area .widget li .entry-subtitle, .et_pb_widget_area .et_pb_widget li .entry-subtitle, #sidebar .et_pb_widget li .entry-subtitle {
  display: none;
}

.et_pb_widget.widget_monarchwidget, #sidebar .et_pb_widget {
  float: left !important;
}

#sidebar .widget_monarchwidget.about-me-social, .et_pb_widget_area .widget_monarchwidget.about-me-social {
  padding: 22px 39px 33px;
  margin-top: -33px;
  border-top: none;
}
#sidebar .widget_monarchwidget.about-me-social h4, .et_pb_widget_area .widget_monarchwidget.about-me-social h4 {
  display: none;
}
#sidebar .widget_monarchwidget.about-me-social li, .et_pb_widget_area .widget_monarchwidget.about-me-social li {
  margin-bottom: 0px !important;
}
#sidebar .et_pb_widget.about-me, .et_pb_widget_area .et_pb_widget.about-me {
  padding: 10px 42px;
  border-bottom: none;
}
#sidebar .et_pb_widget.about-me p, .et_pb_widget_area .et_pb_widget.about-me p {
  font-size: 13px;
}
#sidebar .search-box, .et_pb_widget_area .search-box {
  padding: 0px 30px;
  border: none;
}
#sidebar .full-width-widget, .et_pb_widget_area .full-width-widget {
  padding: 0px;
  border: none;
}
#sidebar .cta-widget, .et_pb_widget_area .cta-widget {
  color: white;
  background-image: url("https://sbpaddle.wpengine.com/wp-content/uploads/2018/03/Rectangle-5.2.jpg");
  padding: 26px 24px 0px;
}
#sidebar .cta-widget h4.widgettitle, .et_pb_widget_area .cta-widget h4.widgettitle {
  background-image: none;
  color: white;
  text-transform: none;
  text-align: left;
  border-bottom: none;
  margin: 0px 0px 0px;
  font-size: 18px;
}
#sidebar .cta-widget p, .et_pb_widget_area .cta-widget p {
  margin-bottom: 0px;
  padding-bottom: 8px;
  font-size: 14px;
}
#sidebar .cta-widget .gform_wrapper, .et_pb_widget_area .cta-widget .gform_wrapper {
  margin-top: 0px;
}
#sidebar .cta-widget .gform_wrapper .gform_body, .et_pb_widget_area .cta-widget .gform_wrapper .gform_body {
  width: 100%;
}
#sidebar .cta-widget .gform_wrapper li, .et_pb_widget_area .cta-widget .gform_wrapper li {
  margin-bottom: 0px !important;
  padding-right: 0px !important;
  margin-top: 0px !important;
}
#sidebar .cta-widget .gform_wrapper .gfield_label, .et_pb_widget_area .cta-widget .gform_wrapper .gfield_label {
  display: none !important;
}
#sidebar .cta-widget .gform_wrapper input, #sidebar .cta-widget .gform_wrapper textarea, .et_pb_widget_area .cta-widget .gform_wrapper input, .et_pb_widget_area .cta-widget .gform_wrapper textarea {
  margin-bottom: 8px;
  padding: 8px 10px !important;
  width: 100%;
}
#sidebar .cta-widget .gform_wrapper .name_first input, #sidebar .cta-widget .gform_wrapper .gform_wrapper .name_last input, .et_pb_widget_area .cta-widget .gform_wrapper .name_first input, .et_pb_widget_area .cta-widget .gform_wrapper .gform_wrapper .name_last input {
  margin-bottom: 12px;
}
#sidebar .cta-widget .gform_wrapper .gform_footer, .et_pb_widget_area .cta-widget .gform_wrapper .gform_footer {
  padding-top: 0px !important;
}
#sidebar .cta-widget .gform_wrapper .gform_footer input[type=submit], .et_pb_widget_area .cta-widget .gform_wrapper .gform_footer input[type=submit] {
  background: #f2c94c !important;
  width: 100%;
  padding: 10px 20px !important;
  color: white !important;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
}
#sidebar .cta-widget .gform_wrapper .gform_footer input[type=submit]:hover, .et_pb_widget_area .cta-widget .gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: #cc9b04 !important;
  color: white !important;
}

.blog-sidebar-image-button {
  padding: 0 !important;
  border: 0 !important;
}
.blog-sidebar-image-button .widgettitle {
  background-image: none !important;
  margin-top: 10px !important;
  margin-bottom: 0 !important;
}
.blog-sidebar-image-button .textwidget .img-button-section {
  background-image: url("https://sbpaddle.wpengine.com/wp-content/uploads/2018/02/sidebar-stand-up-paddling-class.jpg");
  height: 305px;
  background-repeat: no-repeat !important;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.blog-sidebar-image-button .textwidget .img-button-section:hover .yellow-image-button-block {
  background: #cc9b04;
}
.blog-sidebar-image-button .yellow-image-button-block {
  background: #f2c94c;
  display: block;
  padding-top: 13px;
  padding-bottom: 18px;
  text-align: center;
}
.blog-sidebar-image-button .yellow-image-button-block h3 {
  color: white !important;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.blog-sidebar-book-img {
  padding: 0 !important;
  border: 0 !important;
  background-image: url("https://sbpaddle.wpengine.com/wp-content/uploads/2018/02/sidebar-stand-up-paddling-class.jpg");
}
.blog-sidebar-book-img img {
  max-width: 50%;
  height: 206px;
}
.blog-sidebar-book-img h4.widgettitle {
  margin-bottom: 26px !important;
}

/*-------------------[Desktop Screens]------------------*/
/*-------------------[Tablet Screens]------------------*/
/*-------------------[ Mobile Phones]------------------*/
@media only screen and (max-width: 782px) {
  #blog-home-content-area {
    padding-top: 20px;
  }
  #blog-home-content-area .et_pb_column {
    margin-bottom: 0;
  }

  .et_pb_posts article h2.entry-title a {
    font-size: 24px;
  }

  h2.entry-title .entry-subtitle, h1.entry-title .entry-subtitle {
    font-size: 18px;
  }

  h4.widgettitle {
    font-size: 18px;
  }

  #main-content .pagination {
    padding-bottom: 0;
  }

  .blog-sidebar-image-button .textwidget .img-button-section {
    background-size: 100%;
  }

  .blog-sidebar-book-img img {
    max-width: 100% !important;
    height: auto !important;
  }

  .blog-sidebar-image-button .textwidget .img-button-section {
    height: 135px !important;
  }
}
/******************************************************************************/
/******************************************************************************/
/*                                                                            */
/*                       //   GENERAL MEDIA QUERIES  //                       */
/*                                                                            */
/******************************************************************************/
/******************************************************************************/
@media only screen and (min-width: 981px) {
  /* // To add a shadow along the bottom of the header again
  	#main-header {
  		box-shadow: 0 0px 0 rgba(0, 0, 0, 0.1); 
  		-moz-box-shadow: 0 0px 0 rgba(0, 0, 0, 0.1); 
  		-webkit-box-shadow: 0 0px 0 rgba(0, 0, 0, 0.1); 
  	}
  */
}
/*-------------------[960px]------------------*/
/*-------------------[768px]------------------*/
@media screen and (min-width: 783px) {
  .show-for-small-only {
    display: none !important;
  }
}
@media screen and (max-width: 782px) {
  .hide-for-small-only {
    display: none !important;
  }
}
/*-------------------[480px]------------------*/
/*-------------------[320px]------------------*/
/********************************/
/*********   Dashboard  *********/
/********************************/
.resonate-content h1, .resonate-content h2 {
  font-family: 'Lora', Georgia, "Times New Roman", serif !important;
  text-transform: none;
  font-weight: bold;
}
.resonate-content h1 {
  font-size: 27px !important;
}
.resonate-content h2 {
  font-size: 22px !important;
}
.resonate-content p {
  font-size: 15px !important;
}

a.dashboard-button {
  position: relative;
  border: 2px solid #FF9900 !important;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-weight: bold;
  color: #fff !important;
  text-shadow: none !important;
  line-height: 1.3em;
  font-size: 16px !important;
  font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif !important;
  padding: 12px 22px;
  margin-right: 10px;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -moz-border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  border-radius: 50px !important;
  z-index: 2;
  /* Button 1c */
}
a.dashboard-button:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #FF9900;
  -moz-border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  border-radius: 50px !important;
}
a.dashboard-button:hover, a.dashboard-button:active {
  color: #0e83cd;
}
a.dashboard-button:hover:after, a.dashboard-button:active:after {
  width: 100%;
}

#dashboard-quicklinks {
  background-color: #fff !important;
}
#dashboard-quicklinks .dashBlurb {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: bold !important;
  font-size: 15px !important;
  /* Codrops Link Effect 12: circle */
}
#dashboard-quicklinks .dashBlurb a {
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: inline-block;
  padding: 6px 10px 6px 10px;
  white-space: nowrap;
  color: #000;
  border-radius: 15px;
}
#dashboard-quicklinks .dashBlurb .et-pb-icon {
  color: #007e98 !important;
  font-size: 25px !important;
}
#dashboard-quicklinks .dashBlurb .et_pb_blurb_container {
  padding-left: 5px;
  position: relative;
  top: -3px;
  line-height: 22.5px !important;
}
#dashboard-quicklinks .dashBlurb a::before,
#dashboard-quicklinks .dashBlurb a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  border: 2px solid rgba(0, 126, 152, 0.1);
  border-radius: 50%;
  content: '';
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
  transform: translateX(-50%) translateY(-50%) scale(0.2);
}
#dashboard-quicklinks .dashBlurb a::after {
  width: 50px;
  height: 50px;
  border-width: 6px;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
  transform: translateX(-50%) translateY(-50%) scale(0.8);
}
#dashboard-quicklinks .dashBlurb a:hover::before,
#dashboard-quicklinks .dashBlurb a:hover::after,
#dashboard-quicklinks .dashBlurb a:focus::before,
#dashboard-quicklinks .dashBlurb a:focus::after {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
}

#dashboard-unknown {
  background-color: #fff !important;
  /* Rounded center split and bottom rounded */
  border-radius: 0 0 50px 50px;
}
#dashboard-unknown::before, #dashboard-unknown::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
#dashboard-unknown::before, #dashboard-unknown::after {
  top: -45px;
  left: 0;
  z-index: 10;
  width: 50%;
  height: 45px;
  background: inherit;
}
#dashboard-unknown::before {
  border-radius: 0 50px 0 0;
}
#dashboard-unknown::after {
  left: 50%;
  border-radius: 50px 0 0 0;
}

body.page-template-page-template-blank-php .et_pb_section .et_pb_row .et_pb_column .et_pb_blurb_position_left .et_pb_blurb_content {
  max-width: auto;
}
body.page-template-page-template-blank-php .et_pb_section .et_pb_row .et_pb_column .et_pb_blurb_position_left .et_pb_blurb_content .et_pb_main_blurb_image {
  width: 32px;
}
