/*
Theme Name: balapan
Theme URI: http://themeforest.net
Author: themesmile
Author URI: http://themeforest.net/user/themesmile
Description: RPM – Automotive Car Dealership Business WordPress Landing Page is clean, responsive, auto deal landing page with a new design concept and lay out HTML5 template based on Bootstrap 3. This template is suitable for automotive purposes , especially for a offer or sample sale all kinds of vehicles. With a design that is more attractive your business become more easily.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: balapan
Tags: black, brown, orange, tan, white, yellow, light

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.

*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Asides
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: "almoni-neue-aaa-400", Helvetica, Arial, sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

.post h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
    /*font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-weight: 700;
    margin: 25px 0;
}

.post {
    background: #fff;
    padding: 40px;
    border-radius: 5px;
}

.format-image img {
    width: 100%;
}



/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 0;
}

ul {
    list-style-type: square;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1em!important;
    line-height: 1.8em!important;
    list-style-type: square!important;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/



/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.posts-navigation .nav-previous a:before {
    content: "\e65e";
    padding: 0 10px 0 0;
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.posts-navigation .nav-previous a {
    background: #333;
    padding: 8px 10px;
    color: #fff;
    display: table;
    border-radius: 5px;
    text-decoration: none;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.posts-navigation .nav-next a:after {
    content: "\e65d";
    padding: 0 0 0 10px;
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.posts-navigation .nav-next a {
    background: #333;
    padding: 8px 10px;
    color: #fff;
    display: table;
    border-radius: 5px;
    text-decoration: none;
    float: right;
}

.more-link {
    font-style: italic;
}

.meta-nav.ti-arrow-right {
    background: #eee;
    font-size: 12px;
    padding: 5px;
    border-radius: 4px;
    margin: 0 10px 0 10px;
}

.page-links a {
    background: #444;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    margin: 0 2px;
}

.entry-content input[type="password"] {
    height: 40px;
    line-height: 30px;
    margin: 0 -5px 0 0;
}

.entry-content input[type="submit"] {
        height: 40px;
    line-height: 23px;
    color: #fff;
    border: none;
    padding: 0 17px;
    border-radius: 5px;
}

.entry-content label {
    font-size: 15px;
    font-weight: normal;
}

.tag-sticky-2 {
    background: #f5f5f5;
    margin: 40px;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/





/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

#secondary {
    margin: 0 0 0 20%;
}

.widget {
    margin: 0 0 1.5em;
  
}

.widget-title {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;

    margin: 25px 0 15px;
    border-bottom: 1px solid #ccc;
    text-align: left;
    padding: 0 0 15px 0;
    color: #555;
    width: 100%;
    letter-spacing: 1px;
}

.widget-title span {
    padding: 0px 0 12px;
    border-bottom: 3px solid #7fbb00;
}

.widget ul {
    padding: 0;
    margin: 0;
}

.widget ul li {
    list-style: none;
    padding: 5px 0;
    /* border-bottom: 1px solid #ddd; */
    display: block;
    float: none;
    font-size: 15px;
}

.widget ul li a {
    font-size: 16px;
    text-decoration: none;
}

#wp-calendar caption {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px 0 20px;
    border: 0px solid #555;
    text-align: center;
    padding: 0;
    color: #555;
    width: 100%;
    border-radius: 2px;
}

#wp-calendar td,
#wp-calendar th {
    text-align: center;
}

td#today a {
    color: #000;
}

td#today {
    font-weight: bold;
    color: #000;
    background: #dce4ec;
    border-radius: 3px;
}

td#prev a {
    background: #222;
    float: left;
    padding: 0 10px;
    font-size: 13px;
    border-radius: 4px;
    color: #fff!important;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
}
td#next a {
    background: #222;
    float: right;
    padding: 0 10px;
    font-size: 13px;
    border-radius: 4px;
    color: #fff!important;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
}

.widget ul li cite {
    border-bottom: 1px dashed #ccc;
    width: 100%;
    display: block;
    margin: 10px 0 10px 0;
    padding: 0 0 15px 0;
}

.widget ul li ul {
    padding: 0 0 0 10px;
}

.widget ul li ul li {
    list-style: none;
    padding: 0;
    border-bottom: 0px solid #ddd;
}

.widget ul li ul li a {
    color: #747C81!important;
    padding: 0;
    margin: 0;
}

.widget ul li ul li:before {
    content: "\e6e2";
    display: inline-block;
    font-size: 10px;
    color: 555;
    margin-right: 10px;
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.widget.widget_search input[type="text"] {
    font: 15px/24px;
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px 0 5px 45px;
    top: 0px;
    position: relative;
    z-index: 0;
    border-radius: 40px;
}

.widget.widget_search div:before {
    height: 40px;
    width: 40px;
    content: "\e610";
    display: inline-block;
    color: #ccc;
    position: relative;
    float: left;
    top: 46px;
    left: 11px;
    font-family: 'themify';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    z-index: 1;
}


/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
    padding: 5px 10px;
    width: 100%;
    border-radius: 30px;
    border-color: #ddd;
}

.search-form input[type="search"] {
    font: 15px/24px;
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px 0 5px 45px;
    top: 0px;
    position: relative;
    z-index: 0;
    border-radius: 40px;
}

.earch-form label:before {
    height: 40px;
    width: 40px;
    content: "\e610";
    display: inline-block;
    color: #ccc;
    position: relative;
    float: left;
    top: 46px;
    left: 11px;
    font-family: 'themify';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    z-index: 1;
}

.search-submit {
    display: none;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

h2.entry-title {
    /*  margin: 10px 0 0;*/
    padding: 0;
}

h2.entry-title a,
h1.entry-title {
    color: #555!important;
    margin: 5px 0;
    padding: 5px 10px 5px 0;
    font-weight: 100;

    font-size: 26px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.entry-utility {
    /* Style for the entry utility, which sits below a post and provides info like categories, tags, feeds, and an edit link (for authors) */
    background: #f1f1f1;
    padding: 20px;
    margin: 40px 0 0;
    font-size: 14px;
}

.entry-utility a {
    color: #000!important;
    font-weight: 700;
}

.entry-meta {
    color: #B0B8BD;
    font-size: 14px;
    margin: 20px 0 20px 0;
    font-style: italic;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px 0;
 
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee;
}

blockquote p {
    font-size: 18px;
    font-style: italic;
    text-align: left;
    font-weight: 100;
}

span.meta-sep {
    margin: 0 10px;
    border-right: 1px solid #ccc;
}

.skip-link {}

.navigation {}

input#s:before {
    content: "l";
    display: block;
    color: #333;
}

a.url.fn.n,
span.comments-link a,
.edit-link a {
   
}

.entry-footer {
    font-size: 13px!important;
    margin: 20px 0 60px 0;
    background: rgba(238, 238, 238, 0.6);
    padding: 4px 10px;
    display: table;
    border-radius: 4px;

}

.entry-footer span {
    padding: 0 10px 0 0;
}

.entry-footer span a {
    font-style: italic;
    font-weight: 400;
}

.posted-on a {
    font-size: 13px!important;
}

.navigation.post-navigation {
    margin: 0 40px;
    border: 1px solid #ddd;
    padding: 10px 15px;
    border-radius: 4px;
}

.nav-previous {
    border-right: 1px solid #ddd;
}


/*** CONTENT : COMMENTS ***/

.read-more {
    color: #999;
    margin: 20px 0;
}

a.page-numbers {
    background: #ccc;
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: #fff!important;
    border-radius: 50%;
}

span.page-numbers.current {
    background: #333;
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: #fff!important;
    border-radius: 50%;
}

.wp-image-907 {
    width: 100%!important;
    height: auto!important;
}

.comments-title {
    margin: 40px 0;
    background: #f5f5f5;
    padding: 10px 15px;
    border-radius: 4px;
}

#reply-title {
    border-top: 1px solid #ddd;
    padding: 40px 0 0;
    margin: 40px 0 0;
}

.children {
    list-style: none!important;
    margin: 20px 0 0 20px;
    padding: 20px 0 0 40px;
}

.reply {
    text-align: right;
}

.reply a {
    /*background: #f5f5f5;*/
    color: #444;
    /*border: 1px solid #444;*/
    border-radius: 4px;
    padding: 6px 10px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: normal;
}
.reply a:before {
    padding: 0 5px 0;
    content: "\e72f";
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.comment-meta {
    border-bottom: 1px solid #ddd;
    clear: both;
    padding: 0 0 15px;
    margin: 0 0 15px;
    position: relative;
}

.comment-meta img {
    border-radius: 50%;
    margin: 0 15px 0 0;
}

.comment-awaiting-moderation {
    background: #F7AE04!important;
    margin: 15px 0 0 0;
    padding: 0 10px;
    color: #fff!important;
    border-radius: 2px;
}

.comment-author.vcard {
    margin: 20px 0 0 0;
}

.comment-metadata {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
}

.comment-form-comment label {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
}

.comment-form-comment textarea {
    border: 1px solid #ccc;
    border-radius: 5px;
    max-width: 100%;
    width: 100%;
    padding: 10px;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    border: 1px solid #ccc;
    border-radius: 5px;
    max-width: 100%;
    width: 100%;
    padding: 8px 10px;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    margin: 0;
}

.form-submit input {
    background: #444;
    color: #fff;
    border: 1px solid #444;
    border-radius: 4px;
    padding: 10px 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    float: right;
        margin: 0 0 60px;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.entry-content td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}

.entry-content th {
    text-transform: uppercase;
    font-size: 15px;
}

.entry-content table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
}

.entry-content dt {
    margin: 0 1.5em .5em;
}


/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,

/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: left;
    font-size: 14px;
    font-style: italic;
}

.tagcloud a {
    color: #fff;
    font-size: 13px!important;
    padding: 0px 8px;
    border-radius: 4px;
    margin: 2px 1px 3px;
    display: inline-block;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}
.rpm-gallery-header{
    margin: 0 auto;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
}
.vc_toggle_content{
      position: relative;
    top: -25px;

    text-align: right;
    border-bottom: 1px solid #eee;

}
.vc_separator h4{
    font-size: 160%;
}
.menu {
    margin: 50px 0 0!important;
    padding: 0!important;
}