/**
Theme Name: Beta Health Group
Author: Metaglyphics Web Development
Author URI: https://metaglyphics.com
Description: Custom Child Theme based on WP Astra
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: beta-health-group
Template: astra
*/


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* Headings */

h1, .entry-title a, .entry-content h1, .entry-content h1 a, 
h2, .entry-content h2, .entry-content h2 a, 
h3, .entry-content h3, .entry-content h3 a, 
h4, .entry-content h4, .entry-content h4 a, 
h5, .entry-content h5, .entry-content h5 a, 
h6, .entry-content h6, .entry-content h6 a, 
h1, h2, h3, h4, h5, h6 {color: #0084af;}

.entry-content h1 {font-size: 40px;  margin-bottom: 20px; font-weight: 500; line-height: 44px;}
.entry-content h2 {font-size: 32px;  margin-bottom: 20px; font-weight: 500; line-height: 35.2px;}
.entry-content h3 {font-size: 28px;  margin-bottom: 20px; font-weight: 500; line-height: 30.8px;}
.entry-content h4 {font-size: 24px;  margin-bottom: 20px; font-weight: 500; line-height: 26.4px;}
.entry-content h5 {font-size: 20px;  margin-bottom: 15px; font-weight: 700; line-height: 22px;}
.entry-content h6 {font-size: 16px;  margin-bottom: 15px; font-weight: 500; line-height: 17.6px;}

/* Page Header */
@media (min-width: 1201px) {
	.ast-container {
		max-width: 1200px;
	}
}

.home .entry-content {
    margin-top: 0;
}

.ast-flex.main-header-container {
	align-items: flex-end;
}

/*.ast-container {
	max-width: 100%;
	padding-left: 0;
    padding-right: 0;
}

.ast-flex.main-header-container {
    padding-left:20px;
	padding-right: 20px;
	max-width: 1240px;
	margin: 0 auto;
}
*/

/*UberMenu Customizations*/
#page .ubermenu-submenu {margin-top:16px;}
#page .ubermenu-skin-minimal .ubermenu-submenu.ubermenu-submenu-drop {
    border: 0px;
}


/* Page Heading and Breadcrumbs */
.ast-advanced-headers-title {
	font-size: 36px; 
	text-transform: uppercase; 
	margin-bottom: 0;
}
.ast-advanced-headers-layout-2 .ast-advanced-headers-breadcrumb {
    margin-top: 0;
}
.ast-breadcrumbs {
	font-size: 14px;
	font-weight: 400;
}

.members-access-error {
	max-width: 1200px;
	margin: 0 auto;
}

.ast-above-header .fa {
	margin-right: 10px;
    font-size: 1.5em;
}

.ast-above-header a.phone,
.ast-above-header a.phone:hover {color: #fff;}

li.welcome {
	color: white !important; 
	font-size: 15px;
}

li.welcome:hover {background: transparent}

#loginform input {display:block}

.page-id-7160 .ast-above-header {
    background-color:#729C90;
}

#primary {
		margin: 0;
}

.page-id-7160 .fl-node-5b1fde4729ec4 > .fl-row-content-wrap:after {
background-image: url(/wp-content/uploads/2018/07/member-area-footer-bg.jpg)
}

.home-news h3.fl-heading {
	background: #f5f5f5;
	padding: 10px 0 !important
}

.home-news h2 {
	display:inline; 
	line-height: 16px;
}

.home-news .fl-post-feed-post {
    border-bottom: none;
    padding: 10px;
}

.graybg .fl-module-content {
	background: #f4f3f4;
}

.memberareareports .fl-module-content {
  background: #f4f3f4;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-bottom: -20px;  
}

.ast-container.ast-title-bar-align-center {
	text-align: left;
}


.ast-title-bar-wrap.ast-advanced-headers-vertical-center {
	margin-bottom:20px;
}

.hideWebinar {
	display: none;
}

.entry-content {margin-top:40px}

/*Sidebar Styles*/
.sidebar {margin-bottom: 40px;}
.sidebar h4 {font-weight: 700}


/* ==== GRID SYSTEM ==== */

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.row {
  position: relative;
  width: 100%;
}

.row [class^="col"] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%;
}

.col-1-sm {
  width: 4.33%;
}

.col-2-sm {
  width: 12.66%;
}

.col-3-sm {
  width: 21%;
}

.col-4-sm {
  width: 29.33%;
}

.col-5-sm {
  width: 37.66%;
}

.col-6-sm {
  width: 46%;
}

.col-7-sm {
  width: 54.33%;
}

.col-8-sm {
  width: 62.66%;
}

.col-9-sm {
  width: 71%;
}

.col-10-sm {
  width: 79.33%;
}

.col-11-sm {
  width: 87.66%;
}

.col-12-sm {
  width: 96%;
}

.row::after {
	content: "";
	display: table;
	clear: both;
}

.hidden-sm {
  display: none;
}



@media only screen and (min-width: 45em) {  /* 720px */
  .col-1 {
    width: 4.33%;
  }

  .col-2 {
    width: 12.66%;
  }

  .col-3 {
    width: 21%;
  }

  .col-4 {
    width: 29.33%;
  }

  .col-5 {
    width: 37.66%;
  }

  .col-6 {
    width: 46%;
  }

  .col-7 {
    width: 54.33%;
  }

  .col-8 {
    width: 62.66%;
  }

  .col-9 {
    width: 71%;
  }

  .col-10 {
    width: 79.33%;
  }

  .col-11 {
    width: 87.66%;
  }

  .col-12 {
    width: 96%;
  }

  .hidden-sm {
    display: block;
  }
}

/*--------------------------------------------------------------
# Webinar
--------------------------------------------------------------*/
/* Gravity Forms */
#gform_2 ul {
    list-style: none;
    margin: 0;
}

.webinar-form input[type='text'] {
	width: 100% !important; 
	background: #fff !important;}


/*--------------------------------------------------------------
# Team Bio Module
--------------------------------------------------------------*/
.fancybox-slide--html .fancybox-content {
	width  : 900px;	
	max-width  : 80%;
	max-height : 80%;	
}
.view-bio {
    margin-top: 10px;
    text-align: right;
}

.team-bio {margin-top:40px;}

.photo-margin {margin-bottom: 10px;}
.spotlight {
    margin-top: 6px;
    display: block;
}

body.events-archive p.breadcrumb {
    display: none !important;
}
