/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.3
Text Domain:  Avada
*/

/* General */
body p {
	margin-top: 0;
}

/* Header */
#wrapper .fusion-tb-header > .fusion-fullwidth.fusion-sticky-container {
	-webkit-transition: padding ease 0.3s;
	-o-transition: padding ease 0.3s;
	transition: padding ease 0.3s;
}

#wrapper .fusion-tb-header > .fusion-fullwidth.fusion-sticky-transition {
	padding-top: 20px;
	padding-bottom: 20px;
}

.fusion-sticky-spacer {
	background-color: var(--awb-color6);
}

/* Main Menu */
.awb-off-canvas .menu-text,
.awb-off-canvas #menu-primary-menu,
.awb-off-canvas #menu-primary-menu li {
	-webkit-transition: all ease 0s !important;
	-o-transition: all ease 0s !important;
	transition: all ease 0s !important;
}

.awb-off-canvas #menu-primary-menu .main-menu-linkedin-icon .fusion-megamenu-icon {
	font-size: inherit !important;
	width: auto !important;
	padding-left: 0.1em !important;
}

.awb-off-canvas .off-canvas-close {
	font-size: calc(16px + 1.6vmin) !important;
}
@media screen and (orientation: portrait) {
	.fusion-body .awb-off-canvas .fusion-menu-element-wrapper[data-count="2"],
	.fusion-body .awb-off-canvas .fusion-menu-element-wrapper[data-count="2"] .fusion-menu-element-list .menu-item > a {
		font-size: 3.1vmax;
	}
}

/* Search */
#wrapper .fusion-live-search .fusion-search-post-type {
	color: var(--awb-color4);
}

/* Home Latest News */
#wrapper .ns-latest-news-card-title {
	position: absolute;
	z-index: 15;
	background-color: #fff;
	bottom: 60px;
	padding: 1em 1em 1em 25px;
}

.ns-home-latest-news.fusion-carousel .fusion-carousel-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}

.ns-home-latest-news.fusion-post-cards.fusion-carousel .fusion-carousel-item {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	position: relative;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	min-height: 30vmax;
}

#wrapper .ns-latest-news-card-read-more {
	position: absolute;
	z-index: 16;
	left: 50px;
	bottom: 40px;
}

.ns-latest-news-card-img .fusion-image-wrapper {
	width: 100%;
}

/* Home */
#wrapper .fusion-content-boxes.why-ns-icons {
	pointer-events: none;
}

#wrapper .fusion-content-boxes.why-ns-icons .heading img {
	width: 5em;
	height: 5em;
}

video.lazy.fade-in {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

video.lazy.fade-in.loaded {
  opacity: 1;
}


/* About Us */
.ns-vision-quote .fusion-column-wrapper {
	position: relative;
	overflow: visible !important;
}

#wrapper .ns-vision-quote .fusion-column-wrapper::before {
	content: "\201C";
	position: absolute;
	font-size: 120px;
	color: var(--awb-color5);
	left: -10px;
	top: -4px;
	background-color: var(--awb-color6);
	font-family: var(--awb-typography2-font-family);
	line-height: 0.7;
	height: 46px;
	display: block;
	width: 48px;
	text-align: left;
}

#wrapper .ns-vision-quote .fusion-column-wrapper::after {
	content: "\201D";
	position: absolute;
	font-size: 120px;
	color: var(--awb-color5);
	right: -10px;
	bottom: -2px;
	background-color: var(--awb-color6);
	font-family: var(--awb-typography2-font-family);
	line-height: 0.9;
	height: 44px;
	display: block;
	width: 50px;
	text-align: right;
}

/* Carousels */
#main .fusion-fullwidth:not(.overflow-visible) .fusion-column-wrapper {
	overflow: hidden;
}

#wrapper .fusion-image-carousel {
	margin-bottom: 0;
}

#wrapper .fusion-carousel .fusion-carousel-positioner {
	position: relative;
	max-width: calc(100% - 40px);
	margin: 0 30px 0 10px !important;
	overflow: visible;
}

.fusion-body .fusion-carousel .fusion-carousel-nav .fusion-nav-next {
	right: -30px !important;
	left: auto !important;
	margin: 0 !important;
	background-color: transparent !important;
}

.fusion-body .fusion-carousel .fusion-carousel-nav .fusion-nav-prev {
	left: -10px;
	margin: 0 !important;
	background-color: transparent !important;
}

#wrapper .ns-carousel-dark-nav .fusion-carousel button::before {
	color: var(--awb-color6) !important;
}

/* Metal Propellants */
#wrapper .ns-periodic-table .flex-control-nav.flex-control-paging {
	position: relative;
	bottom: auto;
	margin-top: 1.5em;
}

#wrapper .ns-periodic-table .flex-control-nav.flex-control-paging li a {
	width: 1em;
	height: 1em;
	background: rgba(255,255,255,.5);
	-webkit-box-shadow: none;
	        box-shadow: none;
}

#wrapper .ns-periodic-table .flex-control-nav.flex-control-paging li a.flex-active,
#wrapper .ns-periodic-table .flex-control-nav.flex-control-paging li a:hover {
	background: rgba(255,255,255,1);
}

#wrapper .ns-periodic-table .flex-direction-nav {
	display: none;
}

/* About */
#wrapper .img-cover,
#wrapper .img-cover .fusion-column-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: stretch;
	    -ms-flex-pack: stretch;
	        justify-content: stretch;
}

#wrapper .img-cover .fusion-column-wrapper > div,
#wrapper .img-cover .fusion-column-wrapper > div > .fusion-imageframe {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: stretch;
	    -ms-flex-pack: stretch;
	        justify-content: stretch;
	min-width: 100%;
	min-height: 100%;
}

#wrapper .img-cover .fusion-imageframe img {
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	display: block;
	position: relative;
	min-width: 100%;
	min-height: 100%;
}

/* [get_terms] */
#wrapper .ns-post-taxonomy-terms {
	z-index: 17;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

#wrapper .ns-home-latest-news .ns-post-taxonomy-terms {
	position: absolute;
	left: 0;
	margin-top: 20px;
}

#wrapper .ns-feature-news-cats.ns-post-taxonomy-terms {
	display: block;
}

#wrapper .ns-feature-news-cats .ns-post-tax-term {
	margin: 0 0.25em 0.25em 0;
}

#wrapper .ns-post-tax-term {
	padding: 0.25em 1em;
	background-color: #ccc;
	color: #fff;
	display: inline-block;
}

#wrapper .ns-home-latest-news .ns-post-tax-term {
	padding: 0.15em 0.5em 0.15em 50px;
}

#wrapper .ns-archive-item .ns-post-taxonomy-terms {
	position: absolute;
}

#wrapper .ns-news-tags .ns-post-tax-term {
	background-color: transparent;
	border: 1px solid #949494;
	border-radius: 4px;
	margin: 8px;
	padding: 1em;
	color: #9C9C9C;
	text-transform: lowercase;
	font-size: 0.9em;
	letter-spacing: 0;
}

#wrapper .ns-news-tags .ns-post-tax-term:hover {
	color: var(--primary_color);
}

#wrapper .ns-post-taxonomy-terms.ns-news-tags {
	margin: -8px -8px 8px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#wrapper .ns-post-taxonomy-terms.ns-single-article-title {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: revert;
	        flex-direction: revert;
}

#wrapper .ns-post-taxonomy-terms.ns-single-article-title .ns-post-tax-term {
	margin: 0 4px 8px;
}

body.single-post #wrapper .fusion-content-tb > p > img {
	margin-bottom: 20px;
}

/* News Archive */
#wrapper .fusion-post-cards.ns-featured-news .fusion-grid {
	margin-top: 0;
}

#wrapper .ns-news-col-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 30px calc((5.8%) + (1.92%) + 30px);
	-webkit-box-ordinal-group: 6;
	    -ms-flex-order: 5;
	        order: 5;
}

@media screen and (min-width: 712px) {
	#wrapper .ns-news-featured-item > .fusion-column-wrapper {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 50% 50%;
		grid-template-columns: 50% 50%;
	}
	
	#wrapper .ns-news-col-1 {
		padding: 30px 10% 30px calc((5.8%*2) + (1.92%*2) + 30px);
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
	}
	
	#wrapper .ns-news-featured-item-img,
	#wrapper .ns-news-featured-item-img .fusion-image-wrapper,
	#wrapper .ns-news-featured-item-img .fusion-image-wrapper > a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		-webkit-box-pack: stretch;
		    -ms-flex-pack: stretch;
		        justify-content: stretch;
		min-width: 100%;
		min-height: 100%;
	}
}

#wrapper .ns-news-featured-item-img img {
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	display: block;
	position: relative;
	min-width: 100%;
	min-height: 100%;
}

/* Events */
#wrapper .fusion-load-more-button {
	border: 2px solid var(--awb-color5);
	border-radius: 50px;
	display: block;
	margin: 0 auto;
	width: auto;
	padding: 1em 2em;
	line-height: var(--button_line_height, 1);
	font-size: var(--button_font_size, 14px);
	cursor: pointer;
	font-family: var(--button_typography-font-family);
	font-weight: var(--button_typography-font-weight);
	font-style: var(--button_typography-font-style,normal);
	letter-spacing: var(--button_typography-letter-spacing);
	text-transform: var(--button_text_transform);
}

#wrapper .fusion-load-more-button::before,
#wrapper .fusion-load-more-button::after {
	content: none;
	display: none;
}

/* News Singular */
body.single-post #wrapper .fusion-tb-page-title-bar .fusion-imageframe,
body.single-post #wrapper .fusion-tb-page-title-bar .fusion-imageframe img {
	min-width: 100%;
}

body.single-post #wrapper .fusion-content-tb .fusion-fullwidth {
	padding-left: 0;
	padding-right: 0;
}

body.single-post #wrapper .fusion-content-tb .fusion-fullwidth .fusion-builder-row {
	max-width: none !important;
}

body.single-post #wrapper .fusion-content-tb > p:first-child:not(:last-of-type),
body.single-post #wrapper .fusion-content-tb .fusion-fullwidth:first-child .fusion-text:first-child p:first-child:not(:last-of-type) {
	font-family: var(--h3_typography-font-family);
	font-size: var(--h3_typography-font-size);
	color: var(--primary_color);
	text-transform: uppercase;
}

@media screen and (max-width: 640px) {
	#wrapper .fusion-sharing-box {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-direction: row !important;
		        flex-direction: row !important;
	}
	
	#wrapper .fusion-sharing-box h4.tagline {
		margin-bottom: 0 !important;
	}
	
	#wrapper .fusion-sharing-box .sharingbox-shortcode-icon-wrapper {
		width: auto !important;
		-webkit-box-pack: end !important;
		    -ms-flex-pack: end !important;
		        justify-content: flex-end !important;
	}
}

/* News Sidebar */
#wrapper .fusion-widget-element {
	overflow: hidden;
}

#wrapper .widget-title {
	font-family: var(--body_typography-font-family);
	color: var(--link_color);
	font-size: var(--body_typography-font-size);
	font-weight: 700;
}

#wrapper .fusion-tabs-widget .fusion-tabs-clean.fusion-tabs-widget-wrapper .fusion-tabs-nav {
	margin-bottom: 0;
}

#wrapper .fusion-content-widget-area .fusion-tabs-widget .fusion-tabs-nav ul li a {
	font-family: var(--body_typography-font-family);
	color: var(--link_color);
	font-size: var(--body_typography-font-size);
	font-weight: 700;
}

#wrapper .fusion-content-widget-area .fusion-tabs-widget .fusion-tabs-clean .fusion-tabs-nav ul {
	border: 0 none transparent;
}

#wrapper .fusion-tabs-nav li {
	border: 0 none;
}

#wrapper .fusion-tabs-widget .fusion-tabs-widget-content .post-holder a {
	text-transform: uppercase;
	font-weight: 600;
}

#wrapper .fusion-tabs-widget .fusion-tabs-clean.fusion-tabs-widget-wrapper .fusion-tabs-widget-content .fusion-tabs-widget-items li {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding: 22px;
	border-top: 1px solid #d0d0d0;
}

#wrapper .fusion-tabs-widget .fusion-tabs-clean.fusion-tabs-widget-wrapper .fusion-tabs-widget-content .fusion-tabs-widget-items li:first-of-type {
	border-top: 0 none;
}

#wrapper .fusion-tabs-widget .image {
	margin-bottom: 0;
}

#wrapper .fusion-tabs-widget .fusion-tabs-widget-content .post-holder .fusion-meta {
	color: #9C9C9C;
}

/* Neumann Drive */
#wrapper .ns-ppps-numeral {
	background-color: var(--awb-color5);
	border-radius: calc(var(--awb-typography1-font-size)*1.25);
	display: inline-block;
	width: calc(var(--awb-typography1-font-size)*1.25);
	height: calc(var(--awb-typography1-font-size)*1.25);
	line-height: 1.26;
	text-align: center;
}

#wrapper .ns-ppps-numeral div {
	display: inline-block;
	width: auto;
}

#wrapper .ns-half-cyan-bg::after {
	content: "";
	background-color: #189ADE;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50%;
}

.fusion-content-boxes.fusion-columns-1 .fusion-column {
	margin-bottom: 20px;
}

#wrapper .ns-wpa-bg {
	overflow: visible;
}

#wrapper .ns-wpa-bg::before {
	content: "";
	background-color: #fff;
	position: absolute;
	left: -100vw;
	right: -100vw;
	top: 0;
	bottom: 50%;
	z-index: 1;
}

#wrapper .ns-wpa-bg img {
	z-index: 5;
	position: relative;
}

.post-content .fusion-imageframe,
.post-content .fusion-imageframe a,
.post-content .fusion-imageframe img {
	width: 100%;
}

/* FAQs */
#wrapper .fusion-accordian .fa-fusion-box {
	border-radius: 1em;
	width: 2em;
	height: 2em;
	padding: 0;
}

#wrapper .active .fa-fusion-box.active-icon.awb-icon-minus,
#wrapper .collapsed .fa-fusion-box.inactive-icon.awb-icon-plus {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
}

#wrapper .active .fa-fusion-box.active-icon.awb-icon-minus::before,
#wrapper .collapsed .fa-fusion-box.inactive-icon.awb-icon-plus::before {
	line-height: 1em;
	width: 1em;
	height: 1em;
}

/* Class Overrides */
.allow-break {
	overflow-wrap: break-word;
	word-wrap: break-word;
}

/* Fusion Builder Elements */
/* Flip Boxes */
#wrapper .fusion-flip-boxes .fusion-flip-box .flip-box-inner-wrapper {
	margin-bottom: 30px;
	/*perspective: 1000px;*/
}

#wrapper .fusion-flip-boxes .fusion-flip-box .flip-box-back,
#wrapper .fusion-flip-boxes .fusion-flip-box .flip-box-front {
	/*perspective: 1000px;*/
	padding: 20px 15px 0;
}

/* Content Boxes */
#wrapper .fusion-content-boxes .fusion-column {
	text-align: center;
}

#wrapper .fusion-content-boxes .heading .content-box-heading {
	font-size: var(--h3_typography-font-size) !important;
	text-transform: uppercase;
}

#wrapper .fusion-content-boxes.ns-expertise {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}

#wrapper .fusion-content-boxes.ns-expertise .link-area-box {
	cursor: default;
}

#wrapper .fusion-content-boxes.ns-expertise .content-box-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}

#wrapper .fusion-content-boxes.ns-expertise .content-box-wrapper {
	border-bottom: 1px solid #D9D9D9;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#wrapper .fusion-content-boxes.ns-expertise .content-container {
	text-align: left;
	padding-left: 0 !important;
}

#wrapper .fusion-content-boxes.ns-expertise .heading .image {
	position: relative;
}

/* Our Team */
#wrapper .fusion-post-cards.ns-board  .fusion-carousel-wrapper .fusion-social-networks-wrapper,
#wrapper .fusion-post-cards.ns-board  .fusion-carousel-wrapper .fusion-social-links {
	margin-top: 0;
}

.fusion-post-cards.ns-board  .fusion-carousel-wrapper .fusion-social-networks-wrapper:empty {
	display: none;
}

.fusion-post-cards.ns-board  .fusion-carousel-wrapper .fusion-social-networks-wrapper:not(:empty)::before {
	border-top: 1px solid #707070;
	content: "";
	width: 100px;
	display: block;
	position: relative;
	margin: 0 auto 10px;
}

.ns-board.fusion-carousel .fusion-carousel-item .fusion-image-wrapper {
	min-width: 100%;
}

/* Mission */
#wrapper .white-hr hr {
	border: 0 none;
	border-top: 1px solid #fff;
	width: 80%;
	margin-left: 0;
	margin-right: 0;
	display: inline-block;
}

/* Contact */
.grecaptcha-badge {
	display: none !important;
}

#wrapper .wpcf7-form {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 2fr 1em 3fr;
	grid-template-columns: 2fr 3fr;
	grid-column-gap: 1em;
	grid-row-gap: 2em;
}

#wrapper .wpcf7-form textarea::placeholder {
    color: #707070;
}

#wrapper .wpcf7-form .ns-form-full,
#wrapper .wpcf7-response-output {
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1 / span 2;
}

@media screen and (max-width: 500px) {
	#wrapper .wpcf7-form {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	
	#wrapper .wpcf7-form .ns-form-full,
	#wrapper .wpcf7-response-output {
		-ms-grid-column: 1;
		grid-column: 1;
	}
}

#wrapper .wpcf7-checkbox .wpcf7-list-item,
#wrapper .wpcf7-acceptance .wpcf7-list-item {
	display: inline-block;
	margin: 0 3em 0 0;
}

#wrapper .wpcf7-form input[type="checkbox"] {
	border: 1px solid #707070;
	margin: 0.6em 0.6em 0.6em 0;
	height: 1.5em;
	width: 1.5em;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	border-radius: 5px;
}

#wrapper .wpcf7-form input[type="checkbox"]:checked {

}

#wrapper .wpcf7-form b {
	margin-bottom: 0.5em;
	display: inline-block;
}

#wrapper .wpcf7-checkbox .wpcf7-list-item label,
#wrapper .wpcf7-acceptance .wpcf7-list-item label {
	position: relative;
}

#wrapper .wpcf7-checkbox .wpcf7-list-item-label::before,
#wrapper .wpcf7-acceptance .wpcf7-list-item-label::before {
	content: "\f00c";
	font-family: awb-icons !important;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: calc(0.25em - 1px);
	top: calc(0.25em - 1px);
	color: var(--awb-color5);
	opacity: 0;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
	cursor: pointer;
	-webkit-transform: scale(0.5);
	    -ms-transform: scale(0.5);
	        transform: scale(0.5);
}

#wrapper .wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label::before,
#wrapper .wpcf7-acceptance .wpcf7-list-item input:checked + .wpcf7-list-item-label::before {
	opacity: 1;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

#wrapper .wpcf7-submit {
	color: var(--awb-color6);
}

#wrapper .ns-enquiry-prompt {
	margin: 0;
}

#wrapper .ns-enquiry-prompt li {
	margin-bottom: 0.5em;
	width: 100%;
}

/* Footer */
#menu-footer-socials .fusion-megamenu-icon {
	padding-left: 0;
	width: auto;
	padding-right: 0.75em;
}

/* Media Queries */
@media screen and (max-width: 1024px) {
	#wrapper .ns-latest-news-card-title {
		bottom: auto;
		padding: 0.5em 1em 0.5em 10px;
		position: relative;
		margin-bottom: 0 !important;
	}
	
	#wrapper .ns-latest-news-card-read-more {
		position: relative;
		z-index: 16;
		left: 10px;
		bottom: auto;
	}
	
	.ns-home-latest-news.fusion-post-cards.fusion-carousel .fusion-carousel-wrapper,
	.ns-home-latest-news.fusion-post-cards.fusion-carousel .fusion-carousel-holder,
	.ns-home-latest-news.fusion-post-cards.fusion-carousel .fusion-carousel-item {
		/*min-height: 40vmax;*/
	}
	
	#wrapper .ns-home-latest-news .ns-post-tax-term {
		padding: 0.15em 0.5em 0.15em 27px;
	}
}


@media screen and (max-width: 640px) {
	#wrapper .ns-latest-news-card-title {
		bottom: auto;
		padding: 0.5em 1em 0.5em 10px;
		position: relative;
		margin-bottom: 0 !important;
	}
	
	#wrapper .ns-latest-news-card-read-more {
		position: relative;
		z-index: 16;
		left: 10px;
		bottom: auto;
	}
	
	.ns-home-latest-news.fusion-post-cards.fusion-carousel .fusion-carousel-wrapper,
	.ns-home-latest-news.fusion-post-cards.fusion-carousel .fusion-carousel-holder,
	.ns-home-latest-news.fusion-post-cards.fusion-carousel .fusion-carousel-item {
		min-height: 40vmax;
	}
	
	body #content {
		margin-bottom: 0;
	}
}