/*
Theme Name:		Principle Conpliance Consulting
Author:			801red
Author URI: 	http://www.801red.com
Version: 		1.0
Text Domain: 	pcc
*/

/* IMPORTS */
@import url(assets/css/reset.css);

/* Improved Animations Stylesheet from https://element.how/elementor-improve-entrance-animations/ , works for the 'fade' animations */
@keyframes fadeDown {from {opacity: 0;transform: translate3d(0,-30px,0) }to {opacity: 1;transform: none }}.elementor-element.fadeInDown {animation-name: fadeDown }@keyframes fadeLeft {from {opacity: 0;transform: translate3d(-30px,0,0) }to {opacity: 1;transform: none }}.elementor-element.fadeInLeft {animation-name: fadeLeft }@keyframes fadeRight {from {opacity: 0;transform: translate3d(30px,0,0) }to {opacity: 1;transform: none }}.elementor-element.fadeInRight {animation-name: fadeRight }@keyframes fadeUp {from {opacity: 0;transform: translate3d(0,30px,0) }to {opacity: 1;transform: none }}.elementor-element.fadeInUp {animation-name: fadeUp }


/**
 * 1.0 Global
 * ----------------------------------------------------------------------------- */
 
/* INNER BOX PADDING FOR RESPONSIVE COLUMNS */
* {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
}


/* BASIC SETUP */
body {
	font-size:14px;
}
body:not(.elementor-editor-active) .elementor-menu-anchor:before {
    content: "";
    display:block;
    height: 96px; /* fixed header height*/
    margin: -96px 0 0; /* negative fixed header height */
    visibility: hidden;
    pointer-events: none;
}

/* TYPOGRAPHY */

/* Headings */
h1, h2, h3, h4, h5, h6, p {
	margin:0 0 12px;
	padding:0;
}
h1, h1 a {
}
h2, h2 a {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}

/* Text elements */
p {
}
p, li {
}
strong, .bold { font-weight:700; }
em { font-style:italic; }
p:last-child { margin-bottom:0; }
a,
a:focus {
	outline:none;
}
a:hover {
}
a[href^="tel:"] {
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
ul > li::marker {
    color: #33339E;
}

ul > li > ul > li {
    list-style-type: circle;
}
ul > li > ul > li::marker {
    color: #55A4BF;
}
ul > li > ul > li > ul > li {
    list-style-type: square;
}
ul > li > ul > li > ul > li::marker {
    color: #33339E;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
blockquote p:before { content: open-quote; }
blockquote p:after { content: close-quote; }
blockquote {
}



/* TABLES */
table { width:100%; }
tr { height:40; }
th { vertical-align:middle; text-align:right; padding:0 10; }
td { padding:6px; }
table.lined td { border-bottom:1px dotted #ddd; }	



/* FORMS */
input:not([type=checkbox]):not([type=radio]), textarea {
	border:solid 1px #999;;
	width:100%;
	padding:6px;
}
input.radio { width:auto; }


/* TAGS */
.overlay { position:relative; }
.overlay > div { position:relative; z-index:9; }
.overlay::after {
	position:absolute;
	top:0; left:0;
	width:100%;
	height:100%;
	content:'';
	background-color:rgba(0,0,0,.4);
}
.blue-before::before {
	background-color: #d1d7eb;
	position: absolute !important;
	content: '' !important;
	width: 60% !important;
	right: 0;
	top: -50px !important;
	left: auto !important;
	height: 720px !important;
	border-radius: 200px 0 0 0 !important;
	z-index: 9;
}
.teal-before::before {
	background-color: #ddedf2;
	position: absolute !important;
	content: '' !important;
	width: 30% !important;
	left: 0;
    top: auto !important;
	bottom: -50px !important;
	height: 530px !important;
	border-radius: 0 200px 0 0 !important;
	z-index: 9;
}


/**
 * 2.0 Layout
 * ----------------------------------------------------------------------------- */

.flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex-container.justify {
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
}
.flex-container.justify-left {
	-webkit-box-pack:start;
	    -ms-flex-pack:start;
	        justify-content:flex-start;
}
.flex-container.justify-center {
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
}
.flex-container.justify-right {
	-webkit-box-pack:end;
	    -ms-flex-pack:end;
	        justify-content:flex-end;
}
.flex-container.align-top {
	-webkit-box-align:start;
	    -ms-flex-align:start;
	        align-items:flex-start;
}
.flex-container.align-center {
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.flex-container.align-bottom {
	-webkit-box-align:end;
		-ms-flex-align:end;
			align-items:flex-end;
}
.flex-container.wrap {
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
}
.flex-container.column {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	    -ms-flex-direction:column;
	        flex-direction:column;
}
.grid {
	max-width:1200px;
	margin:auto;
}


/**
 * 3.0 Header
 * ----------------------------------------------------------------------------- */

/**
 * 4.0 Navigation
 * ----------------------------------------------------------------------------- */

nav ul { margin:0; padding:0; list-style-type:none; }
nav ul li { display:inline-block; }

/* MAIN NAVIGATION */

/**
 * 5.0 Asides
 * ----------------------------------------------------------------------------- */

/* SIDEBAR */
aside {
}
aside ul {
}
aside ul li {
}

/* WIDGETS */


/**
 * 6.0 Content
 * ----------------------------------------------------------------------------- */

/* ------------ Home page -------------- */


.multiply,
.multiply .elementor-motion-effects-layer {
	background-color: #999 !important;
	background-blend-mode: luminosity !important;
}
.hero-overlay,
.multiply::before,
.multiply .elementor-motion-effects-layer::before {
    mix-blend-mode: multiply !important;
}
/* THIS MASK WORKS PERFECTLY */
@media all and (min-width: 768px) {
    .hero {
        mask: url("assets/images/inner-page-mask.svg") no-repeat top;
        -webkit-mask: url("assets/images/inner-page-mask.svg") no-repeat top;
        mask-size: 100% 100%;
        -webkit-mask-size: 100% 100%;
    }
}


#learn-wrapper .learn-flex-wrapper > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100vw;
}
#learn-wrapper .learn-box {
	/* display: -webkit-box; */
	/* display: -ms-flexbox; */
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	cursor: pointer;
	padding: 35px;
	background-position: 50% bottom;
	background-size: 300%;
}
#learn-wrapper .learn-box::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
    mix-blend-mode: multiply;
    z-index: 9;
}
#learn-wrapper .learn-box:first-child::after {
    background-color: #55a4bf;
}
#learn-wrapper .learn-box:last-child::after {
    background-color: rgba(63,96,200,1);
}
#learn-wrapper .learn-box * {
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#learn-wrapper .learn-box.active {
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	padding: 0 400px 0 35px;
	background-position: 150% bottom;
	background-size: 65%;
}
#learn-wrapper .learn-box.active::after {
    background-color: rgba(0,0,0,0);
}
#learn-wrapper .learn-box .flex-image {
    right: 0 !important;
    bottom: 0 !important;
    max-width: 90% !important;
}
/*
#learn-wrapper .learn-box.active:last-child .flex-image {
    right: 50px !important;
    bottom: 50px !important;
}
*/
#learn-wrapper .learn-box .flex-image::before {
	position: absolute;
	content: '';
	width: 330px;
	height: 360px;
	z-index: -1;
	bottom: -50px;
	right: -50px;
	border-radius: 150px 0 0 0;
}
#learn-wrapper .learn-box .flex-image::before {
    opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#learn-wrapper .learn-box.active:first-child .flex-image::before {
    opacity: 1;
	background-color: #ddedf2;
}
#learn-wrapper .learn-box.active:last-child .flex-image::before {
    opacity: 1;
    background-color: #6580d3;
}


#learn-wrapper .learn-box h2 {
    margin-bottom: 0;
    color: #FFF;
    text-align: center;
    z-index: 19;
    position: relative;
    padding: 0 20px;
}
#learn-wrapper .learn-box.active h2 {
    color: #33339E;
    text-align: left;
    padding: 0;
}
#learn-wrapper .learn-box .elementor-widget-button,
#learn-wrapper .learn-box .excerpt {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: max-height 0.1s ease-out 0, opacity 0.1s ease-out 0;
    -o-transition: max-height 0.1s ease-out 0, opacity 0.1s ease-out 0;
    transition: max-height 0.1s ease-out 0, opacity 0.1s ease-out 0;
}
#learn-wrapper .learn-box.active .elementor-widget-button,
#learn-wrapper .learn-box.active .excerpt {
    max-height: 800px;
    opacity: 1;
    overflow: visible;
    -webkit-transition: max-height 0.5s ease-in, opacity 0.5s ease-in .4s;
    -o-transition: max-height 0.5s ease-in, opacity 0.5s ease-in .4s;
    transition: max-height 0.5s ease-in, opacity 0.5s ease-in .4s;
}
#learn-wrapper .learn-box.active .elementor-widget-button {
    max-height: 22px;
}






/* WORDPRESS */
.widgets, .widget ul { list-style: none; margin: 0; padding: 0; }
.alignleft { float: left; margin: 0 20px 0 0; }
.alignright { float: right; margin: 0 0 0 20px; }
.aligncenter { display: block; margin: 0 auto; }
p.postmetadata {}
.byline {}


/* SOCIAL ICONS */

/* BUTTONS */


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------- */

/* FOOTER */

/* COLOPHON */

/**
 * 8.0 Responsive
 * ----------------------------------------------------------------------------- */

@media all and (max-width: 1060) {
}
@media all and (max-width: 768px) {
}
@media all and (max-width: 568px) {
}
@media all and (max-width: 340px) {
}