/*
 Theme Name: Divi Child
 Descrciption: Divi Custom Child Theme
 Author: Peralta Design
 Template: Divi
*/

.selector {
  font-size: 18px;
  font-family: 'Roboto';
  font-size: 18px;
  color: rgb(53, 53, 53);
  font-weight: 300;
  text-decoration: none;
  margin: 32px 0px;
  display: block;
  cursor: pointer;
}

.selector.active,
.selector:hover {
  color: rgb(67, 84, 237);
}

.resource-container {
  padding-bottom: 16px;
  padding-top: 16px;
  /* padding-top: 32px; */
  border-bottom: 1px solid rgb(193, 193, 193);
  max-width: 50%;
}

.resource-flex-container {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.resource-title {
  font-size: 1.5rem;
  color: #4354ed;
  font-weight: 500;
  font-family: 'Roboto' !important;
  max-width: 500px;
}

.resource-updated {
  font-size: 13px;
  color: rgb(53, 53, 53);
  font-weight: 300;
  margin: 4px 0;
  padding-bottom: 0px !important;
}

.resource-content {
  font-size: 1rem;
  color: rgb(53, 53, 53);
  font-weight: 300;
  line-height: 1.28;
  margin: 16px 16px 24px 0px;
  max-width: 600px;
}

.resource-button {
  background-color: rgb(67, 84, 237);
  border: none;
  padding: 12px 16px;
  font-weight: 300;
  color: rgb(255, 255, 255) !important;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  font-family: 'Roboto';
  font-size: 18px;
  width: 160px;
  transition: all 0.5s;
  margin-left: 1em;
}

.resource-category-select {
  border: none;
  line-height: 1.13;
  color: rgb(67, 84, 237) !important;
  background-color: rgb(255, 255, 255);
  font-weight: 300;
  margin-left: 0px;
  margin-top: 8px;
  border-bottom: 1px solid rgb(67, 84, 237);
  width: 120px;
  padding: 12px 4px;
  font-size: 18px;
  font-family: 'Roboto';
  margin-top: 0em;
}

.resource-icon {
  display: inline-block;
  margin: 0px 16px 0px 0px;
  width: 40px;
  height: 40px;
}

.section-title {
  font-size: 32px;
  color: rgb(67, 84, 237);
  font-weight: 300;
  margin: 0px;
  display: block;
  width: 100%;
  text-align: left;
}

.section-content {
  font-size: 18px !important;
  margin: 18px 0px !important;
  font-weight: 300 !important;
  line-height: 1.5em !important;
  color: rgb(53, 53, 53) !important;
  max-width: 640px !important;
  text-align: left !important;
  font-family: 'Roboto' !important;
}

li {
  font-weight: 300 !important;
}

.resource-button:hover {
  background-color: rgb(10, 63, 140);
}

.icon-container {
  flex-wrap: nowrap;
  display: flex;
  align-items: center;
}

.button-arrow {
  width: 20px;
}

.resource-left {
  max-width: 480px;
}

.resource-right {
  width: auto;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

@media only screen and (min-width: 1500px) {
}

@media only screen and (max-width: 1500px) {
}

@media only screen and (min-width: 981px) and (max-width: 1272px) {
}

@media only screen and (min-width: 981px) {
}

/* IPAD HORIZONTAL */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
}

@media only screen and (min-width: 981px) and (max-width: 1046px) {
}

/* IPHONE LANDSCAPE */
@media only screen and (min-width: 568px) and (max-width: 980px) {
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 480px) {
}
