/**
Theme Name: GlobalSpex
Author: GlobalSpex, Inc.
Author URI: https://globalspex.com/wordpress-website-design/
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,x  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.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: globalspex
Template: astra
*/

/* Add default underlines to Beaver Builder content and BB Theme link text */
.fl-page-content a { text-decoration: underline !important;
}
.pp-menu-default li a, a.fl-button { text-decoration: none !important;
}

/* Remove underlines from header logo area text */
.fl-page-header-logo a {
    text-decoration: none;
}

.entry-header {
	display: none!important;
}

:root {
	--accent-color: #00aeef;
	--secondary-color: #606060;
	--dark: #0a0b0f;
	--light: #fff;
	--gray: #f7f7f7;
	--dark-transp: rgba(0,0,0,0.78);
	--light-transp: rgba(255,255,255,0.7);
	--secondary-transp: rgba(37, 73, 92, 0.4);
	--box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.14);
	--text-shadow: 0 0 11px rgba(0,0,0,0.75);
	--gradient: linear-gradient(90deg, var(--accent-color) 0%, var(--secondary-color) 100%);
	--dark-transp-gradient: linear-gradient(to bottom, transparent 0%, var(--dark-transp) 120%);
}

body, button, input, select, textarea {
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
 }

a, i {
   color: var(--accent-color);
   transition: all .2s linear;
   transition-property: all;
   transition-duration: 0.2s;
   transition-timing-function: linear;
   transition-delay: 0s;
   outline: 0!important;
}

.broken_link, a.broken_link { 
	text-decoration: none!important;
}

a {
	color: var(--accent-color);
}
.fl-rich-text ul li:before {    
    font-family: 'Rokkitt';
	}

.fl-rich-text a {
	text-decoration: underline;
	underline-text-position: under;
}

p {
	color: var(--dark);
}

.entry-content h1, 
.entry-content h2, 
.entry-content h3, 
.entry-content h4, 
.entry-content h5, 
.entry-content h6, 
h1.fl-heading *,
h2.fl-heading *,
h3.fl-heading *,
h4.fl-heading *,
h5.fl-heading *,
h6.fl-heading * {
    color: var(--secondary-color);
	 text-transform: capitalize;
}

.entry-content h3, 
h3.fl-heading {
	font-weight: 400!important;
}

.fl-heading a {
	text-decoration: none;
}

.decorative .fl-heading strong {
	color: var(--accent-color);
	font-weight: 600;
}

header .fl-row-content-wrap {
	background: var(--light);
	box-shadow: var(--box-shadow);
}

header a {
	text-transform: uppercase;
	font-size: 14px;
}

header a,
header a:hover,
header a:focus {
	color: var(--light);
	margin-bottom: 2px;
}
/* 
header .menu > li.current-menu-item > .fl-has-submenu-container > a,
header .menu > li > .fl-has-submenu-container:hover > a,  */
header .menu > li > a:hover,
header .menu > li > a:focus,
header .menu > li > a:active,
header .menu > li.current-menu-item > a {
	background: transparent!important;
}

header .menu > li > a:hover::after,
header .menu > li > a:focus:after,
header .menu > li > a:active:after {
	content: " ";
	display: block;
	position: absolute;
	border-bottom: 2px solid var(--accent-color);
	width: 80%;
	padding-top: 5px;
}

header .sub-menu { 
	background-color: var(--dark)!important;
}

header .fl-icon-wrap i,
header .fl-icon-wrap a {
	color: var(--accent-color);
}


header .fl-menu .fl-menu-toggle:before {
    /** Optional: decrease size of the arrow 
    ----
    width: 6px !important;
    height: 6px !important;
    margin: -4px -4px 0 0 !important;
    ---- **/
    border-color: var(--light) !important;
    color: var(--light) !important;
}

.fl-theme-builder-header-scrolled .fl-row-content-wrap {
	box-shadow: var(--box-shadow)!important;
}

.top-header .fl-row-content-wrap {
	background: var(--dark);
}

footer .fl-row-content-wrap {
	
}

footer .fl-rich-text,
footer .fl-rich-text *,
footer .fl-menu a,
footer .fl-icon *,
footer .fl-icon-text * {
	color: var(--light);
}

footer .fl-heading * {
	color: var(--accent-color)
}


.sub-footer .fl-row-content-wrap {
	background: var(--accent-color);
}


.sub-footer .fl-rich-text * {
	color: var(--dark)
}

/* Rules that can be applied to all BB buttons */

.fl-button {
	padding: 10px 20px;
	border: none!important;
}

.fl-button * {
	color: var(--light);
	font-weight: 600;
	letter-spacing: 0!important;
}

input[type="button"], input[type="submit"] {
	padding: 10px 20px;
}

.default-button .fl-button {
	background: var(--accent-color)!important;
}

/* Changes color of the button's text */
.default-button .fl-button * {
	color: var(--dark)!important;
}

.default-button .fl-button:hover {
	
}

.accent-button .fl-button {
	background: var(--accent-color)!important;
}

/* Changes color of the button's text */
.accent-button .fl-button * {
	color: var(--light)!important;
}

.accent-button .fl-button:hover {
	
}

/* Changes color of the button on hover */
.accent-button .fl-button:hover * {
	
}


/*** ROWS ***/

.accent-bg .fl-row-content-wrap,
.accent-bg .fl-col-content {
	background: var(--accent-color);
}

.accent-bg .fl-rich-text *,
.accent-bg .fl-heading *,
.accent-bg .fl-icon-wrap * {
	color: var(--light)!important;
}

.dark-bg .fl-row-content-wrap,
.dark-bg .fl-col-content {
	background: var(--dark);
}

.dark-bg .fl-rich-text *,
.dark-bg .fl-heading * {
	color: var(--light);
}

.dark-transp-bg .fl-row-content-wrap,
.dark-transp-bg .fl-col-content {
	background: var(--dark-transp);
}

.dark-transp-bg .fl-rich-text *,
.dark-transp-bg .fl-heading * {
	color: var(--light);
}

.dark-overlay-bg .fl-row-content-wrap:after,
.dark-overlay-bg .fl-col-content:after {
	background: var(--dark-transp);
}

.dark-overlay-bg .fl-rich-text *,
.dark-overlay-bg .fl-heading *,
.dark-overlay-bg .pp-testimonial * {
	color: var(--light);
}

.gray-bg .fl-row-content-wrap,
.gray-bg > .fl-col-content {
	background-color: var(--gray);
}

.light-bg .fl-row-content-wrap,
.light-bg > .fl-col-content {
	background-color: var(--light);	
}

.light-transp-bg .fl-row-content-wrap,
.light-transp-bg > .fl-col-content {
	background-color: var(--light-transp);
}

.light-overlay-bg .fl-row-content-wrap:after,
.light-overlay-bg > .fl-col-content:after {
	background-color: var(--light-transp);
}

/* Adds a decoration to the top of the column - 
This is an example of how to add decorations to columns or other modules */
.accent-border-top .fl-col-content {
	border-top: 5px solid var(--accent-color);
}

/** FORMS **/

.pp-gf-content .gform_wrapper .gfield input,
.pp-gf-content .gform_wrapper select {
   padding: 15px!important;
   height: 55px!important;
   border: 1px solid var(--dark)!important;
   background-color: var(--light)!important;
   color: var(--dark)!important;
}


.pp-gf-content .gform_wrapper .gfield textarea {
   padding: 15px!important;
   border: 1px solid var(--dark)!important;
   background-color: var(--light)!important;
   color: var(--dark)!important;
}


.row_timeline-icons_1 .pp-infolist-icon-inner {
	width: 70px !important;
	height: 70px !important;
}

.row_timeline-icons_1 .pp-infolist-icon .pp-icon {
	color: var(--dark) !important;
	background-color: var(--light) !important;
	padding: 10px;
	border-radius: 100%;
}

.row_timeline-icons_1 .pp-infolist-icon-inner span.pp-icon:before {
	font-size: 35px !important;
}

.row_timeline-icons_1 .pp-infolist-wrap .layout-1 .pp-list-connector {
	border-color: var(--accent-color)!important;
	border-left-style: dashed;
	border-left-width: 3px;
}

.shadow-row .fl-row-content-wrap,
.shadow-col .fl-col-content,
.shadow-img img {
	box-shadow: var(--box-shadow);
}

.round-col .fl-col-content {
	border-radius: 15px;
}


.pp-faq-item .pp-faq-button {
	background: var(--secondary-color)!important;
	padding: 20px;
}

.pp-faq-item .pp-faq-button .pp-faq-button-label {
	color: var(--light)!important;
	text-transform: uppercase;
}

.pp-faq-item .pp-faq-content {
	background-color: var(--secondary-transp)!important;
	padding: 20px;
}

.pp-faq-item .pp-faq-content * {
	color: var(--dark);
}

.pp-faq-item .pp-faq-button-icon {
	color: var(--light)!important;
}

.services .pp-content-post .pp-post-title a {
	color: var(--light)!important;
	padding-bottom: 20px!important;
	font-family: "Raleway", sans-serif!important;
	font-size: 18px!important;
	font-weight: 600;
}

.services .pp-content-post.pp-grid-style-9 .pp-grid-tile-info, 
.services .pp-content-post.pp-grid-style-9 .pp-grid-tile-meta {
	width: 100%!important;
	margin: 0!important;
}

.services .pp-content-post.pp-grid-style-9 .pp-post-featured-img a:last-child:before {
	background: var(--dark-transp-gradient);
}

.services .pp-content-post.pp-grid-style-9 .pp-grid-tile-text {
	bottom: 40%;
}

.row_services-section-w-title-desc-5x2_1 .pp-content-post .pp-post-title a {
	color: var(--light)!important;
	padding-bottom: 20px!important;
	font-family: "Raleway", sans-serif!important;
	font-size: 18px!important;
}
.row_services-section-w-title-desc-5x2_1 .pp-content-post.pp-grid-style-9 .pp-grid-tile-info,
.row_services-section-w-title-desc-5x2_1 pp-content-post.pp-grid-style-9 .pp-grid-tile-meta {
	width: 100%!important;
	margin: 0!important;
}


.fl-rich-text ul {
	list-style: none;
	margin: 0 0 2.3em 2.5em
}

.fl-rich-text ul li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    margin:0 10px 0 -25px;
    color: var(--accent-color);
}

.pp-logo img {
	width: 300px;
	object-fit: contain;
}

ol.breadcrumb {
    text-align: center!important;
}

.page-parent .breadcrumb,
.page-id-17 .breadcrumb,
.page-id-26 .breadcrumb,
.page-id-17 .breadcrumb,
.page-id-238 .breadcrumb,
.page-id-13 .breadcrumb {
	display: none;
}

.breadcrumb-item * {
	color: var(--light)!important;
}

ol.breadcrumb > li:first-child {
	display: none;
}

.breadcrumb-item a {
	text-decoration: underline!important;
	text-underline-position: under!important;
}

.breadcrumb li::after {
	color: var(--light)!important;
}

/** WP FAQ IN GUTENBERG **/
.wp-block-wpseopress-faq-block-v2 .wp-block-details summary {
  position: relative;
  padding-left: 1.5em;
  list-style: none;
  cursor: pointer;
}

.wp-block-details summary::before {
  content: "➤"; /* Right arrow */
  position: absolute;
  left: 0;
  color: #007BFF; /* Blue arrow */
  font-size: 1em;
  line-height: 1;
  transition: transform 0.3s ease;
}

/* Optional: rotate the arrow when open */
.wp-block-details[open] summary::before {
  transform: rotate(90deg);
}
