/* 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;
}
*/

 /* 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;
}


/* Article Full_Image - expand to fill
img {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
}
 */

/* Grid Spacing */

.tm-grid-block, .tm-block-bottom, .tm-grid-block + .tm-content, .tm-top-block + .tm-middle {
    margin-top: 20px;
}
/* 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;
}*/

/* 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: 10px;
    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;
}

/* Article Meta Description Font size */
.uk-article-meta {
    font-size: 14px;
    line-height: 20px;
    color: #737373;
}

/* Paragraph font size for MOBILE only */

@media screen and (max-width: 480px){
    p {
    font-size: 18px;
}
}
@media screen and (max-width: 320px){
    p {
    font-size: 18px;
}
}

/* 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;
	font-family: 'Quantico';
	margin: 0 0 10px 0;
	background: url("/images/site/ADVTitle-Slug-Web.png") no-repeat 0;
	background-position: 0px 10px;
	padding:0 0 5px 34px;
}

/* Makes darker SepBar */
hr {
    box-sizing: content-box;
    height: 0;
    margin: 15px 0;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

/* 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 5px 35px;
}

/* 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: 100%;
    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;
}
/* Minitek Search results page button color */
.modern-theme.red-skin .mod-mls-btn:hover, .modern-theme.red-skin .mod-mls-btn:focus, .modern-theme.red-skin .mod-mls-btn:active {
    background: #e53700;
}

/* FAQBOok Pro Button Spacing */
.fbpTopNavigation_askQuestion.btn, .fbpTopNavigation_askQuestion.btn:focus {
    float: right;
    margin: 0 10px 0 10px;
    line-height: 20px;
    padding: 6px 10px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    color: #333;
}

.NavTopUL_link {
    font-weight: bold;
    font-size: 24px;
    white-space: normal;
    outline: none;
    text-decoration: none;
    background: none;
    line-height: 34px;
}

/* Next-Previous Navigation Styling */

.uk-pagination > li > a {
    background: #E53700;
    color: #fff;
    background-image: -webkit-linear-gradient(top, #E53700, #E53700);
    background-image: linear-gradient(to bottom, #E53700, #E53700);
}

/* Orange sepbar under Article Full image */
.tm-article .tm-article-featured-image {
    margin: -25px -25px 25px -25px;
    border-bottom: solid #e53700;
}

/* Masonry spacing title to date */
h3.mnwall-title {
    line-height: 12px;
    margin: 0;
    padding: 1px 15px 0;
}
.mnwall-item-info {
    padding: 0px 1px 1px 15px;
    font-size: 12px;
}

/* Simple Gallery Pro Styling */
div.sigProGalleriaWhiteContainer {
    background: #e53700;
    margin: 8px 0;
    padding: 5px;
    clear: both;
}

p.sigProGalleriaWhiteTargetTitle {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.8;
    display: block;
    font-size: 24px;
    line-height: 120%;
    margin: 0;
    padding: 8px;
    color: #fff;
}

/* Raxo Inside Content Module Styling CSS */

.inside-content {
    width:300px;
    float: right;
    position: relative;
    margin: 10px 0px 20px 20px;
    padding: 0px 0px 10px 0px;
    word-wrap: break-word;
	background-color: #fff;
	border-top: 1px solid #e53700;
	border-bottom: 1px solid #e53700;
}

.inside-content-notitlespace h3{
	margin: 3px 0 1px 0;
    font-family: 'Quantico';
    font-weight: 300;
    color: #2f2f2f;
    text-transform: none;
}

/* Related Items Styling */
.ac h2.title, .ac h3.title, .ac h4.title, .ac h5.title, .ac h6.title, .ac h2.title a, .ac h3.title a, .ac h4.title a, .ac h5.title a, .ac h6.title a {
    color: #e53700!important;
}

/* Article body font sizing */
  .tm-article {
  font-size: 17px;
  line-height: 28px;
  }

/*FAQ diisplay error fix*/
.fbpContent_core {
  display: table;
}
