/* embed fonts ========================================================= */
@import url("/_fonts/genericons/genericons.css");
@import url("/_fonts/font-awesome/css/font-awesome.css"); /* use like: <span class="fa fa-facebook-square"></a> */
@import url("/_fonts/symbola/stylesheet.css");
@import url("/_fonts/stylesheet.css"); /* NOTE: fonts import MUST be in child stylesheet ONLY!!!!! */
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Courgette");
/*
@font-face {
	font-family: 'BebasRegular';
	src: url('/_fonts/bebas___-webfont.eot');
	src: url('/_fonts/bebas___-webfont.eot?#iefix') format('embedded-opentype'),
		url('/_fonts/bebas___-webfont.woff') format('woff'),
		url('/_fonts/bebas___-webfont.ttf') format('truetype'),
		url('/_fonts/bebas___-webfont.svg#BebasRegular') format('svg');
	font-weight: normal;font-style: normal;
}
*/
/* /embed fonts ========================================================= */

/* Tag styles ========================================================= */
body {
	color: #000000;
	background-color: rgb(85, 85, 85);
}

html,body,button,td,input,textarea,select,option {
	font: 400 12pt 'Source Sans Pro',sans-serif;
}

p {
}
p,
div.p,
blockquote,
.pp_inline li,
.pagecontainer li,
.form2 label {
}

a,
a:link,
a:visited,
a:hover,
.bn1,
.pagecontainer a img  {
	color: rgb(2,142,151);
	border-color: rgb(2,142,151);
}
a:hover,
.bn1:hover,
.pagecontainer a:hover img {
	color: #cccccc;
	border-color: #cccccc;
}

h1,h2,h3,h4 {
	padding: 0px 0px 0.75rem 0px;
	font-weight: 600;
}
h1 {
	font-size: 2rem;
	text-transform: uppercase;
}
h2 {
	font-size: 1.5rem;
}
h3 {
	font-size: 1.25rem;
}
h4 {
	font-size: 1rem;
}

/* set bold/italic/bolditalic fonts =====
b, strong	{
	font-weight: normal;
	font-family: 'LatoBold',arial,sans-serif;
}
i, em {
	font-style: normal;
	font-family: 'LatoItalic',arial,sans-serif;
}
b i, i b, strong i, i strong, b em, em b, strong em, em strong {
	font-weight: normal;
	font-style: normal;
	font-family: 'LatoBoldItalic',arial,sans-serif;
}
/set bold/italic/bolditalic fonts ===== */

blockquote {}
blockquote.quotes {}
blockquote.quotes:before,blockquote.quotes:after {}
blockquote.quotes:before {}
blockquote.quotes:after {}
.byline {}
.byline:before {}
/* /Tag styles ========================================================= */

/* list styles ========================================================= */
ul.bullet {}

.pagecontainer ul ul,
.pagecontainer ul ol, 
.pagecontainer ol ol, 
.pagecontainer ol ul {
}


/* color the bullet ===== */
/*
.pagecontainer ul {
	list-style: none;
	margin-left: 1rem;
	padding-left: 0;
xoutline: solid 1px #000;
}
.pagecontainer ul li {
	position: relative;
	padding-left: 0.9rem;
}
.pagecontainer ul li:before {content: '\25CF';}
.pagecontainer li ul li:before {content: '\25CB';}
.pagecontainer li li ul li:before {content: '\25A0';}
.pagecontainer ul li:before,
.pagecontainer li ul li:before,
.pagecontainer li li ul li:before {
	position: absolute;
	top: -0.1rem;
	left: 0;
	color: red;
}
*/
/* /color the bullet ===== */

/* color the numbers =====  */
/*
ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
	counter-reset: item;
}
ol li {
	display: relative;
	padding-left: 1.2rem;
}
ol li:before {
	position: absolute;
	left: 0rem;
	content: counter(item) ". ";
	counter-increment: item;
	color: red;
}
ol li ul,
ol li ol {
	counter-reset: item;
}
*/
/* /color the numbers ===== */
/* /list styles ========================================================= */

/* shell structure ================================================================== */
x.topnav,
header.header-shell-0,
xheader.header-shell-2,
x.panel,
x.title-container,
footer.footer-shell-0,
xfooter.footer-shell-1,
xfooter.footer-shell-2,
.vc_row,
.vc_video-bg-container .vc_column_container,
.blog-inner-single,
.blog-inner-index,
.single-tribe_events .pagecontainer,
.events-archive .pagecontainer {
	width: 970px;
	margin: 0px auto 0px auto; /* centers this div on the page, also, see body definition above */
xoutline: solid 1px red;
}

.shell {
background-color: #fff;
}
/* /shell structure ================================================================== */
.shellbox2{
	overflow: hidden;
}
/* header ============================================================= */
.header-wrapper {
	background-color: rgb(85, 85, 85);
	border-bottom: solid 5px rgb(255, 201, 10);
   background-image:url(/userfiles/woodplanks.jpg);
}
header.header-shell-0 {
	display: table;
xborder: solid 10px red;
}
header.header-shell-1 {
	position: relative;
	display: table-cell;
	vertical-align: bottom;
xborder: solid 10px yellow;
}
header.header-shell-2 {
	width: 178px;
	display: table-cell;
	padding: 10px 0px 10px 0px;
xborder: solid 10px green;
}

#sitename {
}
#sitename p {
	padding: 0;
}
#sitename a {
	position: relative;
	z-index: 200;
}
#sitename a span {
}

#sitedesc {
	display: none;
}
#sitedesc a {
}
#sitedesc a span {
}

#sign-in-out-container {
	display: none;
}

#search-container {
	display: none;
}
#search-container #search {
}

.header-cal {
	position: absolute;
	top: 9px;
	right: 60px;
	z-index: 200;
	display: none;
}
.header-cal * {
	font-size: 2rem;
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.15);
	cursor: pointer;
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.15);
}
/* /header ============================================================= */

/* page ============================================================== */
.pagecontainer {
	padding: 0px 0px 0px 0px;
	/* set header.header-shell-0 as fixed top bar -- header.header-shell-0, .pagecontainer, .topnav-container (nav.css) */
	/*
	padding: 76px 0px 20px 0px;
	*/
xborder: solid 1px #000000;
}
/*
.pagecontainer img {
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.15);
	   -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.15);
	    -ms-box-shadow: 2px 2px 5px rgba(0,0,0,0.15);
	     -o-box-shadow: 2px 2px 5px rgba(0,0,0,0.15);
	        box-shadow: 2px 2px 5px rgba(0,0,0,0.15);
}
.pagecontainer img.noshadow {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	    -ms-box-shadow: none;
	     -o-box-shadow: none;
	        box-shadow: none;
}
*/
.panel_wrapper {
}
.panel {
}
.panel_wrapper-auto .panel {
	padding-right: 30%;
	padding-right: 0%;
}

.wrapper {
}

.col_1 {
	width: 68.75%;
	margin-right: 1.25%;
}
.col_2 {
	width: 28.75%;
	margin-left: 1.25%;
}

.col_3 {
	width: 31.66%;
	margin-right: 1.25%;
}
.col_4 {
	width: 31.66%;
	margin-left: 1.25%;
	margin-right: 1.25%;
}
.col_5 {
	width: 31.66%;
	margin-left: 1.25%;
}

.col_6 {
	width: 23.12%;
	margin-right: 1.25%;
}
.col_7 {
	width: 23.12%;
	margin-left: 1.25%;
	margin-right: 1.25%;
}
.col_8 {
	width: 23.12%;
	margin-left: 1.25%;
	margin-right: 1.25%;
}
.col_9 {
	width: 23.12%;
	margin-left: 1.25%;
}

.col_10 {
	width: 100%;
}

.col_11 {
	width: 48.75%;
	margin-right: 1.25%;
}
.col_12 {
	width: 48.75%;
	margin-left: 1.25%;
}

.col_13 {
	width: 33.333%;
	padding-right: 15px;
}
.col_14 {
	width: 66.666%;
	padding-left: 15px;
	margin: 0;
}

.pad {
	/* 
	Also see .panel on this page.
	
	ONLY needed if percent left-right padding needs to be used on a box -- like .panel -- which is:
	1. given a width
	2. comes AFTER a 100% width or 100% max-width image AND
	3. AFTER a floated div
	
	ex:
	<img src="/pix/fred" width="100%" />
	<div style="float:left;">content</div>
	<div class="panel">
	<div class="pad">
	content
	</div>
	</div>
	*/
	padding: 0px 18% 0px 18%;
}
/* /page ============================================================== */

/* footer ============================================================= */
footer.footer-shell-0 {
	padding-top: 14px;
xborder: solid 10px yellow;
}
footer.footer-shell-0 * {
	text-shadow: 1px 1px 0px rgba(0,0,0,0.15);
	color: #fff;
}
footer.footer-shell-1,
footer.footer-shell-2,
footer.footer-shell-3 {
	display: table-cell;
	vertical-align: middle;
}
footer.footer-shell-1 {
	min-width: 162px;
xborder: solid 10px red;
}
footer.footer-shell-2 {
	padding: 0px 40px 0px 40px !important;
xborder: solid 10px green;
}
footer.footer-shell-3 {
	white-space: nowrap;
xborder: solid 10px blue;
}
footer.footer-shell-3 a {
	display: inline-block;
	padding-left: 10px;
}

#copyright {
}
#copyright span:last-child {
	display: block;
}
#hp_byline {
	display: none;
}
/* /footer ============================================================= */

/* buttons =========================================================================== */
.vc_btn3-container {
	margin: 0 !important;
xborder: solid 10px #000;
}
.vc_btn3 {
	padding: 6px 30px 6px 30px !important;
	font-weight: 600;
	font-size: 1rem !important;
	text-decoration: none !important;
	color: #000 !important;
	background-color: rgb(255, 201, 1) !important;
	border: 0 !important;
	border-radius: 5px !important;
}
.vc_btn3:hover {
	background-color: rgb(218, 172, 40) !important;
}
.vc_btn3-icon,
.vc_btn3-icon:before,
.vc_btn3-icon:after {
	display: none;
}

.bn1,
.bn1:hover,
.bn1:visited,
button,
input[type="button"],
input[type="submit"] {
}
.bn1:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
}

.bn,
.bn_ext,
.more-link,
.bn_back,
.bn_top,
.more-link_back,
.bn_blog-prev-page,
.bn_blog-prev-post,
.bn_blog-next-page,
.bn_blog-next-post {
}

.bn_top {
}

.bn_add {
}
.bn_close {
}
.bn_copy {
}
.bn_delete {
}
.bn_edit {
}
.bn_help {
}
.bn_lock {
}
.bn_pdf {
}
/* /buttons =========================================================================== */

/* captions ========================================================================== */
.wp-caption {
}
.wp-caption .wp-caption-text {
}
.wp-caption.alignright {
}
.wp-caption.alignleft {
}

.caption2 {
}
.caption2-img {
}
.caption2-txt {
}
/* /captions ========================================================================== */


/* hp slider ========================================================================= */
.hp_slider_nav button {
}
.hp_slider_nav button:hover {
}
.hp_slider_nav button.current,
.hp_slider_nav button.current:hover {
}
/* /hp slider ========================================================================= */

/* hp_slider2 ========================================================================= */
.hp_slider2-container {
}

.hp_slider2 {
}

.hp_slide2 {
}

.hp_slide2-content {
}
#hm-slider .hp_slide2-content {
	/* vertical centering NOTE: requires parent container set to relative */
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	/* /vertical centering */
	width: 100%;
	padding: 0px 10% 0px 10%;
xborder: solid 1px red;
}

.hp_slider2-nav {
}
.hp_slider2-nav div {
}
.hp_slider2-nav div:hover {
}
.hp_slider2-nav div.current {
}

.hp_slider2-nav-arrows {
}
.hp_slider2-nav-arrows:hover {
}
.hp_slider2-nav-arrows-back {
}
.hp_slider2-nav-arrows-next {
}
/* /hp_slider2 ========================================================================= */

/* rotator =========================================================================== */
.rotator {
}
.rslide {
}
/* /rotator =========================================================================== */

/* bgimg ============================================================================= */
.bgimg-container {
	position: relative;
}
.bgimg {
}
.bgimg-content-container {
}
/* bgimg ============================================================================= */

/* bgimg2 ============================================================================= */
.bgimg2_container {
	background-position: top left;
}
a.bgimg2_href {
}
.bgimg2_img {
}
.bgimg2_img-overlay-gradient {
	/*
	min-width: 300px;
	background: -moz-linear-gradient(left,  rgba(247,49,49,1) 0%, rgba(192,110,131,1) 45%, rgba(125,185,232,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(247,49,49,1) 0%,rgba(192,110,131,1) 45%,rgba(125,185,232,0) 100%);
	background: linear-gradient(to right,  rgba(247,49,49,1) 0%,rgba(192,110,131,1) 45%,rgba(125,185,232,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f73131', endColorstr='#007db9e8',GradientType=1 );
	*/
	/*
	background-image: url("/pix/header-about.svg");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 100%;
	*/
}
.bgimg2_container-hover:hover .bgimg2_img-overlay {
}
.bgimg2_img-overlay {
}
.bgimg2_content {
}
/* /bgimg2 ============================================================================= */

/* adobe edge ============================================================================= */
/* 
needed for mac ios 
use like: <iframe class="iframe-adobe-edge" src="/hotpepper-header-animation/Hotpepper-animation-v2.html" width="100%" height="100%" scrolling="auto" frameborder="0"></iframe>
*/
iframe.iframe-adobe-edge {
	width: 10px;
	min-width: 100%;
}
/* /adobe edge ============================================================================= */

/* rss feed ===================================================================== */
.rss-feed {
}
.rss-feed ul {
}
.rss-feed li {
}
.rss-feed li:before {
}
.rss-feed li div {
}
.rss-feed h1,.rss-feed h2,.rss-feed h3,.rss-feed h4,.rss-feed h5,.rss-feed h6,.rss-feed h7 {
}
.rss-feed a {
}
.rss-feed a:hover {
}

.widget_rss {
}
.widget_rss ul {
}
.widget_rss li {
}
.widget_rss .widgettitle {
}
.widget_rss a.rsswidget {
}
.widget_rss .rssSummary {
}
/* /rss feed ===================================================================== */

/* misc classes ===================================================================== */
.alert,
.error,
.required {
}
.error.form-validation {}
.smtxt {}
.lgtxt {}
.callout {}

.footnote {}

.crumbtrail {}
.crumbtrail span {}

.hilite {}

.profile {}
.profile .password-change fieldset {}
.profile .password-change legend {}

audio.wp-audio-shortcode {
/* NOTE: CANNOT set width value here, style="width:100%" autogenerated in wp shortcode */
}

.title-container-wrapper {
	padding-top: 30px;
}
.title-container-wrapper * {
	text-align: center;
}
.title-container {}
.page-title,
.cat-title,
.post-title,
.single-post-title {
}
.cat-title #all-posts {}
/* /misc classes ===================================================================== */

/* visual composer classes ===================================================================== */
/*.vc_align_left .vc_single_image-wrapper {
	padding: 0px 0px 30px 30px;
}*/
.vc_align_right .vc_single_image-wrapper {
	padding: 0px 30px 30px 0px;
}


.vc_row {/* see shell section above as well */
	padding: 0 !important;
	margin-bottom: 40px;
xborder: solid 10px red;
}
.vc_row .vc_row {
	margin-bottom: 0px;
}
.vc_row.fullwidth {
	width: 100%;
}
.vc_row.fullwidth.featured-image-page {
	margin: 0px !important;
	padding: 0px !important;
}
.vc_column_container {
xborder: solid 10px yellow;
}
.vc_column-inner {
	margin: 0 !important;
	padding: 0 !important;
xborder: solid 10px blue;
}
.wpb_wrapper {
xborder: solid 10px green;
}
.wpb_content_element {
	margin: 0  ;
xborder: solid 10px orange;
}


.vc_col-sm-4,
.vc_col-sm-6:first-child {
	xpadding-right: 2%;
	padding-right: 15px;
}
.vc_col-sm-6:last-child,
.vc_col-sm-8 {
	xpadding-left: 2%;
	padding-left: 15px;
}




.vc_row-has-fill,
.vc_col-has-fill .vc_column-inner {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.vc_cta3-container {
	background-color: rgba(0,0,0,0.2) !important;
	margin: 0 !important;
xborder: solid 10px purple;
}
.vc_cta3 {
	padding: 0px !important;
	background-color: transparent !important;
	border: 0 !important;
	border-radius: 0px !important;
}
.vc_cta3_content-container {
	max-width: 405px;
	margin: 0 auto 0 auto !important;
	padding: 40px 10px 40px 10px;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.15);
	color: #fff;
}
.vc_cta3_content-container * {
	text-align: center;
}

.gambit_has_video_bg {
xborder: solid 10px brown;
}

.wpb_content_element.home-top-overlay {
    max-width: 550px;
    font-size:18px;
	padding: 40px 70px 40px 70px;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.35);
	color: #fff;
	background-color: rgba(0,0,0,0.4);
    margin-left: 70px;
    margin-top: 100px; 
    xborder: solid 10px gold;
}
.gambit_has_video_bg .home-top-overlay {
	max-width: 550px;
    font-size:18px;
	padding: 40px 70px 40px 70px;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.35);
	color: #fff;
	background-color: rgba(0,0,0,0.4);
    margin-left: 70px;
    margin-top: 100px; 

}
.wpb_content_element.home-top-overlay h1 {
	text-transform: none;
	color: rgb(255, 201, 1);
}


.home-top-scroll  {
	padding:200px 70px 40px;
    vertical-align: bottom;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.35);
	color: #fff;
}

 .home-top-scroll .vc_icon_element-icon {
    opacity:.6;
}

.vc_video-bg-container {
xborder: solid 10px brown;
}

.vc_video-bg-container .wpb_content_element {
	max-width: 550px;
    font-size:18px;
	padding: 40px 70px 40px 70px;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.35);
	color: #fff;
	background-color: rgba(0,0,0,0.4);
xborder: solid 10px gold;
}
.vc_video-bg-container .wpb_content_element h1 {
	text-transform: uppercase;
	color: rgb(255, 201, 1);
}


.vc_row.tout {
xborder: solid 10px black;
}
.vc_row.tout .vc_row.vc_inner {
	width: 745px;
	margin: 40px auto 40px auto;
	padding: 40px 40px 40px 40px !important;
	background-color: rgba(255,255,255,0.8);
xborder: solid 10px brown;
}
.vc_row.tout .vc_col-sm-6 {
xborder: solid 10px gold;
}
.vc_row.tout .vc_col-sm-6:first-child {
	padding-right: 0.5%;
	text-align: center;
}
.vc_row.tout .vc_col-sm-6:last-child {
	padding-left: 0.5%;
}
.vc_row.tout .wpb_content_element {
	margin: 0 !important;
xborder: solid 10px blue;
}
.vc_row.tout h2 {
	font-size: 2rem;
}
.vc_row.tout h2 span {
	display: block;
	font-weight: 700;
	font-size: 3.5rem
}
.vc_separator-has-text h4 {
    font-size:1.2em;
}
/* /visual composer classes ===================================================================== */

.featured-image-page {
}
.featured-image-page img {
	xmax-width: none;
}

.intro * {
	text-align: center;
	color: rgb(85, 85, 85);
}


.single-staff {
}
.single-staff-content-container {
	padding-top: 30px;
}
h1.single-staff-title {
	padding-bottom: 0;
xborder: solid 10px orange;
}
.single-staff-featured-image {
	padding-bottom: 30px;
}
.single-staff-excerpt {
	padding-bottom: 1rem;
	line-height: 1.4;
	font-weight: 600;
}
.single-staff-content {
xborder: solid 10px purple;
}

.staff-grid {
}
.staff-grid a {
	text-decoration: none !important;
}
.staff-grid-item {
	float: left;
	position: relative;
	width: 293px;
	margin: 0px 30px 30px 0px;
	
	padding-bottom: 80px;
}
.staff-grid-item-text-container {
	position: absolute;
	bottom: 0px;
	z-index: 10;
	width: 100%;
	
	padding: 20px 20px 20px 20px;
	background-color: rgb(128, 128, 128);
}
.staff-grid-item-text-container,
.staff-grid-item-text-container * {
	line-height: 1.4;
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.15);
}
.staff-featured-image img {
	width: 100%;
}
.staff-title {
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
}
.staff-excerpt {
	font-size: 0.85rem;
}


.event-grid {
}
.event-container {
	float: left;
	position: relative;
	width: 455px;
	height: 540px;
	margin: 0px 40px 10px 0px;
	padding-bottom: 80px;
	overflow: hidden;

}
.event-date-price_container, .event-venue, .event-desc {
	font-size: 16px;
}
.event-grid-3 .event-container {
	position: relative;
	width: 293px;
	max-height: 430px;
}
.event-title-inner {
    float:right;
    display:block;
    width:82%;
    text-align:left;
    padding:10px 20px;
}
.top-date {
    text-align:center;
    width:18%;
    background-color:black;
    padding:10px;
    float:left;
    font-size:22px;
    min-height: 80px;
}
.top-m {
    padding-top:5px;
    text-transform:uppercase;
    font-size:14px;
    font-weight:normal;
    padding-bottom:3px;
}
.event-title {
	padding: 0px;
    font-size:20px;
	font-weight: 600;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.15);
	color: #fff;
	/*background-color: rgb(128, 128, 128);*/
    background-color: #028e97;
}
.event-img {
	margin-bottom: 20px;
}
.event-button_container {
	margin-bottom: 20px;
}
.event-button_container a {
	display: inline-block;
}
.event-button_container .event-info {
	display: inline-block;
	margin-right: 10px;
}
.event-button_container .event-info .vc_btn3 {
	text-shadow: 1px 1px 0px rgba(0,0,0,0.15);
	color: #fff !important;
	/*background-color: #007698 !important;*/
    background-color: #028e97 !important;
}
.event-button_container .event-purchase {
	display: inline-block;
}
.event-purchase select {
	width: 140px;
	font-weight: 600;
	background-color: rgb(255, 201, 1);
}
.event-date-price_container {
	line-height: 1.4;
}
.event-date-price_container .event-datetime,
.event-date-price_container .event-price {
	float: left;
	font-weight: 600;
}
.event-date-price_container .event-datetime {
	width: 70%;
	line-height: normal;
}
.event-date-price_container .event-price {
	width: 30%;
	text-align: right;
}
.event-venue {
	line-height: 1.4;
	font-weight: 600;
}
.event-desc {
	line-height: 1.4;
}

#event-cat-filter {
	padding-bottom: 30px;
	text-align: right;
}

.date-container {
	white-space: nowrap;
}

.home #testimonials{
	display: none;
}
.home.page-load #testimonials{
	display: block;
}
#testimonials{
	padding: 40px!important;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
#testimonials .wpb_text_column .wpb_wrapper{
	width: 745px;
	margin: 0 auto;
}

.testi {
	width: 745px;
	padding: 30px 40px;
	text-align:center;
	background: rgba(255,255,255,0.8);
}
.testi h3{
	padding: 0.75rem 0 0;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: -0.025em;
	text-transform: uppercase;
}
.testi blockquote{
	min-height: 108px;
	padding: 0;
	font-size: 32px;
	font-style: italic;
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1.125;
}
.testi blockquote p{
	padding: 0;
}
.slick-slider,
.slick-slider *{
	max-width: none;
}
.slick-list:before, .slick-list:after,
.slick-slide:before, .slick-slide:after,
.slick-slider:before, .slick-slider:after{
	display: none;
}
