/*
 Theme Name:     EQworks
 Author:         
 Author URI:     
 Template:       Divi
 Version:        1.0
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 5.1.1
*/
/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */

/***************************/
/**      Typography       **/
/***************************/

/* @import must be at top of file, otherwise CSS will not work */
/*@import url("//hello.myfonts.net/count/398510");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap');
*/
body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

/******BASIC**************/

#page-container a {
    /*color: #41e0e6;*/
    cursor: pointer;
    /* text-decoration: underline;*/
}

#page-container a:hover {
    text-decoration: none;
}

#page-container #header-phone a {
    color: #41e0e6;
    text-decoration: none;
}

#page-container a.et_pb_button,
a.mainButton,
.gform_button {
    color: #f78d29;
    border: 1px solid #f78d29;
    padding: 15px 45px 15px 60px;
}

/**
 * Lists
 */
ul.ticks {
    padding-left: 0;
    list-style: none;
}

ul.ticks li:before {
    font-family: 'ETmodules';
    content: "\4e";
    font-size: 1.2em;
    color: #41e0e6;
    position: absolute;
    top: 1px;
    left: 0px;
}

ul.ticks li:before {
    content: "";
    width: 14px;
    height: 14px;
    width: 20px;
    height: 20px;
    background: url(assets/images/small-tick.png) center center no-repeat;
    background: url(assets/images/medium-tick.png) center center no-repeat;
    position: absolute;
    top: 5px;
    left: 0px;
}

ul.ticks li {
    padding-left: 15px;
    position: relative;
    line-height: 2em;
}

ul.ticks.medium li {
    padding-left: 20px;
    font-weight: 600;
}

ul.ticks.medium li:before {
    width: 20px;
    height: 20px;
    background: url(assets/images/medium-tick.png) center center no-repeat;
    top: 3px;
}


/***************************/
/**       Structure       **/
/***************************/
div#content-area {
    width: 85% !important;
    margin: 0 auto !important;
}

.phone__wrapper {
    display: flex;
}

@media (min-width: 981px) {
    .et_pb_gutter.et_pb_gutters2.et_right_sidebar #main-content .container:before {
        right: 27.75% !important;
    }
}

/**
 * Top Header
 */
#top-header {
    display: none;
}


/**
 * Header
 */
#main-header {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 1% 0 0 0;
}


@media only screen and (min-width: 981px) {
    .et_pb_svg_logo img#logo {
        height: 50px;
        max-height: 50px;
        margin-top: 10px;
    }
}

/**
 * Header Phone
 */
#header-phone {
    float: right;
    font-size: 15px;
    color: #fff;
}

#header-phone #et-info-phone {
    margin-right: 0;
}

#header-phone #et-info-phone:before {
    margin-right: 5px;
}

/**
 * Main Menu
 */
#main-header #et-top-navigation {
    clear: right;
    padding: 20px 0 0 0;
}

#top-menu .menu-item-has-children>a:first-child::after,
#et-secondary-nav .menu-item-has-children>a:first-child::after {
    position: relative !important;
    padding-right: 5px;
}

#top-menu .menu-item-has-children>a:first-child,
#et-secondary-nav .menu-item-has-children>a:first-child {
    padding-right: 10px;
}

#top-menu li li,
#top-menu li li a {
    display: block;
    width: 300px !important;
    padding: 5px 10px;
}

#top-menu li li a:after {
    padding-left: 20px;
}

#top-menu ul {
    width: 300px !important;
}

.nav li ul {
    border-color: #ffffff !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

li.current-menu-item>a {
    color: #41e0e6 !important;
    font-weight: bold;
}

/**
 * Transparent Menu on Homepage
 */
.home #main-header {
    background-color: transparent;
    border: none;
    box-shadow: none;
}


/**
 * Divi Fullwidth Header Resize Fix
 */
.et_pb_fullwidth_header.et_pb_fullscreen {
    min-height: 100vh !important;
}

.et_pb_fullwidth_header.et_pb_fullscreen .et_pb_fullwidth_header_container {
    min-height: 100vh !important;
    width: 100%;
}


/**
 * Homepage Header
 */
@media (max-width: 479px) {
    .home .et_pb_fullwidth_header.et_pb_fullwidth_header_0 {
        background-position-x: -110px;
    }
}

@media only (max-width: 980px) and (orientation: landscape) {
    .home .et_pb_fullwidth_header_scroll {
        display: none !important;
    }
}


.home section.et_pb_module.et_pb_fullwidth_header.et_pb_fullwidth_header_0.et_pb_bg_layout_dark.et_pb_text_align_center.et_pb_fullscreen {
    background-image: url(https://www.staging1.eqworks.co.uk/wp-content/uploads/2019/07/EQworks-homepage-background.jpg);
    background-size: cover;
    background-position: 25% center !important;
}

/*homepage slider clients*/
.et-pb-controllers a,
.et-pb-slider-arrows a,
.et_pb_bg_layout_light .et-pb-controllers a {
    display: none;
}


/*	laura: mobile adjustments from the custom css*/

@media only screen and (max-width: 768px) {

    html,
    body {
        overflow-x: hidden;
    }

    span#et-info-phone {
        font-size: 12px;
    }

    .et_pb_section.et_pb_section_0.et_pb_with_background.et_section_regular .et_pb_row.et_pb_row_0,
    #main-content .et_pb_section.et_pb_section_0.et_pb_with_background.et_section_regular {
        background-color: transparent;
        padding: 10px 0;
        background-size: cover !important;
    }

    #main-content .et_pb_column .et_pb_row_inner,
    .et_pb_row {
        padding: 10px 0;
    }

    .et_pb_post_title_0 .et_pb_title_container h1.entry-title {
        font-size: 36px;
    }

}

@media (max-width: 1024px) {
    #main-header #et_mobile_nav_menu {
        display: none !important;
    }
}




/**
 * Testimonial Slider
 */
#testimonial-slider p {
    padding-bottom: 0;
}

#testimonial-slider .et_pb_testimonial_author,
#testimonial-slider .et_pb_testimonial_meta {
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
}

@media (max-width: 479px) {

    .slick-prev,
    .slick-next {
        display: none !important;
    }
}

@media only screen and (max-width: 480px) {

    .page-id-1364 #feedback-slider .slick-slide,
    .page-id-33 #feedback-slider .slick-slide,
    .page-id-1369 #feedback-slider .slick-slide,
    .page-id-11510 #feedback-slider .slick-slide {
        margin: 0 20px;
        min-height: 12px !important;
        padding: 10px;
    }
}

/**
 * How we can help Blurbs
 */
#how-we-can-help .blurbs .et_pb_column {
    border-radius: 15px;
    padding-bottom: 45px;
    background: #fff;
    transition: all 0.25s ease-in-out;
}

#how-we-can-help .blurbs .et_pb_column:hover {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}

#how-we-can-help .blurbs img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

#how-we-can-help .blurbs .et_pb_blurb_container {
    padding: 0 30px;
}

@media (max-width: 980px) {
    #how-we-can-help .blurbs .et_pb_column {
        max-width: 550px;
        margin: 0 auto 60px auto !important;
        float: none;
    }

    #how-we-can-help .blurbs .et_pb_column:last-child {
        margin-bottom: 0;
    }
}


/**
 * In-house Training Courses
 */
/*.training-course .et_pb_button {
	padding: 15px 45px;
}*/
.course-blurb .et_pb_blurb_container {
    padding: 0 30px;
}

/**
 * Training Page
 */

/* Feedback Quotes */
.et_pb_testimonial.feedback-quote {
    position: relative;
}

.et_pb_testimonial.feedback-quote:before {
    display: inline-block;
    content: "";
    background: transparent;
    border-style: solid;
    border-width: 30px 20px 0 20px;
    border-color: #ffffff transparent transparent transparent;
    border-radius: 0;
    position: absolute;
    top: unset;
    margin: 0;
    bottom: -30px;
    left: 40px;
    z-index: 2;
}

.et_pb_testimonial.feedback-quote.transparent:before {
    border-color: #41e0e6 transparent transparent transparent;

}

.et_pb_testimonial.feedback-quote.transparent:after {
    display: inline-block;
    content: "";
    border-style: outset;
    border-width: 30px 20px 0 20px;
    border-color: #2773b1 transparent transparent transparent;
    border-radius: 0;
    position: absolute;
    top: unset;
    margin: 0;
    bottom: -28px;
    left: 40px;
    z-index: 2;
    visibility: initial;
}

@media (max-width: 980px) {
    .et_pb_testimonial.feedback-quote.transparent:after {
        border-color: #175da6 transparent transparent transparent;
    }
}

@media (max-width: 500px) {
    .et_pb_testimonial.feedback-quote.transparent:after {
        border-color: #2773b1 transparent transparent transparent;
    }
}


/**
 * Feedback Slider
 */
#feedback-slider .slick-track {}

#feedback-slider .slick-slide {
    margin: 0 20px;
}

#feedback-slider .slick-prev:before,
#feedback-slider .slick-next:before {
    background: #fff;
}

#feedback-slider .slick-list {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 30px;
}

/**
 * Coaching Page
 */
#coaching-process .et_pb_blurb {
    position: relative;
}

#coaching-process .et_pb_blurb:after {
    display: block;
    content: "\24";
    font-family: ETModules;
    font-size: 48px;
    position: absolute;
    top: 56px;
    right: -40px;
}

#coaching-process .et_pb_column:last-child .et_pb_blurb:after {
    display: none;
}

.programme-tabs .et_pb_all_tabs {
    background: transparent;
}

.programme-tabs ul.ticks li:before {
    font-weight: normal;
}

@media (min-width: 981px) {
    .et_pb_tabs.programme-tabs .et_pb_tabs_controls li {
        width: 16.666666667%;
    }

}

@media only screen and (max-width: 767px) {
    .et_pb_section.et_pb_section_0.et_pb_with_background.et_section_regular {
        background-size: 157% 150px !important;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .et_pb_tabs.programme-tabs .et_pb_tabs_controls li {
        height: auto !important;
    }

    div.et_pb_section.et_pb_section_0 {
        padding-top: 0px !important;
    }
}

.programme-tabs .et_pb_all_tabs li {
    margin-bottom: 15px;
}

@media (min-width: 981px) {
    .programme-tabs ul.ticks {
        margin-top: 30px;
    }

    .programme-tabs .et_pb_all_tabs li {
        max-width: 80%;
    }
}

.programme-tabs .et_pb_all_tabs li:last-child {
    margin-bottom: 0;
}

/**
 * Emotional Intelligence Testing Page
 */
#test-scores .et_pb_counter_title {
    margin-bottom: 5px;
}

#test-scores .et_pb_counter_amount {
    min-height: 25px !important;
}

#test-scores .et_pb_counter_amount_number {
    display: none !important;
    color: transparent !important;
}


/**
 * Tablepress
 */
.tablepress {
    background: #eef6fb;
    padding: 15px;
    border-radius: 10px;
}

.tablepress tfoot th,
.tablepress thead th {
    background-color: transparent !important;
}

.entry-content thead th,
.entry-content tr th,
body.et-pb-preview #main-content .container thead th,
body.et-pb-preview #main-content .container tr th {
    color: #2467ab;
}

.tablepress thead th {
    border-bottom: 2px solid #fff !important;
}

.tablepress tbody td {
    vertical-align: middle !important;
}


/* Icons */
/*.icon:before {
	font-family: ETModules;
	font-size: 30px;
	font-weight: bold;
	display: block;
}
.icon.tick:before {
	content: "\4e";
	color: #2367ab;
	margin-top: 3px;
}
.icon.cross:before {
	content: "\4d";
	color: #de4600;
	font-size: 36px;
	margin-top: 2px;
}*/
.icon.tick:before {
    display: block;
    content: "";
    width: 18px;
    height: 19px;
    background: url(assets/images/tick.png) center center no-repeat;
}

.icon.cross:before {
    display: block;
    content: "";
    width: 19px;
    height: 19px;
    background: url(assets/images/cross.png) center center no-repeat;
}


/**
 * About page - more text
 */
.more-link {
    cursor: pointer;
}

.more-link:hover {
    font-weight: bold;
}

.more-text {
    display: none;
}


/**
 * Glossary
 */
.eqw-glossary-cats,
.et_pb_text ul.eqw-glossary-cats {
    list-style: none;
    padding: 0;
    margin-bottom: 35px;
}

.eqw-glossary-cats li {
    text-align: center;
    display: inline-block;
}

.eqw-glossary-cats li a {
    display: block;
    vertical-align: middle;
    text-transform: uppercase;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #d5dbdb;
    color: #414042;
    transition: all 0.25s ease-in-out;
}

.eqw-glossary-cats li:last-child a {
    border-right-width: 1px
}

.eqw-glossary-cats li a:hover {
    color: #2467ab;
    background-color: #f2f3f3;
}

.eqw-glossary-cats li.active a {
    color: #2467ab;
    background-color: #f2f3f3;
}


.eqw-glossary-defs,
.et_pb_text ul.eqw-glossary-defs {
    list-style: none;
    padding: 0;
}

.eqw-glossary-defs li {
    margin-bottom: 20px;
}

.eqw-glossary-defs li:last-child {
    margin-bottom: 0;
}

.eqw-glossary-defs h3 {
    font-size: 18px;
    color: #2467ab;
}


/**
 * Contact Page
 */
#contact-details .et_pb_blurb h3 {
    margin-bottom: 10px;
}

#contact-details .et_pb_blurb.contact-follow h3 {
    margin-bottom: 6px;
}

.contact-follow .eqw-social-icons {
    position: initial;
}

.contact-follow .eqw-social-icons ul.et-social-icons {
    padding: 0;
}

.contact-follow .eqw-social-icons ul.et-social-icons li a {
    width: 36px;
    height: 36px;
    border: 1px solid #333333;
}

.contact-follow .eqw-social-icons ul.et-social-icons .et-social-icon a.icon:before {
    font-size: 18px;
}

@media (max-width: 980px) {
    .contact-follow .eqw-social-icons ul.et-social-icons {
        text-align: left;
    }
}

/**
 * Footer
 */

/* Footer Widgets */
#footer-widgets {
    position: relative;
    padding: 55px 0 20px 0;
}

#footer-widgets .footer-widget .gform_body li {
    padding-left: 0;
}

#footer-widgets .footer-widget .fwidget.widget_nav_menu li {
    padding-left: 0;
}

#footer-widgets .footer-widget .fwidget.widget_nav_menu li:before {
    display: none;
}

@media (max-width: 767px) {
    #footer-widgets {
        padding-bottom: 120px;
    }
}

.footer-widget .fwidget {
    width: 100%;
}

@media (min-width: 981px) {
    #footer-widgets {
        padding-right: 100px;
    }

    .et_pb_gutters2 .footer-widget {
        margin-bottom: 0;
    }

    .et_pb_gutters2.et_pb_footer_columns4 .footer-widget .fwidget {
        margin-bottom: 25px;
    }

    .et_pb_gutters2.et_pb_footer_columns4 .footer-widget .fwidget.widget_media_image {
        margin-bottom: 10px;
    }
}

@media (max-width: 980px) {

    #footer-widgets .footer-widget .fwidget.widget_media_image,
    #footer-widgets .footer-widget {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    #footer-widgets .footer-widget .fwidget.widget_media_image {
        margin-bottom: 10px !important;
    }

    #footer-widgets .footer-widget:nth-child(4) {
        padding-left: 15px;
    }
}

#media_image-2 img {
    max-width: 155px;
}

#media_image-3 img {
    margin-left: 2px;
}

/*

/* Social Icons */
.eqw-social-icons {
    clear: both;
    position: absolute;
    left: 0;
    bottom: 5px;
}

.eqw-social-icons .et-social-icons {
    float: none;
}

.eqw-social-icons .et-social-icons li:before {
    display: none;
}

.eqw-social-icons .et-social-icons li {
    margin-left: 0;
    padding-left: 0;
    margin-right: 10px;
}

#footer-widgets .footer-widget .eqw-social-icons .et-social-icons li {
    margin-left: 0;
    padding-left: 0;
    margin-right: 10px;
}

.eqw-social-icons .et-social-icons li:last-child {
    margin-right: 0;
}

.footer-widget .et-social-icons li a {
    font-size: 22px;
}

.et-social-icons li a {
    width: 45px;
    height: 45px;
    display: table-cell;
    padding: 4px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.et-social-icons li a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Contact Details */
#footer-widgets .footer-widget li.icon:before {
    font-family: ETModules;
    top: 0px;
    left: -15px;
    border: 0;
    font-size: 20px;
}

#footer-widgets .footer-widget li.icon.icon-phone:before {
    content: "\e090";
}

#footer-widgets .footer-widget li.icon.icon-email:before {
    content: "\e010";
}

#footer-widgets .footer-widget li.icon.icon-skype:before {
    content: "\e0a2";
}

#footer-widgets .footer-widget li.icon.icon-address {
    margin-bottom: 0;
}

#footer-widgets .footer-widget li.icon.icon-address:before {
    content: "\e01d";
    font-size: 26px;
    top: 2px;
    left: -17px;
}


/* Footer Bottom */
#footer-bottom {
    padding: 0 0 5px;
}

#footer-bottom .container {
    border-top: 1px solid #fff;
    padding-top: 15px;
}

#footer-info sup {
    bottom: 0.2em;
    font-size: 0.8em;
}

.plug {
    float: right;
    color: #fff;
    font-size: 12px;
}

.plug a {
    color: #fff;
}

@media (max-width: 980px) {
    .plug {
        float: none;
        text-align: center;
    }
}

/* Footer Bottom Menu */
.menu-bottom-footer-container {
    display: inline-block;
}

#menu-bottom-footer li:first-child {
    margin-left: 20px;
}

#menu-bottom-footer li {
    display: inline-block;
    margin-right: 20px;
}

#menu-bottom-footer li:last-child {
    margin-right: 0;
}

#menu-bottom-footer li a {
    font-weight: normal;
}

@media (max-width: 479px) {
    #menu-bottom-footer li:first-child {
        margin-left: 0;
    }
}


/* Scroll to top */
.et_pb_scroll_top.et-pb-icon {
    position: absolute;
    bottom: initial;
    top: -69px;
    right: -10px;
    font-size: 36px;
    background: transparent;
}

.et_pb_scroll_top.et-pb-icon:after {
    display: block;
    content: "top";
    font-family: Poppins !important;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: -5px;
    margin-left: 2px;
}


/********************/
/**  Divi Modules  **/
/********************/

/**
 * Buttons
 */

input[type=submit],
.mainButton,
.et_pb_button {
    color: #ffffff !important;
    background: #f78d29;
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700;
    text-transform: uppercase;
    border: 0;
    margin: 0;
    border-radius: 10px;
    font-size: 15px;
    margin-top: -5px;
    padding: 15px 60px 15px 45px;
}

.et_pb_button,
.et_pb_module .et_pb_button {
    padding: 15px 60px 15px 45px;
}

.et_pb_button:hover,
.et_pb_module .et_pb_button:hover {
    color: #fff;
    padding: 15px 60px 15px 45px;
    background: #f78d29;
}

.et_pb_button:hover:hover,
.et_pb_module .et_pb_button:hover:after {
    color: #fff;
}

.button-bottom.button-fullwidth {
    position: relative;
    padding-bottom: 72px;
}

.button-bottom.button-fullwidth .et_pb_blurb_content {
    position: initial;
}

.button-bottom.button-fullwidth .et_pb_button {
    position: absolute;
    width: calc(100% - 60px);
    bottom: 30px;
    text-align: center;
}

@media (max-width: 479px) {

    .et_pb_button,
    .et_pb_module .et_pb_button {
        padding: 15px 50px 15px 35px;
    }
}



/**
 * Accordion
 */
.eqw-accordion .et_pb_toggle_open,
.eqw-accordion .et_pb_toggle_close {
    padding: 0;
}

.eqw-accordion .et_pb_toggle_title {
    padding: 20px 50px 20px 20px !important;
    color: #414042;
    font-weight: bold;
}

.eqw-accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title {
    background: #dedede;
}

.eqw-accordion .et_pb_toggle_open .et_pb_toggle_title,
.eqw-accordion .et_pb_toggle_open h5.et_pb_toggle_title,
.eqw-accordion .et_pb_toggle_close .et_pb_toggle_title,
.eqw-accordion .et_pb_toggle_close h5.et_pb_toggle_title {
    color: #414042;
}

.eqw-accordion .et_pb_toggle {
    border: 0;
    border-bottom: 1px solid #acacac;
}

.eqw-accordion .et_pb_accordion .et_pb_toggle_title:before,
.eqw-accordion .et_pb_toggle .et_pb_toggle_title:before {
    right: 20px;
}

.eqw-accordion .et_pb_toggle_content {
    padding: 20px;
}

.eqw-accordion h3 {
    font-size: 16px;
    font-weight: 600;
    color: #2467ab;
}


/****************/
/**   Forms    **/
/****************/

input.text,
input.title,
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
    border: 1px solid #cccccc;
    border-radius: 5px;
}

input[type=submit] {
    cursor: pointer;
}


#enquiry-form {
    padding: 30px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.075);
}

#enquiry-form.training {
    background-color: #fff;
}


a.et_pb_button.next-step {
    display: block;
    cursor: pointer;
}


/**
 * Shortcodes
 */
.eqw-lightbox-video {
    text-align: center;
}

.eqw-lightbox-video a {
    position: relative;
    display: inline-block;
    font-size: 26px;
    margin-top: 56px;
}

.eqw-lightbox-video a:before {
    font-family: ETModules;
    font-size: 46px;
    color: #2467ab;
    content: "\e04e";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -46px;
}


/**
 * Helpers
 */

.p-no-padding-bottom p {
    padding-bottom: 0px;
}

.eqi-sup sup {
    font-size: 20px;
}

/* Forms */
.submit-center {
    padding-top: 30px;
    text-align: center;
}

/* Mobile */
@media (max-width: 980px) {
    .mobile-center {
        text-align: center;
    }
}

@media (max-width: 479px) {
    #header-phone {
        float: none;
        text-align: center;
    }

    .et_header_style_left .logo_container {
        left: -30px;
    }

    .mobile_menu_bar:before {
        top: 0;
    }

    .et_mobile_menu {
        top: 124px;
    }

    .et_pb_blurb_position_left .et_pb_blurb_container,
    .et_pb_blurb_position_right .et_pb_blurb_container {
        display: block;
    }

    /*home blurbs adjustment*/
    div#training-courses .et_pb_main_blurb_image {
        width: 100% !important;
        margin-bottom: 10px;
    }

    div#training-courses .et_pb_main_blurb_image img {
        margin: 0px auto;
        display: table;
    }
}

/* #emotional-intelligence-public-course #emotional-intelligence-public-course-section {
	left:35px;
	background: #f7f7f7;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    padding: 25px 30px 30px;
} */

#public-course-location-text {
    margin-top: -27px;
}

.page-id-1364 #public-course-location-text {
    margin-top: 5px !important
}

@media only screen and (max-width: 480px) {
    .et_pb_button_2 {
        width: 100% !important;
    }
}

#emotional-intelligence-public-course-section .et_pb_button_2_wrapper {
    margin-left: 0 !important;
}

.book_form_body {
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.075);
    padding: 30px;
    margin-bottom: 30px;
}

.phone__wrap_2 {
    flex-grow: 1;
    padding-left: 30px;
    align-self: flex-end;
}

.phone__wrap {
    width: 30%;
}

/*.entry-content .et_pb_section_0.et_pb_section{
	background-color: transparent!important;
}
*/
.enquiry-forms_eq .gform_wrapper .top_label select.medium {
    width: 100%;
}

.enquiry-forms_eq .gform_wrapper .suggest_time {

    margin-bottom: 20px !important;
}

.forms_eq_data,
.forms_eq_time {
    float: left;
    width: 48%;
    clear: none !important;
}

body .enquiry-formss .forms_eq_time .clear-multi .ginput_container_time label,
body .enquiry-formss .forms_eq_time .clear-multi .ginput_container_time i {
    display: none !important;
}

.codfild21 label {
    height: 23px !important;
}

.simpl_field_2 div.ginput_container {
    margin-top: 0 !important;
}

.book_form_body button.button {
    display: none !important;
}


/*coming from style4.css under assets/css/*
 
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
    overflow: auto;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
    border:0px solid #ccc;
    border-radius:0px;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding: 4px 10px;
    border-radius: 50% !important;
    position: absolute;
    cursor: pointer;
    z-index: 4;
    font-size: 25px;
    font-family: "ETModules";
    top: 50%;
    transform: translateY(-50%);
    background: #666666;
    color: #ffffff;
    display: block;
}

.et-waypoint {
    opacity: 1 !important;
}

.nbs-flexisel-nav-left {
    left: 0px;
}

.nbs-flexisel-nav-left:before {
    content: "#"
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: 0px;
}

.nbs-flexisel-nav-right:before {
    content: "$"
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}

#main-footer {
    width: 100%;
    float: left;
}

.custpost {
    width: 100%;
    float: left;
    padding: 0px 0;
    background: #fff;
}

.custpost ul {
    margin: 20px 0 50px;
}

.custpost ul li {
    float: left;
    text-align: center;
    list-style: none;
}

.custinr {
    width: 100%;
    display: inline-block;
    text-align: left;
    background: #f7f7f7;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    padding: 25px 30px 30px;
    min-height: 700px;
    position: relative;
    left: 20px;
}

.custinr h4 {
    float: left;
    font-size: 46px;
    font-weight: 700;
    line-height: 1em;
    padding-bottom: 10px;
    color: #333;
    font-family: "Gilroy-Light";
}

.custinr h3 {
    float: left;
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3em;
    color: #414042;
    font-family: "Gilroy-Light";
    padding-bottom: 10px;
}

.custinr h3 a {
    text-decoration: none;
    color: #414042;
    font-family: "Gilroy-Light";
    font-size: 22px;
    font-weight: 600;
}

.custinr h5 {
    float: right;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.7em;
    color: #414042;
    font-family: "Gilroy-Light";
    padding-bottom: 0px;
}

.custinr p {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7em;
    color: #414042;
    font-family: "Gilroy-Light";
    padding-bottom: 0px;
    margin-bottom: 10px;
}

.et_pb_text_inner p {
    margin: 0px;
    padding: 0px;
}

.custinr span {
    width: 100%;
    float: left;
    margin-top: 5px;
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.7em;
    color: #414042;
    font-family: "Gilroy-Light";
    padding-bottom: 0px;
}

.custinr a.btn2 {
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.7em;
    font-family: "Gilroy-Light";
    padding: 15px 60px 15px 45px;
    color: #000;
    border: 1px solid #000;
    border-radius: 10px;
    letter-spacing: 1px;
    position: relative;
    transition: all 0.4s ease-in-out 0s;
    text-decoration: none;
}

.btndv {
    width: 85%;
    float: left;
    position: absolute;
    bottom: 30px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.custinr a.btn2:hover {
    background: #f78d29;
    color: #fff;
    border-color: #fff;
    text-decoration: none;
}

.custinr a.btn2:after {
    position: absolute;
    text-shadow: none;
    left: auto;
    top: 20px;
    margin-left: 0.3em;
    font-size: 15px;
    font-weight: bold;
    opacity: 1;
    line-height: 1.7em;
    content: "$";
    font-family: ETmodules !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-shadow: 0 0;
    text-transform: none;
}


.custtesti {
    width: 100%;
    float: left;
}

.custtesti ul {}

.custtesti ul li {
    list-style: none;
}

.custtesti p {
    font-size: 28px;
    font-family: "Gilroy-Light";
    line-height: 1.5;
    color: #414042;
}

.custtesti h3 {
    font-size: 18px;
    font-family: "Gilroy-Light";
    line-height: 1.5;
    color: #414042;
    text-transform: uppercase;
    margin-top: 15px;
}

.testiinr {
    width: 85%;
    margin: auto;
    height: 300px;
    display: table;
}

.inrte {
    display: table-cell;
    vertical-align: middle;
}

.contntinr {
    height: auto;
    overflow: hidden;
    float: left;
    width: 100%;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none !important;
    border: 0px;
    width: 70px;
    height: 70px;
    top: 30%;
}

.glyphicon {
    padding: 16px 20px 25px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 4;
    font-size: 25px;
    background: #414042;
    color: #fff;
    top: 0% !important;
}

.left .glyphicon {
    float: left;
}

.right .glyphicon {
    float: right;
}

.carousel-indicators li {
    border: 1px solid #000 !important;
}

.carousel-indicators {
    bottom: -10px !important;
}


.codfild {
    width: 30%;
    float: left;
}

.codfild2 {
    width: 40%;
    float: right;
}

.enquiry-formss .gform_body {
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.075);
    padding: 30px;
    background: #ffffff;
}

.enquiry-formss1 {
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.075);
    padding: 30px;
    background: #ffffff;
}

.gform_heading {
    display: none !important;
}

.wpcf7 label {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

/*.enquiry-formss .gform_body input[type="text"]{
    border: 1px solid #cccccc;
    border-radius: 5px;
    font-size: 16px;
    margin-bottom: 15px;
    padding: 10px;
    width: 100%;
}*/
.enquiry-formss1 .gform_body input[type="text"] {
    border: 1px solid #cccccc;
    border-radius: 5px;
    font-size: 16px;
    margin-bottom: 15px;
    padding: 10px;
    width: 100%;
}

@media (min-width: 1200px) and (max-width: 1485px) {
    .custinr {
        min-height: 680px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .custinr {
        width: 100%;
        padding: 20px;
        margin: 0 0 0px;
        min-height: 760px;
        left: 0px;
    }

    .custinr h4 {
        font-size: 32px;
    }

    .custinr h3 {
        font-size: 18px;
    }

    .custinr h3 a {
        font-size: 18px;
    }

    .custinr h5 {
        font-size: 14px;
    }

    .custinr span {
        font-size: 18px;
    }

    .custinr a.btn2 {
        padding: 5px 20px;
    }

    .custinr a.btn2:after {
        top: 11px;
    }

    .custtesti p {
        font-size: 24px;
    }

    .custtesti h3 {
        font-size: 16px;
    }

    .nbs-flexisel-nav-left {
        left: 5px;
    }

    .nbs-flexisel-nav-right {
        right: 5px;
    }

    .contntinr {
        padding-top: 0px;
    }

    .nbs-flexisel-nav-left,
    .nbs-flexisel-nav-right {
        top: 97%;
    }

    .tagcat h6 span {
        font-size: 12px;
        width: 100%;
    }

    .custpost ul li {
        padding: 0 20px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .custinr {
        width: 100%;
        padding: 10px;
        margin: 0 0 0px;
        min-height: 800px;
        left: 0px;
    }

    .custinr h4 {
        font-size: 24px;
    }

    .custinr h3 {
        font-size: 16px;
        margin-top: 0px;
        min-height: 70px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .custpost .ticks {
        margin-top: 0px !important;
    }

    .custinr h3 a {
        font-size: 16px;
    }

    .custinr h5 {
        font-size: 12px;
    }

    .custinr span {
        font-size: 16px;
    }

    .custinr a.btn2 {
        padding: 5px 20px
    }

    .custinr a.btn2:after {
        top: 11px;
    }

    .custtesti p {
        font-size: 24px;
    }

    .custtesti h3 {
        font-size: 16px;
    }

    .nbs-flexisel-nav-left,
    .glyphicon {
        display: none !important;
    }

    .testiinr {
        width: 94%;
    }

    .contntinr {
        padding-top: 10px;
    }

    .nbs-flexisel-nav-left,
    .nbs-flexisel-nav-right {
        top: 97%;
        display: block !important;
    }

    .custpost ul li {
        padding: 0 15px;
    }

    .abouttb li button {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .custinr {
        width: 100% !important;
        margin: 0 0 15px;
        left: 0px;
        min-height: 820px;
    }

    .custinr h4 {
        font-size: 36px;
    }

    .custpost .ticks {
        margin-top: 0px !important;
    }

    .custinr h3 {
        font-size: 20px;
        margin-top: 0px;
    }

    .custinr h3 a {
        font-size: 20px;
    }

    .custinr h5 {
        font-size: 14px;
    }

    .custtesti p {
        font-size: 18px;
    }

    .custtesti h3 {
        font-size: 14px;
    }

    .glyphicon {
        display: block !important;
        padding: 8px 12px 15px;
        font-size: 20px;
    }

    .mw100 {
        width: 100% !important;
        max-width: 100% !important;
    }

    .carousel-inner {
        max-width: 80%;
        margin: 0px auto;
    }

    .testiinr {
        width: 100%;
        height: auto;
        display: block;
    }

    .carousel-indicators {
        bottom: -40px !important;
    }

    .contntinr {
        width: 100%;
        float: left;
    }

    .nbs-flexisel-nav-left,
    .nbs-flexisel-nav-right {
        top: 97%;
    }

    .abouttb li {
        padding: 0 0px;
        width: 100%;
        margin-bottom: 10px;
    }

    .abouttb li button {
        font-size: 16px;
    }

    .tab-about ul li {
        width: 100%;
        padding: 0px;
    }
}


/*****STYLES FROM WIDGETS*****/
/* Filename: course_public_sidebar.php */

.courses_card {
    width: 80%;
    background: #f7f7f7;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    padding: 25px 30px 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 55px;
}

.courses_card h1 {
    font-size: 46px;
    font-weight: 700;
}

.courses_card h3 {
    font-weight: 600;
    font-size: 21px;
    line-height: 1.3em;
    padding-bottom: 10px;
}

.courses_card {
    font-weight: 600;
    font-size: 14px;
}

.courses_card .courses_price p {
    font-size: 22px;
    font-weight: 500;
    padding: 5% 0;
}

.courses_card a {
    width: 100% !important;
}

/* Filename: course_public_sidebar.php */

.custpost ul li {
    list-style: none;
}

/* Filename: custom-post-new.php */

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    display: none;
}

.custpost ul li {
    list-style: none;
}

.custpost ul li {
    width: 100%;
    text-align: left !important;
    margin-bottom: 20px;
}

.custpost .ticks {
    margin-top: 8px;
    width: 100%;
    float: left;
}

.inrpos {
    float: right;
    position: relative;
    z-index: 999;
}

.cusr4 {
    width: 82% !important;
    left: 28px;
    min-height: 750px !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .custinr {
        left: 0px;
        width: 100% !important;
    }

    .btndv {
        bottom: 13px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .cusr4 {
        left: 0px;
        width: 100% !important;
    }
}

@media only screen and (max-width: 767px) {
    .cusr4 {
        left: 0px;
        width: 100% !important;
        margin: 0px !important;
        min-height: 800px !important;
    }

    .ulsec {
        padding: 0px !important;
    }

    .btndv {
        bottom: 10px !important;
    }
}


/* 
   Filename: custom-post.php
   Note: there are also inline styles that should be replaced by css classes. 
*/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    display: none;
}

.custpost ul li {
    list-style: none;
}

.custpost .ticks {
    margin-top: 8px;
    width: 100%;
    float: left;
}

.custinr {
    overflow: hidden;
}

.custpost {
    width: 100%;
    float: left;
}

.tagcat {
    width: 100%;
    float: left;
}

.tagcat h6 {
    margin: 0px;
    padding: 0px;
    float: right;
    width: 63% !important;
    text-align: center;
    padding: 0px 0px;
    transform: rotate(30deg);
    right: -52px;
    background: #41dfe6;
    position: absolute;
    top: 18px;
    line-height: 26px;
    margin: 0px;
}

.tagcat h6 span {
    color: #414042;
    float: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    padding-bottom: 0;
    text-transform: uppercase;
    text-decoration: none !important;
    width: 50%;
    display: inline-block;
    margin-top: 0px;
    text-align: center;
}

.items .btndv {
    bottom: 0;
}

.contntinr {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ticks li {
    width: 100% !important;
    padding: 0 0 0 25px !important;
    font-weight: normal;
}

.custinr h5 {
    margin-top: 40px;
}

.abouttb {
    width: 100%;
    float: left;
}

.abouttb li {
    float: left;
    width: 33%;
    text-align: center !important;
    padding: 0 60px;
}

.abouttb li button {
    float: none;
    display: inline-block;
    padding: 0 20px;
    line-height: 40px;
    width: 100%;
    font-size: 20px;
    color: #000;
    border: 0px;
    background: #41dfe6;
    text-decoration: none;
    border-radius: 5px;
}

.abouttb li.active button {
    font-weight: 700;
}

.tab-about {
    width: 100%;
    float: left;
}

.tab-about .container {
    padding-top: 0px;
}

.tab-about ul li {
    width: 33%;
    float: left;
    padding: 0 15px;
    list-style: none;
}

.tab-about ul {
    width: 100%;
    float: left;
    padding: 0px;
}

.ticks {
    margin-bottom: 15px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .tagcat h6 {
        top: 13px;
        padding: 0 0 0;
        right: -27px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .tagcat h6 {
        top: 0px;
        width: 100% !important;
        padding: 0 0 0 0px;
        right: 0px;
        position: relative;
        transform: rotate(0deg);
    }

    .tagcat h6 span {
        width: 100%;
    }

    .tab-about ul li {
        padding: 0 5px;
    }
}

@media only screen and (max-width : 767px) {


    .nbs-flexisel-nav-left,
    .nbs-flexisel-nav-right {
        display: block !important;
    }

    nbs-flexisel-nav-left,
    .nbs-flexisel-nav-right {
        padding: 0px inherit;
        border-radius: 30% !important;
        color: #414042;

    }

    .tagcat h6 {
        top: 13px;
        padding: 0 0 0 15px;
        right: -28px;
    }

    .tagcat h6 span {
        width: 100%;
    }
}

.et_pb_row_10 {
    padding: 0px !important;
}

.custinr {
    min-height: 600px !important;
    left: 0 !important;
}

/* Filename: logoslider.php */

.newslie {
    width: 100%;
    float: left;
    padding: 10px 0;
    background: none;
}

.inrlogsld {
    display: none !important;
}

/* Filename: single.php */
.ticks {
    list-style: none !important;
    padding: 0 0 23px;
}

.bookbt2 {
    padding: 8px 15px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    border: 0px;
    background: #f78d29;
    border-radius: 8px;
    text-decoration: none;
    margin-top: 20px;
    float: left;
}

/* Filename: testimonial.php */
@media only screen and (max-width: 767px) {
    .carousel-indicators li {
        width: 15px !important;
        height: 15px !important;
        margin: 0px 2px !important;
    }

    .carousel-indicators .active {
        width: 15px !important;
        height: 15px !important;
        background-color: #000 !important;
    }
}

/*************END STYLES FROM WIDGETS*****************/


@media (max-width: 959px) {

    body.et_left_sidebar .one_fourth,
    body.et_left_sidebar .one_half,
    body.et_left_sidebar .one_third,
    body.et_left_sidebar .three_fourth,
    body.et_left_sidebar .two_third,
    body.et_right_sidebar .one_fourth,
    body.et_right_sidebar .one_half,
    body.et_right_sidebar .one_third,
    body.et_right_sidebar .three_fourth,
    body.et_right_sidebar .two_third,
    #main-content .et_pb_tab_content .one_half {
        float: none;
        margin-right: 0;
        width: auto;
        margin-bottom: 10px;
    }
}

/*updates for Amelia*/

.am-event-sub-info-capacity {
    display: none !important;
}

.amelia-app-booking #am-step-booking .am-confirm-booking .am-confirmation-booking-header,
.amelia-app-booking .am-step-booking-catalog .am-confirm-booking .am-confirmation-booking-header {

    display: none;
}

.et_pb_text_10.et_pb_text .el-button el-button--primary redirect-link a {
    color: #ffffff;
}