/*!
Theme Name: vusifilms
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vusifilms
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

vusifilms is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}



/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */


/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- 
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}


button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}


button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}


input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

*/

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}








/* Custom CSS */

.image-hover{
    transition: transform 0.5s ease-out;
}

.image-hover:hover  {
    transform: scale(1.05);
}


.table-class{
	display: flex;
    width: 100% !important;
    padding: 15px !important;
    background: #fff1;
    border-radius: 20px;
    border: 1px solid #fff1;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.table-class p{
	margin-bottom: 0px!important;
}

.portfolio-template-default h3{
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 600;
}

.vusi-cta-section{
	margin-top :50px;
}


.wp-block-table{
	margin-top: 0px;
}



.horizontal .panel {
    opacity: 0.25;
    transform: scale(0.96);
    transition:
        opacity 0.45s ease,
        transform 0.45s ease;
}

a{
	color: #fff;
}

.vusi-cta-wrapper h2{
	-webkit-text-stroke: 2px #000 !important;
	letter-spacing: 0.1px;
}


.highlight-small{
	-webkit-text-stroke: 1.5px #F7FF13 !important;
}


.page-id-130{
		background: rgb(147 155 019 / 100%);
}




.page-id-126 body{ 
	background: #000!important;
}

.page-id-126 .background{
	display: none;
}


#first-section{
	overflow: hidden!important;
}

.vusi-switch{
	overflow: hidden!important;
}




.horizontal .panel--1{
	opacity: 1!important;
}

.horizontal .panel.is-visible {
    opacity: 1;
    transform: scale(1);
}


.split-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 80px;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.image-container,
.text-container {
    min-width: 0;
    box-sizing: border-box;
}

.image-container {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.image-1,
.image-2,
.image-3 {
    min-width: 0;
    overflow: hidden;
}

.image-1,
.image-2 {
    aspect-ratio: 1.55 / 1;
    border-radius: 24px;
}

.image-3 {
    grid-column: 1 / -1;
    aspect-ratio: 2.2 / 1;
    border-radius: 24px;
}

.split-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.hero-video__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
	filter: blur(10px);
	transform: scale(1.1);
}

.hero-video__content {
    position: relative;
    z-index: 1;
    color: white;
}



#members .splide__slide img {
  transform: scale(0.6);
	transition: 0.2s;
	opacity: 0.4;
	border-radius: 20px;
}


#creative-mates{
	overflow: hidden;
}

.vusi-services-slider{
	margin-top: 100px;
}

.contact-form-vusi input, .contact-form-vusi textarea, .contact-form-vusi select{
	margin-bottom: 0px!important;
}

.marktekst{
	color: #fff;
}

.content-container{
	background-position: center!important;
}


table{
	margin-bottom: 0px;
}


.team-table table{
	margin-bottom: 0px;
}

.vusi-services-slider{
	font-family: "source-sans-pro"!important;
}

.horizontal a{
	font-family: "Bebas neue"!important;
	color: #fff!important;
}

#members .splide__slide img{
	background: rgb(255, 255, 255,15%);
}

#members .splide__slide.is-prev img{
	margin-left: -20px;
}

#members .splide__slide.is-next img{
	margin-left: 20px;
}

#members .splide__slide.is-prev img,
#members .splide__slide.is-next img {
  transform: scale(0.85);
  opacity: 1;
	opacity: 0.7;
  z-index: 5;
}

#members .splide__slide.is-active img {
  transform: scale(1);
  opacity: 1;
  z-index: 5;
}



.single-portfolio td{
	padding: 5px;
	border: 0px solid;
	border-bottom: 0px;
	font-size: 15px;
	
}




#page-body{
	transition: background-color 1s ease;
}


#page-body.horizontal-active h2,
#page-body.horizontal-active p{
	color: #F7FF13!important;
}




.mcd-portfolio-item h3{
	max-width: 80%;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff0;
	letter-spacing: 4%;
    -webkit-text-stroke: 1.5px #F7FF13;
	font-family: 'Bebas neue';
	transition: 0.2s;
}

.mcd-portfolio-item:hover h3{
	color: #fff!important;
	-webkit-text-stroke: 0px #fff;
}



#mobile-menu-toggle{
	border: 0px;
}



.mcd-filter-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  overflow: visible;
	background: none!important;
}

.mcd-filter-btn span {
  position: relative;
  z-index: 2;
}

.mcd-filter-btn__outline {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
}

.mcd-filter-btn__outline rect {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
  opacity: 0;
}

.mcd-filter-btn.is-active .mcd-filter-btn__outline rect {
  opacity: 1;
}

.mcd-filter-btn.is-drawing .mcd-filter-btn__outline rect {
  animation: mcd-draw-btn 0.7s cubic-bezier(.65,0,.35,1) forwards;
}

@keyframes mcd-draw-btn {
  from {
    stroke-dashoffset: var(--path-length);
    opacity: 1;
  }
  to {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}




.stacked-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.contact-form-vusi input, .contact-form-vusi textarea,
.contact-form-vusi select{
	margin-bottom: 10px;
	border: 1px solid #fff2;
	border-radius: 20px;
}




#creative-mates .grid-2{
	display: flex!important;
	flex-direction: row;
	width: auto;
	grid-column-gap:150px!important;
	max-width: 1000px;
	margin: 0 auto!important;
	justify-content: center;
}

@media (max-width: 980px){
	

#creative-mates .grid-2{
	display: grid!important;
	grid-template-columns: 1fr!important;
	grid-column-gap: 20px;
	grid-row-gap: 50px;
}
	
	
}

.h3-title{
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: -2%;
	font-family: "source-sans-pro", sans-serif;
}

#creative-mates{
	padding: 20px;
	margin-top: 100px;
	margin-bottom: 100px;
}


.content-container{
	background: url('/wp-content/uploads/2026/03/elementor-placeholder-image-1.png');
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.vusi-services-slider span{
	text-transform: uppercase!important;
	
	-webkit-text-stroke: 1.5px #F7FF13!important;
}



.content-container .overlay{
	position: absolute;
	bottom: 0px;
	line-height: 1;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: start;
	align-items: end;
	padding: 20px;
	background: #000;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
 
.content-container .overlay h3{
	font-size: 20px;
}

.video-container{
	height: 100%;
	position: relative;
	display: block;
	overflow: visible!important;
}
 
 

nav a:hover{
	color: #F7FF13 !important;
	text-decoration: underline!important;
}

.video-overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.line-text{
	 -webkit-text-stroke: 2px #F7FF13 !important;
  color: transparent;
}



/* De animatie definitie */
@keyframes logo-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.mcd-portfolio-item p{
	
	margin-bottom: 0px!important;
}

.tw-animate-logo-scroll img{
	height: auto;
}

/* De class die de beweging start */
.tw-animate-logo-scroll {
  display: flex !important;
  width: max-content !important;
  animation: logo-scroll 20s linear infinite !important;
}



#logo-slider{
	background: none;
}

/* Zorg dat de logo's niet vervormen */
.tw-animate-logo-scroll img {
  flex-shrink: 0 !important;
  max-width: none !important;
	width: 200px;
}
 


.page-header{
	margin-top: -20vh;
}

a{
	font-family: "source-sans-pro", sans-serif!important;
}


p{
	/* font-family: "source-sans-pro", sans-serif!; */
	font-size: 20px;
	/* font-weight: 300; */
}

.site-nav a{
	font-family: "source-sans-pro", sans-serif!important;
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
}


.mcd-portfolio-filters button{
	font-family: "source-sans-pro", sans-serif;
	background: !important;
	color: #fff!important;
	font-weight: 700;
	border: 0px solid;
	font-size: 18px!important;
	border-radius: 500px;
	padding: 15px!important;
	width: auto!important;
	display: inline-flex!important;
	text-transform: uppercase;
}

.contact-form-vusi button, .contact-form-vusi input[type="button"], .contact-form-vusi input[type="reset"], .contact-form-vusi input[type="submit"]{
	font-family: "source-sans-pro", sans-serif;
	background: #F7FF13 !important;
	color: #000!important;
	font-weight: 700;
	border: 0px solid;
	font-size: 18px!important;
	border-radius: 500px;
	padding: 15px!important;
	width: auto!important;
	display: inline-flex!important;
	text-transform: uppercase;
}

.contact-form-vusi p{
	margin: 0px;
}

.contact-form-vusi input, .contact-form-vusi select{
	padding: 10px;
	outline: none;
	width: 100%;
	color: #fff;
}

.wpcf7-not-valid-tip{
	font-size: 10px;
	display: inline-flex;
	margin-top: 0px;
	background: #fff;
	line-height: 1;
	padding: 5px;
	border-radius: 50px;
	color: #000;
}

.contact-form-vusi input:focus,
.contact-form-vusi textarea:focus{
	color: #fff;
}

.contact-form-vusi label{
	font-weight: 400;
	color: #fff;
	font-size: 15px!important;
}

.contact-form-vusi textarea{
	padding: 10px;
	width: 100%;
	max-height: 100px;
	outline: none;
	color: #fff;
}

ul, ol{
	margin: 0px;
}

body{
	background: #000;
}

h1{
	font-family: "source-sans-pro", sans-serif; 
	letter-spacing: -0.025em;
	font-weight: 900;
	text-transform: uppercase;
}

#hero-title{
	font-weight: 900!important;
  color: #fff;
  -webkit-text-stroke: 2.5px #fff; /* dikte + kleur */
}

h2{
		font-family: "source-sans-pro"!important;
	line-height: 1.2;
	letter-spacing: -1.5px;
}

.highlight{
	color: #fff0;
	-webkit-text-stroke: 2.5px #F7FF13; /* dikte + kleur */
}



.site-nav {
  top: 0;
}

body.admin-bar .site-nav {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .site-nav {
    top: 46px;
  }
}





/*
.vid-preview{
	aspect-ratio: 16/9;
	background: url('http://vusi.local/wp-content/uploads/2026/03/elementor-placeholder-image-1.png');
	width: 100%;
	margin-top: 20px;
	background-size: cover;
	border-radius: 20px;
}
*/

.marker{
	background: yellow;
	font-weight: 500;
	display: inline-block;
	padding: 5px;x
	line-height: 1;
	margin-left: 10px;
	margin-right: 10px;
	transform: scale(1.1)!important;
}

.split-content{
	width: 100%;
	grid-column-gap :50px!important;

}


@media (min-width: 980px){
.split-content .image-container{
	display: grid;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	grid-template-columns: 1fr 1fr;
}
	

}





@media (max-width: 980px){
	
.split-content{
	display: grid;
	grid-template-columns: 1fr!important;
	padding: 20px!important;
}
	
	.split-content .image-container{
	 display: grid;
		min-width: 0%;
		grid-column-gap: 20px;
		grid-row-gap: 20px;
}
}

.v-section--1 .image-container .image-1{
	background: url("/wp-content/uploads/2026/03/elementor-placeholder-image-1.png");
	background-size: cover;
	border-radius: 20px;
	aspect-ratio: 1/1;
	width: 100%;
}

.v-section--1 .image-container .image-2{
	background: url("/wp-content/uploads/2026/03/elementor-placeholder-image-1.png");
	background-size: cover;
	aspect-ratio: 1/1;
	border-radius: 20px;
	width: 100%; 
}

.v-section--1 .image-container .image-3{
	background: url("/wp-content/uploads/2026/03/elementor-placeholder-image-1.png");
	background-size: cover;
	aspect-ratio: 16/9;
	border-radius: 20px;
	width: 100%;
	grid-column: span 2;
}



 


@media (max-width: 980px){
	.panel{
		height: auto!important;
	}
}


.panel{
	flex: 1!important;
	padding: 0px!important;
	box-shadow: 0px 0px!important;
}

.panel{
  height: 100vh;
}

.vid-thumb{
	margin-bottom: 25px;
	margin-top: 25px;
}

.vid-thumb{
	position: relative;
	border-radius: 50px!important;
}

.prev-vid h1{
	position: absolute;
	left: 40px;
	padding: 0px;
	margin: 0px!important;
	line-height: 0.7;
	bottom: 40px;
	
}


.prev-vid:hover h1{
	font-size: 100px;
-webkit-text-stroke: 2px #646F4B;
  color: #646F4B; /* no fill */
}

.prev-vid h1{
	transition: 0.2s;
	font-size: 100px;
	
-webkit-text-stroke: 2px #fff;
  color: #fff0; /* no fill */
}

.v-section--3{
	background: #000!important;
}

.v-section--3{
	color: #fff!important;
}


.panel {
  height: 100%;
  padding: 4rem 10vw;
  display: flex;
  flex-direction: column;
	font-family: 'Bebas Neue'!important;
	letter-spacing: 1px!important;
  justify-content: center;
}

.fade-up-element{
	background-size: cover!important;
	background-position: center!important;
}

#panel-4{
	max-width: 300px;
}

#panel-6{
	max-width: 300px;
}

#panel-7{
	max-width: 300px;
}

#panel-9{
	margin-right: 250px;
}


.panel--video{
	max-width: 500px;
	justify-content:  center!important;
	margin-right: 100px;
} 



#panel-2 h2, #panel-8 h2{
	font-size: 50px!important;
}

#panel-8{
	margin-left: 150px;
}


.first-tekst-element{
	width: 100%;
	border-radius: 10px;
	background-size: cover;
}  

.first-tekst-element p{
	margin-bottom: 10px;
	margin-top: 10px;
}

.first-video-element:hover{
	transform: scale(1.1)!important;
}

.first-video-element{
	background: #fff;
	width: 100%;
	aspect-ratio: 16/9;
	margin-top: 100px;
	margin-bottom: 100px;
	border-radius: 50px;
	background-size: cover;
}  







@keyframes move {
    100% {
        transform: translate3d(0, 0, 1px) rotate(360deg);
    }
}



.background {
		display: block;
	position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
		z-index: -1;
		pointer-events: none;
    background: none;
    overflow: hidden;
		opacity: 0.5;
}




/*

.background span {
    width: 35vmin;
    height: 35vmin;
    border-radius: 35vmin;
    backface-visibility: hidden;
    position: absolute;
    animation: move;
    animation-duration: 34;
    animation-timing-function: linear;
	
	
    animation-iteration-count: infinite;
}


.background span:nth-child(1) {
    position: absolute;
    width: 28vmin;
    height: 28vmin;
		
    border-radius: 50%;
    background: transparent;
    border: 2px solid #F7FF13;
    top: 6%;
    left: 81%;
    animation-duration: 82s;
    animation-delay: -45s;
    transform-origin: 13vw -21vh;
}

.background span:nth-child(1) {
    color: #F7FF13;
    top: 27%;
    left: 19%;
    animation-duration: 90s;
    animation-delay: -141s;
    transform-origin: 17vw -15vh;
    border: 2px solid #F7FF13;
}
.background span:nth-child(2) {
    color: #F7FF13;
    top: 78%;
    left: 57%;
    animation-duration: 97s;
    animation-delay: -4s;
    transform-origin: -17vw -22vh;
    border: 2px solid #F7FF13;
}
.background span:nth-child(3) {
    color: #F7FF13;
    top: 49%;
    left: 37%;
    animation-duration: 111s;
    animation-delay: -63s;
    transform-origin: -5vw 9vh;
    border: 2px solid #F7FF13;
}
.background span:nth-child(4) {
    color: #F7FF13;
    top: 75%;
    left: 32%;
    animation-duration: 134s;
    animation-delay: -7s;
    transform-origin: 6vw 17vh;
    border: 2px solid #F7FF13;
}
.background span:nth-child(5) {
    color: #F7FF13;
    top: 84%;
    left: 34%;
    animation-duration: 135s;
    animation-delay: -7s;
    transform-origin: -14vw 15vh;
    background: transparent;
   border: 2px solid #F7FF13;
	
}
.background span:nth-child(6) {
    color: #1f2922;
    top: 22%;
    left: 53%;
    animation-duration: 115s;
    animation-delay: -98s;
    transform-origin: -12vw 2vh;
}
.background span:nth-child(7) {
    color: #1f2922;
    top: 23%;
    left: 91%;
    animation-duration: 105s;
    animation-delay: -9s;
    transform-origin: -1vw 17vh;
  
}

*/




body{
	--vusigreen: #646F4B;
	--vusiwhite: #fff;
}

.project-display{
	background-size: cover!important;
}

.v-full{
	z-index: 1;
	min-height: 80vh!important;
}

.pbt-150{
	padding-top: 150px!important;
}

.split-content{
	gap: 50px;
}



/* container max breedte */
.mcd-portfolio-simple{
  margin:0 auto;
	padding: 20px;
}

.pbt-150{
	padding-top: 150px;
	padding-bottom: 150px;
}

.page-content, .entry-content, .entry-summary{
	margin: 0px;
}

.mcd-portfolio-filters{
	color: #000;
}


.quote-img img{
	margin: 0 auto;
}

.split-content{
	padding: 20px;
}



.mcd-portfolio-filters .is-active{
	background: #000;
	color: #fff;
}


.mcd-portfolio-filters button{
	border: 0px solid!important;
	background: #f9f9f9;
}

.mcd-portfolio-filters button:hover{
	opacity: 0.8;
}

/* Isotope-proof 2 kolommen + 40px ruimte */
.mcd-portfolio-grid{
  display:flex;
  flex-wrap:wrap;
  margin:-20px;                 /* = -(gap/2) => 40px gap */
}

/* items: 2 naast elkaar (desktop/tablet) */
.mcd-portfolio-grid > .mcd-portfolio-item{
  box-sizing:border-box;
  width:calc(50% - 40px);       /* 2 kolommen met 40px gap */
  margin:20px;                  /* = gap/2 */
}

/* mobiel: 1 kolom */
@media (max-width:768px){
  .mcd-portfolio-grid{
    margin:-15px;               /* optioneel iets compacter */
  }
  .mcd-portfolio-grid > .mcd-portfolio-item{
    width:calc(100% - 30px);
    margin:15px;
  }
}

/* FADE UP ANIMATIE CSS */
.fade-up-element {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1.2s cubic-bezier(0.2, 1, 0.3, 1), 
                transform 1.2s cubic-bezier(0.2, 1, 0.3, 1);
    will-change: transform, opacity;
	
}

.fade-up-element.is-visible {
    opacity: 1;
    transform: translateY(0);
}


/* TEXT REVEAL ANIMATIE CSS */
.text-reveal {
    opacity: 0;
    transform: translateY(30px);
    /* Verwijder transition-delay hier volledig */
    transition: opacity 1s cubic-bezier(0.2, 1, 0.3, 1), 
                transform 1s cubic-bezier(0.2, 1, 0.3, 1);
    will-change: transform, opacity;
}

.text-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* VERWIJDER DIT: p.text-reveal { transition-delay: 0.2s; } */



.panel--4 h2{
	font-size: 50px;
}






.panel--1{
	min-width: 100vw!important;
	padding: 100px!important;
}



.panel.panel--2{
	width: 300px;
	padding: 20px!important;
	min-width: 100px!important;
}


.panel.panel--3{
	width: 400px;
	padding: 20px!important;
	min-width: 100px!important;
}

.panel.panel--4{
	width: 100%!important;
}



.aspect11{
	height: auto;
	aspect-ratio: 1/1;
	width: 100%;
	display: block;
	background: #676F4F; 
	border-radius: 10px;
}



.quote-img{
	width: 100%;
}






.vertical-center .text-container{
	vertical-align: center;
	display: flex;
	flex-direction: column;
	flex: 1;
	justify-content: center;
	align-items: start;
}


/* GRID: 3 columns desktop, 2 tablet, 1 mobile */
.mcd-pf__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

@media (max-width: 1024px){
  .mcd-pf__grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px){
  .mcd-pf__grid{ grid-template-columns: 1fr; }
}

/* Buttons */
.mcd-pf__filters{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:20px;
}
.mcd-pf__btn{
  cursor:pointer;
}
.mcd-pf__btn.is-active{
  opacity: 1;
  font-weight: 700;
}

/* Fade behaviour */
.mcd-pf__item{
  opacity: 1;
  transform: translateY(0);
  transition: opacity .25s ease, transform .25s ease;
  will-change: opacity, transform;
}

.mcd-pf__item.is-fading-out{
  opacity: 0;
  transform: translateY(6px);
}

.mcd-pf__item.is-hidden{
  display: none;
}

.mcd-pf__item.is-fading-in{
  opacity: 0;
  transform: translateY(6px);
}


a{
	outline: none!important;
}

#footer .container ul{
	margin: 0px;
	color: #fff!important;
}

#footer{
	margin-top: 150px;
}


#footer .container li{
	list-style: none;
	color: #fff!important;
	margin-top: 5px;
}





#footer{
	background: #000;
}

#footer h3{
	font-size: 25px;
	font-weight: 600;
	color: #fff;
font-family: "source-sans-pro", sans-serif;
}


#footer .social-icons{
	display: flex;
	gap: 10px;
}

#footer .footer-logo{
	height: 100%;
	display: flex;
	justify-content: start;
	align-items: start;
}

#footer{
	padding-top: 85px!important;
	padding-bottom: 85px!important;
	border-top: 10px solid #F7FF13;
}


#footer .footer-logo img{
	max-height: 85px;
}



#footer li{
	opacity: 0.7;
	font-weight: 300;
}

#footer .social-icons img{
	max-width: 40px;
	background: #000;
	border: 2px solid #F7FF13;
	border-radius: 200px;
	cursor: pointer;
}

#footer{
	padding: 20px;
	padding-top: 75px;
	padding-bottom: 75px;
}

#footer .divider{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	max-width: 1200px;
	grid-column-gap: 40px;
	margin: 0 auto;
}


@media (max-width: 980px){
	
#footer .divider{
	display: grid;
	grid-template-columns: 1fr;
	max-width: 1200px;
	grid-row-gap: 40px;
	grid-column-gap: 40px;
	margin: 0 auto;
}	
	
}

.video-popup.is-active {
  display: flex;
}

a:visited{
	color: #000;
}

.post, .page{
	margin: 0px;
}

nav a:visited{
	color: #fff;
}

a:focus{
	color: #fff;
}

a{
	outline: none;
}

.video-popup__inner {
  width: 80vw;
  max-width: 1100px;
  aspect-ratio: 16 / 9;
  position: relative;
}

.video-popup__frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-popup__close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: 0;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
}








.panel-4-content{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	flex: 1;
}



.panel-4-content img{
	background: red;
	aspect-ratio: 1/1;
	border-radius: 20px;
	object-fit: cover;
}

.v-section--2{
	background: none!important;
	padding-top: 100px;
	padding-bottom: 100px;
}

.grid-3.mates{
	padding-bottom: 100px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	max-width: 1200px;
	margin: 0 auto;
	grid-column-gap: 20px;
}

.grid-3.mates img{
	border-radius: 20px;
}

.horizontal {
  position: relative;
  overflow: hidden;
  height: 100vh;
	background: none!important;
}

.horizontal__track{
  display: flex;
  height: 100%;
}

.panel--3 .images img{
  display:block;
  width:100%;
	opacity: 1!important;
  height:auto;
}




.panel-4-content .images{
	width: 40%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.panel--3 .images img{
  display:block;
  width:100%;
  height:auto;

  transform: translateY(-30px);
  opacity: 0;
  transition: transform .7s ease, opacity .7s ease;
  will-change: transform, opacity;
}

.panel--3 .images img.is-inview{
  transform: translateY(0);
  opacity: 1;
}



#contact{
	background: none!important;
	color: #000;
	margin: 0 auto;
	text-align: center;
}

#contact .center-content{
	justify-content: center;
	height: 100%;
	width: calc(100% - 40px);
	margin: 0 auto;
}

#contact h1{
	font-size: 75px;
	font-family: 'Bebas Neue';
	
}

.video-div{
	background-position: center!important;
	background-size: cover!important;
}


.panel-3-content{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	flex: 1;
}

.panel-3-content img{
	background: red;
	aspect-ratio: 1/1;
	border-radius: 20px;
	object-fit: cover;
}

.panel-3-content .images{
	width: 50%;
	height: 100%;
	justify-content: center;
	display: flex;
	flex-direction: column;
	gap: 50px;
}



.panel-2-content{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 80px;
	flex: 1;
}

.panel-2-content .video{
	max-width: 600px;
	width: 100%;
	display: block;
}

.panel-2-content .video .video-div{
	background: green;
	border-radius: 20px;
}   



.video h1{
	font-size: 45px;
	line-height: 1;
	max-width: 80%;
	padding-top: 10px;
	transform: rotate(-2deg) translatex(-20px);
	font-family: 'Bebas Neue';
	color: var(--vusigreen);
}

.video img{
	border-radius: 10px;
}

.video--bottom{
	padding-bottom: 50px;
}

.video--top{
	padding-top: 50px;
}

.video-div{
	position: relative;
}

.video.top{
	display: flex;
	align-items: start;
}

.video.bottom{
	display: flex;
	align-items: end;
}

.video-div.rat34{
	aspect-ratio: 3/4;
	height: auto;
	width: 100%;
	display: block;
	position: relative;
}

.video-div.rat43{
	aspect-ratio: 4/3;
	height: auto;
	width: 100%;
	display: block;
	position: relative;
	z-index: 555;
}


.video-div.rat11{
	aspect-ratio: 1/1;
	height: auto;
	width: 100%;
	display: block;
	position: relative;
}


.panel--1{
  transform: scale(0.8);
  border-radius:50px;
  overflow:hidden; /* needed when radius animates */
  transform-origin:center center;
	box-shadow: 0px 1px 20px #2225;
	background: none!important;
}



.highlight{
	display: inline-flex;
	transform: scale(0.98)!important;
}



.v-green{
	color: var(--vusigreen);
}

.panel--3{
	box-shadow: 0px 1px 20px #222;
}

.panel--4{
	box-shadow: 0px 1px 20px #222;
}

.header-image{
  height:70vh;       /* ← exacte hoogte */
  overflow:hidden;
}

.header-image video{
  width:100%;
  height:100%;
  object-fit:cover;
	border-radius: 15px;
}


.quote-img{
	margin: 0 auto;
}




#masthead{
	display: none;
}

.max-1200{
	margin: 0 auto;
	max-width: 1200px;
}

.pbt-50{
	padding-top: 50px;
	padding-bottom: 50px;
}

.header-image{
	width: 100%;
	margin: 0 auto;
}

.header-image img{
	display: block;
	position: relative;
	display: inline-block;
	width: 100%;
}

.split-content{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 100px;
}

.split-content p{
	color: #000;
}

.split-content h1{
	padding-top: 20px;
	padding-bottom: 20px;
	color: #000;
	font-size: 40px;
	font-weight: 700;
}

.v-section--1 {
  min-height: auto;
  height: auto;
  padding: 0; /* optioneel, als je alleen de image wilt */
	background: none!important;
}


nav{
	font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

nav a:active{
	outline: none;
}

nav a:hover{
	color: #fff;
	text-decoration: none!important;
}

.site-info{
	display: none!important;
}

/* Header + footer verbergen */
#masthead {
  display: none;
}

.site-info {
  display: none !important;
}

.header-image{
	padding: 20px;
	padding-top: 100px;
}





html,
body {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  overflow-x: hidden;
}

section {
  position: relative;
}

/* Vertical sections */
.v-section {
  min-height: 100vh;
  display: flex;
  align-items: start;
  justify-content: center;
	flex-direction: column;
}


.v-section--1 {
  background: #18181b;
}

.v-section--1{
	background: #fff;
}


.header-image{
	z-index: 1;
}

.v-section--2 {
  background: #020617;
}

.tag {
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.6;
  margin-bottom: 0.75rem;
}

/* Horizontal section */
.horizontal {
  height: 100vh;
  background: #000;
  overflow: hidden;
}

.horizontal__inner {
  height: 100%;
}

.horizontal__track {
  display: flex;
  align-items: center;
  height: 100%;
  will-change: transform;
}









/* Grow square */
.grow-square-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.grow-square {
  width: 30vmin;
  aspect-ratio: 1 / 1;
  border-radius: 1rem;
  background: radial-gradient(circle at top left, #f97316, #a855f7, #0ea5e9);
  transform-origin: center;
}


.highlight {
    transform: scale(0.97) !important;
}

.video-overlay{
	padding: 20px;
}

.block{
	display: inline-block;
}

h3{
	line-height: 1.1;
}

.v-section{
	width: 100%;
	overflow-x: hidden!important;
}

.pad-20{
	padding-left: 20px;
	padding-right: 20px;
	font-weight: 300;
}


.combine{
	display: inline-block;
}