/*
Theme Name: NSS Custom Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: NSS Custom theme based off Beaver Builder Theme
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */

/*styles added by aaron.irons@caves.org -- Please contact before removal!!! */
.gchoice {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;padding:4px
}
.gchoice input {
    margin-bottom:0!important;
}
.vtc-custom-form-styles .gfield .gfield_description {
    order: 1;
    padding-top:0!important;
    padding-bottom:20px
}
.vtc-custom-form-styles .gfield .gfield_label {
    order: 0;
}
.vtc-custom-form-styles .gfield .ginput_container {
    order:2;
}
.vtc-custom-form-styles .gfield {
    display:flex;
    flex-direction:column
}
.address_country select {
    margin-bottom: 0 !important;
}
.ginput_container >span {
    display:flex;
    flex-direction:column-reverse;
}
/* end styles */


/* -- DON'T PANIC, CSS LOCATED TEMPORARILY IN BB GLOBAL SETTINGS - BACKUP IN PLACE -- */
.vtc-card-row .fl-col-content .fl-module-rich-text h2 {
	font-size: 25px;
	letter-spacing: 1px;
	margin-bottom: 3px;
}
.vtc-card-row .fl-col-content .fl-module-rich-text h3 {
	font-size: 19px;
	font-style: italic;
	font-weight: 700;
	margin-bottom: 3px;
	letter-spacing: 0px;
}
.vtc-card-row .fl-col-content .fl-module-rich-text h3 small {
	display: block;
	font-size: 16px;
}
.vtc-card-row .fl-col-content .fl-module-rich-text p,.vtc-card-row .fl-col-content .fl-module-rich-text div {
	margin-top: 15px;
	font-size: 14px;
}

.fl-theme-builder-header-vtc-header.post-template-default.single-post #fl-main-content .fl-col-has-cols {
	margin-top: 140px!important;
}
@media screen and (max-width: 768px) {
	.fl-theme-builder-header-vtc-header .vtc-page >.row >.fl-content{
		margin-top: 125px!important;
	}
}
@media screen and (max-width:540px) {
    .fl-theme-builder-footer-footer-vtc .fl-menu-mobile-toggle {
        position:relative;
        top:30px;
    }
    
    .fl-theme-builder-footer-footer-vtc .main-menu-flex {
        position:relative;
        top:-60px;
    }
    
    .fl-theme-builder-footer-footer-vtc .fl-module-photo {
        z-index:99;
    }
}
.fl-theme-builder-header-vtc-header .featured-news {
	margin-bottom: 100px;
}
.fl-theme-builder-header-vtc-header .sub-menu .menu-item {
	white-space: nowrap;
}
.fl-theme-builder-header-vtc-header .sub-menu .menu-item a {
	font-size: 13px;
}
.fl-theme-builder-header-vtc-header .featured-news .owl-stage-outer:before {
	background: linear-gradient(to right, transparent, #222222 50%)!important;
}
.fl-theme-builder-header-vtc-header .featured-news > .fl-row-content-wrap {
	background: #333!important;
}
.fl-theme-builder-header-vtc-header .nav-border-bottom {
	background: none!important;
}
.fl-post-grid-title {
	letter-spacing: normal;
}
.vtc-form .fl-input-group input, .vtc-form .fl-input-group textarea, .vtc-form .fl-input-group select,.gform_wrapper .gfield input,.gform_wrapper .gfield select,.gform_wrapper .gfield textarea .facetwp-number {
	border-color: #924445!important;
	background: #fff!important;
	border-radius: 6px!important;
	padding: 10px 14px!important;
	font-size: 16px;
	color: #333333!important;
	margin-bottom: 15px;
}
.gform_wrapper .gfield select, .vtc-form .fl-input-group select {
	width: 100%;
}


@media screen and (max-width: 769px) {
	.pp-infobox-wrap .pp-icon-wrapper {
		margin: 0 auto!important;
		width: 100%;
		display: flex;
		justify-content: center;
	}
}
.gfield-custom-file-upload .ginput_container_fileupload {
	padding: 15px;
	background: #ffffff;
	border-radius: 10px;
	margin: 0 0 20px 0;
	border: 1px solid #924445;
	overflow: hidden;
}
.gfield-custom-file-upload label {
	font-size: 18px;
	font-weight: bold;
}
.gfield-custom-file-upload .gform_fileupload_rules {
	display: block;
	margin-top: 10px;
}
.gform_validation_errors {
	padding: 20px;
	background: #cc0000;
	color: #ffffff;
	border-radius: 18px;
	margin-bottom: 20px;
}
.gform_validation_errors ol {
	margin-bottom: 0;
}
.gform_validation_errors h2 {
	font-size: 20px;
	font-weight: bold;
	font-family: "Sora",sans-serif;
	color: #ffffff;
}
.gform_validation_errors li,.gform_validation_errors h2, .gform_validation_errors a {
	color: #ffffff;
}
.gform-custom .gfield_description {
	margin-bottom: 10px;
	font-style: italic;
}
.gform-custom_wrapper .gform_title {
	display: none!important;
	position: absolute;
}
.gform-custom label, .gform-custom legend {
	font-size: 17px;
	margin-bottom: 5px;
	font-weight: bold;
}
.gform-custom .gchoice label {
	font-size: 16px;
	font-weight: normal;

}
@media screen and (min-width: 990px) {
	.gform-custom .gform_fields {
		margin: 0 -20px;
		display: flex;
		flex-wrap: wrap;
	}
	.gform-custom .gform_fields .gfield {
		width: 100%;
		padding-inline: 20px;
		margin-bottom: 30px;
	}
	.gform-custom .gform_fields .gfield--width-half {
		width: 50%;
	}
}
h2,h3,h4,h5,h6 {

}

h2 {
	letter-spacing: 0px;
}

/* Fix Beaver Builder Header Editor Click Issue */
body.fl-builder-edit .fl-page-content::before {
  pointer-events: none !important;
}


/* Fix for content sitting under the header */
/* Default desktop padding */
.fl-page-content {
  padding-top: 100px;
}

/* Tablet view */
@media (max-width: 991px) {
  .fl-page-content {
    padding-top: 80px;
  }
}

/* Mobile view */
@media (max-width: 768px) {
  .fl-page-content {
    padding-top: 70px;
  }
}


