/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 /* Page Background Original
 body {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF; this parameter sets text color across page as well?
    background-image: url(http://www.adventuremotorcycle.com/templates/rt_acacia/images/bg.jpg);
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
}
*/

/* Page Font */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Quantico';
	}

 /* Background */
 body {
    background: none repeat scroll 0 0 #000000;
   /* color: #FFFFFF; this parameter sets text color across page as well?  */
    background-image: url(/images/bgtest.jpg);
    background-size: 100%;
	background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
}
 
 /* Page text to black */
 body {
    color: #000;
 }
   
 /* Page-Content area width */
 .uk-container {
    box-sizing: border-box;
    max-width: 1100px;
    padding: 0 10px;
}
/* Grid Spacing */

.tm-grid-block, .tm-block-bottom, .tm-grid-block + .tm-content, .tm-top-block + .tm-middle {
    margin-top: 0px;
	}
	
/* Top page margin */
.tm-container {
    margin: 40px auto;
}

/* Reduce Top page Margin when Mobile display */

@media screen and (max-width: 770px) {
.tm-container {
    margin: 10px auto;
}
}

/* Aligns Logo with menu edge to counteract grid spacing on all NON-Home pages
.tm-headerbar .tm-logo {
    float: left;
    margin-bottom: -20px;
}*/


/* Spacing from top of article image to menu bar */
.uk-article:nth-child(n+2) {
    margin-top: 0px;
}

/* Navbar color and padding */
.uk-navbar {
    background: #e53700;
 /* background-image: -webkit-linear-gradient(top, #383838, #2f2f2f);
    background-image: linear-gradient(to bottom, #383838, #2f2f2f); */
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
	margin-top: 0px; 
	}

/* Navbar Text properties */
.uk-navbar-nav > li > a {
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    height: 55px;
    padding: 0 20px;
    line-height: 55px;
    color: rgba(255, 255, 255, 1);
    font-size: 15px;
    /* font-family: 'Quantico'; */
    font-weight: 300;
}	
/* NavMenu text color */
.uk-nav-navbar > li > a {
    color: #000;
}

/* Navbar dropdown rollover orange */

.uk-nav-navbar > li > a:hover, .uk-nav-navbar > li > a:focus {
    background: #e53700;
    color: #fff;
    outline: none;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}


/*Navbar Selected Properties */

.uk-navbar-nav > li.uk-active > a {
    background-color: #000000;
    color: #ffffff;
    background-origin: border-box;
    background-image: -webkit-linear-gradient(top, #e4623f, #d64c31);
    background-image: linear-gradient(to bottom, #000, #000);
}

/* Footer Navbar left padding
.uk-grid > * > :last-child {
    margin-bottom: 0;
    padding-left: 25px;
}*/

/* tool bar margin bottom */
.tm-toolbar {
    padding: 10px 15px;
    margin-bottom: 20px;
}


/* Footer Background Orange and white text */
.tm-footer {
    position: relative;
    padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	background: #e53700;
    text-align: center;
}

.uk-subnav > * > * {
    display: inline-block;
    color: #fff;
}

.uk-subnav > * > :hover, .uk-subnav > * > :focus {
    color: #000;
    text-decoration: none;
}

/* Footer Text align left */
.tm-subnav {
    margin: 15px 25px 15px -10px !important;
}

/* Bottom-C module position only Padding for bottom Nav Menu links */
.tm-grid-block.tm-bottom-c {
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom:10px;
}

/* Footer top Scroller white */
.tm-totop-scroller {
    color: #fff;
}
.tm-totop-scroller:hover, .tm-totop-scroller:focus {
    color: #000;
}

/* Breadcrumb text padding/aligntment - Also Disable link */
.uk-breadcrumb {
    padding-top: 7px;
	pointer-events: none;
	cursor: default;
}
	
/* Module Padding - may have to be replaced by cutom css */
.uk-panel-box {
    padding: 15px;
    background: #ffffff;
    color: #555555;
}

/* Input field text color black */
label, input, button, select, textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #000000;
}

.well {
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 25px !important;
    background: #ffffff;
    color: #000000;
}

/* Article Date icon backgrtound color to E53700 */
.tm-article .tm-article-date-true .tm-article-date {
    position: absolute;
    top: 5px;
    left: -60px;
    width: 35px;
    padding: 5px;
    border-radius: 2px;
    background: #e53700;
    color: #ffffff;
    line-height: 18px;
    text-align: center;
}

/* Icon links to orange */
a, .uk-link {
    color: #E53700;
    text-decoration: none;
    cursor: pointer;
}

/* Adds padding to article page index menu */

.pull-right {
    float: right;
    padding-left: 10px;
}

/* Grid and List View Button Color */
.mix-sorts .button.active, .inner-mix .button.active {
    background: #e53700;
}

/* Moved Module title right 12px and makes text black */
.uk-panel-box .uk-panel-title {
    color: #000000;
   /* padding-left: 12px; */
}

/* Sponsor Scroller Customization */
.default-white.ju-sponsors-horizontal .ju-sponsors-wrap {
    margin: 0px 0px;
}

.default-white .ju-sponsors-wrap {
    box-shadow: 0px 0px 5px 1px rgba(100, 100, 100, 0.1);
    border: 0px solid #E6E6E6;
    background-color: #FFFFFF;
    padding: 0px 0px;
}

/* Style changes for EDocMan Docuemnt Details Image and Text Orientation */
img.edocman-thumb-left {
    margin: 0px 15px 0px 0px !important;
    float: none !important;
}

.grid img.edocman-thumb-left {
    margin: 0 0 10px 0 !important;
    float: none !important;
}

/* Nav Tab Styles in Membership pro Account Management Page */
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
    color: #ffffff;
    background-color: #e53700;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.07) rgba(0, 0, 0, 0.07) transparent;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
	border-radius: 5px;
}

/* EDocMan download button style */

.btn {
    box-shadow: none;
    text-shadow: none;
    line-height: 22px;
    color: #555;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    /*background: #F5F5F5 linear-gradient(to bottom, #F9F9F9, #F0F0F0) repeat scroll 0% 0%;*/
    font-weight: 300;
    text-transform: uppercase;
}

.btn-primary, .btn-info, .btn-inverse {
    background-color: #e53700;
    color: #FFF;
    background-image: linear-gradient(to bottom, #E53700, #D64C31);
}
/* EDocman "NEW" badge color" */
.edocman_new {
    background-color: #e53700;
}

/* CComments Send button color */
	
.ccomment .btn-primary {
    background-image: linear-gradient(to bottom, #e53700, #D64C31);	
}	

/* Color of ital text */
em {
    color: #E53700;
}

/* MiniTek Masonry category list layout font color */
.dark-text .mnwall-s-desc, .dark-text .mnwall-desc, .dark-text .mnwall-price, .dark-text .mnwall-hits, .dark-text .mnwall-count {
    color: #000;
}

.mnwall_iso_dropdown .dropdown-label {
    background: #ffffff;
    border: 1px solid #666;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset;
    margin: 0;
    height: 33px;
    padding: 0;
    vertical-align: middle;
    width: 100%;
    cursor: pointer;
    color: #000;
}

.mnwall_iso_buttons a {
    padding: 0 12px;
    display: inline-block;
    line-height: 31px;
    height: 33px;
    border: 1px solid #666;
    margin: 0 2px 5px;
    text-decoration: none;
    outline: none;
    color: #000;
    background: #ffffff;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset;
}

.mnwall_iso_buttons > span {
    padding: 0 7px;
    color: #000;
    display: inline-block;
    line-height: 33px;
}

.mnwall_iso_reset .btn-reset {
    background: #fff;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset;
    border: 1px solid #666;
    line-height: 31px;
    height: 33px;
    padding: 0 12px;
    color: #000;
    margin-bottom: 10px;
}
/* Minitek Wall Pro Category Image size restrtiction for desktop */
@media (min-width: 480px) {
  .mnwall-list .mnwall-img-div img {
    max-width: 300px !important;
  }
}



/* Hides Article Date Side Block on Mobile viewing. Also reduces margin. */

@media screen and (max-width: 770px) {
.tm-article-date {
	display:none;
}
}

@media screen and (max-width: 770px) {
.tm-article .tm-article-content.tm-article-date-true {
    margin-left: 5px;
}
}

/* Font size for Staff and Writer's select buttons. */
#wspm .wspm-bar a {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 20px;
    border: 0;
    text-decoration: none;
    margin: 0 7px 10px 0;
    font-weight: normal;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
} 


/* ADVMoto Icon Slash before Module Page Headers */
/* REPLACED BY H1 TAG BELOW */
/*
.page-header {
    margin: 2px 0px 10px 0px;
   	background: url("/images/site/ADVTitle-Slug-Web.png") no-repeat 0;
	background-position: 0px 8px;
	padding:0 0 5px 30px;
}
*/

/* Icon before Subscribe Memership Pro Page Titles */
h1.osm-page-title {
    margin: 0 0 10px 0 !important;
	background: url("/images/site/ADVTitle-Slug-Web.png") no-repeat 0;
	background-position: 0px 8px;
	padding:0 0 5px 35px;
}

.osm-container h1{
	width: auto;
	margin: 5px 0 5px 0;
	background: url("/images/site/ADVTitle-Slug-Web.png") no-repeat 0;
	background-position: 0px 8px;
	padding:0 0 5px 35px;
}

/* This code for placing icon before edocman pages */
#edocman-category h1.edocman-page-heading {
    margin: 0 0 50px 0;
	background: url("/images/site/ADVTitle-Slug-Web.png") no-repeat 0;
	background-position: 0px 8px;
	padding:0 0 5px 30px;
}

.edocman-container h1, .edocman-container h2, .edocman-container h3 {
    padding:0 0 5px 30px !important;
}

h1, .uk-h1 {
    font-size: 36px;
    line-height: 42px;
	margin: 0 0 10px 0;
	background: url("/images/site/ADVTitle-Slug-Web.png") no-repeat 0;
	background-position: 0px 8px;
	padding:0 0 5px 30px;
}


/* Places icon before all Article Titles */

.uk-article-title {
    	background: url("/images/site/ADVTitle-Slug-Web.png") no-repeat 0;
	background-position: 0px 8px;
	padding:0 0 15px 35px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

/* Vina Youtube Video Carousel Styling Padding */
.owl-carousel .owl-wrapper-outer {
    padding: 0px 0px;
}

/* Darker text in Minitike Wall Article Details */
.dark-text h3.mnwall-title a {
    color: #000000;
}

/* Membership Pro Account Details Entry Fields Style Properties - Background color and border outline */

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #f7f7f7;
    border: 1px solid rgba(229, 55, 0, 0.5);
	color: #000;
}

/* Membership Pro, Profile Tab Color on Hover */

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
    color: #fff;
}

/* Floats Subscribe button to right */
.osm-taskbar li {
    float: right !important;
}

/* FAQBook Pro Black Text Links and other Styling*/
.fbpContent_allTopics > li > a {
    color: #000;
}

.fbpContent_root {
    font-size: 15px;
    line-height: 1.5;
}

a.NavLeftUL_anchor {
    color: #000;
    font-weight: 800;
    font-size: small;
}

.li_selected > a, .li_selected > a:hover, .li_selected > a:focus {
    background: #E53700;
    border-bottom: 1px solid #e53700;
    color: #fff;
    text-shadow: none;
}
.fbpTopNavigation_core {
    padding: 15px 2px 15px 0;
}

/*Live Search styling in Menu */
.modern-theme.red-skin input.mls-query {
    border: 1px solid #E53700;
    background: #E53700;
}

.modern-theme.red-skin .mls-results h3 {
    background: #E53700;
}

.modern-theme.red-skin .mls-item-title {
    color: #E53700;
}

.modern-theme.red-skin .mls-results ul li a:hover, .modern-theme.red-skin .mls-results ul li a:focus, .modern-theme.red-skin .mls-results ul li.selected a {
    background: #e53700;
    border-bottom: 1px solid #e53700;
}

.modern-theme.red-skin .mod-mls-btn {
    background: #000;
}
/* Live Search Component and module Page Styling */
.mls_comp_results.modern-theme.red-skin .mls_comp_results_filters li.mls-active a, .mls_comp_results.modern-theme.red-skin .mls_comp_results_filters li a:focus {
    background: #E53700;
    box-shadow: none;
	border-radius: 5px;
}

.mls-parent {
    display: inline-block;
    position: relative;
    max-width: 87%;
    float: right;
}

.modern-theme.red-skin .mls-results ul {
    border: 1px solid #e53700;
}

.modern-theme.red-skin .mls-more-results li a {
    color: #e53700;
    border-bottom: 2px solid #E53700!important;
}

.modern-theme.red-skin .mls-results ul li a {
    border-bottom: 1px solid #e53700;
}

.mls_comp_results.modern-theme.red-skin .mls_comp_results_filters li a {
    background: #df9881;
    color: #fff;
	border-radius: 5px;
}

.mls_comp_results.modern-theme.red-skin .mls_comp_results_filters li a {
    background: #df9881;
    color: #fff;
}
.mls_comp_results.modern-theme.red-skin .mls_comp_results_lists h3 {
    color: #e53700;
}

.mls_comp_results.modern-theme.red-skin .mls-comp-item-info-inner a {
    color: #e53700;
}

.mls-comp-item-secondary {
    color: #000;
}

.mls_comp_results.modern-theme.red-skin .mls-comp-more-results a {
    color: #fff;
    background: #e53700;
    border: 1px solid #E53700;
}

.mls-comp-item-info-inner {
    line-height: 20px;
    margin: 12px 16px;
    position: relative;
    font-size: 14px;
}

/* Login Module Dropdown Width */

.uk-dropdown,
.uk-dropdown-blank {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  /* 3 */
  box-sizing: border-box;
  /* 4 */
  width: 250px;
}

/* Nav Menu Buttons Page dot-scroller color */
.owl-theme .owl-controls .owl-page span {
    background: #e53700;
}

/* Details box styling on Wall Pro Featured Articles modules */
.rsca-modern .rsca-details {
    position: absolute;
    width: 100%;
    bottom: -30px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.65);
    color: #bbb;
    padding: 5px 15px 30px 15px;
    z-index: 22;
}

/* FAQ Styling */
.topic_faqToggleLink {
    color: #e53700;
    display: block;
    margin-right: 1px;
    padding: 9px 24px;
    position: relative;
    font-weight: 600;
}

.topic_faqAnswerWrapper_preview span {
    color: #000;
	font-weight: 500;
}

.faq_open .topic_faqToggleLink {
    font-weight: 800;
    color: #000;
}

.subTopic_section, .topic_section {
    color: #000;
    margin: 20px 0 30px;
}

/* Event Page header spacing around ADV logo */
.eb-container h1, .eb-container h2, .eb-container h3 {
    /* width: auto !important; */
    /* margin: 5px 0 5px 0 !important; */
    /*padding: 0 0 0 30px !important;*/
}

/* Vertical Tire Track custom */

.eb-event-container {
    background-image: url(/images/site/track-vert.png);
    background-position: 32px 85px;
    background-repeat: repeat-y;
    margin-top: 0;
    padding: 0 0 0 100px;
}

.eb-event-date-container {
    background: #fff;
    border: 1px #e53700 solid;
    margin: 0 15px 0 -100px;
    padding: 5px;
    /* width: auto; */
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    display: block;
    float: left;
    position: relative;
}

h1.eb-page-heading {
    background: url(/images/site/ADVTitle-Slug-Web.png) no-repeat 0;
    background-position: 0px 8px;
    padding: 0 0 5px 35px !important;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2)
}


/* Search input field width Sidebar-a */
input, textarea, .uneditable-input {
    width: 160px;
}

select {
    width: 173px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    background-color: #f7f7f7;
}

/* HEADER style padding change for Sidebar */
.uk-panel-header {s
    padding: 10px;
    background: #ffffff;
}

/* Styline for Title section for Regional Events Map
.uk-panel-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    text-transform: none;
    color: #2f2f2f;
    padding: 10px 0 0 15px;
} */

/* Search field length */
input, textarea, .uneditable-input {
    width: 160px;
}

/*Event Calendar styling */
.regpro-calendarMonthHeader {
    background-color: #e53700;
    text-align: center;
    vertical-align: middle;
}

.eb-topmenu-calendar ul li a:hover, .eb-topmenu-calendar ul li a.active {
    background: #e53700;
    color: #fff!important;
}

.eb-calendar ul.eb-weekdays {
    background: #000;
}
.regpro-calendarWeekDayHeader {
    font-weight: bolder;
    background: #000;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    color: #fff;
    border-left: 1px solid #8C0000;
}
#extcalendar .previousmonth, #extcalendar .previousday, #extcalendar .previousweek, #extcalendar .nextmonth, #extcalendar .nextday, #extcalendar .nextweek {
    background-color: #e53700;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 11px;
    text-align: center;
    text-decoration: none;
}

#extcalendar .currentmonth, #extcalendar .currentday, #extcalendar .currentweek {
    background-color: #e53700;
    color: #FFFFFF;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    padding: 3px 11px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
#eb-current-month #month, #eb-current-month #year {
    margin: 3px !important;
    float: left;
}
.eb-container img {
    border: 0 none;
    padding-top: 5px;
}

/* JBusiness Directory Business name font */ 

.company-name h1 {
    font-size: 30px;
    margin: 0px !important;
    line-height: 42px;
}

/* JBusiness Map Button color */ 

.ui-dir-button-green, a.ui-dir-button-green, .ui-dir-button-green.ui-dir-button-disabled:hover, input.ui-dir-button-green[disabled="disabled"]:hover, button.ui-dir-button-green[disabled="disabled"]:hover {
    background: #e53700;
}

/* EB listing colors */
.btn-primary, .btn-info, .btn-inverse {
    background-color: #e53700;
    color: #ffffff;
    background-image: -webkit-linear-gradient(top, #e4623f, #d64c31);
    background-image: linear-gradient(to bottom, #e53700, #e4623f);
}

/* Pricing Table Styling */
.easy-pricing-table .ptDetail {
    padding: 13px 26px;
    float: left;
    font-size: 13px;
    font-weight: 300;
    position: relative;
    background: #ccc;
}

.easy-pricing-table .table-price {
    padding-top: 20px;
    height: 62px;
    float: left;
    font-size: 30px;
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
}


.easy-pricing-table .ptPlan {
    padding-top: 25px;
    height: 70px;
    float: left;
    color: #000;
    font-size: 26px;
    font-weight: 700;
    background: #ccc;
}


div.ptDetail, div.ptDetail + div.ptDetail ~ div.ptDetail, div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail ~ div.ptDetail, div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail ~ div.ptDetail, div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail ~ div.ptDetail, div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail ~ div.ptDetail, div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail ~ div.ptDetail, div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail ~ div.ptDetail, div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail ~ div.ptDetail, div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail ~ div.ptDetail, div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail + div.ptDetail ~ div.ptDetail {
    background: #ccc;
}

/* Styling for Directory Listing Page tabs */

#tabs ul.tab-list li:hover span, #tabs ul.tab-list li.active span {
    background-color: #e53700;
}

#tabs ul.tab-list li strong, #tabs ul.tab-list li span {
    background-color: #000;
    color: #fff !important;
    text-decoration: none !important;
    float: left;
    line-height: 33px;
    padding: 0 10px;
    font-size: 13px;
}

#tabs ul.tab-list li strong, #tabs ul.tab-list li span {
    background-color: #000;
    color: #fff !important;
    text-decoration: none !important;
    float: left;
    line-height: 33px;
    padding: 0 10px;
    font-size: 13px;
}
/* Banner ad center alignment */
.banneritem {
    text-align: center!important;
}
