a{color:#d35400}.btn{color:#fff;background-color:#d35400}.btn.active,.btn:active,.btn:focus,.btn:hover,.open>.dropdown-toggle.btn{background-color:#bd4b00}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover,.navbar-nav>.active>a,.navbar-nav>li>a:hover{color:#d35400}.section-title{border-bottom:1px solid #d35400;color:#d35400}.section-subtitle::after{background-color:#d35400}.slideshow .btn{border:2px solid #d35400;background-color:rgba(211,84,0,.15)}.slideshow .btn:hover,.slideshow .slide-form .panel .btn{border:2px solid #d35400;background-color:#d35400}.slideshow .slide-form .panel .btn:hover{border:2px solid #bd4b00;background-color:#bd4b00}.slideshow .countdown .count{background-color:#d35400}.slideshow .carousel-indicators li:hover{border:1px solid #d35400}.slideshow .carousel-indicators .active{border:1px solid #d35400;background-color:#d35400}.features .features-icon{color:#d35400}.features .features-wrapper:hover .features-icon{background-color:#d35400}.features .features-content .title,.overview .overview-icon,.overview .title{color:#d35400}.overview .overview-wrapper:hover .overview-icon,.overview .progress-bar{background-color:#d35400}path+path{stroke:#d35400}.gallery .slick-dots .slick-active button:before,.gallery .slick-dots li button:before,.stats .description span,.testimonials a{color:#d35400}.panel:hover .plan-price,.plan-price{background-color:#d35400}.panel-popular .plan-price:before{box-shadow:0 0 0 2px #d35400}.pricing .panel:hover .panel-heading{color:#d35400}.pricing .badge-popular{background:url(../../images/pricing/badge_popular_pumpkin.png) no-repeat center center}.contact .map-title a,.team .team-content .name,.team .team-media .team-social{color:#d35400}.contact .map-title:hover{background-color:#d35400}.contact .vcard a,.go-top:hover{color:#d35400}

/*********** ADDED **********/
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
.navbar-brand span.brand_subtitle,
.footer-logo span,
.top-bar .brand_subtitle,
#quotes .items .name
{
	color: #d35400;
}

#login_button .round {
    background-color: #d35400;
    background: -moz-linear-gradient(#d35400, #d35400);
    background: -ms-linear-gradient(#d35400, #d35400);
    background: -o-linear-gradient(#d35400, #d35400);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#d35400), to(#d35400));
    background: -webkit-linear-gradient(#d35400, #d35400);
    background: linear-gradient(#d35400, #d35400);
}

.color-switcher .toggle {
	color: #d35400;
}

.custom_section_layout:hover {
    border: 3px solid #d35400;
    background: #d3540033;
}

.switch-primary>.switch-input:checked~.switch-label {
    background: #d35400;
}


@media only screen and (min-width: 769px) {
    .card-img span {
        position: absolute;
        top: 21%;
        left: 13%;
        background-image: url('../../img/fumetto-pumpkin.svg');
        padding: 13px;
        transform: translate(-50%, -50%);
        background-repeat: no-repeat;
    }
}

@media only screen and (max-width: 500px) and (min-width: 361px){
    .card-img span {
        position: absolute;
        top: 29%;
        left: 14%;
        background-image: url('../../img/fumetto-pumpkin.svg');
        padding: 15px;
        transform: translate(-50%, -50%);
        background-repeat: no-repeat;
    }
}

@media (max-width: 769px) and (min-width: 500px) {
    .card-img span {
        position: absolute;
        top: 15%;
        left: 8%;
        background-image: url('../../img/fumetto-pumpkin.svg');
        padding: 22px;
        transform: translate(-50%, -50%);
        background-repeat: no-repeat;
    }
}


.btn-articles{
    width: 300px !important;
    background-color: #d35400;
    border: 1px solid #d35400;
    height:40px;
    line-height: 1.9em;
}

.article-colored-text{
    color: #d35400;
}

@media only screen and (max-width: 360px) {
    .card-img span {
        position: absolute;
        top: 30%;
        left: 17%;
        background-image: url('../../img/fumetto-pumpkin.svg');
        padding: 17px;
        transform: translate(-50%, -50%);
        background-repeat: no-repeat;
    }
}


