/*

Theme Name: Pro &ndash; Child Theme
Theme URI: https://theme.co/pro/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

/*GLOBAL*/

.site, .x-site {
background-color: transparent;
}

body {
background-image: url("data:image/svg+xml,%3Csvg width='44' height='12' viewBox='0 0 44 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 12v-2L0 0v10l4 2h16zm18 0l4-2V0L22 10v2h16zM20 0v8L4 0h16zm18 0L22 8V0h16z' fill='%239C92AC' fill-opacity='0.06' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.bamboo {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='32' viewBox='0 0 16 32'%3E%3Cg fill='%239C92AC' fill-opacity='0.08'%3E%3Cpath fill-rule='evenodd' d='M0 24h4v2H0v-2zm0 4h6v2H0v-2zm0-8h2v2H0v-2zM0 0h4v2H0V0zm0 4h2v2H0V4zm16 20h-6v2h6v-2zm0 4H8v2h8v-2zm0-8h-4v2h4v-2zm0-20h-6v2h6V0zm0 4h-4v2h4V4zm-2 12h2v2h-2v-2zm0-8h2v2h-2V8zM2 8h10v2H2V8zm0 8h10v2H2v-2zm-2-4h14v2H0v-2zm4-8h6v2H4V4zm0 16h6v2H4v-2zM6 0h2v2H6V0zm0 24h2v2H6v-2z'/%3E%3C/g%3E%3C/svg%3E");
	padding: 15px !important;
	border: 1px solid rgba(56, 74, 78, 0.556) !important;
	border-radius: 10px!important;
	background-color: white !important;
}

/*CONTAINER*/

.x-container.offset {
margin: 1.5em auto !important;
}

.x-main.full {
margin: 0 30px !important;
}

.x-header-landmark { display: none; }

/*PAGES*/

.entry-wrap {padding-top:0 !important;}


/*GRID*/

.x-grid {
	grid-gap: 30px 30px !important;
}

/*NAVIGATION MENU*/

.x-navbar-wrap {
	margin: 0 30px !important;
}

ul.sub-menu {
	background-color: bluergba(168, 220, 224, 0.474) !important;
}

/*GRAVITY FORMS*/

.gform_wrapper .gform_footer input[type=submit] {
	background-color: #2e6492 !important;
	text-transform: uppercase !important;
}

