/* 
Theme Name:		 ParallaxSome Child
Theme URI:		 http://childtheme-generator.com/
Description:	 ParallaxSome Child is a child theme of ParallaxSome, created by ChildTheme-Generator.com
Author:			 John Worth
Author URI:		 http://childtheme-generator.com/
Template:		 parallaxsome
Version:		 1.0.0
Text Domain:	 parallaxsome-child
*/

/*PRIMARY ELEMENTS*/
.page-template-template-home {
	background-image: url(/wp-content/uploads/2020/10/aromatherapy-nature-bg1.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}


/*HEADER*/
.ps-innerpages-header-wrapper {padding: 140px 0 20px;}
.site-header {transition: all 0.6s ease 0s;}
header {height: 112px;}
.without-slider .ps-whole-header {background-color: transparent;}
.sticky-wrapper .site-header {background-color:rgba(255,255,255,0.6)!important;}
.sticky-wrapper.is-sticky .site-header {
	background-color:rgba(255,255,255,0.9)!important;
	border-bottom: 1px solid #cccccc;
}
.ps-header-wrapper {padding: 0!important;}


/*HEADER - inner pages*/
.ps-innerpages-header-wrapper:before {background-color: rgba(0,0,0,0.2);}

/*HOMEPAGE*/
#section-about,
#section-testimonials,
#section-contact {background: rgba(255,255,255,.9)!important;}
.section-content-wrapper {
	margin: 90px 0 0 0;
	padding-bottom: 50px;
}
.ps-protfolio-wrapper {border-bottom: none;}
.ps-front-slider-wrapper .single-slide-wrap:before {
	background-color: rgba(0,0,0,.2);
}
#section-portfolio {padding: 0 0 80px;}
#section-portfolio .section-description {
color: #000000;
font-weight: bold;
}

#section-testimonials .bx-wrapper .bx-viewport {
	border: 4px solid #E1EFDF;
	border-radius: 6px;
}

#section-portfolio article {
	background: rgba(255,255,255,.42);
	margin: 12px;
	padding: 12px;
	border-radius: 5px;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.75);
}
#section-portfolio .ld_course_grid_price.ribbon-enrolled {
    background: #5cb85c;
    box-shadow: 0 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px rgba(0,0,0,0.2);
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.3);
    position: absolute;
    font-size: 14px;
    top: 6px;
    padding: 3px 10px;
    font-weight: bold;
}
#section-portfolio .ld_course_grid_price.ribbon-enrolled:before {
	content: '';
	border: 4px solid transparent;
    border-top: 4px solid #348c34;
    border-right: 4px solid #348c34;
    position: absolute;
    left: 0;
    bottom: -8px;
}
#section-portfolio .ld_course_grid h3,
#section-portfolio .ld_course_grid_button {
	color: #202020;
}

/*MENU*/
.main-navigation ul li a {
	font-family: 'Raleway';
	color: #202020;
}
.nav-wrapper {text-align: right;}

#menu-scroll-menu {margin: 0; padding-left: 0;}
#scr-menu {
	position: relative;
	top: -20px;
	text-align: center;
}
#scr-menu li {
	display: inline-block;
}
#scr-menu li a {
	color: #000000;
	padding: 6px 12px;
	font-size: 14px;
}
#scr-menu li a:hover {color: #396929;}