/**
Theme Name: Astra Child
Author: Ryner G
Author URI: http://rynerworld.com/about-me/
*/


/* =============== HIDE BROKEN CUSTOM HEADER AND FOOTER ON BUILDER =============== */
.admin-bar.fl-builder.fl-builder-edit .ast-custom-header,
.admin-bar.fl-builder.fl-builder-edit .ast-custom-footer {
	display: none!important;
}
.postid-54.admin-bar.fl-builder.fl-builder-edit .ast-custom-footer,
.postid-49.admin-bar.fl-builder.fl-builder-edit .ast-custom-header {
	display: block!important;
}

/* =============== DEFAULTS =============== */
html, body{
	max-width: 1920px;
	margin: 0 auto;
	overflow-x: hidden;
}
strong, b {
	font-weight:800!important;
}
:root {
	--accent-color: #fcca03;
	--secondary-color: #fcca03;
	--white: #ffffff;
	--head-family: "Poppins, sans-serif";
	--head-size: 30px;
	--fa-family: "Font Awesome 5 Free";
}

/* =============== CLASSES =============== */
.accent-color {
	color: var(--accent-color)!important;
}
.secondary-color {
	color: var(--secondary-color)!important;
}
.p-con-no-margin p {
	margin-bottom: 0!important;
}
.p-con-xs-margin p {
	margin-bottom:18px;
}
.no-margin, .p-no-margin p {
	margin:0!important;
}
.rg-dynamic-page-title {
	
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.rg-heading, .rg-heading h1, .rg-heading h2, .rg-dynamic-page-title {
	font-family: var(--head-family);
	font-size: var(--head-size);
	font-weight: 700;
}

/* =============== TEAM =============== */
.team-head .pp-heading-content {
    background: #ffffff;
    border-radius: 0 0 15px 15px;
    margin-top: -20px;
    padding-top: 0;
    box-shadow: grey 0 3px 10px 3px;
}

/* =============== SERVICE PAGES WEATHER =============== */
.page-generator-pro-open-weather-map .widget-left {height: auto; width: 100%; margin: 0; display: flex; flex-direction: column;}
.page-generator-pro-open-weather-map .widget-left-menu {width: 100%; padding: 5px; display: flex;}
.page-generator-pro-open-weather-map .widget-left__body {margin:0 auto; width:100%; padding:15px 5px;}
.page-generator-pro-open-weather-map .widget-left__body p.weather-left-card__number {margin-bottom:0;}
.page-generator-pro-open-weather-map .widget-left__calendar {display: flex; flex-direction: column; flex-wrap: nowrap; align-content: center; justify-content: center; align-items: center;}


/* =============== LOCATION + SERVICES PAGES | AREAS SERVED PAGE =============== */
.rgcs-area-served-blocks * {
	font-family: var(--p-family)!important;
}
.rgcs-area-served-block h2 {
	font-family: var(--head-family)!important;
	font-size: 30px!important;
	font-weight: 800!important;
}
.rgcs-area-served-blocks a:hover {
	color: var(--accent-color)!important;
}
.single-areas-served p {
	font-size: var(--p-size)!important;
	font-family: var(--p-family)!important;
}
.single-areas-served .fl-col.fl-node-624eb74d0950b .rg_csc .fl-row-content-wrap {
	padding: 0;
}
.single-areas-served .rg-heading-in-p h5, 
.single-areas-served .rg_csc h5 {
	font-size: 16px!important;
}
.single-areas-served .rg-heading-in-p h4,
.single-areas-served .rg_csc h4 {
	font-size: 18px!important;
}
.single-areas-served .rg-heading-in-p h3,
.single-areas-served .rg_csc h3 {
	font-size: 20px!important;
}
.single-areas-served .rg-heading-in-p h2,
.single-areas-served .rg_csc h2 {
	font-size: 25px!important;
}
.single-areas-served .rg-heading-in-p h1,
.single-areas-served .rg_csc h1 {
	font-size: 30px!important;
}
.single-areas-served .rg_csc h1, 
.single-areas-served .rg_csc h2, 
.single-areas-served .rg_csc h3, 
.single-areas-served .rg_csc h4, 
.single-areas-served .rg_csc h5,
.single-areas-served .rg-heading-in-p h1, 
.single-areas-served .rg-heading-in-p h2, 
.single-areas-served .rg-heading-in-p h3, 
.single-areas-served .rg-heading-in-p h4, 
.single-areas-served .rg-heading-in-p h5 {
	font-family: var(--head-family)!important;
	font-weight: 800!important;
}
.autogenerated_about_service_section > .fl-module-content { 
	margin:0; 
} 
.autogenerated_about_service_section > .fl-module-content .fl-builder-module-template {
	width: 100%; 
	max-width: 100%; 
}
.page-generator-pro-open-weather-map .widget-left {
	height: auto;
	width: 100%;
	margin: 0;
	display: flex;
	flex-direction: column;
}
.page-generator-pro-open-weather-map .widget-left-menu {
	width: 100%; 
	padding: 5px; 
	display: flex;
}
.page-generator-pro-open-weather-map .widget-left-menu h2 {
	margin-bottom: 0;
	padding: 10px;
}
.page-generator-pro-open-weather-map .widget-left-menu a {
	padding: 10px;
}
.page-generator-pro-open-weather-map .widget-left__body {
	margin: 0 auto;
	width: 100%;
	padding: 15px 10px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.page-generator-pro-open-weather-map .widget-left__body .weather-left-card {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-around;
	align-items: center;
}
.page-generator-pro-open-weather-map .widget-left__body p.weather-left-card__number {
	margin-bottom:0;
}
.page-generator-pro-open-weather-map .widget-left__calendar {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	float: none;
	margin: 0;
	width: 100%;
}
.page-generator-pro-open-weather-map .widget-left__calendar #graphic2 {
	display: none;
}
.single-areas-served .page-generator-pro-related-links {
	columns: 3; -webkit-columns: 3; -moz-columns: 3;
	list-style: none;
	list-style-type: none;
	margin: 0;
}
.single-areas-served .page-generator-pro-related-links li a {
	transition: ease .4s; -webkit-transition: ease .2s;
}
.rg-auto-image img {
	height: 345px;
	width: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 5px;
}
@media (max-width:920px) {
	.single-areas-served .page-generator-pro-related-links {
		columns: 2; -webkit-columns: 2; -moz-columns: 2;
	}   
}
@media (max-width:600px) {
	.single-areas-served .page-generator-pro-related-links {
		columns: 1; -webkit-columns: 1; -moz-columns: 1;
	}
}

#container-pacificfrontiermedicalcom-open-weather-map-widget-892378747779ad075551215acf1705c3 .widget-left {
	height: auto !important;
	width: 100% !important;
	margin: 0 !important;
	display: flex !important;
	flex-direction: column !important;
}
#container-pacificfrontiermedicalcom-open-weather-map-widget-892378747779ad075551215acf1705c3 .widget-left-menu {
	width: 100% !important;
	padding: 5px !important;
	display: flex !important;
}
#container-pacificfrontiermedicalcom-open-weather-map-widget-892378747779ad075551215acf1705c3 .widget-left-menu h2 {
	margin-bottom: 0 !important;
	padding: 10px !important;
}
#container-pacificfrontiermedicalcom-open-weather-map-widget-892378747779ad075551215acf1705c3 .widget-left-menu a {
	padding: 10px !important;
}
#container-pacificfrontiermedicalcom-open-weather-map-widget-892378747779ad075551215acf1705c3 .widget-left__body {
	margin: 0 auto !important;
	width: 100% !important;
	padding: 15px 10px !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-end !important;
}
#container-pacificfrontiermedicalcom-open-weather-map-widget-892378747779ad075551215acf1705c3 .widget-left__body .weather-left-card {
	width: 100% !important;
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-content: center !important;
	justify-content: space-around !important;
	align-items: center !important;
}
#container-pacificfrontiermedicalcom-open-weather-map-widget-892378747779ad075551215acf1705c3 .widget-left__body p.weather-left-card__number {
	margin-bottom:0 !important;
}
#container-pacificfrontiermedicalcom-open-weather-map-widget-892378747779ad075551215acf1705c3 .widget-left__calendar {
	display: flex !important;
	flex-direction: column !important;
	flex-wrap: nowrap !important;
	align-content: center !important;
	justify-content: center !important;
	align-items: center !important;
	float: none !important;
	margin: 0 !important;
	width: 100%  !important;
}

@media only screen and (max-width: 480px) {
	#container-pacificfrontiermedicalcom-open-weather-map-widget-892378747779ad075551215acf1705c3 .widget-left__calendar li {
		padding: 10px!important;
	}	
	#container-pacificfrontiermedicalcom-open-weather-map-widget-892378747779ad075551215acf1705c3 .widget-left__calendar {
		flex-direction: initial!important;
	}
}
@media only screen and (max-width: 414px) {	
	#container-pacificfrontiermedicalcom-open-weather-map-widget-892378747779ad075551215acf1705c3 .widget-left__calendar li {
		padding: 6px!important;
	}
}