/*
Theme Name: BigHearts Child
Author: WebGeniusLab
Author URI: http://webgeniuslab.net
Description: -
Version: 1.0
Template: bighearts
Text Domain: bighearts-child
*/
.primary-nav ul li ul, .primary-nav ul li div.mega-menu-container {
	top: calc(100%) !important;
	border-radius: 0px !important;
	padding: 10px 0 17px !important;
}

@font-face { 
    font-family: 'Century Gothic' !important; 
    src: url('fonts/century-gothic-font/CenturyGothic.ttf'); 
    font-weight: normal; 
}

#main > div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	font-family:'Century Gothic', 'Futura','Didact Gothic', san-serif !important;
}

div.team-items_wrap .list-display {
	font-size: 12pt;
}

.wgl_module_team .team-contact {
    transition: inherit;
    font-size: 14px;
    margin: 17px 30px 5px;
	line-height: 1.7;
	font-weight: normal;
}
.team-email, .team-phone {
	display: block;
}

ul.og-grid li.og-li {
	position: static;
}

img.og-thumbnail {
	width: 200px;
	height: 200px;
	object-fit: cover;
}
	
/*.grid-pro li a img.og-thumbnail {
	width: 200px;
	height: 200px;
}*/

div.og-thumbnail {
	width: 200px;
	height: 200px;
	font-size: 6em;
	/*background-color: #212D48;*/
	background-color: #ececec;
	border-radius: 50%;
	padding: 50px;
	color: #A7A9AC;
}

div.og-thumbnail i.far {
	vertical-align: middle;
}

.og-details a[href=""] {
	display: none;
}

.og-grid h4 {
	padding: 20px 10px;
}

.wpcf7 input[type="checkbox"]{
	-webkit-appearance: checkbox !important;
	-O-appearance: checkbox !important;
	-moz-appearance: checkbox !important;
}

.wpcf7-list-item-label {
    margin-right: 10px;
}

.wpcf7-form span.required:after
{
    color: red;
    content: " *";
}

input[type="text"], input[type="date"], input[type="url"], input[type="search"], input[type="email"], input[type="password"], input[type="tel"], input[type="time"], select, textarea {
    display: block;
    height: 56px;
    max-width: 100%;
    margin: 0 0 20px 0;
    border: 1px solid #dedede;
    border-radius: 28px;
    padding: 10px 26px;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.7;
    transition: 0.3s;
}

#main {
    padding: 0 !important;
}

div.page-header {
	margin-bottom: 0 !important;
}

.blog-style-standard .wgl_col-3 .blog-post_wrapper {
	height: 360px;
	overflow: hidden;
}

.blog-style-standard .wgl_col-6 .blog-post .blog-post_content, .blog-style-standard .wgl_col-6 .blog-post .blog-post_meta-wrap, .blog-style-standard .wgl_col-4 .blog-post .blog-post_content, .blog-style-standard .wgl_col-4 .blog-post .blog-post_meta-wrap, .blog-style-standard .wgl_col-3 .blog-post .blog-post_content, .blog-style-standard .wgl_col-3 .blog-post .blog-post_meta-wrap {
	margin-left: 20px !important;
	margin-right: 20px !important;
}

[id*="ybl-give-form"] div.summary {
    width: 100%;
    float: none;
}

.wgl-theme-header a.wgl-button {
	line-height: 1 !important;
}

/* hide triangle from expander */
.og-grid li.og-expanded > a::after {
	display: none;
}

div.og-thumbnail {
	margin: 0 auto;
	text-align: center;
}

.og-grid h4 {
    text-align: center;
}

.og-thumbnail i {
    justify-content: center;
    line-height: 1;
    display: grid;
    color: var(--bighearts-primary-color);
}

.partner-logo-container img {
    max-width: 180px;
}

.co-svg-container svg{
	width: 200px;
    height: 200px;
    margin-top: -50px;
    margin-left: -50px;

}
.og-details .co-link-tab{
	font-weight: normal;
	font-size: 14px;
	color: #333;
	text-transform: none;
	letter-spacing: 2px;
	padding: 0;
	border: none;
	display: inline;
	margin: 0;
	outline: none;
}
.og-details .co-link-tab:before{
display:none !important;
}
.og-grid .co-ul-tab li{
	margin:0 0 0 10px;
	height:auto;
}

.co-form-container input{width:100%;}
.co-form-container input[type=radio]{width:auto;display:inline;}
.co-form-container input[type=submit]{width:auto;height:auto;padding:10px 60px;}

.co-board-member .team-item_meta{margin-bottom:0 !important}
.co-board-member .team-contact{margin-top:0 !important;}

.co-success-stories .og-expander{height:auto !important;}
.co-success-stories .og-expander .og-details a{display:none;}

#subscribe-newsletter::before { 
  display: block; 
  content: " "; 
  margin-top: -385px; 
  height: 385px; 
  visibility: hidden; 
  pointer-events: none;
}

.header_button a{vertical-align: middle;}

.co-clickable-column{position: static !important;}
.co-clickable-column a{
position: absolute;
top: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
 justify-content: center;
}