/*
Theme Name: Beaver Builder Child Theme
Theme URI: https://branding-beyond.com
Version: 1.0
Description: This is a custom theme built for Bristol Instruments
Author: Branding & Beyond
Author URI: https://branding-beyond.com
template: bb-theme
*/

/* Add your custom styles here... */ 

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.uabb-lf-login-form label {
	display: none;
}

#field_2_33, #field_3_33, #field_4_33 {
	display: none !important;
}
.gfield_html {
	font-size: 14px;
}


footer .fl-row-content.fl-row-fixed-width{max-width: 1180px;padding-left: 20px;padding-right: 20px;}
.home_banner.full_shape::before{width: 49.5vw;}




/*  Distributor Dashboard */
.portal-login{padding-top: 100px;padding-bottom: 80px;}
.portal-login .fl-col-group .fl-col{float: none;}
.portal-login .fl-tabs-panels{border:none !important}
 
@media screen and (max-width: 1750px){
    .home_banner.full_shape::before{width: 48vw;}
}
@media screen and (max-width: 1439px){
    .home_banner.full_shape::before{width: 46vw;}
}
@media screen and (max-width: 1200px){
    .home_banner.full_shape::before{width: 45vw;}
}
@media screen and (max-width: 1024px){
    .home_banner.full_shape::before{width: 48vw;transform: skewX(15deg) scaleX(2.6);-webkit-transform: skewX(15deg) scaleX(2.6);-ms-transform: skewX(15deg) scaleX(2.6);-o-transform: skewX(15deg) scaleX(2.6);-moz-transform: skewX(15deg) scaleX(2.6);}
}
@media screen and (max-width: 767px){
    .home_banner.full_shape::before{left: -15px;width: 43vw;}
}

/****Software download singlke page***/
.single-wpdmpro #fl-main-content {
    padding-top: 143px;
}

.single-wpdmpro .fl-post-header {
    position: relative;
    margin: 0;
    padding: 80px 0 60px;
    background-image: url(https://www.bristol-inst.com//wp-content/uploads/2019/12/bristol-interior-headers-6.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
}
.single-wpdmpro #fl-main-content > .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}

.single-wpdmpro #fl-main-content > .container article.wpdmpro {
    max-width: 1140px;
    margin: 0 auto;
	padding: 120px 15px 50px 15px;
}

.single-wpdmpro #fl-main-content > .container > .row {
    width: 100%;
	margin: 0
}

.single-wpdmpro #fl-main-content > .container > .row > .col-md-8,.single-wpdmpro #fl-main-content > .container > .row > .col-md-4 {
    width: 100%;
    padding: 0;
	margin: 0;
}

.single-wpdmpro .home_banner::before {
    height: calc(100% + 40px);
    top: 0;
    z-index: -1;
    width: 42%;
}

.single-wpdmpro .fl-post-header .fl-post-title,.single-wpdmpro .fl-post-header > * {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px 0;
    color: #fff;
    line-height: 1em;
}

.single-wpdmpro #fl-main-content > .container > .row > .col-md-4 {
    display: none;
}

.single-wpdmpro .wpdm-download-link.btn.btn-link {
    border: 1px solid transparent;
    padding: var(--padding-regular);
    font-size: 1rem;
    line-height: 1.5;
    border-radius: var(--border-radius-regular);
    transition: all ease-in-out 300ms;
    display: inline-block;
    font-weight: 600;
    color: #212529;
    letter-spacing: 1px;
    text-align: center;
    vertical-align: middle;
    background: #274ae6;
    color: #fff;
    border-radius: 0;
}

.single-wpdmpro .wpdm-download-link.btn.btn-link:hover {
    background-color: #1f1f1f;
    border-color: #1f1f1f;
    box-shadow: 0 3px 8px 0 rgb(31 31 31 / 40%);
}

.single-wpdmpro .fl-post-header a {
    color: #FFF;
    text-decoration: underline;
}

.single-wpdmpro #fl-main-content > .container article.wpdmpro .fl-post-meta.fl-post-meta-bottom {
    border-top: none;
}
@media (max-width: 991px) {
	.single-wpdmpro #fl-main-content { padding-top: 131px;}
}
@media (max-width: 767px) {
	.single-wpdmpro #fl-main-content .col-md-7 { order: 1;}
	.single-wpdmpro #fl-main-content .col-md-5 {order: 2;}
	.single-wpdmpro #fl-main-content .col-md-5 .wpdm-download-link.download-on-click.btn.btn-link { display: none;}
}
@media (max-width: 640px) {
	.single-wpdmpro .home_banner::before { width: 48%;}
	.single-wpdmpro .home_banner::before { display: block; width: 100%; top: 10px; height: calc(100% - 10px);}
	.single-wpdmpro .fl-post-header { background-color: black !important; background-image: none; padding: 40px 0;}
	.single-wpdmpro .fl-post-header .fl-post-title, .single-wpdmpro .fl-post-header > * { padding: 0 20px;}
	.single-wpdmpro #fl-main-content > .container article.wpdmpro { padding-top: 50px;}
}