/*
Theme Name: Launch v2
Description: Launch
Theme URI:   https://launchinc.com
Author: Launch Inc.
Author URI:  https://launchinc.com
Template: salient
Version: 2.0
*/

#intro p
{
	font-size: 20px;
	line-height: 28px;
}

#virtual-events h2
{
	font-size: 48px !important;
	line-height: 54px;
}

.service-col p
{
	line-height: 22px;
}

.full-width-section img
{
	display: inline-block;
}

#services img
{
	position: absolute;
	bottom: 0;
}

#services .service-col
{
	position: relative;
	padding-bottom: 30px;
}

#services .hover-wrap, #services .wpb_wrapper
{
	position: static;
}



#services img.service-spacer
{
	position: static;
}

body #footer-outer[data-cols="1"][data-disable-copyright="false"][data-copyright-line="false"][data-matching-section-color="true"] #copyright
{
	padding: 10px 0;
}

.team-member
{
	width: 12.5%;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	background: #fff;
}

.team-member .inner
{
	position: relative;
   width: 100%;
   padding-top: 100%; /* 1:1 Aspect Ratio */
   overflow: hidden;
}

.team-member .inner img
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .5s;
transition: .5s;
	transform: scale(1.02);
}

.team-member .image-wrap
{
	overflow: hidden;
}

.team-member .team-name
{
	text-transform: uppercase;
	font-size: 26px;
	font-weight: normal;
}


.team-member .team-name.long
{
	font-size: 20px;
}

.team-member .team-title
{
	padding-top: 10px;
	font-family: 'Open Sans',sans-serif;
	    font-size: 16px;
    font-style: italic;
    line-height: 20px;
}

.team-member .overlay
{
	
	position: absolute;
	width: 100%;
	height: 101%;
	text-align: center;
	left: 0;
	top: 0;
	background-image: linear-gradient(to top right, #7009b8 , #f14e6b);
	transition: 0s;
	opacity: 0;
	display: flex;
	justify-content: center;
  	align-items: center;
	z-index: 999;
	max-width: 100%;
	overflow:hidden;
	max-height: 101%;
}


.team-member:hover .overlay.top
{
	top: -100%;
}

.team-member:hover .overlay.left
{
	top: 0;
	left: -100%;
	height: 100%;
}

.team-member:hover .overlay.right
{
	top: 0;
	left: 100%;
	height: 100%;
}

.team-member .overlay .overlay-inner
{
	padding: 10%;
	display: table-cell;
    vertical-align: middle;
}

#fsrow-team h2
{
	padding-top: 50px !important;
}

#fsrow-team .inner_row
{
	padding-top: 0 !important;
}

.team-member:hover .inner
{
	z-index: 9999;
}

.team-member:hover img
{
	    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    /*transform: scale(1.1);*/
}

.team-member:hover .overlay
{

	top: 100%;
opacity: 1;
transition: 0.5s;
}

#team-list
{
	margin: 0;
	position: relative;
}

#fsrow-team .container
{
	margin-bottom: 0;
}

#contact p
{
	padding: 0;
}


.wpcf7-response-output
{
	color: #000;
}

#contact label span
{
	display: none;
}

#contact label span.wpcf7-not-valid-tip
{
	display: block;
}

#contact .wpcf7-form p
{
	padding-bottom: 5px;
}

#contact textarea
{
	padding: 10px;
	height: 135px;
	background: transparent;
}

#contact input[type="text"], #contact input[type="email"]
{
	padding: 5px 10px;
	background: transparent;
}

#intro .nectar-scroll-icon
{
	display: none;
}

#intro .slider-down-arrow
{
	background: #fff;
}

#intro .content
{
	padding-bottom: 30px;
}

#who-we-are img
{
	max-width: 20%;
}

#contact div.wpcf7 .ajax-loader
{
	position: absolute;
}

#contact .wpcf7-submit
{
	padding: 15px 40px !important;
	font-size: 18px;
	font-weight: bold;
}

.service-col .content
{
	padding: 30px 30px 0;
}

.service-col h3
{
	margin-bottom: 20px !important;
}

#intro .nectar-button
{
	font-weight: bold;
}

.modal-content
{
	display: none;
}

.fancybox-content
{
	background: transparent;
	width:1000px;
	max-width  : 80%;
	padding-top: 90px !important;
}

.fancybox-content h2
{
	font-weight: bold;
	padding-bottom: 20px;
}

.fancybox-content a
{
	color: #F14E6B;
	font-weight: bold;
}

.fancybox-close-small svg
{
	display: none;
}

.fancybox-close-small
{
	background: transparent url('images/btn-close.png') center center no-repeat;
	width: 39px;
	height: 39px;
	top: 39px !important;
	right: 39px !important;
	background-color: transparent !important;
}

#nectar_fullscreen_rows .nectar-video-bg
{
	max-width: 100%;
}

#who-we-are img
{
	transition: transform .2s;
}

#who-we-are img:hover
{
	transform: scale(1.1);
}

.services-list
	{
		padding-left: 30px;
		padding-right: 30px;
	}

@media (max-width: 999px)
{

	#people .team-member
	{
		width: 20%;
	}

}

@media (min-width: 1000px)
{

	#contact input[type=submit]:hover
	{
		opacity: inherit;
	}
}

@media (max-width: 1000px)
{

#who-we-are img
{
	max-width: 33%;
}
	.cc-section .submenu li
	{
		display: block !important;
		text-align: center;
	}
	.cc-section .submenu
	{
		margin: 0 !important;
	}

}

@media (max-width: 690px)
{
	
	.fancybox-content
	{
		max-width  : 100%;
	}

	
	#intro 
	{
		padding-top: 100px !important;
	}
	
	#copyright .col
	{
		margin: 0;
	}
	#who-we-are img
{
	max-width: 70%;
}
	
	.services-list
	{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	#people .team-member
	{
		width: 50%;
	}

	.team-member .team-name
	{
		font-size: 20px !important;
		line-height: 24px !important;
	}
	
	.team-member .team-name.long
	{
		font-size: 18px !important;
		line-height: 22px !important;
	}

	.team-member .team-title
	{
		font-size: 16px !important;
		line-height: 20px !important;
	}
	
	.team-member[data-style="meta_overlaid_alt"] .team-member-image
	{
		height: 180px;
	}
	
	
	.team-member[data-style="meta_overlaid_alt"] .team-meta
	{
		opacity: 1;
		bottom: 10px;
		left: 10px;
		transform: none;
		-webkit-transform: none;
	}
	
	.team-member[data-style="meta_overlaid_alt"]:after
	{
		opacity: 1;
	}
	
	.team-member[data-style="meta_overlaid_alt"] .team-meta h3
	{
		font-size: 14px;
		margin-bottom:0;
	}
	
	.team-member[data-style="meta_overlaid_alt"] .team-meta p
	{
		padding: 0 !important;
		font-size: 14px;
		line-height: 15px;
	}
	
}

.post-password-form input[type="password"]
{
	background-color: #fff !important;
}

@media (min-width: 1280px)
{
	#people .team-member
	{
		width: 10%;
	}
}


@media (min-width: 1200px)
{

	#header-outer[data-lhe="default"] #top nav > ul > li > a {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}


@media (max-width: 1600px)
{
	.team-member .team-name
	{
		font-size: 16px;
		line-height: 20px;
	}
	
	.team-member .team-name.long
	{
		font-size: 14px;
		line-height: 18px;
	}

	.team-member .team-title
	{
		font-size: 12px;
		line-height: 16px;
	}
}

.page-template-page-creative
{
	background-size: 100%;
}



.page-template-page-creative #intro
{
	padding-top: 0 !important;
}

.page-template-page-creative #intro .row-bg
{
}

.page-template-page-creative #intro h2
{
	font-size: 40px;
	font-weight: bold;
}



.page-template-page-creative #intro p
{
	font-size: 16px;
}


.cc-item .specs
{
	background-color: #333;
	padding: 20px;
	border: 2px solid #888;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.cc-item .specs td, .cc-item .specs table
{
	border-color: #888 !important;
	border: 0 !important;
}

.cc-item .specs table
{
	border-top: 1px solid #888 !important;
	
}

.cc-item .specs table td.label
{
	border-right: 1px solid #888 !important;
}

.cc-item .specs table td
{
	text-transform: uppercase;
	padding: 5px 0 0 0 !important;
}

.cc-item .specs table td:nth-child(2)
{
	padding-left: 20px !important;
}

.cc-item .specs table, .cc-item .specs table tr
{
	background-color: transparent !important;
}

.cc-item .specs h5, .cc-item .specs .label
{
	text-transform: uppercase; 
	font-weight: bold;
}

.cc-section .submenu
{
	text-align: right;
}
.cc-section .submenu li
{
	list-style-type: none;
	display: inline-block;
	margin-left: 15px;
}

.cc-section .submenu li a
{
	padding: 10px 0;
	color: #fff;
	display: block;
}

.cc-section .submenu li a.btn-best-practices
{
	border: 1px solid #888;
	background: #333;
	padding: 10px 10px;
	-moz-border-radius: 5px;
border-radius: 5px;
	font-weight: bold;
	text-transform: uppercase;
}

.cc-section
{
	margin-bottom: 200px !important;
}

.cc-section h3
{
	font-size: 35px !important;
	line-height: 35px !important;
	text-transform: none !important;
}

.cc-item h4
{
	font-size: 28px;
}

.cc-item
{
	margin-bottom: 100px;
}

.cc-item .line
{
	width: 160px;
	height: 3px;
	background: rgb(139,32,206);
background: linear-gradient(90deg, rgba(222,89,113,1) 0%, rgba(139,32,206,1) 100%);
}

.cc-item-image
{
	margin-bottom: 0 !important;
}
#section-selector
{
	width: auto;
	background-color: #333;
	color: #fff;
	border: 1px solid #888;
	-moz-border-radius: 5px;
border-radius: 5px;
font-size: 16px;
}

#section-selector-label
{
	margin-right: 20px;
	padding: 5px 0;
	display: inline-block;
}

#header-outer:not([data-format="centered-menu-under-logo"]):not([data-format="centered-menu-bottom-bar"]) #top nav >ul >li.all-projects >a:before
{
	background: rgb(139,32,206) !important;
background: linear-gradient(180deg, rgba(139,32,206,1) 0%, rgba(222,89,113,1) 100%) !important;
height: 100%;
padding-bottom: 15px;
}

