/*
Theme Name: Sprung-Total
Theme URI:
Description:
Author: Sprung Interactive
Author URI: http://madebysprung.com
Template: Total
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */




.entry p a, .entry-readmore-wrap a {
  border-bottom: 1px solid #0078AA;
  color: #0078AA;
}

.entry p a:hover, .entry-readmore-wrap a:hover {
  border-bottom: 1px solid #333333;
  color: #333333;
  text-decoration: none;
}

.short-divider {
  max-width: 60px;
}

.theme-button {
  background:  #357aaf;
  border-radius: 4px;
  margin: 5px 0 0 12px;
  padding: 0px 11px;
  text-align: center;
  transition: 0.25s ease;
  border: 2px solid  #357aaf;

}

.theme-button {
	border: 1px solid #357aaf;
}

.typography-white a.theme-button:hover {
	color: #4ebace !important;
}

/* HEADER */
#site-navigation .current_page_item a .link-inner {
  font-weight: bold;
}

#site-navigation li.sfHover > a .link-inner {
    font-weight: bold;
}

#site-navigation a:hover .link-inner,
#site-navigation .sub-menu a:hover .link-inner {
    font-weight: bold;
}

#site-navigation a::after {
    display: block;
    content: attr(title);
    font-size: 16px;
    font-weight: bold;
    height: 0;
    letter-spacing: .08em;
    overflow: hidden;
    padding: 0.5em 11px;
    visibility: hidden;
}

#site-navigation li.megamenu>ul.sub-menu {
  width: auto;
}

#site-navigation li.megamenu.col-2>ul.sub-menu {
  left: -25%;
}

#site-navigation li.megamenu>ul.sub-menu::before {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  left: 50%;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ddd;
  border-bottom-color: rgba(0,0,0,0.15);
  border-left: 7px solid transparent;
}

#site-navigation li.megamenu>ul.sub-menu::after {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  left: 50%;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.btn-orange {
  background:  #357aaf;
  border-radius: 4px;
  margin: 5px 0 0 12px;
  padding: 0px 11px;
  text-align: center;
  transition: 0.25s ease;
  border: 2px solid  #357aaf;

}

.btn-orange:hover {
  background: #ffffff;
  border: 2px solid  #357aaf;
}

.btn-orange:hover a {
  color: #357aaf !important;
}

#site-navigation .dropdown-menu >li.menu-item.btn-orange >a {
	color: #fff;
}

#site-navigation .dropdown-menu >li.menu-item.btn-orange >a .link-inner {
	font-weight: 400;
}


.event-date {
  color: #333333;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 24px 5px;
  letter-spacing: .05em;
}


.event-link a {
  padding: 0 !important;
  background: none !important;
  border-bottom: 1px solid #0078aa !important;
}

.event-link a:hover {
  color: #333333 !important;
  border-bottom-color: #333333 !important;
}

.navbar-style-one .dropdown-menu>li.btn-orange  a {
  height: 40px;
  line-height: 40px;
}

#site-navigation .btn-orange a:hover .link-inner {
  font-weight: 200;
}

body.wpex-mobile-toggle-menu-icon_buttons #mobile-menu {
	left: 0;
	right: inherit;
}


/* FOOTER */
#footer-builder .vc_column-inner .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
}

#footer-builder .vc_column-inner .wpb_wrapper .vcex-navbar:first-child {
  text-transform: uppercase;
}

#footer-builder .vc_column-inner .wpb_wrapper .vcex-navbar a.theme-txt-link:hover {
  text-decoration: none;
}

.social-icons .vc_column-inner .wpb_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;

}

.social-icons .vc_column-inner .wpb_wrapper .vcex-icon {
  margin: 0 12px 0 0;
}

.social-icons .vc_column-inner .wpb_wrapper .vcex-icon:last-child {
  margin-right: 0;
}

.social-icons .vc_column-inner .wpb_wrapper .vcex-icon .vcex-icon-wrap:hover {
  border-color: #aaaaaa !important;
}




/* Responsive Overrides */

/* Greater then tablets
-------------------------------------------------------------- */
@media only screen and (min-width: 768px) {
	

}


/* Tablet & Small Desktop Widths 768px - 1280px
--------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1280px) {


}

@media only screen and (max-width: 1150px) {
	body .shrink-sticky-header #site-logo img {
		max-height: 80px !important;
	}
}

@media only screen and (max-width: 1030px) {
	body .shrink-sticky-header #site-logo img {
		max-height: 50px !important;
	}

}


/* All Devices under 960px
--------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
  /* HEADER */
  .megamenu ul .sidr-class-dropdown-toggle {
      display: none !important;
  }

  .megamenu > ul > li > a {
  	display: none !important;
  	padding: 0 !important;
  	height: 0;
  }

  .megamenu ul ul {
      display: block !important;
  }

  .mobile-toggle-nav>ul {
    margin: 0;
    padding: 14px 30px 30px;
    max-width: 100% !important;
  }

  .mobile-toggle-nav .menu-item-has-children ul ul a:before, .mobile-toggle-nav .menu-item-has-children ul a:before {
    content: none;
  }

  .btn-orange {
    display: inline-block;
    margin-top: 10px;
    padding: 0px 18px;
  }

  .mobile-toggle-nav .btn-orange a {
    border: none;
    color: #ffffff;
    text-transform: uppercase;
  }

  body.wpex-mobile-toggle-menu-icon_buttons #site-logo {
    margin: auto;
    float: initial;
  }

}

/* Tablet Landscape
--------------------------------------------------------------*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

}

/* Tablet Portrait
--------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* Between Phone and Mobile
--------------------------------------------------------------*/
@media only screen and (max-width: 500px) {

}

/* Phone Portrait and Landscape
--------------------------------------------------------------*/
@media only screen and (max-width: 767px) {




  /* SITE */
  .swap-columns-2 {
    display: flex;
    flex-direction: column;
  }

  .swap-columns-2>div:first-child {
    -webkit-order: 2;
    order: 2;
  }

  .swap-columns-2>div:last-child {
    -webkit-order: 1;
    order: 1;
  }
  
  .btn-orange {
	  margin: 5px 0 0 0;
  }
  
  /* FOOTER */
  #footer-builder .vc_column-inner .wpb_wrapper {
    justify-content: center;
  }

  #footer-builder .vc_column-inner .wpb_wrapper .vcex-navbar .vcex-navbar-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  #footer-builder .vc_column-inner .wpb_wrapper .vcex-navbar:first-child {
    margin-bottom: 15px !important;
  }

  #footer-builder .footer-row {
    display: flex;
    flex-direction: column;
    padding: 48px 16px 95px 16px !important;
  }

  #footer-builder .footer-row .vc_col-sm-9 {
    -webkit-order: 2;
    order: 2;
  }

  #footer-builder .footer-row .vc_col-sm-3 {
    -webkit-order: 1;
    order: 1;
  }

  .social-icons .vc_column-inner .wpb_wrapper {
    justify-content: center;
  }
  
  .introcopycol .vc_column-inner {
	margin-top: -50px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
  }


}

/* Phone Landscape
--------------------------------------------------------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {

}

/* Phone Portrait
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {

}