/*
 Theme Name:   Biomimicry Institute - Divi Child
 Theme URI:    http://www.elegantthemes.com
 Description:  Custom Child Theme of Divi
 Author:       Ethan Smith, Sam Taguchi
 Author URI:   http://ethanfsmith.com
 Template:     Divi
 Version:      1.1.0
 Tags:
 Text Domain:  Divi-child-institute
*/
/*
For older themes, and themes that do not use wp_enqueue_style() to enqueue their stylesheet,
use the following line where twentyfourteen is the name of the directory where the theme resides:

Make sure you uncomment out this import line below if you want to include the parent CSS and the wp_enqueue_style() is not working.
If you do not then you will not have any styling in your child theme from the parent theme.
*/

@import url("../Divi/style.css");
@import url("fonts.css");
/* =Theme customization starts here
-------------------------------------------------------------- */

body,
input,
textarea,
select {
    font-family: 'Gibson', Helvetica, Arial, Lucida, sans-serif !important;
    font-size: 19px !important;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* body {
    opacity: 0;
    -webkit-animation: fadeIn 2s;
    -o-animation: fadeIn 2s;
        -webkit-animation-delay: 2s;
        -moz-animation-delay: 2s;
        -o-animation-delay: 2s;
        animation-delay: 2s;
}

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-o-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
*/

#et-main-area {
		overflow: hidden;
}
.nav {
    font-family: 'Gibson', 'Lato', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Gibson', 'Lato', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 300;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 30px;
}
p {
    line-height: 1.6em;
}
p a {
    font-weight: 400;
}
/* Ethan's experiments */

#et-secondary-menu .et-social-icons {
    margin-right: 0;
}
.example-title .et_pb_blurb_content h4 {
    font-size: 20px;
    font-weight: 700;
}
.example-title .et_pb_main_blurb_image {
    margin-bottom: 10px;
}
h1.archive-title span {
    font-size: 20px;
    font-weight: 600;
}
.search h2 a {
    color: #677200;
}
.search h2 a:hover {
    color: #111;
    text-decoration: underline;
}
.et_pb_newsletter_form p input {
    font-weight: 300;
}
.et_pb_column_1_4 .et_pb_audio_module_content h2,
.et_pb_column_1_4 .et_pb_post h2,
.et_pb_column_4_4 .et_pb_portfolio_grid .et_pb_portfolio_item h2,
.et_pb_column_3_4 .et_pb_portfolio_grid .et_pb_portfolio_item h2,
.et_pb_column_2_3 .et_pb_portfolio_grid .et_pb_portfolio_item h2,
.et_pb_column_1_2 .et_pb_portfolio_grid .et_pb_portfolio_item h2,
.et_pb_column_1_3 .et_pb_portfolio_grid .et_pb_portfolio_item h2,
.et_pb_column_1_4 .et_pb_portfolio_grid .et_pb_portfolio_item h2 {
    font-weight: 500;
    line-height: 1.2em;
}
/* Black Gradient Header */

.dark-grad-header:before {
    content: '.';
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.3) 93%, rgba(0, 0, 0, 0.3) 100%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0)), color-stop(93%, rgba(0, 0, 0, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.3) 93%, rgba(0, 0, 0, 0.3) 100%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.3) 93%, rgba(0, 0, 0, 0.3) 100%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.3) 93%, rgba(0, 0, 0, 0.3) 100%);
    /* IE10+ */

    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.3) 93%, rgba(0, 0, 0, 0.3) 100%);
    /* W3C */

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000', GradientType=0);
    /* IE6-9 */
}
.et_pb_section.black-grad-header:before,
.et_pb_slider.black-grad-header .et_pb_slide:before {
    content: '.';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 27%, rgba(0, 0, 0, 0.7) 82%, rgba(0, 0, 0, 0.7) 100%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(27%, rgba(0, 0, 0, 0)), color-stop(82%, rgba(0, 0, 0, 0.7)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 27%, rgba(0, 0, 0, 0.7) 82%, rgba(0, 0, 0, 0.7) 100%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 27%, rgba(0, 0, 0, 0.7) 82%, rgba(0, 0, 0, 0.7) 100%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 27%, rgba(0, 0, 0, 0.7) 82%, rgba(0, 0, 0, 0.7) 100%);
    /* IE10+ */

    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 27%, rgba(0, 0, 0, 0.7) 82%, rgba(0, 0, 0, 0.7) 100%);
    /* W3C */

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
    /* IE6-9 */
}
.et_pb_section.black-grad-header .et_pb_fullwidth_header,
.et_pb_section.dark-grad-header .et_pb_fullwidth_header,
.et_pb_slider.black-grad-header .et_pb_slide .et_pb_slide_description {
    padding-top: 350px;
    padding-bottom: 40px;
}
.home .et_pb_section.black-grad-header .et_pb_fullwidth_header,
.home .et_pb_section.dark-grad-header .et_pb_fullwidth_header,
.home .et_pb_slider.black-grad-header .et_pb_slide .et_pb_slide_description {
    padding-top: 150px;
    padding-bottom: 150px;
}
.et_pb_slider.black-grad-header .et_pb_slide.et_pb_slide_with_video .et_pb_slide_description {
    padding-top: 210px;
}
.et_pb_slider.et_pb_slider_parallax.black-grad-header .et_pb_slide:before {
    bottom: 478px;
}
.et_pb_section.no-parallax.white-grad-right:before,
.et_pb_section_parallax.white-grad-right .et_parallax_bg:before {
    content: '.';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */

    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjclIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMzMlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuNyIvPgogICAgPHN0b3Agb2Zmc2V0PSI5NCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 7%, rgba(255, 255, 255, 0.7) 33%, rgba(255, 255, 255, 1) 94%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(7%, rgba(255, 255, 255, 0)), color-stop(33%, rgba(255, 255, 255, 0.7)), color-stop(94%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 7%, rgba(255, 255, 255, 0.7) 33%, rgba(255, 255, 255, 1) 94%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 7%, rgba(255, 255, 255, 0.7) 33%, rgba(255, 255, 255, 1) 94%, rgba(255, 255, 255, 1) 100%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 7%, rgba(255, 255, 255, 0.7) 33%, rgba(255, 255, 255, 1) 94%, rgba(255, 255, 255, 1) 100%);
    /* IE10+ */

    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 7%, rgba(255, 255, 255, 0.7) 33%, rgba(255, 255, 255, 1) 94%, rgba(255, 255, 255, 1) 100%);
    /* W3C */

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    /* IE6-8 */
}
.et_pb_section.no-parallax.white-grad-left:before,
.et_pb_section_parallax.white-grad-left .et_parallax_bg:before {
    content: '.';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */

    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMzklIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC43Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 39%, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.9)), color-stop(39%, rgba(255, 255, 255, 0.9)), color-stop(60%, rgba(255, 255, 255, 0.7)), color-stop(100%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 39%, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 39%, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0) 100%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 39%, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0) 100%);
    /* IE10+ */

    background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 39%, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0) 100%);
    /* W3C */

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#00ffffff', GradientType=1);
    /* IE6-8 */
}
.et_pb_fullwidth_header p {
    font-size: 24px;
}
.et_pb_fullwidth_header h1,
.et_pb_fullwidth_header h2,
.et_pb_fullwidth_header h3,
.et_pb_fullwidth_header h4,
.et_pb_fullwidth_header h5,
.et_pb_fullwidth_header h6 {
    line-height: 1.3em;
}
#page-container {
    /* -webkit-transition:.5s;
    transition:.5s;*/
}
#et-main-area {
    /* opacity:0; */
}
.et_pb_text a:hover {
    color: #111;
    text-decoration: underline;
}
/* -- staff styling */

.et_pb_team_member.staff {
    margin-bottom: 0;
}
.et_pb_toggle {
    border: none;
}
.et_pb_toggle_title {
    text-align: right;
}
.et_pb_toggle_close,
.et_pb_toggle_open {
    background-color: transparent;
    padding: 0;
}
/* -- END staff styling */
/* -- WIDGET styling */

.atwidget {
    border: solid #f5f5f5;
    border-width: 1px 0;
    padding: 20px 0;
    margin-top: 10px;
}
/* -- EVENTS styling */

.tribe-events-list-widget h4.entry-title a,
.tribe-events-widget-link a {
    font-size: 20px;
    font-weight: 600;
    color: #677200 !important;
}
.tribe-events-list-widget h4.entry-title a:hover,
.tribe-events-widget-link a:hover {
    text-decoration: underline !important;
    color: #111 !important;
}
.tribe-events-list-widget .duration {
    font-weight: 300;
}
.et_pb_column_2_3 .et_pb_widget_area_left .et_pb_widget.tribe-events-list-widget {
    width: 100%;
}
#tribe-events-bar {
    margin-bottom: 60px;
}
.tribe-events-list h2.tribe-events-page-title {
    font-size: 48px;
    font-weight: 300;
}
.tribe-events-list h2.tribe-events-list-event-title {
    font-size: 30px;
}
h2.tribe-events-single-event-title {
    font-size: 40px !important;
}
.tribe-events-event-meta address.tribe-events-address {
    clear: both;
    display: block;
    font-weight: 300;
}
.tribe-events-venue-details span.fn,
.tribe-events-venue-details span.fn a {
    color: #444;
    font-weight: 300;
    font-size: 20px;
}
.tribe-events-list .tribe-events-event-cost span {
    font-weight: 400;
    border: none;
}
.tribe-events-back {
    margin: 40px 0 20px;
}
.tribe-events-before-html h2,
.tribe-events-after-html h2,
#tribe-events-pg-template .tribe-events-content h2 {
    font-size: 30px;
}
.tribe-events-before-html h3,
.tribe-events-after-html h3,
#tribe-events-pg-template .tribe-events-content h3 {
    font-size: 20px;
}
.single-tribe_events .tribe-events-event-meta {
    font-size: inherit;
}
#tribe-bar-form .tribe-bar-submit input {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-color: #afbc22;
    padding: 6px 20px !important;
    line-height: 1.7em;
    background: rgba( 255, 255, 255, .6) !important;
    border: 2px solid !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
    color: #afbc22 !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px !important;
    display: block;
    float: left;
    clear: none;
    cursor: pointer;
}
#tribe-bar-form .tribe-bar-submit input:hover {
    background: #afbc22 !important;
    color: #ffffff !important;
    border: 2px solid transparent !important;
}

.ecs-event-list li.ecs-event {
		list-style:none;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

.ecs-event-list li.ecs-event h4.entry-title {
		font-weight: 500;
}
.fa {
    font-size: 1.3em!important;
    color: #dfea5d;
text-shadow: 1px 1px 5px #353535;
  }
/* -- DONATE button styling */

/* -- custom module styling */

.et_pb_widget_area_left,
.et_pb_widget_area_right {
    border: none;
}
.et_pb_promo.et_pb_bg_layout_dark p {
    font-weight: 500;
}
.et_pb_bg_layout_dark p,
.et_pb_bg_layout_dark {
    font-weight: 400;
}
.et_pb_blurb.big_title h4 {
    font-size: 30px;
    padding-bottom: 20px;
}
.et_pb_blurb_content h4 {
    font-weight: 500;
}
.et_pb_column_1_2 .et_pb_promo.et_pb_bg_layout_light,
.et_pb_column_1_3 .et_pb_promo.et_pb_bg_layout_light,
.et_pb_column_1_4 .et_pb_promo.et_pb_bg_layout_light {
    /* padding: 20px 30px 30px; */
}
.et_pb_promo.no-description .et_pb_promo_description {
    padding: 0;
}
.et_pb_text_align_center.description-left p {
    text-align: left;
}
.et_pb_fullwidth_portfolio .et_pb_portfolio_image img,
.et_pb_fullwidth_portfolio .et_pb_portfolio_image.landscape img {
    width: 100%;
    height: auto !important;
    min-height: inherit;
}
.no-bottom-margin.et_pb_fullwidth_header {
    padding: 50px 0 0;
}
.no-v-padding .et_pb_promo_description {
    padding-bottom: 0;
}
.no-v-padding.et_pb_promo {
    margin-bottom: 10px;
}
/* call-to-action */

.et_pb_bg_layout_light .et_pb_promo_button {
    background: #fff;
    background: rgba(255, 255, 255, .5);
}
.et_pb_bg_layout_light.contrast-call .et_pb_promo_button {
    background: rgba(255, 255, 255, .8);
}
.et_pb_bg_layout_light .et_pb_promo_button:hover,
.et_pb_section_parallax .et_pb_bg_layout_light .et_pb_promo_button:hover,
.et_pb_bg_layout_light a.et_pb_more_button:hover,
.et_pb_bg_layout_light .et_pb_newsletter_button:hover {
    /* background: rgba(255,255,255,.9) !important; */

    background: #aebc22;
    color: #fff !important;
}
.et_pb_bg_layout_dark .et_pb_promo_button {
    background: #444;
    background: rgba(0, 0, 0, .1);
}
.et_pb_bg_layout_dark.contrast-call .et_pb_promo_button {
    background: rgba(0, 0, 0, .3);
}
.et_pb_bg_layout_dark .et_pb_promo_button:hover {
    background: #333;
    background: rgba(0, 0, 0, .2);
}
/* -- END custom module styling */
/* -- submenu experiments */

.nav li ul,
#main-header .et_mobile_menu {
    padding: 1%;
    background: #afbc22 !important;
}
.nav li {
    position: initial;
    line-height: 1.7em;
}
.nav li ul {
    width: 100% !important;
    border-top: none !important;
    left: 0 !important;
    right: 0;
    padding: 0;
    position: fixed;
    text-align: center;
}
#top-menu li li a {
    color: #fff !important;
    width: inherit;
    padding: 25px 20px;
}
#top-menu li.current-menu-ancestor > a {
    background: #afbc22 !important;
}
#top-menu ul.sub-menu li a {
    color: #fff !important;
}
.et_pb_row .fullwidth-menu li.current-menu-item > a,
#et-top-navigation #top-menu li>ul>li.current-menu-item>a,
.et_pb_row .fullwidth-menu li.current-page-ancestor>a {
    line-height: 1.7em;
}
nav ul li a:hover,
#et-top-navigation #top-menu>li>ul>li>a:hover {
    background: #aebc22;
    color: #fff !important;
}
nav ul li a:hover {
    color: #fff !important;
}

/* -- END submenu experiments */

.caption {
    margin-top: 0.5em;
}
.caption p {
    font-size: 0.8em;
    line-height: 1.2em;
    color: #aaa;
}
#main-header {
    padding:0px !important;
    min-height: 70px !important;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}
#main-header #et-top-navigation {
	height:70px;
}
/*
.home #main-header {
    box-shadow:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    background:transparent !important;
    padding: 18px 0 0 0 !important;
}

.home #main-header.et-fixed-header {
     background: #f9f9f9 !important;
    }

    */

.et_fixed_nav #logo,
.et-fixed-header #logo {
    max-height: 50px;
    opacity: 0.8;
    vertical-align: inherit;
}
#main-header.et-fixed-header nav#top-menu-nav {
    padding-top: 10px;
}
#main-header.et-fixed-header #top-menu > li > a {
    padding-bottom: 10px;
}
.et_pb_fullwidth_menu .fullwidth-menu-nav > ul {
    padding-top: 0 !important;
    line-height: 1.7em;
}
.home .et_pb_bg_layout_dark h1 {
    /* color: rgba(255,255,255,.5) !important; */

    font-weight: 300;
    font-size: 48px;
    /* text-shadow: 1px 1px 5px rgba(0,0,0, .5); */
}
.et_pb_slider .et_pb_slide {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.et_pb_slider.fullheight {
    top: 0px;
}
.fullheight .et_pb_slide_description {
    padding: 0 !important;
}
.et_pb_slider.fullheight .et_pb_slides .et_pb_slide {
    padding-top: 10%;
}
.height_500 .et_pb_slide {
    background-size: contain;
}
.height_500 .et_pb_container {
    min-height: 500px !important;
}
.et_pb_fullwidth_header {
    padding: 100px 0;
}
.et_pb_bg_layout_dark.shadow {
    text-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
}
.et_pb_bg_layout_light.shadow h1 {
    text-shadow: 0 0 8px rgba(255, 255, 255, 1);
    color: #000000 !important;
}
.et_pb_team_member_description h4 {
    font-weight: 500;
}
.bottom-margin {
    margin-bottom: 50px;
}
/* .nav>li:last-of-type>ul.sub-menu {
    left:initial;right:0px;
    } */

.big-header h1 {
    font-size: 60px;
    font-weight: 100;
}
#top-menu li a.light {
    color: rgba(255, 255, 255, .9);
}
#top-menu a,
.fullwidth-menu a,
.et_pb_promo_button,
a.et_pb_more_button,
.et_pb_newsletter_button,
.comment-reply-link,
.et_mobile_menu li a,
#top-menu li.current-menu-item > a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
}
.fullwidth-menu a:hover,
#top-menu a:hover {
    opacity: 1;
}
.et_mobile_menu li a {
    color: white;
}
.et_pb_pricing_table_button:after,
.et_pb_promo_button:after,
a.et_pb_more_button:after,
.et_pb_newsletter_button:after,
.comment-reply-link:after {
    font-size: 24px;
    top: 4px;
    color: #fff;
}
.et_fullwidth_secondary_nav #top-header .container {
	max-width:1080px !important;
}
#top-menu li,
.fullwidth-menu li {
    padding-right: 0px;
}
#top-menu li li {
    padding: 0;
}
#top-menu > li > a,
.fullwidth-menu > li > a {
    padding: 0 20px;
}
#et-top-navigation #top-menu > li > a {
    padding: 0 14px;
}
.bottom-nav a {
    color: #444;
}
.bottom-nav a:hover {
    color: #000;
}
.hover-80:hover {
    opacity: 0.7;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}
.bg-white-80 .et_pb_toggle_content {
    background: white;
    background: rgba(255, 255, 255, .8);
    width: 90%;
    padding: 20px 5%;
    margin-top: 10px;
}
.no-bottom-padding {
    padding-bottom: 0;
    margin-bottom: 0;
}
.no-top-padding {
    padding-top: 0;
    margin-top: 0;
}
/* FOOTER styling */

.bottom-nav li {
    font-weight: normal;
}
/* START Scott's dynamic homepage styles */

.dynamic-home-blog article p {
    display: none;
}
.dynamic-home-blog article p.post-meta {
    display: none;
}
.dynamic-home-blog h2 a, .dynamic-home-news h2 a {
    font-size: 22px !important;
    line-height: 1.3em !important;
}
.dynamic-home-blog h2 {
		margin-top: 21px;
}

/* END Scott's dynamic homepage styles */
/* START Ethan's WooCommerce styling tweaks */

.woocommerce a.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce-page a.button:hover,
.woocommerce button.button,
.woocommerce-page button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce #content input.button:hover,
.wp-pagenavi span.current,
.wp-pagenavi a:hover,
.give-btn {
    color: #fff;
    background: #afbc22;
}
.woocommerce-tabs .wc-tabs a,
.shop_table th {
    font-size: 13px;
    text-transform: uppercase;
    color: rgb(102, 102, 102);
    letter-spacing: 0.03em;
    padding-top: 10px;
    padding-bottom: 10px;
}
a.reset_variations {
    line-height: 3em;
}
.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce #content .quantity input.qty,
.woocommerce-page #content .quantity input.qty,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.donation-block .donation .input-text, #product-6133 form.cart input[name="albdesign_wc_donation_from_single_page"] {
    background: rgba(0, 0, 0, 0.1) !important;
    color: #444 !important;
}
.donation-block .donation .input-text, #product-6133 form.cart input[name="albdesign_wc_donation_from_single_page"] {
    padding: 12px;
    font-weight: 500;
    margin-right: 10px;
}
.donation-block .donation .message strong {
    font-weight: 500;
    line-height: 3em;
}
.woocommerce div.product form.cart .variations label {
    font-weight: 500;
}
.woocommerce-cart table.cart img {
    width: 157px;
}
.woocommerce td.product-name dl.variation dd {
    margin-left: 0;
    font-weight: 500;
}
.woocommerce td.product-name dl.variation dt {
    font-size: 13px;
    text-transform: uppercase;
    color: rgb(102, 102, 102);
    letter-spacing: 0.03em;
}
#order_review .woocommerce td.product-name dl.variation dt {
    padding-top: 5px;
}
.woocommerce-checkout-review-order-table thead .product-name {
		width: 30%;
}
.woocommerce-checkout-review-order-table thead .product-total {
		width: 70%;
}
select.shipping_method {
		max-width: 90%;
		word-wrap: break-word;
}
.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt {
    margin-bottom: 0px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text::-webkit-input-placeholder {
    color: #666;
}
table.cart th,
#main-content table.cart th,
table.cart td,
#main-content table.cart td,
table.cart tr,
#main-content table.cart tr,
#content-area table tr,
#content-area table td,
#content-area table th {
    line-height: 1.2em !important;
    font-weight: 500 !important;
}
.donation .input.text {
    position: relative;
}
.donation .input.text input.input-text, #product-6133 form.cart input[name="albdesign_wc_donation_from_single_page"] {
    padding-left: 28px;
    border: 0;
}
.donation .input.text:before {
    position: absolute;
    top: 13px;
    content: "$";
    left: 15px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
		width: 226px;
    margin-right: 12px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
		font-weight: 500;
}
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    font-weight: 500 !important;
    padding: 1em 2em 1em 1.5em !important;
}
.woocommerce-message a.button.wc-forward:hover {
    color: #444;
}
.woocommerce-billing-fields h3, .woocommerce-shipping-fields h3 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
.woocommerce-checkout #payment div.payment_box input.input-text#creditCardExpiry-Month, .woocommerce-checkout #payment div.payment_box input.input-text#creditCardExpiry-Year {
		width: 40%;
    margin: 0;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    font-size: 14px;
}
.woocommerce-checkout #payment {
		background: none;
}
.woocommerce a.button.alt,
.woocommerce input.button.alt,
.woocommerce button.button.alt,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce #respond input#submit.alt {
	background: none !important;
    border: 2px solid #afbc22 !important;
	color:#afbc22 !important;
}
.woocommerce a.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce button.button:hover,
.woocommerce-page button.button:hover {
		background: #afbc22 !important;
		color:#fff !important
}
.woocommerce .place-order label.checkbox {
		position: absolute;
    display: block;
    left: 45px;
}
.woocommerce .place-order input.input-checkbox {
		display: block;
    position: absolute;
    margin-top: 5px;
    left: 22px;
}
/* END Ethan's WooCommerce styling tweaks */

/* BEGIN Ethan's WooCommerce Donate Product styling tweaks */

#product-6133 #tab-description h2:first-of-type {
		display: none;
}
#product-6133 form.cart input[name="albdesign_wc_donation_from_single_page"] {
		width: 170px;
    float: left;
    padding: 14px 28px;
}

#product-6133 form.cart:before {
		display: block;
    content: '$';
    width: 25px;
    float: left;
    font-size: 32px;
    font-weight: 500;
    margin-top: 7px;
}

.woocommerce div.product form.cart:after, .woocommerce div.product form.cart:before, .woocommerce div.product p.cart:after, .woocommerce div.product p.cart:before

/* END Ethan's WooCommerce Donate Product styling tweaks */

@media only screen and (min-width: 1400px) {
    .et_pb_slider {
        /*width:1400px;*/

        width: 100%;
        margin-left: auto;
        margin-right: auto;
        border: 5px solid white;
        border-width: 0;
        -webkit-box-shadow: 0px 0px 40px 0px rgba(103, 114, 0, 1);
        -moz-box-shadow: 0px 0px 40px 0px rgba(103, 114, 0, 1);
        box-shadow: 0px 0px 40px 0px rgba(103, 114, 0, 1);
    }
    .et_pb_fullwidth_section {
        background-color: #ADBC22;
    }
}
@media only screen and (max-width: 980px) {
    #et-secondary-menu .et-social-icons {
        display: none;
    }
    .et_fixed_nav #logo, .et-fixed-header #logo {
    		vertical-align: middle;
    }
}
@media only screen and (max-width: 900px) {
    .et_pb_slider.height_500 .et_pb_container {
        min-height: 400px !important;
    }
}
@media screen and (max-width: 782px) {
    .et_pb_slider.height_500 .et_pb_container {
        min-height: 300px !important;
    }
}

@media screen and (max-width: 768px) {
		input.button[name=apply_coupon] {
    		float: left !important;
        width: inherit !important;
    }
}
@media screen and (max-width: 767px) {
    #et-secondary-menu .et-social-icons {
        display: none;
    }
    a.et_pb_more_button {
        display: block;
    }
    .et_pb_section.no-parallax.white-grad-right:before,
    .et_pb_section_parallax.white-grad-right .et_parallax_bg:before {
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */

        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iNTIlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.9) 52%, rgba(255, 255, 255, 0.9) 100%);
        /* FF3.6+ */

        background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(52%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0.9)));
        /* Chrome,Safari4+ */

        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.9) 52%, rgba(255, 255, 255, 0.9) 100%);
        /* Chrome10+,Safari5.1+ */

        background: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.9) 52%, rgba(255, 255, 255, 0.9) 100%);
        /* Opera 11.10+ */

        background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.9) 52%, rgba(255, 255, 255, 0.9) 100%);
        /* IE10+ */

        background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.9) 52%, rgba(255, 255, 255, 0.9) 100%);
        /* W3C */

        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#e6ffffff', GradientType=1);
        /* IE6-8 */
    }
    .et_pb_section.no-parallax.white-grad-left:before,
    .et_pb_section_parallax.white-grad-left .et_parallax_bg:before {
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */

        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iNDglIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 48%, rgba(255, 255, 255, 0.5) 100%);
        /* FF3.6+ */

        background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.9)), color-stop(48%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0.5)));
        /* Chrome,Safari4+ */

        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 48%, rgba(255, 255, 255, 0.5) 100%);
        /* Chrome10+,Safari5.1+ */

        background: -o-linear-gradient(left, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 48%, rgba(255, 255, 255, 0.5) 100%);
        /* Opera 11.10+ */

        background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 48%, rgba(255, 255, 255, 0.5) 100%);
        /* IE10+ */

        background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 48%, rgba(255, 255, 255, 0.5) 100%);
        /* W3C */

        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#80ffffff', GradientType=1);
        /* IE6-8 */
    }
}
@media screen and (max-width: 479px) {
    a.et_pb_more_button {
        display: block !important;
    }
    .et_pb_section.black-grad-header .et_pb_fullwidth_header,
    .et_pb_section.dark-grad-header .et_pb_fullwidth_header,
    .et_pb_slider.black-grad-header .et_pb_slide .et_pb_slide_description {
        padding-top: 60px;
        background: rgba(0, 0, 0, 0.4);
    }
    .et_pb_slide_description {
        padding: 20px;
    }
    .et_pb_section {
        padding: 20px 0;
    }
    .et_pb_fullwidth_section {
        padding: 0;
    }
    .et_fixed_nav #logo,
    .et-fixed-header #logo {
        max-height: 43px;
    }
    .woocommerce .cart .button, .woocommerce .cart input.button {
    		margin-top: 15px;
    }
}
@media only screen and (max-width: 980px) {
    .et_pb_slide_description h2,
    .et_pb_column_1_4 .et_pb_slider_fullwidth_off h2 {
        font-size: 30px !important;
        font-weight: 300 !important;
    }
    .page-id-1861 .et_pb_promo {
        text-align: left;
    }
    .et_pb_text_align_right {
        text-align: left;
    }
    .narrow_columns .et_pb_column_1_4 {
        width: 50%;
    }
    .responsive_white_bg {
        background: white;
        background: rgba(255, 255, 255, .8);
        width: 90%;
        padding: 20px 5%;
    }
    .et_pb_fullwidth_menu #top-menu-nav,
    .et_pb_fullwidth_menu .fullwidth-menu-nav {
        display: block;
    }
    .et_pb_fullwidth_menu #et_mobile_nav_menu {
        display: none;
    }
    .et_pb_fullwidth_menu .et_pb_row {
        min-height: inherit;
    }
    .et_pb_fullwidth_menu .fullwidth-menu > li > a {
        padding: 5px 10px;
    }
    .et_pb_row .et_mobile_nav_menu {
        display: none !important;
    }
    .et_pb_row .fullwidth-menu-nav {
        display: block;
    }
}
@media only screen and (min-width: 981px) {
    .et-fixed-header #et_search_icon:before {
        margin-top: 0;
    }
    /* .et-fixed-header #top-menu > li > a {
        padding-bottom: 14px;
    } */

    .et_header_style_left #et-top-navigation,
    .et_header_style_split #et-top-navigation {
        padding: 0 !important;
    }
    #top-menu .menu-item-has-children > a:first-child:after,
    #et-secondary-nav .menu-item-has-children > a:first-child:after {
        content: '';
    }
    #top-menu .transition a:hover {
        color: #fff;
    }
    #top-header {
        z-index: 1000;
    }
    #top-header .container {
        padding-top: 0px;
        font-weight: 300;
    }
    /* Header position fix to eliminate nudge on jquery load */

    .et_fixed_nav.et_secondary_nav_enabled #page-container {
        padding-top: 94px;
    }
    body.et_fixed_nav.et_secondary_nav_enabled #main-header {
        top: 33px;
    }
    body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header {
        top: 65px;
    }
    .admin-bar .nav li ul,
    .admin-bar #et-main-area {
        top: 125px;
    }
    .nav li ul,
    #et-main-area {
        top: 94px;
    }
}
/* .et-fixed-header .nav li ul {
    top: 48px;

}*/
/* Global Design Challenge microsite */
/* .page-id-1861 #et-top-navigation, .page-id-1861 #top-header{
    display: none;
} */
/* Mozilla font fixes*/

@-moz-document url-prefix() {
    #top-menu a, .et_pb_promo_button, a.et_pb_more_button, .et_pb_newsletter_button, .comment-reply-link, .et_mobile_menu li a {
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.02em;
        opacity: 0.99;
    }
    strong {
        font-weight: 500;
    }
}

#top-menu-nav > ul > li > a:hover, #et-secondary-menu > ul > li > a:hover {
		-webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
/* END Ethan's experiments */


.give-donation-level-btn:hover{
  color:#afbc22;
  Border:2px solid;
  background:#fff;
}
.give-btn{
  -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 3px;
}
input.give-submit::after{
  font-family: "ETmodules" !important;
font-weight: normal;
font-style: normal;
font-variant: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
line-height: 1;
text-transform: none;
speak: none;
  position: absolute;
opacity: 0;
font-size: 32px;
content: "\35";
color:#fff;

}
.give-submit:hover{
  color: #fff;
background: #afbc22;
padding: 0.3em 2em 0.3em 1em;
    border: 2px solid transparent;
}
input.give-submit:hover::after{
  margin-left: 0;
opacity: 1;
}
.infoform {
    display: flex;
    flex-wrap: wrap;
}
.wdsi-slide-rounded-green .wdsi-slide-wrap, .wdsi-slide-rounded-green.wdsi-slide-right .wdsi-slide-wrap, .wdsi-slide-rounded-green.wdsi-slide-left .wdsi-slide-wrap, .wdsi-slide-rounded-green.wdsi-slide-bottom .wdsi-slide-wrap, .wdsi-slide-rounded-green .wdsi-slide-close, .wdsi-slide-rounded-green.wdsi-slide-right .wdsi-slide-close, .wdsi-slide-rounded-green.wdsi-slide-left .wdsi-slide-close, .wdsi-slide-rounded-green.wdsi-slide-bottom .wdsi-slide-close, .wdsi-slide-rounded-green .wdsi-slide-close:before, .wdsi-slide-rounded-green.wdsi-slide-right .wdsi-slide-close:before, .wdsi-slide-rounded-green.wdsi-slide-left .wdsi-slide-close:before, .wdsi-slide-rounded-green.wdsi-slide-bottom .wdsi-slide-close:before {
  border-color: #AFBC22;
}
.wdsi-slide-rounded.wdsi-slide-right .wdsi-slide-close:before, .wdsi-slide-rounded.wdsi-slide-left .wdsi-slide-close:before, .wdsi-slide-rounded.wdsi-slide-bottom .wdsi-slide-close:before{
      bottom: -14px;
}
.wdsi-slide-rounded.wdsi-slide-right .wdsi-slide-close:after, .wdsi-slide-rounded.wdsi-slide-left .wdsi-slide-close:after, .wdsi-slide-rounded.wdsi-slide-bottom .wdsi-slide-close:after{
      bottom: -24px;
}
.wdsi-slide-rounded-green .wdsi-mailchimp-subscribe, .wdsi-slide-rounded-green a, .wdsi-slide-rounded-green a:visited, .wdsi-slide-rounded-green a:hover {
    color: #AFBC22;
}
.wdsi-slide-rounded-green .wdsi-mailchimp-subscribe:hover {
    border-color: #AFBC22;
    border-color: rgba(175,188,34,.6);
}
.wdsi-slide-rounded-green .wdsi-mailchimp-email {
    border-color: #afbc22;
    border-color: rgba(175, 188, 34, 1);
}
label.checkbox {
    position: relative!important;
}

input#terms {
    margin-right: 0px!important;
}

input#yith_wcmc_subscribe_me {
    left: 0px!important;
}

p.form-row.terms.wc-terms-and-conditions {
    position: relative!important;
}


.form-row.place-order label:not(.checkbox) {
    text-align: right !important;
}
form.floated-labels .floatlabel input, form.floated-labels .floatlabel select, form.floated-labels .floatlabel textarea{
width: 100%;
}
.form-group {
    margin: 7px 14px 7px 0px;
    width: 45%;
}

/* Band-aid for Divi update, to force all empty columns to have width: */

.et_pb_column {min-height: 1px;}


/* NEW CUSTOM CSS */ 
.logo_container a {
	vertical-align:middle;
}
.home .et_pb_slider .et_pb_more_button {
    display: inline-block;
    font-size: 19px;
    height: 55px;
    line-height: 55px !important;
    margin: 20px auto 0 !important;
    max-height: 55px;
    min-width: 230px;
    padding: 0 20px !important;
    vertical-align: middle;
    width: auto;
}
.home .et_pb_slider a.et_pb_more_button::after {
    top: 15px;
}
#top-header {
	height:36px;
	line-height:1em;
	background:#e0e0e0 !important;
}
#top-header .loginbtn {
	display: inline-block;
    font-weight: 600;
    max-width: 100px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
	-webkit-box-shadow: inset 0px 1px 10px 0px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0px 1px 10px 0px rgba(0, 0, 0, .2);
    box-shadow: inset 0px 1px 10px 0px rgba(0, 0, 0, .2);
}
#et-secondary-menu {
	text-align:right;
	min-width:320px;
	line-height:36px;
}
#et-secondary-menu > ul {
	padding-right:20px;
}
#et-secondary-menu > ul > li a {
	height: 20px;
	width: 20px;
	vertical-align: middle;
	display: inline-block;
	padding:0;
	background-size:cover;
	border-radius:100%;
	font-size:0;
}
#et-secondary-menu > ul > li.menu-item-8353 a,
#et-secondary-menu > ul > li.menu-item-8058 a {
	background-image:url(images/fbgray.png);
}
#et-secondary-menu > ul > li.menu-item-8354 a,
#et-secondary-menu > ul > li.menu-item-8057 a {
	background-image:url(images/twittergray.png);
}
#et-secondary-menu > ul > li.menu-item-8355 a,
#et-secondary-menu > ul > li.menu-item-8056 a {
	background-image:url(images/instagray.png);
}
#et_top_search {
	margin:0;
	width:auto;
	height:auto;
	float:none;
	display:inline-block;
	vertical-align:middle;
	padding-left:20px;
}
#et_top_search #et_search_icon::before {
	position:static;
	display:block;
}
#top-menu-nav {
	padding:0 !important;
}
#top-menu > li {
    height: 100%;
    line-height: 70px;
}
#top-menu > li > a {
	padding-bottom:0 !important;
}
#top-menu > li#menu-item-1470,
#top-menu > li#menu-item-8364 {
	background:#ef7521;
	-webkit-box-shadow: inset 0px 1px 10px 0px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0px 1px 10px 0px rgba(0, 0, 0, .2);
    box-shadow: inset 0px 1px 10px 0px rgba(0, 0, 0, .2);
}
#top-menu > li#menu-item-1470:hover,
#top-menu > li#menu-item-8364:hover,
#top-menu > li#menu-item-1470:hover a,
#top-menu > li#menu-item-8364:hover a {
	background:#aebc22;
	transition:none !important;
}
#top-menu > li#menu-item-1470 a,
#top-menu > li#menu-item-8364 a {
	color:#fff !important;
	transition:none !important;
}

li.menu-item-1470 a,
li.menu-item-8053 a {
    /*-webkit-box-shadow: inset 0px 1px 10px 0px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0px 1px 10px 0px rgba(0, 0, 0, .2);
    box-shadow: inset 0px 1px 10px 0px rgba(0, 0, 0, .2);*/
    background: #ef7521;
    color: #fff !important;
}
li.menu-item-8053:hover a,
li.menu-item-1470:hover a  {
    font-weight: 800;
    padding: 10px 15px 11px;
	color:#fff;
    /*-webkit-box-shadow: inset 0px 0px 13px 0px #CDDC39;
    -moz-box-shadow: inset 0px 0px 13px 0px #CDDC39;
    box-shadow: inset 0px 0px 13px 0px #CDDC39;*/
    text-transform: uppercase;
}
#main-header #top-menu li.current-menu-ancestor > a,
#main-header #top-menu li.current-menu-item > a {
    color: #fff !important;
}
#main-header #top-menu li.current-menu-item > a {
	background:#afbc22;
}
/*------- HOMEPAGE MEMBER PROMO -------*/
#member-promo {
	background:#aebc22;
	min-height:560px;
}
#member-promo .container:before {
	background:none;
}
#member-promo h1 {
	color: #fff;
    margin: 0 auto 50px;
    max-width: 800px;
    text-align: center;
}
#member-promo .testimonial-section {
	float:left;
	width:69%;
	margin-right:4%;
}
#member-promo .testimonial-section .testimonial-image {
	float:left;
	max-width:310px;
	width:310px;
	margin-right:4%;
	height:235px;
	background-size:cover;
	background-position:center right;
	background-repeat:no-repeat;
}
#member-promo .testimonial-section .testimonial-image img {
	height:100%;
}
#member-promo .testimonial-section .testimonial-content {
    float: left;
    margin-left: 10%;
    width: 40%;
}
#member-promo .testimonial-section .testimonial-content p.contents {
	color:#fff;
	font-size:26px;
	line-height:30px;
}
#member-promo .testimonial-section .testimonial-content p.profession,
#member-promo .testimonial-section .testimonial-content a.readmore {
	color:#fff;
	font-size:16px;
	line-height:21px;
	position:relative;
}
.profession::before {
    content: "— ";
    left: -20px;
    position: absolute;
}
#member-promo .testimonial-section .testimonial-content a.readmore {
	color:#000;
}
#member-promo .membership-section {
	float:right;
	width:27%;
}
#member-promo .membership-section p {
	font-size:18px;
	line-height:22px;
	color:#000;
	margin-bottom:10px;
}
#member-promo .membership-section a {
	background-color:#fff;
	background-image: url("images/arrowblue.png");
    background-position: 95% -7px;
    background-repeat: no-repeat;
	box-shadow: 2px 2px 4px #666;
	width:280px;
	height:54px;
	line-height:54px;
	color:#00a5b5;
	display:block;
	padding-left:20px;
	position:relative;
	margin-bottom:20px;
}
#member-promo .membership-section a:hover {
	background-color:#00a5b5;
	background-position: 95% 15px;
	color:#fff;
}
.member-buttons {
	margin:20px 0;
}
.member-buttons a {
    background-color: #fff;
    background-image: url("//24rdmo160xr11sgco31bxj30-wpengine.netdna-ssl.com/wp-content/themes/Divi-child-institute/images/arrowgreen.png");
    background-position: 95% -7px;
    background-repeat: no-repeat;
    box-shadow: 2px 2px 4px #666;
    color: #000;
    display: block;
    height: 54px;
    line-height: 54px;
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
    width: 100%;
	max-width:350px;
	text-decoration:none !important;
}
.member-buttons a span {
	color:#aebc22;
}
.member-buttons a:hover {
	background-color:#aebc22;
	background-position: 95% 15px;
	color:#fff;
}
.member-buttons a:hover span {
	color:#fff;
}
#tap-into-nature {
	text-align:center;
	min-height:160px;
}
#tap-into-nature h1 {
	line-height:160px;
	color:#ef7521;
	padding:0;
	margin:0 auto;
}
#tap-into-nature img {
	display: inline-block;
    margin: 0 15px;
    max-width: 40px;
    vertical-align: middle;
}
/*----------- JOIN & GIVE ------------*/
.page-template-page-template-membership .container::before {
	background:none !important;
}
#testimonial-banner {
	color:#fff;
	min-height:562px;
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
}
#testimonial-banner h1 {
	color:#fff;
	position:relative;
}
#testimonial-banner h1::before {
    content: "“";
    left: -20px;
    position: absolute;
}
#testimonial-banner h1::after {
    content: "“";
}
#testimonial-banner p,
#testimonial-banner p.author {
	font-size:19px;
	line-height:27px;
}
#testimonial-banner p.author {
    color: #aebc22;
    margin-left: 20px;
    position: relative;
}
#testimonial-banner p.author::before {
    content: "— ";
    left: -20px;
    position: absolute;
}
#testimonial-banner .inner-banner {
	max-width:420px;
}
#membership-means h1 {
	padding-bottom:20px;
}
#membership-means p {
	font-size:19px;
	line-height:32px;
	padding:0;
}
#impact p {
	font-size:18px;
	line-height:22px;
}
#impact .et_pb_main_blurb_image {
    text-align: left;
}
.page-template-page-template-membership .member-species {
	background-position: center center;
    background-size: cover;
    max-width: 100% !important;
    min-height: 630px;
    width: 100% !important;
}
.member-species h3 {
	font-size:36px;
	line-height:42px;
}
.member-species p {
	font-size:19px;
	line-height:22pt;
}
.member-species h4 {
    color: #00a5b5;
    font-size: 13px;
    line-height: 20px;
    padding: 15px 0 0;
    text-transform: uppercase;
}
.member-species ul {
	list-style:none;
	padding:0;
	margin:0;
	max-width: 335px;
}
.member-species ul li {
	font-size:14px;
	line-height:16px;
	border-bottom:1px solid #aebc22;
	padding:10px 0;
}
.member-species ul li strong {
	color:#00a5b5;
}
.member-species a.joinbtn {
	display:block;
    margin: 0 auto;
    min-width: 150px;
	font-size:31px;
	line-height:30px;
	text-decoration:none;
	color:#677200;
}
.member-species .quick-checkout-button {
	background: #aebc22 none repeat scroll 0 0 !important;
    border: medium none !important;
    color: #fff !important;
    display: block;
    font-size: 19px;
    height: 34px;
    line-height: 34px;
    margin: 20px 0 0;
    max-width: 120px;
    padding: 0 !important;
    text-align: center;
    text-decoration: none !important;
    width: 100%;
}
.member-species .quick-checkout-button:after {
	display:none;
}
#jump-start {
	width:100% !important;
	max-width:100% !important;
	min-height:256px;
}
#jump-start h1 {
	color:#fff;
}
#jump-start a {
	background-color: #fff;
    background-image: url("images/arrowblue.png");
    background-position: 95% -6px;
    background-repeat: no-repeat;
    box-shadow: 2px 2px 4px #666;
    color: #00a5b5;
    display: block;
    height: 54px;
    line-height: 54px;
    margin: 20px auto;
    padding-left: 70px;
    position: relative;
    width: 230px;
	text-align:left;
	font-size:22px;
	text-decoration:none;
}
#jump-start a:hover {
	background-color:#00a5b5;
	background-position: 95% 16px;
	color:#fff;
}
#more-ways h1 {
	font-size:40px;
	color:#aebc22;
}
#more-ways p a:last-child:after {
    content: "»";
    display: inline-block;
    padding-left: 5px;
}
#more-ways p {
    font-size: 19px;
    line-height: 22px;
}
#more-ways p a {
    color: #444;
    font-weight: 300;
}
.quick-checkout-frame #account_password_field::after {
    content: "Password should be at least 8 leters, numbers, symoble";
	font-size:14px;
}
/*body.quick-checkout-frame div.woocommerce {
    background-color: #afbc22 !important;
    color: #fff;
    padding: 20px;
}*/
/*body.quick-checkout-frame div.woocommerce h3 {
    color: #fff;
}*/
#quick-checkout-modal .mfp-close {
    display: none;
}
.mfp-wrap .mfp-close:active {
	top: auto !important;
}
/*----------- ARCHIVE PRODUCTS ------------*/
.green-banner {
	background:#aebc22;
	position:relative;
	margin-bottom:40px;
}
.green-banner h1 {
	padding:20px;
	color:#fff;
}
.green-banner .loginbuttons {
    position: absolute;
    right: 10px;
    top: 25px;
}
.green-banner .loginbuttons a {
	border: 1px solid #fff;
    color: #fff;
    margin: 0 10px;
    padding: 5px 20px;
    text-align: center;
}
.prod-3990.discount-notice,
.prod-4080.discount-notice {
	display:none;
}
.discount-notice p {
	color:#ef7521;
	font-style:italic;
	line-height:16px;
	font-size:16px;
}
.discount-notice a {
	color:#ef7521;
	text-decoration:underline !important;
}
.amount-notice {
	max-width:260px;
	margin-left:auto;
	padding-bottom:30px;
}
.amount-notice p {
	color:#aebc22;
	line-height:1.2em;
}
.amount-notice a {
	color:#aebc22;
	text-decoration:underline;
}
.wc-memberships-member-discount {
	display:none;
}

.membership-actions .button.cancel,
.membership-actions .button.view {
	width:100%;
	font-size:16px !important;
	padding:5px 0 !important;
	text-align:center;
}
.notice-checkout {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #444;
    border-radius: 5px;
    color: #444;
    display: none;
    font-size: 15px;
    padding: 15px !important;
}
.notice-checkout .checks {
	display:none;
}
.quick-checkout-frame #place_order {
	color:#fff !important;
	background:#afbc22 !important;
}
.quick-checkout-frame table,
.quick-checkout-frame tr,
.quick-checkout-frame th,
.quick-checkout-frame td {
	border-color:#444 !important;
}
.quick-checkout-frame .woocommerce-tabs .wc-tabs a, .shop_table th {
    color: #444;
}
.quick-checkout-frame input.input-text,
.quick-checkout-frame textarea,
.quick-checkout-frame .select2-choice {
    font-size: 14px !important;
    padding: 7px !important;
	line-height:1.2em !important;
}
.quick-checkout-frame .select2-choice .select2-chosen {
	line-height:1.2em !important;
}
.page-id-3876.quick-checkout-frame .notice-checkout,
#quick-checkout-8347 .notice-checkout .check1,
#quick-checkout-8348 .notice-checkout .check2,
#quick-checkout-8349 .notice-checkout .check3 {
	display:block !important;
}
.page-id-3877 .woocommerce h2 {
	margin-top:30px;
}
.page-id-3877 .entry-content .woocommerce-wrapper {
	max-width:1200px;
	margin:0 auto;
}
.page-id-3877 .woocommerce-wrapper #wc-memberships-members-area:last-child {
	display:none;
}
/*----------- MAIN FOOTER ------------*/
#main-footer #et-footer-nav {
	min-height:64px;
}
#main-footer #et-footer-nav #menu-footer {
	line-height:64px;
	padding:0;
}
#main-footer #footer-bottom {
	min-height:54px;
	padding:0;
}
#main-footer #footer-bottom a {
	color:#444;
	font-size:14px;
	line-height:54px;
}
#thankyou-popup {
    background: #aebc22 none repeat scroll 0 0;
    left: 0;
    margin: 0 auto;
    max-width: 650px;
    padding: 40px 40px 7px;
	width:95%;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99999;
}
#thankyou-popup p,
#thankyou-popup a {
    color: #fff;
	font-size:30px;
	line-height:34px;
	display:block;
	padding:0;
	margin-bottom:10px;
}
#thankyou-popup a.smalla {
	font-size:16px;
	line-height:18px;
	color: #fff;
	display:block;
	margin:0 auto;
}
#thankyou-popup .get-involved {
	padding-top:33px;
}
#thankyou-popup .col3 {
    box-sizing: border-box;
    float: left;
    padding: 0 15px 33px;
    width: 33.33%;
	text-align:center;
}
#thankyou-popup .social-thanks a {
    display: inline-block;
    width: 25px;
}
.cloxe {
    color: #444 !important;
    display: inline-block !important;
    font-size: 50px !important;
    height: auto !important;
    line-height: 1em !important;
    position: absolute;
    right: 15px;
    top: 0;
}
#thankyou-overlay {
	position:fixed;
	bottom:0;
	right:0;
	top:0;
	left:0;
	z-index:99999;
	background:rgba(0,0,0,0.8);
}
.quick-checkout-frame .form-row {
    box-sizing: border-box;
    display: inline-block;
    width: 49% !important;
	vertical-align:top;
}
.quick-checkout-frame .place-order,
.quick-checkout-frame .place-order .form-row {
    display: block !important;
    width: 100% !important;
}
.quick-checkout-frame #order_comments {
	height:100px;
}
.page-id-3876 #customer_details .col-1 {
    width: 100%;
}
.page-id-3876 #customer_details .col-2 {
	/*display:none;*/
}
.quick-checkout-frame .col-2 {
	display:block !important;
}
#gform_submit_button_1 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #afbc22;
    color: #afbc22;
    padding: 5px 14px;
}
#gform_wrapper_1 .gform_footer,
#gform_wrapper_1 ul {
    margin: 0;
    padding: 0 !important;
}
.et_pb_code #gform_wrapper_1 {
	display:none;
}
.keystone-member .et_pb_code #gform_wrapper_1 {
	display:block;
}
.quick-checkout-frame .woocommerce-error {
	display:block !important;
}
#menu-item-9140 {
	background:#f8f8f8;
}
#menu-item-9140 a {
	color:#000 !important;
}
.memberbtn {
	    display: block;
    padding: 10px;
    text-align: center;
    border: 1px solid #fff;
}
.related.products {
	clear:both;
}
.quick-checkout-frame tfoot tr th,
.quick-checkout-frame tfoot tr td {
	display:none;
}
.quick-checkout-frame tfoot tr:last-child th,
.quick-checkout-frame tfoot tr:last-child td {
	display:table-cell;
}
#post-3877 h1 {
    margin: 0 auto;
    max-width: 860px;
    padding: 0;
    width: 80%;
}
table.shop_table {
		white-space:normal;
}
.foundation-member .dashboard_member .firstlvl{
	display:none;
}
.pioneer-member .dashboard_member .firstlvl,
.pioneer-member .dashboard_member .secondlvl {
	display:none;
}
.keystone-member .dashboard_member .firstlvl,
.keystone-member .dashboard_member .secondlvl,
.keystone-member .dashboard_member .thirdlvl {
	display:none;
}
@media screen and (max-width:1250px) {
	#member-promo .testimonial-section .testimonial-content {
		margin-left: 1%;
    	width: 44%;
	}
}
@media screen and (max-width:1125px) {
	#member-promo .testimonial-section {
		width:56%;
	}
	#member-promo .membership-section {
		width:40%;
	}
	#member-promo .testimonial-section .testimonial-image,
	#member-promo .testimonial-section .testimonial-content {
		width:100%;
		text-align:center;
		float:none;
		margin:0 auto;
	}
	#member-promo .testimonial-section .testimonial-image img {
		max-width:320px;
	}
	.profession::before {
		display:none;
	}
}
@media screen and (max-width:1000px) {
	.green-banner h1 {
		font-size:23px;
	}
	.green-banner .loginbuttons {
		top:17px;
	}
}
@media screen and (max-width:1070px) and (min-width:981px) {
	#more-ways h1 {
		font-size:36px;
	}
}
@media screen and (min-width:981px) {
	#menu-item-9140 {
		display:none !important;
	}
}
@media screen and (max-width:980px) {
	#page-container {
		padding-top:0px !important;
	}
	#main-header {
		position:static !important;
	}
	.menu-item-8058,
	.menu-item-8057,
	.menu-item-8056 {
		display:none;
	}
	#mobile_menu {
		padding:0 !important;
	}
	#mobile_menu a {
		color: #fff;
	}
	#mobile_menu .menu-item-has-children > a {
		background-color: #afbc22;
		font-weight: bold;
	}
	.menu-item-8364 {
		background:#ef7521 none repeat scroll 0 0;
	}
	.green-banner h1 {
		text-align:center;
	}
	.green-banner .loginbuttons {
		position:static;
		padding-bottom:20px;
	}
}
@media screen and (max-width:767px) {
	#testimonial-banner {
		background-position:80% top;
		min-height:450px;
		position:relative;
	}
	#testimonial-banner h1 {
		font-size:26px;
	}
	#testimonial-banner .container {
		background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
		bottom: 0;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
		padding:20px 0 0;
	}
	#testimonial-banner .inner-banner {
		left: 0;
		max-width: 420px;
		padding: 0 20px;
		position: relative;
	}
	#testimonial-banner .inner-banner span {
		color:#fff !important;
	}
	.member-species p {
    		float: none !important;
	}
	.page-template-page-template-membership .member-species {
		background-position:left center;
	}
}
@media screen and (max-width:700px) {
	#member-promo .testimonial-section,
	#member-promo .membership-section {
		width:100%;
		float:none;
		margin:0 auto;
		text-align:center;
		height:auto;
		padding-bottom:50px;
	}
	#member-promo .membership-section a {
		margin:0 auto 20px;
		text-align:left;
	}
	#tap-into-nature h1 {
		line-height:2em;
	}
	#tap-into-nature h1 a {
		display:block;
		margin-bottom:10px;
	}
	#thankyou-popup p,
	#thankyou-popup a {
		font-size:25px;
	}
	#thankyou-popup .col3 {
		display:inline-block;
		vertical-align:top;
		width:49%;
		float:none;
	}
	.get-involved .clear {
		display: none;
	}
}
@media screen and (max-width:480px) {
	#thankyou-popup {
		padding:40px 20px 7px;
	}
	#thankyou-popup p,
	#thankyou-popup a {
		font-size: 20px;
		line-height:20px;
	}
	.home .et_pb_slider .et_pb_more_button {
		font-size: 16px;
		height: auto;
		line-height: 28px !important;
		max-height:none;
		min-width:0;
		padding: 5px;
		width: auto;
	}
	.member-buttons a span {
		display:none;
	}
}
@media screen and (max-height:600px) {
	#thankyou-popup {
		max-height:100vh;
		overflow:auto;
		height:90%;
	}
}
#content-area table td, #content-area table th {
    max-width: none!important;
}
.postid-9265 p.price{
    display:none;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    /*float: left;*/
    /*width: 100%;*/
}
table.cart th,
#main-content table.cart th,
table.cart td,
#main-content table.cart td,
table.cart tr,
#main-content table.cart tr,
#content-area table tr,
#content-area table td,
#content-area table th {
    max-width: 100%;
    padding: 0.857em 0.587em;
}