/*
 Theme Name:     Northeastern Personal Cover
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Northeastern Divi Theme with customizeable cover section
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       divi
 Version:        1.0.4
*/

/*
DIVI Breakpoints:

 Responsive Styles Large Desktop And Above
@media all and (min-width: 1405px) {

}

 Responsive Styles Standard Desktop Only
@media all and (min-width: 1100px) and (max-width: 1405px) {

}

Responsive Styles Tablet And Below
@media all and (max-width: 980px) {

}

Responsive Styles Tablet Only
@media all and (min-width: 768px) and (max-width: 980px) {

}

Responsive Styles Smartphone Only
@media all and (max-width: 767px) {

}

Responsive Styles Smartphone Portrait
@media all and (max-width: 479px) {

}
============================================*/

/******************************
 * Font and color variables
 *******************************/

/* Banner Bgd Secondary Colors */

/* Gradient colors */

/******************************
 * Color/gradient styles selectable by users under WP Options for Personal Cover
 *******************************/

/* User-selectable bgd colors */

.black {
  background-color: #000;
}

.white {
  background-color: #fff;
}

.red {
  background-color: #d41b2c;
}

.tan-500 {
  background-color: #e5d4ab;
}

.gray-cool-500 {
  background-color: #99a3b0;
}

.gray-warm-500 {
  background-color: #cfc7bf;
}

.gray-warm-700 {
  background-color: #a19994;
}

.blue-900 {
  background-color: #385775;
}

.blue-700 {
  background-color: #006eb5;
}

.aqua-500 {
  background-color: #52cfe5;
}

.teal-400 {
  background-color: #00cfb5;
}

.green-500 {
  background-color: #badb00;
}

.yellow-500 {
  background-color: #ffbf3d;
}

.orange-500 {
  background-color: #ff854f;
}

/* User-selectable gradients */

.bg-gradient-orange-tan-90deg {
  background-image: linear-gradient(90deg, #ff854f, #e5d4ab);
}

.bg-gradient-yellow-orange-90deg {
  background-image: linear-gradient(90deg, #ffbf3d, #ff854f);
}

.bg-gradient-green-yellow-90deg {
  background-image: linear-gradient(90deg, #acca07, #ffbf3d);
}

.bg-gradient-aqua-blue-dark-90deg {
  background-image: linear-gradient(90deg, #52cfe5, #2b435a);
}

.bg-gradient-blue-dark-teal-90deg {
  background-image: linear-gradient(90deg, #2b435a, #00cfb5);
}

.bg-gradient-teal-green-90deg {
  background-image: linear-gradient(90deg, #00cfb5, #acca07);
}

.bg-gradient-blue-green-90deg {
  background-image: linear-gradient(90deg, #006eb5, #acca07);
}

.bg-gradient-blue-gray-cool-90deg {
  background-image: linear-gradient(90deg, #006eb5, #99a3b0);
}

.bg-gradient-red-blue-90deg {
  background-image: linear-gradient(90deg, #d41b2c, #006eb5);
}

.bg-gradient-aqua-yellow-90deg {
  background-image: linear-gradient(90deg, #52cfe5, #ffbf3d);
}

.bg-gradient-yellow-blue-90deg {
  background-image: linear-gradient(90deg, #ffbf3d, #006eb5);
}

/******************************
 * Custom user banner with picture, background
 *******************************/

#user-banner {
  background-position: center;
  background-size: cover;
  background-blend-mode: overlay;
  padding-top: 130px;
  padding-bottom: 130px;
}

.img-overlay {
  background-color: rgba(0, 0, 0, 0.4);
}

#user-info {
  display: flex;
  margin-left: 30px;
  margin-right: 30px;
}

#user-info h1,
#user-info h2 {
  color: #fff;
}

#user-info .banner-text-light h1,
#user-info .banner-text-light h2 {
  color: #fff;
}

#user-info .banner-text-dark h1,
#user-info .banner-text-dark h2 {
  color: #000;
}

#user-info h1 {
  font-size: 25px;
  font-weight: bold;
}

#user-info h2 {
  font-size: 15px;
}

@media all and (min-width: 767px) {
  #user-info h1 {
    font-size: 40px;
    font-weight: bold;
  }

  #user-info h2 {
    font-size: 20px;
  }
}

@media all and (min-width: 767px) {
  #user-info {
    margin-left: 62px;
  }
}

#user-text {
  padding: 10px 0px 30px;
}

@media all and (min-width: 767px) {
  #user-text {
    padding: 30px 0px;
  }
}

.image-cover {
  width: 100px;
  height: 100px;
  min-width: 100px;
  border-radius: 50%;
  margin-right: 15px;
  border: 2px solid #fff;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
}

@media all and (min-width: 767px) {
  .image-cover {
    width: 150px;
    height: 150px;
    min-width: 150px;
  }
}

/******************************
 * Navigation styles
 ******************************/

#main-header {
  background-color: #fff !important;
}

#main-header .nu_menu_container {
  z-index: 99;
  width: 80%;
  max-width: 1080px;
  text-align: left;
  position: relative;
  margin: auto;
}

#main-header #top-menu li {
  font-size: 18px !important;
  padding: 0 30px;
}

#main-header #top-menu li a {
  font-size: 18px !important;
  font-style: normal !important;
  text-decoration: none !important;
  text-transform: none !important;
  color: rgba(10, 10, 10, 0.62) !important;
  letter-spacing: normal !important;
}

#main-header #top-menu li.current_page_item {
  border-bottom: 3px solid #ce1927;
}

#main-header #top-menu li.current-menu-item {
  border-bottom: 3px solid #ce1927;
}

#main-header #top-menu li.current-menu-item > a {
  color: rgba(0, 0, 0, 0.8) !important;
  text-transform: none !important;
}

#main-header .et_mobile_menu {
  background-color: #000 !important;
  border-top: 3px solid #d41b2c !important;
}

#main-header .et_mobile_menu li a {
  color: #fff !important;
}

.et_header_style_left #et-top-navigation nav > ul > li > a {
  padding-bottom: 15px !important;
}

@media (min-width: 981px) {
  #et-top-navigation {
    float: left;
    padding-left: 2.2rem;
  }

  .et_header_style_left #et-top-navigation {
    padding: 18px 0 0 0;
    /*  margin-left:82px;*/
    margin-left: 0px;
  }
}

/** 
 * Change hamburger lines from white to black 
 */

@media only screen and (max-width: 980px) {
  .mobile_menu_bar:before,
  #et_search_icon:before {
    color: #000 !important;
  }
}

/** 
 * Height scroll fixes
 */

@media (min-width: 981px) {
  .et_header_style_left .et-fixed-header #et-top-navigation {
    padding-top: 33px;
  }
}

@media (min-width: 981px) {
  .et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li > a {
    padding-bottom: 10px !important;
  }
}

@media (min-width: 981px) and (max-width: 1350px) {
  .mobile_menu_bar {
    position: relative;
    top: -10px;
  }
}

/**
 * Don't show white right vertical line in sub-menu last menu item 
 */

@media (min-width: 1230px) {
  #top-menu .sub-menu .menu-item:last-child:after {
    content: "";
    border-left: none;
    height: inherit;
  }
}

/**
 * Hide blog comments 
 */

#comment-wrap {
  display: none;
}

/**	
 * Sidebar styling for categories on archives/categories.
 */

body:not(.archive) #sidebar {
  display: none;
}

body {
  font-family: "Lato", Helvetica, Arial, Lucida, sans-serif;
  color: #1f1f1f;
}

body .et_pb_image_container {
  margin-bottom: 20px;
}

body .et_pb_post .entry-featured-image-url {
  margin-bottom: 0px;
}

body.archive #left-area {
  margin-left: 0;
  margin-top: 15px;
}

@media (min-width: 981px) {
  body.archive #left-area {
    padding: 0px 0px 0px !important;
    float: none !important;
    margin-left: 22%;
    width: 78%;
  }
}

body.archive #sidebar {
  padding: 20px 25px 75px 25px;
  border-radius: 5px;
  border: none;
  background: #dae6e8;
  background: linear-gradient(to bottom, #dae6e8 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

body.archive #sidebar .et_pb_widget {
  margin-bottom: 0px;
}

body.archive #sidebar h4.widgettitle {
  padding-bottom: 15px;
  color: #000;
  font-size: 20px;
}

body.archive #sidebar .et_pb_widget li.current-cat > a {
  border-bottom: 1px solid #006eb5;
}

#main-header {
  /**
      * So that the theme nav doesn't overlay NU global header dropdown menu when expanded
      */
  z-index: 10;
}

/**
 * Hide Divi footer in favor of NU Global Elements plugin footer
 */

#main-footer {
  display: none;
}

/**
 * Override standard Divi blog post (single.php)
 */

#main-content {
  /**
   * Remove Divi vertical line 
   */
}

#main-content a {
  color: #006eb5;
  /**
   * For Divi slider features, no bottom border and arrow links white
   */
}

#main-content a:hover {
  border-bottom: 1px solid #006eb5;
}

#main-content a.entry-featured-image-url:hover {
  border-bottom: none;
}

#main-content a.et_pb_more_button:hover {
  border-bottom: none;
}

#main-content a.et-pb-arrow-prev {
  border-bottom: none;
  color: #fff;
}

#main-content a.et-pb-arrow-next {
  border-bottom: none;
  color: #fff;
}

#main-content h2.entry-title {
  line-height: 1.3em;
}

#main-content #left-area .post-meta a {
  color: #006eb5;
}

#main-content #left-area .et_pb_post .entry-featured-image-url {
  margin-bottom: 15px;
}

#main-content .container {
  width: 80%;
  max-width: 1080px;
}

#main-content .container:before {
  background: none;
}

#main-content .et_pb_slide_title a:hover {
  border-bottom: none;
}

/**
 *  End blog post override
 */

