/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
/* Acive menu item bold text */
.current-menu-item,
.current-menu-parent,
.current-menu-ancestor,
.current_page_ancestor {
    font-weight: bold!important;
}

/* IconBox styles */
.w-iconbox.astra-ib {
    margin-top: 32px;
    padding: 0 10% 30px;
    border-radius: 5px;
    border: 1px solid #e8e8e8!important;
}
.w-iconbox.astra-ib .w-iconbox-icon {
    margin-top: -32px;
    margin-bottom: 5px;
    overflow: visible;
}
.w-iconbox.astra-ib .w-iconbox-icon:before {
    content: '';
    position: absolute;
    top: -4px!important;
    left: -4px!important;
    height: 100%!important;
    padding: 4px;
    border-radius: 50%;
    background: none!important;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s!important;
    box-shadow: 0 0 0 3px #f7941e;
}
.no-touch .w-iconbox.astra-ib a:hover .w-iconbox-icon {
    background-color: #f7941e!important;
}
.no-touch .w-iconbox.astra-ib a:hover .w-iconbox-icon::before {
    opacity: 1;
    transform: scale(1);
}
.w-iconbox.astra-ib {
    background-color: #F1F1F1;
    transition: all 0.3s;
}
.w-iconbox.astra-ib:hover{
    background-color: #fff;
}
.astra-ib .w-iconbox-text ul {
    text-align: left;
}
.astra-ib h3.w-iconbox-title {
    font-size: 20px;
}

.rounded img {
    border-radius: 50%;
}
.rounded img:hover {
    opacity: 0.5;
}
.rounded .us-frame {
    border-radius: 50%;
    overflow: hidden;
    background-color: rgba(247, 148, 30, 0.6);
}

.solutions-images {
    text-align: center;
}
.solutions-images > a {
    margin: 5px;
    height: 90px;
    width: 90px;
    display: inline-block;
    border-radius: 50px;
    z-index: 99;
    position: relative;
}

/* FeedBack Button */
#feedback {
    bottom: 29%;
    height: 126px;
    position: fixed;
    transform: rotate(-90deg);
    width: 120px;
    z-index: 999;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg); 
  -moz-transform: rotate(-90deg); 
  -o-transform: rotate(-90deg); 
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#feedback a {
    background: none repeat scroll 0 0 #004689;
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    border-right: 1px solid #fff;
    color: #fff;
    display: block;
    font-family: Arial,sans-serif;
    font-size: 17px;
    font-weight: bold;
    height: 32px;
    padding: 4px 16px;
    text-decoration: none;
    width: 180px;
}

#feedback a:hover { 
    background: #F7941E; 
}


/* Small appearance issues */
.wpb_layerslider_element.wpb_content_element {
    margin-bottom: 0!important;
}

.w-separator .fa.fa-chevron-down:before,
.w-separator .fa.fa-star:before {
  background: url('/wp-content/uploads/2013/05/DC-Icon.png');
  content: '';
  width: 20px;
  height: 20px;
  background-size: 250%;
  background-position: 51% 40%;
  display: block;
  background-repeat: no-repeat;
}

.page-header-img-set {
    background:#9c9da1;
    line-height: 0;
}

.page-header-img-set .vc_column-inner {
    padding: 0!important;
    text-align: center;
}

blockquote {
    font-size: 16px;
}

.vc_col-sm-4 .w-actionbox.color_primary.controls_bottom .w-btn.color_white.style_outlined:before {
    background-color: #F59421;
}

.vc_col-sm-4 .w-actionbox.color_primary.controls_bottom .w-btn:hover span {
    color: #fff;
}

.page-template-DeveloperTemplate .l-content {
    max-width: 1000px!important;
    margin: auto;
}

.documentor-default .dcumentor-topicons .doc-search img {
    top: 14px!important;
}

.documentor-default .doc-sec-container {
    margin-left: 0!important;
}

.page-template-DeveloperTemplate .w-tabs.layout_default .w-tabs-list {
    background-color: #f8f8f8;
}

.doc-sec-content .l-section,
.doc-sec-content .l-section-h {
  padding-top: 0!important;
}

.w-blog-post-more.w-btn:before {
  background-color: #F59421!important;
}

.w-blog-post-more.w-btn .w-btn-label {
  transition: all 0.3s;
}

.w-blog-post-more.w-btn:hover .w-btn-label {
  color: #fff;
}

.w-blog.layout_classic.cols_1 .w-blog-post {
  padding-bottom: 40px;
  border-bottom: 1px solid;
  margin-bottom: 40px;
}