/*
Theme Name: Paspective Bespoke Theme
Theme URI: http://example.com/paspective/
Description: Twenty Twenty Child Theme
Author: Peter Andrease
Author URI: http://example.com
Template: twentytwenty
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: twenty-sixteen-child
*/

@font-face {
    font-family: 'gothambold';
    src: url('fonts/gotham-bold-webfont.woff2') format('woff2'),
         url('fonts/gotham-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gothamlight';
    src: url('fonts/gotham-light-webfont.woff2') format('woff2'),
         url('fonts/gotham-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gothammedium';
    src: url('fonts/gotham-medium-webfont.woff2') format('woff2'),
         url('fonts/gotham-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
	border: 0;
	outline: 0;
}
html {
	width: 100%;
}
body {
	width: 100%;
	text-align: center;
	margin: 0 auto;
    font-family: 'gothammedium';
	position: static !important;
	background: #000 !important;
}

.vc_column_container>.vc_column-inner {
	padding-left: 15px;
	padding-right: 15px;
}

iframe {
	max-width: 100%;
	border: none;
}

.hide-area {
	display: none !important;
}

.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 0;
	text-indent: -3000px;
	color: #ffffff;
}
hr, .greyline {
	width: 100%;
	clear: both;
	border: none;
	background: #d4d4d4;
	margin: 25px 0 25px 0;
	height: 1px;
	line-height: 1px;
	font-size: 0;
}
.greyline-small {
	max-width: 280px;
	width: 100%;
	clear: both;
	border: none;
	background: #d4d4d4;
	margin: 60px auto;
	height: 5px;
	line-height: 5px;
	font-size: 0;
}
.main-but {
	text-decoration: none;
	text-align: center;
	border-radius: 30px;
	background: #fff;
	color: #c83b90 !important;
	text-decoration: none;
    font-family: 'gothambold';
	text-transform: lowercase;
	font-size: 20px;
	line-height: 20px;
	padding: 16px 30px;
	display: inline-block;
	-webkit-transition: 0.6s;-moz-transition: 0.6s;-ms-transition: 0.6s;-o-transition: 0.6s;transition: 0.6s;
}
.main-but-grn-txt {
	color: #169da7 !important;
}
.main-but-orange-txt {
	color: #f29111 !important;
}
.main-but-pink-txt {
	color: #f29111 !important;
}
.main-but:hover {
	background: #c83b90;
	color: #fff !important;
	text-decoration: none;
}

.text-container a:before {
	display: none !important;
}

.float-buts {
	padding-top: 15px;
}
.float-buts p {
	margin: 0;
}
.float-buts .main-but {
	padding: 16px 20px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px !important;
}

.download-but {
	text-decoration: none;
	text-align: center;
	border-radius: 40px;
	background: #fff;
	color: #000 !important;
	text-decoration: none;
    font-family: 'gothambold';
	font-size: 24px;
	line-height: 24px;
	padding: 10px 50px;
	display: inline-block;
	float: right;
	-webkit-transition: 0.6s;-moz-transition: 0.6s;-ms-transition: 0.6s;-o-transition: 0.6s;transition: 0.6s;
}
.download-but strong {
	display: block;
	color: #1da1a6;
	-webkit-transition: 0.6s;-moz-transition: 0.6s;-ms-transition: 0.6s;-o-transition: 0.6s;transition: 0.6s;
}
.download-but:hover {
	background: #c83b90;
	color: #fff !important;
	text-decoration: none;
}
.download-but:hover strong {
	color: #fff !important;
}


p {
    font-family: 'gothamlight';
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}
.blog-area .entry-content ul li {
    font-family: 'gothamlight';
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
	padding-bottom: 10px;
	color:#fff;
}
p strong {
    font-family: 'gothambold';
}
p a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
p a:hover {
	text-decoration: underline;
}
p.title-text {
	margin: 30px 0 !important;
	font-size: 26px;
	line-height: 40px;
    font-family: 'gothambold';
}
.yellow-text-box {
	display: inline-block;
	padding: 5px;
	margin: 4px 0;
	background: #f29111;
}
.blue-text-box {
	display: inline-block;
	padding: 5px;
	margin: 4px 0;
	background: #169da7;
}
.pink-text-box {
	display: inline-block;
	padding: 5px;
	margin: 4px 0;
	background: #c83b90;
}
.green-text-box {
	display: inline-block;
	padding: 5px;
	margin: 4px 0;
	background: #01816e;
}
p.sub-title {
	font-size: 22px;
	line-height: 30px;
	padding: 8px 0 20px 0;
	margin: 0;
	font-weight: 300;
}
h1 {
	font-size: 40px;
	line-height: 45px;
	font-weight: normal;
	color: #fff;
    font-family: 'gothambold';
}
h2 {
	font-size: 40px;
	line-height: 44px;
	font-weight: normal;
	color: #fff;
    font-family: 'gothambold';
	margin: 10px 0 0 0;
}
.green-box h2, .pink-box h2 {
	margin: 0;
}
h2 strong {
	color: #f79329;
}
h3 {
	font-size: 28px;
	line-height: 32px;
    font-family: 'gothambold';
	font-weight: normal;
}
h4 {
	font-size: 20px;
	line-height: 20px;
	font-weight: 300;
}
.inner-title {
	font-size: 32px;
	line-height: 36px;
	color: #232324;
}
.wrapper {
	width: 1200px;
	max-width: 90%;
	margin: 0 auto !important;
	text-align: left;
	position: relative;
	z-index: 1;
}
.blog-area {
	width: 1000px;
	max-width: 84%;
	margin: 0 auto !important;
	text-align: left;
	position: relative;
	z-index: 1;
	padding: 20px 0 0 0;
}
.blog-area h1 {
	font-size: 35px;
	line-height: 40px;
	margin-bottom: 40px;
}
.blog-area img {
	max-width: 100%;
	height: auto;
}
.blog-area img.attachment-post-thumbnail {
	float: left;
	width: 50%;
	margin: 0 30px 30px 0;
}
.blog-top-box {
	position: absolute;
	right: 0;
	bottom: -60px;
	max-width: 520px !important;
}
.blog-top-img {
	height: 400px;
	position: relative;
	margin-bottom: 100px;
	background-size: 80% auto;
	background-repeat: no-repeat;
}
.blog-top-box p {
	color: #fff !important;
	margin: 0;
}
.blog-top-box h1 {
	color: #fff;
	margin: 0 0 10px 0;
}
.content-area {
	padding: 80px 0;
}
#navbar {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	padding: 40px 0;
	z-index: 999;
	-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
}
.navbar-inner {
	-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.8);
	background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
	background: rgb(9,144,144);
	background: linear-gradient(145deg, rgba(9,144,144,1) 0%, rgba(19,130,117,1) 40%, rgba(150,54,119,1) 100%);
}
.home .navbar-inner {
	opacity: 0;
}
#navbar.smaller {
	padding: 14px 0;
}
#navbar.smaller .navbar-inner {
	opacity: 1;
}
#logo {
	float: left;
	width: 60%;
}
img.desktop-logo {
	display: block;
	-webkit-transition: 0.4s;-moz-transition: 0.4s;-ms-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;
}
img.mob-logo {
	display: none;
	-webkit-transition: 0.6s;-moz-transition: 0.6s;-ms-transition: 0.6s;-o-transition: 0.6s;transition: 0.6s;
}
#right-header {
	float: right;
	width: 40%;
	text-align: right;
	position: relative;
	padding: 20px 45px 0 0;
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
}
#navbar.smaller #logo img.desktop-logo {
	width: 420px;
	height: auto;
}

.top-but {
	display: block;
	height: 38px;
	line-height: 38px;
	width: auto; /* Set width to auto */
	background: #1da1a6;
	color: #fff;
    font-family: 'gothambold';
	text-align: center;
	float: right;
	margin-left: 10px;
	border-radius: 30px;
	text-decoration: none;
	font-size: 16px;
	position: relative;
	z-index: 999;
	padding: 0 20px;  /* Added padding for spacing around the text */
	-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
}
#mobile-menu .top-but {
	float: none;
	margin-left: auto;
	margin-bottom: 15px;
}
.orange-but {
	background: #f79329;
}
.top-but:hover {
	background: #f79329;
}

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

.float-img-area {
	background-repeat: no-repeat;
	background-position: left top !important;
}
.float-img-area-right {
	background-repeat: no-repeat;
	background-position: right bottom !important;
}

.overlay-box {
	padding: 40px;
	position: relative;
	background: rgba(22,157,167,0.9);
	margin-bottom: 0 !important;
	min-height: 1396px;
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
}
.overlay-box .main-but {
	color: rgba(22,157,167,1) !important;
}
.overlay-box .main-but:hover {
	background: rgba(255,255,255,0.8) !important;
}
.overlay-white-btm {
	padding: 20px 40px;
	background: rgba(255,255,255,0.9);
}
.overlay-white-btm p {
	margin: 0;
	color: #000;
	font-size: 17px;
	line-height: 22px;
    font-family: 'gothammedium';
}
.overlay-white-btm p strong {
	font-size: 18px;
    font-family: 'gothambold';
}
.orange-overlay {
	background: rgba(247,147,41,0.9);
}
.orange-overlay .main-but {
	color: rgba(247,147,41,1) !important;
}
.pink-overlay {
	background: rgba(200,59,144,0.9);
}
.pink-overlay .main-but {
	color: rgba(200,59,144,1) !important;
}
.drk-green-overlay {
	background: rgba(1,129,110,0.9);
}
.drk-green-overlay .main-but {
	color: rgba(1,129,110,1) !important;
}
.auto-height {
	min-height: 10px;
	margin-bottom: 30px !important;
}
.float-but {
	position: absolute;
	right: 40px;
	bottom: 40px;
}
.overlay-box p {
	color: #000;
	font-size: 17px;
	line-height: 22px;
}
.overlay-box p strong {
    font-family: 'gothammedium';
}
.overlay-box ul {
	list-style: none;
	padding: 0;
	margin: 30px 0;
}
.overlay-box ul li {
	color: #000;
	font-size: 17px;
	line-height: 20px;
	padding-bottom: 10px;
    font-family: 'gothammedium';
}
.white-text {
	color: #fff !important;
}

.overlay-box h3 {
	color: #fff;
	margin: 0;
}

.green-box, .orange-box, .pink-box {
	box-shadow: 0 0 25px rgba(0, 0, 0,0.7);
	padding: 40px;
	background: #169da7;
	max-width: 580px;
	margin-top: 30px;
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
}
.green-box-above {
	margin-top: -60px;
}
.green-box-btm {
	margin-top: 100px !important;
	float: right;
}
.orange-box {
	background: #f79329;
}
.pink-box {
	background: #c83b90;
}
.drk-green-box {
	background: #01816e;
}
.orange-box .main-but {
	color: #f79329 !important;
}
.orange-box .main-but:hover {
	color: #f79329 !important;
	background: #000;
}


#btmfloat {
	margin-top: 60px !important;
	background-image: url("/wp-content/uploads/2024/05/sofa.webp") !important;
}

.float-img-area {
  animation: zoomin 1.02s linear infinite;
  animation-play-state: paused;
  animation-delay: calc(var(--scroll) * -1s);
	background-size: 50% auto;
}
.float-img-area-top {
	background-size: 75% auto;
}
@keyframes zoomin {
  to {
	background-size: 100% auto;
  }
}
.btmfloatstop {
	background-size: 100% auto;
}

@media only screen and (min-width: 768px) {
.move-box {
  animation: moveup 1s linear infinite;
  animation-play-state: paused;
  animation-delay: calc(var(--scroll) * -1s);
	margin-top: 100px;
}
.move-box-two {
  animation: moveuptwo 1s linear infinite;
  animation-play-state: paused;
  animation-delay: calc(var(--scroll) * -1s);
  margin-top: 180px;
}
@keyframes moveup {
  to {
	  margin-top: -250px;
  }
}
@keyframes moveuptwo {
  to {
	  margin-top: -250px;
  }
}
.move-box-three {
  animation: movedown 1s linear infinite;
  animation-play-state: paused;
  animation-delay: calc(var(--scroll) * -1s);
	margin-top: -100px;
}
@keyframes movedown {
  to {
	margin-top: 250px;
  }
}
.move-box-four {
  animation: movedowntwo 1s linear infinite;
  animation-play-state: paused;
  animation-delay: calc(var(--scroll) * -1s);
	margin-top: -100px;
}
@keyframes movedowntwo {
  to {
	margin-top: 250px;
  }
}
}

.green-box p, .orange-box p, .pink-box p {
	color: #fff;
	font-size: 17px;
	line-height: 25px;
	text-align: l
}
.green-box p a, .orange-box p a, .pink-box p a {
	color: #fff;
}

.wide-area, .wide-area .vc_column-inner {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.cover-image {
	background-size: cover !important;
	background-attachment: fixed !important;
	margin-top: 60px !important;
	padding: 30px 0 !important;
}
.cover-image h2 {
	margin: 0 0 25px 0 !important;
}


#accordion-area {
	padding: 50px 0;
}
#accordion-area .ea-card {
	
	background: url("images/features/lights.webp")center center no-repeat !important;
	background-size: cover !important;
	background-attachment: fixed !important;
	border: none !important;
	border-radius: 0 !important;
	margin-bottom: 15px !important;
}
.home #accordion-area .ea-card {
	background-image: url("images/features/feathers.webp");
}
#accordion-area h3.ea-header:before {
	width: 100%;
	height: 120px;
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	opacity: 0;
  	transition: .6s !important;
	background: rgba(0,0,0,0.7);
	background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
}
#accordion-area .ea-card:hover h3.ea-header:before {
	opacity: 1;
}
#accordion-area .ea-card:nth-child(2) {
	background-image: url("images/features/paints.webp") !important;
}
#accordion-area .ea-card:nth-child(3) {
	background-image: url("images/features/testimonials.webp") !important;
}
.page-id-10 #accordion-area .ea-card:nth-child(3) {
	display: none !important;
}
#accordion-area .ea-card:nth-child(4) {
	background-image: url("images/features/globe.webp") !important;
}
#accordion-area .ea-card:nth-child(5) {
	background-image: url("images/features/crowd-wide.webp") !important;
}


.home #accordion-area .ea-card:nth-child(2) {
	background-image: url("images/features/shell.webp") !important;
}
.home #accordion-area .ea-card:nth-child(3) {
	background-image: url("images/features/smoke.webp") !important;
}
.home #accordion-area .ea-card:nth-child(4) {
	background-image: url("images/features/paint.webp") !important;
}
.home #accordion-area .ea-card:nth-child(5) {
	background-image: url("images/features/stage.webp") !important;
}

#accordion-area .ea-body {
	background: none !important;
}
#accordion-area h3.ea-header a, #accordion-area .ea-body {
	margin: 0 auto;
	width: 1200px;
	max-width: 90%;
	text-align: left;
	position: relative;
}
#collapse822 .ea-body {
	max-width: 100%;
}
#accordion-area .ea-body {
	padding: 0 0 70px 0 !important;
}
#accordion-area h3.ea-header a {
	color: #fff !important;
	font-size: 45px !important;
	line-height: 45px !important;
	padding: 40px 0 !important;
  	transition: .5s !important;
}
#accordion-area .ea-expand h3.ea-header a {
	padding-top: 70px !important;
}
#accordion-area h3.ea-header i {
	float: none !important;
	position: absolute;
	right: 0;
	top: 55px;
  	transition: .5s !important;
	margin-right: 0 !important;
}
#accordion-area .ea-expand h3.ea-header i {
	top: 90px;
}
#accordion-area h3.ea-header i:before, #accordion-area h3.ea-header i:after {
	position: absolute;
	right: 14px;
	top: 5px;
	content: "";
	font-size: 0;
	width: 25px;
	height: 5px;
	background: #fff;
  	display: block;
  	transition: .2s !important;
  	transform: rotate(45deg);
}
#accordion-area h3.ea-header i:after {
  	transform: rotate(-45deg);
	right: 0;
}
#accordion-area .ea-expand h3.ea-header i:before {
	right: 5px;
	width: 28px;
}
#accordion-area .ea-expand h3.ea-header i:after {
	right: 5px;
	width: 28px;
}

#team-tab-area {
	padding-top: 248px;
	background: url("images/team/team.webp") center top no-repeat;
}
#team-tab-area .sp-tab__tab-content {
	background: none !important;
	border: none !important;
}
#team-tab-area .sp-tab__tab-pane {
	background: rgba(242,145,17,0.75) !important;
	border: none !important;
	padding: 50px 60px !important;
}
#team-tab-area #tab-1122, #team-tab-area #tab-1124 {
	background: rgba(200,59,144,0.7) !important;
}
#team-tab-area .sp-tab__nav-link {
	background: none !important;
	border: none !important;
	padding: 0 0 10px 0 !important;
	margin: 0 !important;
}
#team-tab-area .sp-tab__nav-item {
	background: none !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	width: 20%;
}
#team-tab-area .team-title {
    font-family: 'gothambold';
	font-size: 48px;
	line-height: 50px;
	color: #fff;
}
#team-tab-area .team-subtitle {
    font-family: 'gothammedium';
	font-size: 30px;
	line-height: 34px;
	color: #fff;
	padding: 5px 0 15px 0;
}


#team-tab-area ul {
	border: none !important;
}
#team-tab-area h4 {
	text-align: center;
	color: #a3a3a3 !important;
    font-family: 'gothambold';
	text-align: center;
	font-size: 18px !important;
	line-height: 22px !important;
	padding-bottom: 20px !important;
    transition: .3s !important;
}
#team-tab-area .sp-tab__nav-link:hover h4 {
	color: #fff !important;
	transform: scale(1.05);
}
#team-tab-area .sp-tab__active h4 {
	color: #fff !important;
	position: relative;
}
#team-tab-area .sp-tab__active:hover h4 {
	color: #fff !important;
}
#team-tab-area .sp-tab__nav-link h4:after {
	margin: 10px auto 0 auto;
    content: "";
    font-size: 0;
    width: 30px;
    height: 20px;
    background: #fff;
    display: block;
    transition: .3s !important;
	background: url("images/misc/arrow-down.svg") no-repeat;
	background-size: 30px auto;
	filter: brightness(0) invert(0.7);
}
#team-tab-area ul.sp-tab__nav li:nth-of-type(2n) h4:after {
	background: url("images/misc/arrow-down-pink.svg") no-repeat;
}
#team-tab-area .sp-tab__nav-link:hover h4:after {
	filter: brightness(0) invert(1);
}
#team-tab-area .sp-tab__active h4:after, #team-tab-area .sp-tab__active:hover h4:after {
	filter: none;
}
#team-tab-area h4 span {
	text-transform: capitalize;
    font-family: 'gothamlight';
	color: #a3a3a3 !important;
	display: block;
	margin: 0 auto;
}
#team-tab-area p {
	font-size: 16px;
	line-height: 22px;
	color: #fff;
}


.li-icon {
	background: #007ab4;
	border-radius: 100px;
	width: 38px;
	height: 38px;
	position: relative;
	display: block;
	font-size: 0;
	-webkit-transition: .6s;-moz-transition: .6s;-ms-transition: .6s;-o-transition: .6s;transition: .6s;
	text-align: center;
	background: #fff;
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
	
}
.li-icon:before {
	content: "";
	display: block;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: url("images/misc/linkedin.svg") no-repeat center center;
	background-size: auto 20px;
	width: 24px;
	height: 20px;
	position: absolute;
	top: 7px;
	-webkit-transition: .6s;-moz-transition: .6s;-ms-transition: .6s;-o-transition: .6s;transition: .6s;
}
.li-icon:hover {
	background: #c83b90;
}
.li-icon:hover:before {
	filter: brightness(0) invert(1);
}


.white-overlay {
	background: rgba(255,255,255,0.75);
	padding: 40px 50px;
}
.white-overlay p {
	color: #000;
    font-family: 'gothammedium';
	font-size: 16px;
	line-height: 22px;
	margin-top: 0;
}
.white-overlay h3 {
	margin-bottom: 6px;
}

.pink-bar {
	background: rgba(200,59,144,0.8);
	padding: 20px 50px 15px 50px;
}
.pink-bar .runtext-container {
	float: right;
	width: 58%;
}
.pink-bar h3 {
	color: #fff;
	float: left;
	padding: 4px 8px 0 0;
	margin: 0;
	width: 40%;
	line-height: 28px;
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
}
.pink-bar .text-container {
	color: #fff;
}

.accord-scroll {
	float: left;
	width: 36%;
	height: 400px;
	margin-top: 25px;
	overflow-y: scroll;
}
.accord-scroll p {
	font-size: 15px;
}
.accord-img {
	float: right;
	width: 60%;
	margin-top: 25px;
}
.accord-img img {
	width: 100%;
	height: auto;
}

::-webkit-scrollbar {
  width: 16px;
  border: 5px solid white;

}


/* width */
.accord-scroll::-webkit-scrollbar {
  width: 10px;
}
/* Track */
.accord-scroll::-webkit-scrollbar-track {
	background: rgba(255,255,255,0.1);
}
/* Handle */
.accord-scroll::-webkit-scrollbar-thumb {
	background: rgba(0,0,0,0.5);
}
/* Handle on hover */
.accord-scroll::-webkit-scrollbar-thumb:hover {
	background: rgba(0,0,0,0.8);
}

.green-text {
	color: #169da7;
}
.pink-text {
	color: #c83b90;
}

ul.capability-list {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}
ul.capability-list li {
	float: left;
	width: 18%;
	padding: 0 1%;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 18px;
	color: #000;
}
ul.capability-list li:nth-of-type(5n+1) {
	clear: left;
}

.slideleft {
	position: relative;
	opacity: 0;
	right: -100px;
	-webkit-transition: .6s;-moz-transition: .6s;-ms-transition: .6s;-o-transition: .6s;transition: .6s;
}
.slideright {
	position: relative;
	opacity: 0;
	left: -100px;
	-webkit-transition: .6s;-moz-transition: .6s;-ms-transition: .6s;-o-transition: .6s;transition: .6s;
}
.slideup {
	position: relative;
	top: 90px;
	opacity: 0;
	-webkit-transition: .6s;-moz-transition: .6s;-ms-transition: .6s;-o-transition: .6s;transition: .6s;
}
.slidego {
	opacity: 1 !important;
	top: 0;
	left: 0;
}
.slideupnow {
	top: 100px;
	position: relative;
	opacity: 0;
	-webkit-transition: .6s;-moz-transition: .6s;-ms-transition: .6s;-o-transition: .6s;transition: .6s;
	transition-delay: 0.5s;
}
.slideupnowtwo {
	opacity: 0;
	-webkit-transition: .8s;-moz-transition: .8s;-ms-transition: .8s;-o-transition: .8s;transition: .8s;
	transition-delay: 0.3s;
}



.home-post-area .swiper-container {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.pcp-carousel-wrapper .sp-pcp-carousel {
}
.home-post-area .sp-pcp-post {
	background: rgba(146,103,244,0.5) !important;
	padding: 0 !important;
	opacity: 0.9 !important;
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
	-webkit-transition: 0.6s;-moz-transition: 0.6s;-ms-transition: 0.6s;-o-transition: 0.6s;transition: 0.6s;
}

.home-post-area .swiper-slide-active .sp-pcp-post {
	background: rgba(146,103,244,0.85) !important;
	opacity: 1 !important;
}
.home-post-area .sp-pcp-post:hover {
	background: rgba(146,103,244,1) !important;
	opacity: 1 !important;
}
.home-post-area .swiper-slide:nth-of-type(2n) .sp-pcp-post {
	background: rgba(200,59,144,0.5) !important;
}
.home-post-area .swiper-slide:nth-of-type(2n) .sp-pcp-post:hover {
	background: rgba(200,59,144,0.9) !important;
}
.home-post-area .swiper-slide:nth-of-type(3n) .sp-pcp-post {
	background: rgba(16,92,162,0.5) !important;
}
.home-post-area .swiper-slide:nth-of-type(3n) .sp-pcp-post:hover {
	background: rgba(16,92,162,0.9) !important;
}
#case-study-post-area .sp-pcp-post {
	background: rgba(242,145,17,0.5) !important;
}
#case-study-post-area .swiper-slide-active .sp-pcp-post {
	background: rgba(242,145,17,0.85) !important;
}
#case-study-post-area .sp-pcp-post:hover {
	background: rgba(242,145,17,1) !important;
}
#testimonial-post-area .sp-pcp-post {
	background: rgba(22,157,167,0.6) !important;
}
#testimonial-post-area .swiper-slide-active .sp-pcp-post {
	background: rgba(22,157,167,0.85) !important;
}
#testimonial-post-area .sp-pcp-post:hover {
	background: rgba(22,157,167,1) !important;
}


.home-post-area .sp-pcp-post .pcp-post-thumb-wrapper {
	margin-bottom: 0 !important;
}

.home-post-area .sp-pcp-post h2.sp-pcp-title {
	margin: 0;
	font-size: 22px;
	line-height: 24px;
	padding: 20px 25px 10px 25px;
	-webkit-transition: 0.2s;-moz-transition: 0.2s;-ms-transition: 0.2s;-o-transition: 0.2s;transition: 0.2s;
}
.home-post-area .sp-pcp-post-content {
	padding: 0 25px 20px 25px;
}
.home-post-area .sp-pcp-post h2.sp-pcp-title a {
	color: #fff !important;
}
.home-post-area .pcp-button-prev {
	right: auto !important;
	left: 6px !important;
	top: 45% !important;
}
.home-post-area .pcp-button-next {
	top: 45% !important;
	left: auto !important;
	right: 6px !important;
}
.home-post-area .fa-angle-left, .home-post-area .fa-angle-right {
	font-size: 58px;
}
.home-post-area .sp-pcp-post-content p, .home-post-area .sp-pcp-post-content {
    font-family: 'gothammedium';
	color: #000;
	font-size: 15px;
	line-height: 18px;
}

.email-link br {
	display: none;
}

.runtext-container {
	background: none !important;
	border: none !important;
	font-size: 18px;
	line-height: 20px;
	color: #000;
}

.inner-header {
	height: 177px;
	background: rgb(9,144,144);
	background: linear-gradient(145deg, rgba(9,144,144,1) 0%, rgba(19,130,117,1) 40%, rgba(150,54,119,1) 100%);
}
.image-header {
	height: 380px;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.green-content {
	background: #1da1a6;
	padding: 40px 0 80px 0;
}
.green-content h1, .green-content h2, .green-content h3 {
	color: #fff;
}
.green-content h2 {
	margin: 25px 0;
}
.green-content p {
	color: #000;
	font-weight: 600;
	font-size: 17px;
	line-height: 24px;
}
.blog-area p {
	color: #fff;
}

.white-border-area {
	border: 1px solid #fff;
	padding: 20px 30px;
	margin: 10px auto 25px auto !important;
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
}
.white-border-area h3 {
	margin-bottom: 0;
}
.white-box {
	padding: 40px 30px 30px 30px;
	margin: 15px auto !important;
	background: rgba(255,255,255,0.6);
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
}
.white-box h3 {
	margin-top: 0;
	color: #1da1a6;
}
.white-box ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.white-box ul.padded-list {
	padding-top: 60px;
}
.white-box ul li {
	padding-bottom: 10px;
	position: relative;
	padding-left: 15px;
	color: #000;
	font-size: 17px;
	line-height: 24px;
}
.white-box ul li:before {
	border-radius: 100px;
	content: "";
	display: block;
	position: absolute;
	background: #0f8375;
	width: 6px;
	height: 6px;
	left: 0;
	top: 9px;
}

#client-logos p {
	margin: 0;
	display: inline-block;
}
#client-logos br {
	display: none;
}
#client-logos img {
	display: inline-block;
	margin: 10px !important;
}

.two-column {
	float: left;
	width: 47%;
	text-align: left;
}

#tribe-events-content {
	text-align: left;
}

#footer {
	padding: 60px 0 40px 0;
	text-align: center;
}
.footer-left {
	float: left;
	width: 60%;
	text-align: left;
}
.footer-right {
	float: right;
	width: 40%;
	text-align: right;
}
#footer p {
	font-size: 16px;
	line-height: 20px;
	margin: 0;
}
#footer ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
#footer ul li a {
	color: #fff;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #f79329;
}
ul.social-links {
	margin: 3px 0 0 0;
	padding: 0;
	list-style: none;
}
ul.social-links li {
	display: block;
	float: left;
	padding: 0 6px 6px 0;
	border-bottom: none;
}
ul.social-links li img {
	height: 14px !important;
}
ul.social-links li a {
	display: block;
	width: 32px;
	height: 32px;
	text-align: center;
	border-radius: 100px;
	padding-top: 7px;
	background: #fff;
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
}
ul.social-links li a:hover {
	background: #c83b90;
}
ul.social-links li a:hover img {
	filter: brightness(0) invert(1);
}

/* ------------------- Blog --------------------- */

#blog-content {
	padding: 50px 0 0 0;
	text-align: left;
}
#blog-content #sfsi_holder {
	height: 60px !important;
}
#blog-content a.sficn {
	position: relative;
	text-align: center;
}
#blog-content a.sficn img {
	filter: grayscale(1) brightness(0) !important;
}
#blog-content .sfsi_plus_wicons {
	margin-left: 0 !important;
	margin-right: 6px !important;
}

h1.blog-title {
	margin: 10px 0;
}

.post-date-area {
	color: #187bd0;
	font-size: 15px;
	line-height: 18px;
	padding-bottom: 3px;
	font-weight: 500;
}

#blog-content ul.post-meta {
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
}
#blog-content ul.post-meta li {
	font-size: 20px;
	font-weight: bold;
}
#blog-content ul.post-meta li a {
	color: #54a99a !important;
	text-decoration: none;
}
#blog-content ul.post-meta li a:hover {
	color: #fff !important;
	text-decoration: underline;
}
.screen-reader-text, .meta-icon {
	display: none;
}
.pagination-single, .post-author, .entry-categories-inner {
	display: none;
}
.author-info {
	background: rgba(0,0,0,0.6);
	padding: 30px;
	margin-top: 20px;
}
.post-block {
	float: left;
	width: 31.3333%;
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
	 margin: 0 1%;
	 margin-bottom: 25px;
	text-align: left;
	overflow: hidden;
	background: #eee;
}
#blog-content .post-block:nth-of-type(3n+1){
	clear: left;
}
.post-block .inner-but {
	padding: 12px 20px;
	font-size: 17px;
	line-height: 18px;
}
.post-block h2 {
	margin: 0;
	color: #0a0b23;
	font-size: 17px;
	line-height: 22px;
	min-height: 44px;
	font-weight: 700;
	text-decoration: none;
	text-transform: none;
}
a.article-title:hover {
	color: #187bd0;
}

.blog-excerpt-content {
	padding: 20px;
}
.blog-excerpt-content .main-but {
	font-size: 12px;
	line-height: 12px;
	padding: 10px 16px;
	min-width: 10px;
}

.white-padding {
	height: 30px;
	font-size: 0;
}
.blog-excerpt-img-container {
	overflow: hidden;
}
.blog-excerpt-img {
	display: block;
	text-decoration: none;
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: center top;
	display: block;
	-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
	overflow: hidden;
}
.blog-excerpt-img:hover {
	transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1);
}
#blog-content ul, #blog-content ol {
	padding: 0 0 0 30px;
	font-size: 20px;
	line-height: 30px;
	color: #000;
	font-weight: 300;
}
#blog-content ul li, #blog-content ol li {
	padding-bottom: 10px;
}
a.more-link, #blog-content span.author {
	display: none;
}
.post-navigation, .post-edit-link {
	display: none;
}
.entry-footer {
	min-height: 35px;
	font-size: 13px;
	color: #ffffff;
}
.entry-footer a {
	color: #54a99a;
	text-decoration: none;
	text-transform: none;
}
.cat-links, .tags-links {
	padding-left: 8px;
}
.entry-footer a:hover {
	text-decoration: underline;
}
.entry-footer span {
	display: inline-block;
	padding-right: 4px;
}
.comments-link {
	float: right;
	width: 200px;
	text-align: right;
}
.updated {
	display: none;
}
.published {
	display: inline;
}
#blog-content .post-thumbnail img {
	width: 100%;
	height: auto;
	display: block;
}
.blog-excerpt p {
	font-size: 16px;
	line-height: 24px;
}
.ajax-loader {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
#blog-content h2 a, #blog-content h3 a {
	color: #0a0b23;
	text-decoration: none;
	position: relative;
	display: inline-block;
}
#blog-content h2 a:hover, #blog-content h3 a:hover {
	color: #187bd0;
}

.inner-entry-footer {
	background: rgba(0,0,0,0.6);
	padding: 20px;
	min-height: 10px;
}
.author-avatar {
	width: 55px;
	float: left;
}

.navigation .screen-reader-text {
	display: none;
}

.pagination-wrapper .next, .pagination-wrapper hr {
	display: none !important;
}
.pagination-wrapper .prev {
	display: none !important;
}
.page-numbers {
	background: #e5e5e5;
	padding: 8px 10px;
	margin-right: 3px;
	font-weight: bold;
	font-size: 17px;
	display: inline-block;
}
.current {
	background: #fec81e;
	color: #fff;
}
a.page-numbers {
	color: #000;
	text-decoration: none;
}
a.prev::before {
	content: "< ";
}
a.next::after {
	content: " >";
}
a.page-numbers:hover {
	color: #fff;
	background: #000;
}

.home-header {
	  background-position: center top;
	  background-repeat: no-repeat;
	height: 708px;
	padding-top: 260px;
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
}
.home-header h1 {
    font-family: 'gothambold';
	color: #fff;
	font-size: 90px;
	line-height: 130px;
}
.home-header h1 strong {
	font-size: 250px;
}

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

/* ------------------- Contact Form --------------------- */
.form-left {
	float:left;
	width:48%
}
.form-right {
	float:right;
	width:48%
}
.wide-form {
	padding: 35px 0;
}
.wide-form label.blank-field {
	font-size:1px;
	height:1px;
	color:#fff
}
.wide-form p {
	margin:0;
	line-height: 22px;
}
.wide-form input,.wide-form textarea,.wide-form select {
	border:none;
	font-family:'Open Sans',sans-serif;
	font-size:16px;
	color:#282828;
	width:100%;
	height:38px;
	line-height:38px;
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
	margin-bottom:25px;
	padding: 0 0 0 10px;
	border: 1px solid #bbbbbb;
}
.wide-form input.wpcf7-not-valid,.wide-form textarea.wpcf7-not-valid,.wide-form select.wpcf7-not-valid {
	background: #f47979;
}
.wide-form input:focus, .wide-form textarea:focus, .wide-form select:focus {
    background-color: #ebebeb;
}

.wide-form input.wpcf7-not-valid::placeholder, .wide-form textarea.wpcf7-not-valid::placeholder {
  color: #000;
  opacity: 1;
}

.wide-form select {
	width:auto;
}
.wide-form textarea {
	height:120px;
	line-height:30px;
	width:100%
}
.wide-form span.wpcf7-not-valid-tip {
	position:absolute;
	top:-25px;
	right:0;
	width:19px;
	height:19px;
	z-index:100;
	background:url(images/misc/not-valid.png) no-repeat;
	font-size:1px;
	line-height:1px;
	text-indent:-3000px;
	color:#ececec
}
.wide-form div.wpcf7-response-output {
	border:2px solid #fa6565!important;
	padding: 12px !important;
	font-size:16px!important;
	font-weight: 600 !important;
	color:#ed2525!important;
	text-align: center!important;
}
.wide-form .sent div.wpcf7-response-output {
	border:2px solid #15a623!important;
	color:#15a623!important;
}
.wide-form input.wpcf7-submit {
	background: #ee402a;
	border: none;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	text-indent: 0;
	width: 180px;
	margin: 0 auto;
	padding: 0;
	-webkit-appearance: none !important;
}
.wide-form input.wpcf7-submit:hover {
	background: #1b3547;
}
.wide-form .red-text {
	color:#ea4141
}
.required {
	color:#b91919
}
/* ---------------------------------------------- */



/* ------------------- Mobile Menu --------------------- */

#mobile-menu {
	position: absolute;
	right: 0;
	top: 28px;
	-webkit-transition: 0.6s;-moz-transition: 0.6s;-ms-transition: 0.6s;-o-transition: 0.6s;transition: 0.6s;
}
#mobile-menu .sub-menu {
	display: none;
}
.mob-buts {
	display: none;
}
input#burger {
	display: none;
}
#mobile-menu input + label {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 30px;
  z-index: 99999;
}
#mobile-menu input + label span {
  position: absolute;
  width: 100%;
  height: 5px;
  top: 9px;
  margin-top: -1px;
  left: 0;
  display: block;
  background: #ffffff;
	border-radius: 8px;
  transition: .5s;
}
#mobile-menu input + label span:first-child { top: 0; }
#mobile-menu input + label span:last-child { top: 18px; }
#mobile-menu label:hover { cursor: pointer; }
#mobile-menu input:checked + label span {
  opacity: 0;
  top: 50%;
  background: #ffffff;
}
#mobile-menu input:checked + label span:first-child {
  opacity: 1;
  transform: rotate(45deg);
}
#mobile-menu input:checked + label span:last-child {
  opacity: 1;
  transform: rotate(-45deg);
}
#mobile-menu .wrapper {
	text-align: right;
}
#mobile-menu input ~ nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 0;
  z-index: 99;
  overflow: hidden;
}
#mobile-menu input ~ nav .nav-inner {
  transition: .5s;
  transition-delay: .2s;
   background: rgba(0,0,0,0);
  transition: .5s;
  transition-delay: .2s;
  height: 100%;
}
#mobile-menu input ~ nav ul {
  text-align: right;
  list-style: none;
  margin: 0;
  padding: 150px 0 0 0;
}
#mobile-menu input ~ nav ul li {
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0;
  display: block;
	font-size: 30px;
	line-height: 34px;
	padding-bottom: 12px;
	position: relative;
	right: -30px;
}
#mobile-menu input ~ nav .mob-buts {
	margin-top:10px;
  opacity: 0;
  transition: 0.4s;
	position: relative;
	top: -10px;
  transition-delay: 0;
}
#mobile-menu input:checked ~ nav .mob-buts {
  opacity: 1;
	top: 0;
  transition-delay: 1.3s;
}
#mobile-menu input:checked ~ nav .mob-but-two {
  transition-delay: 1.5s;
}
#mobile-menu input ~ nav ul li a {
  text-decoration: none;
  color: #ffffff;
    font-family: 'gothambold';
}
#mobile-menu input ~ nav ul li a:hover, #mobile-menu input ~ nav ul li.current-menu-item a {
	color: #f79329;
}
#mobile-menu input:checked ~ nav {
  height: 100%;
}
#mobile-menu input:checked ~ nav .nav-inner {
   background: rgba(0,0,0,0.85);
}
#mobile-menu input:checked ~ nav ul li {
  opacity: 1;
	right: 0;
  transition-delay: .7s;
}
#mobile-menu input:checked ~ nav ul li:nth-child(2) {
  transition-delay: .78s;
}
#mobile-menu input:checked ~ nav ul li:nth-child(3) {
  transition-delay: .86s;
}
#mobile-menu input:checked ~ nav ul li:nth-child(4) {
  transition-delay: .94s;
}
#mobile-menu input:checked ~ nav ul li:nth-child(5) {
  transition-delay: 1.02s;
}
#mobile-menu input:checked ~ nav ul li:nth-child(6) {
  transition-delay: 1.1s;
}
#mobile-menu input:checked ~ nav ul li:nth-child(7) {
  transition-delay: 1.18s;
}


/* ------------------------- Sitemap --------------------- */
.sitemap li {
	list-style: none;
}
.sitemap ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sitemap ul li ul {
	padding: 0 ;
}
.sitemap ul li {
	font-size: 16px;
	line-height: 24px;
	border-bottom: 1px solid #147074;
}
.sitemap ul li ul li {
	line-height: 22px;
	border-top: 1px solid #147074;
	border-bottom: none;
}
.sitemap ul li a {
	color: #141414;
	display: block;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	text-decoration: none;
}
.sitemap ul li a:hover {
	background: #149498;
}

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

.events-content-area {
	float: left;
	width: 70%;
}
.events-content-area p.x_MsoNormal {
	margin-top: 0 !important;
}
.events-content-details {
	float: right;
	width: 25%;
}

.tribe-events-schedule {
	display: block !important;
}

.events-content-area .tribe-common {
	display: none !important;
}

.tribe-events-cost {
	color: #fff;
	margin: 10px 0 0 0 !important;
	padding: 0 !important;
}

.tribe-events-meta-group-organizer {
	display: none !important;
}
.tribe-events-event-meta dd[class$=url], .tribe-events-event-meta dt:not(:first-child) {
	margin-top: 0 !important;
}

.tribe-events-event-meta dd {
	display: inline-block;
}
.tribe-events-event-meta dt {
	display: inline-block;
}

.tribe-events-meta-group {
	margin: 0 0 15px 0 !important;
	padding: 0 !important;
}
.tribe-events-venue-map {
	margin: 0 !important;
}

.tribe-common div a, .tribe-events-sub-nav a, .tribe-events-meta-group a {
	color: #c83b90;
	text-decoration: none;
}
.tribe-common div a:hover, .tribe-events-sub-nav a:hover, .tribe-events-meta-group a:hover {
	color: #1da1a6;
}
#tribe-events-footer {
	display: none !important;
}
.tribe-events-schedule {
	text-align: left;
}
.tribe-events-schedule h2 {
	text-align: left;
	font-size: 26px;
	line-height: 30px;
	margin: 0 auto !important;
	width: 100%;
}
.tribe-events-schedule {
	flex-wrap: wrap;
}

h2.tribe-events-calendar-list__month-separator {
	clear: both;
	padding-left: 1%;
	margin: 0 0 10px 0 !important;
}
h2.tribe-events-calendar-list__month-separator time {
	margin-top: 50px !important;
}

.datepicker {
	left: 0 !important;
	top: 0 !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
	padding-bottom: 40px !important;
}
.tribe-common-g-row, .tribe-common-g-col {
	flex: none !important;
	display: block !important;
	padding: 0 !important;
	margin: 0 !important;
	width: 100% !important;
}
.tribe-events-calendar-list__event-row {
	position: relative !important;
	float: left !important;
	margin: 0 1% !important;
	width: 31.3333% !important;
	padding: 0 !important;
}
.tribe-events-calendar-list__event-row article {
	background: #c83b90 url(https://www.thenetworkone.com/wp-content/themes/paspective/images/features/paint.webp) center center no-repeat !important;
}
.tribe-events-calendar-list__event-row h2 {
	line-height: 28px !important;
}
.tribe-events-c-nav__list {
	display: none !important;
}
.tribe-events-calendar-list__event-details {
	background: rgba(200,59,144,0.5) !important;
	padding: 20px !important;
	text-align: left !important;
}
.tribe-events-calendar-list__event-details .tribe-events-c-small-cta__price {
	font-size: 20px;
	color: #fff;
}
.tribe-events-calendar-list__event-details h3 a {
	text-decoration: none;
	color: #000 !important;
}
.tribe-events-calendar-list__event-details h3 a:hover {
	color: #1E1E1E !important;
}
.tribe-events-calendar-list__event-details p {
	font-size: 15px;
	line-height: 18px;
	opacity: 0.8;
}
.tribe-events-calendar-list__event-datetime {
	color: #fff;
}
.tribe-events-calendar-list__event-date-tag {
	display: none !important;
}
.tribe-events-meta-group {
	text-align: left;
	color: #fff;
}

.tribe-events-event-image img {
	max-width: 100%;
	height: auto;
}
.tribe-common-l-container, .tribe-events-pg-template {
	margin-top: 160px !important;
}
.tribe-common button {
	background: #1da1a6;
}

.tribe-common h2 {
	font-size: 26px;
	line-height: 30px;
}
.tribe-events-calendar-list__month-separator {
	margin: 20px 0 !important;
}

.tribe-events-c-view-selector__content {
	display: none !important;
}
.tribe-common button, .tribe-common input, .tribe-common select, .tribe-common textarea {
    font-family: 'gothammedium';
	font-size: 18px;
	border-radius: 12px;
	padding: 20px 20px !important;
}
.tribe-events-c-events-bar__search-form {
	position: relative;
}
button.tribe-events-c-search__button {
	position: absolute;
	right: 15px;
	top: 20px;
	background:url(images/misc/search.svg) top left no-repeat !important;
	background-size: 22px auto !important;
	font-size: 0 !important;
	width: 22px !important;
	height: 28px !important;
	padding: 0 !important;
	border-radius: 0 !important;
}
button.tribe-events-c-search__button:hover {
	background:url(images/misc/search.svg) top left no-repeat !important;
	background-size: 22px auto !important;
}

.tribe-events-c-subscribe-dropdown__container {
	clear: both !important;
}


.float-right {
	float: right !important;
}
.no-padding {
	padding: 0 !important;
}
.no-padding-top {
	padding-top: 0 !important;
}
.no-padding-right {
	padding-right: 0 !important;
}
.no-padding-btm {
	padding-bottom: 0 !important;
}
.no-padding-left {
	padding-left: 0 !important;
}
.no-margin {
	margin: 0 !important;
}
.no-margin-top {
	margin-top: 0 !important;
}
.no-margin-right {
	margin-right: 0 !important;
}
.no-margin-btm {
	margin-bottom: 0 !important;
}
.no-margin-left {
	margin-left: 0 !important;
}
.display-none {
	display: none !important;
}
.align-right {
	text-align: right !important;
}
.align-center {
	text-align: center !important;
}
.align-left {
	text-align: left !important;
}
.no-border {
	border: none !important;
}
.mobile-only {
    display: none;
}
.mobile-break {
	display: none;
	font-size:0;
	height: 0;
}

@media only screen and (max-width: 1220px) {
	
img {
	max-width: 100%;
	height: auto;
}

.home-header h1 {
	font-size: 80px;
	line-height: 110px;
}
.home-header h1 strong {
	font-size: 200px;
}
	
}
@media only screen and (max-width: 1020px) {

#accordion-area .ea-body {
	padding-bottom: 40px !important;
}
#team-tab-area {
	padding: 0;
	background: none;
	max-width: 600px;
	margin: 0 auto;
}
#team-tab-area .sp-tab__card-header {
	border: none !important;
	color: #fff !important;
	background: rgba(242,145,17,0.8) !important;
	padding: 25px 25px 15px 25px !important;
    transition: .3s !important;
}
#team-tab-area #tab-1122 .sp-tab__card-header, #team-tab-area #tab-1124 .sp-tab__card-header {
	background: rgba(200,59,144,0.8) !important;
}

#team-tab-area .collapsed .sp-tab__card-header {
	padding-top: 15px !important;
}
	
#team-tab-area .sp-tab__card {
	background: none !important;
	padding: 260px 25px 20px 25px !important;
}
#team-tab-area .sp-tab__card-body {
	border: none !important;
	background: rgba(242,145,17,0.8) !important;
	padding: 5px 25px 25px 25px !important;
}
#team-tab-area #tab-1122 .sp-tab__card-body, #team-tab-area #tab-1124 .sp-tab__card-body {
	background: rgba(200,59,144,0.8) !important;
}
#team-tab-area #tab-1121 {
	background: url("images/team/alfie.webp") center top no-repeat !important;
}
#team-tab-area #tab-1122 {
	background: url("images/team/stephanie.webp") center top no-repeat !important;
}
#team-tab-area #tab-1123 {
	background: url("images/team/julian.webp") center top no-repeat !important;
}
#team-tab-area #tab-1124 {
	background: url("images/team/helen.webp") center top no-repeat !important;
}
#team-tab-area #tab-1125 {
	background: url("images/team/claire.webp") center top no-repeat !important;
}
	
#sp-wp-tabs-wrapper_112.sp-tab__lay-default .sp-tab__card span[data-sptoggle]:after, #sp-wp-tabs-wrapper_112.sp-tab__lay-default a.sp-tab__link:after, #sp-wp-tabs-wrapper_112.sp-tab__lay-default .sp-tab__card span[aria-expanded="false"]:after {
	color: #fff !important;
	}
	
#team-tab-area .sp-tab__card-header {
	font-size: 0 !important;
	line-height: 0 !important;
	position: relative !important;
}
#team-tab-area .sp-tab__card-header:before {
	color:#fff;
	display:block;
	font-size: 22px !important;
	line-height: 25px !important;
}
#team-tab-area .sp-tab__card-header:after {
	color:#fff;
	display:block;
    font-family: 'gothamlight';
	font-size: 16px !important;
	line-height: 18px !important;
}
	
#team-tab-area #tab-1121 .sp-tab__card-header:before {
	content: "Alfie Buisson";
}
#team-tab-area #tab-1121 .sp-tab__card-header:after {
	content: "Communications and Events Manager";
}
#team-tab-area #tab-1122 .sp-tab__card-header:before {
	content: "Stephanie Fox";
}
#team-tab-area #tab-1122 .sp-tab__card-header:after {
	content: "International Consultant";
}
#team-tab-area #tab-1123 .sp-tab__card-header:before {
	content: "Julian Boulding";
}
#team-tab-area #tab-1123 .sp-tab__card-header:after {
	content: "President";
}
#team-tab-area #tab-1124 .sp-tab__card-header:before {
	content: "Anna Poloczek";
}
#team-tab-area #tab-1124 .sp-tab__card-header:after {
	content: "Database Coordinator";
}
#team-tab-area #tab-1125 .sp-tab__card-header:before {
	content: "Claire McGrath";
}
#team-tab-area #tab-1125 .sp-tab__card-header:after {
	content: "Executive Assistant";
}

#team-tab-area .sp-tab__card label {
	display: block !important;
}
#team-tab-area .sp-tab__card label:after {
	margin: 0 !important;
	padding: 0 !important;
    content: "" !important;
    font-size: 0;
    width: 25px;
    height: 17px;
    background: #fff;
    display: block;
	float: none !important;
    transition: .3s !important;
	background: url("images/misc/arrow-down.svg") no-repeat;
	background-size: 25px auto;
	filter: brightness(0) invert(1);
}
#team-tab-area .sp-tab__card label[aria-expanded="true"]:after {
	transform: rotate(-180deg);
	margin-top: -7px !important;
	z-index: 999;
}
#team-tab-area .team-title {
	font-size: 36px;
	line-height: 44px;
	display: none;
}
#team-tab-area .team-subtitle {
	font-size: 26px;
	line-height: 30px;
	padding-bottom: 10px;
	display: none;
}
	
.top-but-area {
	display:none;
}
#logo {
	width: 86%;
}
#right-header {
	width: 14%;
	padding: 0;
}
.mob-buts {
	display:block;
}
.home-header {
	background-position: left -1500px top;
	padding-top: 320px;
}
.home-header h1 {
	font-size: 60px;
	line-height: 70px;
}
.home-header h1 strong {
	font-size: 140px;
}
#accordion-area {
	padding: 40px 0;
}
	
.image-header {
	height: 280px;
}
.green-content {
	padding-top: 20px;
}

}
@media only screen and (max-width: 767px) {
	
.events-content-area {
	float: none;
	width: 100%;
}
.events-content-details {
	float: none;
	width: 100%;
}
.empty-area, .empty-area .vc_column-inner {
	height: 0 !important;
	padding: 0 !important;
}
#logo img {
	max-width: 300px;
	height: auto;
}
.inner-header {
	height: 120px;
}

#accordion-area .ea-card {
	background-attachment: scroll !important;
}
.cover-image {
	background-attachment: scroll !important;
	margin-top: 40px !important;
	padding: 25px 0 !important;
}
.wpb_text_column {
	text-align: left !important;
}
.wpb_content_element {
	margin-bottom: 0 !important;
}
.float-img-area {
	background-size: 100% auto;
}
@keyframes zoomin {
  to {
	background-size: 200% auto;
  }
}
.main-but {
	font-size: 18px;
	line-height: 18px;
	padding: 14px 28px;
}
.content-area {
	padding: 40px 0;
}
.white-overlay {
	padding: 30px;
}
.pink-bar {
	padding: 15px 30px 5px 30px;
}
.accord-scroll {
	float: none;
	width: 100%;
	height: 380px;
	margin-top: 10px;
}
.accord-img {
	float: none;
	width: 100%;
	margin-top: 20px;
}
h2 {
	font-size: 30px;
	line-height: 35px;
}
.float-img-area-right {
	background-position: left top !important;
}
.green-box, .pink-box {
	padding: 30px;
	margin: 100px 0 0 0 !important;
}
.green-box-btm {
	margin: 180px 0 0 0 !important;
}
.orange-box {
	padding: 30px;
	margin: 180px 0 0 0 !important;
}
.green-box h2, .orange-box h2, .pink-box h2 {
	margin-top: 0;
}
	
p {
	font-size: 18px;
	line-height: 24px;
}
h3 {
	font-size: 24px;
	line-height: 28px;
}

.green-content h1, .green-content h2 {
	margin-bottom: 0;
}
.green-content {
	padding: 20px 0 40px 0;
}
	
#accordion-area h3.ea-header a {
	font-size: 32px !important;
	line-height: 36px !important;
}
#accordion-area .ea-expand h3.ea-header a {
	padding-top: 50px !important;
}
#accordion-area .ea-expand h3.ea-header i {
	top: 60px !important;
}
	
ul.capability-list li {
	width: 100%;
}

#footer {
	padding: 20px 0;
}
.footer-left {
	text-align: center;
	width: 100%;
	float: none;
	padding-top: 40px;
}
.footer-right {
	text-align: center;
	width: 100%;
	float: none;
	padding-top: 20px;
}
	
.home-header {
	background-size: auto 450px;
	height: 450px;
	padding-top: 250px;
	background-position: left -1100px top;
}
.home-header h1 {
	font-size: 45px;
	line-height: 60px;
}
.home-header h1 strong {
	font-size: 100px;
}
#mobile-menu input ~ nav ul {
	padding-top: 100px;
}


img.mob-logo {
	width: 320px;
	height: 78px;
	display: block;
}
img.desktop-logo {
	display: none;
}
#navbar.smaller img.mob-logo {
	width: 240px;
	height: 59px;
	height: auto;
}
	
#mobile-menu input ~ nav ul li {
	font-size: 26px;
	line-height: 30px;
	padding-bottom: 10px;
}
#navbar {
	padding: 30px 0 20px 0;
}
.post-block {
	float: none;
	width: 100%;
	margin: 0;
	margin-bottom: 20px;
}
.post-block h2 {
	min-height: 10px;
}
.wrapper {
	max-width: 90%;
}
.home-header .wrapper {
	max-width: 86%;
}
.two-column {
	float: none;
	width: 100%;
}
.footer-column {
	float: none;
	width: 95%;
	padding: 0 2.5% 25px 2.5%;
}
.footer-links ul li {
	width: auto;
	display: inline-block;
	float: none;
	padding: 0 5px;
}
	
.home-post-area .sp-pcp-post h2.sp-pcp-title {
	padding-bottom: 10px;
}
.home-post-area .pcp-carousel-wrapper.center .swiper-slide.swiper-slide-active .sp-pcp-post {
	transform: scale(1) !important;
}
	
.download-but {
	font-size: 16px;
	line-height: 18px;
	padding: 8px 32px;
	float: none;
}
	
.white-box ul.padded-list {
	padding-top: 0;
}
	
.green-content h1 {
	font-size: 30px;
	line-height: 32px;
}
	
.white-border-area {
	border: 1px solid #fff;
	padding: 30px 25px;
	margin: 30px auto 15px auto !important;
}
.no-margin-top-mob {
	margin-top: 0 !important;
}
.white-box {
	margin: 30px auto 15px auto !important;
	padding: 30px 25px;
}
	
.pink-bar .runtext-container {
	float: none;
	width: 100%;
}
.pink-bar h3 {
	float: none;
	width: 100%;
	line-height: 20px;
}

.image-header {
	height: 200px;
}
.green-content p {
	font-size: 16px;
	line-height: 22px;
}
.white-box ul li {
	font-size: 16px;
	line-height: 22px;
}
	
#navbar.smaller #mobile-menu {
	top: 20px;
}

.auto-height {
	margin-bottom: 25px !important;
}
	
p.title-text {
	margin: 20px 0 !important;
	font-size: 22px;
	line-height: 30px;
}
.overlay-box {
	padding: 30px;
	margin-top: 20px !important;
	min-height: 10px;
}

.float-but {
	position: static;
}
	
.vc_column_container>.vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}
	
.float-img-area-smaller {
	background-size: 100% auto !important;
	background-position: left top !important;
	padding-top: 100px !important;
}
.cover-image h2 {
	margin-bottom: 20px !important;
}

.blog-area img.attachment-post-thumbnail {
	float: none;
	width: 100%;
	margin: 0 0 10px 0;
}
.blog-area {
	padding: 20px 0 10px 0;
}
.blog-area h1 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 20px;
}
	
.tribe-events-calendar-list__event-row {
	float: none !important;
	margin: 0 0 20px 0 !important;
	width: 100% !important;
}
	
h2.tribe-events-calendar-list__month-separator time {
	margin-top: 15px !important;
}
.tribe-common h2 {
	font-size: 22px;
	line-height: 26px;
}
h3.tribe-events-calendar-list__event-title {
	font-size: 20px;
	line-height: 24px;
}
	
}

@media only screen and (max-width: 580px) {

.home-header h1 {
	font-size: 38px;
	line-height: 48px;
}
.home-header h1 strong {
	font-size: 75px;
}
	
.email-link .break-text {
	display: block;
}
.mobile-break {
	display: block;
}
		
}
