/**
 * @package SP Cookie Consent
 * @author JoomShaper https://www.joomshaper.com
 * @copyright Copyright (c) 2010 - 2018 JoomShaper
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
*/

#sp-cookie-consent *,
#sp-cookie-consent *::before,
#sp-cookie-consent *::after {
	box-sizing: border-box;
}

#sp-cookie-consent {
	position: fixed;
	font-size: 16px;
	font-weight: 500;
	bottom: 0;
	z-index: 10001;
}

#sp-page-builder .page-content #section-id-1484209043393 {
    padding-top: 165px;
    padding-right: 0px;
    padding-bottom: 170px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: rgba(255, 255, 255, 1);
    background-image: url(images/backimage.jpg);
    background-repeat: no-repeat;
    background-size
 
    background-attachment: inherit;
    background-position: 50% 50%;
}


 
.sppb-row-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: repeat;
    z-index: 1;
}

#sp-cookie-consent a,
#sp-cookie-consent a:hover {
	text-decoration: underline;
}

#sp-cookie-consent.position-bottom_left,
#sp-cookie-consent.position-bottom_right {
	width: 400px;
	max-width: 100%;
	border-radius: 4px;
	bottom: 20px;
}

#sp-cookie-consent.position-bottom_left {
	left: 20px;
}

#sp-cookie-consent.position-bottom_right {
	right: 20px;
}

#sp-cookie-consent.position-bottom {
	left: 0;
	width: 100%;
	display: table;
}

#sp-cookie-consent > div {
	padding: 20px;
	position: relative;
}

#sp-cookie-consent.position-bottom > div {
	-ms-flex-align: center!important;
    align-items: center!important;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#sp-cookie-consent.position-bottom > div > .sp-cookie-consent-action {
	margin-top: 15px;
}

@media (min-width: 992px) {
	#sp-cookie-consent.position-bottom > div > .sp-cookie-consent-content {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	#sp-cookie-consent.position-bottom > div > .sp-cookie-consent-action {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
		margin-top: 0;
		text-align: right;
	}
}

#sp-cookie-consent .sp-cookie-allow {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 7px 15px;
	font-size: 90%;
	font-weight: bold;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#sp-cookie-consent.position-bottom_left .sp-cookie-allow,
#sp-cookie-consent.position-bottom_right .sp-cookie-allow {
	margin-top: 15px;
}

#sp-cookie-consent .sp-cookie-allow:hover,
#sp-cookie-consent .sp-cookie-allow:focus,
#sp-cookie-consent .sp-cookie-allow:active {
	text-decoration: none;
}

/* Main Heading - Used for Page Titles */
.sppb-row-overlay class h1 {
    font-size: 2.5rem;       /* 40px equivalent */
    font-weight: 800;       /* Extra Bold */
    color: #333333;         /* Dark Grey for readability */
    margin-bottom: 20px;
    line-height: 1.2;
    letter-spacing: -1px;
}

/* Sub-heading - Used for Section Titles */
.sppb-row-overlay class h2 {
    font-size: 2.0rem;       /* 32px equivalent */
    font-weight: 700;       /* Bold */
    color: #008000;         /* OSCOTECH Green */
    margin-bottom: 15px;
    border-left: 5px solid #008000; /* Optional: adds a green vertical bar */
    padding-left: 15px;
}

/* Tertiary Heading - Used for Content Titles */
.sppb-row-overlay class h3 {
    font-size: 1.5rem;       /* 24px equivalent */
    font-weight: 600;       /* Semi-Bold */
    color: #555555;         /* Medium Grey */
    margin-bottom: 10px;
    text-transform: uppercase; /* Makes it look professional for sub-topics */
}
