/*
 * bluetinweb custom css additions to helix custom code template
 * gbi - 22-07-2023
 */
@charset "UTF-8";

/* 1. CUSTOM CSS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.article-details .article-header h1 {
  font-size: 1.7rem;
}

.article-details .article-header h2 {
  font-size: 1.5rem;
}

#sp-menu ul.social-icons a {
  color: #dddddd;
}

.blax {
color: #333333;
}

.graze {
color: #bbbbbb;
}

.maroon1 {
color: #830B1C;
}

.purple1 {
color: #CC99FE;
}

.bluze{
color: #0099FF;
}

.bold-blue{
color: #0099FF;
font-weight: bolder;
}

.light-blue {
color: #4dffee;
}

.redz{
color: #FF4D5A;
}

.bold-red{
color: #FF4D5A;
font-weight: bolder;
}

.light-red {
color: #FF9191;
}

.yellowz {
color: #fbf854;
}

.greenz {
color: #63ff4d;
}

.pad20 {
padding: 20px;
}

.indent20 {
padding-left: 20px;
}

.line-height10 {
line-height: 10px;
}

.line-height12 {
line-height: 12px;
}

.line-height15 {
line-height: 15px;
}

.b12px {
font-size: 12px;
}

.b14px {
font-size: 14px;
}

.b16px {
font-size: 16px;
}

.b18px {
font-size: 18px;
}

.b20px {
font-size: 20px;
}

.b22px {
font-size: 22px;
}

.moreBold {
font-weight: bolder;
}

.clearB {
clear: both;
}
.clearL {
clear: left;
}
.clearR {
clear: right;
}

.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-italic {
font-style: italic;
}

.underline {
text-decoration: underline;
}

/* Image Styles
---------------------------------------------------------------------------- */

.img-right, 
.img-left, 
.img-rounded { 
	vertical-align: middle; 
	max-width:100%; height:auto; 
	-ms-interpolation-mode:bicubic; 
}

/* Image Right */

.img-right { 
  float: right; 
  margin: 0 0 10px 30px; 
}

@media handheld, only screen and (max-width: 480px) {
  .img-right { 
    float: none; 
	margin-left: auto; 
	margin-right: auto;
	width: fit-content;
  }
}

img.inline {
display: inline-block !important;	
}

/* Image Left */

.img-left { 
  float:left; 
  margin: 0 30px 10px 0; 
}

@media handheld, only screen and (max-width: 480px) {
  .img-left { 
    float: none; 
	margin-left: auto; 
	margin-right: auto;
	width: fit-content;
  }
}

/* Image Center */

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 21px;
  margin-bottom: 21px;
}

/* Image Rounded */

.img-rounded {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.img-rounded2 {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

/* Image Circle */

.img-circle {
	-webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Image Polaroid */

.img-polaroid-dark { 
	padding: 7px; 
	background-color: #222;
	border: 1px solid #444;
}

.img-polaroid { 
	padding: 7px; 
	background-color: #eee;
	border: 1px solid #ddd;
}

/* Image Shadow */

.img-shadow-dark {
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.77);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.77); 
  box-shadow: 0 0 5px rgba(0,0,0,.77); 
}

.img-shadow {
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.47);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.47);
  box-shadow: 0 0 5px rgba(0,0,0,.47);
}
.img-shadow.img-right {
  margin-right: 7px;
}
.img-shadow.img-left {
  margin-left: 7px;
}

/* footer Styles
---------------------------------------------------------------------------- */

.footer:hover{
font-weight: bold;	
}

/* layout Styles
---------------------------------------------------------------------------- */

ul.no-bullets {
	list-style-type: none; /* Removes bullets */
	padding: 0;
	margin: 0;
	line-height: 30px;
}

li.no-bullets {
}

@media handheld, only screen and (max-width: 480px) {
  .bannerClass { 
    display: none; 
  }
}

table.table-center {
margin-left: auto; 
margin-right: auto;
}

.move-center {
margin-left: auto; 
margin-right: auto;
width: fit-content;
}

.events table {
border-collapse: collapse;
border: solid 1px #999999 !important;
width: 100%;
}

.events table.contact {
border-collapse: collapse;
border: solid 1px #999999 !important;
width: 80%;
margin: 0px auto;
}

@media handheld, only screen and (max-width: 480px) {
    .events table.contact {
    width: 100%;
    margin: 0px 0px;
    }
}

.events td.thirty, .events th.thirty {
width: 30%;
}

.events td.twenty, .events th.twenty {
width: 20%;
}

.events td.fifty, .events th.fifty {
width: 50%;
}

.events tr th, .events tr td {
border: solid 1px #999999;
height: 1.4em;
}

.events th {
background: #11601b;
color: #FFFFFF;
}

.events tr {
background: #f7efae;
color: #000000;
}

.events tr.odd {
background: #FFFFFF;
color: #222222;
}

.events tr.sanctioned td{
background: #f7efae;
color: #0099FF;
font-weight: bolder;
font-size: 16px;
}

.events tr.odd.sanctioned td{
background: #FFFFFF;
color: #0099FF;
font-weight: bolder;
font-size: 16px;
}

.events td, .events th {
padding: 3px;
}

div .osmap-items {
margin-left: auto; 
margin-right: auto;
width: fit-content;
}

#user-registration legend {
font-size: 1.2rem;
}

/* submenu Styles
---------------------------------------------------------------------------- */

.sp-megamenu-parent .sp-mega-group > li > a{
font-family: Aclonica,sans-serif;
font-size: 1.0rem;
font-weight: 300;
text-transform: none;
margin-top: 0px; 
margin-bottom: 0px;
padding-top: 5px; 
padding-bottom: 5px;
padding-left: 10px; 
padding-right: 10px;
}

.sp-megamenu-parent .sp-mega-group > li > a:hover{
color: #3b8200 !important;
background: #f2f2f2;
}

.offcanvas-menu .sp-profile-wrapper .sp-profile-dropdown {
left: 0;
z-index: 1;
background-color: #0d5c33;
}

.offcanvas-menu .offcanvas-inner .sp-profile-wrapper .user-text {
display: inline-block !important;
}

.offcanvas-menu .offcanvas-inner .sp-sign-in .signin-text {
display: inline-block !important;
}

.quick-links {
padding-top: 10px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 5px;
border-top: 1px solid #11601b;
border-right: 1px solid #11601b;
border-bottom: 1px solid #11601b;
border-left: 1px solid #11601b;
border-radius: 12px;
margin-bottom: 20px;
}

.quick-links li {
list-style: none;	
}

.quick-links ul {
padding-left: 0;
}

/* tabs-accordions Styles
---------------------------------------------------------------------------- */

.btw-tabs-accordions {
padding-left: 20px;
padding-right: 20px;
}

[data-rlta-element="container"] > [data-rlta-element="button"] {
  background-color: #0d5c33;
  border: 1px solid #aaaaaa;
}

/* layout Styles
---------------------------------------------------------------------------- */

#sp-top-bar p {
margin: 0px 0px 0px 0px;
padding: 0px 10px 0px 0px;
}

#sp-top-bar a {
font-size: 1.2rem;
font-weight: 500;
}

#sp-main-body {
padding: 25px 50px;
}

@media handheld, only screen and (max-width: 480px) {
	#sp-main-body {
	padding: 50px 0px;
	}
	
	.mobileP {
	text-align: center;
	padding: 0 0 15px 0;
	}
}

#sp-footer {
border-top: 1px solid #aaaaaa;
border-bottom: 1px solid #aaaaaa;
}

#sp-bottom {
border-top: 1px solid #aaaaaa;
}

#sp-footer a, #sp-footer p {
font-size: 1rem;
}

#sp-bottom a, #sp-bottom p {
font-size: 1.25rem;
}

#sp-footer a:hover, #sp-bottom a:hover {
font-weight: 500;
}

.sp-scroll-up {
  color: #fff;
  background: rgba(10, 10, 10, 0.4);
}

div .sp-dropdown .sp-dropdown-main .sp-menu-right {
	width: 340px !important;
}

.article-list .article .readmore {
  font-size: 1.1rem;
}

.article-list .article .readmore a {
  color: #3b8200;
  font-weight: 500;
  text-decoration: none;
}

.article-list .article .readmore a:hover,
.article-list .article .readmore a:focus,
.article-list .article .readmore a:active {
  text-decoration: underline;
}

/* button Styles
---------------------------------------------------------------------------- */

.invalid, #coupon_validate_msg .invalid {
  color: #fbf854 !important;
  border-color: #faff6c;
}

.btn-primary, .sppb-btn-primary {
color: #2d2d2d;
--bs-btn-bg: #0d5c33;
--bs-btn-border-color: #0d5c33;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #0d5c33;
--bs-btn-hover-border-color: #0d5c33;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #0d5c33;
--bs-btn-active-border-color: #0d5c33;
--bs-btn-focus-shadow-rgb: 0,107,60;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-bg: #0d5c33;
--bs-btn-disabled-border-color: #0d5c33;
--bs-btn-disabled-color: #fff;
}

.btn-primary:hover, .sppb-btn-primary:hover {
color: #dddddd;
background-color: #0d5c33;
border-color: #2d2d2d;
}

#osm-subscriptions-management .btn-outline-primary, #eb-registrants-management-page .btn-outline-primary {
--bs-btn-color: #fff;
--bs-btn-bg: #198754;
--bs-btn-border-color: #198754;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #157347;
--bs-btn-hover-border-color: #32991c;
--bs-btn-focus-shadow-rgb: 60,153,110;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #32991c;
--bs-btn-active-border-color: #13653f;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #fff;
--bs-btn-disabled-bg: #198754;
--bs-btn-disabled-border-color: #198754;
}

.list-group-item {
color: #dddddd;
background-color: #0d5c33;
}

.pagination {
--bs-pagination-bg: #fff;
--bs-pagination-border-color: #2d2d2d;
--bs-pagination-hover-bg: #2d2d2d;
--bs-pagination-hover-border-color: #2d2d2d;
--bs-pagination-focus-bg: #2d2d2d;
--bs-pagination-active-color: #fff;
--bs-pagination-active-bg: #2d2d2d;
--bs-pagination-active-border-color: #2d2d2d;
}

.pagination > li > a, .pagination > li > span {
  color: #777;
}

.pagination>.active>a,
.pagination>.active>span {
color:#2d2d2d;
border-color: #2d2d2d;
}

.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
 color:#2d2d2d;
 font-weight: 700;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
 font-weight: 700;
}

.button-62yellow {
  background: linear-gradient(to bottom right, #e8d61e, #f7ea60);
  border: 0;
  border-radius: 12px;
  color: #000000 !important;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system,system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.5;
  outline: transparent;
  padding: 0 1rem;
  text-align: center;
  text-decoration: none;
  transition: box-shadow .2s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
}

.button-62yellow:not([disabled]):focus {
  box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(232, 214, 30, 0.5), .125rem .125rem 1rem rgba(247, 234, 96, 0.5);
  color: #000000 !important;
}

.button-62yellow:not([disabled]):hover {
  box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(232, 214, 30, 0.5), .125rem .125rem 1rem rgba(247, 234, 96, 0.5);
  color: #000000 !important;
}

.button-62green {
  background: linear-gradient(to bottom right, #11601b, #1dc532);
  border: 0;
  border-radius: 12px;
  color: #FFFFFF !important;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system,system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.5;
  outline: transparent;
  padding: 0 1rem;
  text-align: center;
  text-decoration: none;
  transition: box-shadow .2s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
/*  white-space: nowrap;*/
}

.button-62green:not([disabled]):focus {
  box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(17, 96, 27, 0.5), .125rem .125rem 1rem rgba(29, 197, 50, 0.5);
  color: #FFFFFF !important;
}

.button-62green:not([disabled]):hover {
  box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(17, 96, 27, 0.5), .125rem .125rem 1rem rgba(29, 197, 50, 0.5);
  color: #FFFFFF !important;
}

/* btw image container
---------------------------------------------------------------------------- */

.btw-container {
margin: 10px 10px;
text-align: center;
}

.btw-container:hover {
	
}

.btw-container.hide {
display: none;
}

.btw-subcontainer {
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background: transparent;
border-radius: 10px;
border: 1px solid #0d5c33;
}

.btw-subcontainer:hover {
border: 2px solid #2d2d2d;
}

.btw-subcontainer.no-border {
border: 0px solid #0d5c33;
}

.btw-subcontainer.no-border:hover {
border: 0px solid #aaaaaa;
}

.btw-image img {
margin: 0 auto;
padding: 10px 0;
text-align: center;
clear: both;
background-color: #006b3c;
padding-bottom: 20px;
}

span.btw-image-name {
display: block;
margin-bottom: 5px;
font-size: 1.5rem;
font-weight: 500;
line-height: 2.0;
color: #f9e22d;
}

span.btw-image-author {
display: block;
margin-bottom: 5px;
font-weight: 500;
line-height: 1.5;
color: #cccccc;
font-style: italic;
}

span.btw-image-medium {
display: block;
margin-bottom: 5px;
font-weight: 500;
line-height: 1;
color: #cccccc;
}

span.btw-image-price {
display: block;
margin-bottom: 5px;
font-size: 1.5rem;
font-weight: 500;
line-height: 1;
padding: 0px 0px 10px 0px;
}

.for-sale {
color: #035404 !important;
}

.sold {
color: #FF4D5A !important;
}

.btw-image-listing {
float: left;
width: 100%;
}

.btw-row {
margin-left: -15px;
margin-right: -15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.btw-row-fluid {
list-style: none;
text-rendering: optimizespeed;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.btw-md-1, .btw-md-2, .btw-md-3, .btw-md-4, .btw-md-5, .btw-md-6, .btw-md-7, .btw-md-8, .btw-md-9, .btw-md-10, .btw-md-11, .btw-md-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

@media (min-width:992px) {
	.btw-md-1, .btw-md-2, .btw-md-3, .btw-md-4, .btw-md-5, .btw-md-6, .btw-md-7, .btw-md-8, .btw-md-9, .btw-md-10, .btw-md-11, .btw-md-12 { float: left; }
	.btw-md-12 { width:100%; }
	.btw-md-11 { width:91.66666667%; }
	.btw-md-10 { width:83.33333333%; }
	.btw-md-9 { width:75%; }
	.btw-md-8 { width:66.66666667%; }
	.btw-md-7 { width:58.33333333%; }
	.btw-md-6 { width:50%; }
	.btw-md-5 { width:41.66666667%; }
	.btw-md-4 { width:33.33333333%; }
	.btw-md-3 { width:25%; }
	.btw-md-2 { width:16.66666667%; }
	.btw-md-1 { width:8.33333333%; }
}

.btw-container:before,
.btw-container:after,
.btw-container-fluid:before,
.btw-container-fluid:after,
.btw-row:before,
.btw-row:after,
.btw-row-fluid:before,
.btw-row-fluid:after {
	content: " ";
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.btw-container:after,
.btw-container-fluid:after,
.btw-row:after,
.btw-row-fluid:after {
	clear: both;
}

/* events booking customisation
---------------------------------------------------------------------------- */

#eb-event-map-page .gm-style-iw-d div {
color: #2d2d2d;	
}

#eb-event-map-page .gm-style-iw-d a {
color: #0d5c33;
text-decoration: underline;
}

#eb-event-map-page .gm-style-iw-d a:hover {
text-decoration: none;
}

#eb-events .eb-box-heading a {
color: #0d5c33;
text-decoration: underline;
}

#eb-events .eb-box-heading a:hover {
text-decoration: none;
}

.eb-invite-friend-modal.tingle-modal {
z-index: 10000; 
}

.regpro-calendarDay .eb_event_link {
  font-size: 13px;
}

.eb-calendar ul.eb-weekdays li {
  font-size: 15px;
}

#eb-calendar-legend a {
  font-size: 15px;
  font-weight: 400;
}

.regpro-calendarDay {
  font-size: 14px;
}

.mod_eb_mincalendar_table tbody td {
color: #bbbbbb !important;
}

#btn-toolbar button, #btn-toolbar-bottom button {
margin-right: 2px;
}

.form-control-label {
color: #2d2d2d;	
}

.eb-description-details {
color: #2d2d2d;	
}

#eb-plugins {
color: #2d2d2d;	
}

.eb-description-details a, .eb-location-description a, .eb-event-property-value a {
color: #0d5c33;	
text-decoration: underline;
}

.eb-description-details a:hover, .eb-location-description a:hover, .eb-event-property-value a:hover {
text-decoration: none;
}

#eb-event-page #pop-print a {
color: #0d5c33;	
}

#eb-registration-complete-page #pop-print a {
color: #f9e22d;
}

.eb-description h2, #eb-event-info h3, h3.eb-event-tickets-heading {
color: #2d2d2d !important;	
}

.eb-ticket-information table {
color: #2d2d2d;	
}

.form-validate .control-label label {
color: #dddddd;	
}

div.text-muted {
color: #999999 !important;	
}

.control-label label {
color: #2d2d2d;	
}

#price_list th {
color: #2d2d2d;	
}

label.checkbox  {
color: #2d2d2d;	
}

.switcher label {
color: #2d2d2d;	
}

.form-check-input:checked {
background-color: #006b3c;
border-color: #2d2d2d;
}

.choices__list {
color: #2d2d2d;	
}

#adminForm .table-striped td, #adminForm .table-striped th {
color: #cccccc !important;	
}

#osm-members-list .table-striped td, #osm-members-list .table-striped th {
color: #cccccc !important;	
}

#adminForm .form-control-label {
color: #cccccc !important;	
}

#adminForm label {
color: #cccccc !important;	
}

#adminForm .star, #adminForm .required {
color: #fbf854;	
}

#eb-add-edit-event-page #adminForm .form-control-label, #eb-add-edit-event-page #adminForm label {
color: #222222 !important;	
}

#eb-individual-registration-page td, #eb-individual-registration-page th {
color: #cccccc;
}

#tickets_members_information .calendar-container td, #tickets_members_information .calendar-container th {
color: #222222;
}

#tickets_members_information .js-btn {
color: #222222 !important;
}

#eb-individual-registration-page .form-control-label {
color: #cccccc;	
}

#eb-individual-registration-page .star, #eb-individual-registration-page .required {
color: #fbf854;	
}

.eb-subscribe-to-newsletter-container label, .eb-terms-and-conditions-container label {
color: #cccccc;	
}

.eb-radio-container .radio {
color: #cccccc;
}

.eb-radio-container .radio input {
margin-right: 8px;
}

.eb-privacy-policy-message.alert.alert-info {
color: #fefefe;	
background-color: #0d5c33;
border-color: #2d2d2d;
}

#extcalendar .today {
color: #dddddd;	
}

#extcalendar .today {
color: #dddddd;	
}

#extcalendar .eventdesc {
color: #2d2d2d;
}
#extcalendar .eb-weekly-events-container a, #extcalendar .eb-daily-events-container a {
color: #006b3c;	
}

#extcalendar .eb-weekly-events-container a:hover, #extcalendar .eb-daily-events-container a:hover {
color: #0d5c33;
text-decoration: underline;
}

div.btw-eb-msg p {
color: #ff0000 !important;
font-size: 130%;
}

.eb-save-to-calendar-buttons a {
color: #006b3c;	
}
	
.eb-save-to-calendar-buttons a:hover {
color: #0d5c33;
text-decoration: underline !important;
}

p.eb-notice-message {
color: #fefefe !important;
text-align: center;
font-size: 110%;
}

.btw-eb-msg .eb-notice-message a {
color: #0d5c33;
text-decoration: underline;
}

.btw-eb-msg .eb-notice-message a:hover {
color: #006b3c;
text-decoration: none;
}

.eb-notice-message a {
color: #f9e22d;
text-decoration: underline;
}

.eb-notice-message a:hover {
color: #f9e22d;
text-decoration: none;
}

/* membership pro customisation
---------------------------------------------------------------------------- */

.calendar-container .js-btn {
  color: #006b3c;
}

.osm-pricing-table-circle .osm-plan-header {
padding: 15px 30px 0;	
}

.osm-description-details {
color: #2d2d2d;	
}

.osm-description-details a {
color: #0d5c33;	
text-decoration: underline;
}

.osm-description-details a:hover {
text-decoration: none;
}

#osm-subscription-detail-page .form-control-label {
color: #cccccc;	
}

#osm-singup-page .form-control-label {
color: #cccccc;	
}

#osm-singup-page .star, #osm-singup-page .required {
color: #fbf854;	
}

#osm-subscription-add-edit-subscriber .form-control-label {
color: #cccccc;	
}

#osm-add-edit-groupmember .form-control-label {
color: #cccccc;	
}

#osm-add-edit-groupmember .star, #osm-add-edit-groupmember .required {
color: #fbf854;	
}

#osm-invite-group-members .form-control-label {
color: #cccccc;	
}

#osm-invite-group-members .star, #osm-invite-group-members .required {
color: #fbf854;	
}

#osm-subscription-add-edit-subscriber .star, #osm-subscription-add-edit-subscriber .required {
color: #fbf854;	
}

#osm-subscription-add-edit-subscriber div.eb-form-control {
color: #cccccc;
}

#osm_login_form .form-control-label label, #os_form .form-control-label label {
color: #cccccc;	
}

#osm_login_form .star, #osm_login_form .required {
color: #fbf854;	
}

#os_form .star, #os_form .required {
color: #fbf854;	
}

.osm-subscribe-to-newsletter-container label, .osm-terms-and-conditions-container label {
color: #cccccc;	
}

.osm-privacy-policy-message.alert.alert-info {
color: #fefefe;	
background-color: #0d5c33;
border-color: #2d2d2d;
}

#adminForm .control-label, #adminForm legend, .adminform legend {
color: #2d2d2d;	
}

#osm-subscription-add-edit-subscriber .control-label {
color: #cccccc;	
font-weight: 300;
}

.oms-radio-container .radio {
color: #cccccc;
}

.oms-radio-container .radio input {
margin-right: 8px;
}

#osm-add-edit-plan div.eb-form-control, #osm-add-edit-plan label {
color: #222222;
}

#profile-page div.eb-form-control {
color: #222222;
}

#my-subscriptions-page a, #subscription-history-page a {
color: #0d5c33;	
text-decoration: underline;
}

#my-subscriptions-page a:hover, #subscription-history-page a:hover {
text-decoration: none;
}

#osm_form #tab_1 a, #osm_form #tab_2 a {
color: #0d5c33;	
text-decoration: underline;
}

#osm_form #tab_1 a:hover, #osm_form #tab_2 a:hover {
text-decoration: none;
}

#osm-add-edit-plan #adminForm .form-control-label, #osm-add-edit-plan #adminForm label {
color: #222222 !important;	
}

#adminForm .modal-dialog .form-control-label, #adminForm .modal-dialog .modal-header, #adminForm .control-group strong {
color: #222222 !important;	
}

#payment_method_container div.eb-form-control, p.osm-field-description {
color: #cccccc;	
}
	
.chosen-container {
font-size: 16px;
font-family: "Roboto Condensed", sans-serif
}

.chosen-container-single .chosen-single {
height: 37px;
padding: 5px 0px 5px 8px;
}

.chosen-container-single .chosen-single div b {
margin: 7px 0px 0px 0px;
}
#osm-members-list .btn-toolbar div {
margin: 0px 2px 2px 0px;
}

.osm-container-j4 .btn-group .chosen-container {
margin: 0px 2px 0px 0px;
}

#ModalSelectArticle_terms_and_conditions_article_id, #userModal_user_id {
z-index: 10000; 
}

.btw-membership-status {
margin-top: 20px;
border-top: 1px solid #aaaaaa;
padding-top: 20px;
}

div.btw-membership-status p {
color: #63ff4d !important;
}

.payment-calculation label.checkbox {
color: #cccccc;
}

.payment-calculation label.checkbox input {
margin-right: 8px;
}

/* easy folder listing customisation
---------------------------------------------------------------------------- */

.easyfolderlisting img {
display: inline;
}

/* pricing table Style 2
---------------------------------------------------------------------------- */

.pricingTable{
    border: 2px solid #e3e3e3;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    transform: translateZ(0px);
}

.pricingTable:before,
.pricingTable:after{
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    z-index: -1;
    transition: all 0.5s ease 0s;
}

.pricingTable:before{
    border-right: 2px solid #fbf854;
    border-left: 2px solid #fbf854;
    transform: scaleY(0);
    transform-origin: 100% 0 0;
}

.pricingTable:after{
    border-bottom: 2px solid #fbf854;
    border-top: 2px solid #fbf854;
    transform: scaleX(0);
    transform-origin: 0 100% 0;
}

.pricingTable:hover:before{
    transform: scaleY(1);
}

.pricingTable:hover:after{
    transform: scaleX(1);
}

.pricingTable .pricingTable-header{
    background: #fbf854;
    color: #fff;
    margin: -2px -2px 35px;
    padding: 40px 0;
}

.pricingTable .heading{
    font-size: 25px;
    font-weight: 400;
    margin: 0 0 5px 0;
    color: #222222;
}

.pricingTable .subtitle{
    font-size: 14px;
    display: block;
    color: #222222;
}

.pricingTable .price-value{
    font-size: 56px;
    font-weight: 600;
    margin-top: 10px;
    position: relative;
    display: inline-block;
}

.pricingTable .currency{
    font-size: 45px;
    font-weight: normal;
    position: absolute;
    top: 2px;
    left: -30px;
}

.pricingTable .month{
    font-size: 20px;
    position: absolute;
    bottom: 17px;
    right: -40px;
}

.pricingTable .pricing-content{
    list-style: none;
    padding: 0px 5px;
    margin-bottom: 30px;
}

.pricingTable .pricing-content li{
    font-size: 20px;
    color: #dddddd;
    line-height: 30px;
}

.pricingTable .read{
    display: inline-block;
    border: 2px solid #dddddd;
    border-right: none;
    font-size: 14px;
    font-weight: 700;
    color: #dddddd;
    padding: 9px 28px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.pricingTable .read:hover{
    border-color: #fbf854;
    color: #fbf854;
}

.pricingTable .read i{
    font-size: 19px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    right: 15px;
    transition: all 0.3s ease 0s;
}

.pricingTable .read:hover i{
    right: 5px;
}

.pricingTable .read:before,
.pricingTable .read:after{
    content: "";
    display: block;
    height: 30px;
    border-left: 2px solid #dddddd;
    position: absolute;
    right: -11px;
    transition: all 0.3s ease 0s;
}

.pricingTable .read:before{
    bottom: -6px;
    transform: rotate(45deg);
}

.pricingTable .read:after{
    top: -6px;
    transform: rotate(-45deg);
}

.pricingTable .read:hover:before,
.pricingTable .read:hover:after{
    border-left-color: #fbf854;
}

@media screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 25px; }
}



