/*
Theme Name: Improving Communications
Theme URI: https://improvingcommunications.com
Author: Improving Communications
Author URI: https://improvingcommunications.com
Description: Custom Theme
Version: 0.1
*/

@import url('https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');
 
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu {
    margin: 0;
}
body {
	font-size: 20px;
	line-height: 22px;
	overflow-x: hidden;
}
*{
	font-family: 'Muli', sans-serif;
}
h1,h2{
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 900;
	margin: 0;
}
h1.entry-title {
	padding-bottom: 10px;
	font-size: 30px;
	color: #000;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 30px;
}
img{
	max-width: 100%;
}
nav{
	padding: 10px 100px 5px 100px !important;
	background: rgba(255,255,255,0.9);
	-webkit-box-shadow: 0 4px 4px 0 #9e9c9c;
	box-shadow: 0 4px 4px 0 #9e9c9c;
}
a{
	opacity: 1;
	color: #00a08e;
}
a:hover{
	color: #008677;text-decoration:none
}

.full-width{
	padding: 0 0 0 0 !important;
}
.alignright { float:right; }
.alignleft { float:left; }
.global-top-bar {
	background: #000;
	padding: 10px 0;
}
.global-contact, .global-contact span {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	text-align: right;
	font-weight: 900;
}
.global-contact a {
	color: #fff;
	font-weight: 900;
}
.global-contact a:hover {
	color:#00a08e;
}
.gc-item {
	margin-right: 10px;
}
.fa-icon {
	font-size: 20px;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding: 0px 13px;
	font-size: 18px;
	color: rgba(0,0,0,1) !important;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.navbar-nav{margin-left: auto ;margin-right: inherit !important;}
.navbar-light .navbar-nav .nav-link:active, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0,0,0,1);
}
.container-fluid{
	padding: 0;
}
/* VIDEO CHANGE - rdh - 12042024 */
#header-contentd {
	position: relative;
	height: 100vh;
}
video {
	object-fit: cover;
  height: 100%;
  width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
#intropara {
	z-index: 99;
	position: relative;
	top: 50%;
	background-image: url("https://www.improvingcommunications.com/wp-content/uploads/2024/12/ic-white-transparent-background-03.png");
	padding: 20px;
}
/* END VIDEO CHANGE */
#header-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
#header-bg div{
	padding: 0 !important;
}
#header-content{
	background-image: url('imgs/IC-home-header.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 250px;
	padding-bottom: 150px;
	margin: 0px;
	font-size: 24px;
}
.header-btn {
	background-color: #00a08e;
	font-size: 22px;
	color: #ffffff;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-align: center;
	height: 55px;
	box-sizing: content-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 325px;
	line-height: 30px;
}
.header-btn i{ margin-left: 20px;font-size: 32px;}
.header-btn:hover{
	background-color: #008677;
	color: #ffffff;
	text-decoration: none;
}
.fas.fa-calendar-alt
{
	padding:5px;
}
.col-md-9 span:nth-child(2) {
	margin-right: 10px;
}
#upcoming-classes{	/*margin: 60px 0;*/display: flex;flex-wrap: wrap;}
#upcoming-classes h1 {
	background-color: #000000;
	text-align: center;
	color: #ffffff;
	padding: 10px 15px;
	font-size: 22px;
	line-height: inherit;
	width: 100%;
	display: inline-block;
	line-height: 24px;
}
.upcoming-classes-block-container:nth-child(odd){	background-color: #efefef;}
.upcoming-classes-block{	padding: 20px 5px;}
.upcoming-classes-block a {
	font-size: 18px;
	color: #00a08e;
	font-weight: bold;
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
	line-height: 21px;
}	
.upcoming-classes-block a:hover{color:#008677;text-decoration:none}
.upcoming-classes-block span{margin-bottom: 0px;width:100%;display:inline-block;font-size:16px;color:#000;font-weight:400;Line-height: 30px}
.upcoming-classes-block span i{margin-right:10px;font-size: 18px;color: #4e4b4b;}
.upcoming-classes-block span .fas.fa-clock {
	margin-left: 4px;
}
.seeallpublic-class{	background-color: #000000;	text-align: center;	color: #ffffff;	width: 100%;
	text-align: center;	display: block;	padding: 10px 15px ;	text-transform: uppercase;}
.seeallpublic-class a {
	color: #fff;
	font-size: 18px;
	font-weight: 900;
	Line-height: 18px;
}
/* HOME PAGE TOP PARAGRAPH */
.full-width-section {
	padding: 20px 13px 0;
}
.full-width-section h2 {
	margin: 20px 0;
}
#home-top-para h1 {
	margin-bottom: 20px !important;
	font-size: 40px;
	color: #000;
	text-align: center;
	background-color: #fff;
	Line-height: 42px;
	z-index: 1;
	position: relative;
	margin: auto;
	max-width: 84%;
}
#home-top-para hr {
	border-top: 2px solid #000;
	position: absolute;
	top: 39px;
	right: 0;
	left: 0;
	width: 97.5%;
	margin: auto;
}

#services{	margin-top: 40px;	/*margin-bottom: 30px;*/}
#services h1 {
	margin-bottom: 20px !important;
	font-size: 40px;
	color: #000;
	text-align: center;
	background-color: #fff;
	Line-height: 42px;
	z-index: 1;
	position: relative;
	max-width: 260px;
	margin: auto;
}
#services hr {	border: 1px solid #000;	position: absolute;	top: 25px;	right: 0;	left: 0;	margin: 0;width: 97.5%;margin: auto;}
.service {	position: relative;	margin-bottom: 40px !important;	max-width: 600px;	margin: auto;	max-height: 345px;	overflow: hidden;}
.service img{	width: 100%;    height: auto;}
.service-text{	background-color: rgba(0,0,0,0.75);	position: absolute;	bottom: 0;	width: 100%;	padding: 20px 20px;
	color: #ffffff;	font-family: 'Muli Black', sans-serif;}
.service .service-text a {
	margin-bottom: 5px;
	line-height: 20px;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 900;
}
.service .service-text p {
	margin: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}
#stay-connected{	border-top: 2px solid #000000;	border-bottom: 2px solid #000000;	margin: 20px 0 60px 0;}
.bordertop{		padding: 40px 0;}
#stay-connected h2 {
	font-size: 46px;
	color: #000;
	text-align: center;
	margin: 20px 0px;
	line-height: 46px;
}
.borderbottom{	border-top: 4px solid #000000;}
.homesub-wrap {	border-top: 2px solid #000; display: flex;	flex-wrap: wrap;align-items: center;}
.subscribhm-content {
	background-color: #000000;
	width: 50%;
	padding: 15px 0px 15px 0px;
}
.hmsocil-content {	width: 50%;	/*! padding: 40px 0px; */display: flex;justify-content: start;align-items: center;}
.borderbottom-left{	background-color: #000000;color: #ffffff;	padding: 10px 0;}
.borderbottom-right{	padding: 20px 0;}
.borderbottom-content{padding: 20px;}
.team{	border: 2px solid #000000;}
.hmsocil-content a i {
	font-size: 40px !important;
}

#subscribe, #social{
	text-align: center;
}
#subscribe input[type=text]{
    height:37px;
}
.single_blog .myButton {
	max-width: 200px;
	height: 38px;
	color: #fff !important;
	text-decoration: none;
	background-color: #00a08e;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 20px;
	display: block;
	margin: 40px auto;
	padding: 8px 20px;
}
/*#stay-connected  input[type=submit]{
    background-color: #00a08e;
    color: #ffffff;
    text-transform: uppercase;
    border: 0;
    outline: 0;
    height:37px;
}

#stay-connected input[type=submit]:hover{
	background-color: #008677;
}*/
.subscribhm-content form.mailpoet_form.mailpoet_form_widget{    margin-bottom: 0;}
#social.hmsocil-content a {
	color: #000000;
	font-size: 43px;
	margin: 0px 12px;
	display: inline;
}
#social.hmsocil-content a:hover{text-decoration:none}
.normal-btn {
	background-color: #00a08e;
	color: #ffffff;
	font-weight: 900;
	padding: 15px !important;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	max-height: 65px;
	font-size: 18px;
	Line-height: 18px;
}
.normal-btn:hover{
	background-color: #008677;
	color: #ffffff;
	text-decoration: none;
}
.team{
	background: #000000;
	padding: 0;
	border: 3px solid #000000;
	color: #ffffff;
}
.team img{
	width: 100%;
	border-bottom: 3px solid #000000;
}
#meet{
	
}
.team>div{
	padding: 0px;
	/*border: 3px solid #000000;*/
	margin: 0
}

#speaker{	border: 4px solid #000000;	padding: 0;	position:relative}
 #testimonials{	border: 4px solid #000000;	padding: 0;	position:relative}
.black-bg{	background: #000000;	color:#ffffff;}
#testimonials {	width: 48%;	font-size: 18px;	line-height: 24px;	padding: 10px;	display: flex;	align-items: center;	flex-wrap: wrap;font-style:italic}
/*#speaker{	margin-right: 10px;}
#testimonials{	margin-left: 10px;}
*/
.needspeaker{display: flex;justify-content: space-between;}
#speaker {	width: 48%;}
.needspeaker h2.black-bg {
	background: #000000;
	color: #ffffff;
	padding: 10px 10px;
	line-height: inherit;
	font-size: 22px;
	line-height: 22px;
	font-weight: 900;
}
.needspeaker #speaker p {
	font-size: 20px;
	Line-height: 24px;
	font-weight: 400;
	padding: 10px;
	margin-bottom: 0;
}
.see-all {
	position: absolute;
	bottom: 0;
	background-color: #000000;
	text-align: right;
	color: #ffffff;
	width: 100%;
	display: block;
	padding: 12px 20px 8px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 22px;
	font-weight: 900;
}
.see-all:hover{
	color: #ffffff
}
#the-blog{
	margin-top: 40px;
	/*margin-bottom: 30px;*/
}
#the-blog h1{
	text-align: center;
	border-top: 1px solid #000000;
}
#the-blog h1 span {
    background-color: #ffffff;
    text-transform: uppercase;
    display: block;
    width: 380px;
    margin: -43px auto 30px;
    font-size: 72px;
}
#the-blog .meta{
	padding: 0;
	margin: 0px;
    font-size: 18px;
    line-height: 20px;
}
.meta>div:nth-child(1){
	padding: 5px;
}
.meta>div{
	border: 3px solid #000000;
	padding: 0;
}

#footer{
	margin-top: 0px;
	border-top: 5px solid #000000;
	padding: 20px 0px;
}
#footer-links a {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 20px;
	color: #00a08e;
}
#footer-links a:hover{text-decoration:none;color:#008677}
#footer #social{    width: 100%;    display: inline-block;	font-size: 20px;	margin:0px 0px 20px 0px;}
#footer .mailpoet_form {
    display: flex;margin: 0;
}
.subscribhm-content form{display:flex;justify-content:center}
/**blog page**/
.bloglisting-wrap{margin-bottom:60px;}
.container1{max-width:1170px;margin:auto;padding-left:15px;padding-right:15px;}
.blog-banner {
	/*background-image: url('imgs/blogbanner.jpg');*/
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding-top: 190px;
	padding-bottom: 135px;
	margin-top: 50px;
	max-height: 630px;
}
.blog-banner h1 {
	padding-right: 50px;
	font-size: 34px;
	color: #000;
	line-height: 36px;
	max-width: 600px;
	margin-bottom: 15px;
	background: ;
}
.blog-banner p {
	padding-right: 50px;
	font-size: 22px;
	color: #000;
	max-width: 600px;
	line-height: 25px;
	margin-bottom: 0px;
}
.bloglisting h2 {
	font-size: 46px;
	line-height: 50px;
	color: #000;
	text-align: center;
	background-color: #fff;
	z-index: 1;
	position: relative;
	max-width: 320px;
	margin: 40px auto;
}
.bloglisting hr {
	border: 1px solid #000;
	position: relative;
	top: -45px;
}
.bloglisting .innertext {
	padding: 20px 20px 0px 20px;
	margin-bottom: 20px;
	color: #000;
	height: 200px;
	overflow: hidden;
}
.bloglisting .innertext h3 {
	font-size: 17px;
	line-height: 19px;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 1px;
	margin-bottom: 10px;
	color: #00a08e;
}
.bloglisting .innertext p {
	font-size: 17px;
	line-height: 19px;
	font-weight: 300;
	margin: 0;
}
.bloglisting ul {display: flex;	list-style-type: none;	padding: 0px;	margin: 0;margin-bottom:40px !important;}
.bloglisting ul li{width:50%;padding: 10px 9px;}
.bloglisting ul li span{margin: 0;font-size: inherit;width:100%;display:inline-block;line-height:19px;}	
.bloglisting ul li:first-child {
	font-size: 13px;
	color: #000000;
	font-weight: 300;
	line-height: 16px;
	text-transform: uppercase;
	border: 1px solid #777778;
	border-right: 0;
}
.bloglisting ul li:last-child{text-align:right;background-color:#000;color:#fff;line-height: 40px;display: flex;justify-content: center;align-items: center}
.bloglisting ul li a {
	font-weight: 900;
	color: #fff;
	font-size: 16px;
	padding-right: 0;
}
.paginationwrap li:first-child a {border-radius: 0 !important;	background-color: #40b8aa !important;	color: #fff !important;	font-size: 18px;	padding: 10px 10px !important;	text-align: center;}
.paginationwrap li:last-child a {	border-radius: 0!important;background-color: #40b8aa !important;	color: #fff !important;	font-size: 18px;	padding: 10px 10px !important;	text-align: center;}
.paginationwrap li a {	background-color: #40b8aa !important;	color: #fff !important;	font-size: 18px;	padding: 10px 10px !important;	text-align: center;margin: 0px 5px;border:0}
.paginationwrap li a:hover{background-color: #00a08e !important;}	
.paginationwrap li.current a {	background-color: #00a08e !important;	color: #fff !important;	font-size: 18px;padding: 10px 10px !important;	text-align: center;	border:0}
.paginationwrap {	box-shadow: none;	margin-left: auto;	padding: 0 !important;	border-radius: 0;float: right;
}
nav.navbar{height: 110px;}
#footer #social i{font-size:30px;}
#footer #social a {
	color: #000000;
	font-size: 50px;
	margin: 0px 6px;
	display: inline;
}
#footer #social a:hover{text-decoration:none}
.subscribepanel {	}
.subscribepanel h3 {
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: 900;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.subscribepanel input[type="email"] {
	font-size: 20px;
	color: #000;
	margin-right: 10px;
	height: 38px;
	border: 1px solid #000;
	padding: 10px 15px;
	width: 97% !important;
}
.subscribepanel input[type="email"]::placeholder {
	opacity: 1;
	font-size: 20px;
	font-style: italic;
	color: #948484;
}
.subscribepanel input[type="submit"] {
	cursor: pointer;
	height: 39px;
	background-color: #00a08e;
	color: #fff;
	font-size: 18px;
	font-weight: 900;
	border: 0;
	padding: 0 16px;
	text-transform: uppercase;
}
.subscribepanel input[type="submit"]:hover{	background-color: #008677;	color: #ffffff;	text-decoration: none;}
.subscribepanel .mc4wp-form-fields{display:flex}
.newteamswrap{display: flex;}
.team_image{padding:0;margin: 0;width:75%;display: flex;flex-wrap: wrap;}
.team_image li {    width: 33.3%;list-style-type:none;	border: 2px solid #000;border-left: 0;height:auto;
float: left;}
.team_image li img{width:100%;height:300px;    object-fit: cover;}
.team_image li:nth-child(4){border-top: 0px solid #000;	}
.team_image li:nth-child(5){border-top: 0px solid #000;	}
.team_image li:nth-child(6){border-top: 0px solid #000;display: flex;justify-content: center;align-items: center;background-color: #00a08e;	}
.team_image li:nth-child(6) a{line-height: 50px;cursor:pointer;color:#fff;font-size:40px;text-align: center;
text-transform: uppercase;font-weight: 900;position: relative;display: flex;    flex-wrap: wrap;    justify-content: center;    align-items: center;}
.team_image li:nth-child(6) a span{line-height: 60px;color:#fff;font-size:72px;width:100%;display:inline-block}
.team_image li:nth-child(6) a i{position:absolute;right:12px;font-size:35px;}
.team_image li:nth-child(6):hover{background-color:#008677}
.team_image li:nth-child(6) a:hover{color:#fff}
.whowetexthd {	background-color: #fff;text-align: center;padding: 40px 0px 0px 0px;}
.whowetext {	display: flex;align-items: center;background-color: #000;	width: 75%;}
.whowearewrap {	/* background-color: #000; */width: 25%;border:2px solid #000}
.whowetexthd h2 {
	margin-bottom: 0;
	line-height: 65px;
	font-size: 70px;
	font-weight: 900;
	color: #000;
}
.whowetexthd h3 {
	font-size: 44px;
	font-weight: 900;
	color: #000;
	margin-bottom: 10px;
}
.whowetexthd p {
	line-height: 20px;
	font-size: 16px;
	font-weight: 300;
	color: #000;
	padding: 20px 12px;
	text-align: left;
	margin: 0;
}
.teamimage-wrapper {
	margin-bottom: 40px;
}
.navbar-light .navbar-toggler{border:0;padding:0;outline: none;}
.subscribhm-content h3{font-size:18px;color:#fff;font-weight:400;margin-bottom: 20px;line-height:22px}
.subscribhm-content input[type="email"]{font-size: 18px;line-height:22px;width:330px !important;margin-right: 10px;height: 35px;border: 1px solid #000;padding: 10px 15px;background-color:#fff;font-style: italic;}

.subscribhm-content input[type="submit"]{text-transform:uppercase;cursor:pointer;height: 35px !important;background-color:#00a08e;color:#fff;font-size:18px;font-weight:900;border: 0;padding:0px 15px; margin-top:25px; }
.subscribhm-content input[type="submit"]:hover{background-color: #008677;color: #ffffff;text-decoration: none;}
#testimonials p{margin:0px;font-size:18px;font-weight:400px;font-style:italic;line-height:20px;margin-bottom:15px;}

/********** BLOG FEED **********/

#the-blog h2 {
	margin-bottom: 20px !important;
	font-size: 40px;
	color: #000;
	text-align: center;
	background-color: #fff;
	Line-height: 42px;
	z-index: 1;
	position: relative;
	max-width: 260px;
	margin: auto;
}
#the-blog hr {	border: 1px solid #000;	position: absolute;	top: 25px;right: 0;left: 0;margin:0;width: 97.5%;
margin: auto;}
.bloghd_img{/*max-height:150px;overflow:hidden*/}
.bloghd_img img{width:100%;}
#the-blog .innertext {
	padding: 20px 20px 0px 20px;
	overflow: hidden;
	margin-bottom: 20px;
	height: 180px;
}
#the-blog .innertext h3 {	font-size: 18px;	line-height: 21px;	text-transform: uppercase;	font-weight: 900;
		letter-spacing: 1px;	margin-bottom: 10px;	color: #00a08e;}
#the-blog .innertext h3 a:hover{text-decoration:none}	
#the-blog .innertext p {	font-size: 18px;	line-height: 20px;font-weight: 300;margin:0;	color: #000;	}
#the-blog ul {	display: flex;	list-style-type: none;	padding: 0px;	margin: 0;	margin-bottom: 60px !important;}
#the-blog ul li:first-child {
	padding: 10px 9px;
	font-size: 13px;
	color: #000000;
	font-weight: 300;
	line-height: 16px;
	text-transform: uppercase;
	border: 1px solid #777778;
	border-right: 0;
}
#the-blog ul li:last-child {	text-align: right;	background-color: #000;	color: #fff;	line-height: 40px;}
#the-blog ul li {	width: 50%;	padding: 10px 0px;}
#the-blog ul li span {margin: 0;font-size: inherit;	width: 100%;	display: inline-block;	line-height: 19px;}
#the-blog ul li a {
	font-weight: 900;
	color: #fff;
	font-size:18px;
	padding-right: 10px;
}	
/********** SINGLE/INDIVIDUAL BLOG  **********/
.single_blog h1 {	font-size: 30px;line-height:32px;	font-weight: 900;	color: #000;	border-bottom: 1px solid #000;	margin-bottom: 20px;padding-bottom:10px;}
.single_blog span.dateblog, .single_blog span.authorname {margin-bottom: 10px;font-size: 18px;color: #000;font-weight: 400;width: 100%;display: inline-block;text-transform: uppercase;line-height:20px;}
.single_blog span.authorname{margin-bottom: 40px;}
.single_blog img {	margin: 10px auto 40px;	display: block;}
img.single-featured {
	width: 100%;
}
.single_blog p{font-size:20px;font-weight:400;color:#000;margin-bottom:20px;line-height:22px;}
.single_blog p a{font-size: 20px;	font-weight: bold;	color: #00a08e;	margin-bottom: 40px;	line-height: 22px;}
.single_blog p a:hover{color:#008677}
/*.single_blog a{font-size: 22px;	font-weight: bold;	color: #00a08e;	margin-bottom: 40px;	line-height: 24px;}*/
.single_blog a:hover{color:#008677}
.single_blog p strong{font-size:20px;font-weight:400;color:#000;margin-bottom:40px;font-weight:900; line-height:22px; }
.single_blog strong {
	font-size: 20px;
	font-weight: 400;
	font-weight: 900;
	line-height: 22px;
}
.single_blog h2{font-size:28px;font-weight:900;color:#000;margin-bottom:32px;}
.single_blog h3{font-size:26px;font-weight:900;color:#000;margin-bottom:30px;}
.single_blog h4{font-size:24px;font-weight:900;color:#000;margin-bottom:28px;}
.single_blog h5{font-size:22px;font-weight:900;color:#000;margin-bottom:26px;}
.single_blog h6 {
	font-size: 18px;
	font-weight: 900;
	color: #000;
	margin-bottom: 20px;
	line-height: 22px;
}
label.post-img {margin: 0;}
.single_blog label{font-size:24px;font-weight:400;color:#000;margin-bottom:40px;}
.single_blog, #secondary {	margin-top: 40px;}
.singleblog_conected{margin-top: 80px;display:flex;border-top: 4px solid #000;}
.single_connected {	width: 50%;	background-color: #000;	padding: 20px 50px;}

.single_connected h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 900;
	margin-bottom: 20px;
	line-height: 30px;
}.single_connected p {	color: #fff;	font-size: 20px;	font-weight: 400;	margin-bottom: 20px;}
.singble_pubclass {	width: 660px;	padding: 20px 50px;	text-align: center;}
.singble_pubclass h2 {
	color: #000;
	font-size: 30px;
	font-weight: 900;
	margin-bottom: 20px;
	line-height: 30px;
}
.singble_pubclass p{color:#000;font-size:20px;font-weight:400;margin-bottom: 20px;}
.singble_pubclass a {	background-color: #00a08e;	font-size: 22px;	color: #ffffff;	font-weight: 900;padding: 12px;	text-transform: uppercase;
	margin: auto;	text-align: center;	/* height: 75px; */	display: inline-block;	justify-content: center;	align-items: center;	width: auto;}
.singble_pubclass a:hover{	background-color: #008677;	color: #ffffff;	text-decoration: none;}
.singble_pubclass a i {	margin-left: 15px;}
.innertextsingle {	width: 610px;	float: right;	/* border: 1px solid; */	text-align: center;}
.innertextsingle input[type="email"]::placeholder{opacity:1;font-style:italic;color:#948484}
.innertextsingle input[type="email"] {	color:#000;margin-right: 10px;	height: 45px;	font-size:24px;border: 1px solid #000;	padding: 10px 15px;	background-color: #fff;}
.innertextsingle input[type="submit"] {	cursor:pointer;background-color: #00a08e;	color: #ffffff;	text-transform: uppercase;	border: 0;
	outline: 0;	height: 50px;font-weight: 900;padding:12px;}
.innertextsingle input[type="submit"]:hover{	background-color: #008677;	color: #ffffff;	text-decoration: none;}	
.singleblog-social{text-align:center;width:100%;margin-top: 0px;display:inline-block}
.singleblog-social a {	color: #fff;	font-size: 53px;	margin: 0px 20px;	display: inline-block;}
.singleblog-social a i {
	font-size: 40px !important;
}
.singleblog_banners {
	width: 100%;
	display: flex;
	background-image: url(/wp-content/uploads/2018/09/singleblogbanner.jpg);
	justify-content: center;
	position: relative;
	left: 0;
	right: 0;
	height: 465px;
	border-bottom: 5px solid #000;
	margin-bottom: 40px;
}
.singleblog_txxt {	position: absolute;	bottom: 130px;	width: 100%;	text-align: center;	display: flex;	justify-content: center;}
.singleblog_banners a {
	background-color: #00a08e;
	font-size: 22px;
	color: #ffffff;
	font-weight: 900;
	padding: 10px 20px;
	text-transform: uppercase;
	margin: 15px;
	text-align: center;
	height: 50px;
	/* width: 460px; */
	line-height: 30px;
}
.singleblog_banners a:hover {	background-color: #008677;	color: #ffffff;	text-decoration: none;}
.single_blog ul{margin:30px 0px;}
.single_blog ul li {
	font-size: 22px;
	font-weight: 400;
	color: #000;
	margin-bottom: 15px;
	line-height: 24px;
}
/* next, previous links */
.single-post .paginationwrap {
	box-shadow: none;
	margin-left: auto;
	padding: 20px 10px !important;
	border-radius: 0;
	float: none;
	border: 1px solid #ccc;
}
.postlink {
	max-width: 45%;
}
.postlink a {
	font-size: 18px;
	margin-top: 5px;
	display: block;
}
.single_blog .paginationwrap .alignleft {
	float: left;
}
.single_blog .paginationwrap .alignright {
	float: right;
}
.alignleft.postlink {
	text-align: left;
}
.alignright.postlink {
	text-align: right;
}

/********** SEARCH **********/
/* SEARCH BAR */
.search-bar {
	text-align: right;
	margin-bottom: 40px;
	width: 100%;
}
.search .search-bar, .error404 .search-bar {
	text-align: center;
}
.screen-reader-text {
	border: 0;
	clip: rect(1px,1px,1px,1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
button, input, optgroup, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	padding: 7px 10px 8px;
	border: 1px solid #ccc;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	border: none;
	background: #00a08e;
	color: #fff;
	cursor: pointer;
	-webkit-appearance: button;
	font-size: 16px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 8px 20px 10px;
	text-transform: uppercase;
}
.search .page-header, .error404 .page-header {
	border-bottom: 5px solid #000;
	margin-bottom: 40px;
	padding: 120px 0 60px;
	text-align: center;
}

.search .page-title, .error404 .page-title {
	margin-top: 100px;
}
.search article {
	clear: both;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	min-height: 200px;
}
.search h1.entry-title {
	font-size: 28px;
	margin-bottom: 10px;
}
.title-lowlight {
	color: #7f7f7f;
}
.darker-color {
	color: #000;
}
.search .entry-header {
	display: table;
}
.search .entry-content {
	float: left;
	margin-right: 20px;
}
.search .paginationwrap {
	margin: 0 0 40px;
}
.no-results-sidebar {
	margin-bottom: 40px;
}
.no-results-sidebar .widget {
	display: table-cell;
	width: 33%;
	border-right: 1px solid #ccc;
	padding: 10px;
}
.no-results-sidebar .widget:last-child {
	margin-right: 0;
	border-right: none;
}
.no-results-sidebar .ee-upcoming-events-widget-title-h5 {
	margin: 0;
	font-size:18px;
}
.serviceright_bar .ee-upcoming-events-widget-title-h5 {
	margin: 10px 0 0;
}
.serviceright_bar .ee-upcoming-events-widget-li {
	font-size: 16px;
}
.no-results-sidebar .ee-upcoming-events-widget-ul li {
	font-size: 12px;
	display: block;
	margin-bottom: 5px;
}

/*********  WIDGETS, PAGINATION *********/
.widget {
	margin-bottom: 40px;
}
#secondary .widgettitle {
	font-size: 22px;
	font-weight: 900;
	text-transform: uppercase;
	padding: 10px;
	margin-bottom: 20px;
	background: #f2f2f2;
}
.widget_search {
	text-align: center;
}
.widget_search #searchsubmit {
	margin-top: 10px;
}
.cat-item, .widget_recent_entries li {
	font-size: 18px;
	margin-bottom: 5px;
	list-style: none;
}
.post-date {
	display: block;
	font-size: 12px;
}
.paginationwrap ul{margin-bottom:0}
.upcomingclass_wrpper{width:100%;}
img.upcomingclass_banner{width:100%;border-bottom:10px solid #000;margin-bottom:40px;}
.upcomingclass_listing{margin-top:60px;}
.upcomingclass_listing h1 {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 30px;
	color: #000;
	line-height: 30px;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}
.upcomingclass_listing h2 {
	width: 100%;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 22px;
	color: #00a08e;
	line-height: 24px;
	margin-bottom: 10px;
}
.upcomingclass_listing h3{width:100%;font-size:18px;color:#000;line-height:24px;margin-bottom:20px;}
.upcoming_listininner .fas.fa-clock {
	margin-right: 5px;
}
.upcomingclass_listing strong {
	font-size: 20px;
	color: #000;
	line-height: 29px;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}
.upcomingclass_listing p {
	font-size: 18px;
	color: #000;
	line-height: 20px;
	margin: 0px;
}
.classlistinimg{text-align:center}
.upcoming_listininner .classlistinimg a:nth-child(2) {
	background-color: #00a08e;
	font-size: 17px;
	color: #ffffff;
	font-weight: 900;
	padding: 8px 10px;
	text-transform: uppercase;
	margin-top: 20px !important;
	text-align: center;
	height: auto;
	display: block;
	width: auto;
}
.upcoming_listininner .classlistinimg a:hover {	background-color: #008677;	color: #ffffff;	text-decoration: none;}	
.upcoming_listininner a i {
	margin-left: 5px;
	font-size: 18px;
}
.upcoming_listininner{border-bottom:2px solid #000;padding-bottom:20px;margin-bottom:20px;}
.classlisting-pagenation{margin-bottom:80px;}
.publicclass_listingtext{background-color:#f2f2f2;padding:20px 15px 20px 15px;width:100%;}
.publicclass_listingtext p {
	font-size: 18px;
	font-style: italic;
	color: #000;
	margin-bottom: 20px;
	line-height: 22px;
}
.publicclass_listingtext span{width:100%;display:inline-block;font-size:20px;font-style:italic;color:#000}
.patext-wrapper {
	max-width: 1000px;
	margin: auto;
	font-size: 18px;
	line-height: 22px;
}


/*sing public class*/
.singlepublic_wrapper {margin: 60px 0px;/*	display: flex;	justify-content: space-between;	*/}
.singlepublic_left{/*max-width:800px;*/}
.singlepublic_left h1 {	text-transform: uppercase;	font-weight: 900;font-size: 30px;
	color: #000;	line-height: 32px;	padding-bottom: 10px;	border-bottom: 1px solid #000;	margin-bottom: 20px;}
.singlepublic_left h2.h22 {	text-transform: uppercase;	font-weight: 900;	font-size: 22px;	color: #00a08e;
	line-height: 24px;	margin-bottom:10px;}
.singlepublic_left h3.strongg {	font-size: 18px;	color: #000;	line-height: 20px;	margin-bottom: 20px;	display: inline-block;font-weight: 900;}
.singlepublic_left .lefptext {float:left;width:60%;	}
.singlepublic_left .lefptext p{font-size: 20px;	color: #000; margin-bottom: 20px;	line-height: 22px;}

.singlepublic_left p{float:left;width:100%;	font-size: 22px;	color: #000;margin-bottom: 40px;	line-height: 24px;}
.singlepublic_left p.lefptext strong{margin:20px 0;font-weight: bold;}
.singlepublic_left p {float:left;width:100%;	font-size: 22px;	color: #000;margin-bottom: 40px;	line-height: 24px;}
.singlepublic_left p strong{margin:20px 0;font-weight: bold;}
.imapartrgt {	width: 28%;	float: right;}
.singleconeentxtim img {
	float: right;
	margin: 0px 0px 10px 20px;
	max-width: 35%;
}
.singlepublic_left ul{width:100%;display:inline-block;margin:20px 0px;}
.singlepublic_left ul li {
	background-image: url(/wp-content/uploads/2018/09/leftarrow.png);
	list-style-type: none;
	background-repeat: no-repeat;
	list-style-position: outside;
	padding-left: 25px;
	background-position: 0px 5px;
	margin-bottom: 10px;
	font-size: 22px;
	color: #000;
	line-height: 24px;
}
.singlepublic_left h5 {display: inline-block;font-weight: 900;text-transform: uppercase;	font-size: 18px;	color: #000;margin-bottom: 0px;	line-height: 20px;}
.singlepublic_left h5 strong{margin-bottom:0;color:#00a08e;margin-left:15px;}
.singlepublic_left h5 strong a{color:#00a08e;}
.singlepublic_left h5 strong a:hover{text-decoration:none;color:#008677}
.singlepublic_left ul li strong{font-weight:normal;margin:0}
.singlepublic_left span{font-size:20px;color:#000;display: inline-block;}
.singlepublic_left .fas.fa-calendar-alt {
	padding: 0 10px 0 10px;
	margin-top: -6px;
}
.singlepublic_left span .fa-clock {
	margin: -5px 0 0 40px;
	padding-right: 10px;
}
.singlepublic_left span a {	width: 100%;	display: inline-block;color:#00a08e}
.singlepublic_left span a:hover{text-decoration:none;color:#008677}
.singlepublic_right{/*max-width:480px;*/}
.singlepublic_right h2{width: 100%;
background-color: #f2f2f2;
padding: 10px;
color: #000;
font-size: 22px;
text-transform: uppercase;
font-weight: 900;
margin-bottom: 15px;}
.singlepublic_right table{width:91%;margin:20px}
.singlepublic_right table tr {display: flex;justify-content: space-between;	width: 100%;margin-bottom:15px;}
.singlepublic_right table tr td {
	width: 38%;
	font-size: 18px;
	word-wrap: break-word;
	line-height: 20px;
}
.singlepublic_right table tr th{width:38%;font-weight:900;font-size:20px;}
.tbqty {text-align: right !important;	width: 20% !important;}
.singlepublic_right input[type="submit"] {
	height: 45px;
	color: #fff;
	background-color: #00a08e;
	display: flex;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 18px;
	border: 0;
	cursor: pointer;
	margin: auto;
}
.at-resp-share-element {
	margin-bottom: 20px !important;
}
/********** EVENT ESPRESSO - CALENDAR **********/
#espresso-category-legend li {
				  
	padding: 4px 7px 6px 7px !important;
}
#espresso-category-legend li {
	margin: 0 10px 10px 0 !important;
			
}
#espresso_calendar .fc-event-title {
				
					  
				 
	line-height: 15px !important;
}
.event-start-time, .event-end-time {
		   
			  
				
	font-size: 14px;
}

.ticket-selector-submit-btn, .ticket-selector-submit-btn-wrap { float: none !important; display: block !important; } /*overwrite default event espresso styling */
.singlepublic_right input[type="submit"]:hover{background-color:#008677}	
.singlepublic_right hr {	border-bottom: 4px solid #f2f2f2 !important;	border: 0;}
/***isthisfor_wrapper*/
.isthisfor_wrapper {padding: 60px 0px;}
.isthisfor_wrapper h1 {	text-transform: uppercase;	font-weight: 900;	font-size: 30px;	color: #000;	line-height: 30px;	padding-bottom: 10px;	border-bottom: 1px solid #000;	margin-bottom: 20px;}
.isthisfor_wrapper h2 {
	display: inline-block;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 22px;
	color: #000;
	margin-bottom: 20px;
	line-height: 22px;
	width: 100%;
}
.isthisfor_wrapper h3 {	display: inline-block;	font-weight: 900;	text-transform: uppercase;font-size: 18px;	color: #000;	margin-bottom: 40px;	line-height: 27px;width:100%}
.isthisfor_wrapper h4 {	display: inline-block;	font-weight: 900;	text-transform: uppercase;font-size: 14px;	color: #000;	margin-bottom: 40px;	line-height: 23px;}	
.isthisfor_wrapper p {
	font-size: 20px;
	color: #000;
	margin-bottom: 40px;
	line-height: 24px;
}
.isthisfor_wrapper ul  {	width: 100%;	display: inline-block;}
.isthisfor_wrapper ul li {	background-image:url(/wp-content/uploads/2018/09/leftarrow.png);
	list-style-type: none;	background-repeat: no-repeat;	list-style-position: outside;	padding-left: 20px;	background-position: 0px 8px;	margin-bottom: 10px;	font-size: 20px;	color: #000;line-height: 22px;}
a.isthis_contact {
	width: 280px;
	margin: auto;
	display: block;
	background-color: #00a08e;
	font-size: 28px;
	color: #ffffff;
	font-weight: 900;
	padding: 0px 10px;
	text-transform: uppercase;
	margin-top: 40px;
	text-align: center;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
a.isthis_contact:hover {	background-color: #008677;	color: #ffffff;	text-decoration: none;}
a.isthis_contact i {	margin-left: 20px;	font-size: 30px;}
.singlepublic_left h3 {	display: inline-block;	font-weight: 900;	text-transform: uppercase;	font-size: 24px;	color: #000;	margin-bottom: 40px;line-height: 31px;width:100%}
.singlepublic_left h4 {	display: inline-block;	font-weight: 900;	text-transform: uppercase;	font-size: 24px;
	color: #000;	margin-bottom: 40px;line-height: 31px;width:100%}	
.singlepublic_left i{font-size: 24px;	color: #000;	margin-bottom: 20px;	line-height: 31px;float: left;}
.singlepublic_left i strong{margin-bottom:0}
.contactus-wrapper {padding:80px 0px;}
.contactus-wrapper h1 { text-align: center;text-transform: uppercase;	font-weight: 900;	font-size: 30px; color: #000; line-height: 32px;	padding-bottom: 10px; border-bottom: 2px solid #000;	margin-bottom: 40px;}
.tilleimgcontact{ margin: auto;  display: block; }
.contactinner{ width: 620px;margin: auto; }
.nf-form-fields-required {
	font-size: 20px;
	line-height: 22px;
}
.nf-form-cont {
	background: #f4f3f3;
	padding: 40px;
}
.nf-form-cont  input {
	border: 1px solid #d8d8d8;
	padding: 10px;
}
.nf-form-cont textarea {
	border: 1px solid #d8d8d8;
	height: 100px !important;
	padding: 5px 10px;
}
.nf-form-cont label{font-weight: normal;margin: 0;padding: 0;font-size: 20px;}
.page-template-template_contactspeakers .textbox-container{margin-bottom: 10px !important;}
.page-template-template_contactspeakers hr{display:none}
.contalignright{position:absolute;left:-130px;}
.contactinner .nf-form-cont input[type="button"] {
	cursor: pointer;
	height: 45px;
	background-color: #00a08e;
	color: #fff;
	font-size: 20px;
	font-weight: 900;
	border: 0;
	text-transform: uppercase;
	padding: 0 20px 0;
}
.contactinner .nf-form-cont input[type="button"]:hover {	background-color: #008677;	color: #ffffff;	text-decoration: none;}
form#event-cart-qty-frm h2{	border-bottom: 2px solid #000;	padding-bottom: 10px;	margin-bottom: 20px;
font-size: 36px;	font-weight: 900;}
.cartopmargin{margin-top:80px;}
form#event-cart-qty-frm thead{background-color:#000;}
form#event-cart-qty-frm thead tr td {text-transform: uppercase;	padding: 10px;	color: #fff;	font-weight: bold;font-size: 18px;}
form#event-cart-qty-frm tbody{background-color:#ededed;border: 1px solid #e0e0e0;}
form#event-cart-qty-frm tbody tr td {	padding: 10px;	color: #000;font-size: 16px;}
form#event-cart-qty-frm tbody .total_tr{border-top: 1px solid #dbdbdb;}
.event-cart-ticket-qty-dv input{border: 1px solid #ccc;}
form#event-cart-qty-frm .event-cart-grand-total .event-cart-button{background-color: #00a08e;color: #fff;border: 1px solid #00a08e;transition:0.6s}
form#event-cart-qty-frm .event-cart-grand-total .event-cart-button:hover{background-color: transparent;color: #00a08e;text-decoration:none}
form#event-cart-qty-frm .event-cart-whats-next-buttons .event-cart-button{background-color: #00a08e;color: #fff;border: 1px solid #00a08e;transition:0.6s}
form#event-cart-qty-frm .event-cart-whats-next-buttons .event-cart-button:hover{background-color: transparent;color: #00a08e;text-decoration:none}
.spco-ticket-info-dv thead {	background-color: #000;}
.spco-ticket-info-dv thead tr th {	text-transform: uppercase;	padding: 10px;	color: #fff;
	font-weight: bold;	font-size: 18px;}
.spco-ticket-info-dv tbody tr td {	padding: 10px;width: 25%;	color: #000;	font-size: 16px;}
.spco-ticket-info-dv tbody {	background-color: #ededed;	border: 1px solid #e0e0e0;}
.spco-attendee-panel-dv fieldset{background-color: #f5f5f5;padding: 40px;box-shadow: 0px 0px 10px #746f6f;width: 700px;margin: 40px auto;}
.spco-attendee-panel-dv fieldset legend{background-color: #0f0f0f;color: #fff;padding: 10px 15px;}
.spco-attendee-panel-dv fieldset input{border: 1px solid #d8d8d8;background-color: transparent;padding:5px 10px;}
.spco-attendee-panel-dv fieldset textarea{width:100%;border: 1px solid #d8d8d8;height:100px !important;background-color: transparent;padding:5px 10px;}
#spco-attendee_information-dv input[type="submit"]{cursor: pointer;	height: 45px;	background-color: #00a08e;	color: #fff;
	font-size: 22px;	font-weight: 900;	border: 0;}
#spco-attendee_information-dv input[type="submit"]:hover {	background-color: #008677;	color: #ffffff;	text-decoration: none;}
.spco-steps-big-hdr{	color:#000 !important;border-bottom: 5px solid #000;	padding-bottom: 5px;	margin-bottom: 15px;
font-size: 40px !important;	font-weight: 900;}
#spco-steps-display-dv {	border-top: 2px solid #000!important;	border-bottom: 2px solid #000!important;}
.spco-ticket-info-dv h5{font-size: 40px !important;	font-weight: 900;margin-bottom: 15px;color:#000}
p.spco-steps-pg {}
.spco-payment-info-dv table{width:100%}
.spco-payment-info-dv table thead  {background-color:#000}
.spco-payment-info-dv table thead tr th {	text-transform: uppercase;	padding: 10px;	color: #fff;
	font-weight: bold;	font-size: 18px;}
.spco-payment-info-dv table tbody {	background-color: #ededed;	border: 1px solid #e0e0e0;}
.spco-payment-info-dv table tbody tr td {	padding: 10px;	color: #000;	font-size: 16px;}
.spco-payment-info-dv table tbody .total_tr {	border-top: 1px solid #dbdbdb;}
#ee-spco-payment_options-reg-step-form-payment-options-before-payment-options {
	max-width: 700px;	margin: 25px auto !important;}
#ee-spco-payment_options-reg-step-form-payment-options-before-payment-options input[type="text"]{height: 45px !important;
background-color:#ededed !important;border:1px solid #e3e3e3}
#ee-spco-payment_options-reg-step-form-payment-options-before-payment-options input[type="submit"]{height: 45px !important;cursor:pointer;
border: 0;background-color:#000 !important;color:#fff !important}
#spco-payment_options-whats-next-buttons-dv input[type="submit"]{background-color: #00a08e;cursor:pointer;
color: #fff;height: 45px;border: 1px solid #00a08e;transition: 0.6s;}
#spco-payment_options-whats-next-buttons-dv input[type="submit"]:hover {background-color: transparent;color: #00a08e;text-decoration: none;}
#methods-of-payment{text-align:center;border: 1px solid #efefef;}
#methods-of-payment .spco-payment-method-input-dv{display: flex;justify-content: center;flex-wrap: wrap;}
.spco-attendee-panel-dv label{font-weight: normal;margin-top: 20px;padding: 0;font-size: 22px;width: 100%;}
.contactinner .nf-form-cont h3{font-weight: bold;margin: 0;padding: 0;font-size: 22px;}
h2.hh2{font-size:36px;}
.post-img img{object-position: 100% 100%;object-fit: cover;}
.singleblog_banners a i{margin-left:10px;}
.servicep_banner{margin-bottom:40px;}
.container2 {
	max-width: 1100px;
	margin: auto;
	padding: 0px 15px;
}
.mmscribe {width: 620px;float: right;}
.homesssocial {	width: 620px;float:left}

/********** INDIVIDUAL SERVICES PAGE - rdh **********/
.page-template-template_services h2 {
	font-size: 24px;
	margin-bottom: 40px;
}
.servicepageleft {
	margin-bottom: 20px;
}
.servicepageleft h3 {
	padding-bottom: 10px;
	font-size: 22px;
	color: #00a08e;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 26px;
}
.servicepageleft h5 {
	text-transform: uppercase;
	font-size: 18px;
}
.servicepageleft ul {margin:0 0 40px 0;}
.servicepageleft ul li {
	background-image: url(/wp-content/uploads/2018/09/leftarrow.png);
	list-style-type: none;
	background-repeat: no-repeat;
	list-style-position: outside;
	padding-left: 20px;
	background-position: 0px 8px;
	margin-bottom: 10px;
	font-size: 20px;
	color: #000;
	line-height: 22px;
	float: none;
	width: 100%;
}
.wp-block-button.button-services::after {
	clear: both;
	display: table;
	content: " ";
}
.button-services a {
	background: #00a08e;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 15px;
	float: right;
}
.button-services a::after {
	content: "\f138";
	font-family: "Font Awesome 5 Free";
	margin-left: 10px;
}
.button-services a:hover {
	background-color: #008677;
	color: #ffffff;
	text-decoration: none;
	}

/***sevice pages - sn ***/
.allservice_wrapper{padding:60px 0px;}
.servicepageleft h1{padding-bottom: 10px;font-size:30px;color:#000;border-bottom:1px solid #000;margin-bottom:20px;text-transform:uppercase;font-weight:900;line-height:30px}
.servicepageleft p{font-size:20px;color:#000;margin-bottom:25px;font-weight:400;line-height:22px}
.servicepageleft p strong{font-weight:bold;color:#000;}
.servicepageleft a{font-weight:bold;color:#00a08e;}
.servicepageleft a:hover{text-decoration:none;color:#008677}
/*.servicepageleft ul {margin-bottom: 20px;	width: 100%;	display: inline-block;}
.servicepageleft ul li {	background-image: url(/wp-content/uploads/2018/09/leftarrow.png);
	list-style-type: none;	background-repeat: no-repeat;	list-style-position: outside;	padding-left: 20px;	background-position: 0px 8px;
	margin-bottom: 10px;	font-size: 22px;	color: #000;	width: 50%;line-height: 24px;float: left;}*/
.sevicelistingone {	margin-bottom: 20px;	border-bottom: 2px solid #000;	padding: 0px 0px 20px 0px;}
.sevicelistingone h2{width: 100%;font-size:20px;color:#000;font-weight:900;text-transform:uppercase;margin-bottom:20px;}
.sevicelistingone img{float:left;width:150px;margin-right:20px;height: 150px;}
.sevicelistingone ul {	padding: 0;margin-bottom:0;}
.sevicelistingone ul li{list-style-type:none;background-image: url(/wp-content/uploads/2018/09/leftarrow.png);background-repeat: no-repeat;
	list-style-position: outside;	padding-left: 20px;	background-position: 0px 11px;font-weight: bold; margin-bottom:6px;}

.sevicelistingone ul li a{ list-style-type: none; margin-bottom: 10px; font-size: 20px; color: #00a08e;	width: 100%;	line-height: 20px;	font-weight:bold}
.sevicelistingone ul li a:hover{color:#008677;text-decoration: none;}
.hireustospk a:hover{background-color: #008677;color: #ffffff;text-decoration: none;}	
.hireustospk a {	width: 260px;	height: 38px;	color: #fff;text-decoration: none;	background-color: #00a08e;	text-transform: uppercase;
	font-weight: 900;	font-size: 20px;	display: block;	margin: auto;	padding: 3px 0px;}
.hireustospk {	width: 100%;	text-align: center;	margin-top: 20px;}
.serviceright_bar h2, .serviceright_bar h4 { width: 100%;	background-color: #f2f2f2;	padding: 10px;	color: #000;
	font-size: 22px;	text-transform: uppercase;	font-weight: 900;margin-bottom: 15px;} 
.sevicelistingone label{display:flex;margin: 0;}	
.serviceright_bar ul{margin:0;padding-left: 50px;border-bottom: 2px solid #f2f2f2;padding-bottom: 20px;}
.serviceright_bar ul li {
	background-image: url(/wp-content/uploads/2018/09/leftarrow.png);
	list-style-type: none;
	background-repeat: no-repeat;
	list-style-position: outside;
	background-position: 0 6px;
	margin: 0 0 5px 0;
	padding-left: 22px;
}
.serviceright_bar ul li a{margin-bottom: 10px;font-size: 18px;color: #00a08e;width: 100%;line-height: 20px;font-weight: bold;}
	.serviceright_bar ul li a:hover{color:#008677;text-decoration: none;}
#copyright {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
}

.sevicesingleprod{border-bottom: 2px solid #000;margin-bottom: 20px;width: 100%;display: inline-block;}
.sevicesingleprod h3 span{color:#000;font-size:28px;font-weight:900}
.sevicesingleprod h3 {	padding-bottom: 10px;	font-size: 22px;	color: #00a08e; margin-bottom: 10px;	text-transform: uppercase;	font-weight: 900;	line-height: 26px;}
.sevicesingleprod span {margin-bottom: 10px;	font-size: 14px;	font-weight: 400;	text-transform: uppercase;	display: inline-block;	line-height: 16px;}
.sevicesingleprod p {display: inline-block;width: 100%;	font-size: 20px;	color: #000;	margin-bottom: 30px;	font-weight: 400;	line-height: 22px;}
.sevicesingleprod ul {margin:0 0 40px 0;}
.sevicesingleprod ul li {background-image: url(/wp-content/uploads/2018/09/leftarrow.png);	list-style-type: none;	background-repeat: no-repeat;	list-style-position: outside;	padding-left: 20px;	background-position: 0px 8px;	margin-bottom: 10px;	font-size: 20px;	color: #000;	line-height: 22px;}
																																		  
																					 
																							  
.serviceinner_toptextpart {	display: flex;justify-content: space-between;}
.servicecontentext{width: 73%;}
.serviceinner_toptextpart img{height:274px;width: 210px;}
.aboutus_wrapper {	padding: 60px 0px 20px 0px;}
.aboutus_wrapper h1 {	text-transform: uppercase;	font-weight: 900;	font-size: 30px; color: #000; 	line-height: 30px;	border-bottom: 0px solid #000;	margin-bottom: 20px;}
.aboutus_wrapper p {	font-size: 20px;	color: #000;	margin-bottom: 40px;	line-height: 22px;}
.aboutus_prowrap h3{ color:#00a08e;text-transform: uppercase;	font-weight: 900;	font-size: 24px; line-height: 24px;	padding-bottom: 10px;	margin-bottom: 10px; }
.aboutus_prowrap {
	border-bottom: 1px solid #000;
	margin-bottom: 40px;
	font-size: 20px;
	line-height: 24px;
}
.aboutus_prowrap a.abt_readmore {
	color: #fff;
	text-decoration: none;
	background-color: #00a08e;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 18px;
	display: block;
	margin: auto;
	padding: 8px 20px;
	text-align: center;
	float: right;
	margin-bottom: 40px;
}
.aboutus_prowrap a.abt_readmore:hover {	background-color: #008677;	color: #ffffff;	text-decoration: none;}
.aboutus_prowrap img{width:100%;margin-bottom: 40px;}
.mtestimoniallisting {	border-top: 1px solid #000;	padding-top: 20px;	margin-bottom: 20px;}
.testmonialtop_wrap h1 {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 30px;
	color: #000;
	line-height: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}
.mtestimonial_wrapper {	margin: 60px 0px;}
.testmonialtop_wrap p {	font-size: 20px;	color: #000;	line-height: 20px;	margin-bottom: 40px;}
.testmonialtop_wrap p strong {	font-weight: 900;	color: #ababab;	text-transform: uppercase;width: 100%;	text-align: center;	display: block;}
.testmonialtop_wrap p a{color:#00a08e}
.testmonialtop_wrap p a:hover{color:#008677}
a.testmon_writerev {	width: 260px;margin: auto;	display: block;	background-color: #00a08e;	width: 26	0px;	color: #fff;
	padding: 3px 15px;	text-align: center;	text-transform: uppercase;	font-weight: 900;	height: 38px;	margin-bottom: 40px;}
a.testmon_writerev:hover{background-color:#008677}
.mtestimoniallisting .fas.fa-quote-left {
	color: #e8e8e8;
	font-size: 70px;
}
#testimonial_section {border-bottom: 2px solid #000;	margin-bottom: 40px;padding-bottom: 20px;}
.mtestimoniallisting h3{margin-bottom: 20px;font-size:22px;line-height:26px;color:#00a08e;text-transform:uppercase;font-weight:900;}
.mtestimoniallisting p{font-style: italic;margin-bottom: 40px;font-size:20px;line-height:22px;color:#000;font-weight:400;}
.mtestimoniallisting span {	width: 100%;	display: inline-block;	font-size: 20px;	font-style: italic;	color: #000; line-height:22px}
.wp-prev-next {	background-color: #40b8aa;	display: flex;	justify-content: space-between;	align-content: center;padding: 10px 15px !important;
box-shadow: none;color: #fff;}
.wp-prev-next a{color:#fff;font-size:20px;}
.singleblog_conected #mailpoet_form_1 .mailpoet_form {	text-align: center;	margin: auto;	display: flex;	justify-content: center;}
.mobile_upcoming{display:none !important}	
.singlepub_banner.contact-speakersimg {
	padding-top: 40px;
}
.contact-speakersimg img {	width: 100%;	}
.speakersbureau_banner {	background-image: url("/wp-content/uploads/2018/09/IC-basic-page-header.jpg");
	background-repeat: no-repeat;	background-size: 100% 100%;	padding-top: 180px;	padding-bottom: 150px;	margin-top: 126px;
	max-height: 502px;	margin-bottom: 40px;border-bottom: 10px solid #000000;}
.spheader-btn {
	margin: auto;
	background-color: #00a08e;
	font-size: 22px;
	color: #ffffff;
	font-weight: 900;
	text-transform: uppercase;
					 
	text-align: center;
	height: 50px;
	box-sizing: content-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 330px;
	line-height: 30px;
	box-shadow: 1px 1px 12px #fff;
}
.spheader-btn:hover {	background-color: #008677;	color: #ffffff;	text-decoration: none;}	
.spheader-btn i {margin-left: 10px;font-size: 32px;}

.page-template .singlepub_banner, .blog-banner {
	/*min-height: 360px;*/
	border-bottom: 10px solid #000;
}

.singlepub_banner img { width:100%;}

/*.page-template-template_is-this-for-you .singlepub_banner {
	color: #fff;
	background: url(/wp-content/uploads/2024/06/banner-hdr-soft-skills-training-for-you-improving-communications.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 360px;
}*/

/*************************************RESPONSIVE MEDIA QUERY*************************************/

@media only screen and (max-width: 1800px){
.navbar-expand-lg .navbar-nav .nav-link{font-size:17.5px;transition:0.6s;letter-spacing: 0;padding: 0px 10px;}	

}
@media only screen and (max-width: 1600px){
.upcoming-classes-block {padding: 40px 10px;}	
.navbar-brand img{max-width:215px;}	
nav.navbar {padding: 10px 20px 5px 20px !important;}	
}
@media only screen and (min-width: 1300px){
.container {
	max-width: 1300px;
}
}
@media only screen and (max-width: 1380px){
.navbar-expand-lg .navbar-nav .nav-link{font-size:14px;transition:0.6s;}	
	.bloglisting ul li:first-child{font-size:15px;}
	.contalignright {left: -170px;}
}	
@media only screen and (max-width: 1300px){
.singble_pubclass{width:50%}
.innertextsingle{    width: 100%;}
.team_image li img{height: auto;}
.team_image li{display: flex;}
.singlepublic_left p.lefptext{width:68%}
}		
@media only screen and (max-width: 1199px){
.speakersbureau_banner{background-size:cover}	
.mtestimoniallisting .fas.fa-quote-left {font-size: 60px;}
.singlepublic_left p.lefptext{width:62%}	
.upcoming_listininner a{font-size: 18px;}	
.upcoming_listininner a i {	margin-left: 5px;	font-size: 18px;}	
.mmscribe {	width: 100%;}	
.homesssocial{	width: 100%;}
#social.hmsocil-content a {	margin: 0px 20px;}	
.bloglisting ul li a {font-size: 19px;}	
.contalignright {	left: -225px;}	
.contactinner {	width: 100%;}	
.subscribhm-content input[type="email"]{width:300px !important;}	
#footer .mailpoet_form {   justify-content: center;}	
/*.singble_pubclass a {	font-size: 31px;	padding: 20px 15px;	width: 100%;}	*/
.bloglisting ul li:first-child {font-size: 13px;}	
#the-blog ul li a{font-size: 20px;}	
.subscribepanel form {	display: flex;	justify-content: center;}	
.subscribepanel h3{text-align:center;margin-top: 30px;}	
#the-blog ul li:first-child {font-size: 13px;}	
.whowetexthd h2{font-size: 70px;}
.whowetexthd h3 {font-size: 38px;}
.normal-btn{font-size: 18px;}
.subscribhm-content{width: 50%;padding: 40px 0px 40px 0px;}	
.hmsocil-content {    width: 50%;}
.upcoming-classes-block span {font-size: 18px;}	
.upcoming-classes-block {padding: 40px 0px;}	
.blog-banner h1 {font-size: 32px;}	
.header-btn{width:380px;}	
.blog-banner .header-btn{}	
.container1{max-width:100%;}	
.navbar-brand img {	max-width: 180px;}
.navbar-expand-lg .navbar-nav .nav-link {	font-size: 12px;	padding: 0px 7px;}
/*.innertextsingle .mailpoet_paragraph{width:100%;}*/
.innertextsingle input[type="email"]{width:100% !important}
.sevicesingleprod a{font-size:19px;}
}


@media only screen and (max-width: 991px){
	.fixed-top {
	position: sticky !important;
}
.singlepublic_left .lefptext{width:100%;}
.singlepublic_left span .fa-clock{margin:0px;}
.sevicesingleprod a{height:auto}	
.single_connected	{padding:20px;}	
.singble_pubclass{padding:20px;}	
.mtestimoniallisting .fas.fa-quote-left {font-size: 40px;	}	
.serviceright_bar ul li a{font-size:18px;}	
.servicecontentext {width: 100%;}	
.serviceinner_toptextpart {	flex-wrap: wrap;	flex-direction: column-reverse;}	
.singlepublic_left p.lefptext{width:100%}	
.singleconeentxtim img{float:left;margin: 0px 0px 10px 0px;}		
.singlepublic_right input[type="submit"]{width: 100%;font-size: 16px;margin-right: 0;}
.upcoming_listininner a i {margin-left: 0px;font-size: 15px;}	
.upcoming_listininner a {font-size: 14px;padding: 10px 5px;}	
.servicepageleft ul{padding:0}	
.serviceright_bar ul {	padding-left: 15px;}	
.sevicelistingone label{flex-wrap:wrap;}		
.team_image li:nth-child(6) a{font-size: 22px;}	
.team_image li:nth-child(6) a span{line-height: 40px;font-size: 45px;}
.team_image li img{height:auto}	
.team_image li{width:33.33%}	
.newteamswrap{flex-wrap:wrap;}	
.team_image{width:100%;border-left: 2px solid;}
.whowetexthd p{text-align:center}
.whowearewrap{width:100%;border-bottom: 0;}
#social.hmsocil-content a {	margin: 0px 16px;}	
.contalignright {display:none;}	
.subscribhm-content input[type="email"]{width:100%!important}	
.subscribhm-content form{flex-wrap:wrap}	
.singlepublic_left {	width: 66%;}
.singlepublic_right {	width: 33%;}	
.singlepublic_left h1{font-size:30px}	
.singlepublic_right table tr td {font-size: 13px;}	
.singlepublic_right h2{font-size:22px}
.singlepublic_left h2.h22{font-size:24px}
/*.singleblog_banners a{font-size: 28px;padding: 21px 15px;}	*/
.singleblog-social a {	margin: 0px 12px;}	
.singble_pubclass a {	font-size: 24px;}	
.bloglisting ul li:first-child {}	
.bloglisting ul li a {	padding-right: 0;font-size: 15px;}	
	.blog-banner {margin-top:0;}
.subscribhm-content h3 {    font-size: 22px;	}
#the-blog ul li:first-child {}	
#the-blog ul li a {font-size: 14px;}	
.whowetexthd h2 {    font-size: 75px;	}
.whowetexthd h3 {    font-size: 24px;	}
.needspeaker h2.black-bg{font-size:30px;}	
.whowetext p {font-size: 21px;padding: 25px 20px;}	
.hmsocil-content a i {	font-size: 45px !important;}	
.service .service-text h3 a {font-size: 24px;}	
.col-md-6.col-lg-3.upcoming-classes-block-container {	border: 1px solid #e7e7e7;}	
.blog-banner p {font-size: 18px;padding-right: 0;}	
.blog-banner h1 {font-size: 25px;padding-right: 0;}	
.header-btn {font-size: 20px;padding: 0px 10px;width:auto;}	
nav.navbar{height:auto;padding: 10px 15px 5px 15px !important;}	
.dropdown-item{padding: 0px 10px;font-size: 12px;}
.leftside{background-color: rgb(255, 255, 255) !important;width: 200px;position: absolute;top: 94px;left: -200px;transition: 0.6s;padding:20px 15px;height: 100vh;
overflow-y: auto;}
.navbar-collapse.collapse.show{left: 0px;}
.search-bar {
	text-align: center;
	margin-bottom: 40px;
	width: 100%;
}
}

@media only screen and (max-width: 767px){
			#header-contentd {
	position: relative;
	height: 70vh;
}
		#intropara {
	top: 15%;
}
#bannertext h1 {
	font-size: 30px;
	line-height: 2rem;
}
	#bannertext p {
	font-size: 18px;
}
	.alignright, .alignleft { float:none; text-align:center; margin:auto; }
	.postlink {
	max-width: 95%;
}
.single_blog .paginationwrap .alignright, .single_blog .paginationwrap .alignleft {
	float:none;
	text-align:center;
	margin:auto;
}
.single_blog .paginationwrap .alignleft {
	margin: 0 auto 10px;
}
.alignleft.postlink, .alignright.postlink  {
	text-align: center;
}
.allservice_wrapper.newmobmargin {	padding-top: 20px;}	
.aboutus_wrapper {	padding: 20px 0px 20px 0px;}	
.mtestimonial_wrapper {	margin: 20px 0px;}	
.desktop_upcoming{display:none !important}	
.mobile_upcoming{display:block !important;margin-bottom: 40px;margin-top: 40px;}	
.aboutus_prowrap a.abt_readmore{float:left}	
.aboutus_prowrap img {max-width: 260px;margin: auto;display: block;margin-bottom: 40px;}	
.sevicesingleprod a{font-size:14px;}	
.sevicesingleprod ul{padding:0}	
.singleconeentxtim img {float: none;margin: 10px auto;	display: block;}	
.upcoming_listininner a i {	margin-left: 15px;	font-size: 22px;}	
.upcoming_listininner a {font-size: 26px;width: 280px;margin: auto;}
.servicepageleft ul li{width:100%}	
.sevicelistingone img{margin-bottom:15px }	
.team_image li {   display: initial;}	
.see-all{position:static}	
.service{max-height:intial}	
.blog-banner h1{text-align:center}
.blog-banner p{text-align:center}		
label.post-img{display:block}	
h2.hh2{font-size:22px;}	
.contactinner .nf-form-cont label{font-size:18px;}	
#the-blog img{height:auto;margin: auto;display: block;}	
/*img.upcomingclass_banner {margin-top: 75px;}	*/
.spco-payment-info-dv {max-width: 500px;overflow-x: auto;}	
#spco-payment_options-whats-next-buttons-dv a.mini-cart-view-cart-lnk	{margin: 25px auto;display: block;width: 200px;float: none;}
form#event-cart-qty-frm .event-cart-wrap-dv{max-width:500px;overflow-x:auto}
.isthisfor_wrapper h1{text-align: center;}
.isthisfor_wrapper ul{padding:0}	
.isthisfor_wrapper h2{font-size:20px}
.isthisfor_wrapper h3{font-size:20px}
.isthisfor_wrapper h4{font-size:20px}
.isthisfor_wrapper p{font-size:18px}
.isthisfor_wrapper ul li{font-size:20px}
/*.singlepub_banner img{margin-top:95px;}*/
.singlepublic_left p img {margin: auto;float: none;display: block;	}	
.singlepublic_left {	width: 100%;}	
.singlepublic_right{	width: 100%;}	
.singlepublic_wrapper{flex-wrap:wrap}	
img.single-featured {    width: 100%;    height: auto;}	
.singleblog_conected{flex-wrap:wrap;	}
.single_blog h2{font-size:22px}
.single_blog h3{font-size:22px}
.single_blog h4{font-size:22px}
.single_blog h5{font-size:22px}
.single_blog h6{font-size:22px}
.singleblog_txxt{bottom:0}	
.singleblog_txxt{flex-wrap:wrap;left: 0;right: 0;}	
#the-blog .innertext p	{height:auto}	
.bloglisting .innertext p{height:auto}	
.bloglisting ul li a {font-size: 18px;}	
#the-blog .innertext {	padding: 20px 0px 0px 0px;height:auto}
.bloglisting .innertext {	padding: 20px 0px 0px 0px;height:auto}
.bloglisting img {	margin: auto;	display: block;	width: 100%;	height: auto;}
.bloghd_img{display:block}	
.whowetext	 {	width: 100%;}	
#testimonials{	width: 100%;}
.whowetexthd h2 {	width: 100%;}	
.whowetexthd h3 {	width: 100%;}
.whowearewrap{flex-wrap:wrap}	
.needspeaker{flex-wrap:wrap}
#speaker {	width: 100%;margin-bottom: 25px;}	
.whowetexthd {	width: 100%;}	
.hmsocil-content {	width: 100%;padding: 40px 0px;}	
.subscribhm-content {width: 100%;}	
#services h1 span {	width: 290px;	margin: -36px auto 25px;	font-size: 46px;}	
#stay-connected h2 {    font-size: 30px;	}

.blog-banner .header-btn {	width: 100%;	max-width: 400px;	margin: 15px auto;}	
.blog-banner p{margin-bottom:15px;}
.blog-banner h1 {
	line-height: 30px;
}
#the-blog ul li a {	font-size: 19px;	padding-right: 10px;}
.service img{height:auto}
.service-text{position:static}
.single_blog h1 {	font-size: 28px;}
.single_blog span.dateblog { font-size: 18px;}
.single_blog span.authorname {font-size: 16px;}	
.single_blog{font-size:16px;}
.single_blog ul li {    font-size: 16px;}
.single_connected{width:100%}
.singble_pubclass {	width: 100%;}
.single_connected h2{font-size:28px;}
.singble_pubclass h2{font-size:28px;}
.single_blog ul {	padding-left: 15px;}
.paginationwrap{float:none}
.paginationwrap ul{/*flex-wrap:wrap;*/justify-content:center}
.paginationwrap ul li:first-child a{white-space: nowrap;
font-size: 16px;width: 75px;overflow: hidden;text-overflow: ellipsis;}
.paginationwrap ul li:last-child a{white-space: nowrap;font-size: 16px;width: 75px;overflow: hidden;text-overflow: ellipsis;}
.paginationwrap li a {	font-size: 16px;	width: 54px;	text-overflow: ellipsis;	overflow: hidden;
	white-space: nowrap;	/*padding: 18px 0px 18px 3px !important;*/	margin-bottom: 15px;}
.paginationwrap li.current a{font-size:16px}

.publicclass_listingtext{padding:30px 15px 40px 15px}
.singlepublic_right input[type="submit"]{margin: auto;float: none;}
.singlepublic_right .ticket-selector-submit-btn-wrap{margin: auto;float: none;width: 250px;display: block;}
.singlepublic_left h5{text-align: center;}
.singlepublic_left span{text-align: center;margin-left: 0;}
.singlepublic_left p{font-size:18px;}
.singlepublic_left ul li{font-size:18px;}
.singlepublic_left ul li{margin-bottom:20px}	
.publicclass_listingtext p {    font-size: 18px;}
.singlepublic_left h1{text-align:center}
.singlepublic_left span{font-size:18px}
.publicclass_listingtext span{font-size:20px}
.spco-attendee-panel-dv fieldset{width:100%;padding:0px;}
#spco-payment_options-whats-next-buttons-dv input[type="submit"]{margin:auto;display:block}
.contactinner form .nf-field-container{width:100%;margin:0 !important}
.team_image li:nth-child(6) a i {	right: 3px;	font-size: 18px;}
.team_image li:nth-child(6) a span {font-size: 31px;}
.team_image li:nth-child(6) a {font-size: 19px;line-height: 20px;}
#social.hmsocil-content a {   margin: 0px 10px;}
.singlepublic_right table tr td {text-align: left;}
.singlepublic_left h3.strongg{text-align:center}
.singlepublic_left h2.h22{text-align:center}
.serviceright_bar ul {padding-left: 0;}
.serviceright_bar ul li a {	font-size: 21px;}
.service{max-height:inherit}
.contact-speakersimg img {
	width: 100%;
	height: auto;
	object-fit: contain;
}
.gc-break::after {
	content: "\A";
	white-space: pre;
}
.global-contact, .global-contact span {
	text-align: center;
}
}
@media only screen and (max-width: 479px){
.next_date{font-size:19px;}
.event_date_time{font-size:18px;}
.event_date_time span{margin:5px;}
.spheader-btn{width:100%}	
.innertextsingle input[type="submit"]{font-size:14px;}	
.bloglisting ul li:first-child {	font-size: 12px}		
#the-blog ul li:first-child {    font-size: 12px;}	
#the-blog h2{font-size: 36px;max-width: 210px;}	
.bloglisting h2{font-size: 36px;max-width: 210px;}	
.isthisfor_wrapper h1	{font-size:28px;text-align:center}
.sevicesingleprod h3{font-size:22px;}	
.mtestimoniallisting h3{font-size:22px;}
.sevicesingleprod a{width:100%;height:auto;}	
.singlepublic_right table {	width: 100%;	margin: 0;}	
.upcomingclass_listing h2{font-size:22px;text-align:center}	
.upcomingclass_listing h1{font-size:28px;text-align:center}
.upcomingclass_listing strong{text-align:center}
/*.singlepub_banner img {	margin-top: 75px;}*/
.servicepageleft h1{font-size:28px;}	
.leftside{top: 74px;}	
.navbar-brand img {   max-width: 130px;}	
/*.blog-banner { margin-top: 180px;}*/	
.blog-banner h1 {
	font-size: 20px;
	line-height: 26px;
}
.blog-banner {	padding-top: 40px;padding-bottom: 40px;}
.team_image li:nth-child(6) a i {   top: 35%;}	
#services h1{max-width: 215px;font-size: 38px;}
.team_image li:nth-child(6) a span {line-height: initial;	font-size: 21px;}	
.blog-banner .header-btn{max-width: 100%;box-sizing: border-box;}	
#spco-payment_options-whats-next-buttons-dv input[type="submit"]{width:100%;font-size: 17px;}	
#spco-payment_options-whats-next-buttons-dv a.mini-cart-view-cart-lnk	{width: 100%;}	
#spco-attendee_information-dv input[type="submit"]{width:100%;font-size:18px;margin:20px auto}	
.spco-ticket-info-dv{max-width: 500px;overflow-x: scroll;}	
.captcha_check .rc-anchor-normal .rc-anchor-content	{width:160px !important}
.captcha_check{width:100% !important}
.captcha_check iframe{width:100% !important;border: 1px solid #e6e4e4;}		
form#event-cart-qty-frm .event-cart-grand-total .event-cart-button{width:100%}	
form#event-cart-qty-frm .event-cart-whats-next-buttons .event-cart-button{width:100%}	
.contactinner .nf-form-cont{padding: 15px;}	
.contactus-wrapper h1{font-size: 25px;line-height: 40px;}	
	a.isthis_contact{width:100%;font-size: 30px;}	
	.imapartrgt img{float: none;margin: 0px 0px 30px 0px;}
.imapartrgt{width: 100%;float: none;text-align: center;}	
.singlepublic_left p{width: 100%;}
	#footer .mailpoet_form{flex-wrap:wrap}
	.subscribepanel input[type="email"]{width:100% !important}
	.subscribhm-content p.mailpoet_paragraph{width:95%}
	#footer p.mailpoet_paragraph{width:95%}
	.subscribhm-content input[type="submit"]{margin-top:15px;}		
.singlepublic_right h2 {text-align: center;margin-top:25px;}	
.singlepublic_left ul{padding:0}	
.singleblog_banners a{box-sizing: border-box;}	
.singleblog-social a i {	font-size: 30px !important;}	
.innertextsingle input[type="email"]{width:100%}	
.singble_pubclass a {width:100%;	font-size: 19px;}	
.singleblog_banners a {/*width:100%;*/	font-size: 23px;}	
.blog-banner{background-size: cover;background-position: left center;}	
#footer #social{margin: 30px 0px;}	
#copyright {	font-size: 14px;}
.subscribepanel input[type="submit"]{margin:auto;display:block}	
.needspeaker #speaker p {font-size: 18px;}	
.needspeaker h2.black-bg {	font-size: 26px;padding: 20px 15px;}	
	#upcoming-classes h1 {	font-size: 25px;}
	#stay-connected h2 {	font-size: 30px;}
.upcoming-classes-block a {	font-size: 20px;}
.service .service-text p {	font-size: 19px;}
.spheader-btn{	font-size: 26px;}
.speakersbureau_banner{padding-top: 100px;max-height: 302px;}
.subscribepanel .mc4wp-form-fields {
	display: grid;
}
.subscribepanel input[type="email"] {
	width: 100% !important;
	margin-bottom: 10px;
}
}
@media only screen and (max-width: 375px){
.spheader-btn {	font-size: 20px;}
.spheader-btn i {	font-size: 22px;}
.fas.fa-calendar-alt{padding:2px;}
}
.page-numbers.current
{
	background-color: #00a08e !important;
color: #fff !important;
font-size: 20px;
padding: 10px 10px !important;
text-align: center;
border: 0;
}
.innertext h3 >a:after {

 content: "...";
  letter-spacing: 2px;
  font-size: 20px;
  color: #008677;
  display: inline-block;
  vertical-align: 0px;
  padding-left: 0px;
}
.next_date span {margin: 0px 10px;display: inline-block;}
.next_date span i{margin-right: 3px}

/** css for admin editor **/
.single_blog img.alignright { float: right; margin: 0 0 1em 1em; }
.single_blog img.alignleft { float: left; margin: 0 1em 1em 0; }
.single_blog img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.single_blog .alignright { float: right; }
.single_blog .alignleft { float: left; }
.single_blog .aligncenter { display: block; margin-left: auto; margin-right: auto; }
#the-blog .innertext h3 p {	font-size: 18px;	line-height: 21px;	text-transform: uppercase;	font-weight: 900;
		letter-spacing: 1px;	margin-bottom: 10px;	color: #00a08e;}

/* PUBLIC CLASS CSS */

	/* Container */
	.events-container {
		display: flex;
		gap: 20px;
		flex-wrap: wrap;
		margin-bottom: 50px;
		justify-content: space-between;
	}
	.publictext {
		margin-bottom: 40px;
	}

	/* Event Item */
	.event-item {
	    display: flex;
	    align-items: flex-start;
	    background-color: #f5f5f5;
	    padding: 15px 20px 20px;
	    border-radius: 8px;
	    width: 49%;
	    flex-wrap: wrap;
	    align-content: flex-start;
	    gap: 10px;
	}

	.event-wrap-con {
    	display: flex;
	    justify-content: space-between;
	    align-items: self-start;
	    gap: 10px;
	}

	.event-details {
	    width: 70%;
	}

	/* Event Image */
	.event-image {
		width: 30%;
		border-radius: 5px;
		margin-right: 10px;
		box-shadow: -7px 2px 4px #ccc;
		object-fit: contain;
	}

	/* Event Details */

	.event-title {
		font-size: 20px;
		font-weight: 900;
		margin-bottom: 10px;
		text-transform: uppercase;
	}

	.venue-section.in-person {
		background: #049a89;
		padding: 10px;
		color: #fff;
		margin: 0 0 10px;
		float: left;
	    width: 100%;
	}

	.venue-section.online {
	    background: #000;
	    color: #fff;
	    padding: 10px;
	    float: left;
	    width: 100%;
	}

	.venue-title {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 0px;
		text-transform: uppercase;
	}

	.event-dates {
		font-size: 14px;
	}

	.event-dates span {
	    text-transform: uppercase;
	    font-weight: 900;
	}

	.event-price {
		font-size: 16px;
		margin: 0px;
		text-transform: uppercase;
	}

	p.event-price span {
	    font-weight: 900;
	}

	/* Event Buttons */

	.in-person a.event-detail-button, .online a.event-detail-button {
	    background: #000;
	    padding: 5px 10px;
	    color: #fff;
	    margin-top: 10px;
	    font-size: 14px;
	    display: inline-block;
	    float: right;
	    text-transform: uppercase;
	    font-weight: bold;
	}

	.online a.event-detail-button {
		background: #049a89;
	}

	@media(max-width:767px) {
		.event-item{
			width: 100%;
		}
		.venue-section.in-person h4.venue-title span, .venue-section.online h4.venue-title span {
		    display: block !important;
		}
	}

	@media(min-width:767px) and (max-width:1280px) {
		.events-container {
			gap: 12px;
		}
	}
