/*
Theme Name: presscore

Adding support for language written in a Right To Left (RTL) direction is easy -
it's just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.

http://codex.wordpress.org/Right_to_Left_Language_Support

*/

/*
body {
	direction: rtl;
	unicode-bidi: embed;
}
*/
.vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9 {
    float: right;
}
@font-face {

    font-family: 'Open Sans Hebrew';

    src: url('fonts/opensanshebrew-light-webfont.eot');

    src: url('fonts/opensanshebrew-light-webfont.eot?#iefix') format('embedded-opentype'),

     url('fonts/opensanshebrew-light-webfont.woff') format('woff'),

     url('fonts/opensanshebrew-light-webfont.ttf') format('truetype'),

    url('fonts/opensanshebrew-light-webfont.svg#open_sans_hebrewlight') format('svg');

  font-weight: 300;

 font-style: normal;

}



@font-face {

    font-family: 'Open Sans Hebrew';

    src: url('fonts/opensanshebrew-lightitalic-webfont.eot');

    src: url('fonts/opensanshebrew-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),

       url('fonts/opensanshebrew-lightitalic-webfont.woff') format('woff'),

         url('fonts/opensanshebrew-lightitalic-webfont.ttf') format('truetype'),

         url('fonts/opensanshebrew-lightitalic-webfont.svg#open_sans_hebrewlight_italic') format('svg');

   font-weight: 300;

  font-style: italic;

}



@font-face {

    font-family: 'Open Sans Hebrew';

    src: url('fonts/opensanshebrew-regular-webfont.eot');

    src: url('fonts/opensanshebrew-regular-webfont.eot?#iefix') format('embedded-opentype'),

         url('fonts/opensanshebrew-regular-webfont.woff') format('woff'),

         url('fonts/opensanshebrew-regular-webfont.ttf') format('truetype'),

         url('fonts/opensanshebrew-regular-webfont.svg#open_sans_hebrewregular') format('svg');

    font-weight: 400;

    font-style: normal;

}





@font-face {

    font-family: 'Open Sans Hebrew';

    src: url('fonts/opensanshebrew-italic-webfont.eot');

    src: url('fonts/opensanshebrew-italic-webfont.eot?#iefix') format('embedded-opentype'),

      url('fonts/opensanshebrew-italic-webfont.woff') format('woff'),

        url('fonts/opensanshebrew-italic-webfont.ttf') format('truetype'),

        url('fonts/opensanshebrew-italic-webfont.svg#open_sans_hebrewitalic') format('svg');

    font-weight: 400;   font-style: italic;}



@font-face {

    font-family: 'Open Sans Hebrew';

    src: url('fonts/opensanshebrew-bold-webfont.eot');

    src: url('fonts/opensanshebrew-bold-webfont.eot?#iefix') format('embedded-opentype'),

         url('fonts/opensanshebrew-bold-webfont.woff') format('woff'),

         url('fonts/opensanshebrew-bold-webfont.ttf') format('truetype'),

         url('fonts/opensanshebrew-bold-webfont.svg#open_sans_hebrewbold') format('svg');   font-weight: 700;

 font-style: normal;}



@font-face {

    font-family: 'Open Sans Hebrew';

src: url('fonts/opensanshebrew-bolditalic-webfont.eot');

   src: url('fonts/opensanshebrew-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),

        url('fonts/opensanshebrew-bolditalic-webfont.woff') format('woff'),

         url('fonts/opensanshebrew-bolditalic-webfont.ttf') format('truetype'),

       url('fonts/opensanshebrew-bolditalic-webfont.svg#open_sans_hebrewbold_italic') format('svg');

   font-weight: 700;  font-style: italic;}



@font-face {

  font-family: 'Open Sans Hebrew';

   src: url('fonts/opensanshebrew-extrabold-webfont.eot');

    src: url('fonts/opensanshebrew-extrabold-webfont.eot?#iefix') format('embedded-opentype'),

     url('fonts/opensanshebrew-extrabold-webfont.woff') format('woff'),

     url('fonts/opensanshebrew-extrabold-webfont.ttf') format('truetype'),

    url('fonts/opensanshebrew-extrabold-webfont.svg#open_sans_hebrewextra_bold') format('svg');   font-weight: 800; font-style: normal;}



/ Generated by Font Squirrel (http://www.fontsquirrel.com) on May 4, 2014 /



@font-face {

    font-family: 'Open Sans Hebrew';

    src: url('fonts/opensanshebrew-extrabolditalic-webfont.eot');

  src: url('fonts/opensanshebrew-extrabolditalic-webfont.eot?#iefix') format('embedded-opentype'),

         url('fonts/opensanshebrew-extrabolditalic-webfont.woff') format('woff'),

         url('fonts/opensanshebrew-extrabolditalic-webfont.ttf') format('truetype'),

         url('fonts/opensanshebrew-extrabolditalic-webfont.svg#open_sans_hebrewXBdIt') format('svg');

   font-weight: 800;   font-style: italic;}

body {
	direction: rtl;
	unicode-bidi: embed;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td,#main-nav > li > a, #mobile-menu, .main-nav > li > a .menu-text {

    font-family: Open Sans Hebrew ,arial,sans-serif !important;
}

.breadcrumbs li {
    position: relative;
    display: inline-block;
    padding-right: 12px;
    margin-right: 8px;
}

.fancy-header .breadcrumbs li:before, .breadcrumbs li:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
    height: 13px;
    content: "/";
    opacity: 0.5;
    text-align: right;
    z-index: 3;
}
.con-box{
    background-color: rgb(248, 248, 248);
    border-radius: 6px;
    padding: 15px 15px 15px 0px;
    border: 2px solid rgb(233, 233, 233);
}

input[type="text"], input[type="tel"], input[type="url"], input[type="email"], input[type="number"], input[type="date"], input[type="range"], input[type="password"], select, textarea {
    color: #b8bcbe;
    border: 1px solid #E9E9E9;
    background-color: #ffffff;

}
.myltr {direction: ltr;}
.content ul, .content ol {
    margin: 0 20px 10px 0;
}

.items-grid .alignleft {
    margin: 5px 0px 5px 20px;
    font-size: 0;
    line-height: 0;
}

#footer .alignleft, #sidebar .alignleft {
    margin-left: 20px;
    margin-right: 0px;
}
.mytopphone {
border: 2px #91007b solid;
    padding: 6px 6px 4px 6px;
    border-radius: 15px;
    margin-left: 10px;
}