/*!
Theme Name: nccpa
Theme URI:
Author: The Creative Momentum - John Marco Alcaria
Author URI: https://www.thecreativemomentum.com/
Description: Child Theme for nccpa Custom WordPress Theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nccpa
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/
/*Global*/

.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {
  padding-top: 0 !important;
}

.vc_row {
  margin-left: 0 !important;
  margin-right: 0 !important
}

.row {
  position: relative;
}

.rev_slider_wrapper {
  z-index: 7 !important;
  overflow: hidden !important
}

.vc_carousel-inner img {
  margin: 0 auto;
}

.vc_carousel-inner .vc_inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}

.vc_section {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-top: 0 !important;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
  margin-bottom: 0 !important;
}

.wpb_single_image {
  position: relative;
}

.wpb_single_image.bordered_image img {
  margin: 0 !important;
  border-radius: 6px;
}

.aligncenter {
  text-align: center;
}

.mc4wp-response .mc4wp-alert p{
	display:block;
	text-align: center;
    margin-top: 20px !important;
    line-height: 29px;
}


/* Overlays */
.dark_overlay1 {
	position:relative
}
.dark_overlay1:before {
	background:  rgba(51, 51, 51, 0.7);
	 content: "" !important;
    display: block !important;
	left: 0;
	top:0;
	width: 100%;
	height:100%;
	position:absolute;
}

/* Connect Page - Hero position */
/* @media screen and (max-width: 767px){
  .page-id-21 .hero_section {
    background-position: top left !important;
  }
} */

span.mobile_break {
  display: block;
}
span.mobile_break small {
  display: none;
}

 @media screen and (max-width: 1024px){
  span.mobile_break small {
    display: inline-block;
  }
}

.search-results .attachment{
  display: none
}


