/*!
Theme Name: Business Consulting Pro
Theme URI: https://athemeart.com
Author: aThemeArt
Author URI: https://athemeart.com/downloads/bc-business-consulting/
Description: Business Consulting multi-purpose professional theme (Consulting Pro) ideal for a business or blog website. The theme has a responsive layout, HD retina ready and comes with a powerful theme options panel with can be used to make awesome changes without touching any code. The theme also comes with a full width easy to use slider. Easily add a logo to your site and create a beautiful homepage using the built-in homepage layout.

Version: 2.8.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, right-sidebar, custom-menu, featured-images, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: business-consulting-pro

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
----------------------------------------------------------------
# General 
# Form Control 
# Header
	-Top Header
	-Header Contact Info
	-Middle Header
# Footer
	-Common Widget
	-Link Widget
	-Contact Widget
	-Instagram Widget
	-Footer Bottom
# Page Breadbrumb
# Sidebar
# Blog
# BlogPost
# Post Comment
# Comment Form
# Widget Area
# Type Post
# Buttons
# Pagination
# 404 Page
# Captions
# Galleries
# Widget search
# Custom Header
# owlGallery
# popup-search
# SINGLE PROJECT
# Hero Block
# Single Posts Share
# Responsive
# Color
--------------------------------------------------------------*/
/*==========================================================
********************** General ********************
===========================================================*/


body{
	font-family:'Roboto', sans-serif;
	color: #000;
	overflow-x: hidden;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 28px;

}

h1,
h2,
h3,
h4,
h5,
h6{
	font-family: 'Roboto Condensed', sans-serif;	
}

.img{
  max-width: 100%;
  transition: all 0.3s ease-in-out 0s;
}
a{
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
.uppercase { 
  text-transform: uppercase;
}
.capitalize { 
  text-transform: capitalize;
}

h1 {
	font-size: 40px;
}
h2 {
    font-size: 35px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
ul {
    margin: 0px;
    padding: 0px;
}
li { list-style: none }
.entry-content ul li{
	list-style:disc;
}
.entry-content ul{
	margin-left:20px;
}
p {
   
    margin-bottom: 15px;
}
hr{
    margin: 0;
    padding: 0px;
    border-bottom: 1px solid #eee;
    border-top: 0px;
}
label {
  color: #626262;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}
*::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  text-transform: capitalize;
}
*::placeholder {
  color: #555555;
  font-size: 14px;
  text-transform: capitalize;
}

body img{
	max-width:100%;
	height:auto;
}
a{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}
table{
	width:100%;
	border-left:1px solid rgba(0,0,0,0.1);
	border-top:1px solid rgba(0,0,0,0.1);
}
table th,
table td{
	padding:5px;
	border-right:1px solid rgba(0,0,0,0.1);
	border-bottom:1px solid rgba(0,0,0,0.1);
	text-align:center;
}
.coomon_margin{
	margin-bottom:50px;	
}
.padding-top-25{
	padding-top:25px;	
}
.padding-top-35{
	padding-top:35px;	
}
body.home .container.page{
	padding:0px 0px;	
}
.white_text .form-control{
	color:#FFF;	
}

/*
* -------------------------------------------------------------
*    Form Control 
* -------------------------------------------------------------
*/
.form-control {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #999;
    border-style: none none solid;
    border-width: 0 0 1px;
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
    margin: 10px 0;
    height: 45px;
    padding: 0;
    -webkit-transition: all 0.36s ease 0s;
    transition: all 0.36s ease 0s;
}
.form-control::-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.form-control:hover,
.form-control:focus {
    background: transparent;
    border-color: -moz-use-text-color -moz-use-text-color #ffff95;
    border-style: none none solid;
    border-width: 0 0 1px;
    border-radius: 0;
    box-shadow: none;
    outline: 0 none;
}
.contact-area .button:hover,
.contact-area .button:focus {
    background: #ffff95 none repeat scroll 0 0;
    color: #000;
}


/*==========================================================
********************** Header ********************
===========================================================*/

.section-header {
	text-align:center;
	display: inline-block;
}
.section-header h3,
.section-header h5{
	text-transform: capitalize;
	color: #222;
	margin: 0;
	font-weight: 400;
	position: relative;	
	display: inline-block;
	padding-bottom: 26px;
}
.section-header h3::before,
.section-header h5::before{
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	display: inline-block;
	background: url("./images/section-border.png"); 
	background-repeat: no-repeat;
	width: 136px;
	height: 9px;
	
}

/* -- Top Header */
.top-header {
	background-color: #f9f9f9;
	line-height: 50px;
}
.top-header ul{
	margin:0px ;
	padding:0px;	
}
.top-header ul li{
	list-style:none;
	display:inline-block;
	margin:0px 8px;
	position:relative;
	padding-right:2px;
}
.top-header ul li:after{
	content:"|";
	position:absolute;
	right:-10px;	
}
.top-header ul li:last-child:after{
	display:none;
}
.top-header a,
.top-header  span {
	color: #999;
    font-size: 13px;
    letter-spacing: 0.52px;
    line-height: 26px;
    text-transform: capitalize;
}
.top-header ul ul{
	position:absolute;
	line-height:25px;	
	background-color: #f9f9f9;
	display:none;
	z-index:9999;
	
}
.top-header li:hover ul{
	display:block;	
}
.top-header li li{
	padding-bottom:5px;	
}

/* -- Header Contact Info */
.header-contact-info {
	float: right;
}
.header-contact-info a {
	margin-left: 6px;
	margin-right: 10px;
	text-decoration: none;	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-contact-info a:hover {
	color: #000;
}
.header-contact-info .dropdown {
	display: inline-block;
}
.header-contact-info .dropdown-menu{
	border-radius: 0;
	border: none;
	margin: 0;
	padding: 0;
	left: auto;
	right: 0;
}
.header-contact-info .dropdown-menu > li > a {
	color: #999;
	padding: 3px 15px;
	margin: 0;
	line-height: 26px;
}
.header-contact-info .dropdown-menu > li > a:hover {
	color: #222;
}
.header-contact-info .btn {
	background-color: transparent;
	border-radius: 0;
	box-shadow: none;
	padding-left: 15px;
	padding-right: 0;	
}
.header-contact-info .btn:active,
.header-contact-info .btn:focus{
	outline: none;
}

/* -- Middle Header */
.middle-header{
	display:block;
	padding:10px 0px;	
}
.middle-header .logo-block {
	float: left;
	max-width: 100%;
	margin-top:5px;
}
.header-info {
	float: right;
	margin: 14px 0px;
}
.header-info h5{
	margin-bottom:0px;	
}
.header-info ul {
	display: inline-block;
    margin-top: 8px;
    padding-left: 0;
}
.header-info ul li {
	border-right: 1px solid #efefef;
    display: inline-block;
    padding: 0 28px;
}
.header-info ul li:last-child{
	border:none;	
}
.header-info h3 {
	color: #333;
    display: block;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
    word-wrap: break-word;
}
.header-info span {
	color: #aaa;
    word-wrap: break-word;
}
.header-social{
	float: right;
}
.header-social ul {
	padding-left:0;
	display: inline-block;
	margin-bottom: 0;
	position: relative;
	
}
.header-social ul li{
	display: inline-block;
}
.header-social ul li a {
	color: #fff;
	font-size: 18px;
	padding:0px 13px;
	display:block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration:none;
	line-height:65px;
}

.menu-block {
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	z-index: 999;
	background:rgba(0,0,0,0.5);
}

.sticky-wrapper.is-sticky .menu-block {
	background:#303031;	
}
.menu-block .container span.home-icon {
	color: #fff;
    float: left;
    font-size: 32px;
    margin-top: 0;
    position: relative;
	top: 15px;
	z-index:99;
}
.menu-block .container > span  a{
	color:#FFF;	
}
.menu-block .container > span::after {
	background-color: rgba(255, 255, 255, 0.3);
    content: "";
    height: 25px;
    position: absolute;
    right: 0;
    top: 9px;
    width: 1px;
}
.menu-block::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	background: rgba(255,255,255,0.2);
	height: 1px;
	width: 100%;
}
.menu_block_two.menu-block::after {
	width: 0;
}

/*==========================================================
********************** Footer ********************
===========================================================*/


/* -- Footer Main */
.footer-main {
	background-color: #333;
	
}
.footer-main .container .row {
	padding-bottom: 30px;
	padding-top: 60px;
}
.footer-bottom .container .row {
	padding-bottom: 0px;
	padding-top: 0px;
	
	
}
.footer-main .ftr-widget {
	margin-bottom: 20px;
}
.footer-main .ftr-widget .widget-title {
	color: #fff;   
    letter-spacing: 0.9px;
    margin-bottom: 30px;
    margin-top: 0;
    padding-bottom: 9px;
    position: relative;
    text-transform: uppercase;
}
.footer-main .ftr-widget .widget-title::before {
	content: "";
	width: 30px;
	height: 1px;
	left: 0;
	bottom: 0;
	display: inline-block;
	position: absolute;
}

.ftr-widget p,
.ftr-widget table{
	font-weight: 300;
	color: #999;
	letter-spacing: 0.42px;

}
/* -- Common Widget */
.footer-main.footer2 .about-widget {
	padding-right: 5px;
}
.ftr-widget{

	color: #999;

}
.ftr-widget a {
	text-decoration: none;
	
	position: relative;
}

.ftr-widget a:hover {
	text-decoration:underline;
}

/* -- Link Widget */
.footer-main.footer2 .link-widget {
	padding-left: 60px;
}
.link-widget.ftr-widget h3{
	margin-bottom: 20px;
}
.link-widget ul{
	padding-left: 0;
}
.link-widget ul li {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid rgba(240,240,240,0.1);
}
.link-widget  ul li a {
	line-height: 44px;
	font-size: 14px;
	letter-spacing: 0.14px;
	color: #999;
	text-decoration: none;
	padding-left: 15px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
}
.link-widget  ul li a::before {
	position: absolute;
	content: "";
	left: 0;
	top: 5px;
	height: 6px;
	width: 6px;
}
.link-widget ul li:last-of-type {
	border-bottom: none;
}
.link-widget  ul li a:hover {
	margin-left: 10px;
	text-decoration:none;
}

/* -- Contact Widget */
.icon_wrp p {
	position: relative;
	padding-left: 40px;
	margin-bottom: 18px;
	color: #999;
	
	line-height: 24px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}

.icon_wrp p:hover a,
.icon_wrp p:hover span,
.icon_wrp p:hover {
	color: #f7c51d;
}
.icon_wrp p span {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 20px;
	color: #999;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.icon_wrp p:first-of-type{
	margin-top: -3px;
}
.icon_wrp p:first-of-type span {
	top: 5px;
}
.icon_wrp p a {
	color: #999;
	text-decoration: none;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}

/* -- Instagram Widget */

ul.instagram-pics{
	margin:0px;
	padding:0px;
}
ul.instagram-pics li{
	display: inline-block;
	margin-right: 2px;
	margin-bottom: 5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border:none;
	list-style:none;
	padding:0.33%;
	width:30%;
	overflow:hidden;
}
ul.instagram-pics li:after,ul.instagram-pics li:before{
	display:none;	
}
.instagram-widget ul li:hover{
	opacity: 0.5;
}
ul.instagram-pics li img{
	width:100%;
	height:auto;	
}
ul.instagram-pics li a,
ul.instagram-pics li a:hover{
	padding:0px;
	margin-left:0px;	
}

/* -- Footer Bottom */
.footer-bottom {
	line-height: 50px;
	position: relative;
	display:block;
	width: 100%;
	
}

.footer-bottom .container {
	position: relative;
}
.footer-bottom .container::before{
	position: absolute;
	left: -32%;
	top: 0; 	
	height: 35px;
	width: 348px;
	background-color: #333;
	transform: skewX(-40deg);
}

.footer-bottom{
	font-size: 14px;
	color: #fff;
}
.footer-bottom ul{
	float: right;
	margin-bottom: 0;
	padding:0px;

}
.footer-bottom li{
	display:inline-block;
	list-style:none;	
}
.footer-bottom a{
	color: #fff;
	text-decoration: none;
	line-height: 26px;
	font-weight: 500;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	margin:0px 5px;
}
.footer-bottom  a:hover{
	color: #777;
}
.footer-bottom  a:last-of-type{
	padding-right: 0;
	border: none;
}

/*==========================================================
********************** Page Breadbrumb ********************
===========================================================*/

.page-breadcrumb {
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.08);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.08);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.08);
}
.page-breadcrumb .breadcrumb{
	background-color: transparent;
	border-radius: 0;
	line-height: 50px;
	padding: 0;
	width: 100%;
	margin-bottom: 0;
}
.page-breadcrumb .breadcrumb > li + li::before{
	content: "\f105";
	font-family: "FontAwesome";
	line-height: 22px;
	letter-spacing: 0.36px;
	font-size: 14px;
	color: #777;	
	margin-right: 8px;
	margin-left: 5px;
}
.page-breadcrumb .breadcrumb a{
	color: #777;
	font-weight: 400;
	text-decoration: none;
	letter-spacing: 0.42px;
	line-height: 22px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;	
}

.page-breadcrumb.breadcrumb li.active a {
	color: #777;
	
}


/*==========================================================
********************** Sidebar ********************
===========================================================*/

aside {
	display:block;
    position: relative;
    width: 100%;
}
.not-found p{
	margin-bottom:20px;
	clear:both;	
}
aside .widget,
#primary .search-form,
#secondary .widget_product_search{
    border: 1px solid rgba(0,0,0,0.1);
	display:block;
    padding: 30px;
    width: 100%;
    margin-top: -1px;
}
#secondary .widget_product_search{
	background-color: #f5f5f5;
}

aside .widget-title {
   display:block;
    margin-bottom:1rem;
    width: 100%;
    text-transform:uppercase;
}
.widget-area .widget-title {
	position: relative;
	font-weight: 500;
	text-transform: capitalize;
	padding-bottom: 10px;
	margin: 0;
	margin-bottom:25px;
}
.widget-area .widget-title::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 15px;
	height: 2px;
}

#secondary .widget ul,
ul.popular_category_list{
	margin:0px;
	padding:0px;
}
ul.popular_category_list{
	padding-right:15%;	
}
#secondary .widget li,
ul.popular_category_list li{
	list-style:none;
	display:block;	
	border-bottom: solid 1px #eee;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding-left:25px;
	position:relative;
	
}
#secondary .widget li:last-child,
ul.popular_category_list li:last-child{
	border:none;	
}
.sidebar-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar-menu li a,
#secondary .widget li a{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-weight: normal;
	display: block;
	color: #777;
	text-decoration:none;
  
} 

#secondary .widget li:hover{
	padding-left:30px;	
}
.sidebar .widget li::before,
ul.popular_category_list li:before  {
	content: "\f105";
	position:absolute;
	font-family: 'FontAwesome', sans-serif;
	left:5px;
	font-size: 12px;
    top: 10px;
    
}
#secondary .post-date{
	display:block;
	text-align:right;
	font-size:11px;
	font-style:italic;
}
.sidebar .widget.widget_archive li::before {
    content: "\f0c6";
}
.sidebar .widget.widget_categories li::before {
    content: "\f115";
}
.sidebar .widget.widget_pages li::before {
    content: "\f15b";
}
.sidebar .widget.widget_meta ul li::before {
    content: "\f0c1";
}

.sidebar .widget.widget_recent_comments ul li::before {
    content: "\f086";
}

.sidebar .widget.widget_recent_entries ul li::before {
    content: "\f02b";
}
.sidebar .widget_rss ul li::before  {
    content: "\f09e";
}

.sidebar .widget.widget_tag_cloud ul li::before  {
    content: "\f0c2";
}
.screen-reader-text{
	display:none;	
}



/*==========================================================
********************** Blog ********************
===========================================================*/
.latestnews-section.blog,
.container.page{
	padding-top:50px;
	padding-bottom:50px;
}
.content-area {
	position: relative;
	
}

.blog.latestnews-section .post-tag {
	display: inline-block;
}
.blog.latestnews-section .type-post .post-tag i{
	margin-right:5px;	
}
.blog.latestnews-section .type-post .post-tag  {
	padding-right:15px;	
}
.blog.latestnews-section .type-post .post-tag a,
.blog.latestnews-section .type-post .post-tag  {
	position: relative;
	margin-right: 5px;
	color: #777;
	height: auto;
	width: auto;	
	border: none;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}

.blog.latestnews-section .type-post .entry-meta{
	line-height: 40px;
}

.blog.latestnews-section .type-post .entry-title h3,
.blog.latestnews-section .type-post .entry-title a ,
.blog.latestnews-section .type-post .entry-title h2{
  
	font-weight: 400;
	margin-top: 0px;
	margin-bottom:20px;
	text-decoration:none;
}

/*==========================================================
********************** BlogPost ********************
===========================================================*/ 

.blogpost.latestnews-section.blog{
	padding-bottom: 25px;
}
.blogpost .content-area::after{
	bottom: -25px;
}
.entry-cover::before{
	background-color: transparent;
}

.blogpost .entry-content p  span:last-of-type {
	margin-right: 0;
}
.blogpost .entry-thumbnail {
	position: relative;
	display: inline-block;
	margin-bottom: 32px;
}
.blogpost .entry-thumbnail img{
	border-radius: 2px;
	position: absolute;
	left: 0;
	top: 0;
}
.blogpost .entry-thumbnail p {
	padding-left: 325px;
	line-height: 28px;
	letter-spacing: 0.28px;
}
.blogpost-nextprev {
	display:block;
	width: 100%;
	
}
.blogpost-nextprev a{
	line-height: 26px;
	text-decoration: none;
	text-transform: capitalize;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	
}

.blogpost-nextprev a span{
	margin-right: 10px;
	position: relative;
	top: 4px;
}
.nav-previous{
	float:left;	
}
.nav-next{
	float:right;	
}

/*==========================================================
********************** Post Comment ********************
===========================================================*/ 
.post-comments {
	display: inline-block;
	width: 100%;
}
.post-comments .section-header {
	text-align: left;
}
.post-comments .section-header h3{
	font-weight: 600;
	line-height: 28px;
	margin: 0;
	text-transform: capitalize;
}	
.post-comments .media {
	position: relative;
	overflow: visible;
	margin-top: 40px;
}
.post-comments .media-left {
	position: absolute;
	left: 0;
	top: 0;
-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.post-comments .media-left:hover {
	opacity: 0.7;
}

.post-comments img {
	border-radius: 100%;
}
.post-comments .media-body {
	overflow: visible;
}
.post-comments .media-body .media-content {
	margin-left: 100px;
	border-bottom: 1px solid #dedede;
	padding-bottom: 20px;
}
.post-comments .media-body .media-heading {
	font-size: 14px;
	font-weight: 400;
	margin-top: 0;
	line-height: 28px;
	letter-spacing: 1.3px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.post-comments .media-body .media-heading span {
	color: #777;
	font-size: 12px;
	letter-spacing: 0.6px;
	line-height: 22px;
	float: right;	
	text-transform: capitalize;
	font-weight: 400;
	word-wrap: break-word;
}
.post-comments .media-body .media-heading a {
	color: #232323;
	float: right;
	letter-spacing: 1.1px;
	font-weight: 300;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.post-comments .media-body .media-heading a i {
	margin-right: 5px;
}
.post-comments .media .media-body .media {
	margin-left: 140px;
	position: relative;
}
.post-comments .media .media-body .media::before {
	position: absolute;
	content: "";
	background-color: #eee;
	top: -38px;
	left: -86px;
	bottom: 0;
	width: 1px;	
}
.post-comments .media .media-body .media::after {
	position: absolute;
	content: "";
	background-color: #eee;
	top: 40%;
	bottom: 0;
	left: -86px;
	width: 37px;
	height: 1px;
}
.post-comments .media-content > p {
	font-size:14px;
	letter-spacing: 0.42px;
	line-height: 24px;
	margin-bottom: 8px;
}
.post-comments .media-content > a {
	letter-spacing: 0.65px;
	line-height: 28px;
	text-transform: capitalize;
	position: relative;
	text-decoration: none;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	padding-left: 10px;
}


.post-comments .media-content > a::before {
	position: absolute;
	content: "";
	left: 0;
	top: 8px;
	background-color: #35373e;
	height: 1px;
	width: 4px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}


/*==========================================================
********************** Comment Form ********************
===========================================================*/ 

.comment-form {
	position: relative;
	
}
.comment-form .form-submit{
	margin-left:15px;	
}
.comment-form .section-header {
	text-align: left;
	margin-bottom: 0;
}
.comment-form .section-header h3::before {
	right: 0;
	margin: 0;
}
.comment-form h3{
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: 1.54px;
	line-height: 28px;
	font-weight: 700;	
	margin: 0 0 5px;
}
.comment-form .form-group {
	margin-top: 15px;
	margin-bottom: 0;
	padding-bottom: 10px;
	position:relative;
}
.comment-form .form-group span.required{
	position:absolute;
	right:15px;
	top:10px;
	color:#F00;	
}
.comment-form .form-control {
	color: #222;
	padding-left: 0;
	min-height: 40px;
	outline: none;
	box-shadow: none;
	border-radius: 0;
	border: none;
	border-bottom: 2px solid #e5e5e5;
	background-color: transparent;
	font-size: 16px;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;	
}
.comment-form .form-control:focus,
.form-control:focus {
	border-color: #000;
}
.comment-form  input[type="submit"],
form .button{ 
	color: #fafbfc;
	display: inline-block;
	font-weight: 700;
	padding: 12px 37px;
	margin-top: 15px;
	text-transform: uppercase;
	border: none;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.comment-form  input[type="submit"]:hover,
form .button:hover {
	color: #fafbfc;
	background-color: #222;
}
.blogpost.latest-blog .section-padding:last-of-type {
	padding-top: 60px;
	padding-bottom: 60px;
}

/*==========================================================
********************** Widget Area ********************
===========================================================*/ 

.widget-area .widget {
	width: 100%;
}


/*==========================================================
********************** Type Post ********************
===========================================================*/ 

.entry-cover {
	position: relative;
}
.entry-cover::before{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: inline-block;
	background-color: rgba(0,0,0,0.6);
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.entry-cover:hover::before{
	opacity: 1;
}
.entry-cover a{
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;	
}
.entry-cover a span,
.entry-cover a i {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 24px;
	color: #fff;
	font-size: 40px;
	font-weight: 300;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	word-wrap: break-word;
}
.entry-cover:hover a span,
.entry-cover:hover a i{
	top: 50%;
	opacity: 1;
}
.entry-meta {
	display:block;
	width: 100%;
	border: 1px solid #ececec;
	padding-left: 27px;
	line-height: 50px;
	border-bottom: none;
	position:relative;
	font-size:12px;
	
}
.entry-meta .avatar_round{
	position:absolute;
	right:20px;
	top:-35px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	overflow:hidden;
	z-index:99;
}
.entry-meta .avatar_round img{
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	border:5px solid #fff;
}
.entry-meta .list-inline{
	margin-bottom:0px;	
}

.entry-meta,
.entry-meta a {
	line-height: 28px;
	color: #777;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration:none;
}
.entry-meta i{
	margin-right:10px;	
}
.entry-block {
	padding: 21px 30px 35px 29px;
	border: 1px solid #ececec;
}
.entry-block {
	border: 1px solid #ececec;
}
.entry-block .post-by a,
.post-by span {
	font-size: 12px;
	line-height: 26px;
	letter-spacing: 0.18px;
	text-transform: capitalize;
	word-wrap: break-word;
}




/*==========================================================
********************** Buttons ********************
===========================================================*/ 
.btn i{
	margin:0px 5px;
	display:inline-block;	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-left:15px;
	
}
.btn:hover i{
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}
.btn {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 9px 22px;
	font-family: inherit;
	color: #fff;
}

.comment-form .section-header.comment_reply_header{
	margin-bottom:10px;	
}


/*==========================================================
********************** Pagination ********************
===========================================================*/

.navigation.pagination {
    text-align: left;
	display: inline-block;
	margin-top: 1px;
	margin-bottom: 0;
}
.navigation.pagination ul{
	margin: 0;
	padding:0px;
}
.navigation.pagination li {
	float: left;
	list-style:none;
}
.navigation.pagination li:last-of-type a {
	font-size: 13px;
	padding: 12.25px 20px;
}
.navigation.pagination a,
.navigation.pagination span {
	font-size: 12px;
	padding: 13px 20px;
	color: #323232;
	border: 1px solid #e8e8e8;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.navigation.pagination a:focus,
.navigation.pagination a:hover,
.navigation.pagination span {
	text-decoration:none;
}
.navigation.pagination span.page-numbers.dots{
	background:none;
	border-color: #e8e8e8;
	color: #000;
}

/*==========================================================
********************** 404 Page ********************
===========================================================*/
.page-404{
	padding:20vh 0;	
}

.page-404 h1 {
  font-size: 80px;
  font-weight: 600;
}
.page-404 .btn {
	margin-top:40px;
}


/*==========================================================
********************** Captions ********************
===========================================================*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*==========================================================
********************** Galleries ********************
===========================================================*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0;
    padding: 5px 10px;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.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%;
}
figure{
	max-width:100%;
	height:auto;	
}
.gallery-caption {
    display: block;
}

.bypostauthor {
    display: block;
}
.alignleft{
	margin-right:15px;
	float:left;
}
.alignright{
	margin-left:15px;
	float:right;
}

.aligncenter {
	display:block;
	margin:0px auto;
}




/*-------------------------------------
* ----- Widget search --------
-----------------------------------*/
.widget_search{
    background-color: #f5f5f5;
}
.widget_search form,
form {
	position:relative;	
}
.widget_search .search-field,
.widget_search input[type=text],
.woocommerce-product-search input[type="search"]{
    width:800px;
	max-width: calc( 100% - 40px );
	display:block;
    height: 40px;
    line-height: 40px;
    border-radius: 33px;
    padding: 0 12px;
    border: 1px solid #dedede;
	font-weight:normal;
}


.widget_search .search-submit,
#primary .search-form .search-submit,
.woocommerce-product-search button{
    margin-top: 0;
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    border-radius: 0 33px 33px 0;
    text-transform: capitalize!important;
    cursor: pointer;
    padding: 0 13px;
    border:none;
}
.woocommerce-product-search button{
	color:#FFF;	
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
	background:#CCC;	
}
/*-------------------------------------
* ----- Custom Header --------
-----------------------------------*/
#menu_container_wrapper{
	position:relative;
	min-height:65px;
	clear:both;
	z-index:9999;
}
.custom_header{
	position:absolute;
	left:0px;
	right:0px;
	top: 50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align:center;
	width:100%;
	max-width:800px;
	z-index:99;
}
#sticker-sticky-wrapper{
	z-index:9999;	
}
article.loop-posts{
	margin-bottom:50px;	
}
.custom_header h1{
	font-size:8vh;
	text-transform:uppercase;	
}
.page_posts_coomon_hero_block{
	display:block;
	overflow:hidden;
	height:calc( 75vh - 100px );	
}
.page_posts_overlay{
	background:#000;
	opacity:0.5;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	z-index:9;	
}


/*===========================================================
************* owlGallery  ********************
===========================================================*/
.owlGallery{
	overflow:hidden;
	position:relative;
}
.owlGallery .owl-item,
.owlGallery .item{
	float:left;
}
.owlGallery .owl-nav div{
	position:absolute;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	top:50%;
	left:10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index:99;
	width:45px;
	height:45px;
	text-align:center;
	line-height:45px;
	cursor:pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color:#FFF;
}
.owlGallery .owl-nav div.owl-prev{
	left:auto;
	right:10px;
}

/*===========================================================
************* popup-search  ********************
===========================================================*/
.popup-search{
	position:fixed;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	background:rgba(0,0,0,0.9);
	z-index:9999;
	color:rgba(255,255,255,0.5);
	display:none;
}
.popup-search .v-align-middle{
	top:48%;
	position:absolute;
	left:0px;
	right:0px;	
}
.popup-search  .search-form{
	max-width:550px;
	display:block;
	margin:0px auto;
	position:relative!important;
	overflow:hidden;
}
.popup-search .search-field{
	padding:15px;
	background:none;
	width:800px;
	max-width:95%;
	border:none;
	font-size:18px;
	color:#FFF;
	font-style:italic;
	border-bottom:1px solid rgba(255,255,255,0.5);
}

.popup-search .close-popup{
	position:absolute;
	font-size:45px;
	top:7%;
	right:7%;
	cursor:pointer;
}
.popup-search .search-form .search-submit{
	position:absolute;
	top:11px;
	right:20px;
	width:50px;
	padding:7px 10px;
	border:none;
	cursor:pointer;
	background:none;
	z-index:99;
	text-indent:-600px;
}
.popup-search .search-form::before{
	z-index:9;
	position:absolute;
	font-family: 'FontAwesome', sans-serif;
	right:5px;
	font-size: 16px;
    top: 6px;
	right:10px;
	content: "\f002";
	font-size:30px;
	width:50px;
	height:50px;
	
}

.content-area.no-sidebar{
	float:none;
	display:block;
	margin:0px auto;	
}

.container.page .entry-block {
	padding:0px;
	border:none;	
}



/*
* -------------------------------------------------------------
*    SINGLE PROJECT
* -------------------------------------------------------------
*/

.about-single-project h4,
.details-single-project h4,
.related-projects h4 {
    margin-bottom: 15px;
	text-transform:uppercase;
}

.details-single-project{
	padding-top:20px;	
}
.details-single-project li {
    color: #555;
    font-size: 14px;
    padding: 0 0 10px 0;
}
.details-single-project li a,
.details-single-project li i {
    margin-right: 10px;
    color: #333;
}
.related-projects {
    margin-top: 40px
}
.related-projects h4 {
    margin-bottom: 0
}
.related-projects i {
	margin-top:25px;
	font-size:40px;
	display:inline-block;	
}
.project-gallery{
	padding:30px 0px;	
}
.project-gallery .col-md-3{
	margin-top:15px;
	margin-bottom:15px;	
}


/*
* -------------------------------------------------------------
*    Hero Block
* -------------------------------------------------------------
*/
.bc_slider_item{
	overflow:hidden;
	position:relative;
	min-height:350px;
}

.bc_slider_item .bc_hero_overlay{
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	background:rgba( 0,0,0, 0.5 );

}
.bc_slider_item h1{
	font-size:9vh;
	text-transform:uppercase;
	padding-bottom:10px;
}
.bc_slider_item h4{
	font-size:2.5vh;
	line-height:3.5vh;
	font-weight:normal;
	word-spacing:2px;
	font-family:'Roboto', sans-serif;
	padding-bottom:25px;
	
}
.bc_slider_item .btn{
	margin:15px 15px;
	padding:10px 20px;
	font-size:2.5vh;
	font-weight:normal;
	letter-spacing:2px;
	text-transform:uppercase;
}
.bc_slider_item .btn:hover i {
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
.owl-item.active .bc_slider_item .caption h1{
  	animation-name: slideUp;
	animation-duration:2s;
	animation-timing-function: ease;

}
.owl-item.active .bc_slider_item .caption h4{
  	animation-name: slideUp;
	animation-duration:2.5s;
	animation-timing-function: ease;

}
.owl-item.active .bc_slider_item .caption_wrp_btn{
	animation-name: slideUp;
	animation-duration:2.5s;
	animation-timing-function: ease;
}
.bc_slider_item .caption{
	max-width:1024px;	
	
}
@keyframes slideUp {
	100% {
		-webkit-transform: translateY(0%);
		opacity:1;
	}
	0% {
		-webkit-transform: translateY(50%);
		opacity:0;
	}
}

@-webkit-keyframes slideUp {
	
	100% {
		-webkit-transform: translateY(0%);
		opacity:1;
	}
	0% {
		-webkit-transform: translateY(50%);
		opacity:0;
	}	
}
/*
* -------------------------------------------------------------
*     Single Posts Share
* -------------------------------------------------------------
*/

.pure-button {
    background-color: #e6e6e6;
    border: 0 none rgba(0, 0, 0, 0);
    border-radius: 2px;
    color: rgba(0, 0, 0, 0.8);
    font-family: inherit;
    font-size:12px;
    padding: 0.5em 1em;
	
    text-decoration: none;
	margin-bottom:3px;
	
}
.pure-button {
    -moz-user-select: none;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.pure-button i{
	font-size:16px;	
}
.button-twitter,
.button-facebook,
.button-google-plus,
.button-stumbleupon,
.button-linkedin {
  color:#FFF!important;
}
.button-twitter {
  	background: #00acee;
}
.button-facebook {
 	 background: #3b5998;
}
.button-google-plus {
  	background: #e93f2e;
}
.button-stumbleupon {
 	 background: #f74425;
}
.button-linkedin {
 	 background: #0e76a8;
}

.pure-button-hover, .pure-button:hover, .pure-button:focus {
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
}

.share-box{
	display:block;
}




/* ========================================================================== */
/* ========================================================================== */
							/* [ Responsive ] */
/* ========================================================================== */
/* ========================================================================== */

/* -- min-width: 992 */
@media (max-width: 992px) {
	.container{
		width:100%;	
	}
	.header-social{
		display:none;	
	}
	.team-box img{
		display:block;
		margin:0px auto;	
	}
	.site-main.page-spacing{
		overflow:hidden;	
	}
}


@media (max-width: 768px) {	
	
	.menu-block .container span.home-icon {
		top:15px;
		
	}
	.middle-header .logo-block{
		display:block;
		text-align:center;
		float:none;
	}
	
}

/* -- max-width: 767px */
@media (max-width: 767px) {	

	.widget-area{
		clear:both;	
	}
	.content-area.pull-right,
	.content-area.pull-left{
		float:none!important;
	}
	.widget-area.sidebar{
		padding-left:0px;	
	}
	
	.top-header{
		display:none;	
	}
	.header-info{
		clear:both;
		float:none;
		display:block;	
	}
	.header-info ul{
		display:block;	
	}
	.header-info ul li{
		text-align:center;
		border:none;
		display:block;	
	}
	.bc-work-process::before {
		display:none;	
	}
}

/* -- max-width: 639 */
@media (max-width: 639px) {
	
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 25px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 18px;
	}
	h5 {
		font-size: 16px;
	}
	h6 {
		font-size: 14px;
	}
}

/* -- max-width: 479 */
@media (max-width: 480px) {
	
	.footer-bottom{
		line-height:30px;	
		text-align:center;
	}
	.footer-bottom ul{
		float:none;
		display:block;
		text-align:center;
	}
	
	
}

/*===========================================================
************* Color  ********************
===========================================================*/
.home-icon a{
	color:#fff;	
}
body,
.latestnews-section .type-post .entry-content p,
.latestnews-section .type-post .entry-title a,
.post-comments .media-content > a,
.post-comments .media-content > p,
.post-comments .media-body .media-heading,
.post-comments .section-header h3,
.blogpost-nextprev a,
.widget-area .widget-title,
.entry-content a:hover,
#secondary a
{
	color: #555555;
}
.custom_header,
.widget_search .search-submit,
#primary .search-form .search-submit,
.navigation.pagination a:focus,
.navigation.pagination a:hover,
.navigation.pagination span{
	color:#FFF;	
}
.navigation.pagination a:focus,
.navigation.pagination a:hover,
.navigation.pagination span,
.btn,
form .button{
	border-color: #ddab03;
}

.widget_search .search-submit,
#primary .search-form .search-submit,
.navigation.pagination a:focus,
.navigation.pagination a:hover,
.navigation.pagination span,
.btn,
.comment-form input[type="submit"],
.post-comments .media-content > a:hover::before,
.widget-area .widget-title::before,
.footer-bottom,
.link-widget  ul li a::before,
.footer-main .ftr-widget .widget-title::before,
.header-contact-info .dropdown-menu > li > a:hover,
form .button {
    background-color: #f99800;
}

.latestnews-section .type-post .entry-block a:hover,
.latestnews-section .type-post .entry-title:hover a,
.latestnews-section .type-post .entry-block .post-by a,
.post-comments .media-content > a:hover,
.post-comments .media-body .media-heading a:hover,
.blogpost-nextprev a:hover,
.blog.latestnews-section .type-post .entry-meta .post-tag span > a:hover,
.page-breadcrumb .breadcrumb a:hover,
.contact-widget.ftr-widget p:hover a,
.contact-widget.ftr-widget p:hover span,
.contact-widget.ftr-widget p:hover,
.link-widget  ul li a:hover,
.ftr-widget a,
.header-social ul li a:hover,
.list-inline > li a:hover,
#secondary li:hover a,
#secondary li:hover:before,
#secondary a:hover,
a,
a.btn:hover,
a.btn:focus,
a.btn:active,
a.btn:active,
.popup-search .close-popup:hover,
.home-icon a:hover,
.top-header a:hover{
	color: #f99800;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active{
	background:none;
}
.owl-nav div{
	background:rgba(221,171,3,0.5);
}
.owl-nav:hover div{
	background:rgba(221,171,3,1);
}


.wpcf7-form{
	max-width:800px;
	margin:0px auto;
	display:block;	
}
.vc_column_container {
    padding-left: 15px!important;
    padding-right: 15px!important;
}
@media (max-width: 780px) {	
	.menu-block .container span.home-icon{
		display:block!important;	
	}
}
@media (max-width: 1045px) {	
	.menu-block .container span.home-icon{
		display:none;	
	}
	.ow-navigation .nav.navbar-nav > li{
		margin: 0;
	}
}

.custom_header .price{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:24px;
	padding-top:10px;
}
.custom_header .woocommerce-product-rating{
	max-width:220px;
	display:block;
	margin:0px auto;	
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
	margin:0px;	
}
.woocommerce div.product .woocommerce-tabs .panel{
	border: 1px solid #d3ced2;
	border-top:none;
}
.woocommerce-tabs h2{
	margin:0px;
	padding-bottom:40px;
	font-size:25px;
}
.woocommerce div.product .woocommerce-tabs .panel{
	-webkit-border-top-right-radius:0px;
	-moz-border-top-right-radius:0px;
	border-top-right-radius:0px;
	-webkit-border-top-left-radius:0px;
	-moz-border-top-left-radius:0px;
	border-top-left-radius:0px;
	padding:25px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{
	max-width:none!important;	
}
.submit-review{
	color: #fafbfc;
	display: inline-block;
	font-weight: 700;
	padding: 10px 37px;
	margin-top: 15px;
	text-transform: uppercase;
	border: none;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.submit-review:hover{
	color: #fafbfc;
	background-color: #222;
}
#review_form .comment-form{
	padding-top:20px;
	padding-bottom:0px;	
}
.woocommerce #review_form #respond{
	padding-top:30px;	
}
.show-on-wish-list-page,
.show-on-compare-page{
	display:none;	
}

.entry-cover.gallery{
	margin-bottom:0px;	
}
.woocommerce div.product form.cart .group_table td:first-child{
	width:150px;
}
.woocommerce.link-widget ul.product_list_widget li{
	padding:10px 0px;
	padding-left:20px;
}
.woocommerce.link-widget ul.product_list_widget li span{
	padding:0px;
}
.woocommerce.link-widget ul.product_list_widget li a{
	padding:0px;
	line-height:20px;
}
.woocommerce.link-widget ul.product_list_widget li:before{
	display:none;	
}
.woocommerce.link-widget ul li a::before{
	display:none;
}
.woocommerce.link-widget ul.product_list_widget li:hover a{
	margin-left:0px;
}
.woocommerce.link-widget ul li .star-rating{
	display:block;
	clear:both;	
}
.woocommerce.link-widget ul li .woocommerce-Price-amount{
	display:block;
	clear:both;	
}

.link-widget ul li.zoom-social_icons-list__item{
	width:auto;	
}
.link-widget ul li.zoom-social_icons-list__item a::before{
	display:none;	
}
.link-widget ul li.zoom-social_icons-list__item a{
	margin-left:0px!important;
	padding-left:0px!important;
}
.link-widget ul.instagram-pics li a:before{
	display:none;	
}

.scrollup{
    width:40px;
    height:40px;
    opacity:0;
    position:fixed;
    bottom:0px;
    right:20px;
	background:#000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color:#FFF;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.scrollup i{
	display:block;
	line-height:40px;
	text-align:center;	
}
.scrollup.active{
	opacity:1;
	bottom:50px;
}
.scrollup:hover{
	color:#FFF;	
}
ul.smart_attribute{
	overflow:hidden;	
}
#secondary .widget ul.smart_attribute  li{
	padding:0px;
	margin:0px;
	display:inline-block;
	margin-right:10px;
	border:none;
}
.sidebar .widget ul.smart_attribute li::before{
	display:none;	
}

#secondary .widget ul.product_list_widget li{
	padding-left:0px;	
}
#secondary .widget ul.product_list_widget li span.product-title{
	padding-left:0px;
	padding-bottom:0px;
	font-size:14px;
}
#secondary .woocommerce ul.product_list_widget li .star-rating{
	margin-top:15px;
}
#secondary  .woocommerce ul.product_list_widget li img{
	width:85px;
	height:85px;
}
.wishlist-page .view-on-shop-page,
.compare-page .view-on-shop-page{
	display:none;
}
.wishlist-page .show-on-wish-list-page,
.compare-page .show-on-compare-page{
	display:block;
	
}
.woocommerce #respond input#submit.loading span::after,
.woocommerce a.button.loading span::after,
.woocommerce button.button.loading span::after,
.woocommerce input.button.loading span::after,
.theme-wishlist.loader-active:after,
.theme-complare.loader-active:after {
	font-family: WooCommerce;
	content: '\e01c';
	vertical-align: top;
	font-weight: 400;
	position: absolute;
	top: .618em;
	right: 1em;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	top:0px;
	right:0px;
	outline:none;
}

.team-content ul{
	margin:0px;	
}

@media only screen and (max-width: 600px) {
	.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
		width: 90% !important;
		float: none !important;
		clear: both !important;
		margin: 0 5% 0px 5%;
		display: block !important;
		max-width:450px;
	}
	.product-category-image-grid-wrp figure {
   	 margin-bottom: 20px;
	}
}
.product-wrap .hover_hide img.woo-entry-image-secondary {
    opacity: 1!important;
}