/* ===================================================================================

* 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/

====================================================================================== */
/* header */
.tp-header-btn a:hover {
  background-color: #6f489d !important;
  color: #ffffff !important;
}
.tp-header-1.tp-header-sticky .tp-header-btn a {
  color: #ffffff !important;
  background-color: #42196f !important;
}
.tp-header-1.tp-header-sticky .tp-header-btn a:hover {
  background-color: #6f489d !important;
}

/* sticky hamburger */
.tp-header-1.tp-header-sticky .offcanvas-open-btn {
  background-color: #6f489d;
}
.tp-header-1.tp-header-sticky .offcanvas-open-btn:hover {
  background-color: #42196f;
  border: 1px solid rgb(255 255 255 / 36%);
}

/* home - pullquote */
.elementor-14442
  .elementor-element.elementor-element-4c62a65
  > .elementor-widget-container {
  margin: 0px 0px -22px 0px;
  padding: 0px 0px 0px 15px;
  border-style: solid;
  border-width: 0px 0px 0px 5px;
  border-color: #6f489d;
}

/* svg red to purple (icons) */
.tp-service-icon img,
.elementor-image-box-img,
h3.tp-section-title.tp-el-acadia-title.tp-el-title {
  filter: sepia(1) saturate(570%) hue-rotate(201deg) brightness(90%)
    contrast(110%);
}

/* home paginator */
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f26522;
}

/* home testimonial */
.tp-testimonial-avatar img {
  border-radius: 50%;
}
.tp-testimonial-content a {
  color: #6f489d;
}

/* home events */
.tp-event-3-date {
  background: #febe10;
}
.tp-el-date-day {
  color: #42196f !important;
}

/* add space at top of blog posts */
.tp-blog-area {
  margin-top: 5rem;
}

/* footer */
#menu-footer,
.links li {
  text-align: center;
  color: #fff;
  list-style-type: none;
  font-size: 10px;
}
.contact,
.copyright {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  color: #fff;
  text-align: center;
}
.contact span {
  width: 100%;
  float: left;
}
.copyright-notice {
  text-transform: uppercase;
  font-size: 10px;
}

/* L2 */
.wnmu-body ul {
  margin: revert;
  padding: revert;
}
.wnmu-body a {
  color: #428bca;
  text-decoration: revert;
}
.wnmu-body .ml-75 {
  margin-top: unset;
  margin-left: unset;
}
.wnmu-body .tp-faq-yoga-wrap .tpd-accordion .accordion-button:not(.collapsed),
.wnmu-body
  .tp-faq-yoga-wrap
  .tpd-accordion
  .accordion-button:not(.collapsed)
  .accordion-btn::before,
.wnmu-body
  .tp-faq-yoga-wrap
  .tpd-accordion
  .accordion-button:not(.collapsed)
  .accordion-btn::after {
  color: unset;
}

/* page header */
h1.tp-breadcrumb__title.tpcore-el-page-title {
  /* 	background-color: #FEBE10; */
}

@media only screen and (width >= 768px) {
  #menu-footer {
    font-size: 10px;
    color: #fff;
    list-style-type: none;
  }
  #menu-footer li {
    display: inline-block;
    padding: 0 7px;
  }
  .contact span {
    width: auto;
    float: none;
  }
  .contact span::after {
    content: "|";
    margin-left: 1%;
    margin-right: 1%;
  }
  .contact span:last-child::after {
    content: "";
    margin-left: 0;
    margin-right: 0;
  }
}

/* slider */
.tp-hero-bg::before {
    background: rgba(0, 0, 0, 0.05) !important;
}
.tp-hero-btn .tp-btn.tp-btn {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
/* Non-Standard Slider */

/* remove dark background */
.tp-hero-bg[style*="background_filename"]::before {
    background: rgba(0, 0, 0, 0);
}
/* set artwork */
.tp-hero-bg[style*="background_filename"]::after {
    background-image: url(artwork_filename);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 15%;
    left: 0;
    height: 70%;
    width: 100%;
    z-index: 999;
}
/* move button */
.tp-hero-area a[href="URL"] {
    margin: 0 auto !important;
    position: absolute;
    z-index: 99;
    background: #f16621 !important;
    bottom: -100px;
}
/* slider buttons */
.swiper-button-next, .swiper-button-prev {
  color: #fff;
  }
.swiper-button-next:hover, .swiper-button-prev:hover {
    color: #febe10;
}
/* revert header sizes in tab/accordion content */
.e-n-tabs-content h2, .e-n-tabs-content h3, .e-n-tabs-content h4, .e-n-tabs-content h5, .e-n-tabs-content h6, .e-n-accordion h2, .e-n-accordion h3, .e-n-accordion h4, .e-n-accordion h5, .e-n-accordion h6 {
    font-size: revert !important;
}
/* fix sticky menu header links */
.tp-header-1.tp-header-sticky .main-menu nav > ul > li > a {
  padding: 0;
}
/* slider paginatioin */
.home-slider {
  display: inline-block;
  position: relative;
  z-index: 9999;
  top: -80px;
  text-align: center;
  display: none !important;
}
/* search buttons */
.tp-search-open-btn {
  background-color: transparent !important;
}
.tp-search-close-btn {
  background-color: #febe10 !important;
  text-shadow: none !important;
}
.wnmu-body li {
  list-style: revert !important;
}
article li {
  list-style: revert !important;
}

.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;
  }
  .tp-hero-item .container {
    padding: 0 50px;
}
}


/* stand alone - hide overflow rule */
.hide-overflow{
  overflow-x: hidden;
  overflow-y: hidden;
}

/* Drop shodow for homepage hero text */
h2.tp-hero-title.tp-el-title.tp-hero-title-banking.p-relative {
    text-shadow: 1px 1px 7px #000000a8;
}

/* Typography rules for the text block widget from Elementor */
.wp-singular .elementor-widget-text-editor ul li {
    list-style: revert !important;
    padding-left:1em; 
    list-style-type: circle;
}

.wp-singular .elementor-widget-text-editor ul{
    list-style: revert !important;
    padding-left:1em; 
    list-style-type: circle;
    padding-bottom: 20px;
}

.elementor-widget-text-editor a {
    color: #428bca;
    text-decoration: revert;
  
}

.wp-singular .elementor-widget-text-editor ul.list-columns {list-style:none !important;padding:0!important;margin:1em 0!important;column-count:3;column-gap:1rem;}.list-columns li{break-inside:avoid;margin-bottom:1rem;}.list-columns a{display:block;padding:.75rem 2rem .75rem 1.25rem;background-color:#f8f8f8;color:#333;border:1px solid #E4E2DD;border-radius:4px;text-decoration:none;position:relative;transition:all .2s ease-in-out;}.list-columns a::after{content:"";position:absolute;right:.75rem;top:50%;transform:translateY(-50%);width:7px;height:12px;background-color:currentColor;mask:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="7" height="12" fill="none"%3E%3Cpath d="M1 11L6 6L1 1" stroke="%23000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E') center / contain no-repeat;-webkit-mask:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="7" height="12" fill="none"%3E%3Cpath d="M1 11L6 6L1 1" stroke="%23000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E') center / contain no-repeat;}.list-columns a:hover{background-color:#25408F;color:#fff;border-color:#25408F;}@media (max-width:1024px){.list-columns{column-count:2}}@media (max-width:767px){.list-columns{column-count:1}}.list-columns a::before{position:absolute;content:"";height:100%;width:100%;top:0;left:0;opacity:1;transition:all .3s;background:linear-gradient(180deg,rgba(239,237,231,0) 0%,rgba(239,237,231,.5) 100%);}.list-columns a:hover::before{background:none;}

/* fix for adding 4th menu item ("Security Incident") */
@media (min-width: 1200px) and (max-width: 1399px) {
	.col-xxl-8.col-xl-7.d-none.d-xl-block {
		width: 66.66666667%;
	}
	.col-xxl-2.col-xl-3.col-lg-6.col-md-6.col-6 {
		width: 16.66666667%;
	}
	.main-menu > nav > ul > li {
		margin: 0px 10px;
	}
}

/* Chat Arrow Fix for page ID 82514 */
#chatArrow {
  position:fixed;
  bottom: 90px !important;
  right:5%;
}
