/* === GENERAL === */

body {
	background-color: #f2f2f2;
	color: #545454;
	font-family: "freight-sans-pro",sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	margin: 0;
}

/* === TEXT STYLES === */

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 36px;
	font-weight: 400;
	line-height: 36px;
	margin-bottom: 20px;
}

h2,
.intro-text h1 {
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 20px;
}

.archive-header {
	font-size: 24px;
	font-weight: 400;
}

.content-main h2 {
	font-size: 30px;
}

h3 {
	font-weight: 500;
}

.first {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}

/* === LINK STYLES === */

a {
	color: #c10079;
	text-decoration: none;
	transition: all 0.5s ease;
}

a:hover {
	color: #0073c0;
	text-decoration: none;
}

.btn {
	background-color: #c10079;
	border: medium none;
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	height: 50px;
	letter-spacing: 1px;
	padding: 15px 30px;
	text-transform: uppercase;
	transition: all 0.5s ease;
}

form .btn {
	width: 100%;
}

.btn:hover {
	background-color: #9e146b;
	color: #ffffff;
}

/* === LAYOUT ===*/

.vertical-align {
	position: absolute;
  top: 50%;
  transform: translateY(-50%);
}



.wrapper {
	padding: 50px 0;
}

.no-padding {
	padding: 0;
}

.no-margin {
	margin-bottom: 0 !important;
}

.intro-text {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 50px;
}

.intro-text p:last-of-type {
	margin-bottom: 0;
}

/* === BRAND STYLES === */

.brand-1 {
	background-color: #0073c0; /* Main Blue */
	color: #ffffff;
}

.brand-2 {
	background-color: #c10079; /* Main Pink */
	color: #ffffff;
}

.brand-3 {
	background-color: #0bbbd7; /* Light Blue */
	color: #ffffff;
}

.brand-4 {
	background-color: #132e40; /* Dark Blue */
	color: #ffffff;
}

.brand-5 {
	background-color: #f2f2f2; /* Grey */
}

.brand-6 {
	background-color: #ffffff; /* White */
}

/* === HEADER === */

.header {
	box-shadow: 0 -4px 10px rgba(0, 0, 0, 1);
	position: relative;
	z-index: 10;
}

.header-top {
	padding: 10px 0;
}

.header-contact:first-child {
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	margin-right: 10px;
	padding-right: 7px;
}

.header-contact:first-child i {
	position: relative;
	top: 2px;
}

.header-contact a {
	color: #ffffff;
}

.header-contact a:hover {
	color: #c10079;
}

.header-main {
	height: 84px;
	position: relative;
	z-index: 999;
}

.logo {
	background: rgba(0, 0, 0, 0) url("../images/logo.png") no-repeat scroll 0 0;
	display: block;
	float: left;
	height: 42px;
	position: relative;
	top: 22px;
	width: 257px;
}

.sub-nav,
.main-nav {
	margin: 0;
}

.main-nav > li {
	padding: 0;
}

.sub-nav a {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding-right: 12px;
    text-transform: uppercase;
}

.main-nav a {
	color: #545454;
}

.main-nav li a {
	color: #545454;
	font-size: 18px;
	font-weight: 300;
	line-height: 84px;
	padding-right: 25px;
}

.main-nav > li:last-child > a {
	padding: 0;
}

.sub-nav a:hover,
.main-nav a:hover {
	color: #c10079;
}

ul.sub-nav.list-inline.pull-right li ul.social-nav.list-inline li {
	padding: 0;
}

.social-nav li:last-child a {
	padding: 0;
}

.social-nav a {
	border: none;
	font-size: 14px;
}

.dropdown:after {
	content: "\f107";
	font-family: FontAwesome;
	font-size: 14px;
	margin-left: -20px;
	margin-right: 20px;
	color: #545454;
}

#responsive-menu .dropdown::after {
	color: white;
	content: "\f107";
	font-family: FontAwesome;
	position: absolute;
	right: 0;
	top: 15px;
}

.main-nav li .dropdown-menu li a {
	font-size: 14px;
	padding: 0;
	line-height: 34px;
}

/* ====== SEARCH ====== */
.menu-main-menu-container {
	float:left;
}

#search {
	float: left;
	position: relative;
	padding: 30px 5px 0 20px;
}

.header-main form#search-container.sc-form {
	background: white none repeat scroll 0 0;
	display: none;
	padding: 5px;
	position: absolute;
	right: 0;
	top: 7px;
	width: 600px;
	z-index: 9;
}

.header-main form#search-container.sc-form input {
	background: #fff none repeat scroll 0 0;
	border: medium none;
	box-shadow: none;
	line-height: 50px;
	margin: 0;
	outline: 0 none !important;
	padding-top: 6px;
	width: 550px;
	z-index: 999;
}

#search-open-btn:hover,
#search-close-btn:hover {
	cursor: pointer;
}

#search-close-btn {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    margin-right: 0;
    padding: 2px 0 0 25px;
    position: absolute;
    margin-top: 21px;
}

#search-submit {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    margin-right: 0;
    padding: 0;
    position: relative;
    margin-top: 10px;
}
/* ==== FOOTER ==== */

.footer {
	background-image: url("../images/footer-bee.png");
	background-position: -80px 160px;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: 300;
}

.footer h2 {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.footer p {
	margin-bottom: 10px;
}

.footer a {
	color: #ffffff;
}

.footer a:hover {
	color: #0073c0;
}

.footer-logo {
	background: rgba(0, 0, 0, 0) url("../images/logo-white.png") no-repeat scroll 0 0 / 100% auto;
	display: block;
	height: 30px;
	margin-bottom: 10px;
	width: 180px;
}

.footer-contact {
	margin-top: 20px;
}

.footer-contact li {
	margin-bottom: 4px;
}

.footer-contact i {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	line-height: 28px;
	margin-right: 5px;
	width: 24px;
}

.footer-nav {
	margin-bottom: 20px;
}

.footer-nav li {
	float: left;
	margin-bottom: 10px;
	width: 50%;
}

.footer-nav li::before {
	color: #0073c0;
	content: "\f105";
	float: left;
	font-family: "FontAwesome";
	padding-right: 10px;
}

.footer-social li {
	font-size: 22px;
	margin-right: 10px;
	padding: 0;
}

.footer-social .form-group {
	margin: 0;
}

.footer-social .form-control {
	font-size: 13px;
	height: 36px;
}

.footer-social .btn {
	font-size: 12px;
	height: 36px;
	line-height: 5px;
}

.news-layout h2 {
	font-size: 14px;
	letter-spacing: 0;
	margin-bottom: 0;
	text-transform: none;
}

.news-layout .news-date {
	color: #ccc;
	display: block;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.footer-news li {
	margin-bottom: 20px;
}

/* === HOME PAGE MAP === */

.location-map {
	position: relative;
}

#map-canvas {
	height: 400px;
}

.location-map .map-contact {
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.map-contact .container-fluid,
.map-contact .row {
	height: 100%;
	position: relative;
}

.map-contact .col-sm-5 {
	border-top: 5px solid #c10079;
	bottom: 0;
	right: 15px;
	padding: 20px;
	position: absolute;
}

.map-contact h2 {
	margin-bottom: 0;
}

.map-contact p {
	font-size: 18px;
}

.contact-details {
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	margin-top: 20px;
	padding-top: 20px;
}

.location::before,
.opening::before {
	color: #aaa;
	float: left;
	font-family: "FontAwesome";
	padding-right: 10px;
	width: 24px;
}

.location::before {
	content: "\f041";
	font-size: 20px;
	line-height: 20px;
}

.opening::before {
	content: "\f017";
	font-size: 16px;
	line-height: 24px;
}

.location {
	margin-bottom: 10px;
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	margin-top: 50px;
	padding-top: 20px;
}

/* ==== HOME BANNER ==== */

.banner-home {
	color: #ffffff;
	height: 480px;
	position: relative;
	width: 100%;
}

.banner-home .slick-slide:before {
	background: rgba(0, 115, 192, 0.65) url("../images/bee.png") no-repeat scroll 46px 160px;
	content: '';
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.banner-home .container-fluid,
.banner-home .row {
	height: 100%;
}

.banner-home .row {
	position: relative;
}

.slider-content {
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.slider-content h2 {
	font-size: 58px;
	font-weight: 600;
}

.slider-content span {
	color: #e5f0f8;
	display: block;
	font-size: 22px;
	font-weight: 400;
}

/* ==== HOME SERVICES ==== */

.content-box {
	display: block;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}

.content-box .box-overlay {
	background-image: linear-gradient(transparent 30%, rgba(0, 0, 0, 0.8));
}

.service-contact .box-overlay {
	background: rgba(0, 115, 192, 0.65);
}

.box-overlay {
	color: #ffffff;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
	width: 100%;
	z-index: 100;
}

.service-contact .vertical-align {
	bottom: auto;
}

.box-overlay > div {
	bottom: 0;
	display: inline-block;
	left: 0;
	padding: 30px;
	position: absolute;
	right: 0;
	vertical-align: bottom;
	width: 100%;
}

.box-overlay h2 {
	font-size: 24px;
	margin-bottom: 10px;
}

.service-contact h2 {
	font-size: 28px !important;
	font-weight: 600;
	line-height: 32px;
}

.box-overlay label {
	margin: 0;
	position: relative;
	width: 100%;
}

.box-overlay label::after {
	color: #0073c0;
	content: "\f107";
	font-family: "FontAwesome";
	font-size: 18px;
	padding: 0 0 2px;
	pointer-events: none;
	position: absolute;
	right: 15px;
	top: 10px;
}

.box-overlay select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 0;
	color: #545454;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	height: 40px;
	margin: 0;
	outline: medium none;
	width: 100%;
}

select::-ms-expand {
	display: none;
}

.service-contact p {
	margin: 0;
}

.service-contact a {
	color: #ffffff;
	text-decoration: underline;
}

/* ==== HOME TEAM ==== */

.people-container {
	padding: 30px;
	margin-bottom: 30px;
}

.people-container h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

.people-container li {
    padding: 0;
    margin: 0;
    width: 12.5%;
    float: left;
}

.people-container a {
	color: #fff;
}

.people-container a:hover {
	text-decoration: underline;
}

.people-container a img {
	filter: grayscale(100%);
	transition: filter 0.3s ease;
}

.people-container a:hover img {
	filter: grayscale(0%)
}

/* ==== HOME CALL ==== */

.home-call {
	background: rgba(0, 0, 0, 0) url("../images/contact.jpg") no-repeat scroll center center / cover ;
	color: #ffffff;
	font-size: 18px;
	position: relative;
}

.home-call::before {
	background-color: rgba(0, 115, 192, 0.65);
	content: '';
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.home-call span {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: -5px;
}

.home-call ul {
	margin: 0;
}

.home-call label {
	display: none;
}

.home-call .checkbox label {
	display: block;
}

/* ==== CONTENT BANNER ==== */

.content-banner {
	height: 400px;
}

/* ==== CONTENT BODY ==== */

/* CONTENT MAIN */

.content-main {
	padding-right: 40px;
}

.blog-call {
	background-color: #e8e8e8;
	font-size: 24px;
	padding: 30px;
}

/* CONTENT SIDE */

.content-side {
	margin-top: -100px;
}

.single-article .content-side {
	margin: 0;
}

.content-side > div {
	border-top: 5px solid #c10079;
	padding: 20px;
}

.content-side .side-related-content {
	border: none;
	padding: 0;
	margin-top: 30px;
}

.content-side .side-related-content li {
	margin-bottom: 10px;
}

.content-side .contact-map {
	border: medium none;
	float: left;
	margin-top: 30px;
	padding: 0;
	width: 100%;
}

.content-side .latest-posts {
	margin-top: 30px;
}

.content-side h2 {
	font-size: 24px;
	margin-bottom: 10px;
}

.side-menu ul {
	margin-bottom: 0;
}

.side-menu li::before {
	color: #0073c0;
	content: "\f105";
	float: left;
	font-family: "FontAwesome";
	line-height: 22px;
	padding-right: 10px;
}

.side-menu li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.side-menu a {
	color: #545454;
}

.side-menu a:hover {
	color: #c10079;
}

.side-call .form-group:last-child {
	margin: 0;
}

.side-call label {
	display: none;
}

.side-call .checkbox label {
	display: block;
}

.side-people > div {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.side-people > div:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.side-profile-img {
    max-width: 132px;
    float: left;
	margin-right: 10px;
}

.side-profile-title h2 {
    font-size: 18px;
    font-weight: 600;
	line-height: 1.4;
    margin-bottom: 0;
}

/* ==== CONTENT CALL ==== */

.content-call {
	position: relative;
}

.content-call span {
	font-size: 30px;
	font-weight: 300;
	width: 60%;
}

.content-call .bold {
	font-weight: 600;
}

.content-call a {
	border-radius: 32px;
	height: 60px;
	line-height: 30px;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 25%;
}

.content-call a:hover {
	color: #ffffff;
}

/* ==== CONTENT STAFF ==== */

.staff-box {
	display: inline-block;
	margin: 0 auto;
	padding: 15px 10px;
	position: relative;
	text-align: center;
	width: 25%;
}

.staff-info {
	background-color: #c10079;
	color: #ffffff;
	padding: 15px 10px;
	transition: all 0.5s ease 0s;
}

.inner {
	border: 5px solid #f2f2f2;
}

.staff-info a {
	color: #fff;
}

.staff-info h2 {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	text-transform: uppercase;
}

.staff-info .staff-role {
	font-size: 14px;
}

.staff-box img {
	position: relative;
	transition: all 0.5s ease;
}

.staff-box a:hover .staff-info {
	background-color: #9e146b;
}

.staff-box a:hover img {
	filter: grayscale(100%)
}

.staff h1 {
	line-height: 30px;
}	

.staff h1 .staff-role {
	color: #767676;
	display: block;
	font-size: 24px;
}

.testimonial-meta {
	padding-left: 64px;
}

.staff-quote {
	margin-top: 30px;	
}

.staff-memberships {
	background-color: #e8e8e8;
	margin-top: 30px;
	padding: 30px;
}

.staff-memberships img {
    float: left;
    margin-bottom: 8px;
    margin-right: 8px;
    width: auto;
}

.staff-memberships img:last-child {
	margin: 0;
}

.staff-contact {
    margin-top: 20px;
    float: left;
    width: 100%;
}

.side-menu .staff-contact li::before {
	display: none;
}

.side-menu .staff-contact li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.side-menu .staff-contact li:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.staff-contact a {
	color: #c10079;
}

.staff-contact i {
	background-color: #c10079;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	height: 32px;
	line-height: 32px;
	margin-right: 10px;
	text-align: center;
	transition: all 0.5s ease 0s;
	width: 32px;
}

.staff-contact a:hover {
	color: #0073c0
}

.staff-contact a:hover i {
	background-color: #0073c0
}

.staff .staff-info h2 {
	color: #0073c0;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	text-transform: uppercase;
}

.staff-filter {
	margin-bottom: 50px;
}

.filter-btn {
	background-color: #f2f2f2;
	border: 1px solid #ccc;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.5px;
	padding: 15px 30px;
	text-transform: uppercase;
	transition: all 0.5s ease;
	width: 220px;
}

.filter-btn:hover {
	background-color: #c10079;
	border-color: #c10079;
	color: #ffffff;
}

#staff-layout .staff-box {
	margin-bottom: 30px;
}

#staff-layout .mix {
	display: none;
}

/* ====== BLOG ====== */

.article {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.article h2 {
	font-size: 24px;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 5px;
}

.article .news-date,
.blog-article .news-date {
	display: block;
	font-weight: 500;
	margin-bottom: 10px;
}

.blog-article .news-date {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 12px;
}

.news-date a {
	color: #545454;
}

.news-date a:hover {
	color: #c10079;
}

.article-image {
	float: left;
	margin-right: 15px;
	width: 30%;
}

.article-content {
	overflow: hidden;
}

.news-intro {
	margin: 0;
}

.featured-image {
	margin-bottom: 20px;
}

.pagination li a, 
.pagination li span {
	border-radius: 50%;
	display: block;
	height: 32px;
	line-height: 30px;
	width: 32px;
}

.pagination li a {
	background-color: #fff;
	color: #545454;
}

.pagination li a:hover {
	background-color: #c10079;
	color: #fff;
}

.pagination li span {
	background-color: #0073c0;
	color: #fff;
}

.tagged-posts {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 10px;
	padding-top: 10px;
}

.tagged-posts li::before {
	color: #0073c0;
	content: "\f105";
	float: left;
	font-family: "FontAwesome";
	line-height: 22px;
	padding-right: 10px;
}

.tagged-posts li {
	margin-bottom: 10px;
}

/* ====== SEARCH RESULTS ====== */

.search-results {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.search-results h2 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 10px;
}

img.size-full {
	display: block;
	height: auto;
	width: 100%;
}

.alignleft {
	float: left;
}

.placeholder { color: #999999; }

.related-articles li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.cc-banner .cc-message, .cc-compliance {
	font-family: 'freight-sans-pro', sans-serif !important;
	font-size: 0.9em;
  }



 
 /* ==== CONTENT COMMUNITY WORK ==== */

.community-box a {
	display: block;
	position: relative;
}

.community-info {
	color: #ffffff;
	height: 60px;
	padding: 15px 10px;
	position: relative;
	transition: all 0.5s ease 0s;
}

.community-info h2 {
	font-size: 12px;
	font-weight: 300;
	left: 0;
	line-height: inherit;
	margin: 0;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.community-info {
	display: block;
	font-size: 12px;
	font-weight: 300;
}

.scommunity-box img {
	position: relative;
	transition: all 0.5s ease;
}

.community-box a:hover .community-info {
	color: #0073c0;
}

.community-box a:hover img {
	filter: grayscale(100%)
}

.community h1 {
	line-height: 44px;
}

.community h1 .community-role {
	color: #767676;
	display: block;
	font-size: 28px;
}

.community-contact {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 20px;
	padding-top: 20px;
}

.community-contact span {
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	line-height: 28px;
	margin-right: 5px;
	width: 24px;
}

.community .staff-info h2 {
	color: #0073c0;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	text-transform: uppercase;
}

.community-filter {
	margin-bottom: 50px;
}

.filter-btn {
	background-color: #f2f2f2;
	border: 1px solid #ccc;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.5px;
	padding: 15px 30px;
	text-transform: uppercase;
	transition: all 0.5s ease;
	width: 220px;
}

.filter-btn:hover {
	background-color: #c10079;
	border-color: #c10079;
	color: #ffffff;
}

#staff-layout .staff-box {
	margin-bottom: 30px;
}

#staff-layout .mix {
	display: none;
}

/* ==== HR ==== */

hr {
	background-color: #c10079;
	border: medium none;
	height: 5px;
	line-height: 6px;
	margin: 20px auto;
	text-align: center;
	width: 25%;
}

hr::after {
	background-color: #f2f2f2;
	color: #999;
	content: url("../images/header-bee.png");
	display: inline;
	padding: 0 15px;
	position: relative;
	top: -9px;
}

/* opera doesn't render correctly. hide section sign */
x:-o-prefocus, hr:after {
  content: "";
}

.content-main .staff-box {
padding: 0 7.5px;
margin-bottom: 15px;
}

.content-main .staff-box a {
	border: none;
}

.content-main .staff-box .staff-info h2 {
	font-size: 12px;
	font-weight: 400;
}

.article {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
		padding-bottom: 20px;
}

.article h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 5px;
}

.article .news-date, .blog-article .news-date {
    display: block;
    font-weight: 500;
    margin-bottom: 10px;
}

.news-date a {
    color: #545454;
}

.article-image {
	float: left;
	margin-right: 15px;
	width: 30%;
}

.article-content {
	overflow: hidden;
}

.news-intro {
	margin: 0;
}

.featured-image {
	margin-bottom: 20px;
}

.cv {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 40px;
	padding-bottom: 0px;
	font-size: 18px;
}

.news-sign-up {
    margin: 20px 0 50px 0;
    text-align: center;
    padding: 20px 0 10px 0;
	background-color: #ececec;
	border: 1px solid #0174C1;
}

.news-sign-up button.btn.btn-default {
    background-color: #0174C1;
}

.sub-nav #menu-item-4985 a {
	background: #f0af00;
	padding: 10px 14px;
	color: #fff;
  }





.def-size {
	display: inline!important;
    height: auto;
    width: auto!important;
}


.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
        background-color: #ffffff;
    background-image: none;
    border: medium none;
    color: #545454;
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.42857;
    padding: 6px 16px;
    width: 100%;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"]
{

    height: 50px;
}

.wpcf7 label {
    width: 100%!important;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
	background-color: #c10079;
    border: medium none;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    letter-spacing: 1px;
    padding: 15px 30px;
    text-transform: uppercase;
    transition: all 0.5s ease;
	width:100%;
}

.flex-centre-row {
	display: flex;
    align-items: center;
}

.tribe-events-content ol, .tribe-events-content p, .tribe-events-content ul {

    font-size: 16px!important;
}

.tribe-events-meta-group {
    flex: 1 0 240px;
    width: 240px!important;
}


.entry .entry-content .event-tickets .tribe-tickets__tickets-form, .event-tickets .tribe-tickets__tickets-form {
    background-color: var(--tec-color-background);
    border: 1px solid var(--tec-color-border-secondary);
    border-radius: var(--tec-border-radius-default);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: var(--tec-spacer-5) 0;
    max-width: 100%!important;
    padding: var(--tec-spacer-3) var(--tec-spacer-3) var(--tec-spacer-4);
    position: relative;
    width: 100%!important;
}