/*
 Theme Name:   Divi Child
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  Twenty Fourteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     Divi
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fourteen-child
*/

/*
For older themes, and themes that do not use wp_enqueue_style() to enqueue their stylesheet, use the following line where twentyfourteen is the name of the directory where the theme resides:
*/
@import url("divi-style.css");


/* =Theme customization starts here
-------------------------------------------------------------- */

/* General Use */
.skinnyslide .et_pb_slide_description {
    padding-top: 50px;
    padding-bottom: 50px;
}

#main-content div.et_pb_slide div.container {
    padding-top: 0;
}

#mapping {
    height: 450px;
}

.postcodestats {
    display: none;
}

.postcodestats .nav-tabs {
    border-bottom: 4px solid #eee;
    margin-bottom: 10px;
}

.postcodestats .nav-tabs li {
    margin-bottom: 0;
    padding: 0;
}

.postcodestats .nav-tabs li a {
    padding: 10px;
}

.cluster{
    color: #FFFFFF;
    text-align:center;
    font-family: 'Arial, Helvetica';
    font-size:11px;
    font-weight:bold;
}
.cluster-1{
background-image:url('/wp-content/uploads/2015/02/m1.png');
line-height:53px;
    width: 53px;
    height: 52px;
}
.cluster-2{
background-image:url('/wp-content/uploads/2015/02/m2.png');
line-height:53px;
    width: 56px;
    height: 55px;
}
.cluster-3{
background-image:url('/wp-content/uploads/2015/02/m3.png');
line-height:66px;
    width: 66px;
    height: 65px;
}

.single-post #main-content .container {
    padding-top: 30px;
}

#mapping label { width: auto; display:inline; }
#mapping img { max-width: none; }

div.simpletitle {
    padding: 80px 15px;
    text-align: left;
}

.equalwidth {
    width: 160px;
}

.bikeheadingmeta {
    margin-right: 15px;
}
/* Dashboard */
.stolenbike.recovered .hide-when-recovered {
    display: none;
}

.stolenbike.publish .hide-when-stolen {
    display: none;
}

/* Add New */
/*Hide all except first fieldset*/
#bikeform fieldset:not(:first-of-type) {
	display: none;
}

#bikeform label {
    width: 100%;
}

#bikeform .requiredlabel, #bikeform .infolabel {
    float: right;
}

.steplabel {
    background: #d93735;
    padding: 10px;
    margin-bottom: 10px;
    color: #ffffff;
}

.wp-editor-container {
	border: 1px solid #bbb;
}

.has-error.has-feedback .wp-editor-container {
	border-color: #f04124;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.has-success.has-feedback .wp-editor-container {
	border-color: #43ac6a;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.infolabel {
    	font-size: 70%;
	color: #999999;	
	text-transform: uppercase;
}
.requiredlabel {
	font-size: 70%;
	color: #dd3333;	
	text-transform: uppercase;
}

.accountbtn .leftcol {
    padding-right: 3px;
}

.accountbtn .rightcol {
    padding-left: 3px;
}
/*progressbar*/
#progressbar {
    margin-bottom: 20px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#main-content div.addnewcontainer {
    padding-top: 20px;
}
.progress { 
	margin-bottom: 0px;
}

#progressbar li {
	list-style-type: none;
	color: #dd3333;
        background: #fff;
        border: 1px solid #ddd;
        padding: 10px;
	width: 50%;
	float: left;
	position: relative;
	text-align: center;
}

#progressbar li.active {
	background: #dd3333;
	color: #fff;
}

#progressbar li.active a {
    color: #fff;
}

.fileinput-button {
	width: 100%;
	/* height: 100px; */
	padding-top: 35px;
	padding-bottom: 35px;
	background: #eee;
	border: dotted #ccc 4px;
	margin-bottom: 10px;
	color: #666;
}

.uploadthumb {
	width: 102px;
        height: 130px;
	background: #eee;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #ddd;	
	position: relative;
}

.uploadthumb .filename {
	font-size: 85%;
	text-align: center;
	width: 100%;
	display: block;
	padding-left: 4px;
	padding-right: 4px;
	overflow: hidden;
        height: 21px;
}

.uploadthumb .filename span {
	overflow: hidden;	
}

.deleteImage {
	position: absolute;
	right: -14px;
	top: -15px;
	font-size: 32px;
	cursor: pointer;
}

.files {
	margin-top: 15px;	
}


/* Sign up and login boxes */
.signup-or-separator .text {
    background-color: #fff;
    display: inline-block;
    margin: 0;
    padding: 8px;
}

.signup-or-separator hr {
    margin: -16px auto 10px;
    width: 90%;
}

.signup-or-separator {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 34px;
    position: relative;
    text-align: center;
}

.twitter {
    background-color: #55acee;
    border-color: #55acee #55acee #55acee;
    color: #fff;
}

.twitter:hover, .twitter:focus {
    background-color: #4568b2;
    border-color: #4568b2 #4568b2 #2d4575;
    color: #fff;
}

.facebook {
    background-color: #3b5998;
    border-color: #3b5998 #3b5998 #263a63;
    color: #fff;
}

.facebook:hover, .facebook:focus {
    background-color: #4568b2;
    border-color: #4568b2 #4568b2 #2d4575;
    color: #fff;
}

.google {
    background: #fff;
    border: 1px solid #dce0e0;
    color: #dd4b39;
}

.google:hover, .google:focus {
    border-color: #aaa;
    color: #565a5c;
}

.icon-btn.btn-large {
    padding-left: 51px;
    position: relative;
}

.icon-btn.btn-large .fa {

    font-size: 24px;
    left: 20px;
    position: absolute;
    top: 13px;
}

.icon-btn.btn-sm {
    padding-left: 40px;
    position: relative;
}

.icon-btn.btn-sm .fa {
    font-size: 16px;
    left: 15px;
    position: absolute;
    top: 9px;
}

.modal-body {
    padding: 0;
}

.modaltop {
    margin: -15px -15px 15px;
    padding: 15px;
}

.errormsg {
    background: #565a5c;
    color: #fff;
    display: none;
}

.errormsg.success {
    background: #43ac6a;
}

.errormsg.danger {
    background: #dd3333;
}

.remember-me {
    margin-left: 20px;
    margin-top: 0;
}

.emailform {
    background-image: url("img/text-field-icon.png");
    background-position: right -27px;
    background-repeat: no-repeat;
}

.passwordform {
    background-image: url("img/text-field-icon.png");
    background-position: right -71px;
    background-repeat: no-repeat;
}

.fieldmsg {
    margin-bottom:0;
    display: none;
    padding-bottom: 3px;
}
.forgotpass {
    margin-bottom: 0;
}

/* Header */
.howitworks {
    display: none;
}
#top-menu li.menubox > a {
	border: 2px solid #dd3333;
	display: inline-block;
	padding: 5px 5px 5px 5px;
	background: #dd3333;
	color: #fff;
}

#top-menu li.menubox.current-menu-item > a {
	color: #fff;
}
#main-header nav#top-menu-nav {
    padding-top: 3px;
}

.et-fixed-header #top-menu li.menubox {
    margin-top: -10px;
}

.et_pb_slide_description {
    
    padding-top: 150px;
    padding-bottom: 150px;
}
#main-header {
    z-index: 10001;
}
#top-header { 
	z-index: 10002;
}

#et-secondary-nav li ul {
	left: -96px;	
}
/* CTA */
.ctaform {
    margin-top: 15px;
}

#homekeyemail {
    margin-right: -5px;
}

#homekeyemail input {
    width: 500px;
}

.ctaform .help-block {
    color: #fff;
}

.ctaform .help-block a {
    font-weight: bold;
    color: #fff;
}

.ctaform .help-block a:hover {
    text-decoration: underline;
}

.btn-cta {
    
}

/* Custom Tax */
.grey .et_pb_section, .grey .container, #main-content.grey {
    background: #edeff0;
}

.listblock {

    margin-bottom: 25px;
    padding: 0 15px 0 15px;
}

.listimg {
    padding-left: 0px;
    position: relative;
	overflow: hidden;
}

.whitebox {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #dddddd;   
    box-shadow: 3px 7px 1px 0px rgba(208, 208, 208, .8);
}

.listblockimg {
    padding-left: 0;
    padding-right: 0;
    height: 125px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.stolenbike .listimg {
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.stolenbike .listimg a:first-child {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
	background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.listmeta {
    font-size: 80%;
    margin-bottom: 5px;
    margin-top: -5px;
}
.listtxt {
    padding: 15px 15px;
}

.getdeal {
    background: none repeat scroll 0 0 #2ca9e0;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 7px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    position: relative;
    overflow: hidden;
    
}

.getdeal:hover {
    opacity: 0.6;
}

.getdeal:before {
    font-family: "FontAwesome";
    font-size: 31px;
    content: "\f0da";
    color: #fff;
    left: -2px;
    position: absolute;
    top: 10px;
}

.getdeal:after {
    font-family: "FontAwesome";
    font-size: 31px;
    content: "\f0d9";
    color: #fff;
    right: -2px;
    position: absolute;
    top: 10px;
}

.listblockintro {
    height: 71px;
    margin-bottom: 5px;
}

.listblockmeta {
    border-top: 1px solid #ddd;
    font-size: 10px;
    margin-top: 10px;
}
.btn-xxs {
    color: #666666;
}
.btn-xxs:hover {
    color: #dd3333;
}
.listblocktxt {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 15px 0 15px;
}

html h3 {
    font-size: 20px;
}
    
.caption {
    position: relative;
}

/* Single Stolen Bike */
.single-bikes #main-content .container {
    padding-top: 20px;
}
.single-bikes .sidebar {
    background: none repeat scroll 0 0 #eee;
    margin-top: -87px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.bikemeta li {
    float: left;
    width: 50%;
    margin-bottom: 15px;
}

.bikemeta {
    margin-bottom: 20px;
}

.bikedescription, .theftdescription, .recoverydescription {
    margin: 15px 0;
}

.contactform {
    margin: 20px 0;
}

.theftmap {
    border: 1px solid #eee;
    height: 300px;
    width: 80%;
    margin-bottom: 30px;
}

.bikeimages {
    overflow: hidden; 
    max-height: 415px; 
    width: 100%;
    position: relative;
}

.bikeimages .img-responsive {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%; 
    max-height: 100%;
}

.mobilegallery .img-responsive {
    border: 10px solid #eee;
}

.single.single-bikes .et_pb_slide_content a {
    color: #fff;
}
/*
 * Sidebars
 */

.mysidebar > ul > li, #mysidebar > ul > li, .widget_mb_recentactivity_widget .tab-content {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #dddddd;
    margin-bottom: 25px;
    padding: 10px;
    box-shadow: 3px 7px 1px 0px rgba(208, 208, 208, .8);
}

.widget_mb_recentactivity_widget .tab-content {
	border-top: 0px;	
}

.widget .list-group {
    margin-left: -10px;
    margin-right: -10px;
    
}

.widget_mb_recentactivity_widget .nav-tabs li {
    width: 33%;
    text-align: center;
    font-size: 18px;
    margin-bottom: -1px;
}

.widget_mb_recentactivity_widget .nav-tabs li a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.widget .list-group-item {
    border-left: 0px;
    border-right: 0px;
    padding: 10px;
}

.mysidebar > ul > li.widget_mb_recentactivity_widget, #mysidebar > ul > li.widget_mb_recentactivity_widget {
	background: transparent;
	border: 0px;
	box-shadow: none;
	padding: 0;
}


.quoteslider .et_pb_slide_description {
    padding-top: 30px;
    padding-bottom: 30px;
}

body.paged .et_pb_slide_description {
    padding-top: 50px;
    padding-bottom: 50px;
}

.stolenbristolbikes.mysidebar > ul > li {
    background: #d93735;
}

.stolenbristolbikes.mysidebar:hover > ul > li {
    background: #666666;
}

.stolenbristolbikes .textwidget {
    text-align: center;
    text-transform: uppercase;  
}

.stolenbristolbikes a {
    color: #ffffff;
}

/*
 * Latest blocks
 */
.buildingblocks {
    margin-bottom: 30px;
}

.post-box .img-thumbnail {
    padding: 10px;
}

.post-box {
    margin: 15px 0 15px 0;
}

.grey .boxcontainer {
    background: #fff;
}

.boxcontainer {
    border: 1px solid #d8d8d8;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.boxcontainer:hover .img-responsive {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: .8;
}

.boxcontent {
    padding: 5px;
}

.whatsnewtype {
    position: absolute;
    top: 0;
    left: 0;
}

.whatsnewtypeinverse {
    position: absolute;
    bottom: 0;
    right: 0;    
}

.fancyimage {
    overflow: hidden;
    background: #666;
    position: relative;
}
.boxcontainer .img-responsive {
    width: 100%;
}

.et_pb_blog_grid {
    margin-right: -30px;
    margin-left: -30px;
}
.et_pb_blog_grid .et_pb_post {
    width: 50%;
    margin: 0px;
    padding: 30px;
    background-color: transparent;
    border: 0px solid #ffffff;
}

.et_pb_blog_grid .et_pb_post div.blogpostcontainer {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    padding: 19px;
    word-wrap: break-word;
}
/*
 * Comments
 */

.type-deals #comment-wrap {
    padding-top: 0;
}
.comment .children {
    margin-left: 40px;
}

.comment-reply-link {
    position: relative;
    display: inline;
    right: 0;
    top: 0;
}

.comment-body {
    padding-right:0;
}

.comment_postinfo {
    margin-bottom: 0;
}
.comment_box {
    background: none repeat scroll 0 0 #faf9f7;
    box-shadow: -1px 1px 3px 0 rgba(0, 0, 0, 0.1);
    margin: 0;
    overflow: visible;
    padding: 20px;
    position: relative;
}

.comment-content {
    margin-bottom: 15px;
    min-height: 60px;
}

.commentreply {
    text-align: right;
    bottom: 10px;
    position: absolute;
    right: 0;
    padding-right:20px;
    width: 100%;
}

.comment-date {
    font-size: 12px;
    text-align: center;
}
    
.commentauthor {
    font-weight: bold;
    font-style: italic;
}

.mynocomments {
	background: #ddd;
	padding: 20px;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}

.mynocomments:after {
   	border-top: 20px solid #ddd;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	bottom: -19px;
	content: "";
	position: absolute;
	left: 45%;
	margin-left: -10px;
	width: 0;
	height: 0;
}

/* Pagination */
.pagination {
	text-align: right;
	border-top: 1px solid #e2e2e2;
	padding-top: 13px;
	clear: both;
	margin-bottom: 30px;
	width: 100%;
}

.pagination span, .pagination a {
	color: #666;
	margin: 0 5px;
	text-decoration: none;
	font-size: 14px !important;
	font-weight: 400 !important;
	border: none !important;
	padding:6px 9px 5px 9px;
}

.pagination a:hover{
	color:#fff;
	background: #3279BB;
	
	
}

.pagination .current{
	padding:6px 9px 5px 9px;
	background: #3279BB;
	color:#fff;
}

/*
 * Products
 */

.woocommerce-noreviews {
	display: none;
}

.coupon {
	width: 50%;
}

.woocommerce-page form.checkout_coupon .form-row-first {
	width: 80%;
}

.woocommerce-page form.checkout_coupon .form-row-last {
	width: 20%;
}

.woocommerce-page form.checkout_coupon input#coupon_code {
	width: 100%;
	line-height: 21px;
}
input#coupon_code {
  padding: 14px !important;
  width: 55%;
  height: 46px;
  line-height: 46px;
}

.woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce-page button.button.alt, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button {
	border-radius: 0 !important;
}
.archive.et_left_sidebar.woocommerce ul.products li.product, 
.archive.et_right_sidebar.woocommerce ul.products li.product, 
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    width: 33.33% !important;
    margin-right: 0 !important;
    padding-right: 15px;
    padding-left: 15px;
}

.archive.et_left_sidebar.woocommerce ul.products li.product.first, 
.archive.et_right_sidebar.woocommerce ul.products li.product.first, 
.woocommerce ul.products li.product.first, 
.woocommerce-page ul.products li.product.first {
    padding-right: 30px;
    padding-left: 0;
}

.archive.et_left_sidebar.woocommerce ul.products li.product.last, 
.archive.et_right_sidebar.woocommerce ul.products li.product.last, 
.woocommerce ul.products li.product.last, 
.woocommerce-page ul.products li.product.last {
   padding-left: 30px;
    padding-right: 0;
}

.productcontainer {
    position: relative;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del, .woocommerce ul.products li.product .price del {
    display: inline;
}

table.variations {
    width: 100%;
}

 #content-area table.variations td.label {
    display: block;
    width: 100%;
    color: #666666;
    font-size: 100%;
    text-align: left;
    max-width: none;
    padding-bottom: 0;
}

 #content-area table.variations td.value {
    display: block;
    width: 100%;
    max-width: none;
}

.woocommerce .woocommerce-message a.button {
    padding: 2px !important;
    text-decoration: underline;
}

.woocommerce form.login .form-row label.inline {
	display: block;
}
#billing_country_field {
	display: none;
}
/*
 * Breadcrumbs
 */

.breadcrumb {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    border-left: 0px solid #eee;
    border-right: 0px solid #eee;
    border-radius: 0;
    margin-bottom: 0;
    background: #fff;
    padding: 10px 0 10px 0;
}
/* Bootstrap Fixes */
.nav>li>a {
    padding: 0 0 15px 0;
}

.nav>li>a:hover, .nav>li>a:focus, #top-menu a:hover {
    background-color: transparent;
    color: #dd3333;
}

input[type="text"] {
    padding-right: 18px;
    padding-left: 18px;
}

.modal-dialog-center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
}

.modal-body {
    overflow-y: auto;
}
.modal-footer {
    margin-top: 0;
}
.modal-sm {
    min-width: 315px;
}
@media (max-width: 767px) {
  .modal-dialog-center {
    width: 100%;
  }
}

/* Typeahread */

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-dropdown-menu {
  padding: 8px 0;
  max-height: 150px;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

span.twitter-typeahead .tt-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
span.twitter-typeahead .tt-suggestion > p {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
span.twitter-typeahead .tt-suggestion > p:hover,
span.twitter-typeahead .tt-suggestion > p:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
span.twitter-typeahead .tt-suggestion.tt-cursor {
  color: #ffffff;
  background-color: #428bca;
}
span.twitter-typeahead {
  width: 100%;
}
.input-group span.twitter-typeahead {
  display: block !important;
}
.input-group span.twitter-typeahead .tt-dropdown-menu {
  top: 32px !important;
}
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
  top: 44px !important;
}
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
  top: 28px !important;
}

.twitter-typeahead {
  width: 100%;
}


.et_pb_column_1_3 {
    width: 33.333%;
    margin-right: 0;
    padding-right: 15px;
    padding-left: 15px;    
}

.et_pb_column_2_3 {
    width: 66.666%;
    margin-right: 0;
    padding-right: 15px;
    padding-left: 15px;    
}

.et_pb_column_1_4 {
    width: 25%;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.et_mobile_menu, .et_mobile_menu li a {
    width: 100%;
}

.et_pb_blog_grid_wrapper {
    margin-top: -30px;
}

.mobilegallery {
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
    background: #eeeeee;
}

.et_pb_text ol, .et_pb_text ul, .bikedescription ol, .bikedescription ul, .theftdescription ol, .theftdescription ul, .et_pb_post ol, .et_pb_post ul {
    list-style: disc;
    padding-left: 25px;
    padding-top: 10px;
}

.et_pb_text li, .et_pb_text li, .bikedescription li, .bikedescription li, .theftdescription li, .theftdescription li, .et_pb_post li, .et_pb_post li {
    padding: 0 0 10px;
}

.bio {
    text-align: right;
    font-size: 70%;
    line-height: 160%;
    text-transform: uppercase;
}

.et_pb_post .entry-content, .project .entry-content {
    padding-top: 15px;
}

.authorname {
    margin-bottom: 2px;
    border-bottom: 1px solid #dd0000;
    padding-bottom: 2px;
    margin-top: 4px;
}

.et_pb_post h2 {
    margin-top: 5px;
    line-height: 130%;
}

.et_pb_post h1 {
    line-height: 130%;
}

#disqus_thread {
    margin-top: 50px;
}

.cf.form-wrapper {
    margin: 10px auto;
    position: relative;
    width: 100%;
}

.cf.form-wrapper input[type="text"] {
    background: none repeat scroll 0 0 #fff;
    border: 0 none;
    float: left;
    font: bold 20px "lucida sans","trebuchet MS","Tahoma";
    height: 60px;
    padding: 10px 160px 10px 10px;
    width: 100%;
    margin-bottom: 20px;
}

.cf.form-wrapper button {
    background: none repeat scroll 0 0 #5cb85c;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    float: right;
    font: bold 20px/40px "lucida sans","trebuchet MS","Tahoma";
    height: 60px;
    overflow: visible;
    padding: 0;
    position: absolute;
    right: 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    top: 0;
    width: 150px;
}

.statslider .et_pb_slide_description {
    padding-top: 250px;
    padding-bottom: 250px;
}

.subscribe {
	padding-top: 15px;
	color: #fff;
	background-color: #d93735;
	background-image: url(/wp-content/uploads/2014/07/newbackground-2.jpg);
	background-size: cover;
}

.subscribe h4 {
	color: #fff;	
}

.btn-subscribe {
	background: #fff;
	color: #666;
}

.btn-subscribe:hover {
	background: #666;
	color: #fff;
}

@media (max-width: 991px) {
    .single-bikes .et_pb_slide_content {
        padding-bottom: 0;
    }
    
    .single-bikes div.simpletitle {
        padding: 30px 15px;
    }
    
    .single-bikes .sidebar {
        margin-top: 0;
    }
    
    .accountbtn .leftcol {
        padding-right: 15px;
        margin-bottom: 10px;
    }
    
    .accountbtn .rightcol {
        padding-left: 15px;
    }
    
    .hideat991 {
        display: none;
    }
    
    .authorname {
        margin-bottom: 0;
        border-bottom: 0px solid #dd0000;
        padding-bottom: 0;
        margin-top: 0;
    }
    
    .bio {
        margin-bottom: 15px;
        text-align: left;
    }
	
	.subscribe {
		padding-bottom: 15px;	
	}
}

@media (max-width: 980px) {
    .et_pb_blog_grid .et_pb_post {
        width: 50%;
    }
    
    .et_pb_slide_description {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    
    #et-secondary-nav {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .et_pb_row, .container, .et_pb_container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    table.visible-xs {
        display: table !important;
    }
    
    .stolenbike .listimg {
        position: relative;
        height: 250px;
    }
    
    #et-info {
        display: none !important;
    }
    
    div#et-secondary-menu {
        text-align: right;
    }
    .et_secondary_nav_two_panels #et-secondary-menu {
        margin-top: 0;
    }
}

@media (max-width: 479px) {
    .et_pb_slide_content, .et_pb_more_button {
        display: block !important;
        font-size: 12px;
    }
    
    .narrowslider h1 {
        font-size: 20px;
    }
    
    .hideat479 {
        display: none;
    }
    
    .et_pb_blog_grid .et_pb_post {
        width: 100%;
    }
}

@media (max-width: 579px) { 
    .et_pb_column_1_3 {
        width: 100%;
        margin-right: 0;
        padding-right: 15px;
        padding-left: 15px;    
    }

    .et_pb_column_2_3 {
        width: 100%;
        margin-right: 0;
        padding-right: 15px;
        padding-left: 15px;    
    }

    .et_pb_column_1_4 {
        width: 100%;
        margin-right: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 768px) {
    .et_pb_row, .container, .et_pb_container {
       width: 750px;
       padding-left: 15px;
       padding-right: 15px;
    }   
}

@media (min-width: 992px) {
    .et_pb_row, .container, .et_pb_container {
        width: 970px;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .single-post .mysidebar, .single-post #mysidebar {
        margin-top: 112px;
    }
    
}

@media (min-width: 1200px) {
    .et_pb_row, .container, .et_pb_container {
        width: 1170px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .et_pb_row, .container, .et_pb_container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    table.visible-xs {
        display: table !important;
    }
}

@media (max-width: 479px) {
    .et_pb_slide_content, .et_pb_more_button {
        display: block !important;
        font-size: 12px;
    }
    
    .narrowslider h1 {
        font-size: 20px;
    }
    
    .hideat479 {
        display: none;
    }
}

@media (max-width: 579px) { 
    .et_pb_column_1_3 {
        width: 100%;
        margin-right: 0;
        padding-right: 15px;
        padding-left: 15px;    
    }

    .et_pb_column_2_3 {
        width: 100%;
        margin-right: 0;
        padding-right: 15px;
        padding-left: 15px;    
    }

    .et_pb_column_1_4 {
        width: 100%;
        margin-right: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
}


@media (min-width: 768px) {
    .et_pb_row, .container, .et_pb_container {
       width: 750px;
       padding-left: 15px;
       padding-right: 15px;
    }   
}

@media (min-width: 992px) {
    .et_pb_row, .container, .et_pb_container {
        width: 970px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1200px) {
    .et_pb_row, .container, .et_pb_container {
        width: 1170px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.masonrycontainer {
    padding-left: 0;
    padding-right: 0;
}
#et-footer-nav { background: #2c2c2c; }
.et_nav_text_color_light, .et_nav_text_color_light #et-secondary-nav a, .et_nav_text_color_light .et-social-icon a, .et_nav_text_color_light #et-info a { color: #979797;}
.et_nav_text_color_light .et-social-icon a:hover, .et_nav_text_color_light #et-secondary-nav a:hover, .et_nav_text_color_light .et-cart-info:hover { color: #ffffff !important;}
#ie8 #top-menu { padding-top: 10px; }

/*
 * Hot Fixes
 */
#fb-root {
    display: none;
}

/* To fill the container and nothing else */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

.input-text {
  display: block;
  width: 100%;
  height: 51px;
  padding: 14px 18px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #6f6f6f;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
input[type=password]:focus {
  border-color: #2D3940;
  color: #3e3e3e;
}

.woocommerce .order_details {
  margin: 30px 0 30px 0;
  list-style: none;
}

.et-cart-info {
	display: none;
}

.woocommerce .et-cart-info, .woocommerce-page .et-cart-info {
	display: inline;
}

.return-to-shop {
    margin-bottom: 10px;
}

.et_shop_image, .et_portfolio_image {
  position: relative;
  display: block;
}

ul.product_list_widget li {
  padding: 6px 0;
}

ul.product_list_widget li a {
  display: block;
  font-weight: 700;
}

ul.product_list_widget li img {
  float: right;
  margin-left: 4px;
  width: 32px;
  height: auto;
  box-shadow: none;
}

.personbox {
  height: 35px;
  width: 35px;
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: -40px;
  top: 5px;
}

.post-type-archive-testimonial .boxcontainer {
	overflow: visible;
}
.post-type-archive-testimonial .boxcontent {
	padding: 20px;
}
.post-type-archive-testimonial .boxcontent h3 {
	padding-right: 35px;
	line-height: 25px;
}

.testauthor {
  float: right;
  text-align: left;
  position: relative;
  font-size: 70%;
  line-height: 175%;
  padding-top: 5px;
}
