/*
Theme Name:BPromote
Description:Premium WordPress App Theme Developed by webmasterdriver.
Author: webmasterdriver
Theme URI: http://themes.webmasterdriver.net/BPromotewp/
Version:1.0
Author URI: https://themeforest.net/user/webmasterdriver
License:GNU General Public License v2 or later
License URI:http://www.gnu.org/licenses/gpl-2.0.html
Description:this theme create on 2017 for wordpress.
Tags: one-column, two-columns, right-sidebar, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: bpromote
This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.
*/ 

/*===========================
 =  Table of CSS 
 	1. Menu Style 2
	2. WordPress Default Theme Css
	                             
===========================*/

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl .vc_icon_element-icon {
  font-size: 80px !important;
}
.share_icon .vc_icon_element-align-left {
  display: inline-block;
  margin-right: 30px;
}


/*-----------------------------*/
/* 1. Menu Style 2
/*-----------------------------*/
body.enable-mobile-menu {
  position: relative;
  overflow:hidden;
}
body.enable-mobile-menu::after {
  background:rgba(0, 0, 0, 0.85) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 222;
}
.enable-mobile-menu .mobile-menu-wrap{
	visibility: visible;
	opacity:1;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	transition: top .4s, transform .4s ease, opacity .4s ease, visibility 0s ease;
	-webkit-transition: top .4s, -webkit-transform .4s ease, opacity .4s ease, visibility 0s ease;
}
.mobile-menu{
	margin:0;
	padding: 18px 30px 20px;
	list-style:none;
	text-transform:uppercase;
	overflow:auto;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	position:absolute;
	top:0px;
	bottom:0;
	left:0;
	right:0;
	z-index:9999;
}
.mobile-menu .sub-menu{ display:none;}
.pc .mobile-menu{
	opacity:0;
	transform: translate3d(30%,0,0);
	-webkit-transform: translate3d(30%,0,0);
	transition: all .4s ease .25s;
	-webkit-transition: all .4s ease .25s;
}
.pc.enable-mobile-menu .mobile-menu{
	opacity:1;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
}
.mobile-menu li{
	list-style:none;
	padding:0;
	margin:0px;
}
.mobile-menu li a, .mobile-menu-wrap .mobile-menu-toggle {
	display:block;
	padding: 10px 0;
	min-height: 45px;
	line-height:45px;
	transition: all .2s;
	-webkit-transition: all .2s;
	border-bottom: solid 1px rgba(255,255,255,.08);
	position:relative;
	color:#111;
	text-transform:none;
	font-size:18px;
}
.mobile-menu li.menu-item-has-children > a::after {
  content:"\f0d7";
  font-family: fontawesome;
  font-size: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 10px;
}
.mobile-menu li .sub-menu a {
  font-size: 15px;
  padding-bottom: 1px;
  padding-top: 1px;
}
.mobile-menu li .sub-menu li {
	margin:0 10px;
}
.mobile-menu li a:before{
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	height: 1px;
	width:100%;
	background-color: #eee;
	background-color: rgba(0,0,0,.1);
	transition:all .4s ease;
}
.mobile-menu li a:hover {
	color:#dc3545;
}
.mobile-menu .sub-menu{
	padding: 0;
}
.mobile-menu .sub-menu ul li a{
	padding: 0 0 0 15px;
}

.mobile-menu li a.search-toggle{
	text-align: center;
}
.mobile-menu li a.search-toggle:before{
	left: 50%;
	width: 0;
}
.mobile-menu li a.search-toggle:hover:before{
	left: 0;
	width:100%;
}

.mobile-menu-wrap .mobile-menu-toggle {
  color: #ffffff;
  font-size: 25px;
  left: -40px;
  position: absolute;
  text-align: center;
  border:0px;
}

.logged-in.admin-bar .mobile-menu-wrap .mobile-menu-toggle {
	top:32px;
}
.logged-in.admin-bar .mobile-menu {
	top:32px;
}

/*off canvas style*/
#main-nav .navbar-nav>li>a.search-toggle {
	padding: 30px 12px;
	line-height:40px;
	margin: 0 10px;
	overflow: visible;
	-webkit-backface-visibility: visible;
}
#main-nav.affix .navbar-nav>li>a.search-toggle {
	padding: 5px 12px;
}
.style-off-canvas .navbar-header{
	display:block;
	float:none;
}
.style-off-canvas .navbar-header .logo{
	text-align:center;
	padding-right:30px;
	padding-left:30px;
}
.mobile-menu-wrap{
	visibility: hidden;
	opacity:0;
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:9998;
	background:#fff;
	transform: translate3d(100%,0,0);
	-webkit-transform: translate3d(100%,0,0);
	transition: top .4s ease .4s, transform .4s ease, opacity .5s ease, visibility .1s ease .5s;
	-webkit-transition: top .4s ease .4s, -webkit-transform .4s ease, opacity .5s ease, visibility .1s ease .5s;
}

@media(min-width:992px){
.mobile-menu-wrap {
	left: 70%;
}
}

@media(max-width:992px){
.mobile-menu {
  top: 40px;
}
.mobile-menu-wrap .mobile-menu-toggle {
  color: #111111;
  left: 30px;
}
}




	
/*-----------------------------*/
/* 2. WordPress Default Theme Css
/*-----------------------------*/
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto;
}
.screen-reader-text {
	display: none;
}
.fw-wrap-search-form {
	display:none;
}
.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}
.sticky .entry-date {
	display: none;
}
.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}
.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.bypostauthor > article .fn:before {
 
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
}
.bypostauthor > article .fn:before, 
.comment-edit-link:before, 
.comment-reply-link:before, 
.comment-reply-login:before, 
.comment-reply-title small a:before, 
.contributor-posts-link:before, 
.menu-toggle:before, 
.search-toggle:before, 
.slider-direction-nav a:before, 
.widget_twentyfourteen_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}
.sticky-post {
  color: #de302f;
  font-size: 18px;
  line-height: 32px;
}

