/*
 Theme Name:     Divi - Theatre Productions
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Arizona Arts
 Author URI:     https://cfa.arizona.edu/
 Template:       Divi
 Version:        1.0.0
*/
 
/* Custom Style ------------------------------------------------------- */
/* fonts */
	body {
	  font-family: proxima-nova, 'Open Sans', Arial, sans-serif;
	}
	.pn-excn {
		font-family: proxima-nova-extra-condensed, 'Open Sans', Arial, sans-serif;
	}
/* general */
  .ds-vertical-align { 
      display: flex; 
      flex-direction: column; 
      justify-content: center;
  } 
  .btn-inline .et_pb_button_module_wrapper {
      display: inline-block !important;
      margin: 0 .5em 1em !important;
  }
  .btn-inline {
      text-align: center !important;
  }

  sup, sub {
    vertical-align: baseline;
    position: relative;
    top: -0.3rem;
    font-size: .8em;
  }
  sub { 
    top: 0.3em; 
  }

  .plain-list-flush h4 {
    padding-left: 1.1rem;
  }
  .plain-list-flush ul li {
    padding-left: 0 !important;
  }
  .et-l--body ul ul { padding-bottom: 0;}
  .et_pb_text ol ul, .et_pb_text ul ul, .et_pb_text ol ol, .et_pb_text ul ol,
  .et-db #et-boc .et-l .et_pb_text ol, .et-db #et-boc .et-l .et_pb_text ul {
    padding-bottom: 0;
  }
@media only screen and (min-width: 981px) {
    .et_pb_section {padding: 0 !important;}
    #main-content {background-color: #000000 !important;}
}
/*style the Divi blog link text as a button*/
.et_pb_post a.more-link {
  display: inline-block;
}

/* mobile stacking spacing */
@media (min-width: 300px) and (max-width: 767px) {
  .pac_drh_stack_row .et_pb_column {
    margin-bottom: 5px !important;
  }
  /* .et_pb_column .et_pb_row_inner, .et_pb_row {
    padding: 10px 0 !important;
  } 
  */
  .menu-col {
    padding: 0 0 10px 0 !important;
  }
  .et_pb_section, .et_pb_row {
    padding: 10px 0;
  }
  #azarts-flyin-btn .et_pb_button_module_wrapper.et_pb_button_alignment_right {
    text-align: center !important;
  }
}
/*
.et_pb_post a.more-link {
  color: #ffffff;
	background: #0071fc;
	border: 1px solid #ef4023;
	padding: .7em 1.3em;
	margin-top: 20px;
	text-transform: capitalize;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}
*/

/*style the Divi blog link text as a button on hover*/
/*
.et_pb_post a.more-link:hover {
	background: transparent;
	color: #0070fc;
	transition: all 0.3s ease-in-out;
}
.et_pb_post .more-link:hover:after {
	content: "\24";
	font-family: ETModules;
	vertical-align: middle;
	margin-left: 10px;
}
  */