/*
1) Grids
--------------------------------*/
.row:before, .row:after {
  content: "";
  display: table ;
  clear: both;
}
.container {
	width:1290px;
	height:auto;
	margin:0 auto;
	float:none;
}
input[type="text"] {
	border:1px solid #cccccc;
	height:40px;
}
.login-remember > label {
	font-size:11px;
}

/*custom style*/

.login-username > label,.login-password > label, .mc-field-group > label{
    font-family: helvetica,arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
	text-transform:uppercase;
}

.username > label{
	font-family: helvetica,arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
	text-transform:uppercase;
}
.input-group {
	margin-bottom:5px;
}
.input-group > label {
	padding-left:5px;
}
form > .log_error {
	color: #FF0003;
	margin-top:5px;
	font-weight: bold;
	text-align: center;
}
.empty{
	border:2px solid #F36868 !important;
}
#my-registration-form table > input{
}
.username > input, .mc-field-group > input[type="text"], .mc-field-group > input[type="email"]{
	width: 100%;
	margin-bottom: 10px;
	color: #444;
	font-size:1.3em;
	font-family: inherit;
	padding:10px;
	height: 45px !important;
	margin-top: 5px;
	max-width: 420px;
	display:block;
	border:none !important;
	background: #eee none repeat scroll 0 0;
}
.input {
    background: #eee none repeat scroll 0 0;
    height: 45px !important;
	border:none !important;
    width: 100%;
	color: #444;
	font-size:1.3em;
	font-family: inherit;
	padding:10px;
	margin-top: 5px;
}
.button-primary {
	width:100% !important;
	padding: 10px 0 !important;
	margin-bottom: 10px;
	 font-size: 24px !important;
}
.ssba-wrap {
	display:none;
}
.login_fields > p {
    color: #FF0003;
    display: inline-block;
	font-weight: bold;
    margin-top: 5px;
    width: 100%;
}
.reg_error_msg {
	color: #FF0003;
    font-weight: 1000;
    margin-bottom: 22px;
    width: 100%;
	text-align:center !important;
}
/* 
common class */
.btn {
	background:#cf006f;
	color:#ffffff;
	padding:10px 25px;
	font-size:24px;
	text-decoration:none;
}
#wp_emember_profileUpdateForm input.eMember_button {
	background:#cf006f !important;
	color:#ffffff !important;
	padding:10px 25px !important;
	font-size:16px !important;
	text-decoration:none !important;
	border:none !important;
	border-radius:0px !important;
}
#wpbdp-search-form .reset {
	background:#cf006f;
	color:#ffffff;
	padding:8px 25px;
	font-size:14px;
	text-decoration:none;
	border:none;
	cursor:pointer;
}
button, input[type="submit"] {
	background:#cf006f;
	color:#ffffff;
	padding:14px 25px;
	font-size:14px;
	text-decoration:none;
	border:none;
	cursor:pointer;
	border-radius:0px;
}
.btn:hover {
	background:#ee1087;
}
.border_right_none {
	border-right:none !important;
}
.border_left_none {
	border-left:none !important;
}
.common_banner {
	width:100%;
	height:auto;
	/*background:url(../images/about_banner.jpg) no-repeat #000000 top 0% center;*/
	text-align:center;
	color:#ffffff;
	/*padding:100px 0px;*/
	 font-family: 'montserratsemi_bold';
	position:relative;
	/*height:373px;*/
}
.common_banner_overlay {
	background:rgba(0,0,0,0.5);
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	width:100%;
	height:100%;
}
.img_banner img{
	max-width:100%;
	width:100%;
	height:auto;
}
.common_banner_inner {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index:9;
}
.common_banner h1{
	font-size:48px;
	text-transform:capitalize;
}
input, textarea, select{
	outline:0;
}
iframe {
	border:0px;
}
.show_767 {
	display:none;
}
/*
2) Header
--------------------------------*/
header {
	width:100%;
	height:auto;
	clear:both;
}
.header {
	width:100%;
	height:auto;
	padding-bottom:8px;
	clear:both;
}
.logo {
	width:auto;
	height:auto;
	float:left;
	margin-top:27px;
}
.menu {
	width:auto;
	height:auto;
	float:right;
	margin-top:15px;
}
.menu ul {
	width:auto;
	list-style:none;
	margin-bottom:0px;
}
.menu ul li {
	display:inline-block;
	padding:0px 13px;
	position:relative;
}
.menu ul li a {
	font-size:14px;
	font-family:'Montserrat';
	color:#000000;
	letter-spacing: 0.02em;
	text-transform:uppercase;
}
.menu ul li a:hover {
	color:#cf006f;
}
.menu ul li.current_page_item {
	background:url(../images/active.png) no-repeat;
	background-position:bottom;
	padding-bottom:11px;
}
.sub-menu .current-menu-item  {
	background:none !important;
	background-position:0 !important;
	padding-bottom:0px !important;
}
.sub-menu {
	background:#e5e5e5 !important;
}
.menu ul li a:hover {
	text-decoration:none;
}
.menu ul li ul {
	display:none;
	position:absolute;
	z-index:99;
	background:#E5E5E5;
}
.menu ul li ul li:first-child {
	padding-top:15px;
}
.menu ul li ul li {
	/*background:#E5E5E5;*/
	padding:10px 15px 0px;
	width:200px;
	display:inline-block;
}
.menu ul li ul li:last-child{
	padding-bottom:13px !important;
}
.menu ul li ul li ul {
	display:none !important;
	position:absolute;
	left:162px;
	top:0px;
}
.menu ul li:hover ul {
	display:block;
	position:absolute;
}
.menu ul li ul li:hover ul {
	display:block !important;
	position:absolute;
}
.sub-menu .menu-item-has-children {
	background:url(../images/submenu_arrow.png) no-repeat top 11px right 10px #E5E5E5;
}
.sub-menu .menu-item-has-children:hover {
	background:url(../images/submenu_arrow_hover.png) no-repeat top 11px right 10px #E5E5E5;
}
.menu_pink_color {
	color:#cf006f !important;
}
.login_bg {
	background:#cf006f;
}
.login_bg a {
    color: #ffffff !important;
    display: block;
    padding: 3px 7px;
}
.get_inspired_subscribe {
    float: right;
	margin-top:10px;
	clear:right;
}
.get_inspired_subscribe .get_inspired_logo {
    float: left;
    margin-top: 2px;
    max-width: 180px;
	margin-right: 20px;
}
.get_inspired_subscribe .get_inspired_logo img {
	max-width:100%;
	height:auto;
}
.get_inspired_subscribe form {
    display: inline-block;
	margin-top:7px;
}
.get_inspired_subscribe form input[type="email"] {
	border: 4px solid #fbe8e4;
    float: left;
    height: 38px;
	width:230px;
	color:#676767;
	letter-spacing:1px;
	text-transform:uppercase;
	font-family: 'montserratregular';
	padding-left:15px;
	margin-right:10px;
}
.get_inspired_subscribe form p {
	margin:0;
}
.get_inspired_subscribe form input[type="submit"] {
	border:none;
	padding: 9px 20px 9px;
	background:#000000;
	color:#ffffff;
	text-transform:uppercase;
	letter-spacing:0.8px;
	font-family: 'montserratregular';
}
.get_inspired_subscribe form input[type="submit"]:hover {
	background:#222222;
}
/*
3) Body Styles
--------------------------------*/
.banner {
	width:100%;
	height:auto;
	clear:both;
	background:url(../images/banner_img.jpg) no-repeat;
	/*background-attachment:fixed;*/
	/*background-position:10% 30%;*/
	position:relative;
	height:500px;
	overflow:hidden;
}
.banner_text {
	width:100%;
	height:auto;
	text-align:center;
	background:transparent;
	position:absolute;
	top:90px;
}
.banner iframe {
    position: absolute;
    top: -20px;
}
.banner_text h1 {
	font-family: 'montserratextra_bold';
	color:#ffffff;
	padding-bottom:50px;
}
.banner_text p{
	font-size:24px;
	font-family: 'Montserrat';
	font-weight:200;
	color:#ffffff;
}
.banner_text a {
	text-decoration:none;
	margin-top:51px;
	font-size:24px;
	display:inline-block;
	font-family: 'Montserrat';
	font-weight:200;
	text-transform:uppercase;
}

/* featured box */
.featured_section {
	width:100%;
	height:auto;
	margin-top:70px;
	margin-bottom:45px;
}
.featured_box {
	width:427px;
	height:auto;
	float:left;
	padding:0 0px;
	text-align:center;
	font-family: 'Montserrat';
	font-size:14px;
	margin-bottom:20px;
}
.featured_box img {
	margin-bottom:24px;
}
.featured_box a {
	font-size:22px;
	color:#cf006f;
	text-transform:uppercase;
}
.featured_box p {
	min-height:72px;
	height:auto;
	padding:0 80px;
	margin-bottom:19px;
}
.featured_box a:hover {
	text-decoration:none;
}
.featured_box a.btn {
	background:#ffffff;
	border:1px solid #cf006f;
	padding:8px 30px;
	display:inline-block;
}
.featured_box a.btn:hover {
	background:#cf006f;
	color:#ffffff;
}
/* run the world */
.run_the_world {
	background-repeat:no-repeat ;
	padding:40px 0px 20px;
	background-attachment:fixed;
	clear:both;
	text-align:center;
	background-size:cover;
}
.run_the_world h2 {
	font-family: 'Montserrat';
	font-weight:200;
	padding-top:40px;
	clear:both;
	display:block;
	padding-bottom:50px;
}

.run_the_world h1  {
    box-sizing: border-box;
    margin: 0px 0px 10px;
    color: rgb(68, 68, 68);
    font-family: Montserrat,sans-serif;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: normal;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
}
.run_the_world h3  {
    box-sizing: border-box;
	padding: 50px 150px 10px 150px;
	color: rgb(68, 68, 68);
	font-family: Montserrat,sans-serif;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: normal;
	font-size: 16px;
	text-align: left;
}
.run_the_world a:hover {
	clear:both;
	text-decoration:none;
}
run_the_world a {
	font-weight:200;
}
.run_the_world .btn {
	text-transform:uppercase;
}

/* member_ship */
.member_ship {
	width:100%;
	height:auto;
	text-align:center;
	margin-top:0px;
}
.member_ship h2 {
	 font-family: 'montserratsemi_bold';
}
.member_ship_box_bg {
	width:77%;
	height:auto;
	float:none;
	margin:0 auto;
	display:inline-block;
	text-align:center;
	margin-top:35px;
	margin-bottom:80px;
}
.member_ship_box {
	width:327px;
	height:auto;
	display:inline-block;
	border:1px solid #000000;
	margin:20px auto 0;
	position:relative;
	vertical-align:top
}
.member_ship_box_top {
	background:#000000;
	color:#ffffff;
	width:100%;
	padding:16px 10px;
}
.member_ship_detail {
	width:100%;
	padding:10px 18px 30px 35px;
}
.member_ship_detail ul {
	width:100%;
	padding-top:20px;
}
.member_ship_detail ul li {
	text-align:left;
	font-family: 'Montserrat';
	font-size:14px;
	padding-bottom:20px;
}
.member_ship_box_bottom {
	background:#000000;
	padding:15px 10px;
	color:#ffffff;
	text-align:center;
	position:absolute;
	bottom:0px;
	display:block;
	width:100%;
}
.member_ship_box_bottom a, .member_ship_box_top a {
	color:#ffffff;
	display:block;
}
.member_ship_box_bottom .btn{
	display:inline-block;
	padding:6px 15px;
	font-size:16px;
	margin-top:10px;
	margin-bottom:8px;
	background:#ffffff;
	color:#000000;
}
.member_ship_box_bottom .btn {
	text-transform:uppercase;
}
.member_ship_box_bottom .btn:hover{
	background:#b20260 ;
	color:#ffffff;
}
.member_ship_box_bottom a:hover, .member_ship_box_top a:hover {
	text-decoration:none;
}
.member_ship_box:nth-child(2) {
	border:1px solid #cf006f;
}
.member_ship_box:nth-child(2) .member_ship_box_top {
	background:#cf006f;
	color:#ffffff;
	width:100%;
	padding:16px 10px;
}
.member_ship_box:nth-child(2) .member_ship_box_bottom{
	background:#cf006f;
	padding:15px 10px;
	color:#ffffff;
}

/* instagrame */
.instagram {
	width:100%;
	height:auto;
	text-align:center;
	background:#fef4f9;
	padding:33px 0px 70px;
	position:relative;
}
.instagram h2 {
	font-family: 'montserratextra_bold';
	padding-bottom:30px;
}
.instagram_box {
	width:300px;
	height:auto;
	float:left;
	border:1px solid #c0c0c0;
	margin-left:19px;
	margin-top:29px;
	background:#ffffff;
	position:relative;
	min-height:410px;
}

.instagram_img {
	width:auto;
	height:auto;
	border-bottom:1px solid #c0c0c0;
	margin-bottom:10px;
	overflow:hidden;
}
.instagram_box:hover .instagram_hover {
	display:block;
}
.instagram_hover {
	position:absolute;
	left:0px;
	top:0px;
	background:rgba(0,0,0,0.7);
	width:100%;
	height:100%;
	padding:70px 50px;
	display:none;
	-webkit-transition: background-color 2s ease-out;
	-moz-transition: background-color 2s ease-out;
	-o-transition: background-color 2s ease-out;
	transition: background-color 2s ease-out;
	text-align:center;
}
.instagram_like {
	text-align:left;
	margin-bottom:30px;
	color:#ffffff;
	display:table;
	width:auto;
}
.instagram_like h4 {
	font-size:30px;
	padding-bottom:5px;
	display:inline-block;
	width:50%;
}
.instagram_like h5 {
	display:inline-block;
	padding-left:6px;
}
.instagram_like img {
	float:left;
	margin-right:15px;
}
.instagram_comment {
	text-align:left;
	margin-bottom:30px;
	color:#ffffff;
	float:left;
	margin-top:20px;
	width:auto;
}
.instagram_hover .btn {
	display:inline-block;
	padding:10px 25px;
	font-size:16px;
	margin-top:20px;
	text-align:center;
}
.instagram_hover a:hover {
	text-decoration:none;
}
.instagram_comment h4 {
	font-size:30px;
	padding-bottom:5px;
	display:inline-block;
	width:40%;
}
.instagram_comment h5 {
	display:inline-block;
	padding-left:0px;
	clear:both;
	
}
.instagram_comment img {
	float:left;
	margin-right:20px;
}
.instagram_box p {
	padding:0px 7px;
	margin-bottom:12px;
}
.prev_icon {
	position:absolute;
	left:5px;
	top:320px;
}
.nexr_icon {
	position:absolute;
	right:5px;
	top:320px;
}
/* Events Page */
.events_banner {
	background:url(../images/event_banner.jpg) no-repeat;
	background-size:cover;
	position:relative;
	height:368px;
	overflow:hidden;
}
.event_banner_text {
	text-align:center;
	clear:both;
	position:absolute;
	left:0px;
	right:0px;
	top:50%;
	 transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	display:block;
}
.event_banner_text h2 {
	color:#ffffff;
	font-family: 'montserratextra_bold';
	text-transform:capitalize;
}
.event_section1 {
	width:100%;
	height:auto;
	display:block;
	text-align:center;
	margin-top:52px;
	margin-bottom:52px;
}
.event_section1_inner {
	width:70%;
	height:auto;
	margin:0 auto;
	text-align:center;
	display:block;
}
.event_section1_inner h3{
	color:#cf006f;
	font-family: 'montserratextra_bold';
	padding-bottom:20px;
}
.event_section1_inner p {
	text-align:left;
	line-height:1.5;
	font-size:15px;
}
.event_location {
	width:100%;
	height:auto;
	clear:both;
}
.event_location_fields {
	width:100%;
	height:auto;
	clear:both;
}
.event_location_title {
	width:100%;
	height:auto;
	background:#fbf1f6;
	text-align:center;
}
.event_location_title h3 {
	color:#cf006f;
	font-family: 'montserratextra_bold';
	padding:52px 0px 0px;
}
.event_location_title h3.no-events{
	padding-bottom: 40px;	
}
.event_location_bg {
	width:100%;
	height:auto;
	clear:both;
	background:#fbf1f6;
	padding-top:75px;
}
.event_location_box {
	width:85%;
	height:auto;
	margin:0 auto;
	clear:both;
	display:table;
}
.event_location_img {
	float:left;
	width:519px;
	height:auto;
	margin-bottom:63px;
}
.event_location_detail {
	width:565px;
	height:auto;
	float:left;
	padding: 5px 15px 75px 75px;
}
.event_location_detail h6{
	font-weight:600;
}
.event_location_detail h5 {
	color:#cf006f;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:800;
	padding-bottom:20px;
}
.event_location_detail .btn {
	padding:13px 27px;
	clear:both;
	display:inline-block;
}
.event_location_detail .btn:hover {
	background:#ee1087;
}
.event_location_detail a {
	font-size:16px;
}
.event_location_detail a:hover {
	text-decoration:none;
}
.event_location_bg:nth-child(2n+2) {
	background:#ffffff;
}
.event_location_bg:nth-child(2n+2) .event_location_img {
	float:right;
}
.event_location_bg:nth-child(2n+2) .event_location_detail {
	text-align:left;
	padding: 5px 75px 75px 15px;

}
.event_run_world .btn {
    clear: both;
    display: table;
    margin: 39px auto 0;
}
.event_run_world a {
	font-size:18px;
}
.sponsor {
	width:100%;
	height:auto;
	clear:both;
	text-align:center;
	margin-top:63px;
	margin-bottom:63px;
}
.sponsor h4 {
	font-family: 'montserratregular';
}
.sponsor_logo {
	width:100%;
	height:auto;
	clear:both;
	margin-top:40px;
}
.sponsor_logo img {
	display:inline-block;
	vertical-align:middle;
}
/* contact page */
.contact_banner {
	background:url(../images/contact_banner.jpg) no-repeat;
	background-size:cover;
	position:relative;
}
.contact_banner_text {
	float:right;
	clear:both;
	width:auto;
	position:absolute;
	right:90px;
	bottom:40px;
}
.contact_banner_text h2 {
	color:#ffffff;
	font-family: 'montserratsemi_bold';
}
.contact_banner_text h5 {
	color:#ffffff;
	font-family: 'montserratregular';
	text-transform:uppercase;
}
.contact_form {
	width:100%;
	height:auto;
	clear:both;
	margin:50px 0px;
}
.form_section {
	width:80%;
	height:auto;
	margin:0 auto;
}
.form_tag {
	background:url(../images/email_tag.png) no-repeat;
	padding:12px 47px;
	color:#ffffff;
}
.form_tag h4 {
	font-weight:400;
}
.form_detail {
	width:100%;
	height:auto;
	background:#f3f3f3;
	padding:47px 33px;
	display:table;
}
.textbox_fields {
	width:100%;
	height:auto;
	display:table;
	clear:both;
}
.text_box {
	width:47%;
	height:auto;
	float:left;
	margin-right:52px;
	margin-bottom:28px;
}
.text_box:nth-child(2n+2) {
	margin-right:0px;
	float:right;
}
.text_box label {
    clear: both;
    display: block;
    width: 100%;
	font-size:16px;
	font-weight:400;
	padding-bottom:10px;
}
.text_box label span {
	color:#FD0000;
	font-size:14px;
}
.text_box input {
	width:100%;
	height:40px;
	background:#e6e6e6;
	border:none;
	padding:0px 10px;
}
.msg_box {
	width:100%;
	height:auto;
	clear:both;
}
.msg_box label {
	width:100%;
	height:auto;
	clear:both;
	display:block;
	padding-bottom:10px;
	font-size:16px;
	font-weight:400;
}
.msg_box textarea {
	width:100%;
	height:65px;
	background:#e6e6e6;
	border:none;
	padding:5px 10px;
	resize:none;
}
.submit_detail {
	width:100%;
	height:auto;
	clear:both;
	margin-top:35px;
	margin-bottom:20px;
}
.submit_detail label input[type="checkbox"]{
	margin-right:10px;
	float:left;
	margin-top:3px;
}
.submit_detail label {
	display:block;
	font-size:12px;
}
.contact_detail {
	width:100%;
	height:auto;
	display:table;
	clear:both;
}
.contact_detail_address {
	width:80%;
	height:auto;
	margin:0 auto;
	margin-top:50px;
	border-top:1px solid #cccccc;
	padding:30px 0px;
	border-bottom:1px solid #cccccc;
	display:table;
}
.contact_address {
	width:40%;
	height:auto;
	float:left;
}
.contact_address h4 {
	color:#cf006f;
	padding-bottom:10px;
}
.contact_address address {
	line-height:1.7;
	font-size:16px;
}
.qr_code {
	width:40%;
	height:auto;
	float:right;
	text-align:right;
}
.qr_code h4 {
	color:#cf006f;
	padding-bottom:10px;
}
.qr_code img{
	float:right;
	margin-left:20px;
}
.qr_code p {
	line-height:1.7;
	font-size:16px;
	display:table;
}
.qr_code p a:hover {
	color:#cf006f;
	text-decoration:underline;
}
/* About us page */
.aboutus_section1 {
	width:100%;
	height:auto;
	clear:both;
	display:table;
	margin-top:43px;
	margin-bottom:30px;
}
.aboutus_section1 h2 {
	color:#cf006f;
	font-family: 'montserratsemi_bold';
	text-transform:uppercase;
	padding-bottom:30px;
}
.aboutus_section1_inner {
	width:80%;
	height:auto;
	clear:both;
	margin:0 auto;
}
.aboutus_section1_inner p {
	text-align:left;
	line-height:1.7;
	font-size:15px;
}
.aboutus_section1_inner ul{
	list-style: disc !important;
	margin-left: 40px;	
}
.aboutus_section1_inner ol{
	list-style: decimal !important;
	margin-left: 40px;	
}
.aboutus_section1_inner li{
	text-align: left;
	padding-bottom: 20px;
}
.about_banner {
	background:url(../images/about_banner.jpg) no-repeat;
	/*padding:75px 0px 107px;*/
	background-size:cover;
	position:relative;
	width:100%;
}
.about_banner_text {
	text-align:center;
	width:70%;
	clear:both;
	position:absolute;
	top:50%;
	left:0px;
	right:0px;
	margin:auto;
	display:block;
	 transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.about_banner_text h2 {
	color:#ffffff;
	font-family: 'montserratsemi_bold';
	text-transform:capitalize;
}
.about_banner_text p {
	color:#ffffff;
	font-size:22px;
	font-weight:200;
	margin-bottom:0px;
}
.about_banner_content {
	width:100%;
	height:auto;
	text-align:center;
	margin:0 auto;
	margin-top:50px;
}
.aboutus_section2 {
	width:100%;
	height:auto;
	clear:both;
	display:inline-block;
	margin-bottom:45px;
}
.aboutus_section2 img {
	width:100%;
	height:auto;
	max-width:100%;
}
.league_women_name {
	text-align:center;
	width:100%;
	height:auto;
	margin-top:24px;
	margin-bottom:30px;
}
.league_women_name h5 {
	font-size:24px;
	padding-bottom:5px;
}
.league_women_name h4{
	font-size:26px;
	color:#cf006f;
	font-family: 'montserratregular';
}
.league_women_name iframe {
	margin-top:30px;
}
.about_video {
	width:100%;
	height:auto;
	display:block;
	text-align:center;
	margin-top:50px;
}
.about_video img {
	width:auto;
	max-width:none;
	border:1px solid #cccccc;
}
.member_dashboard {
	width:100%;
	height:auto;
	margin-top:0px;
	background:#cf006f;
	padding:0 25px;
	position:fixed;
	top:121px;
	z-index:9999;
}
.member_dashbord_title {
	width:60%;
	height:auto;
	text-align:left;
	margin-bottom:0px;
	color:#ffffff;
	padding:20px 0;
	float:left;
}
.member_dashbord_title h2 {
	font-family: 'montserratlight';
	font-size:30px;
}
.member_dashbord_title h2.h2 {
	color:#a6a7a9;
}
.member_dashbord_title h2.h2 span {
	color:#ffffff;
}
.tab_option {
	width:22.2%;
	height:auto;
	position:fixed;
	left:0px;
	top:200px;
	background:#a6a5a5;
	height:535px;
	padding-top:0px;
	padding-left:0px;
}
.tab_option .container {
	width:auto;
}
.tab_option ul {
	width:100%;
	height:auto;
	list-style:none;
	margin-bottom:0px;
}
.tab_option ul li {
	width:100%;
}
.tab_left {
	background:url(../images/tab_left.png) no-repeat left top;
	width:23px;
	height:41px;
	float:left;
	display:none;
}
.tab_midle {
	/*background:url(../images/tab_midle.png) repeat-x 0 0;*/
	width:100%;
	height:auto;
	float:left;
	border-bottom:1px solid #adadad;
}
.tab_midle > a {
    display: block;
	font-size:14px;
	text-transform:uppercase;
	font-family: 'montserratregular';
	color:#ffffff;
	width:100%;
	padding:15px 5px 15px 20px;
}
.tab_midle:hover, .tab_active .tab_midle{
	text-decoration:none;
	color:#cf006f;
	background:#cf006f;
}
.tab_midle > a:hover,  .tab_midle > a:focus{
	text-decoration:none;
}
.tab_right {
	background:url(../images/tab_right.png) no-repeat right top;
	width:46px;
	height:41px;
	display:none;
	float:left;
}
.tab_mobile {
	display:none;
}
.tab_video {
	width:100%;
	min-height:380px;
	background:#f6c5df;
	text-align:center;
	position:relative;
	margin-bottom:200px;
	display:inline-block;
}
.video_player {
    top:93px;
    position: absolute;
	width:100%;
}
.get_involved {
	width:100%;
	height:auto;
	clear:both;
	text-align:center;
	margin-top:50px;
	margin-bottom:100px;
}
.get_involved_text {
	width:100%;
	height:auto;
	padding:0px 50px;
}
.get_involved_text h2 {
	font-family: 'montserratregular';
}
.get_involved_text p {
	font-size:18px;
	font-weight:200;
	line-height:1.5;
}
/*.tab_active .tab_left {
	background:url(../images/active_left.png) no-repeat left top;
	width:23px;
	height:41px;
	float:left;
}
.tab_active .tab_midle {
	background:url(../images/active_midle.png) repeat 0 0;
	height:41px;
	float:left;
}
.tab_active .tab_midle a{
	color:#ffffff;
}
.tab_active .tab_right {
	background:url(../images/active_right.png) no-repeat right top;
	width:46px;
	height:41px;
	float:left;
}*/
/* partner_benifits */ 
.tab_title {
	width:100%;
	height:auto;
	/*background:#cf006f;*/
	padding:20px 15px 20px;
	border-bottom:1px solid #cccccc;
}
.tab_heading {
	float:left;
	width:100%;
	text-align:center;
}
.tab_heading h3 {
	color:#000000;
	text-transform:uppercase;
	display:inline-block;
}
.search_box {
	width:auto;
	float:right;
	height:auto;
	margin-top:22px;
}
.search_box input[type="text"] {
	border:none;
	padding:10px;
	width:300px;
	/*background:url(../images/search_icon.png) no-repeat right 5% center #FFF;*/
	float:left;
}
.search_box button, input[type="submit"] {
	padding:8px 10px;
	border:1px solid #f1f1f1;
	border-radius:0px;
	border-top-right-radius:0px;
	border-bottom-right-radius:0px;
	float:left;
	-webkit-padding-after: 10px;
}
.search_box button{
	height:39px;	
}
.partner_benefits {
	width:100%;
	height:auto;
	clear:both;
	margin-top:50px;
	margin-bottom:50px;
}
.partner_benefits_text {
	width:94%;
	height:auto;
	margin:0 auto;
}
.partner_benefits_text p {
	line-height:1.5;
}
.partner_xero {
	width:100%;
	height:auto;
	margin-top:15px;
	display:inline-block;
}
.partner_xero hr {
	background:url(../images/seperator.png) no-repeat 0 0;
	width:auto;
	height:10px;
	display:block;
	border:none;
	clear:both;
}
.xero_logo {
	margin-left:20px;
	margin-top:10px;
	float:left;
	margin-bottom:10px;
}
.xero_text {
	float:left;
	margin-top:30px;
	margin-left:50px;
}
.xero_text ul {
	list-style-image:url(../images/ul_arrow.png) ;
	margin-left:15px;
	margin-top:5px;
	line-height:1.8;
}
.xero_text ul li a:hover {
	color:#cf006f;
}
.charlton_brown {
	width:94%;
	height:auto;
	margin:0 auto;
	margin-top:50px;
	display:table;
}
.charlton_logo {
	float:left;
	margin-top:5px;
}
.charlton_text {
	float:left;
	width:70%;
	margin-left:50px;
}
.charlton_text p {
	line-height:1.5;
}
.charlton_text p a:hover {
	color:#cf006f;
}
.latest_posts {
	width:100%;
	height:auto;
	clear:both;
	background:#f5f5f5;
	text-align:center;
	padding:50px 0px;
}
.latest_posts h3 {
	font-weight:700;
	padding-bottom:50px;
}
.latest_post_box {
	width:578px;
	height:auto;
	float:left;
	margin-left:50px;
	text-align:left;
	border:2px solid #d0d0d0;
	margin-bottom:30px;
}
.post_date {
	background:#e8e8e8;
	float:left;
	padding:30px 30px;
	text-align:center;
	line-height:1.2;
}
.post_date span {
	font-size:45px;
	text-align:center;
	padding-left:5px;
}
.latest_post_box p {
	font-size:18px;
	font-weight:400;
	vertical-align:middle;
	display:inline-block;
	width:78%;
	padding:50px 0px 30px 30px;
	margin-bottom:0px;
}
/* business directory */
.tab_detail {
	width:100%;
	clear:both;
	color:#ffffff;
	margin-top:30px;
	padding-left:35px;
	display:inline-block;
}
.bd_listing_bg {
	width:100%;
	height:auto;
	display:inline-block;
	margin-top:20px;
	clear:both;
}
.business_directory_listing, #wpbdp-category-page  .wpbdp-main-links {
	width:auto;
	height:auto;
	float:left;
	border:2px solid #eceded;
	border-radius:6px;
}
#wpbdp-category-page  .wpbdp-main-links{
	background:#fff;	
}
.business_directory_listing ul {
	list-style:none;
	margin-bottom:0px;
}
.business_directory_listing ul li {
	padding:16px 23px;
	display:inline-block;
	background:#ffffff;
}
.business_directory_listing ul li a {
	color:#000000;
	font-weight:400;
	font-size:16px;
}
.business_directory_listing ul li a:hover {
	text-decoration:none;
}
.business_directory_listing ul li.active {
	background:#cf006f;
	padding:16px 30px;
}
.business_directory_listing ul li.active a {
	color:#ffffff;
}
.list_searching {
	float:right;
}
.list_searching input[type="text"] {
	width:350px;
	height:auto;
	padding:18px;
	border:none;
	border-top-left-radius:6px;
	border-bottom-left-radius:6px;
	float:left;
	
}
.list_searching button {
	border:1px solid #f1f1f1;
	padding:18px 30px;
	float:left;
	border-radius:0px;
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
	
}
.list_catagory {
	width:100%;
	height:auto;
	display:inline-block;
	clear:both;
}
.list_category_ul {
	width:100%;
	height:auto;
	display:inline-block;
	clear:both;
	margin:60px 0px;
}
.list_category_ul ul {
	list-style:none;
}
.list_category_ul ul li {
	display:inline-block;
	width:33%;
	padding:10px 0px;
}
.list_category_ul ul li a {
	color:#000000;
	font-weight:600;
	text-align:left;
	font-size:16px;
}
.list_category_ul ul li a:hover {
	text-decoration:none;
	color:#cf006f;
}
.list_category_ul ul li a span {
	color:#cf006f;
}
.list_detail {
	width:100%;
	height:auto;
	display:inline-block;
}
.sortby {
	width:auto;
	height:auto;
	float:right;
	margin-bottom:20px;
}
.sortby select, .wpbdp-listings-sort-options select {
	width:250px;
	height:auto;
	border:1px solid #cccccc;
	border-radius:6px;
	padding:5px 10px;
	color:#666666;
	background:url(../images/drop_down.png) no-repeat right top;
	-webkit-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	appearance:none; 
}
.sortby label {
	font-size:18px;
	margin-right:10px;
}
.list_info_bg {
	width:100%;
	height:auto;
	display:inline-block;
}
.list_info {
	width:100%;
	height:auto;
	clear:both;
	background:#f1f1f1;
	padding:70px 0px;
}
.list_info:nth-child(2n+2) {
	background:#ffffff;
}
.bd_left_logo {
	width:400px;
	float:left;
}
.agent_logo_info {
	float:left;
	margin-top:20px;
	padding-right:25px;
}
.agent_logo_info h6 {
	padding-bottom:10px;
}
.agent_right_detail {
	float:left;
	width:550px;
}
.agent_right_detail p {
	font-size:16px;
}
.podcasts_top {
	width:90%;
	height:auto;
	margin:0 auto;
	position:relative;
	margin-top:50px;
	display:table;
	margin-bottom:50px;
	border:3px solid #dcdcdc;
	border-radius:6px;
	padding:0px 30px 20px 120px;
}
.podcasts_top img {
	position:absolute;
	left:-60px;
	top:-30px;
}
.podcasts_top p {
	line-height:1.7;
	margin-bottom:0px;
}
.podcasts_top h2 {
	color:#cf006f;
	padding-top:20px;
	font-family: 'montserratregular';
}
.podcasts_top p a {
	text-decoration:underline;
}

/* business_directoty_category */
.business_directory_category {
	width:100%;
	height:auto;
	display:inline-block;
	margin-top:50px;
	margin-bottom:50px;
}
.bd_category_tag {
	width:100%;
	height:auto;
	clear:both;
}
.bd_category_tag h4 {
	color:#ffffff;
	padding-top:5px;
}
.bd_category_form {
	padding-top:20px;
}
.bd_category_form h4 {
	padding-bottom:20px;
	font-weight:600;
}
.bd_category_filed select,
.wpbdp-form-field-html.wpbdp-form-field-inner select {
	width:300px;
	background:url(../images/drop_down_square.png) no-repeat right top #e6e6e6;
	-moz-appearance: none;
	-webkit-appearance: none;
	 border:none;
	 padding:8px;
}
.bd_category_filed select option,
.wpbdp-form-field-html.wpbdp-form-field-inner .inselect.required  option{
	padding:0px 5px;
}
.bd_category_form .msg_box {
	margin-bottom:28px;
}
.bd_category_form .msg_box span {
	color:#F00;
	font-size:14px;
}
.terms_condition_bg {
	width:100%;
	margin-right:0px;
	margin-bottom:0px;
}
.terms_condition {
	background:#e6e6e6;
	height:130px;
	padding:0px 0px 0px 20px;
	color:#3a3a3a;
	line-height:1.7;
	font-size:11px;
	/*overflow-y:scroll;*/
}
.terms_condition p:first-child {
	padding-top:10px;
}
/* video_page */
.videos_section {
	width:100%;
	height:auto;
	clear:both;
	margin-top:30px;
	margin-bottom:50px;
	padding-left:15px;
}
.videos_left {
	width:78%;
	height:auto;
	float:left;
	line-height:1.7;
}
.videos_left h4 {
	font-size:27px;
	color:#cf006f;
	padding-top:30px;
}
.video_detail {
	width:100%;
	height:auto;
	clear:both;
	margin-top:20px;
	margin-bottom:20px;
	display:inline-block;
}
.video_info {
	width:30%;
	height:auto;
	float:left;
	padding-top:130px;
	padding-right:10px;
}
.video_info h5 {
	font-size:20px;
	padding-bottom:20px;
	font-weight:600;
	display:inline-block;
}
.video_info h6 {
	
}
.video_info h6 span {
	font-weight:700;
}
.video_player_right {
	float:left;
	width:650px;
	height:365px;
	/*background:#000000;*/
	text-align:center;
	padding:50px 0px;
	margin-right:20px
}
.video_pswd_required {
	color:#ffffff;
	width:100%;
	display:inline-block;
	margin-top:60px;
}
.video_pswd_required p {
	color:#CCCCCC;
}
.watch_video {
	width:100%;
	height:auto;
	display:block;
	clear:both;
}
.watch_video input {
	padding:10px 10px;
	width:150px;
	margin-right:10px;
	border-radius:4px;
	border:none;
	color:#cccccc;
}
.watch_video button {
	background:#00adef;
	padding:12px 15px;
}
.video_player_right img {
	margin-top:20px;
}
.sticky {
	width:auto;
	margin-top:30px;
	/*position:fixed;*/
	right:40px;
	bottom:10px;
	float:left;
}
.sticky ul {
	list-style:none;
}
.sticky ul li {
	font-size:14px;
	padding-top:20px;
	font-weight:600;
	border-left:1px solid #cccccc;
	padding-left:20px;
	position:relative;
}
.sticky ul li:last-child {
	padding-bottom:20px;
}
.sticky ul li img {
	display:none;
}
.sticky ul li a.active {
	color:#cf006f;
}
.sticky ul li.active {
	color:#cf006f;
	/*background:url(../images/sticky_active.png) no-repeat left -5px top 85%;*/
	position:relative;
}
.sticky ul li a {
	color:#000000;
}
.sticky ul li.active img {
	left: -5px;
    position: absolute;
    top: 23px;
	display:block;
}
/* OUR TEAM */
.our_team {
	width:100%;
	height:auto;
	clear:both;
}
.our_team_title {
	width:100%;
	height:auto;
	background:url(../images/Group-Photo.jpg) no-repeat;
	text-align:center;
	/*padding:100px 0px;*/
	height:372px;
	position:relative;
}
.inner_banner_text {
	width:70%;
	/*height:70px;*/
	position:absolute;
	top:50%;
	 transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left:0px;
	right:0px;
	margin:auto;
}
.our_team_title h3 {
	font-family: 'montserratregular';
	/*padding:60px 0px;*/
	color:#ffffff;
	font-size:48px;
	text-transform:capitalize;
}
.team_member_bg {
	width:100%;
	height:auto;
	clear:both;
}
.team_member {
	width:100%;
	height:auto;
	background:#f4f4f4;
	position:relative;
}
.our_team_img {
	float:left;
	width:27.2%;
	height:auto;
	text-align:left;
	/*position:absolute;
	top:20px;*/
	overflow:hidden;
	margin-top:30px;
}
.our_team_img img{
	max-width: 100%;
	height:auto;	
}
.our_team_desc {
	float:right;
	width:70%;
	height:auto;
	padding-right:30px;
	margin-top:70px;
	margin-bottom:70px;
}
.our_team_desc h3{
	font-family: 'montserratsemi_bold';
	line-height:1.2;
	padding-bottom:5px;
	text-transform:uppercase;
	letter-spacing:2px;
}
.our_team_desc h4 {
	color:#cf006f;
	font-weight:600;
	text-transform:uppercase;
	padding-bottom:10px;
}
.our_team_desc p {
	margin-bottom:10px;
	line-height:1.7;
}
.follow_twitter {
	margin-top:20px;
}
.follow_twitter h4 {
	color:#000000;
	font-size:18px;
	text-transform:none;
}
.follow_twitter span img {
	width:auto;
	float:left;
}
.follow_twitter span a {
	vertical-align:middle;
	padding-left:10px;
	display:inline-block;
	padding-top:0px;
	font-size:18px;
	color:#cf006f;
}.follow_twitter span a:hover {
	text-decoration:none;
}
.team_member:nth-child(2n+2) {
	background:#ffffff;
}
.team_member:nth-child(2n+2) .our_team_img {
	float:right;
	text-align:right;
	/*position:absolute;
	right:0px;*/
}
.team_member:nth-child(2n+2) .our_team_desc {
	float:left;
}
/* BLOG */
.blog_post_main .navigation {
	margin:30px 0px;
	padding:30px 0px;
	position:relative;
}
.blog_page {
	width:278px;
	float:left;
	margin-bottom: 25px;
	margin-right:26px;
	border:1px solid #9f9f9f;
	font-size:13px;
	cursor:pointer;
    transition: transform 0.2s cubic-bezier(0.575, 0.03, 0.015, 1) 0s, opacity 150ms ease-in-out 0s, -webkit-transform 0.2s cubic-bezier(0.575, 0.03, 0.015, 1) 0s;	
	-webkit-transition: transform 0.2s cubic-bezier(0.575, 0.03, 0.015, 1) 0s, opacity 150ms ease-in-out 0s, -webkit-transform 0.2s cubic-bezier(0.575, 0.03, 0.015, 1) 0s;	 
	-moz-transition: transform 0.2s cubic-bezier(0.575, 0.03, 0.015, 1) 0s, opacity 150ms ease-in-out 0s, -webkit-transform 0.2s cubic-bezier(0.575, 0.03, 0.015, 1) 0s;	  

}
.blog_page:hover {
	transform: translateY(-0.6em);
	-webkit-transform: translateY(-0.6em);
	-moz-transform: translateY(-0.6em);
	
    transition: transform 0.2s cubic-bezier(0.575, 0.03, 0.015, 1) 0s, opacity 150ms ease-in-out 0s, -webkit-transform 0.2s cubic-bezier(0.575, 0.03, 0.015, 1) 0s;	
	-webkit-transition: transform 0.2s cubic-bezier(0.575, 0.03, 0.015, 1) 0s, opacity 150ms ease-in-out 0s, -webkit-transform 0.2s cubic-bezier(0.575, 0.03, 0.015, 1) 0s;	 
	-moz-transition: transform 0.2s cubic-bezier(0.575, 0.03, 0.015, 1) 0s, opacity 150ms ease-in-out 0s, -webkit-transform 0.2s cubic-bezier(0.575, 0.03, 0.015, 1) 0s;		 
}
.blog_page:nth-child(4n+4) {
	margin-right:0px;
}
.blog_page:nth-child(4n+1) {
	clear:left;
}
.blog_page a {
	color:#9f9f9f;
	line-height:1.4;
}
.blog_page a:hover, .blog_page a:focus  {
	text-decoration:none;
}
.blog_height {
    margin: 0 auto;
    max-width: 1190px;
}
.blog_post {
	width:auto;
	height:auto;
	text-align:center;
	color:#9f9f9f;
	background-size:cover;
}
.blog_page_text {
	width:100%;
	padding:10px;
	height:auto;
	text-align:left;
}
.blog_post img{
	width:100%;
	max-width:100%;
	height:auto;
}
.blog_post h6 {
	font-family:'Montserrat';
	font-size:16px;
	color:#525252;
	padding:10px 0 10px;
	line-height:1.3;
	text-transform:uppercase;
}
.blog_post h2 {
	padding:20px 0px;
}
.blog_date {
	font-weight:300;
	display:block;
	padding-top:3px;
}
.author-title {
	font-size:15px;
	font-family: 'montserratlight';
}
.blog_date h6 {
	padding:0px;
	font-weight:300;
	font-size:12px;
	color:#9f9f9f;
	font-family: 'montserratlight';
}
.blog_post_page {
	width:100%;
	height:auto;
	clear:both;
	background:no-repeat;
	background-size:cover;
}
.blog_page_text p:hover {
	text-decoration:none;
}
.blog_post_title {
	width:100%;
	height:auto;
	background:#bbbbbb;
	padding:60px 0px;
}
.blog_post_title h3 {
	font-family: 'montserratregular';
}
.blog-single-background {
	background:no-repeat;
	background-size:cover;
	min-height:550px;
	max-height:600px;
	position:relative;
}
.blog_post_content {
	width:100%;
	height:auto;
	clear:both;
	margin:0px 0px 30px;
}
.blog_content_date {
	width:100%;
	display:inline-block;
	text-align:center;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	line-height:1;
	padding:50px 50px 20px;
	left:0px;
	right:0px;
	color:#ffffff;
	z-index:999;
	max-width:80%;
	margin:auto;
}
.blog_content_date h2 {
	color:#ffffff;
	text-transform:uppercase;
	font-weight:700;
	line-height:1.2;
	padding-bottom:8px;
}
.blog_content_date h6 {
	padding-top:25px;
	font-family: 'montserratlight';
	font-size:18px;
}
.blog_content_date h5 {
	font-size:16px;
	font-family: 'montserratlight';
}
.blog_content_date h5 a {
	color:#ffffff;
}
.blog_content_detail {
	width:100%;
	height:auto;
	margin:0 auto;
	max-width:740px;
	border-bottom:1px solid #cccccc;
}
.blog_content_detail .single_post_content {
	margin-right:0px;
	font-size:21px;
	margin-top:50px;
	font-family: 'montserratlight';
	line-height:1.7;
}
.blog_content_detail .single_post_content .ssb-share {
	line-height:0;
}
.blog_content_inner_img {
	width:100%;
	position:relative;
}
.blog_content_inner_img img {
	max-width:100%;
	height:auto;
	margin-bottom:15px;
}
.single_post_content div {
    clear: both;
	margin-bottom: 2rem;
}
.blog_content_detail h5 {
	padding-bottom:20px;
}
.blog_content_detail h5 span {
	color:#cf006f;
}
.blog_content_detail h4 {
	padding-bottom:10px;
	margin-top:30px;
}
.blog_content_detail p, .blog_content_detail li{
	margin-bottom:2rem;
	font-size: 21px;
	font-family: 'montserratlight';
	line-height: 1.7;
}
.blog_content_detail p span{
	font-weight:600;
}
.blog_content_detail ol, .blog_content_detail ul{
	margin-left: 40px;
}
.blog_post_main ul.page-numbers {
	clear: both;
    /*display: inline-block;*/
    float: none;
    list-style: outside none none;
    margin: 11px auto 0;
    text-align: center;
    width: 75%;
}
.blog_post_main ul.page-numbers > li {
   display:inline-block;
    margin-right: 5px;
}
.blog_post_main ul.page-numbers > li a {
	padding:5px 10px;
	border:1px solid #cccccc;
}
.blog_post_main ul.page-numbers > li span {
	padding:5px 10px;
	border:1px solid #cccccc;
	background:#cf006f;
	color:#ffffff;
}
.blog_post_main ul.page-numbers > li a:hover {
	background:#cf006f;
	color:#ffffff;
	text-decoration:none;
}
.blog_post_main ul.page-numbers > li a.next {
	border:none;
	text-transform:uppercase;
	margin-left:15px;
	background:#cf006f;
	color:#ffffff;
	padding:5px 15px;
}
.blog_post_main ul.page-numbers > li a.prev {
	border:none;
	text-transform:uppercase;
	margin-right:15px;
	background:#cf006f;
	padding:5px 15px;
	color:#ffffff;
}
.single_post_text {
	position:absolute;
	top:20px;
	left:30px;
	line-height:1;
}
.single_post_text h1 {
	font-family: 'montserratregular';
	color:#ffffff;
}
.single-post header {
	 clear: both;
    height: auto;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.single-post header .menu ul li a {
	color:#ffffff;
}
.single-post header .menu ul li a:hover {
	color:#c7c7c7;
}
.single-post header .sub-menu {
    background: #999 none repeat scroll 0 0 !important;
}
.blog-single-overlay {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.single-post .post_comment {
	max-width:740px;
	margin:0 auto;
	margin-bottom:50px;
	padding:0px 15px 0 0;
	width:100%;
}
.single-post .post_comment form > div {
	margin-bottom:30px;
}
.single-post .post_comment input[type="text"] {
	width:100%;
	border:1px solid #cccccc;
	margin-top:5px;
	padding:0px 10px;
	height:40px;
}
.single-post .post_comment textarea {
	width:100%;
	border:1px solid #cccccc;
	margin-bottom:5px;
	height:100px;
	resize:none;
	padding:10px;
}
.single-post .post_comment input#captcha_code  {
	width: 170px;
}
.single-post .post_comment  h2 {
	padding-bottom:5px;
	font-size:24px;
	font-family: 'montserratlight';
}
.single-post .post_comment #comments {
	border-bottom:1px solid #333333;
	padding-bottom:15px;
	margin-bottom:20px;
}
.single-post ol.commentlist {
	margin-left:0px;
	font-size:20px;
	list-style:none;
	padding-left:0px;
}
.single-post ol.commentlist li {
	margin-bottom:40px;
}
.single-post ol.commentlist .children {
	list-style:none;
	padding-left:1.5em;
	margin-top:30px;
}
.single-post ol.commentlist .comment-body {
	position:relative;
	padding-bottom:10px;
}
.single-post ol.commentlist .comment-author a {
	color:#000000;
}
.single-post .children .comment-author a {
	color:#000000;
}

.single-post ol.commentlist .comment-author {
    color: #000000;
    font-size: 16px;
    padding: 5px 15px 5px 0px;
	text-transform:uppercase;
}
.comment-author.vcard > img {
	background: rgba(0, 0, 0, 0) url("../images/loew_batch.png") no-repeat scroll 0 0 / cover ;
    float: left;
    margin-right: 25px;
	overflow:hidden;
	color:transparent;
}
.single-post ol.commentlist .commentmetadata {
	font-size:13px;
	padding-bottom:20px;
}
.single-post ol.commentlist .commentmetadata a {
	color:#000000;
}
.single-post ol.commentlist p {
	font-size:16px;
	font-family: 'montserratlight';
	padding-left:88px;
	margin-bottom:25px;
	line-height:1.7;
}
.single-post ol.commentlist .reply a{
	font-size: 13px;
    font-family: 'montserratregular';
    padding-left: 15px;
    text-transform: uppercase;
	color:#000000;
}
.single-post ol.commentlist .reply {
	clear:both;
	padding-left:75px;
}
.single-post #respond .cancel-comment-reply {
	padding-bottom:5px;
}
.single-post #respond h2 {
	border-bottom:1px solid #333333;
	padding-bottom:15px;
	margin-bottom:20px;
}
.posted_info {
	margin-bottom:30px;
}
.posted_info h6 {
	display:inline-block;
	padding-top:16px;
}
.posted_img {
	width:60px;
	height:60px;
	float:left;
	margin-right:15px;
}
.posted_img > img {
    margin-bottom: 0;
	max-width: 60px;
}
.author_single_banner {
	width:100%;
	height:auto;
	clear:both;
	background:url(../images/background_triangle.png) no-repeat 0 -127px #de70b1;
	height:150px;
	border:1px solid #cccccc;
	border-left:none;
	border-right:none;
	background-size:cover;
}
.author-content{
	width:100%;
	display:inline-block;
	clear:both;
	margin-top:30px;
}
.author-image {
	  border-radius: 50%;
    float: left;
    height: 175px;
    margin-top: -80px;
    overflow: hidden;
    width: 175px;
	background:#cccccc;
	text-align:center;
}
.author-image > img {
	max-width: 235px;
}
.author-description {
	float:left;
	width:50%;
	font-family: 'montserratlight';
	line-height:2;
	margin-left:35px;
}
.author-description h3 {
	font-size:30px;
}
.archive.author  .blog_height {
	padding-top:20px;
}
.archive.author .blog_post_main {
	margin-top:0px;
}
.total-posts {
	clear:both;
	border-top:1px solid #cccccc;
	padding:25px 0 25px;
	margin-top:30px;
}
.blog_banner_inner {
	width:100%;
	height:auto;
	max-width:1190px;
	margin:0 auto;
	padding:0px 10px;
}
.blog_banner h3{
	color: #ffffff;
    padding-top: 50px;
}
.side-nav-bar {
	width:100%;
	height:auto;
	margin:0 auto;
	margin-bottom:30px;
	max-width:1190px;
	display:table;
	border-bottom:1px solid #cccccc;
}
.side-nav-bar a {
	color:#000000;
	float:left;
	font-family: 'montserratlight';
}
.side-nav-bar a span {
	padding:10px 15px;
	display:inline-block;
	height:46px;
}
.side-nav-bar a:hover {
	text-decoration:none;
}
.side-nav-bar a.active span{
	border-bottom:5px solid #cf006f;
}
.mble_nav_btn {
	display:none;
}
/* LEAD & LEARN */
.lead_learn_banner {
	width:100%;
	height:auto;
	background:url(../images/lead_learn_banner.jpg) no-repeat;
	position:relative;
	text-align:center;
	color:#ffffff;
	background-size:cover;
}
.lead_learn_banner h2 {
	font-family: 'montserratsemi_bold';
	text-transform:capitalize;
}
.lead_learn_section1 {
	width:100%;
	height:auto;
	clear:both;
	margin-top:50px;
	margin-bottom:50px;
}
.lead_learm_inner {
	width:1000px;
	height:auto;
	margin:0 auto;
}
.lead_learm_inner p {
	font-size:16px;
}
.lead_learn_box {
	width:100%;
	height:auto;
	background:url(../images/lead_learn_bg.jpg) no-repeat;
	margin-top:30px;
	display:inline-block;
}
.lead_learn_left {
	float:left;
	width:50%;
	height:auto;
	background:#cccccc;
	opacity:0.95;
	text-align:center;
	padding:80px 50px;
}
.lead_learn_right {
	float:left;
	width:50%;
	height:auto;
	background:#d0bdc7;
	opacity:0.95;
	text-align:center;
	padding:80px 50px;
}
.lead_learn_left h3 {
	font-weight:600;
	padding-bottom:40px;
}
.lead_learn_left p {
	line-height:1.5;
	padding:0px 15px;
	min-height:120px;
}
.lead_learn_left .btn {
	padding:10px 25px;
	font-size:18px;
	margin-top:20px;
	display:inline-block;
	text-transform:uppercase;
}
.lead_learn_left a:hover {
	text-decoration:none;
}
.become_a_crusader {
	width:100%;
	height:auto;
	clear:both;
	margin:50px 0;
}
.become_a_crusader_inner {
	width:1000px;
	height:auto;
	margin:0 auto;
}
.bac_inner_top {
	margin-bottom:20px;
	clear:both;
	width:100%;
	display:inline-block;
}
.bac_inner_top h4 {
	float:left;
	font-weight:600;
}
.bac_inner_top .btn {
	float:right;
	padding:6px 15px;
	
}
.bac_inner_top a:hover {
	text-decoration:none;
}
.bac_inner_content {
	width:100%;
	display:block;
	clear:both;
	font-size:16px;
	line-height:1.5;
}
.bac_inner_content ul {
	margin-left:40px;
	line-height:1.7;
	margin-bottom:20px;
}
.radio_button_field input[type="radio"] {
	display: inline-block;
    margin-right: 7px;
    margin-top: -9px;
    width: auto;
	float:left;
}
.radio_button_field label {
	display:inline-block;
	padding-bottom:0px;
}
.bac_form .msg_box {
	margin-bottom:28px;
}
.msg_box span {
	color:#F00;
	font-size:14px;
}
/* WP customise */
.meet_our_crusader {
	width:100%;
	height:auto;
	clear:both;
	margin-top:30px;
}
.meet_our_crusader h2 {
	padding-bottom:20px;
	text-align:center;
	padding-top:20px;
	font-family: 'montserratsemi_bold';
	color:#cf006f;
}
.meet_our_crusader h4 {
	padding:20px 0px;
}
.meet_our_crusader hr {
	width:100%;
	height:1px;
	background:#cccccc;
	border:none;
}
.meet_our_crusader .gallery-item {
	margin-bottom:20px;
}
.meet_our_crusader .wp-caption-text {
	padding:20px 95px;
}
.meet_our_crusader .gallery {
	margin-top:20px !important;
}
.faq_page ul li h3 {
	text-align:left;
	font-size:18px;
	color:#cf006f;
	text-transform:uppercase;
	padding-top:20px
}
.faq_page ul {
	list-style:none;
}
.faq_page ol {
	margin-left:10px;
}
.faq_page ol li {
	width:100%;
	clear:both;
	padding-top:30px;
}
.faq_page .symple-button span.symple-button-inner {
	background:#cf006f;
	color:#ffffff;
	padding:15px 38px;
	font-size:24px;
	text-decoration:none;
	padding:10px 15px;
	font-size:18px;
	border:none;
	font-weight:400;
}
.faq_page .symple-button {
	margin-bottom:20px;
}
.faq_page hr {
	width:100%;
	height:1px;
	background:#cccccc;
	border:none;
}
.faq_page .symple-button.pink span.symple-button-inner {
	border:none !important;
	border-radius:0px !important;
}
.faq_page p a img {
	margin-right:0px;
}
.wp-image-2968 {
	margin-top:30px;
}
.lmp_h2 {
	padding-top:20px;
}
.lmp_read_more {
	font-size:18px;
	padding-bottom:30px;
	display:block;
}
.lmp_intro {
	font-family: 'montserratregular';
	line-height:1;
}
.jtl_3_h3 {
	padding-bottom:20px;
}
.faq_page .wpcf7 p span input {
	border:none;
	background:#e6e6e6 ;
	padding:10px;
	margin-top:5px;
}
.radio_button_field .wpcf7-list-item {
	display:inline-block;
	width:100%;
}
.radio_button_field .wpcf7-list-item-label {
	color:#000000;
	font-size:16px;
}
.bai_radio_btn {
	width:100%;
}
.jtl_member_option_ul {
	font-size:14px;
	line-height:1.4;
}
.jtl_member_option_ul{
	list-style:disc !important;
	margin-left:30px;
}
.jtl_member_option_ul li {
	padding-bottom:10px;
}
.jtl_h5 {
	width:100%;
	clear:both;
	padding-bottom:10px;
}
.jtl_box {
	border:1px solid #e5e5e5;
	padding:10px 20px;
	margin-bottom:10px;
}
.jtl_box p {
	margin-bottom:0px;
}

.wpbdp-listing.excerpt .wpbdp-field-long_business_description, .wpbdp-listing.excerpt .wpbdp-field-location, .wpbdp-listing.excerpt .wpbdp-field-state, .wpbdp-listing.excerpt .wpbdp-field-country, .wpbdp-listing.excerpt .wpbdp-field-phone_number_, .wpbdp-listing.excerpt .wpbdp-field-business_tags, .wpbdp-listing.excerpt .wpbdp-field-short_business_description label, .wpbdp-listing.single .wpbdp-field-short_business_description, .wpbdp-listing.single .wpbdp-field-long_business_description label{
	display: none;	
}
#wpbdp-categories {
    margin: 60px auto !important;
    max-width: 1290px;
}
.wpbdp-categories li {
	 display: inline-block;
    padding: 10px 0;
    width: 33%  !important;
	color: #cf006f;
	font-weight:600;
}
.wpbdp-categories li a{
	color: #000000;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
}
.wpbdp-categories li a:hover,
.wpbdp-categories li a:focus{
	 color: #cf006f;
    text-decoration: none;
}
.wpbdp-listings-sort-options{
    margin-bottom:20px !imp;
  	margin-top:0;
	font-size:18px;
}
.wpbdp-listing-excerpt .listing-thumbnail {
    float: left !important;
    margin: 0 !important;
	width: 200px;
}
.wpbdp-listing .listing-details .field-value {
    font-size: 16px;
    margin-bottom: 20px !important;
}
.listing-details {
    float: left;
    width: 550px;
}
.wpbdp-listing-excerpt {
    padding: 70px 0 70px 30px !important;
}
/* .wpbdp-pagination {
    display:none;
} */
form#wpbdmsearchform input[type="text"]{
	border: medium none;
    float: left;
    height: auto;
    padding: 17px;
	border:1px solid #eceded;
    width: 350px;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	outline:0;
}
.business-directory form#wpbdmsearchform input[type="text"]{ 
	border:1px solid #cccccc
}
form#wpbdmsearchform input[type="submit"]{
  border: 1px solid #f1f1f1;
    border-radius: 0 0px 0px 0;
    float: left;
    padding: 16px 30px;
	  -webkit-padding-after: 18px;
}
.business-directory form#wpbdmsearchform input[type="submit"] {
	 padding: 17px 30px;
	border:none;
}
.listing-actions {
    clear: both !important;
    display: inline-block;
    float: left;
    margin-left: 220px;
    text-align: left;
    width: auto;
}
.listing-actions a.button, .listing-actions input.wpbdp-hide-on-mobile{
	background: #cf006f none repeat scroll 0 0 !important;
    border: medium none !important;
    border-radius: 0px !important;
    color: #ffffff !important;
    cursor: pointer !important;
    font-size: 14px !important;
    padding: 10px 35px !important;
    text-decoration: none !important;
	display:inline-block;
}
.listing-actions input.wpbdp-show-on-mobile{
	background: #cf006f none repeat scroll 0 0 !important;
    border: medium none !important;
    border-radius: 6px !important;
    color: #ffffff !important;
    cursor: pointer !important;
    font-size: 14px !important;
    padding: 10px 35px !important;
    text-decoration: none !important;
}
.wpbdp-pagination span a{
	background: #cf006f none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    padding: 10px 35px;
    text-decoration: none;
	display:inline-block;
}

.wpbdp-bar.cf.bd_listing_bg {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.wpbdp-search-form {
    float: right;
    margin: 0 !important;
}
.business_directory_listing .button, .wpbdp-main-links .button{
	background: #ffffff none repeat scroll 0 0;
    display: inline-block;
    padding: 16px 23px;
    border:none;
	-webkit-apperance:none;
	box-shadow:none;
	 color: #000000;
		font-size: 16px;
		font-weight: 400;
		cursor:pointer;
}
.business_directory_listing .button:hover, 
.wpbdp-main-links .button:hover, 
.wpbdp-main-links .button:focus
.business_directory_listing .button:focus{
  background: #cf006f none repeat scroll 0 0;
  color: #ffffff;
}
.wpbdp-listings-sort-options.wpbdp-hide-on-mobile{
	font-size: 18px;
    margin-right: 10px;
}
.business-directory .tab_heading:after{
	content:'';
	display:table;
	clear:both;
}
.business-directory .tab_heading {
    /*background: #cf006f none repeat scroll 0 0;*/
    clear: both;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-left: 30px;
	padding-top:25px;
    width: 100%;
	text-align:center;
}
.business-directory .tab_heading h3{
	margin-bottom:30px;
	/*margin-left:-20px;*/
}
.business-directory .tab_heading p{
	margin-bottom:20px;
}
.agent_logo_info .field-value{
	font-size:16px;
}
.videos_left hr {
	width:94.5%;
	height:1px;
	background:#cccccc;
	border:none;
}
#wp_emember_profileUpdateForm table td {
	display: inline-block;
    margin-bottom: 10px !important;
    width: 40%;
}
#wp_emember_profileUpdateForm .eMember_text_input {
	border:none !important;
	font-size:14px;
	padding:5px 10px !important;
	height:40px;
}
.eMember_label {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 10px 10px 0;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle;
}
#wp_emember_profileUpdateForm input[type="text"], 
#wp_emember_profileUpdateForm input[type="email"],
#wp_emember_profileUpdateForm input[type="password"] {
	background:#eeeeee;
	width:85% !important;
}
#wp_emember_profileUpdateForm select {
	background:url(../images/drop_down_square.png) no-repeat center right #eee ;
	  -moz-appearance: none;
	  -webkit-appearance: none;
	  width:85% !important;
}
#wp_emember_profileUpdateForm select option {
	padding:0px 5px;
}
.wpbdp-listings-sort-options.wpbdp-show-on-mobile {
    padding-left: 30px;
}
.wpbdp-listings-sort-options .reset {
    font-size: 14px;
}
#wpbdp-category-page .wpbdp-bar.cf{
    background: #cf006f none repeat scroll 0 0;
	margin-top:0;
	padding: 20px 30px 40px;
}
.wpbdp-submit-page.businessdirectory-submit {
    margin: 90px auto 50px;
    width: 80%;
	padding: 20px 33px 47px 33px;
	background: #f3f3f3 none repeat scroll 0 0;
	position:relative;
}
.wpbdp-submit-page.businessdirectory-submit::after {
    clear: both;
    content: "";
    display: table;
}
.category-name {
    margin: 0 auto;
	padding:0 30px;
}
.wpbdp-submit-page > h2 {
    background: #cf006f none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    height: 41px;
	border-top-left-radius: 6px;
	padding: 5px 15px 5px 23px;
	position:absolute;
	top:-41px;
	left:0;
	text-transform:uppercase;
}
#wpbdp-submit-page > h2::after{
    content: "";
    height: 41px;
    position: absolute;
    display:inline-block;
    border-top:21px solid #fff;
    border-right:20px solid #fff;
    border-left:20px solid #CF006F;
    border-bottom:20px solid #CF006F;
    display: inline-block;
    height: 41px;
    position: absolute;
	top:0;
	right: -39px; 
}
.wpbdp-submit-page h3 {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 10px;
}
 .wpbdp-form-field-label label {
	font-size:16px;
	font-weight:400;
	padding-bottom:10px;
	display:inline-block;
}
.wpbdp-submit-page .wpbdp-form-field.required .wpbdp-form-field-label::after{
	color: #fd0000;
    font-size: 14px !important;
}
.wpbdp-listing-form input{
	padding: 14px 45px;
	border:none;
	border-radius:0px !important;
}
.wpbdp-submit-page .wpbdp-form-field {
    margin-bottom: 28px !important;
}
#wpbdp-listing-form-fields .wpbdp-form-field{
    float: left;
	width:47%;
	margin-right: 52px;
}
/* #wpbdp-listing-form-fields .wpbdp-form-field:nth-child(2n+3){
	margin-right:0;
} */
#wpbdp-listing-form-fields .wpbdp-form-field-label-business_name,
#wpbdp-listing-form-fields .wpbdp-form-field-label-state,
#wpbdp-listing-form-fields  .wpbdp-form-field-label-phone_number_,
#wpbdp-listing-form-fields .wpbdp-form-field-label-business_tags{
	margin-right:0;
}
#wpbdp-listing-form-fields  .wpbdp-form-field-label-phone_number_ span{
	display:none;
}
#wpbdp-listing-form-fields input{
	background: #e6e6e6 none repeat scroll 0 0;
    border: medium none;
    height: 40px;
    padding: 0 10px;
    width: 100%;
}
#wpbdp-listing-form-fields .wpbdp-form-field.wpbdp-form-field-type-url,
#wpbdp-listing-form-fields .terms-and-conditions {
    margin-right: 0;
    width: 100%;
}
#wpbdp-listing-form-fields .wpbdp-form-field.wpbdp-form-field-type-textarea {
	width:100%;
	margin-right:0;
}
#wpbdp-listing-form-fields .wpbdp-form-field.wpbdp-form-field-type-textarea  textarea{
	background: #e6e6e6 none repeat scroll 0 0;
    border: medium none;
    height: 65px;
    padding: 5px 10px;
    width: 100%;
}
#wpbdp-listing-form-fields .wpbdp-form-field.wpbdp-form-field-type-url .intextbox.inselect{
	width:42.5%;
	margin-right:44px;
}
#wpbdp-listing-form-fields .wpbdp-form-field.wpbdp-form-field-type-url .intextbox{
	 width: 34.5%;
}
/* #wpbdp-listing-form-fields .terms-and-conditions  textarea */ 
#wpbdp-listing-form-fields .terms-and-conditions  textarea{
	width:100%;
	border:none;
	background:none;
	resize:none;
	height:auto;
	display:block;
}
#wpbdp-listing-form-fields .terms-and-conditions  .wpbdp-form-field-inner{
	background: #e6e6e6 none repeat scroll 0 0;
    color: #3a3a3a;
    font-size: 11px;
    height: 130px;
    line-height: 1.7;
    padding: 0 0 0 20px;
	width:100%;
	border:none;
	margin-bottom:20px;
}
#wpbdp-listing-form-fields .terms-and-conditions input{
	width:auto;
	height:auto;
}
#wpbdp-listing-form-fields input[type="submit"]{
	background: #cf006f none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
	height:auto;
    cursor: pointer;
    font-size: 14px;
    padding: 14px 45px;
    text-decoration: none;
	width:auto;
}
#wpbdp-listing-form-fields .terms-and-conditions label {
    display: inline-block;
    padding-top: 10px;
}
#wpbdp-listing-form-fields .terms-and-conditions label input{
	margin-right:15px;
}
.wpbdp-pagination{
	padding: 0 25px 25px;

}
.wpbdp-pagination:after{
	content: " ";
    display: table;
 	clear: both;
}
.wpbdp-listing-single .listing-actions {
    float: none;
    margin: 30px  0!important;
	padding:0 30px;
    width: 100%;
}
.wpbdp-listing-single .listing-title{
	padding-left:30px !important;
	background:none !important;
}
.wpbdp-listing .contact-form h3{
	margin-left:0 !important;
	margin-bottom:20px;
	font-size:26px;
}
.wpbdp-listing-single .main-image{
	 float:left !important;
}
.wpbdp-listing .contact-form,
 .contact-form {
	width:100%;
	clear:both;
	padding-left: 30px !important;
	padding-bottom:20px;
	padding-right:30px;
	padding-top:20px;
}
.contact-form::after {
    clear: both;
    content: "";
    display: table;
}
.wpbdp-listing-single .main-image {
    float: left !important;
    margin-left: 30px !important;
    padding: 0 !important;
    width: 400px;
}
.contact-form input[type="email"], .contact-form input[type="text"]{
	 background: #e6e6e6 none repeat scroll 0 0;
    border: medium none;
    height: 40px;
    padding: 0 10px;
    width: 100%
}
.wpbdp-listing .contact-form textarea,
.contact-form textarea {
   background: #e6e6e6 none repeat scroll 0 0;
    border: medium none;
    height: 65px !important;
    padding: 5px 10px;
    width: 100% !important;
	margin-top:-15px;
}
.wpbdp-listing .contact-form textarea {
	margin-top:0px;
	width:100% !important;
}
.contact-form label{
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 10px;
	width:auto !important ;
}
#wpbdp-contact-form-recaptcha{
	margin-bottom:20px;
}
 .contact-form-wrapper input[type="submit"],
 .contact-form input[type="submit"]{
	border:none;
	border-radius:0px;
}
.wpbdp-listing .comments {
    float: none;
    margin-bottom: 30px;
    margin-left: 30px !important;
    margin-top: 0 !important;
}
.wpbdp-listing-single::after {
    clear: both;
    content: "";
    display: table;
}
.wpbdp-listing-single {
    padding-bottom: 30px;
}
/* podcasts */
.podcasts .wp-image-2925 {
	display:none;
}
.podcasts {
	position:relative;
}
.podcasts_icon {
	left: 30px;
    position: absolute;
    top: 100px;
    z-index: 9;
}
.podcasts_itunes {
	width:80%;
	margin:0 auto;
	height:auto;
	margin-bottom:30px;
}
/*.partner_benefits_text .csRow {
	margin-bottom:50px;
}*/
.partner_benefits_text .csRow .csColumn h4 {
	padding-top:30px;
}
.partner_benefits_text .csRow .csColumn ul {
	line-height: 1.8;
    list-style-image: url("../images/ul_arrow.png");
    margin-left: 25px;
    margin-top: 5px;
}
.partner_benefits_text hr {
    background: rgba(0, 0, 0, 0) url("../images/seperator.png") no-repeat scroll 0 0;
    border: medium none;
    clear: both;
    display: block;
    height: 10px;
    width: auto;
}
/* book edit */
.the_book_edit {
	width:100%;
	height:auto;
	clear:both;
	display:block;
	margin-top:50px;
}
.the_book_edit_box {
    text-align: center;
}
.current_book_of {
	width:100%;
	height:auto;
	clear:both;
	margin:50px 0px;
}
.inner_section_cbom {
	width:80%;
	height:auto;
	border:1px solid #e5e5e5;
	padding:20px 30px;
	display:table;
	margin:0 auto;
}
.inner_section_cbom h3 {
	padding-bottom:40px;
	font-family: 'montserratregular';
	color:#cf006f;
	font-size:30px;
}
.inner_section_cbom img{
	float:left;
}
.cbom_content {
	width:75%;
	float:right;
}
.cbom_content p{
	font-size:16px;
	line-height:1.7;
	clear:both;
}
.cbom_content h5 {
	font-weight:700;
	padding-bottom:10px;
}
.amazon_icon ,.wp-image-3347 {
	margin-bottom:20px;
}
/* business_resource */
.business_resource {
	width:100%;
	height:auto;
	clear:both;
	margin-top:30px;
	padding:0px 15px;
}
.business_resource h3 {
	padding-bottom:20px;
	padding-top:30px;
}
.business_resource a {
	color:#000000;
}
.business_resource p {
	margin-bottom:15px;
}
.business_resource a:hover {
	text-decoration:none;
	color:#cf006f;
	line-height:1.2;
}
.business_resource .business_resource_box .csColumn {
	width:100% !important;
	display:inline-block;
}
.business_resource .business_resource_box .csColumn p {
	background:#dcdcdc;
	display:inline-block;
	width:100%;
}
.business_resource .business_resource_box .csColumn p > span > a {
	padding:15px;
	display:block;
}
.business_resource .business_resource_box .csColumn p > span > a:hover {
	line-height:inherit;
}
/* search page */
.status-publish h2 {
	font-size:30px;
	color:#cf006f;
}
.search_page h2{
	padding-bottom:0px;
}
.search_h2{
	padding-bottom:20px !important;
}
.search_page {
	width:100%;
	height:auto;
	display:inline-block;
	clear:both;
	margin-bottom:50px;
	margin-top:50px;
}
.search_result {
	width:100%;
	height:auto;
	float:left;
}
.search_page .meta  {
	padding-top:10px;
}
.search_page .entry p{
	padding-top:10px;
}
.side_bar {
	width:30%;
	float:right;
	display:none;
}
.side_bar .pagenav ul {
	list-style:none;
}
.side_bar #sidebar > ul {
    list-style: outside none none;
}
.side_bar #searchform input {
    float: left;
	padding:8px 5px;
	border:none;
	background:#e5e5e5;
}
.side_bar li {
	list-style:none;
	display:none !important;
}
.side_bar h2 {
	font-size:30px;
	clear:both;
	text-align:left;
	padding:10px 0px;
	display:none;
}
.search_result hr {
 	background: rgba(0, 0, 0, 0) url("../images/seperator.png") no-repeat scroll 0 0;
    border: medium none;
    clear: both;
    display: block;
    height: 10px;
    width: auto;
	background-size:cover;
}
.search_result .navigation {
	width:100%;
	clear:both;
	display:inline-block;
	margin:10px;
}
.navigation .next-posts {
	/*background:#cf006f;*/
	color:#cf006f;
	position:absolute;
	top:30px;
	right:0px;
}
.navigation .next-posts a {
	color:#ffffff;
	padding:10px 25px;
	display:block;
	position:relative;
	text-transform:uppercase;
	background:#cf006f;
}
.navigation .next-posts a:hover {
	text-decoration:none;
}
.navigation .prev-posts {
	/*background:#cf006f;*/
	color:#cf006f;
	float:left;
	margin-bottom:10px;
	position:absolute;
	left:0px;
	top:30px;
}
.navigation .prev-posts a {
	color:#ffffff;
	padding:10px 25px;
	display:block;
	text-transform:uppercase;
	position:relative;
	background:#cf006f;
}

.navigation .prev-posts a:hover {
	text-decoration:none;
}
.navigation:after{
	clear: both;
	display:table;
	content: "";	
}


/* EWANT TO SPEAK */
.want_top_speak {
	width:100%;
	height:auto;
	clear:both;
	margin-top:50px;
	margin-bottom:50px;
}
.want_to_speak_form {
	width:80%;
	height:auto;
	margin:0 auto;
	background:#f3f3f3;
	padding:20px 0px 20px 40px;
	display:table;
}
.want_to_speak_form .wpcf7-form p {
	width:47%;
	margin-right:20px !important;
	height:auto;
	float:left;
}
.want_to_speak_form .wpcf7-form p:nth-child(2n+2) {
	margin-right:0px;
}
.want_to_speak_form .wpcf7-form-control-wrap  input {
	width:100%;
}
.want_to_speak_form .wpcf7-form input {
	border:none;
	background:#e5e5e5;
	padding:8px 5px;
}
.want_to_speak_form .wpcf7-form-control-wrap {
	margin-top:5px;
	display:block;
}
.want_to_speak_form .wpcf7-list-item {
	width:100%;
	clear:both;
	display:block;
	margin-top:10px;
}
.wtp_msg_box {
	width:100%;
	display:table;
	padding-right:40px;
	clear:both;
}
.wtp_msg_box p {
	width:100% !important;
}
.wtp_msg_box p textarea {
	width:100%;
	height:100px;
	border:none;
	background:#e5e5e5;
	resize: none;
}
.want_to_speak_form .wpcf7-submit {
	background:#cf006f !important;
	border-radius:0px !important;
	padding:10px 35px !important;
	width:auto !important;
}
.want_to_speak_form .wpcf7-list-item > input {
	width:auto !important;
}
.want_to_speak_form .wpcf7-validation-errors {
	clear:both;
	border:1px solid #000000;
	padding:5px;
	width:94.5%;
	margin-left:0px;
}
.wpbdp-listing-single .listing-title h2{
    color: #cf006f;
    font-family: 'montserratregular';
	padding: 10px 0;
	font-size:30px;
}
#wpbdp-search-form input[type="submit"] {
	border-radius:0px;
}
.listing-actions a.button {
	border-radius:0px !important;
}
.contact_form .wpcf7-submit {
	border-radius:0px !important;
	padding:8px 25px;
}
.faq_page iframe {
	float:none;
	margin:0 auto;
}
.the_book_edit_box iframe {
	height:875px !important;
}
/* business directory */
.business-directory #wpbdp-search-page .wpbdp-bar  {
	background:#cf006f;
	margin:0px;
	padding-bottom:20px;
}
.business-directory #wpbdp-search-page .wpbdp-main-links {
	margin-left:22px;
	border:1px solid #ffffff;
}
#wpbdp-search-form-wrapper {
    margin-left: 30px;
    padding: 20px;
    border: 1px solid #eee;
    margin-right: 30px;
    margin-bottom: 30px;
}
.business-directory #wpbdp-search-page h2 {
	padding-left:30px;
	padding-top:30px;
	padding-bottom:20px;
}
#wpbdp-search-form .wpbdp-search-filter > div.field > input[type="text"]  {
    background: #e5e5e5 none repeat scroll 0 0;
    border: medium none;
    padding: 7px;
    width: 90%;
}
#wpbdp-search-form .wpbdp-search-filter > div.field > select  {
    -moz-appearance: none;
    background: #e6e6e6 url("../images/drop_down_square.png") no-repeat scroll right top ;
    border: medium none;
    padding: 7px;
    width: 90%;
}
#wpbdp-search-form .wpbdp-search-filter > div.field > select  option {
	padding:0px 10px;
}
#wpbdp-search-form-wrapper h3 {
	padding-bottom:20px;
	display:block;
}
#wpbdp-search-form {
	padding-left:0px !important;
	margin-top:10px;
}
#wpbdp-search-page .sr_h3 {
	padding-left:28px !important;
}
#wpbdp-search-form-wrapper h3 {
	padding-bottom:0px !important;
}
.bac_form input[type="submit"], .bac_form button {
	border-radius:0px !important;
	padding:8px 25px;
}
.page-in-the-media .aboutus_section1_inner  {
	width:40%;
	margin:0 auto;
	text-align:center;
}
.page-in-the-media p {
	clear:both;
	text-align:center !important;
}
.page-in-the-media hr {
	clear:both;
	margin:30px 0px ;
	background: rgba(0, 0, 0, 0) url("../images/seperator.png") no-repeat scroll 0 0;
	height:10px;
	display:inline-block;
}
.page-in-the-media a {
	width:100%;
	clear:both;
	text-align:center;
}
.page-in-the-media a img {
	max-width:100%;
	height:auto;
}
/* single event */
.single_page_event {
	width:100%;
	height:auto;
	clear:both;
	margin-top:50px;
}
.single_page_event .tribe-events-list-event-title {
	width:100%;
}
.single_page_event_left {
	width:45%;
	float:left;
	margin-right:20px;
	text-align:center;
}
.single_page_event_left .tribe-events-event-meta {
	display:block;
	clear:both;
	padding:10px 20px !important;
}
.tribe-events-list .time-details {
	margin:0px !important;
}
.single-tribe_events .tribe-events-event-meta {
	margin:10px 0 0 0  !important;
	display:none;
}
.single_page_event_right {
	width:50%;
	height:auto;
	clear:both;
	display:inline-block;
}
.single_page_event_right .entry-summary{
	margin-top: 0;
}
.single_page_event_right h5 {
	text-transform:uppercase;
	font-weight:800;
	letter-spacing:2px;
}
.single_page_event_right h6 {
	color:#000000 !important;
	font-weight:600;
}
.single_page_event_right p {
	line-height:1.5;
	padding-top:0px;
}
.tribe-events-nav-previous {
	padding:8px 15px;
}
.tribe-events-list .type-tribe_events .tribe-events-list-event-title {
	font-size:0px !important;
	line-height:1.5 !important;
	margin-bottom:20px;
}
.tribe-events-list .type-tribe_events .event_banner_text {
	font-size:48px !important;
}
.updated published {
	padding-top:10px !important;
}
.tribe-events-list .time-details {
	padding-top:10px !important;
	display:inline-block !important;
}
.single_page_event_right .time-details {
	font-size:14px !important;
	color:#000000 !important;
}
.tribe-events-list .tribe-events-event-image {
	width:100% !important;
}
.tribe-events-list .type-tribe_events h2{
	font-size:48px !important;
}
.tribe-events-sub-nav li a {
		margin-bottom:0px !important;
		padding:10px 20px !important;
		background:#cf006f !important;
		color:#ffffff !important;
		display:table !important;
}
.tribe-events-nav-previous {
	width:auto !important;
}
#commentform input[type="submit"] {
	border-radius:0px !important;
}
.page-members p a img {
	margin:40px 40px 0px 0px;
	float:left;
}
.page-members p a img:nth-child(3n+3) {
	margin-right:0px;
}
.tribe-events-list .tribe-events-page-title {
	margin:0px !important;
}
.forms [type="text"]:focus {
	background:#eeeeee !important;
	z-index:-9999;
}
/* /wp end css */
/* MEMBER LOGIN */
.member_login {
	width:100%;
	height:auto;
	clear:both;
	display:inline-block;
	margin:50px 0px;
}
.member_login_bg {
	width:auto;
	height:auto;
	float:left;
	position:relative;
}
.member_login_form {
	position:absolute;
	width:500px;
	height:auto;
	padding:40px 40px;
	right:-360px;
	top:170px;
	background:#ffffff;
	border:1px solid #cccccc;
}
.member_login_form .wp_emember_loginForm {
	max-width:none;
}
.member_login_form table {
	width:100%;
}
.member_login_form .eMember_text_input {
	width:100% !important;
	border:none !important;
	height:45px;
}
.member_login_form .eMember_text_input:focus {
	height:45px !important;
	background:#f0f0f0 !important;
}
.member_login_form input.eMember_button {
	width:100% !important;
	background:#cf006f !important;
	border:none !important;
	padding:10px 0px !important;
	margin-top:15px;
	font-size:24px !important;
	border-radius:0px !important;
	font-weight:300 !important;
}
.member_login_form .wp_emember_loginForm label {
	display:inline-block;
	padding-bottom:0px;
}
.member_login_form  .forms a {
	font-size:14px;
}
/* bx - slider */
.bx-wrapper .bx-controls-direction a {
	top:-50px !important;
}
.instagram .bx-wrapper .bx-prev {
	right:180px !important;
	left:inherit;
	background:url(../images/prev_but.png) no-repeat 0 0 !important;
}
.instagram .bx-wrapper .bx-next {
	right:130px !important;
	background:url(../images/next_but.png) no-repeat 0 0 !important;
}
.instafeed1 {
    min-width: 2000% !important;
    width: 100% !important;
    overflow: hidden;
}
.instagram .bx-wrapper {
	margin-bottom:0px !important;
	max-width:100% !important;
	height:auto !important; 
}
.instagram .bx-viewport {
	height:auto !important;
}
.instagram .bx-pager {
    display: none;
}
.instagram_img {
	width:99.99%;
}
.book-button {
    background:#cf006f none repeat scroll 0 0;
    color: #ffffff;
    display: table;
    margin-top: 30px;
    padding: 10px 25px;
}
.single_page_event_left .book-button {
    margin: 30px auto 0;
}
.book-button a {
	color:#ffffff;
	font-weight:700;
	font-size:20px;
}
.archive-page-title {
	max-width:1190px;
	margin:35px auto;
	width:100%;
}
.archive-page-title h1 {
	line-height:1.2;
	font-size:38px;
}
/*
5) Footer
--------------------------------*/
footer {
	width:100%;
	height:auto;
	clear:both;
}
.footer {
	background:url(../images/footer_bg_img.jpg) no-repeat center bottom;
	padding:40px 0px 90px;
	text-align:center;
	background-attachment:fixed;
}
.footer_text h2 {
	color:#ffffff;
	font-family: 'montserratextra_bold';
	
}
.social_media {
	margin-top:50px;
}
.social_media ul {
	list-style:none;
}
.social_media ul li {
	display:inline-block;
	padding-right:10px;
}
.footer_menu {
	float:left;
	margin:28px 0 20px;
}
.footer_menu ul {
	list-style:none;
}
.footer_menu ul li {
	display:inline-block;
	padding-right:10px;
	padding-left:10px;
	background:url(../images/pipe_sympble.jpg) no-repeat center right;
}
.footer_menu ul li:last-child {
	background:none;
}
.footer_menu ul li a {
	color:#000000;
}
.copy_right_div {
	float:right;
	margin-top:28px;
}



/* custome checkbox */
.custom-checkbox{
	width: 16px;
	height: 16px;
	display: inline-block;
	position: relative;
	z-index: 1;
	top: 3px;
	background:url(../images/check_box.png) no-repeat;
	margin-right:8px;
	border:1px solid #cccccc;
	
}
.custom-checkbox:hover{
	background:url(../images/check_box.png) no-repeat;
}
.custom-checkbox.selected{
	background:url(../images/ckeck_tick.png) no-repeat;
}
.custom-checkbox input[type="checkbox"]{
	margin: 0;
	position: absolute;
	z-index: 2;            
	cursor: pointer;
	outline: none;
	opacity: 0;
	/* CSS hacks for older browsers */
	_noFocusLine: expression(this.hideFocus=true); 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
}
.youtubeWrapper, .vimeoWrapper, .instagramWrapper {
    position: relative;
    padding-top: 30px; height: 0; overflow: hidden;
}


/* Set the padding-bottom for 16:9 aspect ratio video from YouTube & Vimeo */ 
.youtubeWrapper, .vimeoWrapper {
    padding-bottom: 56.25%;      
}

/* Set padding-bottom for 5:6 aspect ratio Instagram content */
.instagramWrapper {
  padding-bottom: 120%;
}
    
/* For each content source, set the IFRAME to be top left and occupy 100% of width and height of the containing DIV wrapper */    
/*.youtubeWrapper iframe,
.youtubeWrapper object,
.youtubeWrapper embed,*/
.vimeoWrapper iframe,
.vimeoWrapper object,
.vimeoWrapper embed
/*.instagramWrapper iframe,
.instagramWrapper object,
.instagramWrapper embed */{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 97%;
}
.eMember_protected_message{
	min-height: 300px;
	padding: 30px 0px;
}
.pink{
    border-radius: 0px!important;
}
/* pop up */
.ig_popup.ig_persuade .ig_container {
	background:#cf006f !important;
}
.ig_container ig_clear_fix .ig_content {
	padding-bottom:20px !important;
}
.ig_popup.ig_persuade .ig_container {
	border: 0.3em dashed hsl(0, 100%, 100%);
}
.tab_heading img {
	display:inline-block;
	margin-right:20px;
}
.tab_title .video {
	width:100%;
	text-align:center;
}
.podcasts_icon_1 {
	width:100%;
	text-align:center;
}
.ig_embed_form_container .ig_form_els:nth-child(1) {
    width:71.5% !important;
	padding-bottom: 20px;
}
.ig_embed_form_container .ig_form_els:nth-child(3) {
    width: 24%!important;
    float: right;
}
.ig_embed_form_container .ig_form_els:nth-child(3) .ig_button_label {
	display:none!important;
}
.ig_embed_form_container .ig_form_els:nth-child(1) label {
    width: 30%;
    float: left;
    font-size: 20px;
	padding-top:13px;
}

.ig_embed_form_container .ig_form_els:nth-child(1) input {
    width: 70%;
    float: right;
	border-radius:none!important;
}
.ig_embed_form_container .ig_form_els:nth-child(3) input {
    background: #fff!important;
    color: #cd1971!important;
	box-shadow:none!important;
	border-radius:none!important;
	text-transform:uppercase;
}
.ig_form_els .ig_button {
	box-shadow:none!important;
	border-radius:none!important;
}
.ig_embed_form_container .ig_form_els:nth-child(3) input:hover {
	background: #eb378f!important;
	color: #fff!important;
}
.ig_headline {
	padding:40px 0 0!important;
}
.ig_form_inline .ig_form_container.layout_inline .ig_button, .ig_form_inline .ig_form_container.layout_inline input[type="submit"] {
box-shadow: none !important;
border-radius: 0 !important;
}
.ig_form_inline .ig_form_container.layout_inline .ig_button, .ig_form_inline .ig_form_container.layout_inline input[type="email"] {
box-shadow: none !important;
border-radius: 0 !important;
}
.ig_popup.ig_persuade .ig_container {
	 border: 0.3em solid #fff !important;
}

/* NEW BLOG PAGE DESIGN */
.blog_post_main {
	width:100%;
	height:auto;
	display:inline-block;
	margin-top:40px;
}
.blog_post_inner {
	width:100%;
	height:auto;
}
.blog_post_div {
	width: 303px;
	float:left;
	margin-bottom: 20px;
	margin-right:26px;
	border:1px solid #9f9f9f;
}
.blog_post_div:nth-child(4n+4) {
	margin-right:0px;
}
.blog_post_div:nth-child(4n+1){
	clear:left;
}
.blog_post_text{
	color:#9f9f9f;
	padding:12px;
}
.blog_post_text h6 a{
	text-transform:uppercase;
	font-size:14px;
	font-weight:300;
	padding-bottom:10px;
	color:#9f9f9f;
	display:inline-block;
 }
.blog_post_text p{
	color:#525252;
	font-size:18px;
	margin-bottom:10px;
}
.blog_post_main .navigation {
	clear:both;
}

/* members */
.page-members header, .page-videos header, 
.page-event-podcasts header, .business-directory header, 
.page-business-resources header, .page-the-book-edit header, 
.page-member-video header, .page-template-webinar header, .page-template-feedback header{
	background: #ffffff none repeat scroll 0 0;
    clear: both;
    height: auto;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
	border-bottom:1px solid #c7c7c7;
}
.members_after_login {
    clear: both;
    height: auto;
    margin-top:200px;
    width: 100%;
}
.tab_section_fixed {
	position:relative;
	float:left;
	width:22.2%;
	min-height:250px;
}
.tab_right_section {
	float:right;
	width:77.8%;
}
.tab_right_section .container {
	width:100%;
	padding:0px;
}
.tab_right_section footer .container {
	width:100%;
}
/* memner monday */
.member-monday-pf {
	width:100%;
	height:auto;
	clear:both;
}
.member-monday-profile {
	width:100%;
	/*max-width:1024px;*/
	margin:0 auto;
}
.member-list {
	width:32%;
	float:left;
	background:#f7f7f7;
	margin-bottom:20px;
	text-align:center;
	/*padding-bottom:30px;
	border-bottom:1px dashed #cf006f;*/
	padding:40px 10px 15px;
	margin-right:2%;
}
.member-list:nth-child(3n+1) {
	clear:left;
}
.member-list:nth-child(3n+3) {
	margin-right:0px;
}
.member-list:last-child {
	border-bottom:none;
}
.member-list-image {
	width:200px;
	height:200px;
	border-radius:50%;
	overflow:hidden;
	margin:0 auto;
}
.member-list-image img {
    height: auto;
    max-width: 100%;
}
.member-list-profile {
	margin: 0 auto;
    padding: 30px 0;
    width: 95%;
}
.member-list-profile h2 {
	font-size:26px;
	font-family: 'montserratlight';
	padding-bottom:0px;
}
.member-list-profile a {
	color:#000000;
}
.member-list-profile a:focus {
	text-decoration:none;
}
.member-list-profile h3 {
	font-size:16px;
	padding-bottom:20px;
}
.member-list-profile .member-city h3 {
	padding-bottom:2px;
}
.member-list-profile h3 span {
	font-family: 'montserratregular';

}
.member-list-profile .btn {
	font-size:17px;
	margin-top:5px;
	display:inline-block;
	text-transform:uppercase;
	background:none;
	color:#000000;
	font-family: 'montserratregular';
	position:relative;
	text-decoration:underline;
	padding:2px 0px;
}
.member-list-profile .btn > span {
    font-family: Comic Sans MS;
	padding-top:5px;
}
.arrow_member {
	background: rgba(0, 0, 0, 0) url("../images/next_but.png") no-repeat scroll 0 2px / 9px auto;
    display: inline-block;
    height: 23px;
    margin-left: 8px;
    vertical-align: middle;
    width: 14px;
}
.member-list-profile .btn:hover {
	text-decoration:none;
}
.member-excerpt p {
	font-size:15px;
	line-height:1.8;
}
.memeber-profile-single {
	width:100%;
	height:auto;
	margin:30px 0;
}

.members-single_left {
	width:35%;
	float:left;
}
.members_single_profile_bg {
	width:65%;
	float:right;
}
.members_single_profile_bg .member-list-profile {
	float:left;
	width:100%;
	padding-top:0px;
}
.member-history {
	width:100%;
	clear:both;
	line-height:1.8;
	display:inline-block;
}
.member-featured-image > img {
    height: auto;
    max-width: 300px;
}
.member-content-section {
	max-width:950px;
	margin:0 auto;
}
.member-connect {
	width:300px;
	margin:30px 0px;
	float:left;
}
.memeber-profile-single .social-sharing {
	clear:both;
}
.member-connect h3 {
	font-size:30px;
	padding-bottom:10px;
}
.member-connect-list {
	margin-bottom:15px;
	display:inline-block;
	width:100%;
}
.member-connect-list a {
	display:inline-block;
	width:auto;
	text-align:center;
}
.member-connect-list a img {
	max-width:35px;
	height:auto;
}
.member_monday_strip {
	background:#d6d6d6;
	color:#ffffff;
	width:100%;
	text-align:right;
	margin-bottom:20px;
	display:inline-block;
	 padding:15px;
}
.member_monday_strip a {
	color:#ffffff;
	 font-family: 'montserratsemi_bold';
	 background:#cf006f;
	 padding:8px 15px;
	 border-radius:4px;
	 display:inline-block;
	 text-decoration:none;
}
.member_monday_strip a:hover {
	background:#b20461;
}
.member-video-section {
	width:100%;
}
.content-top-title {
	text-align:center;
	margin-bottom:30px;
}
.content-top-title h1 {
	font-size:36px;
}
.video-top-content {
	padding:10px 15px;
}
.video-top-content .ssba-wrap {
	display:none;
}
.video-top-content h3 {
	font-size:20px;
}
.member-video {
	display:table;
    width: 100%;
	clear:both;
	max-width:90%;
	margin:50px auto;
	padding:0px 15px;
	font-size:20px;
	
}
.video-list {
	width:49%;
	float:left;
	margin-bottom:20px;
	margin-right:2%;
	overflow:hidden;
	position:relative;
}
.video-list:nth-child(2n+1) {
	clear:left;
}
.video-list:nth-child(2n+2) {
	margin-right:0px;
	float:right;
}
.video-title {
	position:absolute;
	bottom:0px;
	left:0px;
	background:#000000;
	right:0px;
	max-width:99.9%;
}
.video-list .video-title h3 {
	font-size:14px;
	padding:10px;
	color:#ffffff;
}
.video-frame p {
	margin-bottom:0px;
}
.video-list .ssba {
	display:none !important;
}
.video-top-content blockquote {
	font-size:18px;
	margin-bottom:10px;
}
.our_team .ssba{
	display: none;	
}
body .gform_wrapper label.gfield_label + div.ginput_container {
   display:inline;
}
.gform_wrapper .top_label .gfield_label {
	margin-right:15px !important;
	min-width:80px;
}
.gform_wrapper input[type="text"] {
	width:100% !important;
}
.gform_wrapper textarea {
	border:1px solid #cccccc;
	display:inline;
	width:100% !important;
	height:150px !important;
}
.business-title-left {
	float:left;
	width:49%;
	clear:inherit !important;
}
.business-url-right {
	float: right;
    width: 49%;
	clear:inherit !important;
}
.business-url-right input[type="text"], .business-title-left input[type="text"] {
	width:100% !important;
}
.page-member-monday-profile-entry .ssba {
	display:none !important;
}
.page-template-feedback iframe {
	width:100%;
}
#extensions_message{
display: block;
font-style: italic;
font-size: 13px;
}
.page-registration .aboutus_section1_inner {
	width:60%;
	background:#f3f3f3;
	padding:25px;
}
.page-registration .aboutus_section1_inner form tr input{
	margin-bottom:20px !important;
	height: 45px !important;
	background:#e6e6e6 !important;
	border:none !important;
	width:100% !important;	
	padding: 10px;
	font-size:14px !important;
}
.page-registration .aboutus_section1_inner form tr input#submit{
	margin-bottom: 0px !important;
}
.page-registration .aboutus_section1_inner form label {
	font-weight:normal !important;
}
.page-registration .aboutus_section1_inner form table {
	width:100% !important;
}
.page-registration .aboutus_section1_inner form tr select {
	margin-bottom:20px !important;
	height: 45px !important;
	background:#eeeeee !important;
	border:none !important;
	width:100% !important;
	font-size:14px !important;
}
.page-registration .aboutus_section1_inner form tr input[type="submit"] {
	background:#cf006f !important;
	padding:8px 15px !important;
	width:auto !important;
}
.page-registration .aboutus_section1_inner #wp_emember_regoForm table td {
    width: 50% !important;
}
.business-content-entry-section h6 {
	font-family: 'montserratsemi_bold';
}
.business-content-entry-section ul, .business-content-entry-section ol {
	margin-left:25px;
}
.business-logo img {
	max-width:100%;
	height:auto;
}
.eMember_logged_in_level, .eMember_logged_in_account_status, .eMember_logged_user_expiry{
	display: none;	
}
.wpbdp-listing a{ border-bottom: 1px solid #044F8D !important;}
.excerpt-content:after{clear: both; display:table; content:"";}
.wpbdp-listing .listing-details {
    margin-left: 20px !important;
}