/*
Theme Name:         G5Plus Pepper Child Theme
Theme URI:          https://pepper.g5plus.net/
Description:        G5Plus Pepper Child Theme
Version:            1.0
Author:             g5plus
Author URI:         http://g5plus.net/
Template:     		g5plus-pepper

License:            GNU General Public License v2 or later
License URI:        http://www.gnu.org/licenses/gpl-2.0.html

Tags: 				two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: 		g5plus-pepper
*/
/************************************************************************************
Put your custom CSS below this block :)
*************************************************************************************/


.snippets-box {
	font-size: 20px;
	padding: 20px;
	min-height: 125px;
	display: flex;
	align-items: center;
	margin: 0 auto !important;
	width: 100%;
	flex-wrap: wrap;
}

.snippets-box a {
	width: 100%;
	display: block;
	text-align: center;
	margin: 0 auto;
}

#volume-img-right .vc_single_image-wrapper {
	position: relative;
	padding-right: 15px;
	padding-bottom: 15px;
}
#volume-img-right .vc_single_image-wrapper::after {
	position: absolute;
	content: "";
	background-color: #154999;
	right: 0;
	bottom: 0;
	width: 94%;
	height: 95%;
	top: 35px;
	left: 30px;
}
#volume-img-right img {
	position: relative;
	z-index: 9;
}
#volume-img-left .vc_single_image-wrapper {
	position: relative;
	padding-left: 15px;
}
#volume-img-left .vc_single_image-wrapper::after {
	position: absolute;
	content: "";
	background-color: #154999;
	right: 0;
	bottom: 0;
	width: 96%;
	height: 96%;
	top: 35px;
	left: 0px;
}
#volume-img-left img {
	position: relative;
	z-index: 9;
}

#front_section1 .gf-heading .heading-title {
	font-family: 'Oswald', sans-serif !important;
	font-weight: 700 !important;
	text-transform: uppercase;
}

#front_section1 .gf-heading .heading-title span {
	color: #154999;
}

#front_section2 .gf-heading .heading-title {
	font-family: 'Oswald', sans-serif !important;
	font-weight: 700 !important;
	text-transform: uppercase;
}

#front_section2 .gf-heading .heading-title span {
	color: #154999;
}
#front_section3 .gf-heading .heading-title {
	font-family: 'Oswald', sans-serif !important;
	font-weight: 700 !important;
	text-transform: uppercase;
}

#front_section3 .gf-heading .heading-title span {
	color: #154999;
}
