/**
* Theme Name: Stack Child
* Description: This is a child theme of Stack, generated by Merlin WP.
* Author: <a href="http://www.tommusrhodus.com/">Tom Rhodes</a>
* Template: stack
* Version: 10.5.26
*/

/* CSS Helper Classes */
.mb-0 {
	margin-bottom: 0px !important;
}
.mt-0 {
	margin-top: 0px !important;
}
.link-style-none {
	text-decoration: none !important;
}
.font-bold {
	font-weight: bold !important;
}


/* 
 * START - Live chat 
*/

/* button that open the chat */
#hl-livechat {	
	width: 50px;
    height: 50px;
    position: fixed;
    right: 50px;
    bottom: 50px;
    margin: 12px;
    z-index: 999999;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 10px 1px;
    transition: all 0.3s ease-in-out;
    transition: opacity 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), box-shadow 0.4s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), box-shadow 0.4s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), box-shadow 0.4s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
    background: url("/img/chat_bubbles.png") center center no-repeat;
    background-size: 24px;
    background-color: #4a90e2;
    border-radius: 50px;
}

.chatlio-title-bar {
  background-color: #31639c !important;
}
#hl-livechat:hover {
  background-color: rgba(49, 99, 156, 0.77);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 14px 30px;
}
.hl-livechat-text {
  padding: 10px;
  margin-top: 45px;
  text-align: center;
  position: absolute;
  margin-left: -16px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
}
#chatlio-widget .chatlio-widget {
  z-index: 99999999 !important;
}

    .single-post.postid-1497 .closed, .chatlio-closed {
        display: none !important;
    }
    .single-post.postid-1497 .chatlio-widget button, .chatlio-widget input, .chatlio-widget textarea {
        font-size: 14px !important;
    }
    .single-post.postid-1497 #hl-info-modal {
        position: fixed;
        right: 10px;
        bottom: 30px;
        background-color: #f7f7f7;
        width: 270px;
        height: 320px;
        border: 1px solid black;
        z-index: 9999999999;
        display: none;
    }
    .single-post.postid-1497 #hl-info-modal .complete {
        display: none;
    }
    .single-post.postid-1497 .livechat-info {
        font-size: 13px !important;
    }
    .single-post.postid-1497 .livechat-info-header {
        font-size: 1.35714286em !important;
        line-height: 1.68421053em !important;
    }
    .single-post.postid-1497 #livechat-info-name-error, #livechat-info-school-error {
        font-size: 0.85em !important;
    }
    .single-post.postid-1497 #livechat-info-submit {
        bottom: 50px;
        position: fixed;
        width: 220px;
        line-height: 0px !important;
    }
    .single-post.postid-1497 .bml-btn-white button {
        color: white !important;
    }
    .single-post.postid-1497 #hl-btn-open-chat button {
        line-height: 0;
    }

/* 
 * END - Live chat 
*/

body {
	transition: none !important;
}

.closed {
  display: none !important;
}
.material-icons {
  font-family: 'Material Icons' !important;
}
.icon-circle {
  position: relative;
  display: inline-block;
  width: 3.71428571em;
  height: 3.71428571em;
  border-radius: 50%;
  border: 1px solid #ececec;
  background: #fafafa;
  text-align: center;
}
.icon-circle i {
  font-size: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
}
.vc_icon_element .icon-circle-success {
    background: #43A047 !important;
}
.vc_icon_element .icon-circle-success .vc_icon_element-icon {
    color: rgba(255, 255, 255, 0.88) !important;
}
.icon-circle-attention {
    background: #FBC02D;
    color: rgba(255, 255, 255, 0.88);
}
.icon-circle-error {
    background: #F44336;
    color: rgba(255, 255, 255, 0.88);
}
.block-req-info {
    display: none;
    margin-top: 14px;
    font-size: 18px;
}
.bg--success {
  background: #43A047 !important;
  color: rgba(255, 255, 255, 0.88) !important;
}
.bg--attention {
  background: #FBC02D !important;
  color: rgba(255, 255, 255, 0.88) !important;
}
.bg--error {
  background: #F44336 !important;
  color: rgba(255, 255, 255, 0.88) !important;
}
#menu-main li.active a {
	color: #252525;
	font-weight: bold;
}
.extra-dark {
	background: rgba(20, 20, 20, .8) !important;
}

/* */
/* Battle Media Lab Custom CSS - START */
/* */

/* CSS VARIABLES */

:root {
    --bml-color-black: black;
    --bml-color-blue: #4a90e2;
    --bml-color-dark-blue: #18378F;
    --bml-color-dark-grey: #666666;
    --bml-color-grey: #EBEBEB;
    --bml-color-light-grey: #FAFAFA;
    --bml-color-light-grey-2: rgba(102, 102, 102, .5);
	--bml-color-orange: #EF6725;
	--bml-color-purple: #B64198;
    --bml-color-white: white;

    --bml-border-radius: 6px;
}

/* Adjusting the header menu position to stick along with bar without getting cutoff */

.nav-container #menu1.pos-fixed {
	margin-top: 34px;
}

.nav-container .bar--mobile-sticky.pos-fixed {
	margin-top: 60px;
}

/* STACK IMAGE SLIDER STYLING */

.flickity-enabled .flickity-prev-next-button {
	background: transparent;
	font-size: 3em;
}

.flickity-enabled .flickity-prev-next-button.previous {
	left: -25px;
}

.flickity-enabled .flickity-prev-next-button.next {
	right: -25px;
}

.flickity-enabled .flickity-prev-next-button::before {
	color: var(--bml-color-blue);
}

/* CORE STYLING */

h1 {
    font-weight: bold;
    line-height: 54px;
}

h2 {
    line-height: 43px;
}

h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

/* Button dark blue style */
.bml-btn-style-darkblue button,
.bml-btn-style-darkblue a {
	background-color: #18378f !important;
	text-transform: uppercase;
	font-weight: 700;
}
.bml-btn-style-darkblue button:hover,
.bml-btn-style-darkblue a:hover {
	background: var(--bml-color-blue) !important;
    border: 1px solid var(--bml-color-white) !important;
}

.bml-h1-syle {
    font-size: 44px;
    font-weight: 900;
}


#menu-contact .menu-item-contact a {
	color: var(--bml-color-blue);
}

#menu-contact li.menu-address {
    line-height: 22px !important;
    margin-top: 7px;
}

#menu1.bar.bar--sm {
    padding: 28px 0;
}

#menu-main li.active a {
    color: var(--bml-color-blue);
}

.menu-horizontal>li>a {
    color: var(--bml-color-light-grey-2);
    opacity: 1 !important;
}

.menu-horizontal>li>a:hover {
    color: var(--bml-color-blue);
}

.bml-container.cover.imagebg {
    max-height: 785px; /* before 700px; */
}

.bml-container.bml-bkg-light-grey {
    background: var(--bml-color-light-grey);
}

.bml-container.bml-flex {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.bml-container.bml-flex-height,
.bml-container.bml-flex-height .vc_row,
.bml-container.bml-flex-height .vc_column_container {
    display: flex;
}

.bml-container.bml-flex-height .boxed.feature,
.bml-container.bml-flex-height .wpb_wrapper {
    height: 100%;
}

.bml-container.bml-flex-height .boxed.feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.bml-container .bml-wide-slider li.slide {
    text-align: center;
}

.bml-container .bml-wide-slider li.slide img {
    max-width: 970px;
}

.bml-container.bml-faq .bml-copy-block h4 {
    margin-bottom: 0;
}

.bml-padding-top-lg-lg {
    padding-top: 82.5px !important;
}

.bml-container.bml-faq .bml-copy-block p {
    margin-top: 5px !important;
}

.bml-padding-container-lg {
    padding-bottom: 100px !important;
    padding-top: 100px !important;
}

.bml-padding-bottom-container-lg {
	padding-bottom: 100px !important;
    padding-top: 0 !important;
}

.bml-padding-top-container-lg {
	padding-bottom: 0 !important;
    padding-top: 100px !important;
}

.bml-padding-container-lg-col {
    padding-bottom: 82.5px !important;
    padding-top: 82.5px !important;
}

.bml-padding-container-sm-col {
    padding-bottom: 47.5px !important;
    padding-top: 47.5px !important;
}

.bml-padding-top-row-lg {
    padding-top: 82.5px !important;
}

.bml-padding-bottom-row-lg {
    padding-bottom: 82.5px !important;
    padding-top: 0 !important;
}

.bml-margin-bottom-container-lg {
    margin-bottom: 100px;
}

.bml-padding-container-sm {
    padding-bottom: 65px !important;
    padding-top: 65px !important;
}

.bml-padding-top-container-sm {
	padding-bottom: 0 !important;
    padding-top: 65px !important;
}

.bml-padding-slider {
    padding-bottom: 100px;
    padding-top: 70px;
}

.bml-img-max img {
    max-width: 430px;
}

.bml-img-grid img {
    max-height: 48px;
    width: auto;
}

.bml-img-grid .bml-img-lg img {
    max-height: 91px;
}

.bml-container .wpb_content_element,
.bml-container .boxed {
    border: none;
    margin-bottom: 0 !important;
}

.article__share .bg--linkedin {
    background: #0077B5;
	border-color: transparent;
}

.article__share .bg--linkedin:hover {
    border-color: transparent;
}

.article__share .bg--linkedin span,
.article__share .bg--linkedin p,
.article__share .bg--linkedin i {
    color: white
}

.bml-border {
    background: var(--bml-color-white);
    border: 1px solid var(--bml-color-grey) !important;
    border-radius: var(--bml-border-radius) !important;
}

.bml-inner-border .vc_column-inner {
    background: var(--bml-color-white);
    border: 1px solid var(--bml-color-grey) !important;
    border-radius: var(--bml-border-radius) !important;
}

.bml-feature-icon p {
    margin-bottom: 0;
    min-height: 0;
}

.bml-feature-icon-margin p {
    min-height: 0;
}

.bml-feature-icon .btn.bml-btn {
    margin-top: 40px;
}

.btn {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    min-height: 44px;
}

a.btn.bml-btn {
    border-color: var(--bml-color-blue);
    text-transform: uppercase;
}

a.btn.bml-btn span {
	color: var(--bml-color-blue);
    font-size: 14px;
}

a.btn.bml-btn.support {
	background: var(--bml-color-orange);
	border: none;
	margin-right: 17px !important;
	min-width: 105px;
	padding-left: 1em;
	padding-right: 1em;
}

a.btn.bml-btn.support span {
	color: var(--bml-color-white);
}

a.btn.bml-btn.support span, a.btn.bml-btn.demo span {
    font-size: 0.85714286em;
}

a.btn.bml-btn.demo {
	padding-left: 20px;
	padding-right: 20px;
}

a.btn.bml-btn:hover {
    background: var(--bml-color-blue);
    border-color: var(--bml-color-blue);
}

a.btn.bml-btn:hover span {
    color: var(--bml-color-white);
}

.bar__module.stack-header-buttons .btn {
	display: inline-block;
	line-height: 2.2;
}

.bml-copy-block h1,
.bml-copy-block h2 {
    margin: 0;
}

.bml-copy-block h2 {
    color: var(--bml-color-blue);
    font-size: 35px;
    font-weight: 400;
}

.bml-bullet-feature h2 {
    border: 2px solid var(--bml-color-blue);
    border-radius: 50%;
    font-size: 30px;
    font-weight: 900;
    height: 60px;
    line-height: 55px;
    margin: 0 auto;
    user-select: none;
    width: 60px;
}

.bml-bullet-feature h4 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.bml-bullet-feature p {
    margin-top: 0 !important;
}

.bml-copy-block h3 {
    margin-top: 10px;
}

.bml-copy-block h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}

.bml-container h3,
.bml-container h4,
.bml-container h5 {
    color: var(--bml-color-dark-grey);
}

.bml-copy-block p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px;
    text-align: left;
}

.bml-copy-block.bm-sm-bc p {
    font-size: 14px;
    line-height: 22px;
}

.bml-copy-block a.bml-btn {
    margin-top: 40px;
}

.bml-hero-copy-block.bml-hero-copy-block {
    text-align: center;
}

.bml-hero-copy-block.bml-hero-copy-block h3 {
    margin-top: 10px;
}

.bml-container .boxed.feature p {
    line-height: 22px;
}

.bml-feature-icon-p-mw p {
	max-width: 210px;
}

.bml-feature-icon-p-mh p {
    min-height: 0;
}


.bml-stacked-copy h4 {
    clear: both;
    margin-bottom: 10px;
}

.bml-stacked-copy.float-r .wpb_wrapper {
	float: right;
}

.bml-container .boxed.feature h3 {
    margin-bottom: 10px;
}

i,
span.icon {
    color: var(--bml-color-blue);
    font-size: 5em !important;
}

i.stack-interface.stack-menu {
    font-size: 3.35em !important;
}

.btn--primary:hover {
    background: var(--bml-color-dark-blue);
    border: 1px solid var(--bml-color-dark-blue) !important;
}

.vc_box_rounded img {
    border-radius: var(--bml-border-radius) !important;
}

.vc_btn3-color-blue {
    color: var(--bml-color-blue) !important;
}

.vc_btn3-color-blue:hover {
    background-color: var(--bml-color-dark-blue) !important;
}

.vc_grid-btn-load_more a {
	background-color: var(--bml-color-blue) !important;
	color: white !important;
	font-size: 12px !important;
	text-transform: uppercase;
	min-width: 165px;
	max-width: 20%;
}

.bml-pl-45 {
    padding-left: 45px;
}

.bml-padding-0 {
	padding: 0 !important;
}

.bml-content-float-r .wpb_wrapper {
	float: right;
}

.bml-testimonials-slider {
	margin-top: 100px;
}

.bml-testimonials-slider .testimonial span.h3 {
    font-size: 0;
}

.bml-testimonials-slider .testimonial span.bml-testimonial-quote,
.bml-testimonials-slider .testimonial a {
	display: inline-block;
    font-size: 25px;
    line-height: 37.5px;
}

.bml-testimonials-slider .testimonial a {
	font-size: 20px;
    margin-top: 5px
}

.bml-testimonials-slider .testimonial h5 {
    margin-top: 1.04em;
}

.bml-testimonials-slider .flickity-prev-next-button::before {
	font-size: 1em !important;
}

ul.bml-list {
	list-style: none;
}

ul.bml-list li {
    margin-top: 15px;
}

ul.bml-list li:first-of-type {
    margin-top: 0;
}

ul.bml-list li::before {
    content: "";
    background: var(--bml-color-blue);
    border-radius: 50%;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: -30px;
    margin-right: 21px;
}

.bml-mb-0 {
    margin-bottom: 0 !important;
}

.pt-0 {
	padding-top: 0 !important;	
}

.bml-d-sm-block {
    display: none !important;
}

.bml-faq-mobile .vc_tta-panel-heading,
.bml-faq-mobile .vc_tta-panel-body {
    border: none !important;
}

.bml-faq-mobile .vc_tta-panel-body {
    padding: 0 !important;
}

.bml-br-mobile {
	display: none;
}

.single-post i {
    font-size: 1em !important;
}

.single-post .article__share .btn {
    display: inline-block;
    margin: 0 !important;
    max-width: none;
    min-height: 0;
    min-width: 0;
}

/* Footer */
footer i.socicon {
    background-color: var(--bml-color-dark-grey);
    border-radius: 50%;
    color: white;
    font-size: 1.8em !important;
    padding: 7px;
}

footer i.socicon:hover {
    background-color: var(--bml-color-blue);
}

footer .widget_media_image {
	margin: 0 auto;
    max-width: 100px;
}

footer .widget_media_image:last-of-type {
	margin: 30px auto 0;
	max-width: 150px;
}

#menu-footer .menu-item, #menu-footer {
	opacity: 1;
}

/* POST STYLING */

.post-content a > span, .post-content span > a {
   color: var(--bml-color-blue) !important;
   text-decoration: underline;
}

.post-content a.btn--primary > span {
   color: var(--bml-color-white) !important;
	font-size: 14px !important;
   text-decoration: none;
}

body.post-template-default.single.single-post .post-author .comment__body p:last-of-type {
	display: none;
}

body.post-template-default.single.single-post .article__title h1 {
	color: var(--bml-color-blue);
	font-size: 44px;
    font-weight: bold !important;
    line-height: 54px !important;
}

body.post-template-default.single.single-post .article__body.post-content .featured-image-holder img {
    box-shadow: none !important;
}

body.post-template-default.single.single-post .article__body.post-content .featured-image-holder {
    text-align: center;
}

body.post-template-default.single.single-post .article__title span,
body.post-template-default.single.single-post .article__body.post-content h2 {
    color: var(--bml-color-dark-grey);
    font-size: 20px;
    font-weight: 600;
    line-height: 30px !important;
}

body.post-template-default.single.single-post.category-webinar .article__title span {
    display: none;
}

body.post-template-default.single.single-post .article__body.post-content p, body.post-template-default.single.single-post .article__body.post-content li, body.post-template-default.single.single-post .article__body.post-content span {
    color: var(--bml-color-dark-grey);
    font-size: 16px;
    line-height: 28px;
}

.google-recaptcha {
    color: white;
    font-size: 12px;
	line-height: 20px;
    padding: 0 15px;
}

.google-recaptcha a {
    color: white;
    text-decoration: underline;
}

.grecaptcha-badge {
    display: none !important;
}

.hl-link-style-1 {
	font-size: 14px;
	font-weight: bold;
	font-family: Open Sans, 'Helvetica', 'Arial', sans-serif;
	text-decoration: underline;
}

.hl-link-style-1::after {
	display: inline-block;
	content: "";
  border: solid #4A90E2;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
	margin-left: 6px;
	text-decoration: none;
}


/* Styling for the jobs listing and job detail pages */

.page-id-2311 h1.team-title {
    color: #4A90E2;
    font-family: Open Sans, 'Helvetica', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 44px;
    line-height: 43px;
}

.job_listings .job_filters {
    background-color: #FAFAFA;
    border-radius: 6px;
}

.job_listings .job_filters .search_keywords input[type=text],
.job_listings .job_filters .search_location input[type=text] {
    border: none;
    background-color: white;
    color: #4A90E2;
    font-size: 16px;
    height: 45px;
}

.job_listings .job_filters .search_keywords input[type=text]::placeholder,
.job_listings .job_filters .search_location input[type=text]::placeholder {
  color: #4A90E2;
}

.job_listings .job_filters .search_categories .select2-selection  {
    height: 45px;
}

.job_listings .job_filters .search_categories .select2-selection__rendered {
    line-height: 45px !important;
}

.job_listings .job_filters .search_categories .select2-selection__placeholder {
    color: #4A90E2;
}

.job_listings .job_filters .search_categories .select2-selection__arrow {
    height: 45px;
}

.job_listings .job_filters .search_submit input[type=submit] {
    font-weight: 700;
}

.job_listings .job_filters .job_types {
    margin: 0 20px 20px !important;
    background-color: white;
    border: 0 none;
    list-style-type: none !important;
}

.job_listings .job_filters .job_types li {
    border-color: #FAFAFA;
    border-width: 2px;
}

.job_listings .job_filters .job_types input[type=checkbox] {
    width: 11px;
    border-radius: 2px;
    margin: 0 8px 0 0;
    padding: 0;
    height: 11px;
    color: #4A90E2;

    appearance: checkbox;
    -webkit-appearance: checkbox;
}

.job_listing-template-default.single-job_listing .article__title h1 {
    color: #4A90E2;
    font-family: Open Sans, 'Helvetica', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 44px;
    line-height: 54px;
}

.job_listing-template-default.single-job_listing .single_job_listing .job-listing-meta {
    list-style-type: none;
}

.job_listing-template-default.single-job_listing .single_job_listing .job-listing-meta .job-type {
    border-radius: 6px;
}

.job_listing-template-default.single-job_listing input.application_button {
    font-size: 16px;
    border: 1px solid #4A90E2;
    background-color: #fff;
    border-radius: 6px;
    height: 45px;
    color: #4A90E2;
    font-weight: bold;
}

.job_listing-template-default.single-job_listing input.application_button:hover {
    background-color: #4A90E2;
    color: #fff;
}

.job_listing-template-default.single-job_listing section.post-author,
.job_listing-template-default.single-job_listing section.unpad  {
    display: none;
}

.job_listing-template-default.single-job_listing .application_details {
    border-color: #4A90E2;
    border-radius: 6px;
	margin-top: 24px;
}

.job_listing-template-default.single-job_listing .application_details:before {
    border-bottom: 10px solid #4A90E2;
}

.job_listing-template-default.single-job_listing .application_details:before {
    margin: -18px 0 0 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 18px solid #4A90E2;
}

.job_listing-template-default.single-job_listing .application_details:after {
    margin: -17px 0 0 1px;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 17px solid #fff;
}

.job_listing-template-default.single-job_listing .job-manager-application-form label {
    color: #4A90E2;
	font-size: 16px;
}

.job_listing-template-default.single-job_listing .job-manager-application-form input[type=text],
.job_listing-template-default.single-job_listing .job-manager-application-form input[type=file],
.job_listing-template-default.single-job_listing .job-manager-application-form textarea {
    color: #4A90E2;
    border-color: #ECECEC;
    background-color: #fff;
}

.job_listing-template-default.single-job_listing .job-manager-application-form input[type=submit]:hover {
    background-color: rgb(49, 99, 184);
}

.job_listing-template-default.single-job_listing .article__share a i {
    font-size: 16px !important;
}

/* Job Listings */

.single-job_listing .single_job_listing .company {
	display: none !important;
}

/* Video player masthead section */

#section-video-inline-player {
    min-height: 700px;
    background-color: #000;
    max-height: 700px;
}
#section-video-inline-player.video-playing {
    min-height: auto;
}
#section-video-inline-player > .container {
    padding: 0;
    width: 100%;
}
#section-video-inline-player .section-video-inline-player-column {
    position: static !important;
}
#section-video-inline-player #hl-video-wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;  
    overflow: hidden;
}
#section-video-inline-player #hl-video-wrapper .wpb_wrapper {
    width: 100%;
}
#section-video-inline-player #hl-video-player {
   height: auto;
    width: 100%;
    position: relative;
    z-index: 1;
    left: 0%;
    bottom: 0;     
    transition: left 0.3s ease; 
    max-height: 639px;
}
#section-video-inline-player .hl-video-overlay-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
}
#section-video-inline-player .hl-video-overlay-text .container {
    top: auto;
    transform: translateY(0);
}
#section-video-inline-player #section-video-inline-player-btn button {
    height: 73px;
    width: 73px;
    border-radius: 100px;
    position: relative;
}
#section-video-inline-player #section-video-inline-player-btn button i {
    position: absolute;
    color: white;
    left: 50%;
    transform: translate(-34%, -50%);
    top: 50%;
    font-size: 28px !important;
}
#section-video-inline-player .section-video-inline-player-badge {
	margin-bottom: 0;
	width: 170px;
	height: auto;
	margin: 0 auto;
}
#section-video-inline-player .vc_row  {
	margin-top: 0 !important;
	min-height: 700px;
}
#section-video-inline-player .vc_column-inner {
	min-height: 700px;
}

/* Specific Posts */

.postid-959 .article__title a:last-of-type, .postid-3273 .article__title a:last-of-type, .postid-656 .article__title a:first-of-type {
	display: none;
}

/* MEDIA QUERIES */

@media screen and (min-width: 990px) {
	footer .row:nth-of-type(2) .col-sm-6:nth-of-type(1) {
		width: 83%;
	}

	footer .row:nth-of-type(2) .col-sm-6:nth-of-type(2) {
		width: 17%;
	}
	
	footer .social-list {
		display: flex;
		justify-content: space-between;
	}
	
	footer .social-list li {
		margin-right: 0 !important;
	}
}

@media screen and (max-width: 1199px) {
    
    .bml-lg-mb-35 {
        padding-bottom: 35px;
    }
    
    .bml-container.bml-lg-block {
        display: block;
    }
	
    .bml-feature-icon-margin {
        padding-bottom: 60px !important;
    }
	
    .bml-feature-icon-margin:last-of-type {
        padding-bottom: 0 !important;
    }
    
    .bml-container .boxed.feature p {
        margin: 0 auto 20px;
    }
	
    #menu1 img.logo {
        max-width: 100px;
    }
	
	footer .widget_media_image {
		margin-left: 41px;
	}
}

@media screen and (max-width: 990px) {
    
    .bml-md-mb-35 {
        padding-bottom: 35px;
    }
    
    .bml-copy-block p,
    .bml-copy-block.bm-sm-bc p {
        font-size: 14px;
        line-height: 24px;
    }
	
    #menu1>.container {
        width: 100%;
    }
	
    #menu1>.container>.row,
    #menu1>.container>.row .text-right {
        display: flex;
        justify-content: space-between;
    }
	
    .bml-md-text-size {
        font-size: 26px !important;
        line-height: 28px !important;
    }
	
    #menu1 img.logo {
        max-width: 100%;
    }
	
    .bml-container.bml-md-block {
        display: block;
    }

    .bml-container .boxed.feature {
        text-align: center;
    }

    .bml-container .boxed.feature p {
        margin: 0 auto 20px;
    }

    .bml-container .boxed.feature span.icon {
        margin-bottom: 10px;
    }
	
    .bml-md-text-left {
        text-align: left !important;
    }
	
    .bml-md-text-size-17 {
        font-size: 17px !important;
        line-height: 22px !important;
    }
	
    .bml-md-text-size-14 {
        font-size: 14px !important;
        line-height: 24px !important;
    }
	
    .home .bml-proctoring-section {
        padding-top: 0 !important;
    }
	
    .bml-neg-margin {
        margin-top: -65px;
    }
	
    .bml-padding-mobile-head {
        padding-bottom: 30px !important;
        padding-top: 30px !important;
    }
	
    .bml-col-img-fill .vc_column-inner {
        height: 380px;
    }
	
    /* Homepage - Section: Provide flexibility and protect your reputation */
    .home .bml-flexibility-col-content .vc_column-inner {
        padding: 0 !important;
    }
	
    /* Homepage - Section: Testimonials */
    .home .bml-testimonials-row .slide .col-xs-12 {
        text-align: left !important;
    }
	
    /* Homepage - Section: No software downloads necessary */
	.home .bml-software-icons-col .vc_column-inner {
		padding-left: 22px !important; 
		padding-right: 22px !important; 
	}
	
    /* Homepage - Section: No Software Downloads Necessary */
    .home .bml-software-icons-col .feature  {
        padding: 0 !important;    
		margin-bottom: 20px !important;
    }
	.home .bml-software-icons-col .feature .icon {
	    width: 24%;
	}
	
    .home .bml-software-icons-col .feature .feature__body {
        width: 75%;
        float: right;
        text-align: left;
    }
	
	.home .bml-software-icons-col .feature .feature__body p {
        margin-left: 0;
		max-width: none;
		padding-left: 20px;
    }
	
	.home .bml-software-icons-col .feature .feature__body p:last-child {
		margin-bottom: 0;
	}
	
	.home .bml-software-icons-col .feature .feature__body h4 {
        padding-left: 20px;
		line-height: 22px !important;
    }
    
    .bml-d-sm-none,
    .bml-br-desktop {
        display: none;
    }
	
    /* Footer */
	footer .row:nth-of-type(1) .col-xs-12 {
		width: 33.33% !important;
	}
	
    footer .row:nth-of-type(1) .col-xs-12:nth-of-type(1) {
        padding-right: 7.5px !important;
        margin-bottom: 0px;
    }

    footer .row:nth-of-type(1) .col-xs-12:nth-of-type(2) {
        padding-right: 7.5px !important;
        margin-bottom: 0px;
    }

    footer .row:nth-of-type(1) .col-xs-12:nth-of-type(3) {
        display: none;
    }

    footer .row:nth-of-type(2) {
        margin-top: 20px;
    }

    footer .row:nth-of-type(2) .col-sm-6:nth-of-type(1) li {
        display: inline-block;
        margin-right: 10%;
    }

    footer .row:nth-of-type(2) .col-sm-6:nth-of-type(2) {
        margin-top: 20px;
    }
	
	footer .widget_media_image {
		margin-left: 60px;
	}
}

@media screen and (max-width: 767px) {
	
    .container {
        padding-left: 11px;
        padding-right: 11px;
    }
	
    .bml-col-img-fill .vc_column-inner {
        height: 280px;
    }
	
    .bml-testimonials-slider .testimonial span.bml-testimonial-quote,
    .bml-testimonials-slider .testimonial a {
        font-size: 17.3px;
        line-height: 32.2px;
    }
	
    .bml-padding-mobile-head .vc_column-inner {
        padding-top: 0 !important;
    }
	
    .hamburger-toggle i {
        color: var(--bml-color-blue);
    }
	
	.bar .logo {
		margin-left: 10px;
		margin-top: 3px !important;
		max-width: 165px;
	}
	
    .bml-sm-text-left {
        text-align: left !important;
    }
	
    .bml-container.cover.imagebg {
        min-height: 280px;
    }
	
    .bml-padding-container-lg,
    .bml-padding-container-sm,
    .bml-padding-slider {
        padding-bottom: 50px !important;
        padding-top: 50px !important;
    }
	
	.bml-padding-top-container-lg,
	.bml-padding-top-container-sm {
		padding-top: 50px !important;
	}
	
    .bml-padding-top-row-lg {
        padding-top: 32.5px !important;
    }
	
	.bml-padding-bottom-row-lg {
		padding-bottom: 32.5px !important;
		padding-top: 0 !important;
	}
	
    .bml-padding-bottom-container-lg {
        padding-bottom: 50px !important;
    }
	
	.bml-margin-bottom-container-lg {
		margin-bottom: 50px;
	}
	
    .bml-padding-container-lg-col {
        padding-bottom: 32.5px !important;
        padding-top: 32.5px !important;
    }
	
    .bml-padding-container-lg-col,
    .bml-padding-container-sm-col {
        padding-bottom: 32.5px !important;
        padding-top: 32.5px !important;
    }
	
    .bml-text-center-sm {
        text-align: center;
    }
	
    .bml-float-none-sm .wpb_wrapper {
        float: none !important;
    }
	
    .bml-copy-block h1 {
        font-size: 32px;
        line-height: 40px;
    }
	
    .bml-copy-block h2 {
        font-size: 26px;
        line-height: 32px;
    }
	
    .bml-copy-block h3 {
        font-size: 17px;
        line-height: 22px;
    }
	
    .bml-bullet-feature h2 {
        line-height: 55px;
    }
	
    #menu1>.container>.row,
    #menu1>.container>.row .text-right,
    .bml-container.bml-sm-block,
	.bml-br-mobile,
	.bml-d-sm-block
	{
        display: block !important;
    }
	
    #menu-main {
		margin-bottom: 55px;
        text-align: center;
    }
	
    .bml-testimonials-slider,
    .bml-sm-mt-50 {
        margin-top: 50px;
    }
	
    #menu-main .menu-item {
        margin-top: 30px;
    }
	
    #menu-main .menu-item a {
        color: var(--bml-color-white);
        font-size: 26px;
        line-height: 32px;
    }
	
    #menu-main li.active a {
        color: var(--bml-color-dark-blue);
    }
	
    #menu1 {
        background: var(--bml-color-blue);
        height: 100vh;
        padding-top: 15px !important;
        position: fixed;
        user-select: all;
        width: 100%;
    }

    #menu1.hidden-xs {
		height: 0;
        user-select: none;
        z-index: -5;
    }
	
    #menu1 .btn--primary {
        background: var(--bml-color-white);
		display: flex;
    }
	
    #menu1 .btn--primary span {
        color: var(--bml-color-blue);
        font-size: 14px;
        line-height: 19px;
    }
	
	#menu1 .btn.demo, #menu1 .btn.support {
		margin-left: auto !important;
	}
	
	#menu1 .btn.demo {
		background: var(--bml-color-white) !important;
		margin-right: 12px !important;
		width: 100%;
	}
	
	#menu1 .btn.support {
		display: flex;
		margin-right: auto !important;
	}
	
	#menu1 .btn.support span {
		font-size: 14px;
	}
	
    .bml-copy-block p {
        margin-top: 10px;
    }

    .bml-container .boxed.feature p {
        margin-bottom: 20px;
    }

    .vc_column_container>.vc_column-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
	
    .bml-container .wpb_content_element,
    .bml-container .boxed {
        height: auto !important;
        margin-bottom: 15px !important;
    }
	
    .bml-sm-mt-35 {
        margin-top: 35px;
    }
	
    .bml-sm-mt-25 {
        margin-top: 25px;
    }
	
    .bml-sm-mt-15 {
        margin-top: 15px;
    }
	
    .bml-border {
        padding: 40px 20px !important; 
    }
	
    .bml-sm-mb-0 {
        margin-bottom: 0px !important;
    }
	
    .bml-sm-ml-0 {
        margin-left: 0px !important;
    }
	
    .bml-sm-pb-0 {
        padding-bottom: 0px !important;
    }
	
    .bml-sm-pt-0,
    .bml-padding-top-lg-lg {
        padding-top: 0px !important;
    }
	
    .bml-mobile-padding-fix .wpb_wrapper {
        padding: 0 8px;
    }
	
    .bml-sm-pb-25 {
        padding-bottom: 25px !important;
    }
	
    .slider .testimonial>.col-xs-12,
    .slider .testimonial,
    .bml-text-left-sm {
        text-align: left !important;
    }
	
	.bml-h1-syle {
		font-size: 32px !important;
		font-weight: 700 !important;
		line-height: 40px !important;
	}
	
    .post-template-default.single-post .article__share.text-center .btn--icon {
        max-width: 32.9%;
		padding-left: 3.571429em;
    }
	
    .google-recaptcha-wrap {
        margin-bottom: 15px;
    }
	
    .google-recaptcha {
        text-align: center;
    }
	
	footer .widget_media_image {
		margin-left: 0;
	}
}

@media screen and (max-width: 520px) {
    .post-template-default.single-post .article__share.text-center .btn--icon {
        max-width: none;
        padding-left: 5.571429em;
    }
    
    .post-template-default.single-post .article__share.text-center .btn--icon:nth-of-type(2) {
        margin: 10px 0 !important;
    }
}


/* This classes are created for the styling of the WPBakery Page Builder - Grid Builder */

.bml-grid-feed .bml-grid-feed-copy {
    background-color:transparent !important;
}

.bml-grid-feed:hover .bml-grid-feed-copy {
    background-color:#ececec !important;
}

.bml-grid-feed-title div { 
    color: #4a90e2;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.bml-grid-feed-btn a {
	border-width: 1px !important;
	font-weight: 700 !important;
}

.bml-grid-feed-btn-link a {
    color: #4a90e2 !important;
    background-color: transparent !important;
    font-weight:700 !important;
    border: 0px none !important;
    padding: 0px !important;
}

.bml-feed-btn-more button {
    background: #4a90e2 !important;
    font-family:"Open Sans", Helvetica, Arial, sans-serif;
    font-size:12px !important;
    font-weight:700;
    line-height: 12px !important;
}
.bml-feed-btn-more button:hover {
 background: #18378f !important;
     transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0);
}
.bml-grid-feed .vc_gitem-zone.vc_gitem-zone-a {
	border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
  
.bml-grid-feed .vc_gitem-zone.vc_gitem-zone-a.vc-gitem-zone-height-mode-auto  {
  height: 240px !important;    
}

/* Posts created with WPBakery Page Builder.
 * In this mode all the post elements need to be created manually, here are the sytling for those elements.
*/

.bml-post-date-category {
    text-align: center;
}
.bml-post-date-category span {
    color: var(--bml-color-dark-grey);
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

/* Bootstrap responsive video embed */

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive::before {
    display: block;
    content: "";
}


/* */
/* Battle Media Lab Custom CSS - END */
/* */