/*
Theme Name: Indigo Child 01
Theme URI: 
Description: Child 01 theme for the Indigo theme
Author: <a href="http://www.vivathemes.com">Viva Themes</a>
Author URI: 
Template: indigo
Version: 1.0
*/

/* Generated by Orbisius Child Theme Creator (http://club.orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Fri, 15 Jul 2016 05:58:44 +0000 */ 

@import url('../indigo/style.css');
@import url('../indigo/custom.css');

body.home.custom-background {
    background-color: #ededed !important;
}
#wrapper {
    background: #ffffff !important;
}
.top_message {
	display:none;
}
#responsive-menu-container li.responsive-menu-item a {
    font-weight: 600 !important;
}

#ic_signupform .form-header {
  margin-bottom: 0px !important;
  margin-top: -13px !important;
}
#ic_signupform .elcontainer {
  max-width: 100% !important;
}
body,html{
  height:100%;
  min-height: 100%;
}

body {
	background: #fff;
	color: #333;
	font-family: 'OpenSansHebrew', arial, helvetica, tahoma, sans-serif;
	font-size: 16px;
	font-weight: 300;
	margin:0;
	padding:0;
	line-height: 170%;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
h1 {
	font-size: 26px;
	color: #000;
	margin-top: 20px;
	text-transform: none;
	font-family: 'OpenSansHebrew', arial, helvetica, tahoma, sans-serif;
	font-weight: 600;
}

h2 {
	/*color: #404040;*/
	color: #6aa321;
	margin:0;
	padding:0;
	margin-top: 20px;
	text-transform: none;
	font-weight: 700;
	font-size: 22px;
	font-family: 'OpenSansHebrew', arial, helvetica, tahoma, sans-serif;
}

h3 {
	color: #6aa321;
	margin:0;
	padding:0;
	margin-top: 20px;
	text-transform: none;
	font-weight: 400;
	font-size: 20px;
	font-family: 'Open Sans', arial, helvetica, tahoma, sans-serif;
}

h4 {
	/*color: #000;*/
	color: #6aa321;
	margin:0;
	padding:0;
	margin-top: 20px;
	text-transform: none;
	font-weight: 700;
	font-size: 16px;
	font-family: 'Open Sans', arial, helvetica, tahoma, sans-serif;
}

h5 {
	color: #000;
	margin:0;
	padding:0;
	margin-top: 20px;
	text-transform: none;
	font-weight: 400;
	font-size: 12px;
	font-family: 'Open Sans', arial, helvetica, tahoma, sans-serif;
}

p { margin-top: 6px; }

img { 
	border: none; padding:0; 
}

img a {
	border:none;
}

img.left { 
	float: left; border: none; padding: 6px 0 0 0; 
}

img.right { 
	float: right; border: none; padding: 0 0 0 6px; 
	}

blockquote {
	border-left:1px solid #ccc;
	margin:15px;
	padding:0 12px 0 12px;
	font-style: italic;
}

code{
	font-family:"Courier New", Courier, monospace;
}


/* links */

a {
	color: #262626;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* container */

#container {
	width: 100%;
	float: left;
	clear: left;
	overflow:hidden;
}

#wrapper {
	width: 100%;
	float: left;
	clear: left;
	background: #ededed;
	position: relative;
	border-top: solid 3px #eaeaea;
}
	
/* header */

#header {
  	width: 100%; 
	float: left;
	clear: left;
	padding-bottom: 5px;
	position: fixed;
	z-index: 9999;
	background: #fff;
	border-bottom: solid 3px #eaeaea;
}

.headroom {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transition: .25s;
	-o-transition: .25s;
	-moz-transition: .25s;
	-ms-transition: .25s;
	transition: transform .25s ease-in-out;
}
.headroom--unpinned {
	-webkit-transition: .25s;
	-o-transition: .25s;
	-moz-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
	-webkit-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.headroom--pinned {
top: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
}

#headerin {
	max-width: 940px;
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
}

#logo {	
	width: 35%;
	float:left;
	margin: 0;
	padding: 0;
	margin-top: 15px;
}

#logo a {
	color: #fff;
	text-decoration: none;
}

#logo h1 {
	font-weight: 600;
	font-size: 30px;
	color: #404040;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Open Sans', arial, helvetica, sans-serif;
	margin-top: 10px;
	line-height: 100%;
}


/* Main Menu */

#mainmenu {
	width: 65%;
	float: right;
	margin-top: 22px;
	*width: 900px; /* IE7 only hack */
}

.mainnav {
	margin: 0;
	list-style: none;
	float: right;
	padding-top: 25px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}

.mainnav * {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

.mainnav ul {
	position: absolute;
	top: -999em;
	padding-top: 1px;
}

.mainnav li {
	float: left;
	position: relative;
	z-index: 500;
	margin-left: 11px;
}

.mainnav a {
	display: block;
	padding: 3px 7px ;
	font-size: 13px;
	font-weight: 600;
	color: #404040;
	text-decoration: none;
	font-family: 'Open Sans', arial, helvetica;
	text-transform: uppercase;
	border: solid 2px #fff;
	-webkit-transition: all 0.3s ease;
  	-moz-transition:    all 0.3s ease;
  	-ms-transition:     all 0.3s ease;
  	-o-transition:      all 0.3s ease;
}

.mainnav li.current-menu-item a,
.mainnav li:hover a {
	border: solid 2px #fff;
}

.mainnav li:hover ul,
ul.mainnav li.sfHover ul {
	left: 0;
	top: 37px;
	background: #ededed;
	border: solid 2px #eaeaea;
	width: 350px;
}

.mainnav li:hover li ul,
.mainnav li.sfHover li ul {
	top: -999em;
}

.mainnav li li:hover ul,
ul.mainnav li li.sfHover ul {
	left: 170px;
	top: -3px;
}

.mainnav li:hover ul,
.mainnav li li:hover ul {
	top: -999em;
}

.mainnav li li {
	display: block;
	padding: 0px;
	margin: 0;
	width: 350px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.mainnav li#current,
.mainnav li.current-cat,
.mainnav li.current_page_item,
.mainnav li:hover {
}

.mainnav li li a,
.mainnav li li a:link, 
.mainnav li li a:visited {	
	display: block;
	border: none;
	text-transform: uppercase;
	font-weight: 500;
	margin: 0;
	padding: 0;
	padding-right: 0;
	font-size: 14px;
	padding-left: 12px;
	line-height: 140%;
}

.mainnav li li.current-menu-item a,
.mainnav li li a:hover {
	text-decoration: none !important;
	border: none !important;
	color: #000;
}

.select-menu {display: none;}

/* search */
#searchbox {
	width: 23%;
	float: right;
	margin: 0;
	padding: 0;
	height: 60px;
}

#searchform {
	width: 100%;
}

#searchform input#s {
	width: 85%;
	padding-left: 10%;
	background: none;
	border: none;
	height: 30px;
	margin-top: 10px;
	border: solid 2px #eaeaea;
	font-family: 'Open Sans', arial, helvetica;
	font-weight: 400;
	color: #666;
}

input#s:focus {
	outline:none;
}

#searchform input#searchsubmit {
	display: none;
}

#header h2 {
	display: none;
}



/* Services section */

#services {
	width: 100%;
	float: left;
	clear: left;
	padding-bottom: 40px;
	text-align: center;
	margin-top: 40px;
}

#servicesinner {
	max-width: 940px;
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
}
	
.serviceswidget {
	width: 70%;
	margin-left: 15%;
	float: left;
	margin-top: 0;
	margin-bottom: 40px;
}

.serviceswidget h2 {
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.serviceswidget .widgets {
}

.postwrapper {
	width: 300px;
	float: left;
	margin: 0;
	padding-bottom: 30px;
	opacity: 0.2;
	 -moz-opacity: 0.2;
	-webkit-transition: all 1.5s ease;
  	-moz-transition:    all 1.5s ease;
  	-ms-transition:     all 1.5s ease;
  	-o-transition:      all 1.5s ease;
	transition:      all 1.5s ease;
}

.postwrapper-1,
.postwrapper-4,
.postwrapper-7,
.postwrapper-10 {
	margin-left: -20px;
}

.postwrapper-2,
.postwrapper-5,
.postwrapper-8,
.postwrapper-11 {
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
	

.postwrapper-3,
.postwrapper-6,
.postwrapper-9,
.postwrapper-12 {
	margin-right: -20px;
}
	

.servicespost  {
}
	 

#services .onScreen {
	margin: 0;
	opacity: 1;
	-moz-opacity: 1;
}

.servicespost {
	width: 100%;
}

a.servicelink {
	width: 250px;
	height: 160px;
	overflow: hidden;
	margin-bottom: 20px;
	display: block;
	margin: 0 auto;
	border: solid 3px #eaeaea;
}

.attachment-servicethumb {
	-webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a.servicelink:hover {
	background: #ccc;
}

a.servicelink:hover .attachment-servicethumb {
	transform:scale(1.04);
    -ms-transform:scale(1.04); /* IE 9 */
    -moz-transform:scale(1.04); /* Firefox */
    -webkit-transform:scale(1.04); /* Safari and Chrome */
    -o-transform:scale(1.04); /* Opera */
}

.servicespost h2.entry-title a,
.servicespost h2.entry-title {
	text-align: center;
	font-weight: 600;
	color: #404040;
	font-size: 16px;
	margin-top: 20px;
	padding: 0;
	text-transform: uppercase;
}
  
#services a.more-link {
	width: 100px;
	text-align: center;
	padding: 3px 0;
	margin: auto;
	float: none;
	margin-top: 20px;
}

#services a.more-link:hover {
}

/* Front Page Widget */

#frontwidget {
	width: 100%;
	float: left;
	clear: left;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}

.frontwidget-bg-img {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}


#frontwidgetinner {
	max-width: 940px;
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
}

#frontwidgetinner .widgets {
	width: 100%;
	float: left;
	clear: left;
	font-family: 'Open Sans', arial, sans-serif;
	font-weight: 400;
	/*color: #fff;
	font-size: 30px;
	text-transform: uppercase;*/
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 170%;
	color: #262626;
	/*margin-top: 20px;
	margin-bottom: 20px;*/
	font-size: 14px;
}


#frontwidget h2 {
	font-family: 'Open Sans', arial, sans-serif;
	font-weight: 400;
	color: #6aa321;
	text-transform: uppercase;
	font-size: 27px;
	margin-top: 0;
}

#frontwidget a,
#frontwidget span {
	color: #6aa321;
}
	


/* Team Members Section */

#team {
  clear: left;
  float: left;
  margin-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 100%;
}

#teaminner {
	max-width: 940px;
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
}

.teamwidget {
	width: 70%;
	margin-left: 15%;
	float: left;
	margin-top: 0;
	margin-bottom: 40px;
}

.teamwidget h2 {
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.teammember {
	width: 300px;
	float: left;
	margin:0;
	text-align: left;
	font-size: 13px;
	line-height: 150%;
	padding-bottom: 30px;
	opacity: 0.2;
	 -moz-opacity: 0.2;
	-webkit-transition: all 1.5s ease;
  	-moz-transition:    all 1.5s ease;
  	-ms-transition:     all 1.5s ease;
  	-o-transition:      all 1.5s ease;
	transition:      all 1.5s ease;
}

.teammember-1,
.teammember-4,
.teammember-7,
.teammember-10 {
	margin-left: -20px;
}

.teammember-2,
.teammember-5,
.teammember-8,
.teammember-11 {
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
	

.teammember-3,
.teammember-6,
.teammember-9,
.teammember-12 {
	margin-right: -20px;
}

#team .onScreen {
	margin: 0;
	opacity: 1;
	-moz-opacity: 1;
}
	

.teammember h2.entry-title {
	font-size: 20px;
	margin-top: 10px;
	color: #404040;
	text-transform: none;
	text-align: left;
}

.teamicons {
	width: 100%;
	float: left;
	clear: left;
}

.teamicons a.socialicon {
	text-align: center;
	margin-right: 5px;
	margin-left: 0;
	display: inline-block;
	-webkit-transition: all 0.3s ease;
  	-moz-transition:    all 0.3s ease;
  	-ms-transition:     all 0.3s ease;
  	-o-transition:      all 0.3s ease;
}

.teamicons a.socialicon:hover {
}


/* Content Section */

#contentwrapper {
	max-width: 1140px;
	padding-left: 25px;
	padding-right: 25px;
	margin: 0 auto;
}

#content {
	width: 70%;
	float: left;
	margin-top: 40px;
	margin-bottom: 40px;
}

#contentfull {
	width: 100%;
	float: left;
	margin-top: 20px;
	margin-bottom: 40px;
}

/* content */


.attachment-mainthumb {
	float: left;
	padding: 4px;
	background: #eaeaea;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 20px;
}

.post {
	margin:0;
	padding:0;
	width: 100%;
	float: left;
	clear: left;
	margin-bottom: 50px;
}

.blogpost {
	width: 100%;
	float: left;
	clear: left;
	margin-top: 10px;
	margin-bottom: 30px;
}

.blogpost h2.entry-title a {
	color: #78ab37 !important;
}

.entry {
}

#titlewrapper {
	width: 100%;
	float: left;
	clear: left;
	height: 400px;
	position: relative;
	overflow: hidden;
	
}

#titleinner {
	max-width: 940px;
	padding-left: 25px;
	padding-right: 25px;
	margin: 0 auto;
	position: relative;
	margin-top: 200px;
}

.artsubtitle {
	color: #fff;
	text-align: left;
	margin-top: 0;
	font-size: 16px;
	font-weight: 400;
	margin-top: 5px;
	max-width: 700px;
}

h1.entry-title,
h2.entry-title {
	margin:0;
	padding: 0;
	font-weight: 650;
	color: #fff;
	text-transform: uppercase;
	font-size: 32px;
	
}

h2.entry-title a {
	text-decoration: none;
	color: #fff;
	font-size: 26px;
	line-height: 120%;
}

h2.entry-title {
	margin-bottom: 0;
	padding-bottom: 0;
}

h2.pagetitle {
	display: none;
}

.post ul {}

.post li {
	margin-left: 15px;
}

.entry p {
	margin: 8px 0;
}


.belowpost {
	width: 100%;
	float: left;
	clear: both;
	height: 50px;
}

.postauthor, .postdate, .postcomments {
	float: left;
	margin-right: 15px;
}

.postauthor:before {
	content: '\f411';
	display: inline-block;
	font: normal 23px/1 'Genericons';
	vertical-align: top;
	color: #666;
}

.postdate {
	font-weight: 400;
	color: #403f41;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px 12px;
	border: solid 2px #d8d8d8;
	margin-top: 10px;
	float: left;
	margin-right: 10px;
}

.postcomments:before {
	content: '\f300';
	display: inline-block;
	font: normal 23px/1 'Genericons';
	vertical-align: top;
	color: #666;
}

.postdata a {
	text-decoration: none;
	color: #000;
}

a.more-link {
	font-weight: 400;
	color: #403f41;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px 12px;
	/*border: solid 2px #4dbfd9;*/
	border: solid 2px #6aa321;
	margin-top: 10px;
	float: left;
	display: block;
	-webkit-transition: all 0.3s ease;
  	-moz-transition:    all 0.3s ease;
  	-ms-transition:     all 0.3s ease;
  	-o-transition:      all 0.3s ease;
}

a.more-link:hover {
	border: solid 2px #d8d8d8;
}

ol {
	margin: 10px;
}

ul {
	margin: 5px;
}


/* Right Sidebar*/
#rightbar {
	width: 27%;
	float: right;
	margin-left: 20px;
	margin-top: 50px;
	font-size: 14px;
	margin-bottom: 40px;
}

#rightbar .widgets {
	width: 100%;
	padding: 15px;
	border: solid 1px #eaeaea;
	margin-bottom: 30px;
	float: left;
	clear: left;
}

#rightbar h2 {
	font-weight: 700;
	font-size: 20px;
	color: #4DBFD9;
	margin-top: 0;
	margin-bottom: 10px;
}

#rightbar ul {
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
	clear: left;
}

#rightbar ul li {
	padding-top: 2px;
	padding-bottom: 2px;
	list-style: none;
	width: 100%;
	margin-top: 2px;
}

#rightbar ul li ul li {
	border: none;
	list-style: none;
	margin-left: 0;
	margin-top: 2px;
	float: left;
	clear: left;
	width: 100%;
}

#rightbar ul li a {
	border: none;
	color: #333;
	background: #f5f5f5;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0 6px;
}

#rightbar ul li a:hover {
	text-decoration: none;
	color: #4DBFD9;
}

#rightbar a {
	/*text-decoration: underline;*/
	text-decoration: none;
}
	
#rightbar a:hover {
	border: none;
	text-decoration: none;
}
#rightbar .wpcf7 {
    width: 90% !important;
}
#rightbar .wpcf7-form {
    width: 95%;
    margin: 20px 20px 20px 0px !important;
    padding: 0px !important;
}
#rightbar .g-recaptcha {
    transform:scale(0.78);
    transform-origin:0 0;
}

/* comments */
#commentform {
	margin:0;
	padding:0;
}
	
#commentform p {
}
	
#commentform a { 
	text-decoration: none; 
	line-height: 14pt;
}
	
#commentform h3 {
	font-size: 10pt;
	font-family: 'Arvo', arial, sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	margin:0;
	padding:0;
}
	
#comment {
	width:80%;
}

#comments label {
	float: left;
	clear: left;
	margin-top: 15px;
}

#author, #email, #url, #comment {
	font-size: 11px;
	padding:12px 16px;
	border: solid 1px #eaeaea;
	float: left;
	clear: left;
	margin-top: 0;
	font-family: 'Open Sans', arial, sans-serif;
	font-weight: 300;	
	color: #666;
}

#author, #email, #url {
	height:16px;
}
	
#submit {
	cursor:pointer;
	font-family: 'Open Sans', arial, sans-serif;
	font-weight: 300;	
	padding: 12px 16px;
	border: solid 1px #eaeaea;
	float: left;
	clear: left;
	margin-top: 10px;
	-webkit-transition: all 0.4s ease;
  	-moz-transition:    all 0.4s ease;
  	-ms-transition:     all 0.4s ease;
  	-o-transition:      all 0.4s ease;
	background: none;
	color: #666;
}

#submit:hover {
	border: solid 1px #eaeaea;
	background: #eaeaea;
}

#comments {
	margin:0; 
	padding:0;
}

#respond h3,
#comments h2 {
	font-family: 'Open Sans', arial, sans-serif;
	font-weight: 300;
	color: #333;
	font-size: 18px;
	text-transform: uppercase;
}	


.reply a.comment-reply-link {
	border: solid 1px #eaeaea;
	-webkit-transition: all 0.4s ease;
  	-moz-transition:    all 0.4s ease;
  	-ms-transition:     all 0.4s ease;
  	-o-transition:      all 0.4s ease;
	color: #333;
	padding: 4px 7px;
	margin-top: 5px;
	float: left;
	clear: left;
}

.reply a.comment-reply-link:hover{
	border: solid 1px #eaeaea;
}	

ol.commentlist { 
	list-style-type: none; 
	margin:0; 
	padding:0; 
	float:left;
	margin-top: 15px;
}

.avatar {
	float:left; 
	margin: 10px 20px 0 0;
	width: 30px;
	height: 30px;
}

ol.commentlist li {
	margin: 0;
	padding: 4%;
	list-style-type:none;
	float: left;
    width: 90%;
	margin-bottom: 20px;
	border: solid 1px #eaeaea;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

ol.commentlist li ul.children {
	width: 80%;
}

ol.commentlist li ul.children li {
	width: 100%;
	border: none;
	margin-bottom: 0;
}

ol.commentlist li.alt {
	
}

ol.commentlist li p {
	margin: 6px 0 6px 0; 
	padding: 0 12px 0 0; 
	line-height: 14pt;
}

ol.commentlist a {
	text-decoration: none;
}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a {
	color: #666; 
	text-decoration: none; 
	border-bottom: 1px dotted #666;
}

/* footer */

#footer {
	float: left;
	clear: left;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	background: #eaeaea;
	position: relative;
	font-size: 13px;
	line-height: 150%;
}

#footerinner {
	max-width: 960px;
	padding-left: 25px;
	padding-right: 25px;
	margin:auto;
}

#footerinner .widgets {
	width: 300px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 50px;
}

#footerinner h2 {
	font-weight: 600;
	color: #404040;
	text-transform: uppercase;
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 10px;
}

#footerinner ul {
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
	clear: left;
}

#footerinner ul li {
	padding: 0;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	list-style: none;
	width: 100%;
	float: left;
	clear: left;
}

#footerinner ul li ul li {
	border: none;
	list-style: none;
	margin-left: 0;
	margin-top: 2px;
	float: left;
	clear: left;
	width: 100%;
}

#footerinner ul li a {
	border: none;
	text-decoration: underline;
	padding: 0;
	margin: 0;
}

#footerinner ul li a:hover {
	text-decoration: none;
}

#copyinfo {
	width: 100%;
	float: left;
	clear: left;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	color: #666;
	margin-top: 20px;
	margin-bottom: 50px;
}

#socialize {
	width: 100%;
	float: left;
	clear: left;
	text-align: center;
	margin-top: 40px;
}

a.socialicon {
	width: 30px;
	height: 30px;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
	color: #666;
	display: inline-block;
	border: solid 1px #666;
	-webkit-transition: all 0.3s ease;
  	-moz-transition:    all 0.3s ease;
  	-ms-transition:     all 0.3s ease;
  	-o-transition:      all 0.3s ease;
}

a.socialicon:hover {
	color: #fff;
	background: #666;
}

a.socialicon:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 'Genericons';
	line-height: 30px;
}

a.twittericon:before {
	content: '\f202';
}

a.facebookicon:before {
	content: '\f204';
}

a.linkedinicon:before {
	content: '\f207';
}

a.dribbleicon:before {
	content: '\f201';
}

a.pinteresticon:before {
	content: '\f209';
}

a.flickricon:before {
	content: '\f211';
}

a.vimeoicon:before {
	content: '\f212';
}

a.youtubeicon:before {
	content: '\f213';
}

a.tumblricon:before {
	content: '\f214';
}

a.instagramicon:before {
	content: '\f215';
}

a.googleplusicon:before {
	content: '\f218';
}



@media only screen and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 800px)  {
	html {
		-webkit-text-size-adjust: none;
	}
	#logo {	
	width: 100%;
	text-align: center;
	}
	.nav-arrows, .mainnav {
		display: none;
	}
	#mainmenu {
		width: 100%;
		float: left;
		margin-top: 10px;
		display:none;
	}
	.select-menu {
		display: inline-block;
		width: 100%;
		margin-top: 0px;
	}
	.sl-slider h2 {
		padding-top: 240px;
	}
	.serviceswidget,
	.teamwidget {
		width: 100%;
		margin-left: 0;
	}
	.teammember,
	.postwrapper {
		margin: 0;
		padding: 0;
		padding-bottom: 30px;
		float: left;
		clear: left;
		width: 100%;
	}
	#frontwidget {
		margin-top: 0px;
	}
	.inbound-grid.three-fourth { width: 98%; }
	.page-id-74 .inbound-grid.one-fourth { width: 98%; }
	.page-id-74 #contentfull { margin-bottom: 0px; }
	.page-id-74 .post { margin: 0px; }
	.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu { background: #4E4E4E none repeat scroll 0% 0% !important; }
	#rightbar {
		float: left;
		clear: left;
		margin-left: 0;
		width: 100%;
		margin-bottom: 25px;
		margin-top: 12px;
	}
	
	#rightbar .widgets {
		width: 90%;
		padding: 4.5%;
	}
	
	
	#content {
		width: 100%;
		text-align: left;
	}
	
	#footerinner .widgets {
		width: 100%;
	}
	
	#copyinfo {
		width: 90%;
		height: auto;
		margin-left: 5%;
		left: 0;
	}
	#wpcf7-f197-p46-o1 { width: 100%; }
	#logo img { margin-top: 0px !important; }
	#rev_slider_1_1_wrapper { margin-top: 0px !important; }
	.home_lang { width:100% !important; }
	.home_form { width:100% !important; }
}

.forcefullwidth_wrapper_tp_banner { margin-top:75px; }

.home hr {
    background-color: #6AA321 !important;
    height: 1px !important;
    color: #6AA321 !important;
    border: 0px none !important;
}
.wpcf7 textarea {
  height: 70px !important;
}
.wpcf7 textarea, .wpcf7 input {
  /* border: 1px solid #919191  !important; */
  height: 17px;
  margin-bottom: 0;
}
.green {
  background: #6aa321 none repeat scroll 0 0;
  border: 2px solid #6aa321;
  color: white !important;
}
.green:hover {
	background: white none repeat scroll 0 0;
	color: #6aa321 !important;
}
.wpcf7 input.wpcf7-submit {
	border: 2px solid #6aa321 !important;
	background: #6aa321;
	color:#fff;
}
.wpcf7 input.wpcf7-submit:hover {
	background: #ffffff;
	color: #6aa321;
}
a.news-more-link  { color:#ffffff !important; background: #6aa321; border: 2px solid #6aa321 !important; }
a.news-more-link:hover  { background: #ffffff; color:#6aa321 !important; }


@media only screen and (max-device-width: 720px) {
      .forcefullwidth_wrapper_tp_banner { margin-top:125px !important; }
}
@media only screen and (min-width : 100px) and (max-width : 479px) {
	.wpcf7-form {
	margin: 10px !important;
	width: 85%;
	padding: 0 !important;
	}
}
.widgets{ text-transform: none !important;}
img.alignleft { padding: 15px 15px 15px 0px; }

.page-id-1404 #titlewrapper, .page-id-1549 #titlewrapper { display: none; }

@media screen and (max-width: 720px) {
	.top_message {
		display:block !important;
		background: #000; 
		color: #fff; 
		font-size: 14px; 
		font-weight: 600; 
		padding: 10px; 
		text-align:center; 
		line-height:15px;
	}
	#header {
    	position: relative;
	}
	#shiftnav-toggle-main .shiftnav-main-toggle-content {
    	padding: 10px 40px !important;
		line-height: 16px;
	}
	#logo img {
		max-width: 95%;
	}
	.landing-form {
		max-width: 84%;
	}
	#rc-imageselect, .g-recaptcha {
		display: inline; 
	}
	#rc-imageselect {
		max-width: 100%;
	}
	.g-recaptcha>div>div {
		width: 0% !important;
		height: 78px;
		transform:scale(0.76); 
		webkit-transform:scale(0.76);
		text-align: center;
		position: relative;
	}
	.wpcf7-form {
		margin: 0px !important;
		width: 100% !important;
		padding: 0 !important;
	}
	.landing-form .wpcf7 input.wpcf7-text,
	.landing-form .wpcf7 textarea {
		padding: 0 0 0 10px !important;
	}
	.landing-form input[type="submit"] {
		margin-left: 15px;
	}
	
	
	.page-id-1770 .video-container {
		position: relative;
		padding-bottom: 52%;
		height: 0; 
		overflow: hidden;
	}

	.page-id-1770 .video-container iframe,
	.page-id-1770 .video-container object,
	.page-id-1770 .video-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
.new_menu {
	margin-top: 20px;
	display: inline-block;
}
.page-template .ubermenu-responsive-toggle.ubermenu-responsive-toggle-main {
    top: 46px !important;
}

@media screen and (max-width:767px){
	.video-resp iframe {
		max-height: 175px;
	}
}

/* .youtube_wrapper {
	max-width: 680px;
	margin: 60px auto;
	padding: 0 20px;
}
.youtube {
	background-color: #000;
	margin-bottom: 30px;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	cursor: pointer;
}
.youtube img {
	width: 100%;
	top: -16.82%;
	left: 0;
	opacity: 0.7;
}
.youtube .play-button {
	width: 90px;
	height: 60px;
	background-color: #333;
	box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
	z-index: 1;
	opacity: 0.8;
	border-radius: 6px;
}
.youtube .play-button:before {
	content: "";
	border-style: solid;
	border-width: 15px 0 15px 26.0px;
	border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
	cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
	position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
	top: 50%;
	left: 50%;
	transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
*/

.grecaptcha-badge { display: none; }
.raduss_baner { max-width: 350px; }

div.wpcf7-mail-sent-ok, 
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors {
    clear: both;
}
.woocommerce .rightbar { display:none; }
.woocommerce .content { width: 100%; }

.top_message {
	display:none;
}
@media screen and (max-width: 720px) {
	.raduss_baner.fixed_b img.raduss_baner_mob_fix {
    z-index: 99;
	}
	.raduss_baner.fixed_b {
    background: rgb( 95, 95, 95, 0.8 ) !important;
	box-shadow: 1px 1.732px 3px 0px rgb( 0, 0, 0, 0.6 ) !important;
	}
	.testimonials_main{ margin-top:12px; margin-bottom:25px; background:url("https://www.dairyschool.co.il/wp-content/uploads/2019/12/mobile-testimonial_bg-compressor.png") no-repeat !important; background-size:cover; padding-top:0px;}
}





/* ACSD - Change the product page display */
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: left;
}
.sp_right_col {	width: 48%; float: right; }
.single-product h2 { color:#0370B8; }
.single-product strong { font-weight:700; }
.single-product .summary  ul { list-style: none; }
.single-product .summary  ul li::before { content: "\2022"; color: #0370B8; font-weight: bold; display: inline-block; width: 1em; margin-left: -5px; font-size: 22px; }
.single-product  .book_your_room { color: #0370B8; font-size: 21px; text-align: center; background: rgb(226,226,226); background: linear-gradient(0deg, rgb(226, 226, 226) 20%, rgb(255, 255, 255) 100%); padding: 17px; font-weight: 700; }

.single-product .variations { margin-top:20px; position:relative;  }
.single-product .variations .label { padding-top: 11px; color:#333; display: inline-block; }
.single-product .variations .value { background:#ebebeb; position: relative;  }
.single-product .variations .value::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 0px;
    border-bottom: solid 51px #ebebeb;
	border-left: solid 30px #fff;
}

.single-product .variations .value select { margin-left:30px; border:0; background:#ebebeb; padding: 9px; color: #757575; min-height: 35px; }
@supports (-webkit-appearance:none) and (not (overflow:-webkit-marquee))
and (not (-ms-ime-align:auto)) and (not (-moz-appearance:none)) {
    /* Safari and Chrome, if Chrome rule needed */
    .single-product .variations .value select  {
     min-height: 40px;
	}
}

.single-product .variations select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}
/* For IE10 */
.single-product .variations select::-ms-expand {
  display: none;
}

.single-product #content { margin-top:-2px; }
.single-product .woocommerce-variation-description { margin: 0px 0 15px 20px; text-align: right; }
.single-product .quantity { margin:15px 0 !important; text-align: right; }
.single-product .single_add_to_cart_button { width: 100%; padding: 20px !important; background-color: #66be2a !important; font-weight: 700; font-size: 16px; opacity:1; }

.single-product div.product form.cart .quantity { float: none !important; margin: 0 !important; display: inline-block !important; }
/* Chrome, Safari, Edge, Opera */
.single-product input::-webkit-outer-spin-button,
.single-product input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
.single-product input[type=number] {
  -moz-appearance:textfield;
}
.single-product  .woocommerce div.product form.cart .variations { margin-bottom: 0;}
.single-product .plus, .minus { font-weight: 900; color: #66BE2A; background: none; border: 0; vertical-align: text-bottom; font-size:25px; line-height: 22px; }
.single-product .woocommerce .quantity .qty { padding: 5px 0; margin-bottom: 15px !important; border: 0; font-size: 15px; width: 25px !important;}
.single-product .woocommerce-variation-add-to-cart, .single-product .woocommerce-variation-price { text-align:right; margin-top:10px; }
.single-product .woocommerce div.product span.price { color: #66BE2A; font-weight:600; font-size:17px; }

@media screen and (max-width: 480px) {
	.sp_right_col {
		width: 100%;
    	float: inline-end;
	}
	.woocommerce div.product form.cart .variations select {
     	min-width: 50%;
	}
	.single-product .variations .value select {
		padding: 10.5px;
	}
	h1.entry-title {
    	line-height: 35px;
}
}

.woocommerce table.shop_table, .woocommerce div.product form.cart .variations label, .woocommerce div.product form.cart .variations select { font-size: 16px; }
.woocommerce div.product form.cart .reset_variations { font-size: 13px; }
.woocommerce form .form-row .input-checkbox { margin: 0px 8px 0 0 !important; }
.woocommerce-terms-and-conditions-checkbox-text { margin-left:25px; }
.woocommerce-cart .woocommerce a.button.alt, .woocommerce button.button { background-color: #66be2a !important; }
.woocommerce-cart .woocommerce button.button { padding: 13px !important; color:#fff !important; }
.woocommerce-cart .woocommerce-Price-amount { font-weight: 600; }

/* ACSD - Fix Category H1 color and size */
.category h1 { color: #6aa321 !important; font-weight: 700 !important; font-size: 30px !important; }

/* ACSD - Fix the sidebar widget width */
#Wcontainer { max-width:100% !important; width:100% !important; }