/*
 Theme Name:     COLA Quidus Child Theme
 Theme URI:      
 Description:    Quidus Child Theme
 Author:         MIG, Inc.
 Author URI:     http://www.migcom.com
 Template:       quidus
 Version:        6.0.0
*/
 
@import url("../quidus/style.css");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap');
 
/* =Theme customization starts here
------------------------------------------------------- */

/* Site Header and Logo */

.site-header {
  margin: 0em 0 3em;
}

#masthead.site-header {
	margin: 0em 0 1em;
}

#LACountySubhead {
	margin: 0 40px 0;
	color: #4b4b4b;
}

.subheadText {
	font-size:1em;
	line-height:1.1em;
}

#subheadLine1 {
	margin-bottom: 0.2em;
}

#subheadLine2 {
	margin-bottom: .8em;
	font-size:.9em;
}


/* Navigation and Menu */

/* .main-navigation a {
  color: #fff;
} -- included in Wordpress custom CSS */

#site-navigation {
	font-family: 'futura-pt', sans-serif !important;
	clear: both;
	font-weight: 800;
	text-transform: uppercase;
}

li.menu-item {
	font-family: 'futura-pt', sans-serif !important;
	clear: both;
	font-weight: 800;
	text-transform: uppercase;
}


/* Body */

body {

	line-height: 1;
	background-position: center bottom!important;
}

body.custom-background {
  	background-position: bottom;
}

a {
  text-decoration: underline;
}

.entry-content p {
	font-size: 1.5rem;
    line-height: 1.3 !important;
	padding-bottom: 0;
}

.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	letter-spacing: 0em;
	line-height: 1 !important;
}

.listStyle01 {
	color:#2984ac;
	list-style-type: disc;
}


/* Accordion 
-------------------------*/

div.su-spoiler-title {
	font-family: 'futura-pt', sans-serif !important;
	clear: both;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 16px;
	padding: 5px 5px 5px 34px;
}

.su-accordion .su-spoiler {
	margin-bottom: 0em !important;
}

.su-spoiler-icon {
	top: 5px !important;
}

.su-spoiler-content {
	padding: 5px 5px 5px 27px !important;
}

/*.su-clearfix {
	padding: 0px 0px 0px 27px !important;
} */

/* Widgets */

li.tribe-events-list-widget-events {
	margin: 0 0 0;
	padding: .5em;
}

li.tribe-events-list-widget-events.hentry {
	margin-bottom: .5em;
	margin-top: .5em;
}

h4.entry-title.summary {
	font-family: 'futura-pt', sans-serif !important;
	clear: both;
	font-weight: 800;
	font-size: 1.5em;
	color:#2984ac!important;
	text-transform: uppercase;
}

ol.hfeed.vcalendar {
	margin-left:0;
}


/* Typography */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'futura-pt', sans-serif !important;
	clear: both;
	font-weight: 800;
}

.site-content article {
   word-wrap: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
   hyphens: none;
}

.widget-area .widget {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	word-wrap: normal;
}

h1 {
	font-size: 3.8rem !important;
	font-family: "futura-pt",sans-serif;
}


.entry-content h1 {
	line-height:1;
}

h2 {
	font-size: 2.6rem !important;
}

.entry-content h2 {
	line-height:1;
}

h2.widget-title {
	font-size:2rem !important;
}

h3 {
	font-size: 2rem !important;
}

h4 {
	font-size: 1.7rem !important;
}


.futura {
	font-family: 'futura-pt', sans-serif !important;
	clear: both;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.futuraLG {
	font-family: 'futura-pt', sans-serif !important;
	clear: both;
	font-size:120%;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: uppercase;
}

.widget-title {
	font-family: 'futura-pt', sans-serif !important;
	clear: both;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0;
}

h2.widget-title {
	color: #4b4b4b;
}


/* Home Page Custom Code -- also check Wordpress custom CSS for additional code for main hompage content area */


#scooterGirl {
	margin: 0 20px 0 0em;
}

div.su-row {
	margin-bottom: .3em;
}

div#home_ContentMain {
  padding: 1em 3em 3em;
}

.GreenBox {
	position:relative;
	font-family: 'futura-pt', sans-serif !important;
	font-size: 1.5em;
	line-height: 1.2em;
	clear: both;
	font-weight: 800;
	text-transform: uppercase;
	background-color: #a8d16b;
	color:#036a38;
	padding: 1em;
	margin-top:1em;
	border-left: 0px solid;
}

.GreenBoxOutlined {
	position:relative;
	font-family: 'futura-pt', sans-serif !important;
	font-size: 1.5em;
	line-height: 1.2em;
	clear: both;
	font-weight: 800;
	text-transform: uppercase;
	background-color: #fff;
	outline-color:#a8d16b;
	outline-width:5px;
	outline-style:solid;
	color:#036a38;
	padding: 1em;
	margin-top:1em;
	border-left: 0px solid;
}

.GreenBox:after {
  content:"";
  position:absolute;
  top:-15px; /* value = - border-top-width - border-bottom-width */
  bottom:-auto; /* value = - border-top-width - border-bottom-width */
  left:60px; /* controls horizontal position */
  border-width:0 15px 15px; /* vary these values to change the angle of the vertex */
  border-style:solid;
  border-color:#a8d16b transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

.GreenBoxBottom {
	position:relative;
	font-family: 'futura-pt', sans-serif !important;
	font-size: 1.5em;
	line-height: 1.2em;
	clear: both;
	font-weight: 800;
	text-transform: uppercase;
	background-color: #a8d16b;
	color:#036a38;
	padding: 1em;
	margin-top:1em;
	margin-bottom:1em;
	border-left: 0px solid;
}

.GreenBoxBottom:after {
  content:"";
  position:absolute;
  bottom:-15px; /* value = - border-top-width - border-bottom-width */
  left:100px; /* controls horizontal position */
  border-width:15px 15px 0; /* vary these values to change the angle of the vertex */
  border-style:solid;
  border-color:#a8d16b transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

#mapFrame {
  padding: 2em 4em 20em;
}

#mapGraphicSM {
  float: left;
  margin: 0 2em 2em 4em;
  background-color:#E1080B;
}

#mapText01 {
  margin-left: 6em;
  margin-top: 2em;
  clear:none;
}

#mapText02 {
  margin-left: 8em;
  margin-top: .5em;
  margin-right: 2em;
  clear:none;
}


/* Footer */

.site-footer {
	border-top: 0px solid;
}

#LACountyFooter {
	position: relative;
	margin-left: 3em;
	margin-bottom: 2em;
	bottom: 2em;
	z-index:1;
	/*width:77%;*/
}

#LACountyLogo {
	position:relative;
	float:left;
}

#LACountyParksLogo {
	position:relative;
	float:left;
	margin-left:1em;
}

#LACountyFooterText {
	position:relative;
	float:left;
	margin-left:1em;
	margin-top:2.3em;
	font-family: 'futura-pt', sans-serif !important;
	font-weight: 400;
	text-transform: uppercase;
}

#PWlogo {
	float:right;
	display:inline-block;
	bottom:2em;
	margin-right:3em;
	margin-bottom:2em;
}

#bogus-class {
  display:none;
}

/* Beginning of RRE CSS */ 

/* To fix broken layouts */ 

@media screen and (min-width:955px) {
	
	.site-branding {
		height:180px;
	}
	
	.pna .main-navigation,
	.rre-int .main-navigation {
		padding-right:0!important;
		border:none!important;
	}
	
	.pna .main-navigation ul,
	.rre-int .main-navigation ul {
		position:relative;
		top:20px!important;
	}
	.pna .main-navigation li,
	.rre-int .main-navigation li {
		display:block!important;
		height:auto!important;
	}
	.pna .main-navigation > div > ul > li > a,
    .rre-int .main-navigation > div > ul > li > a {
		margin-top:auto!important;
	}
	
	.pna .main-navigation li:hover,
	.rre-int .main-navigation li:hover {
		background:none!important;
	}
	
	
}

@media screen and (min-width:1105px) {
	.pna .site-content {
		width:47%!important;
	} 
}

.site-branding {
	width:auto;
}

.site-logo img {
	width:auto;
	max-width:100%!important;
}


a.blue-link {
  color:#2984ac;
}

a.blue-link:hover {
  color:#dd6e35;
}

/* Video */ 

.video-wrapper iframe {
  box-shadow:0px 4px 8px 0 rgb(0 0 0 / 60%);
  padding-bottom:0!important;
}

/* RRE Button */ 

a.rre-btn {
    padding: 10px 15px;
    background-color: #0F6A39;
    margin-top: 15px;
    display: inline-block;
    color: white;
    font-weight: bold;
    border-radius: 8px;
}

a.rre-btn:hover {
  background-color:#0F8849!important;
  color:white!important;
}

/* Survey CSS */ 

.survey-eyebrow {
    color: #DD6E34;
    margin: 0 40px 0 35px;
    font-family: 'futura-pt', sans-serif !important;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 25px;
}

p.rre-survey-grn {
    margin: 0 1.5em 0;
    text-align: left;
}

.rre-survey-grn a {
    background:#F6B200;
    border-radius: 0;
    padding: .75em;
    font-family: 'Open Sans', sans-serif;  
    display: block;
    color: white!important;
    text-transform: uppercase;
    font-weight: 800;
  margin-bottom:1px;
}

.rre-survey-grn a:hover {
  background:#DD6E35;
  color:white;
}

.rre-survey-grn.last {
  margin-bottom:2.5rem;
}

/* End Survey CSS */ 

.pna header.entry-header {
    display: none!important;
}

table.border-none,
table.border-none td {
  border:none!important;
  padding:1em 0;
}

.bold-green {
  color:#0F6A39;
  font-weight:800;
}

#MIGlogo {
    float: right;
    display: inline-block;
}

div#MIGlogo img {
    width: 70%;
    position: relative;
    bottom: 20px;
    right: -10px;
}

/* Mobile */ 

@media (max-width:480px) {
  
    .rre-int #LACountyFooter,
    .rre-home #LACountyFooter {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    bottom: 2em;
    z-index: 1;
    width: 40%;
    text-align: center;
    display: block;
  }
  
  #MIGlogo {
    float: none;
    display: inline-block;
    width: 70%;
  }
  
  .rre-home footer#colophon,
  .rre-int footer#colophon {
    margin-top: 13rem;
  }
  
}



/* RRE homepage */ 

/** Mobile **/ 

@media (max-width:480px) {
  
  .rre-home .hentry {
    padding-top:0!important;
    margin-top:0!important;
  }
  
  .rre-home h2 {
    line-height:initial;
  }
  
}


.rre-homepage .site-content {
    width: 100%!important;
    padding-top: 0!important;
}

.rre-homepage .hentry {
    padding-top: 0;
  border:none;
}

@media (min-width:1105px) {
 
  
  .rre-homepage .hentry {
    padding-top: 0;
    padding-bottom:20rem;
  }
  
  h2.hmpg-title {
    text-align: center;
    padding: 10rem 0 2rem;
    font-weight: 500;
  }
}

/* RRE Interior page */ 

.rre-int h1 {
  color:#0F6A39;
  padding-bottom:30px!important;
}

/** Mobile **/ 

@media (max-width:1023px) {
  
  .rre-int .hentry {
    border:1px solid rgba(0,0,0,0);
  }
  
  .rre-int div#LACountySubhead {
    padding-top: 1em;
  }
  
  .rre-int #masthead.site-header {
    margin: 0em 0 0;
  }

  .rre-int .hentry {
    margin:0;
  }
  
}

@media (min-width:1024px) {

  .rre-int .hentry {
    box-shadow:0px 3px 6px rgba(0,0,0,0.2);
  }
  
}

/* Ipad header for RRE */ 

@media screen and (min-width: 768px) and (max-width: 955px) {
  
  .rre-int .site-header {
      padding: 0 6em 3rem 3rem!important;
  }
  
}

/** sidebar **/ 

.rre-int p#subheadLine2 a {
    color: #DD6E35;
}

.rre-int p#subheadLine2 a:hover {
  color:#0F6A39;
}

.rre-int p#subheadLine1 span {
    color: #DD6E35!important;
    font-size: 1.2em;
}

.rre-int .main-navigation ul {
  background:white;
	width:100%!important;
}

.rre-int .main-navigation {
    margin: 0;
	border:none!important;
}

@media screen and (min-width:955px) {
  .rre-int .main-navigation {
      margin: 0 1.5em 1em;
  }
}

.rre-int .main-navigation a:focus {
    color:white;
}

p.rre-survey {
    margin: 0 1.5em 2em;
    text-align: center;
}

.rre-survey a {
    background:#F6B200;
    border-radius: 10px;
    padding: .75em;
    font-family: 'Open Sans', sans-serif;  
    display: block;
    color: white;
    text-transform: uppercase;
    font-weight: 800;
}

.rre-survey a:hover {
  background:#DD6E35;
}

@media (min-width:1105px) {
  
  .rre-int #page {
    padding-bottom: 30rem;
  }
  
  .rre-int-map #page {
    padding-bottom: 10rem;
}
  
}

.rre-int .site-content {
  padding-top:0;
}

.rre-int .main-navigation a {
  padding:0.75em 0.75em 0.75em 0.75em;
  margin-left:auto;
	background-color:#0F6A39;
}

.pna .main-navigation a {
  padding:0.75em 0.75em 0.75em 0.75em;
  margin-left:auto;
	background-color:#DD6E35;
}

.rre-int .main-navigation li {
  border-left:none;
  border-top:1px solid white;
}

.rre-int .main-navigation li.current-menu-item a {
  background: #0F8849!important;
}

.rre-int .main-navigation li a:hover {
  background:#0F8849;
  color:#fff;
}

.rre-int figcaption {
    text-align: center;
    color: #0f6A39;
    font-weight: 900;
    padding-bottom: 15px;
}

.rre-int .entry-content p,
.rre-home .entry-content p {
	padding-bottom:15px;
}

.rre-int .entry-content p,
.rre-int .entry-content ul,
.rre-int .card-content {
  font-family: 'Open Sans', sans-serif;
  font-size:1.5rem;
  line-height: 1.5!important;
  hyphens:initial;
}

.rre-int .entry-content ul li {
  margin-bottom:15px;
}

.rre-int h2,
.rre-home h2 {
   color:#0F6A39;
   font-weight:500;
   margin-bottom:15px;
   text-transform:uppercase;
  margin-top:30px;
}

span.rre-number {
  font-family:'futura-pt', sans-serif;
  padding-right:5px;
  font-weight:800;
  color:#0F6A39;
}

span.green-bold {
   color:#0F6A39;
   font-weight:800;
   text-transform:uppercase;
}

.rre-int h2 span,
.rre-home h2 span {
    border-bottom: 2px solid #F6B200;
}

/* RRE Cards */ 

/** Mobile **/ 

@media (max-width:767px) {
  .card span.card-title {
    font-size: 18px!important;
  }
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.card {
  margin-top: 10px;
  box-sizing: border-box;
  border-radius: 15px;
  background-clip: padding-box;
  min-height:225px;
}

.card.no-min {
  min-height:inherit;
}

.card.card-pna:hover {
  box-shadow:0px 4px 8px 0 rgba(0,0,0,0.6); 
  transition:all 0.3s ease 0s;
}

.card.card-rre:hover,
.card.card-roam:hover {
  box-shadow:0px 4px 8px 0 rgba(0,0,0,0.6); 
  transition:all 0.3s ease 0s;
}

.card span.card-title {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
}

.card .card-image {
  position: relative;
  overflow: hidden;
}

.card .card-image img {
  border-radius: 15px;
  background-clip: padding-box;
  position: relative;
  z-index: -1;
}

.card .card-image.top-radii img {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-clip: padding-box;
  position: relative;
  z-index: -1;
}

.card .card-image span.card-title {
  position: absolute;
  bottom: 0;
  font-family:'futura-pt', sans-serif !important;
  left: 0;
  padding: 16px;
  text-align: center;
  width: 100%;
  font-weight:900;
}

.card .card-image span.card-title.pna.top {
  top: 0;
  bottom:auto;
  background-color:rgba(221,110,53,0.8);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.card .card-image span.card-title.rre.top {
  top: 0;
  bottom:auto;
  background-color:rgba(246,178,0,0.8);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.card .card-content {
  padding: 16px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  box-sizing: border-box;
  font-size: 1.5rem; 
  text-align: center;
  font-weight: 600;
}

/* Links for cards on landing page */ 

a .card-content {
    color: #515152;
}

a:hover .card-content {
   color:#242424;
}

.card .card-content p {
  margin: 0;
  color: inherit;
}

.card .card-content span.card-title {
  line-height: 48px;
}


/* @media screen and (max-width: 480px) {
	
#mapFrame {
  padding: 2em 1em 10em;
}

#mapGraphicSM {
  float: none;
  margin: auto;
  width: auto;
  background-color:#E1080B;
}

#mapText01 {
  margin-left: 1em;
  margin-top: 1em;
  clear:none;
}

#mapText02 {
  margin-left: 1em;
  margin-top: .5em;
  margin-right: 1em;
  clear:none;
}
	
	} */