/**
Theme Name: SAO
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sao
Template: astra
*/


/* GLOBAL */
/*---------*/
a:focus, button:focus, input:focus, div:focus {
  outline: none;
}


/* MAIN NAVIGATION */
/*-----------------*/
.main-header-menu .menu-link, .main-header-menu > a {
  padding: 0 .8em;
}


/* OFF-CANVAS NAVIGATION */
/*-----------------------*/
.ast-mobile-menu-trigger-minimal:focus, .ast-button-wrap .menu-toggle:focus, .ast-mobile-popup-drawer.active .menu-toggle-close:focus, .ast-menu-toggle:focus {
  outline: none;
  border: none !important;
}

.ast-mobile-popup-drawer .ast-mobile-popup-header {
  align-items: center;
  min-height: 100px;
  padding: 0 20px;
}

.ast-mobile-popup-drawer .ast-mobile-popup-header .menu-toggle-close {
  padding: .5em;
}

.ast-close-svg {
  width: 24px !important;
  height: 24px !important;
}

.ast-header-search .ast-search-menu-icon .search-form {
  border-color: #aaaaaa;
  transition: all .2s;
}


/* BUTTONS */
/*---------*/
.wp-block-button.featured-btn a {
  padding: 30px;
  font-size: 1.2em;
  font-weight: bold;
}

.wp-block-button.featured-btn a:hover, .wp-block-button.featured-btn a:focus {
  transform: scale(105%);
}

.wp-block-button.white-btn a {
  color: var(--ast-global-color-0);
  background-color: #ffffff;
  border-color: #ffffff;
}

.wp-block-button.light-btn a {
  color: var(--ast-global-color-0);
  background-color: var(--ast-global-color-4);
  border-color: var(--ast-global-color-4);
}

.wp-block-button.trans-btn a {
  background-color: transparent;
  border-color: transparent;
}

.wp-block-button.trans-btn.bordered a {
  color: var(--ast-global-color-0);
  border: 2px solid var(--ast-global-color-0);
}

.wp-block-button.trans-btn.white a {
  color: #ffffff;
}

.wp-block-button.trans-btn.white.bordered a {
  border: 2px solid #ffffff;
}

.wp-block-button.white-btn a:hover, .wp-block-button.white-btn a:focus,
.wp-block-button.trans-btn a:hover, .wp-block-button.trans-btn a:focus {
  color: #ffffff;
  background-color: var(--ast-global-color-1);
  border-color: var(--ast-global-color-1);
}

.wp-block-button.white-hover-btn a:hover, .wp-block-button.white-hover-btn a:focus {
  color: var(--ast-global-color-0);
  background-color: #ffffff;
  border-color: #ffffff;
}

.wp-block-button.min-rounded a {
  border-radius: 5px;
}

.wp-block-button.rounded a {
  border-radius: 10px;
}

.wp-block-button.max-rounded a {
  border-radius: 20px;
}

.wp-block-button.shadowed a {
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.3);
}

.wp-block-button.shadowed a:hover, .wp-block-button.shadowed a:focus {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

[class*="wp-block-button"][class*="-icon-btn"] a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

[class*="wp-block-button"][class*="-icon-btn"] a img {
  height: auto;
  margin-bottom: 15px;
}

.wp-block-button.lg-icon-btn a img, .wp-block-button.lg-icon-btn a .icon, .wp-block-button.lg-icon-btn a .fa {
  max-width: 80px;
}

.wp-block-button.md-icon-btn a {
  padding: 15px !important;
}

.wp-block-button.md-icon-btn a img, .wp-block-button.md-icon-btn a .icon, .wp-block-button.md-icon-btn a .fa {
  max-width: 50px;
}

.wp-block-button.sm-icon-btn a {
  padding: 10px !important;
}

.wp-block-button.sm-icon-btn a img, .wp-block-button.sm-icon-btn a .icon, .wp-block-button.sm-icon-btn a .fa {
  max-width: 32px;
}

.below-header-buttons .uagb-container-inner-blocks-wrap {
	display: flex;
	flex-direction: row !important;
}

.below-header-buttons .below-header-button {
	display: flex;
	padding: 8px 16px;
	line-height: 1;
	border-radius: 40px;
	text-wrap: nowrap;
}

.below-header-buttons .below-header-button.transparent {
	color : var(--ast-global-color-4);
}

.below-header-buttons .below-header-button.outlined {
	color : var(--ast-global-color-4);
	background-color: transparent;
}

.below-header-buttons .below-header-button.plain {
	color : var(--ast-global-color-8);
	background-color: var(--ast-global-color-4);
}

.below-header-buttons .below-header-button:hover, .below-header-buttons .below-header-button:focus {
	color : var(--ast-global-color-0);
	background-color: var(--ast-global-color-5);
}


/* BELOW-HEADER */
/*---------------------*/
@media (max-width: 640px) {
	.ast-below-header-bar .ast-builder-grid-row {
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	}
	.ast-below-header-bar .ast-builder-grid-row > .site-header-section {
	  justify-content: center;
	  width: 100%;
	}
	.ast-below-header-bar .ast-builder-grid-row > .site-header-section:not(:last-child) {
	  margin-bottom: 10px;
	}
}

@media (max-width: 400px) {
	.ast-below-header-bar .ast-builder-grid-row > .site-header-section {
	  flex-direction: column;
	  justify-content: center;
	}
	.ast-below-header-bar .ast-builder-grid-row > .site-header-section > .ast-builder-layout-element {
	  padding: 0 !important;
	}
	.ast-below-header-bar .ast-builder-grid-row > .site-header-section > .ast-builder-layout-element:not(:last-child) {
	  margin-bottom: 10px;
	}
}


/* BELOW-HEADER SEARCH */
/*---------------------*/
.home .ast-below-header .ast-header-search {
  display: none;
}

.ast-below-header .ast-search-icon {
  color: var(--ast-global-color-4);
  z-index: 3;
}

.ast-below-header .ast-search-icon a {
  color: var(--ast-global-color-4);
}

.ast-below-header .ast-search-icon a:hover, .ast-below-header .ast-search-icon a:focus {
  color: #ffffff;
}


/* HOME SEARCH */
/*-------------*/
.home .wp-block-search .wp-block-search__inside-wrapper {
  justify-content: center;
}

.home .wp-block-search .wp-block-search__inside-wrapper:focus {
  box-shadow: 0px 3px 15px rgba(0,0,0,.2);
}

.home .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
  height: auto;
  padding: 15px;
  max-width: 720px;
  border-radius: 5px 0px 0px 5px;
}

.home .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input:focus {
  box-shadow: 0px 3px 15px rgba(0,0,0,.2);
}

.home .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
  margin: 0;
  padding: 15px !important;
  border-radius: 0px 5px 5px 0px !important;
  transition: all .2s;
}

.home.rtl .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
  border-radius: 0px 5px 5px 0px;
}

.home.rtl .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
  border-radius: 5px 0px 0px 5px !important;
}


/* PAGE ANIMATED BACKGROUND */
/*--------------------------*/
.sao-bg::before {
  animation: bg_anim 20s infinite;
}

@keyframes bg_anim {
  0% {opacity: 0;}
  25% {opacity: 1;}
  75% {opacity: 1;}
  100% {background-size: 110%; opacity: 0;}
}


/* HERO SECTION */
/*--------------*/
.hero-welcome p {
  margin-bottom: 0 !important;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.hero-title figure {
  animation: title_anim 20s infinite;
}

@keyframes title_anim {
  50% {transform: translateX(20px);}
}

.hero-logo figure {
  animation: logo_anim 20s infinite;
}

@keyframes logo_anim {
  50% {transform: translateX(-20px);}
}

.hero-section-buttons {
  align-items: center;
}

.hero-section-buttons .wp-block-button {
  align-self: stretch;
}
@media (min-width: 1001px) {
	.hero-section-buttons .wp-block-button {
	  flex: 1;
	}
}
@media (min-width: 481px) and (max-width: 1000px) {
	.hero-section-buttons .wp-block-button {
	  flex: 0;
	}
}
@media (max-width: 480px) {
	.hero-section-buttons .wp-block-button {
	  flex: auto;
	}
}


/* NEWS CAROUSEL */
/*---------------*/
.wp-block-uagb-post-carousel .uagb-post__inner-wrap .uagb-post__excerpt {
  padding-bottom: 10px !important;
}

.wp-block-uagb-post-carousel .uagb-post__inner-wrap .uagb-post__cta {
  display: flex;
  justify-content: end;
}

.wp-block-uagb-post-carousel .uagb-post__inner-wrap .uagb-post__cta .wp-block-button__link {
  border-style: solid !important;
  border-width: 2px;
  border-color: var(--ast-global-color-0);
  background-color: transparent;
  color: var(--ast-global-color-0);
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.wp-block-uagb-post-carousel .uagb-post__inner-wrap .uagb-post__cta .wp-block-button__link:hover, .wp-block-uagb-post-carousel .uagb-post__inner-wrap .uagb-post__cta .wp-block-button__link:focus {
  border-color: var(--ast-global-color-1);
  background-color: var(--ast-global-color-1);
  color: var(--ast-global-color-5);
}


/* TLP TEAM */
/*----------*/
.rt-team-container > .rt-row > .rt-special-wrapper, .rt-row.special-items-wrapper, .rt-team-container[data-layout*="layout"] .rt-row.ttp-even {
  justify-content: center;
}

.rt-team-container .layout3 .single-team-area {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 15px;
  height: 100%;
  border-radius: 10px;
  background-color: #eeeeee;
}

.rt-team-container figure {
  margin: 0 !important;
  max-width: 160px;
  max-height: 160px;
}

.rt-team-container h3 {
  font-weight: 700 !important;
}

.rt-team-container .tlp-position {
  color: var(--ast-global-color-3) !important;
}

.frmsvg.frm-svg-icon {
  width: 3%;
  height: auto;
	display:none;
}