/*
 Theme Name:   Behavior Agent
 Template:     onepress
 Version:      1.0.0
 Text Domain:  behavioragent
*/

body {
	font-size: 16px !important;
}

body, h1, h2, h3, h4, h5, h6, h7 {
	color: #232157 !important;
}

@font-face {
    font-family: 'Corbel';
    src: url('assets/CORBEL.TTF');
	font-style: normal;
	font-weight: normal;
}

@font-face {
    font-family: 'Corbel';
    src: url('assets/Corbel Bold.ttf');
	font-style: normal;
	font-weight: bold;
}

@font-face {
    font-family: 'Corbel';
    src: url('assets/Corbel Italic.ttf');
	font-style: italic;
	font-weight: normal;
}

@font-face {
    font-family: 'Corbel';
    src: url('assets/Corbel Bold Italic.ttf');
	font-style: italic;
	font-weight: bold;
}

footer {
	font-family: 'Corbel' !important;
}

#content a {
	color: #1D458D;
}

#content a:hover {
	color: #5B6FB5;
}

.section-testimonials .video,
.section-outcomes .img-bg-cover {
    height: 225px;
}

.section-buttons button {
    width: 100%;
}

.section-buttons button + button {
    margin-top: 15px;
}

.section-socials {
	background: #e6e6e6;
}

@media (max-width: 767px) {
	.section-socials a {
		line-height: 32px !important;
	}
}

@media (max-width: 1140px) {
    .onepress-menu.onepress-menu-mobile > li > div > a {
        padding: 12px 20px;
    }
}

@media (min-width: 576px) {
    .section-buttons button {
        width: auto;
    }

    .section-buttons button + button {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .section-testimonials .video,
    .section-outcomes .img-bg-cover {
        height: auto;
    }
}

@media (min-width: 992px) {
    #masthead .container {
        display: table;
    }

    .onepress-menu .menu-item.hover,
    .onepress-menu .menu-item.hover * {
        background: #8596ca !important;
    }
	
    .onepress-menu .menu-item.hover .sub-menu * {
        color: #ffffff !important;
    }
	
	.onepress-menu .menu-item {
        position: static;
    }

    .onepress-menu .menu-item .sub-menu {
        border:none;
        text-transform: uppercase !important;
        font-size: 0.9em !important;
        width: calc(100% - 30px);
        display: block;
        height: 0;
        left: 15px;
        padding: 0;
        bottom: 0;
        background: #8596ca;
		box-shadow: 0 3px 4px -1px rgba(0,0,0,.5);
		transition: all .2s ease;
		transition-delay: .2s;
		overflow: hidden;
    }
	
	.onepress-menu .menu-item.hover .sub-menu {
		height: 200px;
		padding: 25px;
	}

    .onepress-menu .menu-item .sub-menu .menu-item {
        display: inline-block;
        height: calc(100% - 30px);
        width: calc(20% - 30px);
        margin: 13px;
        position: relative;
    }

    .onepress-menu .menu-item .sub-menu .menu-item div {
        height: calc(100%);
        display: table;
    }

    .onepress-menu .menu-item .sub-menu .menu-item a {
        border: none;
        text-transform: uppercase !important;
        font-size: 15px !important;
        text-align: center;
        background-color: #232157 !important;
        padding: 15px;
        border-radius: 4px;
        line-height: 1.2;
        display: table-cell;
        vertical-align: middle;
		transition: all .2s ease;
    }
	
	.onepress-menu .menu-item .sub-menu .menu-item a:hover {
		background-color: rgba(35, 33, 87, 0.6) !important;
		box-shadow: 0 1px 3px -1px rgba(0,0,0,.5);
	}
	
/* 	.onepress-menu .current-menu-item * {
		background: #8596ca !important;
	} */

    .onepress-menu li {
        white-space: normal !important;
    }

    #masthead {
        border-bottom: 1px solid #232157;
        background: #e6e6e6;
    }
/* 
    .onepress-menu li:hover > ul {
        display: none !important;
    }
    
    .onepress-menu li.hover > ul {
        display: block !important;
    } */
}

@media (min-width: 1200px) {
    .site-logo-div img {
        max-width: 180px;
        padding: 17px 0;
    }

    .onepress-menu > .menu-item > div {
        padding: 17px 0;
    }
}

.site :not(.fa) {
    font-family: 'Corbel' !important;
}

.onepress-menu a {
    text-transform: capitalize !important;
}

.btn-request-demo {
    background: #717171;
    color: #ffffff !important;
    position: relative;
    z-index: 1;
    font-weight: 400 !important;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}

.btn-request-demo:hover {
	color: #cccccc !important;	
}

.section-buttons .dashed {
    border: 1px dashed;
    position: relative;
    top: 20px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-15 {
    padding-top: 15px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pr-15 {
    padding-right: 15px;
}

.pl-15 {
    padding-left: 15px;
}

.p-15 {
    padding: 15px;
}

.pl-35 {
    padding-left: 35px;
}

.p-0 {
    padding: 0;
}

.mt-45 {
    margin-top: 45px;
}

.m-0 {
    margin: 0;
}

.container.section-buttons {
    overflow: hidden;
}

.fs-20 {
    font-size: 20px !important;
}

.h-255 {
    height: 255px;
}

.site-logo-div img {
    max-width: 150px;
}

.section-features p {
    font-size: 25px;
}

.section-features .feature {
    text-transform: uppercase;
    font-size: 14px;
    background: #232157;
    border-radius: 4px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 185px;
}

.section-features .feature .icons,
.section-features .feature .icon {
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0;
}

.section-features .feature .icon .normal,
.section-features .feature .icon .hover {
    max-width: 172px;
    height: auto;
    max-height: 100px;
}

.section-features .feature .icon .normal,
.section-features .feature:hover .icon .hover {
    display: inline-block;
}

.section-features .feature:hover .icon .normal,
.section-features .feature .icon .hover {
    display: none;
}

.section-features .feature .icons .fa {
    padding-left: 4px;
    padding-right: 4px;
}

.section-features .feature:hover {
    background: #6379ba;
    box-shadow: 5px 5px 10px #464a4c;
}

.section-features .content {
    background: #c9d1e7;
    border-radius: 5px;
    box-shadow: 10px 10px 20px;
}

.section-features h2,
.section-outcomes h2,
.section-testimonials h2 {
    text-transform: uppercase;
}

.section-outcomes .content,
.section-testimonials .content {
    border: 1px solid #cccccc;
}

.section-outcomes p,
.section-testimonials p {
    font-size: 17px;
}

.section-features h2,
.section-features p,
.section-outcomes h2,
.section-outcomes p,
.section-testimonials h2,
.section-testimonials p {
    color: #232157;
}

.section-features .features {
    display: flex;
    flex-wrap: wrap;
}

.section-features .features > div {
    display: flex;
}

.section-testimonials .video {
    background: #c2cae4;
}

.section-testimonials .video .btn-play {
    position: relative;
    top: calc(50% - 18px);
    cursor: pointer;
}

.img-bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.onepress-menu a,
.onepress-menu a:hover,
.onepress-menu ul li a {
    font-size: 17px !important;
    color: #232157 !important;
}

.section-socials a, .section-socials a:hover {
    color: #232157;
    text-decoration: none;
    font-size: 16px;
    display: block;
	line-height: normal;
}

.section-socials a img {
	height: 60px;
}

.section-socials a i {
	vertical-align: middle;
}

.section-socials .container .row {
/* 	padding: 10px 0; */
}

.section-socials .container .row div {
	margin: auto;
}

/* h1.entry-title {
	text-align: center;
} */

.alignleft {
	margin-right: 3.5em !important;
}

.alignright {
	margin-left: 3.5em !important;
}

.whoweserve-high-light {
	background-color: #C9D0E7;
	padding: 5px 10px !important;
}

.whoweserve-special-blk {
	background-color: #E6E6E6;
	padding: 5px 10px !important;	
}

#content, .page-header {
	transition: all .2s ease;
	transition-delay: .2s;
}

.wpforms-required-label {
	color: #232157 !important;
}

.wpforms-submit {
	background-color: #CAD0E6 !important;
	color: #232157 !important;
	border-color: #acb5d8 !important;
}

.wpforms-submit:hover {
	background-color: #8f9bca !important;
	border-color: #7181bc !important;
}

/* input[type="reset"], input[type="submit"], input[type="submit"], .pirate-forms-submit-button, .contact-form div.wpforms-container-full .wpforms-form .wpforms-submit {
	background-color: #1D458D !important;
}

input[type="reset"]:hover, input[type="submit"]:hover, input[type="submit"]:hover, .pirate-forms-submit-button:hover, .contact-form div.wpforms-container-full .wpforms-form .wpforms-submit:hover {
	background-color: #1D458D !important;
	opacity: 0.8;
} */

.page.page-id-445 .page-header .entry-title {
	text-transform: none;
}

.pb-45 {
	padding-bottom: 45px;
}

.py-45 {
    padding-top: 45px;
	padding-bottom: 45px;
}

.p-45 {
	padding: 45px !important;
}

.ml-45 {
    margin-left: 45px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mr-45 {
    margin-right: 45px !important;
}

/*21-07-2023*/
.px-15 {
	padding: 0 15px 0 15px !important;
}

.py-15 {
	padding: 15px 0 15px 0 !important;
}

.px-10 {
	padding: 0 10px 0 10px !important;
}

.py-10 {
	padding: 10px 0 10px 0 !important;
}

.px-5 {
	padding: 0 5px 0 5px !important;
}

.py-5 {
	padding: 5px 0 5px 0 !important;
}
