@import "../../../atlanta/assets/css/rtl.min.css";

/* Your CSS code goes here
-------------------------------------- */
@font-face {
font-family: 'AILERON';
src: url('../fonts/AILERON-REGULAR.OTF');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'ORATORSTD';
src: url('../fonts/ORATORSTD.OTF');
font-weight: normal;
font-style: normal;
}
#pojo-a11y-toolbar {
    top: auto !important;
	bottom:0 !important;
}
#pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle{
	bottom: 40px;
}
.ytp-hide-controls .ytp-watermark,a.ytp-youtube-button.ytp-button.yt-uix-sessionlink{
	display: none !important;
}
.ytp-watermark{
	position:static;
}
.wide .container{
	max-width: 1200px;
}
.rtl .sf-menu li{
	float:left;
}
.sf-menu li a{
	padding: 0 0.5em;
}
.rtl .sf-menu a{
	line-height: 50px;
}
nav.nav-main {
    margin-top: 40px;
}
.sticky-header nav.nav-main {
    margin-top: 0px;
}
.rtl .sf-menu li:hover ul, .rtl .sf-menu li.sfHover ul {
    top: 50px;
}
#top-bar .container .pull-left {
    position: absolute;
    z-index: 9999;
}
.rtl #top-bar ul.social-links li a .social-icon:before, .rtl #top-bar div.social-mix a .social-icon:before {
    background-color: #000;
    color: rgba(255,255,255,0.8);
    border-radius: 50%;
    line-height: 30px;
    height: 30px;
    width: 30px;
    margin: 10px 5px;
}
div.social-mix .social-icon:before{
	content: "";
    font-size: 15px;
    font-weight: 400;
    color: #FFF;
    font-family: fontawesome;
    display: block;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
a.pojo-tooltip {
    display: block;
}
.sf-menu li {
    float: left;
    position: relative;
    border-bottom: 2px solid transparent;
    margin-bottom: 2px;
	border-top:none;
}
.social-mix {
    display: inline-block;
}
.rtl #top-bar ul.social-links li a:hover .social-icon:before{
	background-color: #171336 !important;
	color:#fff;
}
/*#header .inner-menu{
    position: absolute;
    z-index: 999;
    width: 100%;
	background-color: rgba(255, 255, 255, 0.65) !important;
}*/
body,a,h1,h2,h3,h4,h5 {
	font-family:'AILERON','Assistant', Arial, sans-serif !important;
}
/*.sf-menu a, .mobile-menu a{
	font-family:'AILERON' !important;
}*/
.logo {
    margin-bottom: 15px;
}
#header {
	background-color: rgba(255, 255, 255, 1) !important;
	padding-top:0.5px;
}
/*div#primary {
    margin-top: -0.5px;
}*/
#header{
	position: fixed;
    z-index: 999;
    width: 100%;
}
.rtl #header.logo-right .logo{
	 position: absolute;
    left: 0;
}
#header .container{
	position:relative;
}

.sticky-header {
	 background-color: rgba(255, 255, 255, 0.65) !important;
}
.home #builder-section-1 .columns .column-12:nth-child(1){
	opacity:0;
}
.home #builder-section-1 .columns .column-12:nth-child(2){
	position:absolute;
	top:28%
}
.home #builder-section-1 .advanced-column .columns .column-12:nth-child(2) {
	position:static;
}
.home #builder-section-1 .columns .column-12:nth-child(2) h3, .home #builder-section-1 .columns .column-12:nth-child(2) h2{
	font-family: 'ORATORSTD' !important;
    color: #fff;
    font-weight: normal;
}
.home #builder-section-1 .columns .column-12:nth-child(2)  h3{
	font-size:63px;
	margin-bottom:5px;
}
.home #builder-section-1 .columns .column-12:nth-child(2) h2{
	font-size: 127px;
    line-height: 1em;
    margin: 0;
}
.home div.embed:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
}
.column-3.icons{
	float:left !important;
	color:#fff;
	text-align: center;
}
.category-services .column-3.icons{
	margin:40px 0 17px;
}
#hide-desc{
	display:none;
}
.home .near-sl{
	padding-right:20px;
}
.home #builder-section-4 .pojo-button-none{
	padding-right:20px;
}
/*.home div#carousel-html5-lightbox{
	display:none !important;
}*/
.icons img{
	margin: 0 auto;
    border-radius: 50%;
    box-shadow: 2px 2px 11px #000;
	max-width: 110px;
}
.icons h2{
	font-family:'AILERON' !important;
	font-size:30px;
	color:#fff;
	font-weight:normal;
	text-transform: uppercase;
	margin: 10px 0 0 !important;
}
.home #builder-section-2 .container{
	position:relative;
}
.home #builder-section-2 .container .advanced-columns {
    display: inline-block;
    margin-top: -300px;
    position: absolute;
	z-index:999999;
}
.video-home, .contact-page-form {
    background: #000;
    position: relative;
    z-index: 0;
    padding: 35px 35px 45px;
}
.contact-page-form {
	background: rgba(0,0,0,0.5);
}

.video-home::after, .contact-page-form::after{
    content: " ";
    width: calc(100% + 295px);
    height: calc(100% + 20px);
    top: -65px;
    left: 50%;
    background: rgba(255,255,255,0.75);
    position: absolute;
}
.page-id-254 .video-home::after{
	background: rgba(255,255,255,0.8);
}
.contact-page-form .pb-widget-inner {
	padding: 15px 55px 40px;
    background: url(/wp-content/uploads/2017/05/groove-it-home-light.png);
    margin-bottom: 0;
    box-shadow: 0 0px 19px rgba(0,0,0,0.7);
	position:relative;
	z-index:3;
}	
.page-id-373 #text-2 h2,.page-id-373 #text-2 form {
    display: none;
}
.page-id-373 #builder-section-1 .container{
	padding:70px 0;
}	
.page-id-254 .about-wed .video-home::after {
	left: 48%;
}
.page-id-373 #builder-section-1 .contact-page-form h2{
	font-size:30px;
	color:#fff;
	font-weight:600;
}
.home #builder-section-4,.page-id-254 #builder-section-3{
	padding:125px 0 55px;
}
#wonderplugincarousel-1 .amazingcarousel-next, #wonderplugincarousel-3 .amazingcarousel-next{
	display: none !important;
}
.home #builder-section-2 .amazingcarousel-list-wrapper {
    box-shadow: 3px -1px 25px #000;
}
.home #builder-section-4 .column-6:nth-child(1),.page-id-254 .about-wed .column-6:nth-child(1), .page-id-373 #builder-section-1 .column-6:nth-child(1){
	position:relative;
	z-index:1;
}
.page-id-254 .about-wed .column-6:nth-child(1){
    padding-right: 55px;
    padding-left: 50px;
    position: relative;
    z-index: 999;
}
.home #builder-section-4 .column-6:nth-child(1) h2,.page-id-254 .about-wed .column-6:nth-child(1) h2, .page-id-373 #builder-section-1 .column-6:nth-child(1) h2{
	margin:-50px 0 0;
	font-size:30px;
	color:#000;
	font-weight:600;
}
.home #builder-section-4 .column-6:nth-child(1) h3, .page-id-373 #builder-section-1 .column-6:nth-child(1) h3{
	margin:0;
	font-size:21px;
	color:#000;
}
.home #builder-section-4 .column-6:nth-child(1) p, .page-id-254 .about-wed .column-6:nth-child(1) p, .page-id-373 #builder-section-1 .column-6:nth-child(1) p{
	color:#000;
	font-size:18px;
	line-height:1.5em;
}
div#wonderplugincarousel-container-1,div#wonderplugincarousel-container-3 {
	position:relative;
	z-index:3;
}
.home #builder-section-4 #wonderplugincarousel-1 .amazingcarousel-prev,.page-id-254 .about-wed #wonderplugincarousel-3 .amazingcarousel-prev {
	left: 4%;
	background:#fff !important;
	width:45px !important;
	height:45px !important;
	line-height:45px !important;
	position:relative;
	border-radius:50%;
	padding-right:8px;
	text-align:center;
}
.home #builder-section-4 #wonderplugincarousel-1 .amazingcarousel-prev:hover,.page-id-254 .about-wed #wonderplugincarousel-3 .amazingcarousel-prev:hover {
    background: rgba(255,255,255,0.65) !important;
}
.home #builder-section-4 #wonderplugincarousel-1 .amazingcarousel-prev:after,.page-id-254 .about-wed #wonderplugincarousel-3 .amazingcarousel-prev:after{
	content:"";
	font-family:fontAwesome;
	color:#000;
	height:45px;
	width:45px;
	font-size:40px;
	line-height:45px;
	text-align:center;
}
.home #builder-section-4 .button, .page-id-254 .about-wed .button, .page-id-373 #builder-section-1 .button{
	border:none;
	font-size:21.5px;
	border-radius:0;
	padding-left: 37px;
	transform: perspective(1px) translateZ(0px);
    transition-duration: 0.3s;
	background:#fff;
	/*padding:5px 0;*/
}
.home #footer #sidebar-footer{
	display:none;
}
#footer{
	background:url("http://grooveit.co.il/wp-content/uploads/2017/05/bg_foo.jpg") no-repeat center bottom / cover;
	box-shadow:0 0 20px #000;
	position:relative;
}
#footer #copyright{
	background-color:rgba(0,0,0,0);
}
.button.size-medium:hover{
	background:#171336 !important;
	color:#fff !important;
	transition-duration: 0.3s;
}
.button.trans:hover a{
	color:#000 !important;
	transition-duration: 0.3s;
}
.button.trans:hover{
	background:#fff !important;
	transition-duration: 0.3s;
}
.button.size-medium{
	padding-left: 10px;
	transform: perspective(1px) translateZ(0px);
    transition-duration: 0.3s;
	border:none;
	font-size:21.5px;
	border-radius:0;
	font-weight:600;
}
.button.size-medium:hover::before, .button.gal a:hover::before,.button.trans:hover::before {
	animation-duration: 1s;
    animation-iteration-count: 1;
    animation-name: hvr-icon-wobble-horizontal;
    animation-timing-function: ease;
	opacity:1 !important;
	color:#fff;
}
.button.trans:hover::before{
	color:#000;
}
.button.trans::before{
	color:#fff;
	top: 6px;
    font-size: 23px;
	content: "";
    font-family: FontAwesome;
    padding: 0 1px;
    position: absolute;
    left: 16px;
    transform: translateZ(0px);
	font-weight:500;
}
.button.size-medium::before{
	content: "";
    font-family: FontAwesome;
    padding: 0 1px;
    position: absolute;
    left: 16px;
    transform: translateZ(0px);
	top: 8px;
    font-size: 24px;
	font-weight:500;
}
.button.gal a::before{
	top: 0;
    font-size: 31px;
    font-weight: normal;
	left: 25px;
	transform: translateZ(0px);
	content: "";
    font-family: FontAwesome;
    padding: 0 1px;
    position: absolute;
}
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  /* 49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
 66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }*/
  83.25% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
 /* 49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }*/
  83.25% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/*---------Gallery--------*/

.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid-item,
.grid-sizer {
  width: 20%;
}
.grid-item {
  float: right;
/*  height: 100px;*/
 border-left: 10px solid #333;
 border-right:10px solid #333;
  border-color: hsla(0, 0%, 0%, 0);
  margin:0 0 20px;
}
.home-gallery .grid-item:nth-child(5),.home-gallery .grid-item:nth-child(6){
	height:255px;
/*	margin-top:20px;*/
}
/*.home-gallery .grid-item:nth-child(1) img,.home-gallery .grid-item:nth-child(5) img{
	height:100%;
}*/
.home-gallery .grid-item,.home-gallery .grid-sizer{
	  width: 25%;
}
.home-gallery .grid-item:nth-child(3),.home-gallery .grid-item:nth-child(7){
	height:180px;
}
.home-gallery .grid-item{
	height:455px;
	overflow: hidden;
}
.home-gallery .grid-item:nth-child(4){
	height:455px;
}
.home-gallery {
	height:455px;
}
.home-gallery .item img {
    height: auto;
    width: auto;
    min-width: 100%;
    min-height: 100%;
 /*   max-width: 250%;*/
}
.home #builder-section-5{
	padding-bottom:80px;
}
.home #builder-section-5 .columns.advanced-columns .column-12.advanced-column:nth-child(1){
	padding:45px 55px 40px;
	background:url(/wp-content/uploads/2017/05/groove-it-home-light.png);
	margin-bottom:42px;
	box-shadow: 0 0px 19px rgba(0,0,0,0.7);
}
.button.gal {
    position: absolute;
    border: 0;
    bottom: 20px;
    left: 10px;
    width: 250px;
    height: 90px;
    line-height: 90px;
    padding: 0;
    border-radius: 0;
    font-size: 30px;
	display:none;
}
.button.gal a{
	border:none;
	border-radius:0;
	padding-left: 37px;
	transform: perspective(1px) translateZ(0px);
    transition-duration: 0.3s;
	background:#fff;
	color:#000;
	width: 100%;
    height: 100%;
    display: block;
}
.button.gal a:hover{
	background:#171336 !important;
	color:#fff !important;
	transition-duration: 0.3s;
	font-weight:600;
}
.home #builder-section-5 .columns.advanced-columns .column-12.advanced-column:nth-child(2){
	padding-top:30px;
	border-top:1px solid #f6f6f6;
	border-bottom:1px solid #f6f6f6;
	padding-left:0;
	font-weight:500;
	color:#fff;
	font-size:21px;
	padding:30px 30px 60px 0;
	display:none;
}
.home #builder-section-5 .columns.advanced-columns .column-12.advanced-column:nth-child(3){
	border-top:1px solid #f6f6f6;
}
.home #builder-section-5 .columns.advanced-columns .column-12.advanced-column:nth-child(2) img{
	box-shadow: 0 0px 19px rgba(0,0,0,0.7);
}

.home #builder-section-5 .columns.advanced-columns .column-12.advanced-column:nth-child(2) h2{
	font-size:30px;
	color:#fff;
	font-weight:normal;
	font-family: AILERON;
	margin-top:0px;
}
.home #builder-section-5 .columns.advanced-columns .column-12.advanced-column:nth-child(2) p{
	padding-left:60px;
}
.page-id-373 #builder-section-1 .column-6:nth-child(1) {
    padding-right: 56px;
    padding-top: 0px;
    margin-top: -13px;
}
.page-id-373 #builder-section-1 .widget-image.align-none{
	max-height:450px;
	overflow:hidden;
}
.contact-page-form{
	display:flex;
}
.button.trans {
    background: rgba(255,255,255,0);
    border: 1px solid #fff;
    border-radius: 0;
    position: relative;
    padding: 7px 37px;
    margin-top: 30px;
}
.button.trans a{
	color:#fff;
	font-size:21px;
	transform: perspective(1px) translateZ(0px);
    transition-duration: 0.3s;
}
/******SUPER FORM*****/
 #text-2 input[type="submit"], .home #builder-section-5 input[type="submit"], .contact-page-form input[type="submit"]{
    background-color: rgba(255,255,255,0);
    color: #fff;
    float: left;
    font-size: 21px;
    font-weight: 500;
    height: 45px;
    margin: 18px 0 0;
    width: 15.75%;
	border:1px solid #fff;
}
.contact-page-form input[type="submit"]{
	width:100%;
}
div.wpcf7 .ajax-loader{
	position:absolute;
}
.mail.input{
	margin-left:0;
}
.home #builder-section-5 .textarea, #footer .textarea{
	max-width:83%;
	padding-top: 1em;
}
.contact-page-form .pb-widget-inner .input{
	max-width: 100%;
}
.contact-page-form span.input.input--chisato.textarea {
    margin-bottom: 4.25%;
}
.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 0 0 0% 1.25%;
	max-width: 32.5%;
	width: 100%;
	vertical-align: top;
	float:right;
}
body #text-2 input,.textarea textarea {
	border:1px solid #fff;	
	height: 45px;
	background:#fff;
	color:#000;
}
.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	color: #333;
	font-family:'Assistant', Arial, sans-serif;
	font-weight:300;
   -webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
	outline: none;
}
div.wpcf7-response-output{
	float: right;
}
.input__label {
	display: inline-block;
	padding: 0 1em;
	width: 40%;
	color: #fff;
	font-weight: bold;
	font-size: 100%;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input__label-content {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%;
	font-family:'Assistant', Arial, sans-serif;
	font-weight:300;
}

.graphic {
	position: absolute;
	top: 0;
	left: 0;
	fill: none;
}
.icon {
	color: #ddd;
	font-size: 150%;
}
form.wpcf7-form{
	direction:rtl;
	font-family:'Assistant', Arial, sans-serif;
	font-weight:300;
}
/* Chisato */

.input--chisato {
	padding-top: 1em;
}

.wpcf7-form-control {
	width: 100%;
	padding: 0.3em 0.5em;
	background: transparent;
	border: 2px solid;
	color: #b5b5b5;
	-webkit-transition: border-color 0.25s;
	transition: border-color 0.25s;
}
#text-2 .input__label--chisato {
	top: -23px;
}

.input__label--chisato {
	width: 100%;
	position: absolute;
	top: -27px;
	right:0;
	text-align: right;
	overflow: hidden;
	padding:0;
	pointer-events: none;
	-webkit-transform: translate3d(0, 3em, 0);
	transform: translate3d(0, 3em, 0);
	line-height:1em;
}
.input__label-content--chisato {
	padding: 0 1em;
	font-weight: 400;
	color: #000;
}
.input__label-content--chisato::after {
	content: attr(data-content);
	position: absolute;
	top: -156%;
	right: 0;
	color: #da6484;
	font-weight: 500;
}
.wpcf7-form-control:focus,
.input--filled .input__field--chisato {
	border-color: #da6484 !important;
}
.wpcf7-form-control:focus + .input__label--chisato,
.input--filled .input__label--chisato {
	-webkit-animation: anim-chisato-1 0.25s forwards;
	animation: anim-chisato-1 0.25s forwards;
}
.wpcf7-form-control:focus + .input__label--chisato .input__label-content--chisato,
.input--filled .input__label-content--chisato {
	-webkit-animation: anim-chisato-2 0.25s forwards ease-in;
	animation: anim-chisato-2 0.25s forwards ease-in;
	padding: 1em;
}
@-webkit-keyframes anim-chisato-1 {
	0%, 70% {
		-webkit-transform: translate3d(0, 3em, 0);
		transform: translate3d(0, 3em, 0);
	}
	71%, 100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes anim-chisato-2 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	70%, 71% {
		-webkit-transform: translate3d(0, 125%, 0);
		transform: translate3d(0, 125%, 0);
		opacity: 0;
		-webkit-animation-timing-function: ease-out;
	}
	100% {
		color: transparent;
		-webkit-transform: translate3d(0, 200%, 0);
		transform: translate3d(0, 200%, 0);
	}
}

@keyframes anim-chisato-1 {
	0%, 70% {
		-webkit-transform: translate3d(0, 3em, 0);
		transform: translate3d(0, 3em, 0);
	}
	71%, 100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes anim-chisato-2 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	70%, 71% {
		-webkit-transform: translate3d(0, 125%, 0);
		transform: translate3d(0, 125%, 0);
		opacity: 0;
		-webkit-animation-timing-function: ease-out;
	}
	100% {
		color: transparent;
		-webkit-transform: translate3d(0, 200%, 0);
		transform: translate3d(0, 200%, 0);
	}
}
/*-----END CONTACT FORM-------*/
.home #builder-section-5 .contact-home h2, #footer h2{
    color: #fff;
    font-weight: 600;	
	font-size:30px;
}
.home .column-12.widget-column.contact-home {
  /*  padding: 0;*/
}
#text-2 .div-contact{
	padding-top: 0;
    display: inline-block;
}
.div-contact a{
	color:#fff;
	font-size:25px;
	font-weight:normal;
}
.div-contact{
	display:block;
	text-align:center;
	width:100%;
	color:#fff;
	font-size:25px;
	margin-top:22px;
}
.footi img {
    float: right;
    margin: 0 5px;
}
.footi a {
    border-radius: 20px;
    color: #fff !important;
    display: inline-block;
    font: bold 12px/17px arial;
    padding: 4px 12px;
}
.home #copyright{
	margin-top:-60px;
}
.home #footer,.home #copyright{
	background-color:rgba(0,0,0,0) !important;	
	box-shadow:none;
}
/*------END Gallery------*/
.home.page #builder-section-1{
 padding-top:0;
}
.page #builder-section-1, .single-band #builder-section-1{
	padding-top:300px;
	position:relative;
}
.page #builder-section-1{
	background-image: url(http://grooveit.co.il/wp-content/uploads/2017/05/bg_business.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.xlebushek{
	position: absolute;
    top: 180px;
    left: 0;
    z-index: 1;
    text-align: left;
	color:#fff;
	font-weight:400;
	padding-left:30px;
}
.xlebushek a{
	color:#fff;
}
.xlebushek h1{
	font-size:45px;
	color:#fff;
	font-weight:500;
}
#xleb .container{
	position:relative;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
	background:#fff;
}
.page-id-148 #builder-section-1 .column-12.advanced-column:nth-child(1) .columns.widget-columns{
	margin:0 -15px 0 0;
}
.page-id-148 #builder-section-1  .column-12.advanced-column:nth-child(1){
	color:#fff;
	line-height:1.4em;
}
.page-id-148 #builder-section-1  .column-12.advanced-column:nth-child(1) h2,.page-id-148 #builder-section-1  .column-12.advanced-column:nth-child(1) h3{
	color:#fff;
	margin-bottom: 10px;
    margin-top: 10px;
}
.page-id-148 #builder-section-1  .column-12.advanced-column:nth-child(1) h2{
	font-size:35px;
}
.page-id-148 #builder-section-1  .column-12.advanced-column:nth-child(1) .column-6.widget-column:nth-child(1){
	padding-right:30px;
}
/*.page-id-148 #builder-section-1  .column-12.advanced-column:nth-child(1) .column-6.widget-column:nth-child(2){
	margin:15px 0;
}*/
.page-id-148 #builder-section-1  .column-12.advanced-column:nth-child(1) .column-6.widget-column:nth-child(2) .pb-widget-inner{
	overflow:hidden;
}
.page-id-148 #builder-section-1  .column-12.advanced-column:nth-child(1) .column-6.widget-column:nth-child(2) .pb-widget-inner iframe{
	box-shadow:0 0 7px #000;
	height:390px !important;
}
.page-id-148 #builder-section-1  .button.trans,.page-id-256 #builder-section-1  .button.trans {
	margin-top: 20px;
    display: inline-block;
/*	max-width: 200px;*/
	background:#e5e6e9;
	color:#000;
	margin-bottom:15px;
	border:1px solid #e5e6e9;
}
.page-id-148 #builder-section-1 .button.trans a,.page-id-256 #builder-section-1 .button.trans a {
	color:#000;
}
.page-id-148 #builder-section-1 .button.trans::before, .page-id-256 #builder-section-1 .button.trans::before{
	color:#000;
}
.page-id-148 #builder-section-1 .white-title{
	font-size:45px;
}
.widget-column.bg_down{
	position:relative;
}
.widget-column.bg_down .image-text-body {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: calc(100% - 30px);
    padding: 0 15px;
    background: rgba(255,255,255,0.85);
	height:195px;
	line-height:1.5em;
	font-weight:normal;
}
.bg_down .pojo-image-text h3.image-text-title{
	font-size:30px;
	font-weight:bold;
	margin:10px 0;
}
.page-id-148 #builder-section-1 .bg_down .pb-widget-inner{
	box-shadow:0 3px 5px #000;
}
.page-id-148 #builder-section-1 .bg_down{
	max-height:367px;
	overflow:hidden;
}
.page-id-148 #builder-section-1 .bg_down img{
	height:370px;
	width: auto;
	max-width: 130%;
    min-width: 100%;
}
.page-id-148  #builder-section-2 .column-6:nth-child(2) .columns{
	background:rgba(0,0,0,0.75);
	margin:0 -8px 0 0;
}
.page-id-148  #builder-section-2 .column-6:nth-child(1) .columns{
	background:rgba(255,255,255,0.65);
	margin:0 0 0 -8px;
}
.page-id-148  #builder-section-2{
	padding-top:38px;
}
.page-id-148  #builder-section-2 .column-6:nth-child(1){
	line-height:1.4em;
}
.page-id-148  #builder-section-2 .column-6:nth-child(1) p:nth-child(2) strong{
	font-size:21px;
	margin-bottom:10px;
}
.page-id-148  #builder-section-2 .column-6:nth-child(1) p{
	margin:0;
}
.trans .button{
	padding:9px 37px;
	margin: 25px 0 16px;
}
.page-id-148  #builder-section-2 .column-6:nth-child(2) p{
	color:#fff;
	font-size:18px;
	font-weight:600;
}
.page-id-148  #builder-section-2 .column-6:nth-child(2) .trans .button{
	margin:15px 0 16px;
}
.page-id-148  #builder-section-2 .column-6:nth-child(2) .column-12.widget-column img.alignright {
    margin: 0 0 15px 15px;
}	
.page-id-148  #builder-section-2 .column-12:nth-child(3) .column-12.widget-column .pb-widget-inner{
	background:#fff;
	padding:15px 10px;
}
.video-sl .slick-slide img{
	margin: 0 auto;	
}
 .video-sl .slick-slide{
	 margin: 0 3px; 
 }
.video-sl .slick-prev,.video-sl .slick-next,.slick-prev,.slick-next {
	width: 45px;
    height: 45px;
	z-index: 9;
	background:#fff;
	box-shadow:1px 1px 8px #000;
	border-radius:50%;
}
[dir='rtl'] .video-sl .slick-prev{
	right:-5px;
}
[dir='rtl'] .video-sl .slick-next{
	left:-5px;
}
[dir='rtl'] .slick-prev:before{
	content: "";
	padding-left:3px;
}
[dir='rtl'] .slick-next:before{
	content:"";
	padding-right:3px;
}
.slick-prev:hover,.slick-next:hover{
	background:rgba(255,255,255,0.65);
}
.slick-prev:before, .slick-next:before{
    font-family: fontAwesome;
    color: #000;
    height: 45px;
    width: 45px;
    font-size: 35px;
    line-height: 45px;
    text-align: center;
    opacity: 0.8;
    font-weight: 100;
}
.video-sl .slick-slide a,.video-band .slick-slide a ,.page-id-148 #builder-section-1 .video-sl {
	position:relative;
	width:100%;
	height:100%;
	display:block;
}
.page-id-148 #builder-section-1 .video-sl{
	width:50%;
}
.page-id-148 #builder-section-1 .video-sl a::after{
	top: 35%;
	left: 40%;
	content: "";
    color: #fff;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: rgba(255,255,255,0.28);
    position: absolute;
    font-family: fontawesome;
    line-height: 110px;
    text-align: center;
    font-size: 55px;
    padding-left: 10px;
	transition:0.5s ease;
}
.page-id-148 #builder-section-2 h3{
	font-size:30px;
}
.video-sl .slick-slide a::after,.video-band .slick-slide a::after{
    content: "";
    color: #fff;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: rgba(255,255,255,0.28);
    position: absolute;
    top: 25%;
    font-family: fontawesome;
    line-height: 110px;
    text-align: center;
    font-size: 55px;
    padding-left: 10px;
	left:30%;
	transition:0.5s ease;
}
.video-band .slick-slide a::after{
	height:70px;
	width:70px;
	line-height:70px;
	font-size:40px;
	left:38%;
}

.video-sl .slick-slide:hover a::after,.video-band .slick-slide:hover a::after,.page-id-148 #builder-section-1 .video-sl a:hover::after {
	color: #000;
	background:#fff;
	transition:0.5s ease;
}
.page-id-148 #wonderplugincarousel-2 li.amazingcarousel-item{
	line-height: 88px !important;
}
.page-id-148 #wonderplugincarousel-2  .amazingcarousel-image img{
	max-height: 88px !important;
    width: auto !important;
    max-width: 122px !important;
    height: auto !important;
    margin: 0 auto !important;
    vertical-align: middle;
	display: inline-block !important;
}
.page-id-148 #wonderplugincarousel-2 .amazingcarousel-next,#wonderplugincarousel-2 .amazingcarousel-prev{
	background:none !important;
}
.page-id-148 #wonderplugincarousel-2 .amazingcarousel-next::after{
	color:#666;
	content:"";
}
.page-id-148 #wonderplugincarousel-2 .amazingcarousel-prev{
	margin-left: -25px;
}
.page-id-148 #wonderplugincarousel-2 .amazingcarousel-next{
	margin-right: -25px;
}
#wonderplugincarousel-2 .amazingcarousel-prev::after{
	content:"";
}
#wonderplugincarousel-2 .amazingcarousel-prev::after,#wonderplugincarousel-2 .amazingcarousel-next::after{
	color:#666;
	font-family:fontawesome;
	background:#ebebeb;
	width:36px;
	height:36px;
	border-radius:50%;
	font-size:25px;
	display:inline-block;
	text-align: center;
    line-height: 36px;
	transition:0.5s ease;
}
#wonderplugincarousel-2 .amazingcarousel-prev:hover::after,#wonderplugincarousel-2 .amazingcarousel-next:hover::after{
	background:#000;
	color:#fff;
	transition:0.5s ease;
}
.page-id-373 #text-2 p,.page-id-373 #text-2 .column-2{
	display:none;
}

.page-id-148 #builder-section-3{
	padding-top: 95px;
    margin-top: -50px;
	background: #fff;
	padding-bottom:60px;
}
.page-id-148 #builder-section-3 h2{
	font-size:45px;
	padding-right:35px;
	margin:0 0 15px;
}
.tst-img.col-md-2 {
    height: 150px;
    width: 150px;
    background: #fff;
    line-height: 150px;
    text-align: center;
    border-radius: 50%;
	padding:0;
}
.slick-slide .tst-img.col-md-2 img{
	display: inline-block;
	max-width:130px;
	max-height:130px;
}
.testi.slick-slide{
	color:#fff;
}
.testi.slick-slide p{
	font-size:21px;
	font-style:italic;
}
.testi.slick-slide h4{
	font-size:21px;
	color:#fff;
	font-weight:600;
	margin-bottom:0;
}

.testi.slick-slide span{
	font-size:18px;
}
.page-id-148 #builder-section-4{
	padding:18px 0 15px;
}
.page-id-148 #builder-section-5,.page-id-258 #builder-section-3{
	box-shadow:0 0 23px 17px #000;
	position:relative;
	z-index:1;
}
.page-id-256 #builder-section-3 {
	box-shadow:0 0 23px 17px #000;
	z-index:1;	
}
.page-id-148 #builder-section-6{
/*	position:relative;
	z-index:0;*/
}
.autoplay-3 .slick-prev{
	display:none !important;
}
.autoplay-3 button.slick-next.slick-arrow {
    bottom: 0 !important;
    top: auto;
	left:10px;
}
.tst-text.col-md-10{
	padding-right:30px;
}
h2.band-title{
	color:#fff;
	text-align:center;
}
.band h3{
	font-size:30px;
	text-align:center;
	margin:0;
	padding-bottom: 25px;
}
.band-text{
	background:rgba(255,255,255,0.77);
	margin: -55px auto 0;
	box-shadow:1px 1px 13px 4px #000;
	position: relative;
	width:calc(100% - 40px);
	padding:10px 20px 20px;
	height: 180px;
}
.band img{
	width:100%;
}
.band.slick-slide {
	margin:0 7px;
	text-align:center;
}
.band p{
    line-height: 1.3em;
	margin: 0 0 5px;
}
.band.slick-slide a{
	text-decoration:underline;
	color:#000;
	font-weight:600;
}
.autoplay-4{
	margin-bottom:20px;
}
.autoplay-4 .slick-track{
	padding-bottom:20px;
}
[dir='rtl'] .autoplay-4 .slick-prev{
	right:7px;
	top: 35%;
}
[dir='rtl'] .autoplay-4 .slick-next{
	left:7px;
	top: 35%;
}
.slider-box-one:hover .hide-title,.page-id-66 .grid-item:hover .hide-title{
	opacity:1;
	margin-top: -50px;
	transition:ease 0.5s;
	line-height: 1em;
}
.page-id-66 .grid-item a{
	position:relative;
	overflow:hidden;
}
.hide-title{
	opacity:0;
	transition:ease 0.5s;
	background:rgba(255,255,255,0.5);
	position: absolute;
    left: 0;
    width: 100%;
	text-align:center;
}
.slider-box-one{
	overflow:hidden;
	position:relative;
}
.page-id-256 #builder-section-1 .container .columns.advanced-columns,.page-id-258 #builder-section-1 .container .columns.advanced-columns,.page-id-148 #builder-section-1 .container .columns.advanced-columns .column-12.advanced-column:nth-child(1){
	background:url(/wp-content/uploads/2017/06/bg_band.jpg) no-repeat center top / cover;
	padding:20px 0;
	box-shadow:0 0 40px #000;
	position: relative;
    overflow: visible;
	margin:0;
}
.page-id-256 #builder-section-1 .column-6:first-child .pb-widget-inner, .page-id-258 #builder-section-1 .column-6:first-child .pb-widget-inner,.page-id-148 #builder-section-1 .column-6:first-child .pb-widget-inner {
	background:rgba(0,0,0,0.65);
	color:#fff;
	font-size:21px;
	margin-right:5px;
	padding:0 15px 15px;
	position: absolute;
}
.page-id-256 #builder-section-1, .page-id-258 #builder-section-1{
	padding-bottom:175px;
}
.page-id-148 #builder-section-1 .column-12.advanced-column:nth-child(2) {
    margin-top: 170px;
    background: rgba(0,0,0,0.5);
    box-shadow: 400px 0 0 rgba(0,0,0,0.5), -400px 0 0 rgba(0,0,0,0.5);
    /* padding-bottom: 20px; */
}
.page-id-256 #builder-section-1 .column-6:first-child h2,.page-id-258 #builder-section-1 .column-6:first-child h2, .page-id-148 #builder-section-1 .column-6:first-child h2 {
	color:#fff;
	font-size:30px;
	margin: 0;
	padding: 15px 0 10px;
	font-weight:600;
}
/*.page-id-256 #builder-section-1 .columns.advanced-columns{

}*/
.page-id-256 #builder-section-1 .column-6.widget-column:nth-child(2), .page-id-258 #builder-section-1 .column-6.widget-column:nth-child(2),.page-id-148 #builder-section-1 .column-6.widget-column:nth-child(2) {
 /*   padding-right: 8px;*/
	float: left;
}
.page-id-256 #builder-section-1 .column-6.widget-column:nth-child(1){
/*	padding-left:8px;*/
}
/*.box-band .pojo-button-wrap.pojo-button-none{
	display:none;
} */
.box-band.main-band .pojo-button-wrap.pojo-button-none.main-band{
	display:block;
	margin-top: 50px;
}
.box-band a.button.size-medium {
    padding: 9px 27px 9px 40px;
    text-decoration: none;
}
.container.bands{
	padding:0;
}
.column-10.box-band{
	background:rgba(0,0,0,0.5);
	padding:40px 15px;
	position:relative;
	text-align:right;
	color:#fff;
	margin-bottom: 85px;
}
.page-id-258 .column-10.box-band{
	margin-bottom: 145px;	
}
.container.bands:nth-child(odd) .column-10.box-band{
	float:left;
}
.container.bands:nth-child(odd) .bands-text.column-7{
	float:left;
}
.bands-text p{
	margin-bottom:0;
}
.container.bands:nth-child(even) .bands-text.column-7{
	float:right;
}
.container.bands:nth-child(even) .column-10.box-band{
	float:right;
}
.container.bands:nth-child(odd) .band-video {
    width: 545px;
    position: absolute;
    right: -20%;
/*    height: 368px;*/
    overflow: hidden;
	box-shadow: 0 0 15px #000;
}
.container.bands:nth-child(even) .band-video {
    width: 545px;
    position: absolute;
    left: -19%;
 /*   height: 368px;*/
    overflow: hidden;
	box-shadow: 0 0 15px #000;
}
.bands-text h2, .bands-text h3 {
    margin-top: 0;
    color: #fff;
    font-size: 30px;
    font-weight: normal;
}
.band-video img {
    width: 100%;
}
.column-12.prev-images {
    padding: 0;
    margin-bottom: 55px;
}
.column-3.prev-img:first-child{
	padding-right:0;
	padding-left:8px;
}
.column-3.prev-img:last-child{
	padding-left:0;
	padding-right:8px;
}
.column-3.prev-img{
	padding:0 8px;
}
.band-video a{
	position:relative;
	    width: 100%;
    height: 100%;
    display: block;
}
.band-video a::after {
    content: "";
    color: #fff;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: rgba(255,255,255,0.28);
    position: absolute;
    top: 30%;
    font-family: fontawesome;
    line-height: 140px;
    text-align: center;
    font-size: 65px;
    padding-left: 10px;
    left: 37%;
    transition: 0.5s ease;
}
.band-video:hover a::after{
	color: #000;
	background:#fff;
	transition:0.5s ease;
}
.sm-title {
    font-size: 45px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 60px;
    background: rgba(0,0,0,0.65);
    display: table;
    margin:55px auto 45px;
}
.container.small-bands{
	background:rgba(0,0,0,0.5);
	padding:20px 15px;
	margin-bottom:60px;
}
.small-bands .column-12.box-band {
    padding: 0;
}
.band-video.column-5, .band-video.column-4{
    padding-right: 5px;
}
.band-video.column-4 iframe{
	max-height:300px !important;
}
.column-12.box-band .bands-text.column-7{
	color:#fff;
	line-height:1.8em;
	min-height: 330px;
	position:relative;
}
.page-id-258 .column-12.box-band .bands-text.column-8{
	min-height: auto;
	color:#fff;
	line-height:1.8em;
	position:relative;
	direction:ltr;
}
.page-id-258 .column-12.box-band .bands-text.column-8 h4{
	color:#fff;
	margin-bottom:0;
}
.column-12.box-band .column-7 .pojo-button-wrap.pojo-button-none {
    position: absolute;
    bottom: 0;
}
.single-band #breadcrumbs,.single-band .page-title {
	display:none;
}
.single-band .xlebushek .page-title,.single-band .xlebushek #breadcrumbs {
	display:block;
}
.single-band .xlebushek #breadcrumbs a{
	text-decoration:none;
	color:#fff;
	font-weight:400;
}
.inner-band .column-10{
	background:rgba(0,0,0,0.5);
	position:relative;
	padding:38px 0 38px;
	color:#fff;
	text-align:right;
	line-height:1.8em;
}
.inner-band .column-10 h2{
	color:#fff;
	font-size:30px;
	font-weight:400;
}
.inner-image{
	position:absolute;
	left:-21%;
	width:545px;
	overflow:hidden;
}
.column-7.inner-text .pojo-button-wrap.pojo-button-none{
	position:static;
	margin-top:55px;
}
.column-7.inner-text .pojo-button-wrap.pojo-button-none .button{
	padding: 7px 27px 7px 60px;
}
.column-7.inner-text .button.size-medium::before{
	top: 5px;
}
.column-12.video-list {
    margin: 15px 0 25px;
}
.fbx-modal .fbx-error-msg>span, .fbx-modal .fbx-loader>div, .fbx-modal a.fbx-close, .fbx-modal a.fbx-next, .fbx-modal a.fbx-prev{
	font-family: foobox !important;
}
.band-video img {
    min-width: 100%;
    height: 100%;
}
.prev-images iframe {
    max-width: 32.3%;
	margin-left:1%;	
}
.page-id-254 #builder-section-1{
	text-align:center;
	overflow: visible;
    max-height: 950px;
}
.page-id-254 #builder-section-1 .pb-widget-inner{
	background:#fff;
	padding:23px;
	position: relative;
    max-height: 550px;
    overflow: visible;
}
/*.page-id-254 #builder-section-1 .textwidget{
	position:relative;
	width: 100%;
    height: 100%;
    display: block;
	box-shadow:0 0 15px #000;
}
.page-id-254 #builder-section-1 .textwidget::after {
    content: "";
    color: #fff;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: rgba(255,255,255,0.28);
    position: absolute;
    top: 37%;
    font-family: fontawesome;
    line-height: 140px;
    text-align: center;
    font-size: 65px;
    padding-left: 10px;
    left: 44%;
    transition: 0.5s ease;
}
.page-id-254 #builder-section-1 .textwidget:hover::after{
	color: #000;
	background:#fff;
	transition:0.5s ease;
}*/
/*.page-id-254 .wed-service {
	padding-top:100px;
	color:#fff;
	line-height: 1.3em;
}*/
.page-id-254 .about-wed{
	padding-top:230px;
	color:#fff;
	line-height: 1.3em;
	padding-bottom:40px;
}
.page-id-254 .wed-service h2.image-text-title {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}
.page-id-254 .wed-service  img{
	box-shadow: 0 0 15px #000;
}
.page-id-254 .wed-service .button.trans{
	font-weight:500;
	margin-top: 10px;
	position:absolute;
	bottom:0;
}
.page-id-254 .wed-service p{
	color:#fff;
}
.page-id-254 .wed-service .pojo-image-text {
    margin-bottom: 25px;
	position: relative;
}
.page-id-254 .wed-service,.page-id-254 #builder-section-5{
	box-shadow: 0 0 21px 5px #000;
	position: relative;
}
.page-id-254 #builder-section-5{
	padding-bottom:65px;
}
.pp_content_container .pp_right{
	padding: 0 10px !important;
}
.pp_content_container .pp_left{padding-left: 0px;}
.page-id-376 .band-video a::after {
	display:none;
}
.page-id-376 .column-10.box-band{
	min-height:355px;
	margin-bottom:0;
}
.page-id-376 .container.bands{
	margin-bottom:95px;
}
.page-id-376 .bands-text h3{
	font-size:21px;
}
.page-id-376 .bands-text h2{
	margin-bottom:0;
}
.main-band.band-text .inner-bands-empty{
	display:none;
}
.main-band.band-text .inner-bands{
	display:block;
}
.band-text .inner-bands{
	display:none;
}
.single-band .slider-box-one.slick-slide {
    margin: 0 5px;
}
.wpcf7-response-output{
	color:#fff;
}
.page-id-66 .grid-item,.page-id-66 .grid-sizer{
	width: 25%;
}
.page-id-66 .band-video a::after{
	width: 70px;
    height: 70px;
	font-size: 45px;
	line-height: 70px;
}
.page-id-66 ul.cats {
    height: 50px;
    margin: 0 auto;
    text-align: center;
    display: table !important;
	margin-bottom:15px;
}
.page-id-66 .cats li {
    display: inline-block;
    float: left;
}
.page-id-66 .cats li a{
	border: 1px solid #fff;
    margin: 0 5px;
    color: #fff;
	padding: 5px 25px;
}
.page-id-66 .cats li a.active{
	border: 1px solid #fff;
    color: #171336;
	background:#fff;
	transition:0.5s ease;
}
.page-id-66 #builder-section-1{
	padding-bottom:55px;
}
.page-id-394 #builder-section-1{
	background-size: 100%;
}
img.wpvl_playbutton{
	display:none;
}
img.video_lightbox_auto_anchor_image {
    width: 100% !important;	
}
.band-video img {
    min-width: 100%;
    height: 100%;
}
.wpvl_auto_thumb_box{
	width: 100%;
    height: auto;
}
.video_lightbox_auto_anchor_image{
	height: auto;
}
.wph-modal--message{
	background:url(/wp-content/uploads/2017/05/big-footer.jpg);
}
.wph-modal.wph-modal--cabriolet header h2.wph-modal--title, .wph-modal.wph-modal--cabriolet header h4.wph-modal--subtitle{
	text-align:center;
}
.wph-modal .wph-modal--content .wph-modal--message p{
	color: #ffffff;
    font-size: 20px;
}
#wph-modal-popup--1 .wph-modal.wph-modal--popup{
	max-width:600px;
}
#wph-modal-popup--1 .wpcf7-form-control.wpcf7-submit {
    background: #098e38;
    color: #ffffff;
    width: 25%;
	float: left;
}
#wph-modal-popup--1 form{
	width:80%;
	margin:0 auto;
}
.wph-modal--mask.wpoi-overlay-mask.wpoi-animate.fadein.wpoi-show{
	background:rgba(0,0,0,0) !important;
}
@media (max-width: 768px){
	#header{position:static;}
	#header .inner-menu{position: static;}
	.rtl #header.logo-right .logo{position: static;}
	#top-bar .container .pull-left{position: static;}
	#top-bar{background-color:#fff !important;display: block;}
	.logo-img a > img{max-width: 70%;float: left;}
	nav.nav-main {margin-top:0px;}
	.float-left {display:none;}
	.near-sl h2 {padding-left:0 !important;}
	#hide-desc{display:block;background:url("http://grooveit.co.il/wp-content/uploads/2017/05/bg_business.jpg")no-repeat center top / cover;}
	div.pp_pic_holder{width: 90% !important;margin: 0 auto;left: 5% !important;}
	.pp_content iframe{width: 100% !important;height:auto;}
	div.dark_square .pp_left, div.dark_square .pp_right, div.dark_square .pp_content{width: 100% !important;height: 100% !important;}
	.pp_content_container .pp_left{padding-left: 0px;}
	.pp_content_container .pp_details{float: right;}
	.pp_top, .pp_bottom{height: 45px;}
	a.pp_close{z-index: 9;}
	.home #builder-section-1 .columns .column-12:nth-child(2) h2{font-size: 65px;}
	.home #builder-section-1 .columns .column-12:nth-child(2) h3{font-size: 42px;}
	.home #builder-section-1 .columns .column-12:nth-child(2){top: 0;position: static;}
	.column-3.icons{padding: 15px 0;}
	.video-home::after, .contact-page-form::after{display:none;}
	.home #builder-section-4 .column-6:nth-child(1) h2, .page-id-254 .about-wed .column-6:nth-child(1) h2, .page-id-373 #builder-section-1 .column-6:nth-child(1) h2{    margin:15px 0;}
	.home #builder-section-4 .column-6:nth-child(1), .page-id-254 .about-wed .column-6:nth-child(1), .page-id-373 #builder-section-1 .column-6:nth-child(1){background:rgba(255,255,255,0.65);}
	.home #builder-section-4, .page-id-254 .about-wed{padding: 25px 0;}
	.home .near-sl{padding: 15px;}
	.home #builder-section-4 .button, .page-id-254 .about-wed .button, .page-id-373 #builder-section-1 .button{margin-bottom: 15px;}
	.home #builder-section-4 .pojo-button-none{padding-right: 15px;}
	.home-gallery .grid-item:nth-child(5), .home-gallery .grid-item:nth-child(6),.home-gallery .grid-item:nth-child(4),.home-gallery .grid-item,.home-gallery .grid-item:nth-child(3), .home-gallery .grid-item:nth-child(7){height:auto;}
	.home-gallery .grid-item, .home-gallery .grid-sizer{width: 50%;}
	.home #builder-section-5 .columns.advanced-columns .column-12.advanced-column:nth-child(1){padding: 15px 5px;display:none;}
	.home #builder-section-5 .columns.advanced-columns .column-12.advanced-column:nth-child(3){margin-top:55px; }
	.home-gallery .grid-item, .home-gallery .grid-sizer{width: 100%;}
	.home-gallery{padding-bottom:0px;}
	.button.gal{height: 70px;line-height: 70px;right: 10px;left:auto;width:calc(100% - 20px);}
	.home #builder-section-5 .columns.advanced-columns .column-12.advanced-column:nth-child(2){padding: 15px;}
	.home #builder-section-5 .columns.advanced-columns .column-12.advanced-column:nth-child(2) p{padding-left: 0;}
	.button.trans{margin: 10px 0 15px;}
	.input,.home #builder-section-5 .textarea, #footer .textarea{max-width: 100%;}
	#text-2 input[type="submit"], .home #builder-section-5 input[type="submit"], .contact-page-form input[type="submit"]{width: 100%;}
	.div-contact a{display: block;}
	.rtl .pull-left,.rtl .pull-right {float: none!important;}
	#footer #copyright{line-height: 2em;}
	.page #builder-section-1, .single-band #builder-section-1{padding-top: 90px;}
	.xlebushek{top: 0;}
	.xlebushek h1{font-size: 36px;}
	#primary #content #main #breadcrumbs {margin-bottom: 0;}
	.page #builder-section-1 p{margin:0;}
	.page-id-254 #builder-section-1 a::after{width: 70px;height: 70px;line-height: 70px;left: 40%;font-size: 35px;}
	.page-id-254 .wed-service{padding-top: 15px;}
	.page-id-254 .wed-service .button.trans{position: relative;display: inline-block;}
	.page-id-254 .about-wed .column-6:nth-child(1){padding-right: 15px;padding-left: 15px;}
	.band h3{padding-bottom: 3px;}
	.page-id-254 #builder-section-6{background-size: cover;background-repeat: no-repeat;}
	.category-services .column-3.icons{margin: 15px 0;}
	.page-id-66 .grid-item, .page-id-66 .grid-sizer{width: 50%;}
	.page-id-66 .band-video a::after{width: 50px;height: 50px;font-size: 35px;line-height: 50px;}
	.contact-home img{ width: 110px;}
	.page-id-148 #builder-section-1  .column-12.advanced-column:nth-child(1) .column-6.widget-column:nth-child(1){padding-right: 0;}
	.page-id-256 #builder-section-1 .column-6:first-child .pb-widget-inner, .page-id-258 #builder-section-1 .column-6:first-child .pb-widget-inner, .page-id-148 #builder-section-1 .column-6:first-child .pb-widget-inner{position:static;}
	.page-id-148 #builder-section-1 .video-sl{width: 100%;}
	.page-id-148 #builder-section-1 .column-12.advanced-column:nth-child(1) .columns.widget-columns{margin: 0;}
	section#text-2 img{width: 110px;}
	.input{margin: 0;}
	.page-id-256 #builder-section-1 .column-6:first-child .pb-widget-inner, .page-id-258 #builder-section-1 .column-6:first-child .pb-widget-inner, .page-id-148 #builder-section-1 .column-6:first-child .pb-widget-inner{margin-right: 0;}
	.page-id-148 #builder-section-1 .column-12.advanced-column:nth-child(2){margin-top: 50px;}
	h2{font-size:32px !important;}
	.widget-column.bg_down .image-text-body{width: 100%;}
	.page-id-148 #builder-section-1 .bg_down{margin-bottom: 15px;}
	.widget-column.bg_down .image-text-body{height: auto;}
	.page-id-148  #builder-section-2 .column-6:nth-child(1) .columns,.page-id-148  #builder-section-2 .column-6:nth-child(2) .columns{margin: 0;}
	.page-id-148  #builder-section-2 .column-6:nth-child(1) .columns,.page-id-148  #builder-section-2 .column-6:nth-child(2) .columns{padding: 0 15px;}
	.page-id-148  #builder-section-2 .column-6:nth-child(2) .column-12.widget-column img.alignright{float:right;}
	.page-id-148  #builder-section-2 div.pojo-image-text{margin-bottom: 20px;}
	.page-id-254 #builder-section-1 .pb-widget-inner{padding: 4px;}
	.home #builder-section-4, .page-id-254 #builder-section-3{padding: 25px 0;}
	.page-id-256 #builder-section-1, .page-id-258 #builder-section-1{padding-bottom: 50px;}
	.container.bands:nth-child(odd) .band-video,.container.bands:nth-child(even) .band-video{width: 100%; position: static;}
	.container.bands:nth-child(odd) .bands-text.column-7,.container.bands:nth-child(even) .bands-text.column-7{float: none;margin-bottom: 25px;}
	.column-3.prev-img{margin: 5px 0;padding: 0;text-align: center;}
	.column-10.box-band{padding: 15px;margin-bottom: 15px;}
	.band-video a::after{width: 100px;height: 100px;font-size: 47px;line-height: 100px;}
	.container.bands:nth-child(even) .column-10.box-band{float: none;}
	.sm-title{padding: 10px 30px;}
	.column-12.box-band .bands-text.column-7{margin-top: 15px;}
	.column-12.box-band .column-7 .pojo-button-wrap.pojo-button-none{position: static;margin-top: 15px;}
	.inner-image{position: static;    width: 100%;}
	.inner-band .column-10{padding: 15px;}
	.column-7.inner-text .pojo-button-wrap.pojo-button-none{position: static;margin-top: 0;margin-bottom: 15px;}
	.page-id-258 .column-10.box-band{margin-bottom: 45px;}
	.category-services .column-3.icons{margin: 10px 0 0;}
	.page-id-376 .column-10.box-band{min-height: auto;}
	.page-id-376 .container.bands{margin-bottom: 25px;}
	.page-id-66 ul.cats{list-style: none;padding: 0;}
	.page-id-66 .cats li{width: 50%;margin: 10px 0;}
	.page-id-66 .cats li a{width: 120px;padding: 5px 0;display:inline-block;}
	.page-id-373 #builder-section-1 .column-6:nth-child(1){padding: 15px;}
	.video-home, .contact-page-form{padding: 0;}
	.contact-page-form .pb-widget-inner{padding: 15px 20px;}
	span.hide-mob {display:none;}
	.home #builder-section-1 .column-12.advanced-column:nth-child(2){padding: 13% 0;}
	.home #builder-section-1 .column-12.advanced-column:nth-child(1){display:none;}
     #wonderplugincarousel-1 .amazingcarousel-prev,#wonderplugincarousel-3 .amazingcarousel-prev{margin-left: -25px !important;}
	 .testi.slick-slide p {overflow: hidden; height: 114px;}
	 .band-text{padding: 10px 5px 0;    height: 200px;width: calc(100% - 10px);}
	 .hide-title{    margin-top: -50px;    opacity: 1;}
	 .column-12.prev-images{display: none;}
	 .home .icons p.image-text-description {display: none;}
	 .icons img{max-width: 95px;}
	 .icons h2{font-size: 27px !important;}
	 iframe#wed_iframe { max-height: 250px !important; overflow: hidden;}
	 .page-id-254 #builder-section-5 .textwidget {max-height: 250px !important;  overflow: hidden;}
	 
@media screen and (max-width: 320px){
	/*.foogallery-masonry.masonry-layout-5col .item, .foogallery-masonry.masonry-layout-4col .item, .foogallery-masonry.masonry-layout-3col .item, .foogallery-masonry.masonry-layout-2col .item{ width: 49%; margin-bottom: 1%; /*float: left;}*/
	.page-id-394 .foogallery-container.foogallery-masonry{
		column-count: 2;
    column-gap:5px;
    padding:5px;
    width: 100%;
	} 
	.page-id-394 .foogallery-container.foogallery-masonry .item{
		left: auto !important;
    position: relative !important;
    top: auto !important;
	display: inline-block;
	}
}
