/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* learn More button hover style ****** */
/* Global Button Styles */
.invisible {
	display: none;
}
/*
.animated-button a.elementor-button:link, .animated-button a.elementor-button:visited {
	position: relative;
	display: block;
	margin: 30px auto 0;
	padding: 14px 15px;
	color: #fff;
	font-size:14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: .08em;
	border-radius: 0;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.animated-button a.elementor-button:link:after, .animated-button a.elementor-button:visited:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}
.animated-button a.elementor-button:link:hover, .animated-button a.elementor-button:visited:hover {
	color: #FFF;
	text-shadow: none;
}
.animated-button a.elementor-button:link:hover:after, .animated-button a.elementor-button:visited:hover:after {
	height: 450%;
}

.animated-button a.elementor-button {
	color: #fff;
	background-color: #1d8fca;
	cursor: pointer;
	display: inline-block;
	position: relative;
	border: 2px solid #fff;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.animated-button a.elementor-button:hover {
	color: #000 !important;
	background-color: transparent;
	text-shadow: ntwo;
}
.animated-button a.elementor-button:hover:before {
	top: 0%;
	bottom: auto;
	height: 100%;
}
.animated-button a.elementor-button:before {
	display: inline-block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 0px;
	width: 100%;
	z-index: -1;
	content: '';
	color: #000 !important;
	background: #1d8fca;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
/* END learn More button hover style *******/
p.content-para-title {
    font-weight: 400;
    color: #293A84;
    margin: 20px 0 0;
}
.header-title .elementor-heading-title:after {
    content: '';
    height: 18px;
    width: 18px;
    margin: 0;
    border-radius: 50%;
    display: inline-block;
    background: #ee2d83;
    position: relative;
    left: 10px;
	top: 0;
}
.ul-list-points li::marker {
    color: #ee2d83;
}
.page-title .elementor-heading-title:before, .dot-at-top:before {
    content: '';
    height: 18px;
    width: 18px;
    margin: 0;
    border-radius: 50%;
    display: inline-block;
/*     background: #ee2d83; */
    position: relative;
    left: -10px;
}
.bryonstatin-page-title {
    font-size: 3.5rem;
    font-weight: 600;
    border-bottom: 1px solid #fff;
    line-height: 1.2;
    padding-bottom: 15px;
    margin-bottom: 5px;
}
span.page-title-span {
    font-size: 3rem;
	font-weight: 500;
    /* line-height: 1.3 !important; */
}
.page-title .elementor-heading-title:before {
	top: 70px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
}
.dot-at-top:before {
	left: 0;
	top: -20px;
}
.li-add-margin li {
	margin: 8px 0;
}
#site-logo #site-logo-inner a:hover img {
	opacity: 1;
}
.fw-bolder {
    font-weight: bolder;
}
.fw-bolder {
	font-weight: 300;
}
.text-underline h2, .text-underline h5, .text-underline h3 {
    border-bottom: 1px solid #999;
    display: inline-block;
    margin-bottom: 10px;
}

.team-page-active {
	color: #192a6c;
}
.trial-page-ordered-list li {
    margin: 20px 0px;
}
ul.ul-smaller-font {
    font-size: 16px;
    line-height: 20px;
}
ul.ul-smaller-font li {
    margin: 10px;
}
.color-primary {
	color: #192a6c;
}
#menu-primary-menu a span {
    font-family: 'gotham font';
    padding-bottom: 5px;
}
#footer-widgets .footer-box a, #footer-widgets a {
    font-family: helvetica;
    font-size: 20px;
    color: #ffffff !important;
}
.site-footer .widget_nav_menu li:first-child, .site-footer .widget_nav_menu li {
    border: none;
    margin: 0;
    padding: 0;
}
.col-content .elementor-widget-container {
    position: relative;
/*     top: -50px; */
	z-index: -1;
}
.col-icon-div {
    /* position: relative; */
    bottom: -50px;
}
.col-content h3.box-title {
    margin-top: 30px;
    color: #fff;
    font-family: 'gotham font';
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.8rem;
}
.col-content a.box-learn-more {
    font-size: 1.8rem;
    font-family: 'gotham font';
    font-weight: 700;
    color: #ffff;
    margin-top: 20px;
    position: absolute;
	bottom: 10px;
}

/* three col Style Row */
/*#three-col-row .elementor-container {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
}

 img.col-box-icon {
    transform: translateX(-50%);
    position: relative;
    left: 50%;
} */
/* Make the columns stack on top of each other */
/* #three-col-row .elementor-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
    grid-gap: 20px;
} */

#three-col-row .elementor-container .col-content, 
#three-col-row .elementor-container .elementor-widget-button {
	box-shadow: 0px 15px 15px -5px rgba(153,153,153,0.71);
	-webkit-box-shadow: 0px 15px 15px -5px rgba(153,153,153,0.71);
	-moz-box-shadow: 0px 15px 15px -5px rgba(153,153,153,0.71);
}
#three-col-row .elementor-widget-wrap:hover .col-content, 
#three-col-row .elementor-widget-wrap:hover .elementor-widget-button {

}
/* #three-col-row .elementor-container .elementor-column:first-child {
    background: #273983;
}
#three-col-row .elementor-container .elementor-column:nth-child(2) {
    background: #EE2D83;
}
#three-col-row .elementor-container .elementor-column:last-child {
    background: #3AB5D8;
} */
.oew-accordion-item {
    margin-top: 20px;
}
span.text-italic {
    font-weight: 300;
	font-size: 16px;
}
span.text-underline-italic-bold {
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
}
.oew-accordion .oew-accordion-content p:first-child {
    padding-top: 20px;
}
.oew-accordion .oew-accordion-content {
    padding: 0px 20px !important;
}
.flex-column-space-between .elementor-element-populated {
    /* display: flex; */
    flex-direction: column;
    justify-content: space-between;
}
/*
#three-col-row .elementor-container .col-content {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

/* When Screen width is 400px or more make the columns stack next to each other */
@media (max-width: 600px) {
	#footer-widgets .col {
		margin-bottom: 0;
	}
/* 	#three-col-row .elementor-container {
		grid-template-columns: 1fr 1fr;
	} */
}