/*
Theme Name: Roof Rack Superstore
Theme URI: http://www.23digital.com.au
Author: The 23 Digital Team
Author URI: http://www.23digital.com.au
Description: Roof Rack Superstore is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: 23digital
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.disp-none{display:none;}
#include_post-3 img{width:100%;}
.blog_item figure {
    background: #ccc none repeat scroll 0 0;
    padding: 15px;
    text-align: center;
}
.blog_item figure img {
    height: auto;
    width: 100%;
}
.blog_item figcaption {
    padding: 10px 0 0;
}
.copyright_main span a:hover{color:#c2d324 }

.copyright_main {
  padding: 15px 0 20px;
  text-align: center;
}
.copyright_main span, .copyright_main span a {
  color: #fff;
  font-family: "Lato",sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.website_design::before {
  color: #fff;
  content: "|";
  font-family: "Lato",sans-serif;
  font-size: 16px;
  font-weight: 400;
  left: 5px;
  position: absolute;
  top: -3px;
}
.website_design {
  padding: 0 0 0 22px;
  position: relative;
}

.footer_main{background:#000;}
.main-content-title{padding:0 0 20px 0}

.comments-area a {padding:0}
.comment-list > li {
  border-bottom: 2px solid #999;
}
.comment-list li {
  margin: 0 0 15px;
}
.comment-form-comment label{vertical-align:top}
.comment-respond form label{width:80px;}

#commentform div.error, #commentform label.error {
    color: #FF0000;
    line-height: normal;
    margin-left: 82px;
}

#respond .submit {border-radius:3px;border:1px solid #ADA9A5 !important; padding:10px 20px 10px 20px; background: #c1d220; color: #004676; text-transform: uppercase; text-align: center; font-size: 14px; border: none; transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s;margin:0 0 0 84px; }
#respond .submit:hover { background: #f0f0f0; }
#respond input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
color:#fff;
opacity:1;
}
#respond input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color:#fff;
opacity:1;
}
#respond input::-moz-placeholder { /* Mozilla Firefox 19+ */
color:#fff;
opacity:1;
}
#respond form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
color:#fff;
opacity:1;
}

#toTop {
    background: #000 none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 105px;
    cursor: pointer;
    height: 54px;
    position: fixed;
    right: 17px;
    width: 54px;
    z-index: 9999;
}
.top-btn .fa-angle-up {
    color: #FEF201;
    font-size: 28px !important;
    margin: -3px 0 0;
}
.top-btn > div {
  color: #FEF201;
  font-size: 12px;
  font-weight: 700;
  margin: -5px 0 0;
  text-transform: uppercase;
}
#comments label span.required{color:red;}
.blog_item a.cal-commment {padding-left: 20px;}
@media (max-width:767px){
#toTop{width:34px;height:34px;}
#toTop > div {
  display: none;
}
.top-btn .fa-angle-up {
  margin: -6px 0 0 -5px;
}
}
@media (max-width:767px){
	.website_design::before{display:none;}
	.website_design{padding:0;display:block;}
}