/*
Theme Name: IDEA Custom Theme
Theme URI: https://shrike.co.za/
Author: Shrike Marketing & Design
Author URI: https://shrike.co.za/
Description: A powerful Bootstrap 5 WordPress Theme for IDEA byr Shrike Marketing & Design
Version: 5.2.3.1
Tested up to: 6.1.1
Requires PHP: 5.6
License: MIT License
License URI: https://github.com/bootscore/bootscore/blob/main/LICENSE

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

/* 
All style editing is done via scss/_bscore_custom.scss
*/


/*-------------------------*/
/*-------General----------*/
/*-----------------------*/

body{
	font-family: 'Montserrat', sans-serif;
}

.container-fluid{
	margin: 0 !important;
}

.row{
	width: 100%;
	margin:0 !important;
	padding: 0 !important;
}

.align-left{
	text-align: left !important;
}

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

.align-right{
	text-align: right !important;
}

.full-width{
	margin:0 !important;
	gap:0 !important;
}

.bg-blue{
	background-color: #698AC4;
	color: #ffffff !important;
}

.bg-orange{
	background-color: #EE8122;
	color: #ffffff !important;
}

.border-white{
	border: 2px solid #ffffff;
	padding:30px 5%;
	display: block;
	width: 70%;
	margin: auto;
}

@media only screen and (max-width: 768px) {
	.border-white{
		border: 2px solid #ffffff;
		padding:30px 2%;
		display: block;
		width: 95%;
		margin: auto;
	}
}

.col-padding{
	padding: 0 10%;
}

.card {
    border-radius: 25px;
    border: 0 !important;
    background-color: #ffffff;
    padding: 20px 2.5%;
    box-shadow: 5px 5px 11px 9px rgb(0 0 0 / 4%);
    -webkit-box-shadow: 5px 5px 11px 9px rgb(0 0 0 / 4%);
    -moz-box-shadow: 5px 5px 11px 9px rgba(0,0,0,0.04);
}

a {
    color: #698ac4;
    text-decoration: none;
}

a:hover {
    color: #EE8122;
    text-decoration: none;
}

.bg-gradient{
	background-image: url('../img/idea-gariendt-background.webp') !important;
	background-size: cover;
	background-repeat: no-repeat;
}

.glass{
/* From https://css.glass */
background: rgba(255, 255, 255, 0.15);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(6.4px);
-webkit-backdrop-filter: blur(6.4px);
border: 1px solid rgba(255, 255, 255, 1);
	padding: 10px 2.5%;
}

.glass-logos{
/* From https://css.glass */
background: rgba(255, 255, 255, 0.75);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(6.4px);
-webkit-backdrop-filter: blur(6.4px);
border: 1px solid rgba(255, 255, 255, 1);
	padding: 10px 2.5%;
}

.glass-transparent{
	padding: 10px 2.5%;
}

.glass:hover{
/* From https://css.glass */
background: rgba(255, 255, 255, 0.40);
}

.glass p, .glass h2, .glass a{
	margin:0;
	color: #ffffff !important;
}

figure {
    margin: 0 0 0rem;
}

.no-margin{
	margin: 0 !important;
}

.read-more{
	display: inline-block;
	padding:10px 20px;
	border-radius: 25px;
	border:1px solid #698ac4;
}

.read-more:hover{
	display: inline-block;
	padding:10px 20px;
	border-radius: 25px;
	border:1px solid #ee8122;
	color: #ee8122;
}


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

.top-bar{
	background-color: #698AC4;
	color: #ffffff;
	padding:5px 5%;
	font-size: 11px;
}

.top-bar p{
	margin:0;
	padding: 0;
}

.top-bar a{
	color:#ffffff;
	text-decoration: none;
	font-size: 11px;
}

.top-bar a:hover{
	color:#ffffff;
	text-decoration: none;
}

.header-icons{
	margin:5px 10px;
	padding: 0 5px;
/*	border: 1px solid #ffffff;
border-radius: 50%;
	width: 20px;
	height:20px;
	text-align: center;
*/}

.logo{
	max-width:150px;
}


.breadcrumbs{
	padding:20px 0;
	text-align: center;
	
}

#breadcrumbs{
	padding: 0 !important;
	font-size: 14px;
}



@media only screen and (max-width: 576px) {
	.top-bar .tope-widget{
		text-align: center !important;
	}
}



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


.footer, footer{
	background-color: #698AC4 !important;
	color: #ffffff;
}

.footer a, .footer a:hover, .footer p{
	color: #ffffff;
	text-decoration: none;
}

.footer .menu-item a{
	padding:5px 0;
	display: block;	
}

.widget-title{
	border-bottom: 1px solid #ffffff;
	padding:0 0 10px 0;
}

.footer .menu{
	padding:0;
	margin:0;
	text-decoration: none;
	list-style: none !important;
	font-weight: 300;
}

.bootscore-info{
	background-color: #698AC4 !important;
	color: #ffffff;
	width:90%;
	margin: auto;
	text-align: center;
	border-top:1px solid #ffffff;
	padding: 10px 0;
	margin-top:10px;
}

.footer-bar{
	padding-top:50px;
	padding-bottom:50px;
}
