/*
Theme Name: WP Bootstrap
Theme URI: http://bit-bar.co.il
Description: A responsive theme built with Bootstrap 3
Author: Noam Alon
Author URI: http://intertips.co.il/
Version: 3.0
Tags: responsive, bootstrap
License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/
Text Domain: wpbootstrap
*/
body {
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	padding-top: 50px;
}

/* Header */
.banner {
	background: url('/wp-content/themes/wpbootstrap/images/city.jpg') no-repeat center top;
}
.form-banner {
    padding-top: 220px;
    padding-bottom: 220px;
}
.input-lg {
    height: 60px;
    font-size: 30px;
    font-weight: 700;
}
.input-group-btn .btn .input-lg {
    font-size: 30px;
}
.navbar-header .navbar-toggle .fa {
	color: #FFFFFF;
}
.navbar-header button.navbar-toggle:hover,
.navbar-header button.navbar-toggle:focus {
	background: #FFFFFF;
}
.navbar-header button.navbar-toggle:hover .fa,
.navbar-header button.navbar-toggle:focus .fa {
	color: #3395D1;
}
.page-header {
    border-bottom: 3px solid #0e3959;
}
a.navbar-brand img {
    max-width: 50px;
    margin-top: -14px;
}
.menu-item {
    font-size: 20px;
}
ul.share-buttons li{
  display: inline;
}
.menus {
    background: #2c3e51;
    display: block;
    padding: 10px 15px;
}
.menus ul>li>a {
    color: #3395d1;
}
/* Form */
input,
.input-group {
	width: 100%;
}

/* Home page */
.main-category {
    padding-bottom: 30px;
}    
.category-name  {
    margin-top: 40px;
    margin-bottom: 20px;	
}
.category-name a {
	text-decoration: none; 
}
.category-name a:hover,
.category-name a:focus {
	text-decoration: none; 
}    
.image-content {
	position: relative;
	width: 100%;
    padding: 0px;
}
.image-caption {
    background-color: #000;
    bottom: 0;
    right: 0;
    opacity: 0.5;
    position: absolute;
    width: 100%;
}
.image-caption h3 {
    color: #FFFFFF;
    font-size: 20px;
    font-family: inherit;
}    
.carousel-control.left,
.carousel-control.right{
  background-image:none;
}
/* LocalBusiness */
.key-info,
.busines-tabs {
	padding: 10px;
    border: 1px solid #DDD;
}
.key-info {
   margin: 20px 0;
}
.key-info h2,
.busines-tabs h2 {
	font-size: 24px;
}
.key-info h3,
.busines-tabs h3 {
	font-size: 20px;
}
.key-info h4,
.busines-tabs h4 {
	font-size: 18px;
}
.key-info hr,
.busines-tabs hr {
    border-top: 1px solid #eee;
}
.local-deal h2.bg-primary {
	padding: 25px;
}
#businesCarousel {
    margin-top: -22px;
}
#businesCarousel .carousel-control {
    background-image: none !important;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -27px;
    line-height: 30px;
    border: 2px solid #fff;
    opacity: 1;
    text-shadow: none;
    z-index: 5;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
#businesCarousel .carousel-control.left {
	margin-left: 20px;
}
#businesCarousel .carousel-control.right {
	margin-right: 20px;
}
#businesCarousel .carousel-control:hover {
	background: #fff;
	color: #000;
}
#businesTabs .nav-pills {
	padding: 0 15px 0 15px;
    margin-bottom: -16px;
}
#businesTabs .nav-pills li a {
    border-radius: 0;
}
#businesTabs .nav li a {
    border: 1px solid #eee;
}
.busines-tabs {
	margin: 15px;
}	
.detail-list {
	margin-top: 12px;
}
/* ACF Map */
.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}
/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}
.panel-heading img {
	margin: 0 auto;
}
.article-wrap {
	position: relative;
}
.article-wrap figcaption h2 {
	position: absolute;
	bottom: -11px;
	width: 100%;
	font-size: 30px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
/* Back to Top */
#toTop{
	position: fixed;
	bottom: 20px;
	right: 10px;
	cursor: pointer;
	-webkit-transition-duration: 0.4s; 
	-moz-transition-duration: 0.4s; 
	transition-duration: 0.4s;
}

/* Button & Special Button */
.btn-facebook {
	background-color: rgb(58, 87, 149);
    color: #FFFFFF;
}
.btn-google-plus {
	background-color: #DC4E41;
    color: #FFFFFF;
}
.btn-waze {
	background-color: rgb(89, 137, 158);
    color: #FFFFFF;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}
/* panel */
.panel-footer {
	background: #51095d;
}
.panel-footer a, 
.panel-footer .category, 
.panel-footer {
	color: #FFFFFF;
}

/* Best Story */
.new-busines h3,
.best-story h3 {
	color: #FFFFFF;
}
.new-busines h3,
.new-busines .over,
.best-story h3,
.best-story .over {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.busines-block .new-busines,
.story-block .best-story { 
	margin-bottom: 30px; 
}
.new-busines,
.best-story {
	text-align: center;
	overflow: hidden;
}
.new-busines a, 
.best-story a {
	display: block;
	border: 1px solid #cecece;
	position: relative;
}
.new-busines h3{
	margin: 0;
	font-size: 20px;
	line-height: 24px;
	top: auto;
	background: #220940;
	padding: 5px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.best-story h3 {
	margin: 0;
	font-size: 20px;
	line-height: 24px;
	top: auto;
	background: #f1f1f1;
	padding: 14px 10px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.new-busines .over,
.best-story .over {
	background:#220940;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 24px;
	visibility: hidden;
	opacity: .9;
}
.new-busines .over .box,
.best-story .over .box {
	display: table;
	width: 100%;
	height: 100%;
}
.new-busines .over .box .block,
.best-story .over .box .block {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	padding: 10px 25px;
}
.new-busines .over .box .frame,
.best-story .over .box .frame {
	display: inline-block;
	vertical-align: middle;
	margin: 3px 0 0;
}
.new-busines .over .box .title,
.best-story .over .box .title {
	display: block;
	margin: 0 0 7px;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	color: white;
}
.new-busines .over .box p,
.best-story .over .box p { 
	margin: 0; 
}
.new-busines:hover h3,
.new-busines:focus h3,
.best-story:hover h3,
.best-story:focus h3 {
	visibility: hidden;
	opacity: 0;
}
.new-busines:hover .over,
.new-busines:focus .over,
.best-story:hover .over,
.best-story:focus .over {
	animation-name: expand-up;
	-webkit-animation-name: expand-up;
	animation-duration: .7s;
	-webkit-animation-duration: .7s;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	visibility: visible !important;
}
/* Related Post/Busines   */
.related-product,
.related-post {
    background: #fff;
	position: relative;
	overflow: hidden;
	z-index:1;
 	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
	border: 1px solid #eaeaea;
}

.related-product .related-product-image,
.related-post .related-post-image {
	position: relative;
}

.related-product .related-product-image img,
.related-post .related-post-image img {
	position: relative;	
	overflow: hidden;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.related-product:hover .related-product-image img,
.related-product:focus .related-product-image img,
.related-post:hover .related-post-image img,
.related-post:focus .related-post-image img  {
	-webkit-transform: scale(1.10);
	-moz-transform: scale(1.10);
	-ms-transform: scale(1.10);
	-o-transform: scale(1.10);
	transform: scale(1.10);
}
.related-product .related-product-title,
.related-post .related-post-title {
	/*padding: 29px 30px;*/
	padding: 45px 30px;
	position: absolute;
	right: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}
.related-product .related-product-title h3,
.related-post .related-post-title h3 {
	margin: 0;
	font-size: 19px;
}
.related-product:hover .related-product-title,
.related-product:focus .related-product-title,
.related-post:hover .related-post-title,
.related-post:focus .related-post-title  {
	margin-top: -90px;
	background: #fff;
}
.related-product p.related-product-description,
.related-post p.related-post-description {
	position: relative;
	opacity: 0;
	padding: 15px 30px 0px 30px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}
.related-product:hover p.related-product-description,
.related-product:focus p.related-product-description,
.related-post:hover p.related-post-description,
.related-post:focus p.related-post-description {
	opacity: 1;
}
.related-product-link a,
.related-post-link a {
    position: relative;
    font-size: 13px;
    margin-top: 30px;
    display: block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;
    color: #28998b;
}
.related-product-link a:after,
.related-post-link a:after {
    content: '';
    width: 18px;
    height: 1px;
    position: absolute;
    right: 55px;
    top: 9px;
    background: #28998b;
    vertical-align: middle;
    margin-right: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.related-product:hover a:after,
.related-product:focus a:after,
.related-post:hover a:after,
.related-post:focus a:after {
    width: 30px;
}
.related-product-category,
.related-post-category {
	background: #a0bc9f;
	position: absolute;
	right: 0;
	top: 20px;
	z-index: 1;
	padding: 3px 15px;
}
.related-product-category .post-category a,
.related-product-category .post-category a:hover,
.related-product-category .post-category a:focus,
.related-post-category .post-category a,
.related-post-category .post-category a:hover,
.related-post-category .post-category a:focus {
	text-decoration: none;
	color: #fff;
}
/* Content - Post */
.blog-post {
	position: relative;
    padding: 20px;
    border-bottom: 1px solid #dfdfdf;
	overflow: hidden;
}
.blog-post-img {
	z-index: 999;
	position: relative;
	overflow: hidden;
}
.blog-post-title {
	margin: 0 0 12px;
}
.single-blog-main {
	background: #f1f1f1;
}
.single-post-img {
    margin: 0 -15px 27px;
}
.single-post-meta {
	margin: 0 0 12px;
    overflow: hidden;
    color: #555;
}
.single-post-title {
	margin: 0 0 15px;
}

/* Post Blog*/
.post-blog {
	font-size: 14px;
	line-height: 24px;
	color: #555;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
	position: relative;
	padding: 20px 10px 30px;
	margin: 0;
	overflow: visible;
}
.post-blog:before {
	position: absolute;
	content: "";
	left: 0;
	top: 100px;
	bottom: 0;
	right: 0;
	background: #fff;
	z-index: -1;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.post-blog:hover { transform: translateY(-15px); }
.post-blog:hover:before { box-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.15); }
.post-blog .post-blog-img { margin: -20px -10px 20px; }
.post-blog-content {
	color: #333;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}
.post-blog:hover .post-blog-content h3 {
    color: #d95b43;
}

/* Footer */
footer .footer-breadcrumbs {
 	width: 100%;
    background: #eeeeee;    
}
.breadcrumb {
	margin-bottom: 0;
    border-radius: 0;
    background-color: #eeeeee;
}
footer .footer-top {
	background: #1a0022;
	color: #e2e2e2;
}
footer .footer-bottom {
	width: 100%;
    background: #21252c;
	border-top: 1px solid #eeeeee;  
    color: #eee;  
	padding-top: 29px;
	padding-bottom: 33px;
}
footer .copyrights { 
	padding-top: 0; 
}
footer .copyrights p { 
	margin: 0; 
}
/* Landing */
.landing-form {
	background-color: #ffddff;
    	background-repeat: no-repeat;
    	background-position: 0% 100%;
    	background-size: cover;
    	width: 100%;
}
.landing-title {
	padding:20px 0px 60px;
}
.landing-text-list {
	padding:20px 0px 0px;
	margin:0px;
}
.landing-text-list li {
	list-style-type:none;
	position:relative;
	min-height:60px;
	padding:0px 60px 40px 0px;
}
.landing-text-list li:last-child { padding-bottom:0px; }
.landing-text-list li .fa {
	position:absolute;
	top:0px;
	right:0px;
	font-size:36px;
	line-height:60px;
}
.landing-text-list li h3 { 
	margin: 0px;
}
.landing-text-list li p { 
	margin:4px 0px 0px; 
}
.page-id-343 {
	background: #ededed url('/wp-content/themes/wpbootstrap/images/hair-loss.jpg') no-repeat fixed center;
}
.page-id-343 #landingCarousel a.carousel-control.left,
.page-id-343 #landingCarousel a.carousel-control.right,
.page-id-406 #landingCarousel a.carousel-control.left,
.page-id-406 #landingCarousel a.carousel-control.right{
	background: fixed;
}
.page-id-367,
.page-id-406 {
	background: #ededed url('/wp-content/themes/wpbootstrap/images/facial-treatment.jpg') no-repeat fixed center;
}
.page-id-396 {
	background: #ededed url('/wp-content/themes/wpbootstrap/images/hair-treatment.jpg') no-repeat fixed center;
}
.caption-prp {
	color: #51095d;
}
/* Admin */
th#post_views {
    width: 63px;
}

@media (min-width: 992px ) {
  
}
@media (min-width: 768px) and (max-width: 992px ) {

}
@media (max-width: 768px) {
	body {
	    padding-top: 115px;
	}
	body.page-id-343,
	body.page-id-367,
	body.page-id-396,
	body.page-id-420 {
		padding-top: 0;
	}
}

@keyframes expand-up {
	0% {
		-webkit-transform: translateY(100%) scale(.6) scaleY(.5);
		transform: translateY(100%) scale(.6) scaleY(.5);
	}

	60% {
		-webkit-transform: translateY(-7%) scaleY(1.12);
		transform: translateY(-7%) scaleY(1.12);
	}

	75% {
		-webkit-transform: translateY(3%);
		transform: translateY(3%);
	}

	100% {
		-webkit-transform: translateY(0%) scale(1) scaleY(1);
		transform: translateY(0%) scale(1) scaleY(1);
	}

}