
		:root {
			--wp--preset--aspect-ratio--square: 1;
			--wp--preset--aspect-ratio--4-3: 4/3;
			--wp--preset--aspect-ratio--3-4: 3/4;
			--wp--preset--aspect-ratio--3-2: 3/2;
			--wp--preset--aspect-ratio--2-3: 2/3;
			--wp--preset--aspect-ratio--16-9: 16/9;
			--wp--preset--aspect-ratio--9-16: 9/16;
			--wp--preset--color--black: #000000;
			--wp--preset--color--cyan-bluish-gray: #abb8c3;
			--wp--preset--color--white: #ffffff;
			--wp--preset--color--pale-pink: #f78da7;
			--wp--preset--color--vivid-red: #cf2e2e;
			--wp--preset--color--luminous-vivid-orange: #ff6900;
			--wp--preset--color--luminous-vivid-amber: #fcb900;
			--wp--preset--color--light-green-cyan: #7bdcb5;
			--wp--preset--color--vivid-green-cyan: #00d084;
			--wp--preset--color--pale-cyan-blue: #8ed1fc;
			--wp--preset--color--vivid-cyan-blue: #0693e3;
			--wp--preset--color--vivid-purple: #9b51e0;
			--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
			--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
			--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
			--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
			--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
			--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
			--wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
			--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
			--wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
			--wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
			--wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
			--wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
			--wp--preset--font-size--small: 13px;
			--wp--preset--font-size--medium: 20px;
			--wp--preset--font-size--large: 36px;
			--wp--preset--font-size--x-large: 42px;
			--wp--preset--spacing--20: 0.44rem;
			--wp--preset--spacing--30: 0.67rem;
			--wp--preset--spacing--40: 1rem;
			--wp--preset--spacing--50: 1.5rem;
			--wp--preset--spacing--60: 2.25rem;
			--wp--preset--spacing--70: 3.38rem;
			--wp--preset--spacing--80: 5.06rem;
			--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
			--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
			--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
			--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
			--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
		}

		:where(.is-layout-flex) {
			gap: 0.5em;
		}

		:where(.is-layout-grid) {
			gap: 0.5em;
		}

		.site-wrapper .is-layout-flex {
			display: flex;
		}

		.is-layout-flex {
			flex-wrap: wrap;
			align-items: center;
		}

		.is-layout-flex> :is(*, div) {
			margin: 0;
		}

		.site-wrapper .is-layout-grid {
			display: grid;
		}

		.is-layout-grid> :is(*, div) {
			margin: 0;
		}

		:where(.wp-block-columns.is-layout-flex) {
			gap: 2em;
		}

		:where(.wp-block-columns.is-layout-grid) {
			gap: 2em;
		}

		:where(.wp-block-post-template.is-layout-flex) {
			gap: 1.25em;
		}

		:where(.wp-block-post-template.is-layout-grid) {
			gap: 1.25em;
		}

		.has-black-color {
			color: var(--wp--preset--color--black) !important;
		}

		.has-cyan-bluish-gray-color {
			color: var(--wp--preset--color--cyan-bluish-gray) !important;
		}

		.has-white-color {
			color: var(--wp--preset--color--white) !important;
		}

		.has-pale-pink-color {
			color: var(--wp--preset--color--pale-pink) !important;
		}

		.has-vivid-red-color {
			color: var(--wp--preset--color--vivid-red) !important;
		}

		.has-luminous-vivid-orange-color {
			color: var(--wp--preset--color--luminous-vivid-orange) !important;
		}

		.has-luminous-vivid-amber-color {
			color: var(--wp--preset--color--luminous-vivid-amber) !important;
		}

		.has-light-green-cyan-color {
			color: var(--wp--preset--color--light-green-cyan) !important;
		}

		.has-vivid-green-cyan-color {
			color: var(--wp--preset--color--vivid-green-cyan) !important;
		}

		.has-pale-cyan-blue-color {
			color: var(--wp--preset--color--pale-cyan-blue) !important;
		}

		.has-vivid-cyan-blue-color {
			color: var(--wp--preset--color--vivid-cyan-blue) !important;
		}

		.has-vivid-purple-color {
			color: var(--wp--preset--color--vivid-purple) !important;
		}

		.has-black-background-color {
			background-color: var(--wp--preset--color--black) !important;
		}

		.has-cyan-bluish-gray-background-color {
			background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
		}

		.has-white-background-color {
			background-color: var(--wp--preset--color--white) !important;
		}

		.has-pale-pink-background-color {
			background-color: var(--wp--preset--color--pale-pink) !important;
		}

		.has-vivid-red-background-color {
			background-color: var(--wp--preset--color--vivid-red) !important;
		}

		.has-luminous-vivid-orange-background-color {
			background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
		}

		.has-luminous-vivid-amber-background-color {
			background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
		}

		.has-light-green-cyan-background-color {
			background-color: var(--wp--preset--color--light-green-cyan) !important;
		}

		.has-vivid-green-cyan-background-color {
			background-color: var(--wp--preset--color--vivid-green-cyan) !important;
		}

		.has-pale-cyan-blue-background-color {
			background-color: var(--wp--preset--color--pale-cyan-blue) !important;
		}

		.has-vivid-cyan-blue-background-color {
			background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
		}

		.has-vivid-purple-background-color {
			background-color: var(--wp--preset--color--vivid-purple) !important;
		}

		.has-black-border-color {
			border-color: var(--wp--preset--color--black) !important;
		}

		.has-cyan-bluish-gray-border-color {
			border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
		}

		.has-white-border-color {
			border-color: var(--wp--preset--color--white) !important;
		}

		.has-pale-pink-border-color {
			border-color: var(--wp--preset--color--pale-pink) !important;
		}

		.has-vivid-red-border-color {
			border-color: var(--wp--preset--color--vivid-red) !important;
		}

		.has-luminous-vivid-orange-border-color {
			border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
		}

		.has-luminous-vivid-amber-border-color {
			border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
		}

		.has-light-green-cyan-border-color {
			border-color: var(--wp--preset--color--light-green-cyan) !important;
		}

		.has-vivid-green-cyan-border-color {
			border-color: var(--wp--preset--color--vivid-green-cyan) !important;
		}

		.has-pale-cyan-blue-border-color {
			border-color: var(--wp--preset--color--pale-cyan-blue) !important;
		}

		.has-vivid-cyan-blue-border-color {
			border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
		}

		.has-vivid-purple-border-color {
			border-color: var(--wp--preset--color--vivid-purple) !important;
		}

		.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
			background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
		}

		.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
			background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
		}

		.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
			background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
		}

		.has-luminous-vivid-orange-to-vivid-red-gradient-background {
			background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
		}

		.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
			background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
		}

		.has-cool-to-warm-spectrum-gradient-background {
			background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
		}

		.has-blush-light-purple-gradient-background {
			background: var(--wp--preset--gradient--blush-light-purple) !important;
		}

		.has-blush-bordeaux-gradient-background {
			background: var(--wp--preset--gradient--blush-bordeaux) !important;
		}

		.has-luminous-dusk-gradient-background {
			background: var(--wp--preset--gradient--luminous-dusk) !important;
		}

		.has-pale-ocean-gradient-background {
			background: var(--wp--preset--gradient--pale-ocean) !important;
		}

		.has-electric-grass-gradient-background {
			background: var(--wp--preset--gradient--electric-grass) !important;
		}

		.has-midnight-gradient-background {
			background: var(--wp--preset--gradient--midnight) !important;
		}

		.has-small-font-size {
			font-size: var(--wp--preset--font-size--small) !important;
		}

		.has-medium-font-size {
			font-size: var(--wp--preset--font-size--medium) !important;
		}

		.has-large-font-size {
			font-size: var(--wp--preset--font-size--large) !important;
		}

		.has-x-large-font-size {
			font-size: var(--wp--preset--font-size--x-large) !important;
		}

		:where(.wp-block-post-template.is-layout-flex) {
			gap: 1.25em;
		}

		:where(.wp-block-post-template.is-layout-grid) {
			gap: 1.25em;
		}

		:where(.wp-block-columns.is-layout-flex) {
			gap: 2em;
		}

		:where(.wp-block-columns.is-layout-grid) {
			gap: 2em;
		}

		:root :where(.wp-block-pullquote) {
			font-size: 1.5em;
			line-height: 1.6;
		}
	

     
		@font-face {
			font-family: 'vamtam-custom-icons';
        
			src: url(../fonts/custom-icons.eot);
			src: url(../fonts/custom-iconsd41d.eot?#iefix) format('embedded-opentype'),
				url(../fonts/custom-icons.ttf) format('truetype');
			font-weight: normal;
			font-style: normal;
		}

		body.single-portfolio article.type-portfolio .media-inner>img {
			display: none;
		}


		.contact-info-block {
			color: #fff !important;
		}

		.wpcf7-form label {
			color: white !important;
			font-weight: bold !important;
		}

		.wpv-progress .number .started span:fourth-child {
			color: red !important;
		}

		.custom-pull-right {
			float: right !important;
		}

		header.main-header.layout-logo-text-menu .second-row #main-menu .menu {
			text-align: right !important;
		}

		.blue-text {
			color: #1080c7 !important;
			font-size: 36px;
		}

		.tp-bullet {
			border: 2px solid white !important;
		}

		.tp-bullet.selected,
		.tp-bullet:hover {
			background: #fff;
			border: 2px solid #1080c7 !important;
		}

		div.wpcf7 .wpcf7-form .wpcf7-submit {
			margin-top: 0;
			margin-right: 10px;
			font-size: 1em;
			font-weight: normal;
			display: inline-block;
			text-align: center;
			cursor: pointer;
			position: relative;
			z-index: 0;
			vertical-align: middle;
			-moz-user-select: none;
			-webkit-user-select: none;
			user-select: none;
			text-decoration: none;
			text-shadow: none;
			line-height: 1.15em;
			border-widht: 2px;
			padding: 0;
			background: #0083bf;
			color: #ffffff;
			padding: 0.8em 1.6em;
			color: #fff;
			border: solid 2px #fff;
			background: transparent;
			letter-spacing: 2px;
			padding: 0.6em 1.4em;
		}

		div.wpcf7:hover .wpcf7-form:hover .wpcf7-submit:hover {
			border-color: #0083bf;
			transition: color .3s ease, border .3s ease, background .3s ease;
		}





		.screens .linkarea img {
			box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
			transition: all .3s ease;
			border-radius: 2px;
		}

		.screens .linkarea img:hover {
			box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.16);
			margin-top: -10px;
		}

		.page-id-10091 #style-switcher {
			display: none;
		}


		body.sticky-header-type-over.sticky-header.wpv-not-scrolled header.main-header.layout-standard .second-row,
		body.sticky-header-type-over.sticky-header.wpv-not-scrolled header.main-header.layout-logo-text-menu .second-row {
			border-top-color: rgba(237, 237, 237, 0.2)
		}





		/* Welcome page only! */

		.w-header {
			text-align: center;
		}

		.w-header .grid-1-6 {
			display: inline-block;
			float: none;
		}

		.w-header h3 {
			margin: 0px;
			font-weight: 600;
		}

		.w-header p {
			margin-top: 0.5em
		}

		.w-header .sep {
			opacity: 0.2;
		}



		.page-id-10091 h2 {
			font-size: 3em;
			line-height: 1em;
			font-weight: 100;
			color: #7C8A8D;
			margin-bottom: 10px;
		}

		.big-text {
			font-size: 1.3em;
			line-height: 1.2em;
			font-weight: 100
		}

		.plugin-logos img {
			padding: 0px 20px;
			display: inline-block;
		}


		.more-testimonials {
			border: solid 1px #EDEDED;
			text-align: center;
			padding: 20px 30px;
			border: 1px solid #D9D9D9;
		}

		.more-testimonials h3 {
			margin-bottom: 9px;
			margin-top: 6px;
		}

		.more-testimonials p {
			margin-top: 0px;
		}

		.dark-bg h2 {
			color: #fff !important;
		}

		@media (max-width: 958px) {
			.twitter-button {
				margin-bottom: 20px;
			}

			.w-header .extended-content {
				left: 0px !important;
				right: 0px !important;
			}
		}
	
        	.tolb-holder {
			background: rgba(0, 0, 0, 0.8)
		}

		.tolb-holder .tolb-close,
		.tolb-holder .tolb-title,
		.tolb-holder .tolb-counter,
		.tolb-holder .tolb-next i,
		.tolb-holder .tolb-prev i {
			color: #ffffff
		}

		.tolb-holder .tolb-load {
			border-color: rgba(255, 255, 255, 0.2);
			border-left: 3px solid #ffffff
		}

		.to-heart-icon,
		.to-heart-icon svg,
		.to-post-like,
		.to-post-like .to-like-count {
			position: relative;
			display: inline-block
		}

		.to-post-like {
			width: auto;
			cursor: pointer;
			font-weight: 400
		}

		.to-heart-icon {
			float: left;
			margin: 0 4px 0 0
		}

		.to-heart-icon svg {
			overflow: visible;
			width: 15px;
			height: 14px
		}

		.to-heart-icon g {
			-webkit-transform: scale(1);
			transform: scale(1)
		}

		.to-heart-icon path {
			-webkit-transform: scale(1);
			transform: scale(1);
			transition: fill .4s ease, stroke .4s ease
		}

		.no-liked .to-heart-icon path {
			fill: #999;
			stroke: #999
		}

		.empty-heart .to-heart-icon path {
			fill: transparent !important;
			stroke: #999
		}

		.liked .to-heart-icon path,
		.to-heart-icon svg:hover path {
			fill: #ff6863 !important;
			stroke: #ff6863 !important
		}

		@keyframes heartBeat {
			0% {
				transform: scale(1)
			}

			20% {
				transform: scale(.8)
			}

			30% {
				transform: scale(.95)
			}

			45% {
				transform: scale(.75)
			}

			50% {
				transform: scale(.85)
			}

			100% {
				transform: scale(.9)
			}
		}

		@-webkit-keyframes heartBeat {

			0%,
			100%,
			50% {
				-webkit-transform: scale(1)
			}

			20% {
				-webkit-transform: scale(.8)
			}

			30% {
				-webkit-transform: scale(.95)
			}

			45% {
				-webkit-transform: scale(.75)
			}
		}

		.heart-pulse g {
			-webkit-animation-name: heartBeat;
			animation-name: heartBeat;
			-webkit-animation-duration: 1s;
			animation-duration: 1s;
			-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
			-webkit-transform-origin: 50% 50%;
			transform-origin: 50% 50%
		}

		.to-post-like a {
			color: inherit !important;
			fill: inherit !important;
			stroke: inherit !important
		}

        	.recentcomments a {
			display: inline !important;
			padding: 0 !important;
			margin: 0 !important;
		}


       
		/* Reduces Header Image space*/
		body.page .page-header .title {
			padding: 50px;
			margin-bottom: -40px;
		}

		div.page-header-content {
			margin-bottom: -90px;
		}

		div.page-header h1 {
			margin-bottom: -90px;
			margin-top: -90
		}

		.page-header.has-buttons h1 .title {
			padding-top: 50px;
		}

		/* Fixes Progress Widget Font */
		.wpv-progress.number {
			color: #0083bf !important;
		}

		.wpv-progress.number {
			font-weight: 500;
		}

		/* Removes grey Bar at bottom */
		/* - This broke search
#wpv-overlay-search {
	display: none;
}

#wfboxOverlay {
	display: none;
}
*/
		/* Adds Space to Footer */
		div.copyrights {
			padding-top: 30px;
		}


		/* Removes portfolio nav buttons */
		a.all-items {
			visibility: hidden;
			display: none;
		}

		span.post-siblings {
			visibility: hidden;
			display: none;
		}

		/* Changes Portfolio Images */
		.div.portolio-image-wrapper.fullwidth-wrapper {
			width: 80%;
			margin-top: -20%;
			margin-bottom: -20%
		}

		img.attachment-theme-single.size-theme-single.wp-post-image {
			width: 90%;
			margin-top: -20%;
			margin-bottom: -20%;
			margin-left: auto;
			margin-right: auto;
		}

		/* Search overlay: hidden until user clicks search icon (works in index and footer) */
		#wpv-overlay-search {
			display: none;
		}
		/* When open: show overlay (theme adds body class or moves into .mfp-wrap) */
		body.mfp-open #wpv-overlay-search,
		body.wpv-search-open #wpv-overlay-search,
		.mfp-wrap #wpv-overlay-search,
		.mfp-container #wpv-overlay-search {
			display: block !important;
		}

		/* Search results (API-driven list) – responsive */
		#wpv-overlay-search .search-results {
			margin-top: 1rem;
			max-height: min(70vh, 400px);
			overflow-y: auto;
			-webkit-overflow-scrolling: touch;
		}
		#wpv-overlay-search .search-results-list {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		#wpv-overlay-search .search-results-item {
			margin: 0;
			padding: 0;
			border-bottom: 1px solid rgba(0,0,0,0.08);
		}
		#wpv-overlay-search .search-results-link {
			display: block;
			padding: 0.75rem 0;
			text-decoration: none;
			color: #ffffff;
		}
		#wpv-overlay-search .search-results-link:hover,
		#wpv-overlay-search .search-results-link:focus {
			text-decoration: underline;
			color: #ffffff;
		}
		#wpv-overlay-search .search-results-title {
			display: block;
			font-weight: bold;
			color: #ffffff;
		}
		#wpv-overlay-search .search-results-url {
			display: block;
			font-weight: normal;
			font-size: 0.9em;
			opacity: 0.9;
			margin-top: 0.2em;
			color: #ffffff;
		}
		#wpv-overlay-search .search-results-message {
			margin: 0;
			padding: 0.75rem 0;
			opacity: 0.9;
			color: #ffffff;
		}
		@media (max-width: 600px) {
			#wpv-overlay-search .search-results {
				max-height: min(60vh, 320px);
			}
			#wpv-overlay-search .search-results-link {
				padding: 0.6rem 0;
			}
		}

		div.wpv-video-frame {
			width: 80%;
			height: 80%;
			margin-left: auto;
			margin-right: auto;
			margin-top: -50px;
			margin-bottom: -50px;
		}

		/* Change Portfolio Description */
		.page-header .desc {
			display: block;
			font: bold 24px "Raleway";
			color: #4d4d4d;
			text-align: center;
			margin-top: 10px;
		}

		/* Remove Arrows on Portfolio on Mobile */
		.loop-wrapper.news.scroll-x>.bx-wrapper>.bx-controls>.bx-controls-direction a:not(.disabled).bx-next,
		.portfolios.scroll-x>.bx-wrapper>.bx-controls>.bx-controls-direction a:not(.disabled).bx-next,
		.woocommerce-scrollable.scroll-x>.bx-wrapper>.bx-controls>.bx-controls-direction a:not(.disabled).bx-next {
			/* right: 30px; */
			display: none;
		}

		.alternate-logo {
			height: 150px;
		}

		.normal-logo {
			height: 55px;
		}

		.mbe {
			background-color: #35373C;
			color: #fff;
			margin-top: 3em;
		}

		.mbe .grid-1-3 {
			background-color: #F2F3F4;
		}

		.mbe .grid-1-3 img {
			margin: auto;
		}

		.mbe-right p {
			color: #fff;
		}

		@media (min-width:959px) {
			.mbe {
				padding-top: 1.5em !important;
				padding-bottom: 2em !important;
			}

			.mbe-right {
				padding: 0 50px;
				margin-top: 110px;
			}
		}

		@media (max-width:958px) {
			.mbe-right {
				padding: 40px;
				text-align: center;
			}
		}

		body.sticky-header-type-half-over.sticky-header.wpv-not-scrolled .header-content-wrapper.second-row {
			background: rgba(54, 67, 82, 0.7);
		}

		body.sticky-header-type-half-over.sticky-header.wpv-not-scrolled #main-menu .menu>.menu-item.current-menu-item>a {
			color: #fff;
		}

		body.sticky-header-type-half-over.sticky-header.wpv-not-scrolled #main-menu .menu>.menu-item:hover>a {
			color: #fff;
		}

        	img.wp-smiley,
		img.emoji {
			display: inline !important;
			border: none !important;
			box-shadow: none !important;
			height: 1em !important;
			width: 1em !important;
			margin: 0 0.07em !important;
			vertical-align: -0.1em !important;
			background: none !important;
			padding: 0 !important;
		}
