@charset "UTF-8";
/*
Theme Name: Slope Accounting
Theme URI: 
Author: Red Spot Design, LLC
Author URI: https://www.redspotdesign.com/
Description: A theme for WordPress 5.
Requires at least: WordPress 4.9.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp5default
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Website Name is based on Underscores https://underscores.me/, (C) 2012-2018 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*###################################
# GENERAL STYLES
###################################*/

* { box-sizing: border-box; }
html {font-size: 16px; /* 1em */ overflow: auto; line-height: 1.15; -webkit-text-size-adjust: 100%;}
body {margin: 0 auto; width: 100%; overflow: hidden;}
a, a:visited {color: inherit; text-decoration: none; -webkit-transition: all .5s ease; text-decoration: none !important;}
a, img {-webkit-transition: all ease 0.5s;-o-transition: all ease 0.5s;transition: all ease 0.5s;}
a:focus {outline: none!important;}
h1, h2, h3, h4, h5, h6, p, li, ul, ol {margin-top: 0;}
p:last-of-type { margin-bottom: 0!important; }

/*###################################
## LAYOUTS
###################################*/

.dbl { display: inline; }
.db { display: block!important; }
.tc { text-align: center; }
.tl { text-align: left; }
.tr { text-align: right; }
.lr { left: 0!important; right: 0!important; }
.mgla { margin: 0 0 0 auto!important; }
.mgra { margin: 0 auto 0 0!important; }
.mgla > .e-con-inner { margin: 0 0 0 auto!important; }
.mgra > .e-con-inner { margin: 0 auto 0 0!important; }
.mg, .mg .e-con-inner { margin: 0 auto!important; }
.mid { transform: translateY(-50%)!important; }
.full-width { width: 100%; left: 0; right: 0; }
.alpha { text-transform: uppercase; }

/* IMAGE */

.image-gradient-bottom { -webkit-mask-image: linear-gradient(to bottom, rgb( 31 31 31 / 70% ) 80%, transparent 105%); -webkit-mask-repeat: no-repeat; -webkit-mask-size: 100% 100%; mask-image: linear-gradient(to bottom, rgb( 31 31 31 / 70% ) 80%, transparent 105%); mask-repeat: no-repeat; mask-size: 100% 100%; }
.image-filter { filter: brightness(0) invert(1); }

/* COLOR */

.blue { color: #7AB2E3; }

/*###################################
## BUTTONS
###################################*/

.full-btn .elementor-button { width: 100%!important; }

/*###################################
## HEADER
###################################*/

/* body.elementor-editor-active #site-header { } */
/* body:not(.elementor-editor-active) #site-header { position: fixed; top: 0; left: 0; right: 0; width: 100%; z-index: 999; } */
/* body:not(.elementor-editor-active) #site-header.sticky .site-logo img { max-width: 100px; } */
body:not(.elementor-editor-active) #site-header.sticky { background: #009CDE; border-top: 1px solid #FFFFFF80; border-bottom: 1px solid #FFFFFF80; }

/*###################################
## CONTENT
###################################*/

.banner-heading span { position: relative; }
.banner-heading span::after { content: ''; background: #7BB3E3; width: 100%; height: 10px; position: absolute; left: 0; right: 0; bottom: 20%; z-index: -1; }


/* FOOTER */

.footer-info .elementor-icon-list-item { padding: 15px 20px!important; border: 1px solid #7BB3E3; border-radius: 50px; }

/*###################################
## INNER
###################################*/

	/* SERVICES */

	.services-icon .elementor-icon { box-shadow: 2px 2px 10px rgb(0 0 0 / 20%)!important; }

/*###################################
## RESPONSIVE
###################################*/

@media screen and (max-width: 767px){
	
	/* BANNER */
	
	.banner-heading span::after { height: 5px; }
	
	/* START */
	
	.start-icon { position: relative!important; left: 0; right: 0; margin: 0 auto; }

	/* FOOTER */
	
	.footer-list ul li a { display: block; text-align: center; margin: 0 auto; }
	
}

