/*
	Theme Name: Lipman - Multipurpose Theme
	Theme URI: http://lipmanwm.co.il/
	Description: Lipman --- Multipurpose site theme.
	Version: 1.0
	Author: Kamlesh
	Author URI: http://lipmanwm.co.il/
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
body {
	font-family: 'Rubik', sans-serif;
	font-size:14px;
	color:#353535;
	margin:0px;
	padding:0px;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after {
    clear:both;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#353535;
	text-decoration:none;
}
a:hover {
	color:#f9c732;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #f9c732;
}
p,.para p:last-child{
	margin:0px;
}
h1,h2,h3,h4,h5,h6 {
	margin:0px;
	padding:0px;
	font-size:22px;
}
.para p{
	margin:0 0 15px;
}
.deskBr {
	display:block;
}
.home .mybread{
	display:none !important;
}
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/* BEGIN font
@font-face {
  font-family: font-name;
  src: url("fonts/...woff") format("woff"), url("fonts/...ttf") format("truetype"), url("fonts/...otf") format("woff2");
  font-weight: normal;
  font-style: normal;
  }
 END font */

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.clearboth {
	clear: both;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
main {
    margin-top: 0px;
	width:100%;
	overflow:hidden;
}
.stcikyCall {
	display:none;
}
#sbttBacktotop {
	bottom: 20px;
	z-index: 999999999;
}
.footer.fullwidth {
	background-color: #000;
	color: #fff;
	padding: 50px 60px;
}
.footer a{
	color:#fff;
}
.footer-row {
	max-width: 910px;
	margin: 0 auto;
}
.footer-col-2, .footer-col-3, .footer-col-4, .footer-col-1 {
	width: 35%;
	margin: 0 20px;
	display: inline-block;
	vertical-align: top;
}
.footer-col-2 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.footer-col-2 ul li {
	width: 49%;
	display: inline-block;
	margin: 0 0 12px;
}
.footer-col-2 h3, .footer-col-3 h3, .footer-col-4 h3, .footer-col-1 h3 {
	margin:0 0 20px;
}
/*------------------------------------*\
    Sidebar
\*------------------------------------*/

.menu-icon { display:none; }

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:750px) {
	main {
		margin-top:0px;
	}
	.sidebar {
		display:none;
	}
	.deskBr {
		display:inline;
	}
	#sbttBacktotop img {
		width: 35px;
	}
	.stcikyCall {
		text-align: center;
		display:none;
		position:fixed;
		bottom:10px;
		width:100%;
		z-index:9999999;
	}
	.stcikyCall a {
		background: rgba(0, 0, 0, 0) linear-gradient(#f2a71f, #db9619) repeat scroll 0 0;
		border-radius: 6px;
		color: #fff;
		display: block;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 30px;
		margin: 0 auto;
		padding: 2px;
		width: 60%;
		text-transform:capitalize;
	}
	.stcikyCall .number {
		font-size: 22px;
	}
	.footer.fullwidth {
		padding: 50px 10px;
	}
	.footer-col-2, .footer-col-3, .footer-col-4, .footer-col-1 {
		width: 100%;
		margin: 0 0 20px;
	}
}
/* 768px Tab Css */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	
}

/* For Scree 1920px */
@media only screen and (min-device-width: 1900px) and (max-device-width: 2000px) {
	
}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#ffcc33;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#ffcc33;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#ffcc33;
	color:#FFF;
	text-shadow:none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #2b292a;
  opacity:1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #2b292a;
  opacity:1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #2b292a;
  opacity:1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #2b292a;
  opacity:1;
}