/*
Theme Name: KarmaLab Theme
Theme URI: http://live.yithemes.com/bishop-preview/
Version: 1.5.3
Author: Your Inspiration Themes
Author URI: http://yithemes.com/
Description: Ecommerce Wordpress Theme
Text Domain: yit
Core Framework Version: 2.0.0
Tags: white, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, front-page-post-form, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

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.

Copyright: (c) 2012-2014 Your Inspiration Themes
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
template: bishop
*/

/* If you need to edit Bi-Shop folder name, pay attention to change the name even in woocommerce/style.css file */

/* Below you can write your style */

.nav > ul {
  float: right;
}
.box-sections p{
  font-size: 14px;
}

.full-width {
    width: 99.45vw;
    position: relative;
    margin-left: -50vw;
    height: auto;
    left: 50%;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 35px;
}

.full-width:after {
    content: '';
    display: block;
    clear: both;
}

.yit-progress-bar.text-inside .bar-meta,
.yit-progress-bar .progress,
.yit-progress-bar .progress-bar{
 	line-height: 35px !important;
	height: 35px !important;
}

.piechart {
    margin-bottom: 15px;
}
.counter .text {
    margin-top: 25px;
}
.payoff{
  color: #000000;
  font-size: 25px;
  text-align: center;
  margin-bottom: 35px;
}

.contact-info ul li{
  display: table;
  width: 100%;
  margin-bottom: 35px;
}

.contact-info ul li .info-container,
.contact-info ul li .icon-container{
  display: table-cell;
  vertical-align: middle;
  float: none !important;
  margin-bottom: 35px !important;
}

.contact-info ul li .icon-container {
    width: 60px !important;
}