/*
Theme Name:     DLI Divi Slim
Theme URI:      https://wordpress.org/themes/dlidivi/
Description:    Divi Child Theme
Author:         Webmaster DLIFLC
Author URI:     http://www.dliflc.edu
Template:       Divi
Version:        1.6.0
*/

/***********************************************************
STYLESHEET ORDER (FOR SPECIFICITY & OVERRIDING PURPOSES)
  1-  DIVI parent theme default styles
  2-  Bootstrap styles
  3-  Customizations added below 
***********************************************************/
#page-container {overflow-x: hidden;}
  
/* BLURB TAB STYLES as on Student Life, HOF, DLI-W, eLearning, etc. */
  #blurb-tab-button-section .blurb-tab-button-row .et_pb_column {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  #blurb-tab-button-section .et_pb_column .tab-title {
    width: 100%;
    text-align: center;
    transition: all .2s ease-in-out;
    margin-bottom: 0px !important;
  }
  
  #blurb-tab-button-section .et_pb_column .tab-title:hover {
    cursor: pointer;
  }
  
  #blurb-tab-button-section .et_pb_column .tab-title .et_pb_blurb_content h4.et_pb_module_header {
    padding: 0px;
  }
  
  /* (Hides Tab Content until toggled with button to reveal) */
  .et_pb_section.blurb-tab-content-section {
    display: none;
  }
  /* (eLearning Blurb Specific Styles) */
  .product-blurb {
    background-color: #ffffff;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
    font-size: 18px;
    color: #666666 !important;
    line-height: 1.9em;
    padding: 30px 20px 80px;
  }
  
  .product-blurb .et_pb_main_blurb_image {
    display: block;
    text-align: left;
  }
  
  .product-blurb .et_pb_main_blurb_image img {
    max-height: 45px;
  }
  
  /* On tablets */
  @media (max-width: 991px) {
    #blurb-tab-button-section .et_pb_column .tab-title {
      width: 100%;
    }
  }
  
  /* On phones */
  @media (max-width: 479px) {
    #blurb-tab-button-section .et_pb_column .tab-title .et_pb_blurb_content {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-direction: row;
    }
    #blurb-tab-button-section .et_pb_column .tab-title .et_pb_blurb_content .et_pb_main_blurb_image {
      max-width: 70px;
      margin: 10px;
    }
    #blurb-tab-button-section .et_pb_column .tab-title .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
      padding-bottom: 0px;
    }
  }
  
  .btn_lg {
    background-color: white;
    border-style: Solid;
    border-width: 2px;
    border-radius: 28px;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    color: #333333;
    padding: 10px 40px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    display: block;
  }
  
  .et_pb_text.product-btn a.btn_lg:hover,
  .et_pb_text.product-btn a.btn_lg:focus:hover {
    color: white !important;
    text-decoration: underline !important;
    outline: none;
    opacity: 0.8;
  }
  
  .et_pb_text.product-btn a.btn_lg:focus {
    box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.3) inset, 0px 6px 10px rgba(255, 255, 255, 0.3) inset;
    text-decoration: none;
    color: white !important;
  }
  
  .et_pb_text.product-btn a.btn_lg:focus:active {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0 !important;
  }
  
  .et_pb_text.product-btn a.btn_lg:active {
    text-decoration: none !important;
    color: white !important;
  }
  
  .et_pb_text.product-btn a.basic_btn {
    border-color: #d35E13;
    color: #d35E13 !important;
  }
  
  .basic_btn:hover,
  .basic_btn:focus {
    background-color: #d35E13;
    border-color: #d35E13;
  }
  
  .basic_btn:active {
    background-color: #AD4D10;
    background: linear-gradient(#D35E13, #AD4D10);
    border-color: #873C0D;
  }
  
  .et_pb_text.product-btn a.advanced_btn {
    border-color: #3478BD;
    color: #3478BD !important;
  }
  
  .advanced_btn:hover,
  .advanced_btn:focus {
    background-color: #3478BD;
    border-color: #3478BD;
  }
  
  .advanced_btn:active {
    background-color: #2B639B;
    background: linear-gradient(#3478BD, #2B639B);
    border-color: #224D79;
  }
  
  .et_pb_text.product-btn a.culture_btn {
    border-color: #00AFA9;
    color: #00AFA9 !important;
  }
  
  .culture_btn:hover,
  .culture_btn:focus {
    background-color: #00AFA9;
    border-color: #00AFA9;
  }
  
  .culture_btn:active {
    background-color: #00908B;
    background: linear-gradient(#00AFA9, #00908B);
    border-color: #00706C;
  }
  
  .et_pb_text.product-btn a.assessment_btn {
    border-color: #11747F;
    color: #11747F !important;
  }
  
  .assessment_btn:hover,
  .assessment_btn:focus {
    background-color: #11747F;
    border-color: #11747F;
  }
  
  .assessment_btn:active {
    background-color: #0E5F68;
    background: linear-gradient(#11747F, #0E5F68);
    border-color: #0B4A51;
  }
  
  .et_pb_text.product-btn a.deployment_btn {
    border-color: #B49D80;
    color: #B49D80 !important;
  }
  
  .deployment_btn:hover,
  .deployment_btn:focus {
    background-color: #B49D80;
    border-color: #B49D80;
  }
  
  .deployment_btn:active {
    background-color: #948169;
    background: linear-gradient(#B49D80, #948169);
    border-color: #736452;
  }
  
  .Basic_Solid.active {
    background-color: #D35E13 !important;
  }
  
  .basic_lite {
    background: #f5dfd3;
  }
  
  .Advanced_Solid.active {
    background-color: #347AB9 !important;
  }
  
  .advanced_lite {
    background: #ecf2f9;
  }
  
  .Culture_Solid.active {
    background-color: #00AEA8 !important;
  }
  
  .culture_lite {
    background: #e8f5f4;
  }
  
  .Assessment_Solid.active {
    background-color: #13757F !important;
  }
  
  .assessment_lite {
    background: #e8f1f1;
  }
  
  .Deployment_Solid.active {
    background-color: #B29A80 !important;
  }
  
  .deployment_lite {
    background: #f8f6f3;
  }
  
  .Basic_Solid.active a,
  .Advanced_Solid.active a,
  .Culture_Solid.active a,
  .Assessment_Solid.active a,
  .Deployment_Solid.active a,
  .Basic_Solid.active a:hover,
  .Advanced_Solid.active a:hover,
  .Culture_Solid.active a:hover,
  .Assessment_Solid.active a:hover,
  .Deployment_Solid.active a:hover {
    color: #FFFFFF;
  }
  
  .et_pb_blurb .et_pb_module_header a,
  .tab-title.et_pb_blurb h4,
  .et_pb_blurb h4 a {
    color: white;
    font-size: 16px;
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    text-align: center;
    display: block;
    padding: 10px;
  }
  
  .Basic_Gradient {
    background: #ffab63;
    background: -moz-linear-gradient(left, #ffab63 0%, #d35e13 100%);
    background: -webkit-linear-gradient(left, #ffab63 0%, #d35e13 100%);
    background: linear-gradient(to right, #ffab63 0%, #d35e13 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab63', endColorstr='#d35e13', GradientType=1);
  }
  
  .Advanced_Gradient {
    background: #3478bd;
    background: -moz-linear-gradient(left, #3478bd 0%, #183756 100%);
    background: -webkit-linear-gradient(left, #3478bd 0%, #183756 100%);
    background: linear-gradient(to right, #3478bd 0%, #183756 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3478bd', endColorstr='#183756', GradientType=1);
  }
  
  .Culture_Gradient {
    background: #00afa9;
    background: -moz-linear-gradient(left, #00afa9 0%, #00504d 100%);
    background: -webkit-linear-gradient(left, #00afa9 0%, #00504d 100%);
    background: linear-gradient(to right, #00afa9 0%, #00504d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00afa9', endColorstr='#00504d', GradientType=1);
  }
  
  .Assessment_Gradient {
    background: #11747f;
    background: -moz-linear-gradient(left, #11747f 0%, #08353a 100%);
    background: -webkit-linear-gradient(left, #11747f 0%, #08353a 100%);
    background: linear-gradient(to right, #11747f 0%, #08353a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#11747f', endColorstr='#08353a', GradientType=1);
  }
  
  .Deployment_Gradient {
    background: #b49d80;
    background: -moz-linear-gradient(left, #b49d80 0%, #52483b 100%);
    background: -webkit-linear-gradient(left, #b49d80 0%, #52483b 100%);
    background: linear-gradient(to right, #b49d80 0%, #52483b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b49d80', endColorstr='#52483b', GradientType=1);
  }

body .et_pb_button {
	color: #ffffff !important;
	background-color: #4a1a68 !important;
	text-align:center;
}
body .et_pb_button:hover {
	color: #ffffff!important;
	background-color: #5f259f !important;
	border-radius: 4px !important;
}