  /*
Theme Name: Sweetness Child Theme
Description: A child theme based on Sweetness v2 by BNE Creative.
Author: Kerry Kline
Author URI: http://www.bnecreative.com
Version: 2.0
Template: sweetness
*/

/*
 * 	IMPORTANT! There is no need to @import the parent's
 *	main style.css file. It's already enqueued!!
*/



/* ===========================================================
 *	General
 * ======================================================== */

/* 
 *	Available CSS Variables
 *	There are a number of pre-defined variables available
 *	from the theme. CSS Variables can be envoked by using.
 *
 *	Example: 
 *	.class{ 
 *		color: var(--theme-primary-color); 
 *	}
 *
 *	Theme content size:
 *		 --theme-content-width
 *	Theme Palette Colors
 *		--theme-primary-color
 *		--theme-secondary-color
 *		--theme-tertiary-color
 *		--theme-dark-color
 *		--theme-light-color
 *		--theme-success-color
 *		--theme-danger-color
 *		--theme-warning-color
 *		--theme-info-color
 *
 *	In addiiton, there are numerous Boostrap variables that can be found
 *	by using the browser inspector and finding the :root {}
 *
*/



/* == Typography == */
a.text-link-white,
.text-link-white a { color: white; }

/* == Typography == */
@media (max-width: 600px) {
	.heading-main {
		line-height: 1;
		font-size: 7vw !important;
	}
}

/* == Media == */

/* == Utility == */
@media (max-width: 767px) {
	.sm-br {
		display: block;
	}
	.has-large-font-size { font-size: 1.5rem !important; }
	.mobile-bg-position-right .bne-container-image {
		background-position: right !important;
	}
	.bg-m-hide .bne-container-image {
		display: none;
	}
}

/* ===========================================================
 *	Menu
 * ======================================================== */

/* == Mobile Nav btn ==*/
@media (max-width: 767px) {
	.btn-navbar:not(.close-nav) {
		top: 0px;
		background-color: var(--theme-secondary-color);
		color: white;
	}
}

/* == Menu == */
.menu-wrapper {}
#access {}

.menu-btn {
	margin-left: 15px;
	background-color: var(--theme-primary-color);
}
.menu-btn a {
	color: white !important;
}

@media( min-width: 768px ) {
	.header-transparent #access.header-menu {
		background: none;
	}
	#primary-menu>li>a {
		padding: 1em .6em;
	}
}
/* ===========================================================
 *	Header
 * ======================================================== */

#header-above {
	padding: 10px 30px;
	background-color: var(--theme-secondary-color);
	
}

body:not(.header-transparent) #header-wrapper {
	box-shadow: 0px 0px 5px rgba(0,0,0,.3);
}

#header-wrapper {
	padding-top: 10px;
	padding-bottom: 10px;
}

@media( min-width: 768px ) {
	.header-transparent #header-above {
		background: rgba(0,0,0,.5);
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 10;
		color: #fff
	}
	.header-transparent #header-wrapper {
		top: 65px;
		background: rgba(0,0,0,.18);
	}
	#header-wrapper .header-content {
		padding-bottom: 0;
	}
	.header-content > .row {
		align-items: center;
	}
}
#sticky-header #header-above {
	position: relative;
	background-color: var(--theme-secondary-color);
	margin: 0 -30px;
	z-index: 1;
	color: #000;
}

/* ===========================================================
 *	Main
 * ======================================================== */

@media( max-width: 768px ) {
	.home .entry-content .wp-block-bne-container:first-child .bne-container-content {
		padding-top: 100px !important;
		padding-bottom: 150px !important;
	}
}
.page-top-cta {
	margin: 0 auto;
	overflow: visible;
	background: white;
	margin-top: -50px;
	margin-bottom: 100px;
	z-index: 2;
}

.page-top-cta .wp-block-image {
	background: white;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	padding: 20px;
}

@media( min-width: 768px ) {
	.page-top-cta {
		margin-top: -100px;
	}
	.page-top-cta .wp-block-image {
		margin-top: -70px;
		box-shadow: 0px -5px 4px rgba(0,0,0,.3);
	}
}


/* == Catalog Menu == */
#menu-student-catalog.menu {
	list-style-type: decimal;
}
#menu-student-catalog.menu li {
	margin: 5px 0;
}

#menu-student-catalog.menu li.active {
	z-index: -1;
	position: relative;
}

#menu-student-catalog.menu li.active {
	color: white;
}
#menu-student-catalog.menu li.active a {
	margin-left: -30px;
	padding-left: 30px;
	color: #fff;
	padding: 5px 10px 5px 30px;
	background: var(--theme-secondary-color);
	z-index: -1;
	position: relative;
}

/* ===========================================================
 *	Footer
 * ======================================================== */
#footer-wrapper {
	box-shadow: 0px 0px 10px rgba(0,0,0,.1);
}
#footer-wrapper .widget-title {
	margin-bottom: 40px;
	position: relative;
	font-size: 2rem;
}
#footer-wrapper .widget-title:after {
	content: "";
	background-color: var(--theme-secondary-color);
	width: 20%;
	height: 5px;
	position: absolute;
	bottom: -10px;
	left: 0;
}
#footer-wrapper .text-center .widget-title:after {
	left: 50%;
	transform: translateX(-50%);
}

/* ===========================================================
 *	Blocks
 * ======================================================== */
 
/* == Block: Text Media == */
@media (max-width: 600px) {
	.wp-block-media-text.is-stacked-on-mobile {
		/* Force Media side to always be first */
		grid-template-areas: "media-text-media" "media-text-content" !important;
	}
	.wp-block-media-text .wp-block-media-text__content {
		padding-top: 20px;
	}
}

/* == Block: Font Awesome Icons == */
.wp-block-bne-fa-icon.fa-circle-white {
	width: 1.75em;
	height: 1.75em;
	border: 2px solid white;
	border-radius: 50%;
}

.wp-block-table td {
	word-break: keep-all;
}

/* ===========================================================
 *	Shortcodes
 * ======================================================== */



/* ===========================================================
 *	Plugins
 * ======================================================== */
 
/* == Gravity Forms == */
#wrapper .gform_wrapper .gform_footer {
	margin-top: 0;
}
/* #wrapper .gform_wrapper .gform_footer input[type=submit] {
	width: calc(100% - 16px);
	font-size: 30px;
} */

/* == Testimonials == */
.wp-block-bne-container.alignfull .testimonial-message {
	font-size: 24px;
	font-style: italic;
	font-family: "Libre Baskerville","Baskerville",Arial,sans-serif;
}
