/*
 Theme Name:   markfreemanfilms-astra-child
 Theme URI:    https://dev-markfreemanfilms.sdsu.edu/markfreemanfilms/
 Description:  Astra Child Theme
 Author:       John Petreikis
 Author URI:   https://dev-markfreemanfilms.sdsu.edu
 Template:     astra
 Version:      1.0.0
 Text Domain:  markfreemanfilms
*/
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700|Poppins:300,300i,400,400i,700,700i|Roboto:300,300i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sriracha&display=swap');

.entry-title {
   display: none;
}

h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 42px;	
}

h2 {
	font-family: 'Noto Sans', sans-serif;
	font-size: 32px;
}

h3 {
	font-family: 'Noto Sans', sans-serif;
	font-weight: bold;
	font-size: 18px;
}

h4 {
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 12px;	
}

p {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	text-align: justify;
}

@media screen and (max-width: 599px) {
	p {
	text-align: left;
	}
}

ul li {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

a:hover {
	color: #6bc6c1;
}


.main-navigation ul ul {
	list-style: none;
}

.main-navigation a:hover,
.main-navigation ul > :hover > a,
.main-navigation ul > .focus > a {
	color: #ffffff;
}

.text-responsive {
  font-size: calc(100% + 1vw + 1vh);
}

.preview {
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 28px;	
}

.go-back {
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 28px;
	color: #15b6b8;
}

.home-sub {
	text-align: center;
	color: #15b6b8;
	font-size: 46px;
	font-family: 'Sriracha', cursive;
	line-height: 1.25
}

.wysi {
	margin-bottom: 5em;
}

.tab {
  padding-left: 2%;
}

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem;
    padding: .85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color .25s ease-out,color .25s ease-out;
    font-size: .9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #1779ba;
    color: #fefefe;
}

.no-link-button {
    vertical-align: middle;
    margin: auto;
	width: 100%;
    padding: 2rem 7rem;
	display: flex;
	justify-content: center;
    -webkit-appearance: none;
    border-radius: 0;
    font-size: .9rem;
    line-height: 1;
    text-align: center;
    background-color: #15b6b8;
    color: #fefefe;
}

.no-link-button h2 {
	font-size: 36px;
}

.site {
	max-width: 100%;
	background-color: #faf0d5;
	padding-right: 0%;
	padding-left: 0%;
}

.content-wrapper .content-area {
    float: left;
    margin: 0;
    width: 100%;
    max-width: 1200px;
}

.content-wrapper {
	background: #faf0d5;
}

.content-container {
	max-width: 100%;
}

.site-branding {
	background-color: #faf0d5;
}

.site-title a {
	font-size: calc(100% + 1vw + 1vh);
}

.site-title {
	font-size: calc(100% + 1vw + 1vh);
	text-align: center;
}

.site-content {
	max-width: 80%;
	margin: auto;
	background-color: #faf0d5;
	font-family: 'Open Sans', sans-serif;
}

@media only screen and (max-width: 760px) {
  .site-content {
    max-width: 90%;
  }
}

body {
	background: #ffffff;
	-webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}

.page-title,
.entry-title,
.entry-title a {
	color: #444340;
	font-size: 42px;
	transition: color 0.2s;
}

.custom-header a img {
	width: 100%;
}

hr {
	margin-top:10px;
	margin-bottom: 15px;
}

/* Float four columns side by side */
.column {
  float: left;
  width: 45%;
  padding: 0 10px;
}

.column_1 {
  float: left;
  width: 23%;
  padding: 0 10px;
}

.column_3 {
  float: left;
  width: 73%;
  padding: 0 10px;
}

.column_4 {
  float: left;
  width: 100%;
  padding: 0 10px;
}

/* Remove extra left and right margins, due to padding */
.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  background-color: #f1f1f1;
}


.clearfix {
	overflow: auto;
}

/*OLD ACCORDION STYLING */
 /* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #15b6b8;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion:hover {
  background-color: #15b6b8;
}

.accordion.active {
	background-color: #15b6b8;
}

.accordion:after {
	background-color: #15b6b8;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: #faf0d5;
  display: none;
  overflow: hidden;
} 

.panel.show {
    display: block !important;
}


/* -------------NEW ACCORDION STYLING------------*/

.accordion-2 {
  background-color: #15b6b8;
  color: #ffffff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
}

.active, .accordion-2:hover {
  background-color: #6bc6c1;
}

.accordion-2:focus {
  background-color: #15b6b8;
} 

.panelaccordion {
  padding: 0 18px;
  background-color: #faf0d5;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panelaccordion.show {
    display: block !important;
}



/* ------------END NEW ACCORDION STYLING------------ */

/* ------------NEW NEW ACCORDION STYLING FEB 21------------ */

.accordion-new {
  color: #fff;
  background-color: #15b6b8;
  cursor: pointer;
  padding: 10px 10px;
  margin-top:20px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
}

.active, .accordion-new:hover {
  background-color: #15b6b8;
  color: #fff;
  border: none;
  outline: none;
}

.accordion-new:focus {
  background-color: #15b6b8;
  color: #fff;
  outline: none;
} 

.panels {
  padding: 0 18px;
  font-size: 18px;
  background-color: #faf0d5;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.panels.show {
    display: block !important;
}

/* ------------END NEW NEW ACCORDION STYLING FEB 21------------ */

.site-footer {
	background-color: #595854;
	color: #fff;
	font-size: 15px;
	padding: 24px 34px 24px 34px;
	text-align: center;
	letter-spacing: 2px;
	text-transform: capitalize;
}

/* Media Queries etc. */

.main-navigation .nav-menu > li:before, .main-navigation .menu > li:before {
    color: #faf0d5;
}

@media screen and (min-width: 768px) {
	/* Navigation */
	.main-navigation .menu > li:before {
		color: #ffffff;
		content: " \007C";
		margin-right: 1em;
		display: inline-block;
	}
}


@media screen and (max-width: 599px) {
	.film-title {
		display: none;
	}
	p {
		text-align: left;
	}
}

@media screen and (min-width: 600px) {
.film-title-small-screen {
	display: none;
	}
}

@media screen and (max-width: 599px) {
.resources-display {
	display: none;
	}
}

@media screen and (min-width: 600px) {
.resources-display-small-screen {
	display: none;
	}
}
	

/* testing css */

#more {
	display: none;
	cursor: pointer;
	opacity: 1;
    transition-duration: 5s;
}

#myBtn2 {
	cursor: pointer;
	margin-top: -20px;
	color: #15b6b8;
	font-weight: bold;
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #15b6b8; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #6bc6c1; /* Add a light green background on hover */
}

/* ---------- READ MORE OPTION CSS--------------*/
/*----------------------------------------------*/
//--------------------------------------------
// Read More
// Some baseline styles
//--------------------------------------------
.read-more {
  margin-bottom: 1.5em;
}
.read-more p:last-child {
  margin-bottom: 0;
}
.read-more__link-wrap {
  display: block;
}
.read-more__link {
  font-weight: 700;
}

.read-more.is-inline,
.read-more.is-inline p,
.read-more.is-inline + span {
  display: inline;
}

.read-more.is-inline + span {
  margin-left: 0.25em;
}

.read-more.is-inline.is-expanded + span {
  display: inline-block;
  margin-left: 0;
}