@charset "utf-8";
/* CSS Document */

/* 
Colors
******

Blue
#5BB5DD

Green
#B3D032
 */
::selection {
	background: none repeat scroll 0 0 #5BB5DD;
	color: #fff;
	text-shadow: none;
}
*::-moz-selection {
	background: none repeat scroll 0 0 #5BB5DD;
	color: #fff;
	text-shadow: none;
}
.site-desc::-moz-selection {
	background: none repeat scroll 0 0 #B3D032;
	color: #fff;
	text-shadow: none;
}
a.thumbnail, a.pretty, a.wp-caption, a.post,
#primary-menu a,
#submit,
textarea,
input,
.entry-title a,
.featured-image a img,
a.tb-image-logo img,
.related-posts img,
.entry-content img,
.fixed-sidebar img,
.themeblvd-contact-bar a img,
.element a img,
.entry-content .btn,
.tb-contact_widget ul.simple-contact li a {
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
#wrapper blockquote {
	border:none;
    font-style: normal;
	padding:0;
}
#header_content {
    margin: 0 auto 1em;
    max-width: 940px;
	position:relative;
}
.header_logo {
	float:left;
}
.rtl .header_logo {
	float:right;
}
.site-desc {
	bottom:5px;
	color:#fff;
	font-size:1.33em;
	position:absolute;
	left:38px;;
}
.rtl .site-desc {
	left:auto;
	right:38px;;
}
.home .site-desc {
	bottom:auto;
	color:#57B7DD;
	font-size: 2.4em;
	left:335px;
	top:43px;
}
.rtl.home .site-desc {
	left:auto;
	right:335px;
}

#featured {
	margin-top:-11px;
}
#header_content {
    padding: 20px 0;
}
#header_content {
	height: 135px;
    overflow: hidden;
}
@media all and (max-width: 768px) {
	#featured {
		margin-top:-20px;
	}
	#header_content,
	.rtl #header_content {
		padding: 0;
	}
	#header_content {
		height:auto;
		overflow:visible;
	}
	.home #header_content {
		height: auto;
		overflow: visible;
		text-align:center;
	}
	.header_logo,
	.rtl .header_logo  {
		float:none;
		overflow:visible;
	}
	.header_logo,
	.rtl .header_logo {
		height: 135px;
		overflow: hidden;	
	}
	.home .site-desc,
	.rtl.home .site-desc,
	.site-desc,
	.rtl .site-desc {
		color:#fff;
		font-size: 1.37em;
		line-height: inherit;
		margin:-35px 0 0;
		position:static;
		text-align:center;
		width:100%;
	}
	.qr-code,
	.blog-img {
		display:none;
	}
	#wrapper p {
 	   margin: 0 0 10px;
	}
	.btn-navbar {
    	margin-left: 6%;
	}
	.rtl .btn-navbar {
    	margin-left: 0;
	    margin-right: 6%;
	}
}
#wrapper #access {
    background: none;
	border:none;
	clear:both;
	filter:none;
}
@media all and (max-width: 768px) {
	#wrapper #access {
		background-color: #fbfbfb;
		background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
		background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
		background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
		background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
		background-image: linear-gradient(top, #ffffff, #f5f5f5);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
		border: 1px solid #dddddd;
		/*border-bottom: none; /* .internal-wrapper has border all the way around, which happens directly after the main menu. */
		-webkit-border-top-left-radius: 3px;
		-webkit-border-top-right-radius: 3px;
		-moz-border-radius-topleft: 3px;
		-moz-border-radius-topright: 3px;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		float:none;
		margin:0 5%;
		padding:0;
		width:90%;
	}
}

#wrapper .access-inner {
    margin: 0 auto;
    max-width: 940px;
}
#wrapper #primary-menu li a {
	white-space:nowrap;/* Chrome bug fix */
}
#wrapper #primary-menu li a:after {
    color: #5B5B5B;
    content: "|";
    padding: 0 0 0 10px;
}
.rtl #wrapper #primary-menu li a:after {
    padding: 0 10px 0 0;
}
.rtl #wrapper #primary-menu li:last-child a:after,
#wrapper #primary-menu li:last-child a:after {
	content:"";
}
@media all and (max-width: 768px) {
	.rtl #wrapper #primary-menu li a:after,
	#wrapper #primary-menu li a:after {
		content:"";
	}
}
#wrapper #primary-menu li a {
    color: #5B5B5B;
}
#wrapper #primary-menu > li > a {
	/*font-size:1.2em;*/
	padding:0 5px;
}
.home #wrapper #primary-menu > li.home > a,
#wrapper #primary-menu > li.current_page_item > a,
#wrapper #primary-menu > li > a:hover {
    background: none repeat scroll 0 0 transparent;
	color:#57B7DD;
}
#wrapper #primary-menu > li {
	border:none;
}
@media all and (max-width: 768px) {
	#wrapper #primary-menu li a {
		border-bottom:none;
	}
	.home #wrapper #primary-menu > li.home > a,
	#wrapper #primary-menu > li.current_page_item > a,
	#wrapper #primary-menu > li > a:hover {
		border-bottom:none;
	}
}

.widget ul,
.mini-post-list-content,
.textwidget {
	/*padding:0.1em 1.2em;*/
}
.widget-inner {
	padding:.7em;
}
.widget_search .widget-inner {
	background:none;
}
#sidebar_layout aside:first-child .widget-inner {
	background:none;
}
.widget-title {
	color:#B3D032;
}
#bottom aside {
	height:200px;
}
#bottom .column:first-child aside {
	background:url(../images/logo-widget.png) no-repeat 100% 0 #E6E6E6;
	height:165px;
	padding-top:35px;
}
@media all and (max-width: 768px) {
	#bottom aside {
		height:auto;
	}
	/*#bottom .column:first-child aside {
		background:none;
	}*/
}
#bottom .widget-title {
	color:#5BB5DD;
	margin-top:0;
	text-align:center;
}
.smallest-thumbs {
	padding-top:.3em;
}
.themeblvd-mini-post-list ul li {
    border-bottom: 1px solid #CECEC4;
}

.tb-contact_widget ul.simple-contact {
    padding: 5px 10px;
}

.post_grid .entry-title {
    font-size: 18px;
}

#footer_sub_content {
	font-size:11px
}
#footer_sub_content .footer-nav li {
    padding: 0 2px;
}
#footer_sub_content .footer-nav li a {
	color:#646464;
	padding-left:1px;
}
.rtl #footer_sub_content .footer-nav li a {
	padding-left:0;
	padding-right:1px;
}
#footer_sub_content .footer-nav li:after {
    content: "|";
    padding: 0 0 0 8px;
}
.rtl #footer_sub_content .footer-nav li:after {
    padding: 0 8px 0 0;
}
#footer_sub_content .footer-nav li:last-child:after {
	content:"";
}
#footer_sub_content .footer-nav li a:hover {
	color:#B3D032;/*Green*/
}
@media all and (max-width: 768px) {
	#footer_sub_content .footer-nav li a {
		padding-left:1px;
	}
	.rtl #footer_sub_content .footer-nav li a {
		padding-left:0;
		padding-right:1px;
	}
}
#wrapper .gform_wrapper .top_label .gfield_label {
	clear:both;
	float:left;
    font-weight: normal;
    line-height: 1.0em;
    margin: 4px 34px 4px 0;
	width:45px;
}
.rtl #wrapper .gform_wrapper .top_label .gfield_label {
	clear:both;
	float:right;
    margin: 7px 0 4px 30px;
	width:25px;
}
#wrapper .gform_wrapper .gform_footer {
	margin:0;
	padding:0;
}
#bottom .gform_wrapper .gform_footer {
	float:right;
	/*margin:0 80px 0 0;*/
}
.rtl #bottom .gform_wrapper .gform_footer {
	float:left;
	/*margin:0 0 0 80px;*/
}
#content .gform_wrapper .top_label input.large,
#content .gform_wrapper .top_label select.large,
#content .gform_wrapper .top_label textarea.textarea {
    float: left;
    width: 78.2%;
}
.rtl #content .gform_wrapper .top_label input.large,
.rtl #content .gform_wrapper .top_label select.large,
.rtl #content .gform_wrapper .top_label textarea.textarea {
    float: right;
}
#content .gform_wrapper .top_label input.medium,
#content .gform_wrapper .top_label select.medium {
    width: 78%;
}
.rtl #content .gform_wrapper .top_label input.medium,
.rtl #content .gform_wrapper .top_label select.medium {
    width: 78%;
}
#content .gform_wrapper ul li.gfield {
    clear: none;
}
#bottom .gform_wrapper ul li.gfield {
    clear: both;
}
.contact .gform_wrapper {
    /*margin: 37px 0;*/
}
#bottom .column {
	background:#E6E6E6;
	margin-right: 1%;
	width:32.66%;
}
#bottom .column.last {
	margin-right: 0%;
}
.rtl #bottom .column {
	margin-right: 0%;
	margin-left: 1%;
}
.rtl #bottom .column.last {
	margin-right: 0%;
	margin-left: 0%;
}
@media all and (max-width: 515px) {
	#bottom .column,
	#bottom .column.last,
	.rtl #bottom .column {
		margin:0 0 20px;
		float:none;
		width:100%;
	}
}
.copyright {
	margin:5px 0 0;
}
.copyright a {
	color:#646464;
}

.entry-meta,
.edit-link  {
	display:none;
}

.home .element-headline h1 {
	margin:0;
	padding:0
}
.home .element-headline p,
.home .primary-element-2 p {
	font-size:20px;
	max-width:550px;
	line-height:150%;
}
@media all and (max-width: 768px) {
	.home .element-headline p,
	.home .primary-element-2 p {
		font-size:15px;
		max-width:375px;
		line-height:150%;
	}
}
.home .element-columns.primary-element-2,
.home .primary-element-3 {
	padding-top:0;/*56px*/
}
.home .element-columns.primary-element-2 h3,
.home .primary-element-3 h3 {
	background:#A848C4;
	color:#fff;
	font-size:1.45em;
	margin-bottom:0;
	padding:.5em;
}
.home .element-columns.primary-element-2 .column:nth-child(2) h3,
.home .primary-element-3 .column:nth-child(2) h3 {
	background:#359D36;
}
.home .element-columns.primary-element-2 .last h3,
.home .primary-element-3 .last h3 {
	background:#B3D032;
}
.home .element-columns.primary-element-2 p,
.home .primary-element-3 p {
	background:#fff;
	background:rgba(255,255,255,.8);
	border-color: #5BB5DD;/* Blue */
	border-style:solid;
	border-top:none;
	border-width:1px;
	font-size:16px;/*22px*/
	line-height:150%;
	padding:.5em;
}
@media all and (max-width: 768px) {
	.home .element-columns.primary-element-2 p,
	.home .primary-element-3 p {
		height:100px
	}
}
.home .element-columns.primary-element-2 a,
.home .primary-element-3 a {
	font-size:12px;
}
.home .element-columns.last-element h3,
.home .primary-element-3.last-element h3 {
	color:#5BB5DD;
}
.home #content {
	background:url(../images/tamar-lazar.jpg) no-repeat 100% 0;
}
.rtl.home #content {
	background:url(../images/tamar-lazar.jpg) no-repeat 0 0;
}
@media all and (max-width: 480px) {
	.home #content,
	.rtl.home #content {
		background:none;
	}
}
.home .element {
    padding-bottom: 0;
}

.post_list .entry-title {
	font-size:1.4em;
	margin:0 0 10px;
}
.home .post_list .entry-title {
	font-size:1em;
}
.home .post_list .entry-content p:first-child {
	display:none;
}
.post_list .entry-title a {
	color:#5BB5DD;
}
.post_list .entry-title a:hover {
	color:#B3D032;
}
.home .post_list article {
    margin-bottom: 0;
}
.home .post_list .entry-header {
	float:right;
}
.home .post_list .entry-content .btn,
.primary-post-list .entry-content .btn {
	background:none;
	border-image: none;
	border-radius: 0 0 0 0;
	border-style: solid;
	border-width: 0;
	box-shadow: none;
	color: #5BB5DD;
	display: inline-block;
	font-size: 14px;
	line-height: inherit;
	margin-bottom: 0;
	margin-top:-5px;
	padding: 0 12px;
	text-align: center;
	text-shadow: none;
}
.primary-post-list .entry-content .btn {
	margin-top:0;
	padding:0;
}
.home .post_list .entry-content .btn:hover,
.primary-post-list .entry-content .btn:hover {
	color:#B3D032;/* Green */
}
.primary-post-list .entry-content p {
	margin-bottom:.5em;
}
@media all and (max-width: 768px) {
	.primary-post-list .entry-content .btn {
		margin:0;
		padding:0;
	}
	.home .post_list .entry-content .btn {
		margin-top:-5px;
	}
}
#content .primary-post-list {
	margin-top:1em;
}
article {
    margin-bottom: 1.5em;
}

#bottom blockquote {
	background: url("../images/quote-before.png") no-repeat scroll 100% 0 transparent;
}
#bottom blockquote p {
	background: url("../images/quote-after.png") no-repeat scroll 0 100% transparent;
    font-size: 25px;
    font-weight: 300;
    line-height: 25px;
	padding:1.4em 20px 1.75em;
    text-align: center;
}
.rtl #bottom blockquote {
	background: url("../images/quote-after.png") no-repeat scroll 0 100% transparent;
}
.rtl #bottom blockquote p {
	background: url("../images/quote-before.png") no-repeat scroll 100% 0 transparent;
}
.fixed-sidebar aside:first-child .textwidget {
	background:url("../images/quote.png") no-repeat scroll 100% 100% transparent;
}
.rtl .fixed-sidebar aside:first-child .textwidget {
	background:url("../images/quote-rtl.png") no-repeat scroll 0 100% transparent;
}
.fixed-sidebar aside:first-child .widget-title {
	color:#ffffff;
	font-size:1.25em;/*same as h2 */
}
.fixed-sidebar aside:first-child .textwidget p {
	color:#ffffff;
	font-size:1.25em;/*same as h2 */
}
.fixed-sidebar aside:first-child {
	background-color:#57B7DD;
	border-color:#57B7DD;
	color:#ffffff;
}
.about .fixed-sidebar aside:first-child {
	background-color:#A848C4;
	border-color:#A848C4;
	color:#ffffff;
}
.communication .fixed-sidebar aside:first-child {
	background-color:#359D36;
	border-color:#359D36;
	color:#ffffff;
}
.clients .fixed-sidebar aside:first-child {
	background-color:#4A7C9F;
	border-color:#4A7C9F;
	color:#ffffff;
}
.case-studies .fixed-sidebar aside:first-child,
.category-case-studies .fixed-sidebar aside:first-child {
	background-color:#B3D032;
	border-color:#B3D032;
	color:#ffffff;
}
.about-me .fixed-sidebar aside:first-child {
	background-color:#EF6856;
	border-color:#EF6856;
	color:#ffffff;
}
.contact .fixed-sidebar aside:first-child {
	background-color:#BF8627;
	border-color:#BF8627;
	color:#ffffff;
}
.csr .fixed-sidebar aside:first-child {
	background-color:#2E7344;
	border-color:#B3D032;
	color:#ffffff;
}
.blog .fixed-sidebar aside:first-child,
.category-blog .fixed-sidebar aside:first-child {
	background-color:#C9C9C9;/*#E6E6E6*/
	border-color:#999999;
	color:#ffffff;
}

.entry-content img.size-full {
	/*border:1px solid #000;
	padding:1em;*/
}
@media all and (max-width: 768px) {
	/*.entry-content img.size-full {
		border:none;
		padding:0;
	}*/
}

#branding {
	position:relative
}
.lang {
	right:20px;
	position:absolute;
	top:20px;
	width: 150px;
}
.lang a {
	color:#4D4D56;
}
.rtl .lang {
	right:auto;
	left:20px;
}
@media all and (max-width: 515px) {
	.lang {
		/*padding:.5em 1em;
		position:static;*/
		display:none;
	}
}

#primary-menu > li > ul {
    border-top: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.fixed-sidebar .widget {
    border: 1px solid #5BB5DD;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    box-shadow: 0 1px 1px #F2F2F2 inset, 0 0 8px #5BB5DD;/*#B3D032*/
}

#wrapper #main {
	border-top: 1px solid #DDDDDD;
    padding: 20px 20px 0;
}
#wrapper #footer_content {
    border-bottom: 1px solid #EEEEEE;
    padding: 0 19px 30px;
}

.fixed-sidebar {
	margin-top:44px;/*62px*/
}

#wrapper .fixed-sidebar .widget {
	margin:0 0 15px;
}

.pretty:hover, a.thumbnail:hover {
    border-color: #B3D032;
    box-shadow: 0 1px 4px #B3D032;
}

.themeblvd-search {
	float:left;
	margin:0 1em 0 0;
}
.rtl .themeblvd-search {
	float:right;
	margin:0 0 0 1em;
}
@media all and (max-width: 768px) {
	.themeblvd-search {
		display:none;
	}
}
@media all and (max-width: 515px) {
	.lang {
		display:none;
	}
}

.contact a img.alignright {
	margin-bottom:0;
}
/*.contact .gform_wrapper .top_label textarea.textarea {
    width: 47.4%;
}*/
.contact #main .gform_wrapper .gform_footer input.button,
.contact #main .gform_wrapper .gform_footer input[type="submit"] {
    margin: 0 0 0 21.6em;
}
.rtl.contact #main .gform_wrapper .gform_footer input.button,
.rtl.contact #main .gform_wrapper .gform_footer input[type="submit"] {
    margin: 0 21.2em 0 0;
}

.wp-caption {
    padding: 0;
}
.wp-caption p.wp-caption-text {
	background:none repeat scroll 0 0 #EEEEEE;
    font-style: italic;
}

/*.icon-tags {
	display:none;
}*/

.tb-mini_post_list_widget .widget-title {
    margin-top: 0;
}
.featured-image-wrapper {
    margin-top: 2px;
}

#content .gform_wrapper form {
    margin-left: 214px;
}
.rtl #content .gform_wrapper form {
	margin-left: 0;
    margin-right: 214px;
}
#bottom .gform_wrapper .top_label input.medium {
    width: 70%;
}
.rtl #bottom .gform_wrapper .top_label input.medium {
    width: 78%;
}
@media all and (max-width: 768px) {
	#content .gform_wrapper form {
		margin-left: 0;
	}
	.rtl #content .gform_wrapper form {
		margin-right: 0;
	}
	#bottom .gform_wrapper .top_label input.medium,
	#bottom .gform_wrapper .top_label select.medium {
		width: 70%;
	}
	.contact #main .gform_wrapper .gform_footer input.button,
	.contact #main .gform_wrapper .gform_footer input[type="submit"] {
		margin: 0 0 0 3.8em;
	}
	.rtl.contact #main .gform_wrapper .gform_footer input.button,
	.rtl.contact #main .gform_wrapper .gform_footer input[type="submit"] {
		margin: 0 3.8em 0 0;
	}
	#branding .header_logo {
	    background: none repeat scroll 0 0 #5BB5DD;
	    float: none;
    	text-align: center;
	}
}
@media all and (max-width: 515px) {
	#bottom .gform_wrapper .top_label input.medium,
	#bottom .gform_wrapper .top_label select.medium {
		width: 98%;
	}
	.contact #main .gform_wrapper .gform_footer input.button,
	.contact #main .gform_wrapper .gform_footer input[type="submit"] {
		margin: 0 0 0 0.1em;
	}
	.rtl.contact #main .gform_wrapper .gform_footer input.button,
	.rtl.contact #main .gform_wrapper .gform_footer input[type="submit"] {
		margin: 0 0.1em 0 0;
	}
}

.blog-img {
	left:274px;
	position:absolute;
	top:27px;
	z-index: 10;
}
.rtl .blog-img {
	right:274px;
}

.clients .entry-content .column {
	font-size:1em;
	text-align:center;
}
.clients .entry-content .column img {
	border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    display: block;
    line-height: 1;
	min-height:150px;
	min-width:150px;
    padding: 0;
}

.fb_iframe_widget iframe {
	min-height:73px !important;
}
#footer_content .widget-area {
	min-height:200px;
}