/*
Theme Name: River City Labs (based on Betheme)
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Andzen
Author URI: 	http://www.andzen.com.au
Description:	Custom site for RCL
Template:		betheme
Version: 		1.0
*/

/* Theme customization starts here
-------------------------------------------------------------- */
/*
h1, h2, h3 {
	font-family: "museo-slab", "Segoe UI", Helvetica, "Helvetica Neue", Arial !important;
	font-weight: 100;
}
*/
#Subheader {
    background-color: #ff8400 !important;
}
#Subheader .title,
#Subheader a {
    color: #FFFFFF !important;
}

footer h4 {
  font-size: 24.5px;
}

.welcome h3 em {
  font-style: normal;
  display: block;
  clear: both;
}



/*   Member CTA     */
#page-bottom-sections .member-cta {
	height: auto;
	padding: 20px 20px 20px 70px;
	overflow: hidden;
	background: #044e72 url(../img/rcl-logo-icon-small.png) no-repeat 3% 50%;
	border-bottom: solid 5px #008CD2;
	-webkit-border-radius: 5px;
  border-radius: 5px;
	color: #FFF;
	position: relative;
}

#page-bottom-sections .member-cta a {
	width: 35%;
	padding: 20px;
	float: right;
	right: 3%;
	font-size: 36px;
	/* font-family: "museo-slab", "Segoe UI", Helvetica, "Helvetica Neue", Arial; */
}

#page-bottom-sections .member-cta h3:first-child {
	display: none;
}

#page-bottom-sections .member-cta p:first-child {
	width: 50%;
	margin: -1% 0 0 6%;
	/* font-family: "museo-slab", "Segoe UI", Helvetica, "Helvetica Neue", Arial; */
	font-size: 30px;
	font-weight: 100;
	line-height: 36px;
	float: left;
}
.member-cta a {
	padding: 10px 15px;
	display: block;
	background: #ff8500; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff8500 0%, #ff8f0a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8500), color-stop(100%,#ff8f0a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff8500 0%,#ff8f0a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff8500 0%,#ff8f0a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff8500 0%,#ff8f0a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff8500 0%,#ff8f0a 100%); /* W3C */
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.3), 0px 3px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.3), 0px 3px 0px 0px rgba(0, 0, 0, 0.2);
	text-align: center;
	text-decoration: none;
	font-size: 28px;
	font-weight: 300;
	color: #FFF;
}

.member-cta a:hover {
	text-decoration: none;
	background: #ffb200; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffb200 0%, #ff8d14 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb200), color-stop(100%,#ff8d14)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffb200 0%,#ff8d14 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffb200 0%,#ff8d14 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffb200 0%,#ff8d14 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffb200 0%,#ff8d14 100%); /* W3C */
}

#primary-section .member-cta a.tour {
	background: #00afff;
	margin-top: 10px;
}

.membership #main .member-cta a {
	width: 30%;
	padding: 20px 10px;
	margin: 20px auto;
	font-size: 30px;
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.sponsored {
  height: auto;
  padding: 0px;
  overflow: hidden;
  background: #044e72 url(../img/rcl-logo-icon-small.png) no-repeat 3% 50%;
  border-radius: 5px;
  color: #FFF;
  position: relative;
  margin: 20px 10px;
}
.sponsored h3 {
  color: #fff;
}
.call_to_action {
  padding: 20px 0;
}
.call_to_action .call_left {
  border-right: 1px solid rgba(255,255,255,0.3);
}
.call_to_action .call_right {
  border-left: 1px solid rgba(255,255,255,0.3);
}

.sponsored .button {
  background-color: #ff8400 !important;
  color: #fff;
  font-weight: bold;
}
.sponsored .button .button_icon i {
  color: rgba(255,255,255,.9);
}




/*  HOME   */
.home-mid h3, footer h3, footer h4 {
	/* font-family: "museo-slab", "Segoe UI", Helvetica, "Helvetica Neue", Arial; */
	font-size: 25px !important;
	font-weight: bold !important;
}


.home-mid {
	color: #FFFFFF;
}
.home-mid a {
	color: #FFFFFF;
}
.home-mid a:hover {
	color: #ff8400;
}
.home h3,.home h3 a {
	color: #FFFFFF !important;
}
.home .news h5 {
  /* font-family: "museo-slab", "Segoe UI", Helvetica, "Helvetica Neue", Arial; */
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  color: #FFF;
  clear: both;
}
.home .events h3 {
  line-height: 32px;
  /* font-family: "museo-slab", "Segoe UI", Helvetica, "Helvetica Neue", Arial; */
  font-weight: 100;
  font-size: 24.5px;
}
.home h2.entry-title.summary a {
  color: #08c;
  font-size: 18px;
}
.home h2.entry-title.summary a:hover {
  color: #ff8400;
}
.home .member-cta {
  /* font-family: "museo-slab", "Segoe UI", Helvetica, "Helvetica Neue", Arial; */
  font-weight: 100;
  font-size: 32px;
  line-height: 36px;
}
.home .member-cta a.tour {
  background: #00afff;
  margin-top: 10px;
}
.conscious .member-cta a:hover {
	color: #FFFFFF !important;
}
#Footer .copyright a {
  color: #cccccc;
}
.widget_twitter img {
  margin: 0 10px 0 0;
  float: left;
  clear: right;
  display: block;
}
.lshowcase-logos, .bx-wrapper {
	width: 100% !important;
	max-width: 100% !important;
}
.partners .column {
	margin: 0px;
}
.twitter li {
  margin-bottom: 20px;
}
.woocommerce-container ul.social-share {
display: none;
}


/* Partner */
.page-template-archive-partners .columns-partners .column {
    margin-left: 1%;
    margin-right: 1%;
    width: 31.3%;
}
.page-template-archive-partners .columns-partners .partner {
    background-color: #fff;
    margin-bottom: 25px;
    padding: 5%;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.07);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.07);
    box-shadow: 0 0 5px rgba(0,0,0,0.07);
}
.page-template-archive-partners .columns-partners .partner:hover {
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.26);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.26);
    box-shadow: 0 0 5px rgba(0,0,0,0.26);
}
.page-template-archive-partners .columns-partners .partner .thumbnail {
    height: auto;
    max-width: 100%;
    padding: 10px 0;
}
.page-template-archive-partners .columns-partners .partner .more {
    font-style: italic;
    margin-top: 0.5em;
    text-align: right;
    visibility: hidden;
}
.page-template-archive-partners .columns-partners .partner:hover .more {
    visibility: visible;
}
.page-template-archive-partners a.button_register {
    background-color: #00A9E1;
    color: #fff;
    font-size: 120%;
}
/* Partner */


p.subtitle {
  min-height: 85px;
}

.price span::after {
  content: "exGST";
  display: inline;
  font-size: 16px;
}
sup.period {
  display: block;
  margin-top: 3px;
}

.placid_slider {
  margin-left: auto !important;
  margin-right: auto !important;
  margin: auto !important;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.placid-edit {
  display: none !important;
}
.Latest_news .photo {
    display: none;
}
.Latest_news ul li.has-post-thumbnail .desc {
    margin-left: 0 !important;
    width: 100% !important;
}

.tribe-events-event-image {
    border: none !important;
}
.image_frame .image_wrapper .mask {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.image_frame, .wp-caption, .google-map, .icon_box .icon_wrapper, .content_slider .caroufredsel_wrapper, .author-box .avatar-wrapper, #comments .commentlist > li .photo {
  border-width: 0px !important;
}
.asf-form-container .response_msg.success {
    background-color: transparent !important;
    border: none !important;
    color: inherit !important;
    text-align: left !important;
}
.image_frame:not(.no_link) .image_wrapper img:not(.ls-l) {
    margin-bottom: 0px !important;
}
.image_links.double {
    display: none !important;
}
p {
    font-size: 1.1em !important;
    color: #000000 !important;
}
li {
   font-size: 1.1em !important;   
   color: #000000 !important;
}
.tribe-events-event-image {
    float: left;
    margin: 0px 10px 10px 0px;
    width: 250px;
    height: auto;
}
.image_frame .image_wrapper img:not(.ls-l) { position: static; }


div.userpro-input a.lightview {
    border: none !important;
    background: transparent !important;
}

.userpro-sc-bar {
    display: none !important;
}

@media only screen and (max-width: 767px) {
.top_bar_right {
  display: none;
}
.home .member-cta {
  font-size: 17px;
  line-height: 21px;
  text-align: center;
}
.tribe-events-event-image {
    float: none;
    margin: auto;
    width: 250px;
    height: auto;
}
.share_wrapper {
    display: none;
}

}


