/**import google fonts**/

@import url(https://fonts.googleapis.com/css?family=Racing+Sans+One);
@import url(https://fonts.googleapis.com/css?family=Quicksand|Comfortaa|Josefin+Slab|Glegoo|Bad+Script);
@import 'https://fonts.googleapis.com/css?family=Montserrat:400,700';
@import 'https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900';
/*Default Style*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
blockquote,
big,
body,
center,
canvas,
caption,
cite,
code,
command,
datalist,
dd,
del,
details,
dfn,
dl,
div,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
keygen,
label,
legend,
li,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
section,
small,
span,
source,
strike,
strong,
sub,
sup,
table,
tbody,
tfoot,
thead,
th,
tr,
tdvideo,
tt,
u,
ul,
var {
    background: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
table,
table td {
    padding: 0;
    border: none;
    border-collapse: collapse;
}
img {
    vertical-align: top;
}
embed {
    vertical-align: top;
}
article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video {
    display: block;
}
mark,
rp,
rt,
ruby,
summary,
time {
    display: inline;
}
input,
textarea {
    border: 0;
    padding: 0;
    margin: 0;
    outline: 0;
}
iframe {
    border: 0;
    margin: 0;
    padding: 0;
}
input,
textarea,
select {
    margin: 0;
    padding: 0px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    -webkit-text-size-adjust: none;
}
.video embed,
.video object,
.video iframe {
    width: 100%;
    height: auto;
}
img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
}
a {
    color: #ff970b;
    text-decoration: none;
    transition: ease 0.3s;
}
a:hover {
    text-decoration: none;
}
/*Headings Style*/
h1,
h2 {
    font-size: 25px;
}
h3,
h4 {
    font-size: 20px;
}
h5,
h6 {
    font-size: 16px;
}
p {
    margin: 10px 0;
    color: #333;
    font-weight: 400;
    font-size: 16px;
}
.t-center {
    text-align: center;
}
.t-left {
    text-align: left;
}
.t-right {
    text-align: right;
}
.f-right {
    float: right;
}
.f-left {
    float: left;
}
.post:after,
.post:before,
article:after,
article:before,
section:after,
section:before {
    clear: both;
    content: '\0020';
    display: block;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clear {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix:after,
.clearfix:before {
    clear: both;
    content: '\0020';
    display: block;
    visibility: hidden;
    width: 0;
    height: 0;
}
.color-orange {
    color: #ff970b !important;
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 20px;
}
html,
body {
    width: 100%;
    padding: 0;
    margin: 0;
}
body {
    background: #fff;
    color: #3F3F3F;
    font: 14px/25px;
    font-family: 'Lato', sans-serif;
    line-height: 1.5;
}
/* Header */

header {
    background: #fff
}
header .wrap-header {} header .logo img {
    display: inline-block;
    margin: auto;
    padding: 15px 0;
    max-width: 134px;
}
#container {} #container .wrap-container {} .header {
    text-align: center;
    margin: 60px auto;
}
.heading {
    background: #000000 none repeat scroll 0 0;
    border: solid #cdba17;
    border-width: 0 6px 0 6px;
    color: #ffffff;
    display: inline-block;
    font-size: 36px;
    line-height: 1.3;
    font-weight: bold;
    padding: 10px 40px;
    position: relative;
    text-transform: uppercase;
}
.heading span {
    display: block;
}
.sub-header {
    background: url('../images/bg-4.jpg');
    min-height: 150px;
    padding: 35px 10px 0;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    margin-bottom: 50px;
}
.sub-header h1 {
    font-size: 35px;
    margin-bottom: 10px;
}
.zoom-container {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100% !important;
}
/* ---content-box--- */

.content-box {
    margin-bottom: 0;
}
.content-box.box-1 {
    padding-bottom: 30px;
    min-height: 380px;
}
.content-box.box-1 .item:hover .item-content {
    background-color: #2a2a2a;
    color: #fff;
    border: 1px solid #2a2a2a;
}
.content-box.box-1 .item:hover a.btn {
    border-color: #fff;
    background: #fff;
    color: #2a2a2a;
}
.content-box.box-2 {
    background: url('../images/bg-1.jpg') fixed 0 0 no-repeat;
    background-size: cover;
    padding: 40px 0;
    text-align: center;
    min-height: 380px;
    color: #fff !important;
    position: relative;
}
.content-box.box-2 p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.content-box.box-3 .post {
    background: #f1f1f1;
    color: #3F3F3F;
}
.content-box.box-3 .post .wrapper {
    padding: 50px 60px 20px 60px;
    text-align: center;
}
.content-box.box-3 .post img {
    max-height: 440px;
    width: 100%;
    border: none;
}
.content-box.box-4 {
    background: url('../images/bg-3.jpg') fixed 0 0;
    min-height: 380px;
    padding: 40px 0;
    text-align: center;
}
.content-box.box-4 i.fa {
    font-size: 60px;
    margin-bottom: 30px;
}
.content-box.box-5 .col-1-3:first-child .item{ 
    border-left: none;
    padding-left: 0;
}
.content-box.box-5 .item {
    border-left: 1px solid #ccc;
    padding-left: 30px;
    min-height: 350px;
}
.banner-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}
.content-box .item {
    padding: 0;
    margin: 0 10px;
}
.content-box .item img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all .5s ease;
    /* Safari and Chrome */    
    -moz-transition: all .5s ease;
    /* Firefox */    
    -ms-transition: all .5s ease;
    /* IE 9 */    
    -o-transition: all .5s ease;
    /* Opera */    
    transition: all .5s ease;
}
.content-box .item .item-content {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    transition: ease 0.3s;
   
}
.content-box .item span {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    transition: ease 0.3s;
}
.content-box .item span small {
    font-size: 16px;
    float: right;
}
.content-box .item:hover .item-content p,
.content-box .item:hover .item-content span {
    color: #fff;
}
.content-box .item:hover .zoom-container img {
    -webkit-transform: scale(1.1);
    /* Safari and Chrome */
    
    -moz-transform: scale(1.1);
    /* Firefox */
    
    -ms-transform: scale(1.1);
    /* IE 9 */
    
    -o-transform: scale(1.1);
    /* Opera */
    
    transform: scale(1.1);
}
.bike-info2{
    margin-bottom: 20px !important;
}
.link {
    margin-bottom: 25px;
    text-align: left;
}
.link li {
    margin-bottom: 3px;
}
.link a {
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 12px;
    color: #2a2a2a;
    transition: ease 0.3s;
}
.link a:hover {
    color: #333
}
.link li:before {
    content: '';
    margin-right: 13px;
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-bottom: 2px;
    background-color: #777;
}
.link li ul {
    display: none
}
/* ---MainContent-Article--- */

#main-content {} #main-content .wrap-content {} article {
    display: inline-block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
article:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
article:after,
article:before {
    clear: both;
    content: '\0020';
    display: block;
    visibility: hidden;
    width: 0;
    height: 0;
}
article .art-header h3 {
    font-size: 25px;
    color: #333;
    margin-bottom: 10px;
}
article .art-header a:hover {
    text-decoration: none;
}
article .art-content a {
    color: #FE9B13;
    font-weight: bold;
}
article .art-content a:hover {
    color: #000;
}
article .art-content blockquote {
    border-left: 3px solid #1c7791;
    font-size: 18px;
    margin: 0 50px;
    font-style: italic;
    color: #666;
    padding-left: 20px;
}
article .art-content ol {
    float: left;
    text-align: justify;
    margin: 10px 50px;
    font-size: 16px;
    list-style-type: circle;
}
article .entry-title {
    margin: 10px 0;
}
article .entry-title {
    font-size: 38px;
}
article img {
    display: inline-block;
    float: left;
    margin-right: 15px;
    border: 1px solid #777;
}
.specs{
    display: table;
    
}
.bike-specs {
    text-align: left !important;
    display: table-cell;
    padding: 0 60px;
    height: 400px;
    vertical-align: middle;
}
.bike-specs ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}
.bike-specs li {
    font-size: 16px;

    font-weight: 600;
    display: flex;
  margin-bottom: 10px;
}
.bike-specs li span {
   
    text-align: left;
    width:70%;
    font-size: 14px;
    color: #777;
    font-weight: 400;
}
.bike-specs li strong {
    width: 30%;
  }
/* ---Sidebar-Widget--- */

#sidebar {} #sidebar .wrap-sidebar {
    margin: 0px 10px;
}
.widget {
    margin-bottom: 30px;
    padding: 5px 25px 10px;
}
.widget:after,
.widget:before {
    clear: both;
    content: '\0020';
    display: block;
    visibility: hidden;
    width: 0;
    height: 0;
}
.widget .wid-header h5 {
    display: inline-block;
    font-size: 23px;
}
.widget .wid-content {
    padding: 10px 0;
}
.widget.wid-gallery img {
    margin: 0 10px 10px 0;
    max-width: 150px;
}
.widget.wid-archive select {
    margin: 5px 0;
    height: 40px;
    width: 100%;
    padding-left: 10px;
    font-family: "Noto Serif", serif;
    font-size: 16px;
    background-color: #e9e9e9;
    color: #777777;
    border: none;
}
.widget.wid-meta ul li {
    font-size: 16px;
}
.widget.wid-related {
    background-color: #fff;
}
.widget.wid-related img {
    max-width: 243px;
    width: 100%;
    border: 1px solid #DDD;
}
.widget.wid-related h4 {
    margin-top: 10px;
}
.welcom-sec h3 {
    margin-bottom: 10px;
    font-size: 24px;
    text-transform: uppercase;
}
.welcom-sec img {
    width: 180px !important;
}
/*Footer*/

footer {
    margin-top: 0;
    text-align: center;
    background: #2a2a2a;
}
footer a {
    color: #fff;
}
footer .wrap-footer {
    color: #fff;
    font-size: 12px;
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    font-weight: 100;
}
footer .wrap-footer h3 {
    margin-bottom: 10px;
}
footer ul.quick-link li {
    display: inline-block;
    margin: 0 10px 10px 0;
}
footer ul.quick-link li a {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}
a.button {
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    border: 1px solid #ffffff;
    display: inline-block;
    text-decoration: none;
    background: #303030;
    margin: 5px 0;
    text-transform: uppercase;
    color: #fff;
}
a.button:hover {
    opacity: 0.9;
}
a.button.bt1 {
    background: #56AE33;
    color: #ffffff;
    padding: 5px 20px;
    width: 100%;
    text-align: center;
    border: 1px solid #56AE33;
}
a.button.bt2 {
    background: #0000ff;
    color: #ffffff;
}
#ff label {
    cursor: pointer;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
	clear:both;
}
#ff input {
    display: block;
    width: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #333;
    border: 1px solid #AFAFAF;
    padding: 10px 12px;
    margin: 5px 0 10px 0;
    font-size: 16px;
    max-height: 45px;
}
#ff textarea {
    display: block;
    width: 100%;
    height: 150px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #fff;
    color: #000;
    border: 1px solid #AFAFAF;
    padding: 10px;
    margin: 5px 0 25px 0;
    font-size: 16px;
    resize: none;
    font-family: 'Lato', sans-serif;
}
#contact_form .btn {
    max-width: 25%;
    color: #fff;
    font-weight: 600;
    height: 44px;
    font-family: 'Lato
}
#contact_form .btn:hover {
    opacity: 0.95
}
.info2{
    padding-left: 60px;
    margin-top: 50px !important;
}
.info2 p{
    font-size: 18px;
    font-weight: 300;
    
}
.info2 h6{
    font-weight: 400;
    font-size: 18px;
    margin: 0px 0 8px;
    display: inline-block;
    color: #777;
}
.contact-info a{
    font-size: 18px;
    color: #777;
}
.contact-info a:hover{
    color: #cdba17 !important;
}
.contact-info span{
    font-weight: 600;
    font-size: 18px;
}
.maps {
    margin: 30px 0;
}
#subcribe {
    margin: 10px;
}
#subcribe input[type="text"] {
    background: #fff;
    color: #867B6E;
    width: 200px;
    padding: 16px;
}
#subcribe input[type="submit"] {
    background: #303030;
    padding: 16px;
    color: #ffffff;
    cursor: pointer;
    width: 110px;
    outline: none;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
#cssmenu #menu-button {
    display: none;
}
#cssmenu {
    z-index: 999;
    display: inline-block;
    float: right;
}
#cssmenu > ul > li {
    float: left;
}
#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}
#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}
#cssmenu.align-center ul ul {
    text-align: left;
}
#cssmenu.align-right > ul > li {
    float: right;
}
#cssmenu > ul > li > a {
    padding: 20px 17px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    text-transform: uppercase;
    transition: ease 0.5s;
}
#cssmenu > ul > li.active > a,
#cssmenu > ul > li:hover > a {
    background: #2a2a2a;
    color: #fff;
}
#cssmenu ul ul {
    position: absolute;
    left: -9999px;
}
#cssmenu.align-right ul ul {
    text-align: right;
}
#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#cssmenu li:hover > ul {
    left: auto;
}
#cssmenu.align-right li:hover > ul {
    left: auto;
    right: 0;
}
#cssmenu li:hover > ul > li {
    height: 35px;
}
#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}
#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}
#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 170px;
    font-size: 12px;
    text-decoration: none;
    color: #dddddd;
    font-weight: 400;
    background: #3B3B3B;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
    border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
    color: #ffffff;
}
.about-content {
    padding-right: 30px;
}
/* Slider */

.rslides {} .callbacks_container {
    z-index: 99;
    position: relative;
    float: left;
    width: 100%;
}
.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}
.callbacks li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.callbacks img {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    border: 0;
}
.callbacks .caption {
    display: block;
    position: absolute;
    z-index: 2;
    text-shadow: none;
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, .3);
    left: 0;
    right: 0;
    top: 0;
    padding: 30px 20px 10px;
    text-align: center;
    margin: 0;
    max-width: none;
    height: 100%;
}
.caption-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    margin-top: -60px;
}
.callbacks .caption h1 {
    font-size: 40px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 900;
}
.callbacks .caption span {
    font-size: 24px;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 52%;
    left: 15px;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url("../images/arrows.png") no-repeat left top;
    margin-top: -45px;
}
.callbacks_nav:active {
    opacity: 1.0;
}
.callbacks_nav.next {
    left: auto;
    background-position: right top;
    right: 15px;
}
.heading2 span {
    font-size: 30px;
    text-transform: uppercase;
}
.btn {
    background: #2a2a2a;
    -moz-user-select: none;
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
    border: none;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0;
    margin-bottom: 0;
    padding: 0 15px;
 /*height: 34px; */
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    transition: ease 0.3s;
}
.btn:hover, #contact_form .btn:hover, .get-price:hover{
    background: #cdba17;
    color: #fff !important;
}
.item-content .btn:hover{
    color: #2a2a2a !important;
}
#ff .btn{
    padding: 0 25px;
    font-size: 16px;
}
.no-margin {
    margin: 0 !important;
}
.banner-main {
    background: url('../images/slider-6.jpg') no-repeat center;
    background-size: cover;
    min-height: 400px;
    position: relative;
}
.main-head h1 {
    font-size: 36px;
    text-align: center;
    margin: 50px 0;
    text-transform: uppercase;
}
.post-img {
    width: 40%;
    float: left;
}
.post-img img {
    border: none;
}
.post-content {
    width: 60%;
    float: left;
    padding-left: 40px;
}
.post-content h4 {
    font-size: 22px;
}
.post-content h4 span {
    font-size: 16px;
    font-weight: 400;
}
.post-content ul {
    list-style: none;
    padding-left: 0;
    margin: 20px 0 0;
    border: #eee solid;
    border-width: 1px 1px 0 1px;
}
.post-content li {
    font-size: 18px;
    border: #eee solid;
    border-width: 0 0 1px 0;
    padding-left: 20px;
}
.post-content li span {
    font-size: 16px;
    font-weight: 400;
    float: right;
    width: 75%;
    padding-left: 20px;
    border-left: #eee 1px solid;
}
.get-price {
    color: #fff !important;
    font-weight: 900 !important;
    font-size: 14px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    margin-top: 30px;
}
.contact-info h5 {
    font-size: 30px;
    color: #2a2a2a;
    margin-bottom: 20px;
}
.banner-contact {
    background: url('../images/bg-1.jpg') no-repeat center;
    background-size: cover;
}
.banner-about {
    background: url('../images/About-us.jpg') no-repeat center;
    background-size: cover;
}

.banner-privacy {
    background: url('../images/privacy.jpg') no-repeat center;
    background-size: cover;
}
.banner-service{
    background: url('../images/bg-1.jpg') no-repeat center;
    background-size: cover;
}

.contact-sec {
    padding-top: 40px;
}
.biker-footer-widget{
    text-align: left;   
}
.biker-footer-widget h3{
    color: #fff;
    margin-bottom: 15px;
}
.biker-footer-widget p{
    color: #fff;
}
.ft-social li{
    display: inline-block;
    margin-right: 10px;
}
.pro-col{ 
    border: #ddd 1px solid;
}
.content-box .pro-col .item-content{
    border-width: 1px 0 0;
    padding: 10px 15px;
    display: inline-block;
    width: 100%;
}
.content-box .pro-col:hover .item-content p, .content-box .pro-col:hover .item-content span{
    color: #333;
}
.content-box .pro-col span{
    display: block;
    margin-bottom: 5px;
}
.content-box .pro-col .prod-price small{
    font-size: 18px;
    color: #cdba17;
    font-weight: 600;
    display: inline-block;
    padding-top: 3px;
}
.prod-price .btn{
    float: right;
}
.prod-price .btn:hover{
    color: #fff !important;
}

.box-6{
    padding-bottom: 40px;
}

.footer-sec{
    padding: 50px 0 40px;
}
.content-box .bike-info2 .item-content{
    padding: 15px;
}
.team .item-content{
    padding: 15px 10px;
}
.team .item-content p{
    font-size: 20px;
    font-weight: 400;
    color: #2a2a2a;
    display: inline-block;
    margin: 0;
    width: 70%;
}
.team .item-content p span{
    display: block;
    float: left;
    width: 100%;
    font-size: 14px;
    color: #777;
}

.team .item-content span{
    float: right;
}
.team .item-content a{
    font-size: 14px;
    font-weight: 100;
    color: #2a2a2a;
}
.team-social{
    float: right;
}
.team-block{
    padding-bottom: 0 !important;
}

.banner-contnt{
    display: table-cell;
    vertical-align: middle;
    height: 300px;
    width: 50%;
}
.banner-box{
    display: table;
    width: 100%;
}
.heading2{
    margin-bottom: 20px;
}
.bot-link a{
    font-weight: normal;
    font-size: 14px;
    color: #777;
}
.bot-link a:hover{
    color: #777;
}
.welcom-sec.news-sec a{
    color: #2a2a2a;
    font-weight: 600;
    transition: ease 0.3s;
}
.welcom-sec.news-sec a:hover{
    color: #777;
}
.welcom-sec.news-sec p{
    margin-top: 5px;
}
.news-sec li{
    position: relative;
}
.news-sec .news-date{
    display: block;
    font-size: 13px;
    color: #cdba17;
    font-weight: 400;
    margin: 5px 0;
}

.ft-links li{
}
.ft-links li a:hover{
    color: #ccc;
}
.ft-social li a:hover{
    color: #cdba17;
}
.contact-info a:hover{
    color: #2a2a2a;
}
.map{
    pointer-events: none;
    height: 400px;
}
#container{
    padding-bottom: 40px;
}
.wrap-footer br{ 
    display: none;
}
.sm-input{
    margin: 0 -10px;
}
.sm-input span{
    width: 50%;
    display: block;
    padding: 0 10px;
    float: left;
}

.biker-footer-widget h3 span{
    display: none;
}
.read-more{
    color: #cdba17;
    font-size: 14px;
}
.read-more:hover{
    text-decoration: underline;
}
.excsive{
    padding-bottom: 60px !important;
}

.premium-tagline{ background: #212121; text-align: center;}
.premium-tagline p{ color: #888; font-size: 12px; text-align: center; margin: 0; padding: 8px 0;}
.premium-tagline a{ color: #777; display: inline-block !important; width: auto !important; float: none !important;}
.premium-tagline a:hover{ text-decoration: underline;}


/*Privacy Policy & Terms and Conditions*/
.policyTerms {
    color: #333;
  }
  .policyTerms a {
    color: #333;
    text-decoration: underline;
  }
  .policyTerms a:hover {
    text-decoration: none; 
  }
  .policyTerms p  {
    font-size: 16px;
  }
  .policyTerms ul {
    list-style: disc;
  }
  .policyTerms ol {
    list-style: decimal;
  }
  .policyTerms ul,
  .policyTerms ol {
        padding-left: 20px;
        margin: 20px 0;
  }
  .policyTerms li {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
  }
  .policyTerms li + li {
    margin-top: 4px;
  }


.sm-input span:nth-child(3) {
    width: 100%;
}

span.wpcf7-not-valid-tip {
    display: block;
    width: 100%;
    font-size: 14px;
    margin-top: -5px;
}