

.blanc, .blanc *{
color:white;}
h2{
margin-bottom:.3em;
}
.q_logo a {
 //height: 80px !important;
}
.q_icon_with_title .icon_text_holder .icon_title {
  font-weight: 400;
}
.q_list.circle ul>li:before{
  background-color: #86415c;
}

.carousel-control .prev_nav, .carousel-control .next_nav {
    border: none;
    margin-top: 21px;
}

.carousel-control .prev_nav {
    left: 20px;
}

.carousel-control .next_nav {
    right: 20px;
}

.carousel-control i {
    font-size: 24px;
}

.q_circles_holder .q_circle_inner2, .q_circles_holder:hover .q_circle_inner2:hover{
background:none!important;
}

.carousel-control .prev_nav:hover i, .carousel-control .next_nav:hover i {
    color: rgba(134,65,92,1);
    -webkit-transition: color .15s ease-out;
    -moz-transition: color .15s ease-out;
    -o-transition: color .15s ease-out;
    -ms-transform: color .15s ease-outt;
    transition: color .15s ease-out;
}


/* GRAVITY FORM */
body .gform_wrapper .chzn-container-single .chzn-single span, body .gform_wrapper input[type="email"], body .gform_wrapper input[type="number"], body .gform_wrapper input[type="password"], body .gform_wrapper input[type="tel"], body .gform_wrapper input[type="text"], body .gform_wrapper input[type="url"], body .gform_wrapper select, body .gform_wrapper textarea{
    color:#1d1d1b;
}
body .gform_wrapper .chzn-container .chzn-single, body .gform_wrapper .chzn-container-single .chzn-single, body .gform_wrapper .chzn-container-single .chzn-single b, body .gform_wrapper input[type="email"], body .gform_wrapper input[type="number"], body .gform_wrapper input[type="password"], body .gform_wrapper input[type="tel"], body .gform_wrapper input[type="text"], body .gform_wrapper input[type="url"], body .gform_wrapper textarea{
    background-color:#FFF;
    border:solid 1px #1b1b1d;
}
body .gform_wrapper input[type="submit"], body .gform_wrapper input[type="button"], body .gform_wrapper input[type="reset"]{
    background-color:#f29400;
    border:solid 0px #f29400;
    color:#ffffff;
    border-radius:50px;
}
body .gform_wrapper input[type="submit"]:hover, body .gform_wrapper input[type="button"]:hover, body .gform_wrapper input[type="reset"]:hover{
    background-color:#1d1d1b;
    border:solid 0px #1d1d1b;
    color:#FFF;
}
/*CUSTOM LIST*/
.wpb_wrapper>ul{list-style-position: outside!important;
margin-left:1.5em;}

/*CUSTOM ARTICLES*/
body.single-post .blog_holder article .post_image{
float:right;
width:33%;
margin:30px;
}
@media screen and (max-width: 768px) {
body.single-post .blog_holder article .post_image{
float:inherit;
width:50%;
margin:0px auto;
}
}
body.single-post .title.title_size_large h1{
font-size:1rem!important; line-height:1.5em!important;
}
body.single-post .blog_holder.blog_single article h2,
body.single-post .blog_holder article .post_info{
display:block;
}
body.single-post  .title_outer.title_without_animation{
display:none!important;
}
@media screen and (min-width: 1000px) {
body.single-post .content .container .container_inner.default_template_holder{
padding-top:170px;
}}
.post_author, .post_info .time{display:none!important}
body.single-post .post_info::first-letter{
text-transform:uppercase;}


