/* ===================================================================================

* Theme Name: Acadia Child
* Theme URI: https://wp.themepure.net/acadia/
* Author: Theme_Pure
* Author URI: https://themeforest.net/user/theme_pure/
* Description: Acadia - University & Online Course WordPress Theme
* Version: 1.0.0
* Template: acadia
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

.postbox__details-thumbnail figcaption.wp-caption-text {
  margin-top: 10px;
}

/*
.tp-main-menu-content, .tp-header-contact{
    margin-bottom: -18px;
    margin-top: 18px;
}
*/
.tp-header-sticky .tp-main-menu-content,
.tp-header-contact {
  margin-bottom: 0px;
  margin-top: 0px;
}

.tp-header-sticky .tp-megamenu-main.tp-megamenu-fullwidth {
  margin-top: 0;
}
.tp-header-sticky .tp-megamenu-main.tp-megamenu-fullwidth nav > ul > li > a {
  color: #ffffff;
}

.tp-header-1 {
  height: 100px;
}

.tp-megamenu-container {
  background-color: transparent;
  border: 0px;
  border-top: 0;
  border-right: 0;
}

div .tp-header-1 .tp-megamenu-fullwidth {
  border: 0;
  border-radius: 0;
  margin-top: 42px;
}

.tp-header-btn a {
  background-color: #42196f;
  color: #ffffff;
  border-style: solid;
  border: 1px solid #febe11;
  padding: 10px 15px 10px 15px;
  border-radius: 5px;
}
.shortcode-nav.menu-left,
.shortcode-nav.menu-right {
  background-color: transparent;
  color: white;
  padding: 20px;
  width: 200px;
  font-family: sans-serif;
}

.shortcode-nav.menu-left ul,
.shortcode-nav.menu-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.shortcode-nav.menu-left li,
.shortcode-nav.menu-right li {
  margin-bottom: 0px;
  line-height: initial;
}

.shortcode-nav.menu-left a,
.shortcode-nav.menu-right a {
  color: white;
  text-decoration: none;
  font-size: 1em;
  /* display: inline-block; */
  transition: color 0.2s ease;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
}

.shortcode-nav a:hover,
.shortcode-nav a:hover {
  color: #febe11 !important; /* example hover color */
}

/* OFFCANVAS BUTTON */

.tp-header-bar .offcanvas-open-btn {
  background-color: #febe11;
}

/* OFFCANVAS */

.offcanvas__area .shortcode-nav.menu-left {
  margin-bottom: 0;
  padding-bottom: 0;
}

.offcanvas__area .shortcode-nav.menu-right {
  text-align: left;
}
.elementor-element-078d9bf,
.elementor-element-651bcf7 {
  margin: 0;
  padding: 0;
}

.offcanvas-opened .e-con {
  width: 100%;
  flex-wrap: wrap;
}
.offcanvas-opened .elementor-element-6ad5efa nav.menu-right {
  padding-top: 0;
  margin-top: 0;
}
.offcanvas-opened .tp-main-menu-mobile ul li:not(:last-child) > a {
  border-bottom: none;
}

.offcanvas__2 .tp-main-menu-mobile ul li.has-dropdown > a.expanded,
.offcanvas__2 .tp-main-menu-mobile ul li:hover > a {
  color: #000000;
}

.offcanvas__2 .tp-main-menu-mobile ul li:hover > a .dropdown-toggle-btn::before, .offcanvas__2 .tp-main-menu-mobile ul li:hover > a .dropdown-toggle-btn::after {
  color: #000000;
}

.tp-main-menu-mobile ul li > a {
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .tp-main-menu-mobile ul li {
    padding-left: 0;
    padding-right: 0;
  }
}
