/*
Theme Name:     Betheme Child
Theme URI:         http://themes.muffingroup.com/betheme
Author:         Muffin group
Author URI:     http://muffingroup.com
Description:    Child Theme for Betheme - Premium WordPress Theme
Template:        betheme
Version:         1.6.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */
* {
	/*outline: 1px dashed red;*/
}
a {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
input,
select,
textarea {
    font-size: 18px !important;
}
input:focus,
select:focus,
input:focus {
    outline: none;
}
.d-flex {
    display: -webkit-flex;
    display: flex;
}
/* Header block*/
#Top_bar .column.d-flex {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    background-color: #444;
}
#Top_bar .column.d-flex .top_bar_right {
    height: auto;
    width: 107px;
    padding-right: 30px;
}
#Top_bar .wpml-languages.horizontal {
    padding: 8px 0;
    margin: 0 auto;
    width: 100%;
    position: static;
}
#Top_bar .wpml-languages.horizontal ul {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#Top_bar .wpml-languages.horizontal ul li {
    margin-right: 0 !important;
}
#Top_bar .wpml-languages.horizontal ul li a {
    color: #FFF;
    opacity: .5;
}
#Top_bar .wpml-languages.horizontal ul li.lang-active a,
#Top_bar .wpml-languages.horizontal ul li a:hover {
    opacity: 1;
}
#Top_bar .top_bar_left {
	-webkit-justify-content: space-between;
    justify-content: space-between;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
	min-width: 100%;
}
#Top_bar .secondary_menu_wrapper,
#Top_bar .banner_wrapper,
#Top_bar .search_wrapper,
#Top_bar .top_bar_left:before,
#Top_bar .top_bar_left:after {
	display: none;
}
#Top_bar .menu_wrapper {
    padding: 12px 0;
    -webkit-order: 1;
	order: 1;
    margin-left: 30px;
}
#Top_bar .menu_wrapper .menu > li > a {
    font-weight: 700;
    font-size: 16px;
}
#Top_bar #menu-main-menu.menu > li > a,
#Top_bar #menu-main-menu.menu > li > a {
    color: #444;
}
#Top_bar #menu-main-menu.menu > li.current-menu-item > a,
#Top_bar #menu-main-menu.menu > li.current_page_item > a,
#Top_bar #menu-main-menu.menu > li.current-menu-item > a:hover,
#Top_bar #menu-main-menu.menu > li.current_page_item > a:hover {
	color: #d60000;
}
#Top_bar .phone_wrapper-box {
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 60px;
    float: right;
    padding: 27px;
    font-weight: 700;
    color: #d60000;
    -webkit-order: 2;
    order: 2;
}
#Top_bar .phone_wrapper-box > * {
    display: block;
}
#Top_bar .phone_wrapper-box p {
    margin: auto;
}
#Top_bar .phone_wrapper-box a {
    color: #444;
    font-family: Roboto;
    font-weight: 400;
    font-style: italic;
    font-size: 24px;
}
#Top_bar .logo {
    -webkit-order: 3;
    order: 3;
}
#Top_bar #logo img {
    width: 107px;
    height: 60px;
    max-height: none;
}
/* Courses block */
.courses .section_wrapper {
	-webkit-align-items: stretch;
	align-items: stretch;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}
.courses .one-third.mcb-wrap {
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	max-width: 33.333%;
	height: auto !important;
}
.courses .mcb-wrap-inner {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 100%;
}
.courses .mcb-wrap-inner .column_image {
	margin: auto;
}
/* Contact block */
.section.full-width.bg-cover.d-flex > .section_wrapper {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
	display: flex;
	width: 100%;
}
.bg-cover .one-third.mcb-wrap {
    padding: 0 !important;
}
.bg-cover .one-third.mcb-wrap .mcb-wrap-inner {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px;
    box-sizing: border-box;
    color: #FFF;
    background-image: url('../betheme-child/images/bg.png');
    background-position: center;
    background-repeat: repeat;
    position: relative;
    height: 100%;
}
.bg-cover .one-third.mcb-wrap .mcb-wrap-inner:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	background-position: left center;
}
.bg-cover .one-third.mcb-wrap:nth-child(1) .mcb-wrap-inner:before {
	background: radial-gradient(circle at left, rgba(255,255,255,.25) 5%, rgba(255,255,255,.15) 20%, transparent 50%, rgba(0,0,0,.25) 70%, rgba(0,0,0,.95) 90%);
}
.bg-cover .one-third.mcb-wrap:nth-child(3) .mcb-wrap-inner:before {
	background: radial-gradient(circle at right, rgba(255,255,255,.25) 5%, rgba(255,255,255,.15) 20%, transparent 50%, rgba(0,0,0,.25) 70%, rgba(0,0,0,.95) 90%);
}
.bg-cover .one-third.mcb-wrap .mcb-wrap-inner > * {
    position: relative;
    z-index: 1;
}
.bg-cover .one-third.mcb-wrap:nth-child(2) .mcb-wrap-inner {
    opacity: 0;
}
.bg-cover .one-third.mcb-wrap .mcb-wrap-inner p {
     margin-bottom: 10px;
}
.bg-cover .one-third.mcb-wrap .mcb-wrap-inner a {
    text-decoration: none;
    border-bottom: 1px solid #dd291a;
    color: #FFF !important;
    border-color: #FFF;
}
.bg-cover .one-third.mcb-wrap .mcb-wrap-inner .column_contact_box a {
     color: #FFF !important;
     border-color: #FFF;
}
.bg-cover .one-third.mcb-wrap .mcb-wrap-inner .column_contact_box li:hover a {
     color: #dd291a !important;
     border-color: #dd291a;
}
.bg-cover .one-third.mcb-wrap .mcb-wrap-inner a:hover {
    color: #dd291a !important;
    border-color: #dd291a;
}
.style-simple .get_in_touch ul li > * {
    position: relative;
    display: inline-block;
}
.style-simple .get_in_touch ul li p {
     margin-left: 15px;
}
.bg-cover .one-third.mcb-wrap .mcb-wrap-inner:after {
    content: '';
    clear: both;
    display: table;
}
.bg-cover .one-third.mcb-wrap .get_in_touch ul li {
    border-color: #dd291a;
}
.bg-cover .one-third.mcb-wrap .mcb-wrap-inner .get_in_touch {
    background-color: transparent;
    padding: 0;
}
.bg-cover .one-third.mcb-wrap .wpcf7-policy {
    line-height: 1.5;
    font-size: 12px;
    letter-spacing: .5px;
}
/* Contact form */
div.wpcf7 .ajax-loader {
    background-color: #f1f1f1;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 0 0 2px #f1f1f1;
}
div.wpcf7-spam-blocked {
    background-color: #070707;
    text-align: center;
    color: #ffa500;
    border-radius: 4px;
}
.grecaptcha-badge {
	visibility: hidden;
}
.one.column h2 > span.course-name {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
}
.one.column h2 > span.course-name:before,
.one.column h2 > span.course-name:after {
	content: '"';
}
/* Footer */
footer#Footer {
    background-image: url('../betheme-child/images/bg.jpg');
    background-size: auto;
    background-repeat: repeat;
}
#Footer .widgets_wrapper {
	display: block !important;
}
#Footer .widgets_wrapper .widget {
    text-align: center;
}
#Footer .widgets_wrapper .widget.widget_media_image {
    border-top: 1px solid #d60000;
    padding: 20px 15px 0;
}
#Footer .widgets_wrapper .widget.widget_nav_menu ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
#Footer .widgets_wrapper .widget.widget_nav_menu li {
    list-style-type: none;
}
#Footer .widgets_wrapper .widget.widget_nav_menu li:after {
    display: none;
}
#Footer .widgets_wrapper .widget.widget_nav_menu a {
    color: #FFF;
    padding: 8px 15px;
    font-weight: bold;
    font-size: 18px;
    border-right: 1px solid #65666c;
}
#Footer .widgets_wrapper .widget.widget_nav_menu li:last-child a {
    border: 0;
}
#Footer .widgets_wrapper .widget.widget_nav_menu a:hover {
    text-decoration: none;
    color: #d60000;
}
#Footer .footer_copy {
    border: 0;
}
.footer-copy-center #Footer .footer_copy .copyright {
    font-size: 18px;
}
/* Slider */
.section.full-width .one.wrap .one.column.slider-show {
    padding: 20px 0;
}
/* Buttons */
#Error_404 .error_desk p .button,
body:not(.home) #certificate .button.button_size_2.button_js {
    color: #d60000;
}
#Error_404 .error_desk p .button:hover,
body:not(.home) #certificate .button.button_size_2.button_js:hover {
    color: #FFF;
}

body #Top_bar,
body #Top_bar .top_bar_left.clearfix {
    height: 45px;
}
body #Top_bar #menu-main-menu.menu > li > a,
body #Top_bar #menu-main-menu.menu > li {
    text-align: left;
}

body #Top_bar #menu-main-menu.menu > li > a {
    color: #fff;
    margin: 0px;
}
body #Top_bar #menu-main-menu.menu > li {
    height: 35px;
}
#Top_bar .menu_wrapper .menu > li > a,
body #Top_bar #menu-main-menu.menu > li > a span {
    font-size: 13px;
    line-height: 35px;
}

#Top_bar .menu_wrapper .menu li > a > span {
    color: #fff;
}

body #Top_bar .menu > li > a {

}

body.menu-highlight #Top_bar .menu > li > a span:not(.description) {
    line-height: 35px;
}

body #Top_bar .menu.menu-main > li.current-menu-item > a span,
body #Top_bar .menu.menu-main > li.hover > a span
{
    color: #0a0a0a;
}

body #Top_bar .header-menu-1 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: space-between;
    align-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;

    min-width: auto;
    width: 100%;
}

body #Top_bar .header-menu-1 .top_bar_left {
    -webkit-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    align-self: auto;

    min-width: auto;
    width: auto !important;
}

body #Top_bar .header-menu-1 .top_bar_right
{
    -webkit-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    align-self: auto;
}

body #Top_bar .header-menu-1 .phone_wrapper-box {
    -webkit-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    align-self: auto;

    height: 45px;
    padding: 0px;
    width: 200px;
}

body #Top_bar .container {
    max-width: 100%;
}
body #Top_bar .header-menu-1 .phone_wrapper-box p {
    margin: 0px;
}

body #Top_bar .header-menu-1 .phone_wrapper-box a {
    color: #fff;
}

body.page-id-4129 .main-page-promo-block1 .mcb-wrap-inner > div:nth-child(2),
body.home .main-page-promo-block1 .mcb-wrap-inner > div:nth-child(2) {
    height: 438px;
}

.mobile-view-top {
    display: none;
}

@media only screen and (min-width: 1240px) {

}

@media only screen and (max-width: 767px) {
    .contact-block-items .mcb-wrap-inner .column_button {
        width: 30% !important;
        display: inline-block;
        clear: none;
    }
}

.promo-block-row-2,
.promo-block-row-3,
.promo-block-row-4,
.main-row5,
.main-row6,
.main-row7,
.main-row8
{
    overflow-y: hidden;
}

.promo-block-row-2 {
    max-height: 367px;
}

.promo-block-row-3 {
    max-height: 480px;
}

.promo-block-row-4 {
    max-height: 480px;
}

.main-row5 {
    max-height: 420px;
}

.main-row6 {
    max-height: 389px;
}

.main-row7 {
    max-height: 650px;
}

.main-row8 {
    max-height: 420px;
}

.main-row7 video {
    width: 100%;
}

.modal-to-ua-link {
    color: #000;
    text-decoration: none;
}
.modal-to-ua-link:hover {
    color: #000;
    text-decoration: none;
}

body.home .main-page-promo-block1 .mcb-wrap-inner > div:nth-child(2).video-side-block-main2,
body.page-id-4129 .main-page-promo-block1 .mcb-wrap-inner > div:nth-child(2).video-side-block-main2 {
    height: 650px;
}

body.home .video-side-block-main1,
body.page-id-4129 .video-side-block-main1 {
    height: 800px;
}

.video-side-block-main1 {
    background: url("https://school.motorrad.ua/wp-content/uploads/2025/03/Motoshkola-Champion-main-10-1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

.video-side-block-main2 {
    background: url("https://school.motorrad.ua/wp-content/uploads/2025/04/Motoshkola-Champion-main-11.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

.section.photos-wrap-section .section_wrapper {
    max-width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
}

.contact-block .column_button {
    display: inline-block;
    width: 33% !important;
    clear: none;
}


body.page-id-4129 .main-row1 .mcb-wrap-inner > div:nth-child(1) img,
body.home .main-row1 .mcb-wrap-inner > div:nth-child(1) img {
    width: 100%;
}

body.page-id-4129 .main-page-promo-block1 .mcb-wrap-inner > div:nth-child(3) img.scale-with-grid,
body.home .main-page-promo-block1 .mcb-wrap-inner > div:nth-child(3) img.scale-with-grid {
    width: 100%;
}
body.page-id-4129 .main-page-promo-text,
body.home .main-page-promo-text {
    top: 40%;
    left: 0%;
    padding: 0px 20px;
    transform: none;
    width: calc(100% - 40px);
}

.certificate-block1 .mcb-wrap-inner {

}
.certificate-block1 .mcb-wrap-inner > div {
    -webkit-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    align-self: auto;
}

.certificate-wrap1 .section_wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.certificate-wrap1 .section_wrapper > div {
    -webkit-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    align-self: auto;

    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
}

.main-page-slider1-background.mobile-view-top > .section_wrapper {
    max-width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}


@media only screen and (min-width: 1450px) and (max-width: 1700px) {
    .promo-block-row-2 {
        max-height: 335px;
    }

    .promo-block-row-3 {
        max-height: 335px;
    }

    .promo-block-row-4 {
        max-height: 320px;
    }

    .main-row5 {
        max-height: 350px;
    }

    .main-row8 {
        max-height: 350px;
    }
}
@media only screen and (min-width: 1240px) and (max-width: 1450px) {
    .promo-block-row-2 {
        max-height: 255px;
    }

    .promo-block-row-3 {
        max-height: 255px;
    }

    .promo-block-row-4 {
        max-height: 255px;
    }

    body.page-id-4129 .promo-block-row-2 .main-page-promo-text,
    body.page-id-4129 .promo-block-row-3 .main-page-promo-text,
    body.page-id-4129 .promo-block-row-4 .main-page-promo-text,
    body.home .promo-block-row-2 .main-page-promo-text,
    body.home .promo-block-row-3 .main-page-promo-text,
    body.home .promo-block-row-4 .main-page-promo-text {
        top: 25%
    }

    .main-row5 {
        max-height: 300px;
    }

    .main-row6 {
        max-height: 300px;
    }

    .main-row8 {
        max-height: 300px;
    }

    body.home .video-side-block-main1,
    body.page-id-4129 .video-side-block-main1 {
        max-height: 600px;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1240px) {
    .promo-block-row-2 {
        max-height: 200px;
    }

    .promo-block-row-3 {
        max-height: 200px;
    }

    .promo-block-row-4 {
        max-height: 200px;
    }

    .main-row5 {
        max-height: 200px;
    }

    .main-row6 {
        max-height: 200px;
    }

    .main-row8 {
        max-height: 250px;
    }

    body.home .video-side-block-main1,
    body.page-id-4129 .video-side-block-main1 {
        max-height: 550px;
    }
}

@media only screen and (min-width: 865px) and (max-width: 960px) {
    .promo-block-row-2 {
        max-height: 200px;
    }

    .promo-block-row-3 {
        max-height: 200px;
    }

    .promo-block-row-4 {
        max-height: 200px;
    }

    .main-row5 {
        max-height: 200px;
    }

    .main-row6 {
        max-height: 200px;
    }

    .main-row8 {
        max-height: 200px;
    }

    body.home .video-side-block-main1,
    body.page-id-4129 .video-side-block-main1 {
        max-height: 500px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 865px) {
    .promo-block-row-2 {
        max-height: 178px;
    }

    .promo-block-row-3 {
        max-height: 180px;
    }

    .promo-block-row-4 {
        max-height: 180px;
    }

    .main-row5 {
        max-height: 180px;
    }

    .main-row6 {
        max-height: 180px;
    }

    .main-row8 {
        max-height: 180px;
    }

    body.home .video-side-block-main1,
    body.page-id-4129 .video-side-block-main1 {
        max-height: 440px;
    }
}

@media only screen and (max-width: 1400px) {
    body.page-id-4129 .main-page-promo-text,
    body.home .main-page-promo-text {
        top: 20%;
        font-size: 16px;
    }

    .main-page-promo-text {
        width: 95%;
    }
}

@media only screen and (max-width: 1240px)
{
    .certificate-wrap1 .section_wrapper {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        align-content: stretch;
        -webkit-align-items: stretch;
        align-items: stretch;
        width: 100%;
    }

    .main-row7 .section_video {
        width: 400px;
    }

    .certificate-wrap1 .section_wrapper > div {
        width: 100%;
    }

    .main-page-slider1-background div.section_wrapper {
        max-width: 100%;
    }

    .main-page-slider1-background {
        min-height: 340px;
    }

    .main-page-slider1-background .mcb-wrap-inner {
        display: none;
    }

    .mobile-view-top {
        display: block;
        color: #a7a5a6;
    }

    .main-page-slider1-background.mobile-view-top .section_wrapper > div:first-child,
    .main-page-slider1-background.mobile-view-top .mcb-wrap-inner {
        display: block;
    }

    .main-page-slider1-background div.section_wrapper .column_image .image_wrapper {
        min-height: 90px;
    }

    .main-page-slider1-background div.section_wrapper .column_image img {
        width: 50%;
        margin-top: 25px;
        padding-right: 25px;
    }
    .main-page-slider1-background div.section_wrapper .column_visual {
        max-width: 90%;
        position: relative;
        left: 5%;
        top: 15px;
    }

    body.page-id-4129 .main-page-promo-text,
    body.home .main-page-promo-text {
        top: 10%;
        font-size: 18px;
    }

    .main-page-slider1-background .section_wrapper > div:first-child {
        display: none;
    }

    .main-page-slider1-background .section_wrapper > div:nth-child(2) {
        width: 100%;
    }

    .main-page-slider1-background .image_frame {
        width: 100%;
    }

    .main-page-slider1-background .image_frame img {
        width: 30%;
        text-align: right;
        float: right;
    }

    body #Top_bar a.responsive-menu-toggle .icon-menu-fine:before {
        color: #fff;
    }

    body #Top_bar .header-menu-1 {

    }

    body #Top_bar .header-menu-1 .top_bar_left {

    }

    body #Top_bar .header-menu-1 .top_bar_right {

    }

    body #Top_bar .header-menu-1 .phone_wrapper-box {

    }

    .main-page-promo-text {
        width: 90%;
        font-size: 13px;
    }
}


@media only screen and (max-width: 960px) {
    body.page-id-4129 .main-page-promo-text,
    body.home .main-page-promo-text {
        font-size: 16px;
    }


    #Top_bar .container {
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 767px) {
    body.page-id-4129 .main-page-promo-text,
    body.home .main-page-promo-text {
        top: 30%;
        font-size: 22px;
    }

    .promo-block-row-2,
    .promo-block-row-3,
    .promo-block-row-4,
    .main-row5,
    .main-row6,
    .main-row7,
    .main-row8
    {
        max-height: none;
    }

    .main-row7 .section_video {
        width: 100%;
    }

    .main-row7 .video-side-block-main2 {
        min-height: 400px;
    }

    .main-row4 .video-side-block-main1 {
        min-height: 400px;
    }

    .main-page-promo-block1> .section_wrapper {
        margin-left: 0px;
        margin-right: 0px;
        padding-right: 0px;
        padding-left: 0px;
        width: 100%;
        max-width: 100% !important;
    }

    .main-page-promo-block1 .column_visual {
        max-height: 380px;
    }

    .promo-block-row-2 .column_visual {
        max-height: 380px;
    }

    .main-row4 video {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .certificate-wrap1 .section_wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }

    .main-page-promo-block1 > div > .wrap:nth-child(1) {
        max-height: 600px;
    }

    .main-row5 > div > .column:nth-child(1) {
        max-height: 315px;
    }

    .main-row5 > div > .column:nth-child(3) {
        max-height: 315px;
    }

    .main-row6 > div > .column:nth-child(2) {
        max-height: 315px;
    }

    .main-row8 > div > .column:nth-child(1) {
        max-height: 315px;
    }

    .main-row8 > div > .column:nth-child(3) {
        max-height: 315px;
    }
}



/**
 * END: 349;
 */