/*
 Theme Name:   Robust Child Theme
 Description:  Robust Child Theme
 Version:      1.0
 Template:  robust
*/

@import url("../robust/style.css");
/*-------------------------------------------------------------- */

.testimonial .fancy-quote .quote-text {
    font-size: 12px;
}

#main .portfolio-items .reserve {
    font-size: 12px;
}

.tp-caption.robust_medium_green {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    font-family: Arial;
    padding: 4px 8px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    border-radius: 2px;
    background-color: #94BA65;
    white-space: nowrap;
}

.tp-caption a.button.black {
    color: #fff;
}

.header-slider .tp-caption {
    font-size: 26px !important;
    line-height: 1.2 !important;
}

.entry {
    margin: 0 30px 10px 0;
}

#logo {
    font-size: 34px;
    font-weight: bold;
}

#primary-menu > ul > li > a {
    padding: 50px 10px;
}

.pricing .plan-price strong {
    font-size: 24px;
}

.pricing .plan-content {
    padding: 10px;
    min-height: 180px;
}

#main-wrapper .wp-pagenavi {
    padding: 20px 0;
}

.pricing .plan-header {
    min-height: 105px;
}

.pricing .plan-header h2 {
    font-size: 14px;
}

.plan-content {
    padding: 20px !important;
    text-align: left;
}

.text-center {
    text-align: center;
}

.pricing .plan {
    border-color: #cecece !important;
}

.heading.big {
    margin: 20px 0 30px 0;
}
.heading.big h2 {
    font-size: 26px;
    color: #94BA65;
}
.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width:auto;
    max-width: 500px;
    margin: 20px auto;
}
.white-popup input[type=text], input[type=email], textarea {
    width: 100%;
}
.white-popup textarea {
    height: 100px;
}
.white-popup .modal-title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}
.white-popup .plan-type {
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 1px solid #94BA65;
    color: #94BA65;
}
.hidden {
    display: none;
}

.sidebar-links {
    padding: 0 10px;
}
.sidebar-links a {
    width: 100%;
    margin-bottom: 10px;
}
#categories-2 .screen-reader-text {
    display: none;
}
#slider-wrapper h1 {
    font-size: 26px;
    font-weight: normal;
}
#slider-wrapper .button {
    background: #94BA65;
}

.visible-xs {
    display: none;
}

.custom-btn {
    padding: 30px;
    width: 30%;
    text-align: center;
    margin-bottom: 5px;
    margin-left: 10px;
}

@media (max-width: 768px) {
    #slider-wrapper {
        display: none;
    }

    .visible-xs {
        display: block;
        padding: 10px;
        margin-bottom: 20px;
    }

    .h1 {
        font-size: 24px;
        font-weight: bold;
    }
}

@media (min-width: 768px) and (max-width: 970px) {
    #rev_slider_1_1 {
        padding: 0 50px;
    }
}

#categories-list ul {
    margin: 20px 0 0;
}
#categories-list .categories, #categories-list-full .categories {
    list-style-type: none;
    color: #ffffff;
}
#categories-list .categories ul {
    margin: 0;
    color: #000;
}
#categories-list a {
    text-transform: capitalize;
}
#categories-list .categories ul > li {
    display: inline-block;
    margin-right: 10px;
}
#categories-list .categories ul > li ul {
    display: none;
}
#categories-list-full {
    margin-bottom: 20px;
}
#categories-list-full a {
    font-size: 16px;
    text-transform: capitalize;
}
#categories-list-full ul {
    margin-left: 0;
    list-style-type: none;
}
#categories-list-full .categories ul {
    color: #000;
}
#categories-list-full .categories ul li {
    margin-bottom: 10px;
}
#categories-list-full .expand-menu {
    font-size: 12px;
    color: silver !important;
    border: 1px solid silver;
    margin-right: 10px;
    line-height: 1;
    font-weight: bold;
    height: 18px;
    display: inline-block;
    width: 17px;
    padding: 2px 0;
    text-align: center;
}
#categories-list-full .children {
    margin-left: 60px;
    margin-top: 10px;
}
.cat-list article {
    margin-bottom: -15px;
}
.cat-list .entry {
    border-bottom: none;
    padding-bottom: 0;
}

.mt-20 {
    margin-top: 20px;
}

.lnk {
    color: #94BA65;
    cursor: pointer;
}
.lnk:hover {
    color: #94BA65;
    text-decoration: underline;
}