/*
Theme Name: Enfold Child
Description: <strong>A superflexible and responsive Business Theme by Kriesi</strong> - <br/> Update notifications available on twitter and facebook:<br/> <a href='http://twitter.com/kriesi'>Follow me on twitter</a><br/> - <a href='http://www.facebook.com/pages/Kriesi/333648177216'>Join the Facebook Group</a>
Version: 2.8.1
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
License: Themeforest Split Licence
License URI: -
Theme URI: www.kriesi.at/themes/enfold/
Text Domain:  enfold-child
*/

/* General Custom CSS */
/*@import url("../enfold/style.css");
@import url(http://fonts.googleapis.com/earlyaccess/opensanshebrew.css);
h1, h2, h3, h4, h5, h6, #top .title_container .main-title, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox, .av-special-font, .av-current-sort-title, html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio,html, body, div,#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select, input, textarea, keygen, select, button {
	font-family: 'Open Sans Hebrew', arial;
}*/
#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select, input, textarea, keygen, select, button{
	font-size: 16px;
}
input, textarea, keygen, select, button, .avia_ajax_form .button {font-size:16px; float:left;}
#top .av-custom-form-color .button{
	width:100%;
}
#top .avia-slideshow-button {
	font-weight: normal;
	font-size: 18px;
}
.caption_left .slideshow_caption {
	right: 50%;
	left: inherit;
}
.html_header_left #main {
	margin-right: 300px;
	margin-left:0;
}

h1 {
	font-weight: normal;
}
.html_header_sidebar #top .fullsize .template-blog .multi-big .post-title, .html_header_sidebar #top .fullsize .template-blog .single-big .post-title {text-align: right;}
.post-meta-infos {display:none;}

.av_seperator_small_border .av-main-nav > li > a > .avia-menu-text {  
	padding-left: 30px;
	padding-right: 17px;
	}
.iconbox_left .iconbox_icon {left: 5px;}
.iconbox_content_container p{font-size: 16px;}
#top .av-current-sort-title {float: right;}
#top .av-sort-yes-tax .av-sort-by-term {float: left;}
.main_color .sidebar a{
	color:#333;
}
.widgettitle{
	font-size: 20px;
}
.widget_recent_entries li a{
	font-size: 17px;
	font-family: 'Open Sans Hebrew', arial;
}


/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}