@charset "utf-8";
/* CSS Document */

.faqs_page .panel-group{
	position:relative;
}
.ajaxloader{
	width:100%;
	height:100%;
	background-image:url(../images/ajax-loader.gif);
	background-repeat:no-repeat;
	background-position:center 100px;
	position:absolute;
	top:0;
	left:0;
	background-color:#fff;
	z-index:999;
}
.tablepress td {
    border: 1px solid #000 !important;
    padding: 5px !important;
    text-align: center;
    vertical-align: middle !important;
}
.tablepress .row-1.odd td, .tablepress .row-2.even td{
	background-color:#4F7FBC;
	color:#fff;
	font-weight:bold;
}
.tablepress .tablepress-id-3 .odd .column-1, .tablepress .tablepress-id-3 .even .column-1{
	background-color:#fff;
}

.tablepress.tablepress-id-4 .row-1.odd td, ..tablepress.tablepress-id-4 .row-2.even td {
	background-color: #127b75;
}
.tablepress.tablepress-id-4 .row-hover tr:hover td {
    background-color: #018e86;
    color: #fff;
}

.ss-callout.cta-shortcode {
	background-color: #F37520;
	padding-left: 30px;
	padding-right: 30px;
}

.ss-col-xs-9.callout-body h1, .ss-col-xs-9.callout-body h2, .ss-col-xs-9.callout-body h3, .ss-col-xs-9.callout-body h4, .ss-col-xs-9.callout-body h5, .ss-col-xs-9.callout-body h6, .ss-col-xs-9.callout-body p {
	color: #FFFFFF;
}
.ss-callout.cta-shortcode .btn-callout {
	border: none;
	box-shadow: none;
	background-color: #FFFFFF;
	color: #F37520;
	border-radius: 20px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 14px;
}
:root .ss-btn:hover {
    top: 0;
}
.ss-col-sm-4 img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	padding-bottom: 10px;
}
.ss-col-sm-4 {
	margin-bottom: 20px;
}
.tab-content > #menu11.tab-pane.active{ display:none;}
.tab-content > #menu11.tab-pane.in.active{display:block}

.col-sm-4.col-xs-12.blog-col.youtube::after {
	content: "";
	width: 70px;
	height: 70px;
	position: absolute;
	background-image: url(/wp-content/uploads/2017/07/youtube_circle-512.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	left: 50%;
	top: 40%;
	transform: translate(-50%, -40%);
}
.col-sm-4.col-xs-12.blog-col.youtube {
	cursor: pointer;
}
#blog .carousel-inner>.item.youtube::after {
	content: "";
	width: 110px;
	height: 110px;
	position: absolute;
	background-image: url(/wp-content/uploads/2017/07/youtube_circle-512.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	left: 50%;
	top: 40%;
	transform: translate(-50%, -40%);
}
#captcha-box .modal-dialog {
    margin: 30px auto;
    width: 400px;
}
#captcha-box .wpcf7-response-output.wpcf7-mail-sent-ok{
	border:none;
	margin: 10px 0 0;
    padding: 0;
}
.captcha_code2 {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}
#captcha-box .captcha_namuber {
    float: left;
	margin-top:3px;
}
#captcha-box .wpcf7-form-control-wrap {
    float: left;
    width: auto;
	margin-left:10px;
}
#captcha-box input[type="text"] {
    padding: 5px;
    width: 250px;
}

.navbar-default .navbar-nav>li i {
	font-size: 9px;
	margin-top: 6px;
	margin-left: 0px;
	float: right;
	position: relative;
	left: 15px;
}

.get-started .wpcf7-response-output {
    border: medium none;
    width: 58%;
    margin: 0;
    text-align: center;
    position: absolute;
    color: #FFFFFF;
    background: rgba(29, 75, 221, 0.6);
    padding-top: 7px;
    padding-bottom: 7px !important;
    bottom: 10px;
    padding-left: 25px;
}

.get-started .wpcf7-response-output::before {
    position: absolute;
    content: "\f00c";
    font-family: 'FontAwesome';
    left: 12px;
    background: #fff;
    color: rgba(29, 75, 221, 0.6);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 5px;
}
.get-started .wpcf7-response-output.wpcf7-validation-errors {
	border: medium none;
	width: 58%;
	margin: 0;
	text-align: center;
	position: absolute;
	color: #FFFFFF;
	background: rgba(255, 0, 0, 0.6);
	padding-top: 7px;
	padding-bottom: 7px !important;
	bottom: 10px;
	padding-left: 25px;
}
.get-started .wpcf7-response-output.wpcf7-validation-errors::before {
    position: absolute;
    content: "\f071";
    font-family: 'FontAwesome';
    left: 12px;
    background: #fff;
    color: rgba(255, 0, 0, 0.6);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 5px;
}
.btn-log .btn {
	padding-left: 30px;
	padding-right: 30px;
}
.calculator-btn {
	color: #FFFFFF;
}
.collapse {
	display: block;
}
#blog .twitter-follow-btn {
	padding-right: 100px;
	padding-left: 100px;
}

.twitter-widget-cols .nav-tabs>li.active>a, .twitter-widget-cols .nav-tabs>li.active>a:focus, .twitter-widget-cols .nav-tabs>li.active>a:hover, .twitter-widget-cols .nav-tabs>li>a:hover {
	color: #555 !important;
    cursor: pointer !important;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    border-bottom-color: transparent !important;
}

.twitter-widget-cols .nav-tabs>li>a {
	border: inherit !important;
	border-radius: inherit !important;
	font-size: inherit !important;
	color: inherit !important;
  margin-right: 15px !important;
	padding-left: 15px !important;
  padding-right: 15px !important;
	padding-top: 15px !important;
  padding-bottom: 15px !important;
	margin-right: 2px !important;
	border: 1px solid transparent !important;
	border-radius: 4px 4px 0 0 !important;
}

/* style for hr form and documents grid */

.mg_top_filters .mg_above_grid {
	width: 160px;
	min-width: 160px;
	float: left;
	padding-right: 20px;
}
.mg_items_container.mg_not_even_w {
	border-left: 190px solid transparent;
}
.mg_has_search.mg_top_filters .mgf_search_form {
	width: inherit;
}
.mg_has_search.mg_top_filters .mg_filters_wrap {
	width: inherit;
    padding-left: 0;
    text-align: left;
    margin-top: 20px;
    border-top: 2px dashed #e5e5e5;
    padding-top: 16px;
}
.mg_has_search.mg_top_filters:not(.mg_mobile_mode) .mgf {
	margin-left: 0;
}
.mg_pag_wrap {
	left: 190px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.mg_top_filters .mg_above_grid {
	width: 160px;
	min-width: 160px;
	float: left;
	padding-right: 20px;
}
.mg_items_container.mg_not_even_w {
	border-left: 190px solid transparent;
}
.mg_has_search.mg_top_filters .mgf_search_form {
	width: inherit;
}
.mg_has_search.mg_top_filters .mg_filters_wrap {
	width: inherit;
    padding-left: 0;
    text-align: left;
    margin-top: 20px;
    border-top: 2px dashed #e5e5e5;
    padding-top: 16px;
}
.mg_has_search.mg_top_filters:not(.mg_mobile_mode) .mgf {
	margin-left: 0;
}
.mg_pag_wrap {
	left: 190px;
}
.mg_items_container {
	border-left: 190px solid transparent;
}
}

@media (max-width: 800px) {
	.mg_top_filters .mg_above_grid {
		width: inherit;
		float: none;
		padding-right: 0;
	}
	.mg_has_search.mg_top_filters .mg_filters_wrap {
		padding-top: 16px !important;
		text-align: right;
	}
	.mg_pag_wrap {
		left: 0;
		bottom:0;
	}
}

/*woocommerce custom*/
.woocommerce-breadcrumb {
	display: none;
}
.we-main #content > h1.page-title {
	margin: 10px 0;
}
.we-main #content > ul.products {
	list-style: none;
	padding: 0;
}
.we-main .products .product.type-product {
	width: 33%;
	float: left;
	padding-right: 70px;
	margin-bottom: 40px;
}
.product {
	margin-top: 25px;
}
.woocommerce-product-gallery {
	width: 43%;
	float: left;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image img {
	width: 100%;
	height: auto;
}
.summary.entry-summary {
	width: 55%;
	background: #FAFAFA;
	padding: 20px 25px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
	margin-bottom: 50px;
	box-sizing: border-box;
	float: right;
	clear: none;
}
.summary.entry-summary .price {
	font-size: 20px;
	margin: 12px 0;
}
.summary.entry-summary .price ins .woocommerce-Price-amount.amount {
	font-size: 24px;
	font-weight: 600;
	color: red;
}
.summary.entry-summary .price ins, .required {
	color: red;
}
.we-main .single_add_to_cart_button, 
.woocommerce .coupon input.button, 
.woocommerce .actions input[name=update_cart],
.woocommerce .wc-proceed-to-checkout a.checkout-button {
	background-color: #ff9900;
	border-color: #ff9900;
	width: 160px;
	height: 42px;
	border-radius: 20px;
	line-height: 30px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0;
	box-shadow: none;
}
.woocommerce .wc-proceed-to-checkout a.checkout-button {
	width: auto;
    padding: 7px 16px;
    -webkit-font-smoothing: auto;
}
.we-main .single_add_to_cart_button:hover, 
.woocommerce .coupon input.button:hover, 
.woocommerce .actions input[name=update_cart]:hover,
.woocommerce .wc-proceed-to-checkout a.checkout-button:hover {
  	background-color: #ff9900;
	border-color: #ff9900;
	opacity: .7;
}
.we-main .products h2 {
	margin: 0 0 10px;
	padding: 0;
}
.we-main .products .product {
	width: 33%;
	float: left;
	padding-right: 70px;
	margin-bottom: 40px;
}
.we-main .products .product  img{
	width: 100%;
    height: auto;
}
.we-main  ul.products {
	list-style: none;
    display: inline;
}
.we-main .products .product .price del {
	color: #5c6774;
}
.we-main .products .product .price ins {
	color: red;
	font-weight: 600;
    font-size: 15px;
}
.we-main .products h2.woocommerce-loop-product__title {
	font-size: 22px;
	margin-top:10px;
}
.shop-we-more-meta, .we-main .products a.product_type_variable {
	display: none;
}
.we-main .products .woocommerce-product-details__short-description p {
	font-size: 14px;
    line-height: 1.4;
    display: block;
    max-width: 305px;
    height: 37px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.we-main .onsale {
	font-size: 24px;
	font-weight: bold;
	color: #ffcc00;
	float: left;
	position: absolute;
	background: #fb0000;
	padding: 5px 8px;
	box-shadow: #b93636d4 2px 2px 6px;
	display: none;
}
.we-main .fpf-fields input {
	width:100%;
	height: 40px;
	background: #ffffff;
	border: 1px solid #f4f4f4;
	padding: 0 10px!important;
	line-height: 40px!important;
	outline: 0;
	border-radius: 5px;
}
.we-main select.orderby {
	padding: 5px;
}
.we-main .fpf-fields input[type=checkbox] {
	height: auto;
	width: auto;
}
.we-main .fpf-fields .checkbox {
	margin-left: 17px;
}
.we-main .fpf-fields label {
	margin: 10px 0 0 0;
	font-size: 14px;
	line-height: 1.3;
}
.summary.entry-summary abbr[title] {
	border-bottom: none;
	cursor: auto;
	outline: none;
	border: none;
	text-decoration: none;
}
.summary.entry-summary .quantity input[type=number] {
	background: #ffffff;
	border: 1px solid rgba(0,0,0,.2);
	width: 65px;
	max-width: 100%;
	float: left;
	height: 40px;
	border-radius: 2px;
	text-align: center;
	min-height: 41px;
	padding: 10px 15px;
	transition: border .25s;
	line-height: 1;
	font-size: 16px;
	margin-right: 15px;
}
.summary.entry-summary .quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce table.shop_table .quantity input.qty::-webkit-inner-spin-button {
    opacity: 1
}
.product_meta {
	margin-top:10px;
}
.woocommerce-tabs .tabs.wc-tabs {
	list-style: none;
    margin: 0;
    border-bottom: 2px solid #eee;
}
.woocommerce-tabs .tabs.wc-tabs li{
	display: inline-block;
    margin-bottom: -2px;
    border: 2px solid transparent;
    font-size: 12.8px;
    color: #0073aa;
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
}
.woocommerce-tabs .tabs.wc-tabs li a {
	border: 0;
    display: block;
    padding: 10.24px 20px;
    text-decoration: none;
}
.woocommerce-tabs .tabs.wc-tabs li.active {
	border-top: 2px solid #eee;
    border-left: 2px solid #eee;
    border-right: 2px solid #eee;
    border-bottom: 0;
    padding-bottom: 2px;
    background: #fff;
}
.woocommerce-Tabs-panel {
	padding: 20px;
}
.woocommerce-Tabs-panel ol li {
	font-family: 'Poppins', sans-serif;
    color: #5c6774;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    margin: 0;
    padding: 0;
}
.woocommerce-Tabs-panel h1,.woocommerce-Tabs-panel h2,
.woocommerce-Tabs-panel h3,.woocommerce-Tabs-panel h4,
.woocommerce-Tabs-panel h5,.woocommerce-Tabs-panel h6 {
	margin: 20px 0;
}
.woocommerce-Tabs-panel p {
	margin-bottom: 20px;
}
.woocommerce-Tabs-panel ul li {
	font-family: 'Poppins', sans-serif;
    color: #5c6774;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    margin: 0;
    padding: 0;

}
.coupon #coupon_code{
	line-height: normal;
    padding: 8px 15px;
    height: 40px;
    margin-top: 0;
    min-width: 140px;
}
.woocommerce .woocommerce-cart-form table.my_account_orders th, 
.woocommerce .woocommerce-cart-form table.shop_table th, .we-table-lisst .we-table th {
	background: #1d4bdd !important;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, 
.woocommerce form.register, .woocommerce table.shop_table, 
.woocommerce table.my_account_orders, .we-table-lisst .we-table {
	border: 1px solid #eee !important;
}
.woocommerce-cart-form table.cart td, .woocommerce-cart-form table.cart th, 
.woocommerce table.my_account_orders th, .woocommerce table.my_account_orders td, 
.we-table-lisst .we-table td, .we-table-lisst .we-table th {
	border-right: 1px solid #fff !important;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th {
	border: none;
}
.woocommerce table.shop_table .quantity input.qty {
	background: white;
}
.woocommerce td.product-name dl.variation dt {
	font-size: 12px;
    font-weight: 600;
}
.woocommerce td.product-name dl.variation dd p {
	font-size: 12px;
    clear: both;
    margin: 0;
    padding: 2px 0 6px 0;
    line-height: 1;
}
.top-bar {
	background-color: #60a548 !important;
}
.promo-topbanner {
	text-align: center;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 15px;
}
.promo-topbanner .btn{
	color: #333;
    background-color: #fffc00;
    border-color: #88861b;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 8px;
}
.promo-topbanner .btn:active, 
.promo-topbanner .btn:focus {
	color: #333;
    background-color: #fffc00;
    border-color: #88861b;
    opacity: .9;
}