/*
Theme Name: Shlomi ML
Theme URI: 
Description: 
Author: 
Author URI: 
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: rtl theme, hebrew theme, blog theme
Version: 1.0
*/

body{
    direction:rtl;
    font-family: Arial, sans-serif;
    margin:0;
    font-size:16px;
    padding:174px 0 0 0;
    background-color:#e9f2f9;
    -webkit-font-smoothing: antialiased;
}


body.admin-bar #header {
    top: 32px;
}


#wrapper{
    position:relative;
    display:block;
    width:1200px;
    margin:0 auto;
    min-height:100vh;
}

#wrapper .page-title{
    background-color:#fff;
    margin-bottom:32px;
    padding:32px;
    border:1px solid #dce4eb;
}

#header{
    display:block;
    position:fixed;
    top:0;
    width:100%;
    height:110px;
    background-color:rgba(21,113,193,1);
    transition:height .3s linear,background-color .3s linear;
    z-index: 999;
}

#header.scrolled{
    height:70px;
    background-color:rgba(21,113,193,1);
}

#header .inner {
    width:1200px;
    height:inherit;
    margin:0 auto;
}

#header .inner a {
    color:#fff;
    text-decoration:none;
}

#header #logo{
    float:right;
    line-height:110px;
    font-size:36px;
    font-weight:bold;
    padding-left:32px;
    transition:line-height .3s linear;
    color:#fff;
}

#header.scrolled #logo{
    line-height:70px;
}


#header div[class^=menu]{
    display: table-cell;
    color: #fff;
    width: inherit;
    height: inherit;
    font-weight: bold;
    margin: auto 0;
    vertical-align: middle;
}

#header div[class^=menu] ul{
    float:left;
    margin:0;
    padding:0;
    list-style:none;
}

#header div[class^=menu] ul li{
    float:right;
    font-size:22px;
    font-weight:bold;
    cursor: pointer;
}

#header div[class^=menu] ul li a{
    transition:color .3s linear;
    text-decoration:none;
    color:#fff;
}

#header div[class^=menu] ul li:not(:last-child){
    margin-left:32px;
}

.article,
.comments{
    background-color:#fff;
    width:100%;
    margin-bottom:32px;
    box-sizing:border-box;
}

.article .more-link{
    color:#1d78f3 !important;
    font-weight:bold;
    text-decoration:none;
}

.article .info{
    font-size: 16px;
}

.article .info:before{
    content:"";
    background-image: url('images/user.png');
    background-size: 16px 16px;
    width:16px;
    height:16px;
    margin-left:10px;
    display: inline-block;
}

.article .inner{
    border-color:#dce4eb;
    border-width:0 1px 1px 1px;
    border-style:solid;
    line-height:30px;
    font-size:18px;
}

.article .top{
    padding:0 32px;
}

.article .content,
.comments{
    padding:32px;
    overflow-wrap:break-word;
}

.article .bottom{
    background-color:#f1f1f1;
    padding:32px;
}


.article .top a,
.article .content a{
    color:#000;
}

.article .top a:hover,
.article .content a:hover{
    text-decoration:none;
    color:#404040;
}

.content iframe{
    max-width:100%;
}

.article .bottom a{
    text-decoration:none;
    color:#444;
}

.article .bottom a:hover{
    text-decoration:none;
    color:#000;
}







.article h1{
    line-height:50px;
    margin:0 0 16px 0;
    font-size: 36px;
}

.article h1 a{
    color:#444;
    text-decoration:none;
}

.article:hover{

}

/*.wp-caption,*/
.article img{
    max-width:100% !important;
    width:100%;
    height:auto;
    display:block;
}

/*.wp-caption-text{
    font-size: 16px;
    color: #555;
    line-height: 22px;
}*/

.article .categories{
    padding:16px 32px 0 32px;
}

.tavit{
    background-color: #e9f2f9;
    padding: 3px 8px;
    display: inline-block;
    font-size: 14px;
    margin-left: 10px;
    line-height: normal;
}

.tavit:hover{
    background-color: #d0d0d0;
}

.tavit a{
    color:#000;
    text-decoration:none;
}

#footer{
    background-color:#fff;
    width:1200px;
    margin:0 auto;
    height:120px;
    border-width:1px 1px 0 1px;
    border-style:solid;
    border-color:#dce4eb;
    padding:32px 32px 16px 0;
    box-sizing:border-box;
    margin-top:32px;
    text-align:center;
}


#wrapper #loop{
    width:825px;
    margin-left:32px;
    float:right;
}


#wrapper #sidebar{
    float:right;
    width:343px;
}

#wrapper #sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#wrapper #sidebar .widget{
    background-color:#dce4eb;
    padding:32px;
    box-sizing:border-box;
    min-height:40px;
    margin:0 0 32px 0;
}

#wrapper #sidebar .widget h3{
    margin:0 0 20px 0;
}

#wrapper #sidebar .widget a{
    color:#444;
    text-decoration:none;
}

#wrapper #sidebar .widget a:hover{
    color:#000;
}

#wrapper #sidebar .widget li {
    padding-right: 32px;
    text-indent: -22px;
    margin-top: 16px;
}

#wrapper #sidebar .widget li::before {
    content: "■ ";
    padding-left: 8px;
    color: rgb(21,113,193);
}


#wrapper #sidebar .widget.job_manager{
    direction:ltr;
}
#wrapper #sidebar .widget.job_manager h3{
    text-align:left;
}
#wrapper #sidebar .widget.job_manager li {
    text-align:left;
    padding-right:0;
    padding-left:32px;
}
#wrapper #sidebar .widget.job_manager li::before {
    padding-left:0;
    padding-right:8px;
}



/* Fixed Header: Anchor fix */
.article span[id^=more]{
  display: inline-block;
  height: 65px; /*header's height -5px*/
  margin-top: -65px; /*header's height -5px*/
  visibility: hidden;
}



/* WP-PageNavi */
.wp-pagenavi a, .wp-pagenavi span{
    float: right;
    background-color: #fff;
    padding: 12px 18px;
    border: 1px solid #dce4eb;
    color:#000;
    margin-left:6px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current{
    background-color:#dce4eb;
    border: 1px solid #dce4eb;
}




/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 0 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 0 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 100%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 0 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}



/* ===========================
 * Mobile Menu
 * =========================== */
ul#mobile-sidebar{
    list-style:none;
    margin:0;
    padding:16px;
}

ul#mobile-sidebar .widget{
    padding-bottom:16px;
}

ul#mobile-sidebar .widget ul{
    list-style:none;
    margin:0;
    padding:0;
}

ul#mobile-sidebar .widget ul li{
    padding-right: 32px;
    text-indent: -22px;
    margin-top: 16px;
    font-size:16px !important;
    float:none !important;
}

ul#mobile-sidebar .widget ul li::before {
    content: "■ ";
    padding-left: 8px;
    color: rgb(21,113,193);
}

ul#mobile-sidebar .widget ul li a{
    color:#444 !important;
    text-decoration: none;
    font-weight: normal;
}


/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
        white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}


.course-form input{
    padding:0 5px;
    height:40px;
    line-height:32px;
    width:280px;
    text-align:center;
    box-sizing:border-box;
}

.course-form input:focus{
    outline:none !important;
}

.course-form input[type='submit']{
    background: #356fbb;
    font-family:Arial;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin:0;
    cursor: pointer;
    outline:none;
    width:100px;
}

.job_description{
    direction:ltr;
}