/*
Theme Name: Proficiency
Theme URI: https://themeansar.com/ansarbuddy/proficiency
Author: Ansarbuddy
Author URI: https://themeansar.com/ansarbuddy
Description: Proficiency could be a powerful business theme that has a quick approach for firms or freelancers to make an dream on-line presence. simple, clean, responsive one page business WordPress theme It is used for a personal web blog or a business website.Proficiency has been tested with WooCommerce and has basic WooCommerce support/integration. This theme may be wont to produce multilanguage websites.
Version: 0.3.7
Tags: translation-ready, custom-background, theme-options, custom-menu, post-formats, threaded-comments
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl.html
Text Domain: proficiency
*/
/* --------------------------------------
=========================================
	Header
=========================================
-----------------------------------------*/
.navbar-wp {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	z-index: 1000;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.navbar-brand {
	font-size: 26px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	height: auto;
	line-height: 25px;
	margin-right: 50px;
	padding: 15px 0 0 15px;
	text-shadow: 2px 2px 1px rgba(150, 150, 183, 0.18);
	letter-spacing: -0.05em;
}
.navbar-brand span.site-description {
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
	line-height: 0;
	font-weight: normal;
	letter-spacing: 0;
}
.navbar-wp .navbar-nav > li> a {
	padding: 28px 16px;
	margin-right: 0;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	transition: all .25s ease-out;
	margin-bottom: 0px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
.navbar-wp .navbar-nav > li > ul > li > a i {
	padding-right: 10px;
}
.navbar-wp .navbar-nav > .active > a, .navbar-wp .navbar-nav > .active > a:hover, .navbar-wp .navbar-nav > .active > a:focus {
}
.navbar-wp .navbar-nav > .disabled > a, .navbar-wp .navbar-nav > .disabled > a:hover, .navbar-wp .navbar-nav > .disabled > a:focus {
	background-color: transparent;
}
.navbar-base .navbar-nav > .open > a, .navbar-base .navbar-nav > .open > a:hover, .navbar-base .navbar-nav > .open > a:focus {
	background: transparent;
}
.navbar-toggle {
	border-radius: 2px;
	margin-top: 20px;
	padding: 12px 16px 7px 16px;
	box-shadow: inherit;
	border: none;
}
.navbar-wp .dropdown-menu {
	min-width: 200px;
	padding: 0;
	border: none;
	border-radius: 0;
	z-index: 10;
	right: auto;
	left: 0;
}
.navbar-wp .dropdown-menu > li:last-child {
	border: 0
}
.navbar-wp .dropdown-menu > li > a {
	padding: 15px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
}
.navbar-nav > li:last-child > ul::before {
	right: 20px;
	position: absolute;
	left: auto;
}
.navbar-nav > li:last-child > .dropdown-menu {
	right: 0;
	left: auto;
}
.dropdown-submenu {
	position: relative
}
.dropdown-submenu > .dropdown-menu {
	top: -1px;
	left: 100%;
	margin-top: 0;
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.dropdown-submenu:hover > .dropdown-menu {
	display: block;
	padding: 0
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px
}
/* --------------------------------------
=========================================
	General
=========================================
-----------------------------------------*/

/*---------------------------------------
	Body & Global           
-----------------------------------------*/
body {
	padding: 0;
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}
.boxed {
	width: 1170px;
	margin: 0 auto;
	box-shadow: 0 0 10px 0 rgba(48, 48, 48, 0.5);
}
a {
	text-decoration: none;
}
body a:focus, body a:hover {
	outline: none;
	text-decoration: none;
}
select {
	background-clip: padding-box;
	background-color: #fff;
	border: 2px solid #eee;
	border-radius: 3px;
	color: #444;
	display: block;
	font-weight: 400;
	overflow: hidden;
	padding: 6px 12px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}
 .no-gutter > [class*=col-] {
 padding-right: 0;
 padding-left: 0;
}
input:not([type]), input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"] {
	border: 2px solid #eee;
	z-index: 2;
	height: 44px;
	color: #212121;
	padding: 10px;
	font-size: 16px;
	font-weight: 500;
	border-radius: 0;
	line-height: 24px;
	position: relative;
	background-color: transparent;
}
input[type="reset"], input[type="submit"], button {
	padding: 5px 35px;
	line-height: 30px;
	border-radius: 30px;
	font-weight: bold;
	font-size: 14px;
	border-width: 1px;
	border-style: solid;
	transition: all 0.4s ease-in-out 0s;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
input:not([type]):hover, input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="tel"]:hover, input[type="url"]:hover, input[type="text"]:hover, input:not([type]):focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="text"]:focus {
}
input[type="submit"]:hover, button:hover, input[type="submit"]:focus, button:focus {
	transition: all 0.3s ease 0s;
	outline: none;
}
textarea {
	border-width: 2px;
	border-style: solid;
}
.form-group {
	backface-visibility: hidden;
	display: block;
	line-height: 0;
	margin: 0 auto 30px;
	position: relative;
	width: 100%;
}
.form-control {
	border: 2px solid #eee;
	z-index: 2;
	height: 44px;
	padding: 10px 0;
	font-size: 16px;
	font-weight: 500;
	border-radius: 0;
	line-height: 24px;
	position: relative;
	background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: transparent;
}
textarea.form-control {
	resize: none;
	height: 70px;
}
mark, .mark {
	padding: 2px 5px;
	border-radius: 3px;
}
/*Responsive Video*/
.responsive-video {
	height: 0;
	padding-top: 1px;
	position: relative;
	padding-bottom: 56.25%; /*16:9*/
}
.responsive-video iframe {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	border: none;
}
.proficiency-card-box {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	border-radius: 3px;
}
/*---------------------------------------
	2.2.Typography        
-----------------------------------------*/
h1, .h1 {
	font-size: 34px;
	line-height: 40px;
}
h2, .h2 {
	font-size: 32px;
	line-height: 35px;
}
h3, .h3 {
	font-size: 28px;
	line-height: 30px;
}
h4, .h4 {
	font-size: 24px;
	line-height: 25px;
}
h5, .h5 {
	font-size: 20px;
	line-height: 20px;
}
h6, .h6 {
	font-size: 16px;
	line-height: 20px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -0.05em;
}
.alignright {
	text-align: right;
}
.alignleft {
	text-align: left;
}
.aligncenter {
	text-align: center;
}
blockquote {
	position: relative;
	width: 100%;
	border-width: 0 0 0 5px;
	border-style: solid;
}
blockquote::before {
	color: #d0d0d0;
	content: "\f10d";
	display: table;
	float: left;
	font-family: "FontAwesome";
	font-size: 28px;
	margin-top: 6px;
	font-weight: normal;
	width: 6%;
}
blockquote p {
	font-style: italic;
	width: 94%;
	display: table;
}
.margin-top-zero {
	margin-top: 0px;
}
.margin-bottom-zero {
	margin-bottom: 0px;
}
.margin-top-10 {
	margin-bottom: 10px;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-top-30 {
	margin-top: 30px;
}
.margin-top-50 {
	margin-top: 50px;
}
.margin-top-80 {
	margin-top: 80px;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
.margin-bottom-50 {
	margin-bottom: 50px;
}
.margin-bottom-80 {
	margin-bottom: 80px;
}
.padding-top-10 {
	padding-top: 10px;
}
.padding-top-20 {
	padding-top: 20px;
}
.padding-top-30 {
	padding-top: 30px;
}
.padding-top-50 {
	padding-top: 50px;
}
.padding-top-40 {
	padding-top: 40px;
}
.padding-top-60 {
	padding-top: 60px;
}
.padding-top-80 {
	padding-top: 80px;
}
.padding-bottom-10 {
	padding-bottom: 10px;
}
.padding-bottom-20 {
	padding-bottom: 20px;
}
.padding-bottom-30 {
	padding-bottom: 30px;
}
.padding-bottom-50 {
	padding-bottom: 50px;
}
.padding-bottom-60 {
	padding-bottom: 60px;
}
.padding-bottom-80 {
	padding-bottom: 80px;
}
.padding-20 {
	padding: 20px;
}
.padding-30 {
	padding: 30px;
}
.padding-40 {
	padding: 40px;
}
.padding-60 {
	padding: 60px;
}
/*---------------------------------------
	2.3.Alerts Styles           
-----------------------------------------*/
.alert-success, .text-success {
	background-color: #2ac56c;
	color: #fff;
}
.alert-info, .text-info {
	background-color: #4593e3;
	color: #fff;
}
.alert-danger, .text-danger {
	background-color: #f06060;
	color: #fff;
}
.alert-warning, .text-warning {
	background-color: #fcd04b;
	color: #fff;
}
.progress-bar-success {
	background-color: #2ac56c;
	color: #fff;
}
.progress-bar-info {
	background-color: #4593e3;
	color: #fff;
}
.progress-bar-danger {
	background-color: #f06060;
	color: #fff;
}
.progress-bar-warning {
	background-color: #fcd04b;
	color: #fff;
}
/*---------------------------------------
	2.4.Button Styles           
-----------------------------------------*/
.btn {
	padding: 15px 44px 14px;
	line-height: 30px;
	overflow: hidden;
	position: relative;
	border-radius: 30px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.05em;
	line-height: normal;
	display: inline-block;
	transition: all 0.4s ease-in-out 0s;
	font-family: "Montserrat", sans-serif;
	vertical-align: middle;
	white-space: nowrap;
	width: auto;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.btn-theme {
	border: none;
}
.btn-theme:hover, .btn-theme:focus {
	transition: all 0.3s ease 0s;
	outline: none;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.btn-theme-two {
	margin-left: 15px;
}
.btn-theme-two:hover, .btn-theme-two:focus {
	transition: all 0.3s ease 0s;
	outline: none;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}
.pagination > li > a, .pagination > li > span {
	margin: 0 3px;
	border-radius: 3px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	border: none;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > li > a:hover, .pagination > li > a:focus, .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	transition: all 0.3s ease 0s;
}
button.mfp-close:hover, button.mfp-close:focus {
	background: inherit;
}
/*---------------------------------------
	2.5.WP Styles  
-----------------------------------------*/
/*--WP--*/
.bypostauthor > article .fn:after {
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}
.sticky {
	display: none;
}
.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}
.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}
.wp-caption .wp-caption-text {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}
.content-area img.alignnone, .content-area figure.alignnone img {
	width: 100%;
	height: auto;
}
.content-area figure {
	width: 100%;
}
.entry-header h1 {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
	font-size: 24px;
}
.entry-header h1::before {
	border: 1px solid;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	margin: auto;
	position: absolute;
	width: 30px;
	transition: all 0.4s ease 0s;
}
.entry-header h1:hover::before {
	width: 13%;
}
.entry-footer {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.entry-footer .screen-reader-text {
	display: none;
}
img.alignnone {
	width: 100%;
	height: auto;
}
img.size-large {
	width: 100%;
	height: auto;
}
/*----woocommerce----*/
/* woocommerce v2.3.5 */
*:focus {
	outline: 0;
}
.woocommerce h2 {
	font-size: 22px;
}
.woocommerce h3 {
	font-size: 20px;
}
/*----product----*/
.woocommerce .products span.onsale, .woocommerce span.onsale {
	border-radius: 0;
	display: block;
	font-size: 13px;
	font-weight: normal;
	line-height: 25px;
	margin: 4px !important;
	min-height: 10px;
	padding: 0 12px;
	z-index: 999;
}
.woocommerce span.onsale {
	margin: 10px !important;
}
.woocommerce ul.products li.product {
	text-align: center;
	border: 1px solid #e6e9ed;
	padding-bottom: 20px;
	transition: all 0.4s ease 0s;
}
.woocommerce ul.products li.product:hover {
	box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.2);
}
.woocommerce ul.products li.product a img:hover {
	opacity: 0.6;
}
.woocommerce-page .woocommerce-ordering select {
	padding: 12px 15px 12px 10px;
	color: #A0A0A0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0;
}
.woocommerce-page .products .product > a:first-child {
	position: relative;
	text-align: center;
	display: block;
}
.woocommerce-page .products a.button {
	display: inline-block;
	text-align: center;
	padding: 10px 20px 10px 20px;
	border-radius: 4px;
	margin: 10px;
	border: none;
	font-size: 12px;
	margin: 0 auto !important;
}
.woocommerce-page .products h3 {
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 12px;
	line-height: 25px;
	float: none;
	width: auto;
	margin: 0;
}
.woocommerce-page .products .star-rating {
	position: relative;
	margin: 0 auto;
}
.woocommerce-page .products a .price {
	line-height: 20px;
	width: 100%;
	float: left;
	height: auto;
	min-height: 40px;
	text-align: center;
	padding: 10px 0;
}
.woocommerce-page .products a .price del {
	display: inline-block !important;
	line-height: 20px;
}
.woocommerce-page .products a .price ins {
	display: inline-block;
	font-weight: bold;
	background: none;
	line-height: 20px;
	margin-left: 10px;
}
.woocommerce-page .products .added_to_cart {
	display: inline-block;
	text-align: center;
	padding: 10px 20px 10px 20px;
	border-radius: 4px;
	border: none;
	font-size: 12px;
	margin: 0;
}
.woocommerce-page .woocommerce-result-count {
	float: left;
	font-size: 14px;
	line-height: 46px;
	margin-top: 20px;
}
.woocommerce-page .woocommerce-ordering {
	float: right;
	margin-top: 20px;
}
.woocommerce-page .product-type-simple {
	position: relative;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	font-size: inherit;
}
footer .proficiency-widget .woocommerce ul.cart_list li img, footer .proficiency-widget .woocommerce ul.product_list_widget li img {
	margin-top: 7px;
}
/*woocommerce-tabs*/
.tabs.wc-tabs {
	text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	border-width: 0 0 1px 0;
	border-style: solid;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-radius: 0;
	background: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-radius: 0;
	background: transparent;
	border: none;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
	font-size: 22px;
	line-height: 25px;
}
.related.products {
	text-align: center;
}
.related.products h2 {
	font-size: 26px;
	line-height: 40px;
}
/*woocommerce-form*/
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	height: 40px;
	margin-bottom: 20px;
	border: 2px solid #ebebeb;
	color: #ccc;
	border-radius: 3px;
	padding: 6px 12px;
}
.select2-container .select2-choice {
	height: 40px;
	padding: 6px 12px;
	border: 2px solid #eee;
}
/*woocommerce-cart*/
.woocommerce table.shop_table {
	border-radius: 0;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
	float: none;
	line-height: 30px;
	padding: 5px 35px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	line-height: 30px;
	padding: 5px 35px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	border-radius: 3px;
	height: 40px;
	border-width: 1px;
	border-style: solid;
}
/*woocommerce-messages*/
.woocommerce-page .woocommerce-message {
	margin: 0px 0 40px;
	border-radius: 3px;
	list-style: none;
}
.woocommerce-page .woocommerce-message a {
	padding: 6px 14px;
	font-size: 12px;
}
.woocommerce-page .woocommerce-error {
	list-style: none;
	padding: 0;
	margin: 0px 0 40px;
	border-radius: 3px;
	border: none;
	float: left;
	width: 100%;
}
.woocommerce-page .woocommerce-error a {
	padding: 6px 14px;
	font-size: 12px;
}
.woocommerce-page .woocommerce-info {
	list-style: none;
	padding: 0;
	margin: 0px 0 40px;
	border-radius: 3px;
	border: none;
	float: left;
	width: 100%;
	margin-top: 25px !important;
}
.woocommerce-page .woocommerce-info a {
	padding: 6px 14px;
	font-size: 12px;
}
.woocommerce-page .woocommerce-info {
	float: left;
	text-align: left;
	padding-top: 30px;
}
.woocommerce-page .woocommerce .woocommerce-info {
	border-radius: 3px;
	border: none;
	padding-top: 15px;
	margin-bottom: 40px;
}
.woocommerce-page .woocommerce .woocommerce-info a {
	opacity: 0.9;
}
/*woocommerce-pagination*/
.woocommerce nav.woocommerce-pagination ul {
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	float: left;
	line-height: 1.42857;
	margin: 0 3px;
	padding: 6px 12px;
	border-width: 1px;
	border-style: solid;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav .woocommerce-pagination ul li span.current {
	border-width: 1px;
	border-style: solid;
}
/*woocommerce-price-filter*/
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: #1a2128;
}
/*----contactform----*/
.wpcf7-form .wpcf7-form-control {
	margin-top: 6px;
	margin-bottom: 15px;
	font-size: 12px;
	height: 40px;
	padding: 6px 12px;
	display: block;
	line-height: 1.42857143;
	width: 100%;
	border-width: 1px;
	border-style: solid;
}
.wpcf7-form .wpcf7-textarea {
	height: 150px;
	border-radius: 3px;
}
.wpcf7-form .wpcf7-form-control:hover, .wpcf7-form .wpcf7-form-control:focus {
	box-shadow: none;
}
.wpcf7-form .wpcf7-form-control.wpcf7-submit {
	padding: 5px 35px;
	line-height: 30px;
	overflow: hidden;
	position: relative;
	border-radius: 2px;
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
	transition: all 0.4s ease-in-out 0s;
	width: auto;
}
/*----contactform footer-widget----*/
footer .proficiency-widget .wpcf7-form .wpcf7-form-control.wpcf7-submit {
	margin-bottom: 0;
}
/*---------------------------------------
=========================================
	content-Home-Sections
=========================================
-----------------------------------------*/
.proficiency-section {
	padding: 70px 0;
	margin: 0;
}
#content {
	padding: 60px 0;
}
/*---------------------------------------
	proficiency-blog          
-----------------------------------------*/
.proficiency-blog-section {
}
.proficiency-blog-section .overlay {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 60px 0;
}
.proficiency-blog-post-box {
	margin-bottom: 40px;
	background: #fff;
	padding: 0px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	border-radius: 3px;
}
.proficiency-blog-post-box input[type="checkbox"], .proficiency-blog-post-box input[type="radio"] {
    display: inline;
}
.proficiency-blog-post-box table, .proficiency-blog-post-box th, .proficiency-blog-post-box td {
    border: 1px solid #d1d1d1;
}
.proficiency-blog-post-box table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
}
.proficiency-blog-post-box th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}
.proficiency-blog-post-box th, .proficiency-blog-post-box td {
    padding: 0.4375em;
}
.proficiency-blog-post-box td {
    border-width: 0 1px 1px 0;
}
.proficiency-blog-post-box .small {
	font-size: 14px;
	padding: 30px;
}
.proficiency-blog-post-box .small > p {
	margin-bottom: 20px;
}
.proficiency-blog-thumb {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	float: left;
	min-height: 35px;
}
.proficiency-blog-thumb img {
	position: relative;
	max-width: 100%;
	float: left;
	height: auto;
	border-radius: 3px 3px 0 0;
}
.proficiency-blog-date {
	height: 32px;
	left: 0px;
	position: absolute;
	text-align: center;
	top: 0px;
	width: auto;
	padding: 0 10px;
	margin: 10px;
	z-index: 10;
	border-radius: 30px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
}
.proficiency-blog-date .h3 {
	font-size: 14px;
}
.proficiency-blog-date span {
	font-size: 14px;
}
.proficiency-blog-author {
	background: #e8e8e8 none repeat scroll 0 0;
	font-size: 16px;
	font-weight: 800;
	height: 75px;
	right: 0px;
	padding: 4px;
	position: absolute;
	text-align: center;
	bottom: 0;
	width: 75px;
	margin: 0 10px -30px 0;
	z-index: 999;
}
.proficiency-blog-author img {
	max-width: 100%;
	border-radius: 100%;
}
.proficiency-blog-post-box h1:first-child {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.05em;
	line-height: normal;
	margin: 0 0 15px;
	overflow-wrap: break-word;
	position: relative;
	padding-bottom: 16px;
}
.proficiency-blog-post-box h1:first-child::before {
	border: 2px solid;
	bottom: -1px;
	content: "";
	display: block;
	left: 0;
	margin: auto;
	position: absolute;
	width: 30px
}
.proficiency-blog-post-box:hover h2::before {
	width: 40%;
	transition: all 0.3s ease 0s;
}
.proficiency-blog-category {
	padding: 10px 0;
}
.proficiency-blog-category a {
	display: inline-block;
	font-weight: normal;
	padding: 0 10px 0 0;
}
.proficiency-info-author-block {
	margin-bottom: 40px;
	margin-top: 10px;
	padding: 20px 20px 0px 20px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	border-radius: 3px;
}
.proficiency-info-author-block a {
	font-size: 13px;
}
.proficiency-info-author-block .row {
	margin: 0;
}
.proficiency-info-author-block h4 {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -0.05em;
}
.proficiency-info-author-block h4 span {
	font-size: 13px;
	padding-right: 5px;
}
.proficiency-info-author-block h4 span i {
	padding-right: 5px;
}
.proficiency-info-author-block .proficiency-author-pic img {
	margin: 0 25px 15px 0;
	float: left;
	border-radius: 50%;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	width: 85px;
	height: 85px;
}
.proficiency-info-author-block .proficiency-info-author-social {
	font-size: 24px;
	padding: 0;
}
.proficiency-info-author-block .proficiency-info-author-social li a {
	font-size: 16px;
	line-height: 28px;
}
.proficiency-info-author-block .proficiency-info-author-social li {
	border-radius: 3px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	height: 30px;
	margin: 10px 15px 10px 0;
	text-align: center;
	width: 30px;
	transform: rotate(45deg);
}
.proficiency-info-author-block .proficiency-info-author-social li a i {
	transform: rotate(-45deg);
}
.comment_section .comment-reply-link:before {
	content: "\f112";
	font-family: FontAwesome;
	padding-right: 8px;
}
.comment_section .comment-reply-link {
	border-radius: 4px;
	margin-left: 10px;
	padding: 4px 8px;
	transition: all 0.3s ease 0s;
	border-width: 1px;
	border-style: solid;
	background: #f0f0f0;
	color: #666;
	border-color: #f0f0f0;
}
.proficiency-comments a {
	color: #777;
}
.proficiency-comments .proficiency-reply {
	border-radius: 3px;
	margin-left: 10px;
	transition: all 0.3s ease 0s;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
}
.proficiency-comments a i {
	padding-right: 6px;
}
.proficiency-comments h4 {
	font-size: 14px;
	font-weight: normal;
	margin-top: 0;
}
.proficiency-comments h4 span {
	font-size: 12px;
	padding-left: 7px;
}
.proficiency-comments .btn {
	margin-left: 5px;
}
.proficiency-comments .media {
	margin-top: 0;
}
.proficiency-comments .comment .media-body > p:last-child {
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 30px;
	margin-top: 0;
}
.proficiency-comments li .media-body > .small {
	border-bottom: none!important;
	padding: 0;
	color: #999;
}
.proficiency-comments li .media-body > p {
	border-width: 0 0 1px 0;
	border-style: solid;
	padding: 5px 0px 20px 5px;
	margin-bottom: 20px;
}
.proficiency-comments li .media .media {
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.proficiency-comments li:last-child .media-body > p {
	border-bottom: none;
	padding: 0;
}
.comment-form label {
	width: 100%;
	clear: both;
}
.comments-area .comment-body {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
    padding: 0 0 6px;
}
.proficiency-comments .comment-list li {
	margin-bottom: 20px;
	padding: 20px;
	border-width: 0 0 0 2px;
	border-style: solid;
}
/* --------------------------------------
=========================================
	proficiency-breadcrumb-section
=========================================
-----------------------------------------*/
.proficiency-breadcrumb-section {
	height: 100%;
	margin: 0 0 0px;
	overflow: hidden;
	padding: 0;
	width: 100%;
	box-shadow: 0 0 5px 0 #aaaaaa;
}
.proficiency-breadcrumb-section .overlay {
	height: 100%;
	padding: 30px 0;
	position: relative;
	width: 100%;
}
.proficiency-breadcrumb-title {
	text-align: left;
	padding: 0;
}
.proficiency-breadcrumb-title h1 {
	font-size: 18px;
	margin: 0;
	line-height: 20px;
	font-weight: 600;
	letter-spacing: -0.05em;
}
.proficiency-page-breadcrumb {
	list-style: none outside none;
	margin-bottom: 0px;
	padding: 0;
	text-align: right;
	font-size: 15px;
	line-height: 20px;
}
.proficiency-page-breadcrumb > li {
	display: inline-block;
}
.proficiency-page-breadcrumb > li + li:before {
	content: "\f105";
	font-family: fontawesome;
	padding: 0 5px;
}
/* --------------------------------------
=========================================
	5.proficiency-sidebar
=========================================
-----------------------------------------*/
.proficiency-sidebar {
	padding: 0;
}
.proficiency-sidebar a {
	transition: all 0.3s ease 0s;
}
.proficiency-sidebar .proficiency-widget .btn {
	padding: 2px 12px;
	border: none;
	border-radius: 30px;
	height: 40px;
}
.proficiency-sidebar .proficiency-widget {
	margin-bottom: 30px;
	padding: 10px 20px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	border-radius: 3px;
}
.proficiency-sidebar .proficiency-widget ul {
	padding: 0;
	list-style: none;
}
.proficiency-sidebar .proficiency-widget ul li {
	display: block;
	letter-spacing: 0.2px;
	line-height: 22px;
	margin: 0 0 10px;
	overflow: hidden;
	padding: 0;
	border-width: 0 0 1px 0;
	border-style: solid;
}
.proficiency-sidebar .proficiency-widget h2 {
	font-size: 16px;
	line-height: 20px;
}
.proficiency-sidebar .proficiency-widget h6, .proficiency-sidebar .proficiency-widget h2 {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
	font-weight: 600;
	letter-spacing: -0.05em;
}
.proficiency-sidebar .proficiency-widget h6::before, .proficiency-sidebar .proficiency-widget h2::before {
	border-width: 2px;
	border-style: solid;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	margin: auto;
	position: absolute;
	width: 30px;
	transition: all 0.4s ease 0s;
}
.proficiency-widget h6:hover::before {
	width: 50%;
}
.proficiency-sidebar .proficiency-widget ul li {
	padding: 10px 0;
	position: relative;
	transition: all 0.4s ease-in-out 0s;
}
.proficiency-sidebar .proficiency-widget ul li:last-child {
	border: none;
}
.proficiency-sidebar .proficiency-widget ul li a:hover {
	padding-left: 10px;
	transition: all 0.4s ease-in-out 0s;
}
.proficiency-sidebar .proficiency-widget ul.menu li .sub-menu {
	margin-left: 15px;
}
.proficiency-sidebar .proficiency-widget ul.menu li .sub-menu li {
	border-bottom: none;
	padding: 10px 0 0;
}
.proficiency-sidebar .proficiency-widget.widget_search .btn {
	border: medium none;
	border-radius: 30px;
	height: 40px;
	padding: 2px 12px;
	transition: all 0.3s ease 0s;
}
.proficiency-sidebar .proficiency-category-widget ul li {
	padding: 10px 0;
	position: relative;
	transition: all 0.4s ease-in-out 0s;
	border-width: 0 0 1px 0;
	border-style: solid;
}
.proficiency-sidebar .proficiency-category-widget ul li a:hover {
	padding-left: 10px;
	transition: all 0.4s ease-in-out 0s;
}
.proficiency-sidebar .proficiency-widget .proficiency-widget-tags, .proficiency-sidebar .proficiency-widget .tagcloud {
	margin: 0 0 10px;
	overflow: hidden;
	padding: 0;
}
.proficiency-sidebar .proficiency-widget .proficiency-widget-tags a, .proficiency-sidebar .proficiency-widget .tagcloud a {
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 5px 9px 0;
	padding: 6px 12px;
	transition: all 0.4s ease-in-out 0s;
	border-width: 1px;
	border-style: solid;
	border-radius: 30px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.proficiency-sidebar .proficiency-widget-tags a:hover, .proficiency-sidebar .proficiency-widget .tagcloud a:hover {
	border-width: 1px;
	border-style: solid;
	transition: all 0.4s ease-in-out 0s;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.proficiency-sidebar .proficiency-widget .proficiency-twitter-feed li {
	margin: 2px 0;
	padding-bottom: 5px;
	padding-left: 20px;
	position: relative;
}
/*--proficiency-blog-post end--*/ 
.proficiency-sidebar .proficiency-widget .proficiency-blog-post {
	margin-bottom: 0;
	margin-top: 0 !important;
	overflow: hidden;
	padding-bottom: 20px;
}
.proficiency-sidebar .proficiency-widget .proficiency-post-area {
	display: block;
	float: left;
	margin-left: 0;
	margin-right: 15px;
}
.proficiency-sidebar .proficiency-widget .proficiency-blog-post .proficiency-post-area img {
	border-radius: 2px;
	display: block;
	height: 70px;
	max-width: 70px;
	transition: all 0.3s ease-in-out 0s;
}
.proficiency-sidebar .proficiency-widget .proficiency-blog-post h3 {
	display: block;
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 5px;
	margin-top: -5px;
	word-wrap: break-word;
}
.proficiency-widget .proficiency-blog-post span {
	display: block;
	font-size: 12px;
	line-height: 20px;
	margin-right: 8px;
	font-style: italic;
}
/*--proficiency-blog-post end--*/ 
/*--calendar_wrap--*/ 
.proficiency-sidebar .proficiency-widget .calendar_wrap table {
	width: 100%;
	font-size: 11px;
}
.proficiency-sidebar .proficiency-widget .calendar_wrap table caption {
	border-radius: 2px;
	font-size: 16px;
	font-weight: 500;
	line-height: 35px;
	margin-bottom: 0;
	padding: 5px 12px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
}
.proficiency-sidebar .calendar_wrap table thead th {
	border-width: 1px;
	border-style: solid;
}
.proficiency-sidebar .calendar_wrap table tbody td:hover, .proficiency-sidebar .calendar_wrap table tbody #today:hover {
	transition: all 0.3s ease 0s;
}
.proficiency-sidebar .calendar_wrap table tfoot {
	border-width: 1px;
	border-style: solid;
}
.proficiency-sidebar .proficiency-widget .calendar_wrap table thead th {
	text-align: center;
	padding: 6px 0;
}
.proficiency-sidebar .proficiency-widget .calendar_wrap table tbody td {
	line-height: 2.5em;
	transition: background 0.15s ease 0s;
	text-align: center;
	border-width: 1px;
	border-style: solid;
}
.proficiency-sidebar .proficiency-widget .calendar_wrap table tfoot {
	font-size: 11px;
}
.proficiency-sidebar .proficiency-widget .calendar_wrap table tfoot tr td#prev {
	padding: 5px;
	text-transform: uppercase;
}
.proficiency-sidebar .proficiency-widget .calendar_wrap table tfoot tr td#next {
	padding: 5px;
	text-align: right;
	text-transform: uppercase;
}
/*--calendar_wrap end--*/ 
.proficiency-sidebar .proficiency-widget .textwidget select, .proficiency-sidebar .proficiency-widget .textwidget img {
	width: 100%;
}
/*----woocommerce footer-widget----*/
.proficiency-sidebar .proficiency-widget.widget_product_search .btn {
	padding: 2px 12px;
	height: 40px;
	border-radius: 30px;
	margin-left: -1px;
}
/* --------------------------------------
=========================================
	proficiency-error page
=========================================
-----------------------------------------*/
.proficiency-error-404 h1 {
	font-size: 100px;
}
.proficiency-error-404 h1 i {
	padding: 5px;
}
.proficiency-error-404 h4 {
	line-height: 40px;
}
.proficiency-error-404 p {
	line-height: 30px;
}
/* --------------------------------------
=========================================
	8.proficiency-footer
=========================================
-----------------------------------------*/
footer {
}
footer .proficiency-footer-widget-area {
	padding-top: 50px;
}
footer .proficiency-widget {
	margin-bottom: 50px;
}
footer .proficiency-widget:nth-child(4n+1) {
	clear: both;
}
footer .proficiency-search-widget .btn {
	padding: 1px 12px;
	border-radius: 30px;
	height: 40px;
}
footer .proficiency-widget.widget_search .btn {
	border-width: 1px;
	border-style: solid;
	padding: 2px 12px;
	height: 40px;
	border-top-right-radius: 3px;
}
footer .proficiency-widget.widget_search .btn-default, footer .proficiency-widget.widget_search .btn-default:hover {
	background-color: initial;
}
footer .proficiency-widget.widget_search .btn:hover, footer .proficiency-widget.widget_search .btn:focus {
	border-width: 1px;
	border-style: solid;
	transition: all 0.4s ease-in-out 0s;
}
footer .proficiency-widget h6 {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 30px 0;
	position: relative;
	padding-bottom: 12px;
}
footer .proficiency-widget h6::before {
	border: 1px solid;
	bottom: 0px;
	content: "";
	display: block;
	left: 0;
	margin: auto;
	position: absolute;
	width: 30px
}
footer .proficiency-widget:hover h6::before {
	width: 50%;
	transition: all 0.3s ease 0s;
}
footer .proficiency-widget ul {
	padding: 0;
	list-style: none;
}
footer .proficiency-widget ul li {
	display: block;
	letter-spacing: 0.2px;
	line-height: 22px;
	margin: 0 0 10px;
	overflow: hidden;
	padding: 0;
	border-width: 0 0 1px 0;
	border-style: solid;
}
footer .proficiency-widget ul li a:hover {
	transition: all 0.4s ease-in-out 0s;
}
footer .proficiency-widget ul li:first-child {
	padding-top: 0;
}
footer .proficiency-widget ul li:last-child {
	border-bottom: none;
}
footer .proficiency-widget ul li {
	margin: 0;
	padding: 10px 0;
	position: relative;
}
footer .proficiency-widget ul li a {
	transition: all 0.4s ease-in-out 0s;
}
footer .proficiency-widget ul li a:hover {
	padding-left: 10px;
}
footer .proficiency-widget .list-unstyled li:first-child {
	padding-top: 0;
}
footer .proficiency-widget .list-unstyled li {
	margin: 0;
	padding: 10px 0;
	position: relative;
}
footer .proficiency-widget .list-unstyled li {
	border-width: 1px;
	border-style: solid;
}
footer .proficiency-widget .list-unstyled li :last-child {
	border-bottom: none;
}
footer .proficiency-widget .list-unstyled li a:hover {
	transition: all 0.4s ease-in-out 0s;
}
footer .proficiency-widget .list-unstyled li a {
	line-height: 25px;
	transition: all 0.4s ease-in-out 0s;
}
footer .proficiency-widget .list-unstyled li a:hover {
	padding-left: 10px;
}
footer .proficiency-widget .proficiency-social {
	padding: 10px 0px;
}
footer .proficiency-widget .proficiency-social li {
	display: inline-block;
	margin-right: 5px;
	border-bottom: none;
}
footer .proficiency-widget .proficiency-social li a:hover {
	padding-left: 0;
}
footer .proficiency-widget .proficiency-social li span.icon-soci {
	border-width: 1px;
	border-style: solid;
	display: inline-block;
	float: left;
	height: 32px;
	line-height: 32px;
	margin: 8px;
	text-align: center;
	transform: rotate(45deg);
	width: 32px;
}
footer .proficiency-widget .proficiency-social li span.icon-soci:hover {
	border-width: 1px;
	border-style: solid;
	transition: all 0.4s ease-in-out 0s;
}
footer .proficiency-widget .proficiency-social li span.icon-soci i {
	font-size: 16px;
	transform: rotate(-45deg);
}
footer .proficiency-widget .proficiency-widget-tags, footer .proficiency-widget .tagcloud {
	margin: 0 0 10px;
	overflow: hidden;
	padding: 0;
}
footer .proficiency-widget .proficiency-widget-tags a, footer .proficiency-widget .tagcloud a {
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 5px 9px 0;
	padding: 6px 12px;
	transition: all 0.4s ease-in-out 0s;
	border-width: 1px;
	border-style: solid;
	border-radius: 30px;
}
footer .proficiency-widget .proficiency-widget-tags a:hover, footer .proficiency-widget .tagcloud a:hover {
	border-width: 1px;
	border-style: solid;
	transition: all 0.4s ease-in-out 0s;
}
footer .proficiency-widget .calendar_wrap table {
	width: 100%;
	font-size: 11px;
}
footer .proficiency-widget .calendar_wrap table caption {
	border-radius: 2px;
	font-size: 16px;
	font-weight: 500;
	line-height: 35px;
	margin-bottom: 0;
	padding: 5px 12px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
}
footer .proficiency-widget .calendar_wrap table thead th {
	text-align: center;
	padding: 6px 0;
	border-width: 1px;
	border-style: solid;
}
footer .proficiency-widget .calendar_wrap table tbody td {
	line-height: 2.5em;
	transition: background 0.15s ease 0s;
	text-align: center;
	border-width: 1px;
	border-style: solid;
}
footer .calendar_wrap table tbody #today:hover {
	transition: all 0.3s ease 0s;
}
footer .calendar_wrap table tbody td:hover {
	transition: all 0.3s ease 0s;
}
footer .proficiency-widget .calendar_wrap table tfoot {
	font-size: 11px;
	border-width: 1px;
	border-style: solid;
}
footer .proficiency-widget .calendar_wrap table tfoot tr td#prev {
	padding: 5px;
	text-transform: uppercase;
}
footer .proficiency-widget .calendar_wrap table tfoot tr td#next {
	padding: 5px;
	text-align: right;
	text-transform: uppercase;
}
footer .proficiency-widget .textwidget select, footer .proficiency-widget .textwidget img {
	width: 100%;
}
footer .proficiency-widget .form-control {
	border-width: 1px;
	border-style: solid;
}
/*----woocommerce footer-widget----*/
footer .proficiency-widget.widget_product_search .btn {
	padding: 2px 12px;
	height: 40px;
	border-radius: 30px;
	margin-left: -1px;
}
/*----contactform footer-widget----*/
footer .proficiency-widget .wpcf7-form .wpcf7-form-control {
	border: none;
}
footer .proficiency-footer-copyright {
	padding: 25px 0 10px;
}
footer .proficiency-footer-copyright p, footer .proficiency-footer-copyright a {
	font-size: 13px;
	line-height: 23px;
}
footer .proficiency-social {
	padding: 0px;
	margin: 0;
}
footer .proficiency-social li {
	display: inline-block;
	margin-right: 5px;
	border-bottom: none;
}
footer .proficiency-social li a:hover {
	padding-left: 0;
}
footer .proficiency-social li span.icon-soci {
	display: inline-block;
	float: left;
	height: 28px;
	line-height: 28px;
	margin: 0px 4px;
	text-align: center;
	transform: rotate(45deg);
	width: 28px;
	border-radius: 3px;
}
footer .proficiency-social li span.icon-soci:hover {
	transition: all 0.4s ease-in-out 0s;
}
footer .proficiency-social li span.icon-soci i {
	font-size: 14px;
	transform: rotate(-45deg);
}
/* --------------------------------------
=========================================
	proficiency-Responsive Part
=========================================
-----------------------------------------*/
@media (max-width: 992px) {
.woocommerce-page .woocommerce .cart-collaterals .cart_totals {
	width: 100%;
}
.woocommerce-page .products .product > a:first-child {
/*		min-height: 325px; */
}
}
@media (max-width: 767px) {
.woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product {
	width: 48%;
	float: left;
	clear: both;
	margin: 0 0 2.992em;
}
.woocommerce .upsells.products ul li.product:nth-child(4), .woocommerce-page ul.products li.product:nth-child(4) {
	margin: 0 0 2.992em;
}
.woocommerce .upsells.products ul li.product:nth-child(4+1), .woocommerce-page ul.products li.product:nth-child(4+1) {
	clear: none;
}
.woocommerce .upsells.products ul li.product:nth-child(even), .woocommerce-page ul.products li.product:nth-child(even) {
	margin-right: 0;
	float: right;
}
.woocommerce .upsells.products ul li.product:nth-child(odd), .woocommerce-page ul.products li.product:nth-child(odd) {
	clear: left;
}
}
@media (max-width: 600px) {
.woocommerce-page .product .images {
	width: 100%;
}
.woocommerce-page .product .entry-summary {
	width: 100%;
	padding-left: 0%;
	margin-top: 50px;
}
.woocommerce-page .woocommerce-tabs .tabs li a {
	font-size: 14px;
}
.woocommerce-page .woocommerce-tabs .tabs li {
	padding: 10px 10px;
}
.listpost-content-wrap-large {
	position: relative;
}
.listpost-content-wrap-large {
	padding: 20px 0px 0px 0px;
}
.entry-meproficiency-large {
	position: relative;
	float: left;
	width: 100%;
}
.entry-footer-large {
	padding-right: 0;
}
}
@media (max-width: 480px) {
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 100%;
}
.woocommerce-page .woocommerce-result-count {
	text-align: center;
	width: 100%;
	margin-bottom: 0px;
}
.woocommerce-page .woocommerce-ordering {
	float: none;
}
.woocommerce-page .products .product > a:first-child {
	width: 240px;
}
.woocommerce-page .woocommerce-tabs .tabs li {
	width: 100%;
}
.woocommerce-page .woocommerce-tabs .tabs li {
	width: 100%;
	border-bottom: 2px solid #CCC;
}
.woocommerce-page .woocommerce-tabs .tabs {
	border-bottom: 0;
}
.woocommerce-page .woocommerce-tabs .comment_container {
	position: relative;
	padding-left: 0px;
	padding-top: 50px;
}
.woocommerce-page .products .product > a:first-child {
	width: 100%;
}
/* cart page */
.woocommerce table.shop_table th {
	padding: 5px 5px;
	font-size: 8px;
}
.woocommerce-page .woocommerce .product-name a {
	font-size: 12px;
	line-height: 16px;
	float: left;
}
.woocommerce table.shop_table td {
	padding: 6px 4px;
}
.woocommerce table.shop_table td, .woocommerce table.shop_table td span, .woocommerce table.shop_table td a, .woocommerce table.shop_table td strong {
	font-size: 12px;
}
.woocommerce table.shop_table td .amount {
	font-size: 12px;
}
.woocommerce-page .woocommerce .product-quantity input.qty {
	width: 45px;
}
.woocommerce td.product-quantity {
	min-width: 40px;
}
.woocommerce-page .woocommerce input[type="submit"] {
	font-size: 10px;
}
.woocommerce-page .woocommerce .cart_totals tr.cart-subtotal th {
	font-size: 12px;
}
.woocommerce-cart .cart-collaterals .cart_totals tr th {
	font-size: 12px;
}
.woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table td span, .woocommerce-cart .cart-collaterals .cart_totals table td a {
	font-size: 12px;
}
.woocommerce form .form-row label {
	font-size: 12px;
}
.woocommerce-page .woocommerce .woocommerce-info, .woocommerce-page .woocommerce .woocommerce-info a {
	font-size: 12px;
}
.woocommerce-checkout-payment label {
	font-size: 14px;
}
.woocommerce-page .woocommerce #payment div.payment_box p {
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
}
.woocommerce form .form-row {
	width: 100%;
}
.woocommerce-page .woocommerce .order_details li {
	width: 100%;
	border-bottom: 1px dashed #d3ced2;
	border-right: none;
	padding: 0 0 5px 0;
	margin-bottom: 5px;
	margin-top: 5px
}
.woocommerce-page address {
	font-size: 12px;
}
.woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-message, .woocommerce-page .woocommerce-error li {
	font-size: 12px;
}
.woocommerce-page .woocommerce .cart-collaterals .cart_totals a {
	width: 100%;
	margin-right: 0;
}
.woocommerce-page .woocommerce .checkbox {
	font-size: 16px;
}
.woocommerce-page .myaccount_address {
	font-size: 12px;
}
.woocommerce-page #content .quantity input.minus, .woocommerce-page #content .quantity input.plus {
	display: none;
}
.woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product {
	width: 100%;
}
}
/* [end] woocommerce */
@media (min-width: 768px) and (max-width: 991px) {
.navbar-wp .navbar-collapse.collapse {
	display: none;
}
.navbar-wp .navbar-collapse.collapse.in {
	display: block;
}
.navbar-wp .navbar-header .collapse, .navbar-toggle {
	display: block;
}
.navbar-header {
	float: none;
}
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
/* logo*/
.navbar-default .navbar-brand {
	margin: 0 auto;
	text-align: center;
}
.navbar-wp .navbar-nav > li > a {
	padding: 12px;
}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
.navbar-toggle {
	display: block;
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-collapse.collapse.in {
	display: block !important;
}
}
@media screen and (min-width: 240px) and (max-width: 767px) {
/*--------------- proficiency-slider ---------------*/
.navbar-wp .navbar-nav > li > a {
	padding: 10px 16px;
}
.navbar-wp .navbar-nav>.active>a, .navbar-wp .navbar-nav>.active>a:hover, .navbar-wp .navbar-nav>.active>a:focus {
	border-bottom: none;
}
.navbar-wp .navbar-nav > a, .navbar-wp .navbar-nav> a:hover, .navbar-wp .navbar-nav a:focus {
	border-bottom: none;
}
.margin-bottom-xs{
	margin-bottom: 40px;
}
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/*--------------- Gallary ---------------*/


.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #fff;
	display: block;
	font-size: 13px;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}