/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
.widget_ldcoursenavigation { margin-bottom: 0 !important; }
.pdf-embed-ul { margin-top: 0 !important; padding-left: 20px !important; }
.pdf-embed-li { margin-top: 9px !important; margin-bottom: 9px !important; padding-left: 1.5px !important; list-style-image: url('https://members.essentialsinwriting.com/wp-content/plugins/sfwd-lms/themes/legacy/templates/images/notcompleted_t_navigation.png'); }
.pdf-embed-a { font-size: var(--body_typography-font-size); }
.pdf-embed-span-image { margin-bottom: 9px !important; }
.pdf-embed-img { width: 125px; }
.page-id-29 #wp-submit { font-weight: 700; background-color: #c61300 !important; }
.fusion-logo a img { max-width: 268px !important; }
.home .fusion-one-fourth .img-responsive { height: auto; aspect-ratio: 222 / 280; object-fit: contain; }
.dark-bg1 h2, .dark-bg1 .fusion-text h3, .dark-bg1 p, .dark-bg1 p > span { color: #fff !important; }
.dark-bg1 .fusion-separator-border.sep-single.sep-solid { border-color: #fff !important; }
.eiw-teacher-hb .pdf-embed-img {
    box-shadow: 1px 1px 5px 0px rgba(221,221,221,.6);
    border: 1px solid #ddd;
    max-width: 102px;
    margin-left: 10px;
}
.my-grades-content{
	width: 100% !important;
}
.fusion-footer-widget-area{
	background-color: #eeeeee;
}
#eiw-archive-courses {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.eiw-archive-course {
  width: 23%;
  margin: 1% 1%;
  background-color: #eee;
  padding: 2%;
  text-align: center;
}

.eiw-archive-course p {
  color: #b0b0b0;
  font-style: italic;
}
.form-control.fld-profile-name {
  float: left;
  width: 80%;
  height: 34px;
}
.btn-edit-profile-name {
  width: 20%;
  height: 34px;
  font-size: 13px;
}
.add-to-cart-button {
  max-width: 180px !important;
  padding: 8px 14px;
  border: 0;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  background: #979797;
  color: #fff;
  border-radius: 5px;
  min-width: 160px;
  max-width: 220px !important;
  width: 80%;
  margin: 0 auto 12px;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all .2s ease;
  cursor: pointer;
  display: block;
  text-align: center;
}
.add-to-cart-button:hover {
  color: #045281 !important;
  color: #fff !important;
  background-color: #ccc !important;
}
@media screen and (max-width: 550px) {
	#eiw-archive-courses {
	  flex-direction: column;
	}
	.eiw-archive-course {
	  width: 98%;
	  margin: 1% auto;
	}
}


@media screen and (max-width: 1199px) {
	.form-control.fld-profile-name {
	  width: 100%;
	  max-width: none;
	}
	.btn-edit-profile-name {
	  min-width: none;
	  width: 100%;
	}
}