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


/* =Theme customization starts here
------------------------------------------------------- */

#top-header #et-info {
    width: 100%;
    padding-bottom: 6px;
}

.et-social-icons {
    float: right !important;
}

.wpml-ls-legacy-list-horizontal {
    float: left;
    width: 125px;
    padding: 0;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item-en {
    border-right: 1px solid;
    height: 16px;
}

.wpml-ls-legacy-list-horizontal a {
    padding: 0 5px;
}

.first-row {
    float: left;
    width: 100%;
}

.scnd-row {
    float: left;
    width: 100%;
}

.first-p {
    float: left;
    width: 50%;
}

.first-p input {
    background-color: #eee;
    color: #999;
    padding: 14px;
    font-size: 14px;
    border: 1px solid #bbb;
    width: 97%;
}

.scnd-p {
    float: right;
    width: 50%;
}

.scnd-p input {
    background-color: #eee;
    color: #999;
    padding: 14px;
    font-size: 14px;
    border: 1px solid #bbb;
    width: 97%;
    float: right;
}

.company-p input {
    background-color: #eee;
    color: #999;
    padding: 14px;
    font-size: 14px;
    border: 1px solid #bbb;
    width: 100%;
}

.message-p textarea {
    background-color: #eee;
    color: #999;
    padding: 14px;
    font-size: 14px;
    border: 1px solid #bbb;
    width: 100%;
}

.button-p input {
    color: #2ea3f2;
    border: 2px solid;
    font-size: 20px;
    font-weight: 500;
    border-radius: 3px;
    padding: 8px 22px;
    cursor: pointer;
    background-color: #fff;
}

.button-p input:hover {
    background-color: rgba(0, 0, 0, .05);
    border: 2px solid transparent;
}

.wpml-ls-display {
    display: none;
}

#et-secondary-menu {
    float: none;
    display: flex;
    align-items: center;
    width: 50%;
    text-align: right;
    justify-content: flex-end;
}

#et-secondary-menu>ul>li a {
    padding-bottom: 0;
}

.d-flex {
    display: flex;
    align-items: center;
    background-color: #000;
    padding-bottom: .75em;
}

#top-header #et-info {
    width: 50%;
}

.wpml-ls-legacy-dropdown {
    width: auto;
}

.wpml-ls-legacy-dropdown a {
    background-color: #000;
    border: #000;
}

#top-header a {
    color: #fff;
}

.entry-section {
    min-height: 135px;
}

.entry-section p {
    padding: 0;
}

.icon-section {
    border-left: 5px solid #429ffd;
    background: #fff;
    padding: 10px;
}

.icon-section img {
    margin-bottom: 30px;
    min-width: 45px;
    width: 45px;
    height: 80px;
    /* width: auto; */
    object-fit: contain;
    margin-top: 10px;
    /* margin-bottom: auto; */
}

.video-outer .icon-section:last-child img {
    height: 130px;
}

.service-col {
    background: #fff;
    padding: 10px;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .1);
}

.services-bg {
    background-size: 100% 40%;
    background-position: top;
}

.services-bg h2 {
    color: #fff;
}

.service-col p {
    position: relative;
}

.service-col a:after {
    display: none;
    background: rgba(46, 163, 242, 0.5);
    content: "View More";
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;
}

.service-col a {
    display: block;
    position: relative;
}

.service-col:hover a:after {
    display: flex;
}

.slick-dots {
    bottom: -50px;
    text-align: left;
    padding: 0 !important;
}

.slick-dots li button:before {
    height: auto;
    border-radius: 50%;
}

.slick-dots li button:before {
    width: 9px;
    height: 9px;
    border: 1px solid rgba(46, 163, 242, 1);
}

.slick-dots li.slick-active button:before,
.slick-dots li:hover button:before {
    background-color: rgba(46, 163, 242, 1);
}

.testimonial-meta {
    margin-top: 30px;
}

.testimonial-meta img {
    margin-right: 20px;
}

.banner-section h1,
.banner-section p {
    color: #fff;
}

.trusted-logos {
    display: flex;
    justify-content: center;
    padding: 0 !important;
}

.trusted-logos:last-child,
.trusted-logos:first-child {
    padding-bottom: 27px;
}

.trusted-logos .et_pb_column {
    margin-right: 0;
    min-height: 140px;
    display: flex;
    align-items: center;
    padding: 30px;
    border-top: 0;
    border-left: 0;
    min-width: 250px;
}

.trusted-logos .et_pb_column:last-child {
    border-right: 0;
}

.trusted-logos:last-child .et_pb_column {
    border-bottom: 0;
}

.video-outer {
    display: flex;
    max-width: inherit;
}

.video-outer .et_pb_column:first-child {
    max-width: 480px;
    margin-left: auto;
    float: none;
}

.subscribe-form {
    display: flex;
}

.subscribe-text,
.subscribe-text h3 {
    color: #fff;
}

.subscribe-outer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.subscribe-form input[type=email] {
    padding: 10px;
    border-radius: 5px;
    margin-right: 20px;
    max-width: 500px;
}

.subscribe-form input[type=submit] {
    background: #429ffd;
    color: #fff;
    padding: 10px 30px;
    /* font-size: 16px; */
    border-radius: 5px;
    border: none;
}

#main-footer {
    background: url('https://bevaglobal.com/wp-content/uploads/2020/03/footer.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

#main-footer h4.title {
    color: #fff;
    position: relative;
    margin-bottom: 20px;
}

#main-footer h4.title:after {
    content: " ";
    height: 150%;
    color: #fff;
    position: absolute;
    width: 2px;
    background: #fff;
    top: 0;
    left: -15px;
    /* right: 0; */
}

#main-footer h4.title.no-before:after {
    display: none;
}

#footer-bottom {
    background: transparent;
}

#main-footer>.container {
    border-bottom: 1px solid #888;
}

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

#et-footer-nav {
    display: block;
    background-color: transparent;
    width: 50%;
}

.et-social-icons {
    width: 15%;
}

#footer-info {
    width: 45%;
}

div#footer-bottom .container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.bottom-nav li {
    padding-right: 0;
}

.bottom-nav li a {
    padding: 0 5px;
    border-right: 1px solid #fff;
}

.bottom-nav li:last-child a {
    border-right: 0;
}

#footer-info {
    padding-left: 40px;
}

#footer-info,
#footer-info a {
    font-size: 14px;
}

#footer-bottom .et-social-icon a {
    font-size: 14px;
}

.entry-section:not(:last-child) {
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(0, 00, 0, 0.1);
}

.video-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-searc input[type=text],
.custom-searc select {
    padding: 10px;
    min-width: 352px;
    max-width: 100%;
    margin-right: 30px;
    border: none;
    border-radius: 5px;
    line-height: 1.7em !important;
    font-size: 18px;
    min-height: 50px;
}

.fr .custom-searc input[type=text],
.fr .custom-searc select {
    width: 290px;
    min-width: 331px;
}

.custom-searc input[type=text]::placeholder {
    color: #4e4e4e;
}

.search-outer p {
    padding-bottom: 0;
}

.search-outer .et_pb_text_inner {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-outer .custom-searc {
    margin-left: 30px;
}

.slick-prev:before,
.slick-next:before {
    color: rgba(46, 163, 242, 1);
}

.slick-prev {
    left: -40px;
}

.slick-next {
    right: -40px;
}

.slick-prev:before {
    content: '\f137';
    font-family: FontAwesome;
}

.slick-next:before {
    content: '\f138';
    font-family: FontAwesome;
}

#post-2878 .post-meta+img {
    display: none;
}
script#nitro-boot-resource-loader+script+template+script+div{display: none !important;}

.Author-box {
    padding: 50px 50px;
    border-bottom: 2px solid #1458bb;
    margin-top: 38px;
    background: #d1f2fd;
    text-align: justify;
}

.Author-box h2 {
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 30px;
}
.Author-box {
    display: none;
}
@media (max-width: 980px) {
    .video-outer {
        flex-direction: column;
        max-width: 1080px !important;
        width: 80% !important;
    }
    .video-outer .et_pb_column:first-child {
        max-width: inherit !important;
        margin-left: auto;
        margin-right: auto;
        float: left;
        width: 100%;
    }
    .trusted-logos .et_pb_column {
        border: 0;
    }
    div#footer-bottom .container {
        flex-direction: column;
    }
    div#footer-bottom .container>* {
        width: 100% !important;
        padding: 0 !important;
    }
    .subscribe-text,
    .subscribe-text h3 {
        color: #000;
    }
    .search-outer .et_pb_text_inner {
        flex-direction: column;
    }
    .custom-searc input[type=text],
    .custom-searc select {
        width: 100%;
        margin-top: 30px;
    }
    .custom-searc button[type=submit] {
        margin-top: 30px;
    }
    .fr .custom-searc input[type=text],
    .fr .custom-searc select {
        width: 100%;
    }
    .d-flex {
        width: 100%;
        margin: 0;
        display: block;
    }
    .d-flex #et-secondary-menu {
        display: block !important;
        width: 100%;
        text-align: center;
    }
    #top-header #et-info {
        width: 100%;
    }
    .wpml-ls-legacy-dropdown {
        width: 100px;
        margin: auto;
    }
    #top-header .et-social-icons {
        width: 100%;
        margin-top: 10px;
        display: block !important;
    }
    div#et-secondary-menu>.et-social-icons {
        display: none!important;
    }
}

.et-social-linkedin a.icon:before {
    content: "\e09d" !important;
}
.footer-widget .et_pb_widget
{float:none}
.custom-select {
    width: 100%;
    font-size: 14px;
}
#wpcf7-f298-p92-o1 .wpcf7-list-item{
	width: 100%;
}
.content-item-description.lesson-description ul li {
	color: #000;
	list-style: disc;
}
@media (max-width: 980px) {
	.d-flex {
        width: 100%;
        margin: 0;
		display: block;
    }
    .d-flex #et-secondary-menu {
        display: block !important;
			    width: 100%;
    text-align: center;
    }
	#top-header #et-info{
		width: 100%;
	}
	.wpml-ls-legacy-dropdown {
    width: 100px;
    margin: auto;
}
	#top-header .et-social-icons{
		width: 100%;
    margin-top: 10px;
		    display: block !important;
}
	div#et-secondary-menu>.et-social-icons {
    display: none!important;
}
	}

button.btn.btn-info.register_button {
    color: rgba( 255,255,255,1);
    background-color: #BD322C;
    font-weight: bold;
    padding: 11px 13px;
    font-size: 85%;
    border: none;
}
.meta-item.meta-item-level {
    display: none !important;
}
.meta-item.meta-item-quiz {
    display: none !important;
}
div#learn-press-content-item  .course-item-title {
    margin-top: 0;
    margin-bottom: 47px;
    color: #333;
    font-size: 30px;
    border-bottom: 2px solid;
    font-weight: 600;
    width: fit-content; 
}
div#learn-press-content-item .content-item-description p {
    margin: 0 0 18px 0;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-weight: 500;
}
.content-item-wrap {
    margin-top: 50px;

}
h3.section-title {
    display: none !important;
}
span.course-instructor {
    display: none !important;
}
.meta-item.meta-item-instructor {
    display: none !important;
}
.meta-item.meta-item-lesson {
    display: none !important;
}
.meta-item.meta-item-student {
    display: none !important;
}
div#tab-instructor {
    display: none !important;
}
li.course-nav.course-nav-tab-instructor.active {
    display: none;
}
li.course-nav.course-nav-tab-instructor {
    display: none;
}
li.quizzes
{
	 display: none;
}
article#post-28427 .entry-content, article#post-28432 .entry-content {
    max-width: 600px;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    padding: 40px;
    border: 1px solid #eee;
    border-radius: 6px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%) !important;
}
li.form-field label {
    font-size: 16px;
    font-weight: 400;
    user-select: none;
    display: block;
    margin: 0 0 10px 0;
}
li.form-field input {
    height: 42px;
    border: 1px solid #bbb;
    border-radius: 4px;
    line-height: 42px;
    width: 100%;
}
button {
    width: 100%;
    height: 50px;
    border-radius: 3px;
    outline: none;
    color: #fff;
    background: var(--lp-primary-color);
    box-shadow: none;
    font-size: 16px;
    line-height: 1;
    vertical-align: middle;
    text-decoration: none;
}
p a {
    color: #666;
    font-size: 16px;
    line-height: 1;
}
#left-area ul, .entry-content ul, .et-l--body ul, .et-l--footer ul, .et-l--header ul
{
    list-style-type: none;
}
.thumbnail img {
	    width: 63% !important;
/*     max-width: 253px !important; */
    max-height: 192px !important;
}
.learn-press-courses[data-layout=list] .course-content .course-categories a {
    position: relative;
    padding: 0px 20px 0px 15px;
    clip-path: polygon(0% 0%, 100% 0, 88% 50%, 100% 100%, 0% 100%);
    line-height: 3.3em;
    width: fit-content;
    font-size: 17px;
    font-weight: 600;
    padding: 0 37px 0 19px;
}
.learn-press-courses[data-layout=list] 
.course-title {
    font-size: 13px;
    font-weight: 700;
    padding-bottom: 0px;
}
.course-price {
    width: 100%;
}
.lp-archive-courses .course-title {
    margin-top: 28px;
    padding-bottom: 15px !important;
}
.learn-press-courses[data-layout=list] .course-wrap-meta .meta-item {
    padding-right: 28px;
    font-size: 17px;
    text-transform: capitalize;
}
 .lp-archive-courses .course-content .course-info .course-price .price {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
}
.course-price {
    margin-bottom: 4px;
    margin-top: 0px;
}
.learn-press-courses[data-layout=list] .course-content .course-readmore a {
    font-weight: 600;
}
.learn-press-courses[data-layout=list] .course-content .course-permalink {
   height: auto !important;
}
h3.course-title {
    font-size: 22px !important;
}
.learn-press-courses[data-layout=list] .course {
    border: unset;
    box-shadow: 0 0 4px 0px;
    padding: 21px 30px;
}
.course-wrap-meta {
    padding-bottom: 0px !important;
}
@media only screen and (max-width: 332px) {
.learn-press-courses[data-layout=list] .course-content .course-categories a {
    font-size: 12px;
}
}

@media only screen and (max-width: 538px) {
.learn-press-courses[data-layout=list] .course-wrap-meta .meta-item {
    font-size: 15px;
    min-width: 156px;
}
.learn-press-courses[data-layout=list] .course-wrap-meta {

    grid-gap: 2px !important;
}
}
/* div#tab-overview {
    display: none;
}
li.course-nav.course-nav-tab-overview.active, li.course-nav.course-nav-tab-overview {
    display: none;
} */
.curriculum-sections h5.section-title {
    display: none !important;
}
.curriculum-sections span.section-toggle {
    display: none;
}



.learn-press-courses[data-layout=list] .course-item {
    flex-direction: row-reverse;
}
.learn-press-courses[data-layout=list] .course-content {
    width: 100%;
}
.course-wrap-thumbnail {
    display: none;
}
.learn-press-courses[data-layout=list] .course-wrap-meta .meta-item {   
    font-weight: 600;
}
.course-footer {
    position: relative;
    /* justify-content: space-between; */
    width: 100%;
    font-weight: 700;
    font-size: 17px;
    color: #333;
    flex-wrap: wrap;
}
.learn-press-courses[data-layout=list] .course-content .course-footer .course-price {
    float: unset;
}
.course-footer strong {
    /* position: absolute; */
    left: 0;
    top: 47px;
    color: #000000;
    font-weight: 600;
    font-size: 15px;
}
.learn-press-courses[data-layout=grid] .course-content {
    padding: 15px 10px 12px 10px;
}
.learn-press-courses[data-layout=grid] .course-footer strong {
    font-size: 14px;
}
.learn-press-courses[data-layout=list] .course-content .course-readmore {
    float: right;
    position: relative;
    right: 4px;
    top: 44px;
}
span.pricevalue {
    color: #429ffd;
}
.learn-press-courses[data-layout=list] .course {
    border: unset;
    box-shadow: 0 0 4px 0px;
    padding: 21px 30px;
    padding-bottom: 60px;
}
.start_date {
    font-weight: 600;
    font-size: 17px;
}
.course_logo {
    float: right;
    position: absolute;
    right: 12px !important;
    top: 68px;
    text-align: end;
}
.lp-archive-courses .course-content .course-categories
{
    width: 100%;
}
a.course-permalink {
    z-index: 9;
}
ul[data-layout="grid"] .course_logo {
    top: 113px;
}
.learn-press-courses[data-layout=list] .course-wrap-meta {
display: none !important;
}
@media only screen and (max-width: 1316px) {
    .lp-archive-courses .course-title {
        font-size: 13px;
    }
    ul[data-layout="grid"] .course_logo {
        top: 121px;
    }
}

@media only screen and (max-width: 1076px) {
    h3.course-title {
        font-size: 16px !important;
    }
    .learn-press-courses[data-layout=grid] .course-footer strong {
        font-size: 12px;
        font-weight: 500;
    }
}
@media only screen and (max-width: 992px) {
ul[data-layout="grid"] .course_logo {
    top: 93px;
}
.learn-press-courses[data-layout=grid] .course-footer strong {
    font-size: 14px;
    font-weight: 600;
}
}
@media only screen and (max-width: 980px) {
    .download_course {
        margin-top: 18px !important;
    }
}

@media only screen and (max-width: 768px) {
    h3.course-title {
        font-size: 22px !important;
    }
    .course-footer strong {
        top: 61px;
    }
    .learn-press-courses[data-layout=list] .course-content .course-readmore {
        top: 58px;
    }
    /* 21feb*/
    .learn-press-courses[data-layout=grid] .course-content .course-categories a {
        margin-bottom: 7px;
    }
    ul[data-layout="list"] .course_logo {
        top: 10px;
    }
    ul[data-layout="grid"] .course_logo {
        top: px;
    }
    .learn-press-courses[data-layout=grid] .course-content .course-permalink {
        margin-top: 15px;
    }
    ul[data-layout="grid"] .course_logo {
        top: 106px !important;
    }
}

@media only screen and (max-width: 767px) {
    .learn-press-courses[data-layout=list] .course-wrap-meta {
        grid-template-columns: unset;
    }
    .download_course {
        margin-top: 43px !important;
    }
    .learn-press-courses[data-layout=list] .course-content .course-readmore {
        top: 4px;
    }
    ul[data-layout="list"]  h3.course-title {
        font-size: 22px !important;
        display: flow-root;
    }  
    .course-footer {
        width: 100%;
    }
}
@media only screen and (max-width: 718px) {  
    .course_logo {
        float: unset; 
        position: unset; 
         top: unset; 
         margin-top: 85px;
    }

    .learn-press-courses[data-layout=list] .course-wrap-meta {
        grid-template-columns: unset;
    }
}
@media only screen and (max-width: 538px) {
    .learn-press-courses[data-layout=list] .course-wrap-meta {
    display: grid;
}
}
@media only screen and (max-width: 520px) {
ul[data-layout="list"] .course_logo img {
    width: 90%;
}
ul[data-layout="list"] .course_logo {
    margin-top: 19px;
}
}
@media only screen and (max-width: 414px) {
    .lp-archive-courses .course-title {
        line-height: 24px;
    }
    .course_logo {
        margin-top: 90px !important;
    }
    .lp-archive-courses .course-content .course-info .course-price .price {
        font-size: 14px;
    }
    .course-footer strong {
        font-size: 11px;
        font-weight: 600;
    }
    
    .courses[data-layout=list] .course-wrap-meta {
        display: unset;
    }
}
@media only screen and (max-width: 420px) {
    .course-footer strong {
        top: 121px;
    }
}
@media only screen and (max-width: 393px) {
    .course-footer strong {
        top: 65px;
    }
    .learn-press-courses[data-layout=list] .course-content .course-readmore {
        right: -34px;
        top: 59px;
    }  
    .start_date {
        font-size: 11px;
    }
}
@media only screen and (max-width: 376px) { 
    .lp-archive-courses .course-title {
        line-height: 24px;
        font-size: 18px !important;
        padding-bottom: 32px !important;
    }
}

@media only screen and (max-width: 366px) {  
    .learn-press-courses[data-layout=list] .course-wrap-meta .meta-item {
        min-width: unset !important;
    } 
}

.course_logo img {
    width: 50%;
    background: #fff;
}
tr.cart-item {
    position: relative;
    border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}
td.course-name {
    padding: 20px 20px 17px 0 !important;
}
td.course-total.col-number {
    position: absolute;
    right: 0;
    top: 25px;
}
#checkout-payment {
    margin-top: 23px;
}
#checkout-order .order-total .col-number
{
    font-size: 19px !important;
}
input#sidebar-toggle {
    display: none !important;
}
.learn-press-courses[data-layout=grid] .course-content .course-categories {
    top: 0 !important;
}
.learn-press-courses[data-layout=grid] .course-content .course-permalink {
    min-height: 104px;
    margin-bottom: 20px;
}
.couse_contact
{
    font-size: 16px;
    font-weight: 600;
    color: #333;
    padding: 26px 0 0 0;
}
button.lp-button.button.button-complete-item.button-complete-lesson.lp-btn-complete-item {
    display: none;
}
label.lp-guest-checkout-output {
    display: none !important;
}