/* mobile style*/
@media only screen and (max-width: 768px) {
	li.html.custom.html_topbar_right {
    display: block !important;
}
	#logo {
    width: 140px !important;
}
	
	li.html.custom.html_topbar_right {
    width: 80px !important;
}
	.home-herobanner {
    
    min-height: 50vh;
}
	.page-header .page-header__banner {
		position:unset;
    height: 40vh;
}
	.page-header .page-header__body{
		height:100% !important;
		padding: 0 ;
	}
	
	.page-header__body .breadcrumbs {
    margin-top: 20px;
}
	.post-large .post-content .post-title{
		 width: 100%;
    max-width: 100%;
    display: block;
	}
	.post-large .post-content {
		display: block;
		text-align: center;
	}
	
	.post-large .post-content .post-footer {
		margin-top:50px;
    width: 100%;
    max-width: 100%;
    display: block;
}
	
    .stuck div#masthead #logo {
        display: block;
    }

    .mt-footer {
        margin-bottom: 20px !important;
    }

    .page-header--search .page-header__body {
        height: 50vh
    }

    .page-header .page-header__headline {
        line-height: 1.1;
        font-size: 2.875rem;
    }

    .home-title h3 {
        font-size: 2rem;
    }

    i.icon-menu {
        color: #fff;
    }

    .business-overview .business-overview__item {
        padding: 2.5rem 1.75rem;
    }

    .business-overview .business-overview__item:not(:first-child) {
        padding-top: 3rem;
        padding-left: 1.75rem;
    }

    .business-overview {
        flex-direction: column;
        margin-bottom: 4rem;
        padding: 0;
    }

    .business-overview .business-overview__item {
        padding: 3rem;
        min-height: 0;
        min-height: initial;
        height: auto;
        border-top-right-radius: 0;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
    }

       .business-overview .business-overview__headline {
        font-size: calc(1.075rem + .6585365854vw);
        white-space: normal;
        text-align: center;
        justify-content: center;
        display: block;
    }

    .business-overview .business-overview__header {
        transform: unset;
    }

    .business-overview .business-overview__item:not(:first-child) {
        margin-top: -1rem;
        margin-left: 0;
    }

    .abouts h3 {
        font-size: 25px;
        line-height: 35px;
    }

    .abouts p {
        font-size: 15px;
    }

    .home-investor .button_style {
        width: 100% !important;
    }

    .performance--home .performance__number {
        font-size: 30px;
        line-height: 40px;
    }

    .share-price--home {
        display: block;
    }

    .share-price--home .share-price__change {
        width: auto;
        position: relative;
        display: inline-block;
    }

    .share-price--home .share-price__last-done {
        font-size: 30px;
        font-weight: 700;
    }

    .contact_us h3 {
        font-size: 30px !important;
        line-height: 40px !important;
        margin: 0 !important;
    }

    .contact_us p {
        font-size: 16px;
        line-height: 24px;
    }

    .form-search {
        display: inline;
        gap: 10px;
    }

    button.btn.btn--outline-secondary {
        margin-top: 10px;
    }

    .form-group--md-inline label {
        margin: 0 0 15px 0;
    }

    .col-5 {
        flex-basis: 100% !important;
        max-width: 100% !important;
    }

    .icon-contact {
        padding: 15px;
    }
}

/* iPad landscape style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

}

/* iPad portrait style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {


}

@media only screen and (min-width: 768px) {
    .form-group--md-inline {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: end;
    }
}

/**desktop**/
@media only screen and (min-width: 1599px) {
    .menu--toggler .menu__item {
        padding: 0 0 .45rem;
    }

    .container-width, .full-width .ubermenu-nav, .container, .row {
        max-width: 1350px !important;
    }
}

@media only screen and (min-width: 1440px) {
    .navbar-main__container {
        max-width: 95% !important;
    }

    .navbar-main__container .row {
        max-width: 100% !important;
    }
}

@media only screen and (min-width: 992px) {
    #header .header-search {
        margin-left: 1rem;
        margin-bottom: .5rem !important;
        order: 2;
    }

    #menuHamburger {
        overflow: hidden;
    }
}