/*
Theme Name: ITA
Author: Ashish Gupta
Author URI: http://www.vrtechnologies.info
Tags: fixed-width, three-columns, threaded-comments
*/
/* basics */

body {
    margin: 0;
    padding: 0;
    /*background: url(images/bg.jpg) repeat-x top left #ffffff;*/
    font-family: Alef,Arial, Helvetica, sans-serif;
    font-size: 14px;
	line-height: 18px;
    color: #777A7C;
}

a {
    color: #555555;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

img {
    border: 0px;
}

form {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
}

p {
    margin: 0px;
    padding: 0px;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.clear {
    clear: both;
    margin: 0px;
    padding: 0px;
}

.textalignright {
    text-align: right;
}

.textalignleft {
    text-align: left;
}

.textaligncenter {
    text-align: center;
}

#maindiv {
    width: 100%;
}

#maindiv-inner {
    width: 100%;
    /*background: url(images/bg-inner.jpg) #fff repeat-x top;*/
}

#wrapper {
    margin: 0 auto;
    width: 1000px;
}

.logo {
    float: right;
}

.hdleft {
    float: left;
    width: calc(100% - 350px);
    padding: 15px 0 0 0;
}

.eng .logo {
    float: left;
}

.eng .hdleft {
    float: right;
}

.top-menu {
    direction: rtl;
    padding: 10px 0 0 0;
}

.top-menu ul {
    margin: 0 0 0 20px;
    padding: 0;
}

.top-menu ul li {
    list-style-type: none;
    float: left;
    padding: 0;
    margin: 0 8px 0 0;
    line-height: 30px;
    height: 30px;
    /*background: url(images/nav-bg.png) bottom left;*/
}

.top-menu ul li a {
    padding: 0 8px;
    height: 30px;
    display: block;
    /*background: url(images/nav-bg.png) right center;*/
    font-size: 18px;
    /*color: #111;*/
    color: #5d7ecd;
    text-decoration: none;
}

.top-menu ul li a:hover {
    color: #212250;
    /*background: url(images/nav-bg.png) right top;*/
}

.top-menu ul li.current_page_item a {
    color: #A91010;
    /*background: url(images/nav-bg.png) right top;*/
}

.top-menu ul ul {
    position: absolute;
    display: none;
    width: 12em;
    margin: 0;
    padding: 0;
    z-index: 99999;
}

.top-menu ul li ul {
    width: 14.1em;
    padding: 8px 0;
    display: none;
    position: absolute;
    z-index: 999;
    line-height: 24px;
}

.top-menu ul li ul li {
    list-style-type: none;
    padding: 0;
    margin: 0 8px 0 0;
    line-height: 21px;
    height: auto;
}

.top-menu ul li ul a {
    height: auto;
    float: left;
    padding: 6px 18px;
    display: block;
    background: #ddd !Important;
    font-size: 16px;
    color: #5d7ecd !important;
    text-decoration: none;
    width: 12em;
}

.top-menu ul li ul a:hover {
    color: #212250 !important;
    height: auto;
    border: none;
    border-radius: none !important;
}

.top-menu ul ul ul {
    top: auto;
    padding: 0;
}

.top-menu ul li ul ul {
    left: 12em;
    margin: 0 0 0 20px;
    top: auto;
}

.top-menu ul li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {
    display: none;
    border: none;
}

.top-menu ul li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {
    display: block;
}

.top-menu ul li ul li.current_page_item a {
    color: #A91010 !important;
}

.entry {
    color: #000;
    min-height: 300px;
}


.hdbtm {
    clear: both;
    padding: 18px 0 0 0;
    direction: rtl;
}

.hdbtm h2 {
    padding: 5px 0 20px 0;
    margin: 0;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
}

.hdbtm-l {
    float: left;
}

.hdbtm-r {
    float: right;
    width: 243px;
    background: #5a82c8;
    border-radius: 20px;
    padding: 15px 20px;
    color: #fff;
    box-shadow: 5px 9px 13px rgba(6, 6, 6, 0.49);
}

.eng .hdbtm-r {
    float: left;
}

.eng .hdbtm-l {
    float: right;
}

.search-form {
}

.inputfeild {
    padding: 10px 0 0 0;
}

.search-form .submitbtn {
    padding: 5px 0 0 0;
    text-align: center;
}

.login-submit input {
    cursor: pointer;
    width: 76px;
    height: 22px;
    border: 0px;
}

.selectbox {
    background: #f0f0f0;
    height: 35px;
    width: 100%;
    margin: 0 0 15px;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 5px;
    font-weight: bold;
}

#middle-content {
    direction: rtl;
    min-height: calc(100vh - 410px);
}

.eng #middle-content,
.eng .hdbtm {
    direction: ltr;
}

#middle-content h1 {
    color: #777A7C;
    padding: 0 0 15px 0;
    margin: 0;
    font-size: 24px;
    font-weight: normal;
}

#middle-content h2 {
    color: #777A7C;
    padding: 0 0 5px 0;
    margin: 25px 0 20px;
    font-size: 24px;
    font-weight: normal;
}

#middle-content h3 {
    color: #111;
    padding: 0 0 5px 0;
    margin: 0;
    font-size: 18px;
    font-weight: normal;
}

.content {
    padding: 20px 0 0 0;
}

.eemail_msg {
    color: #000 !important;
    font-weight: 800;
    text-align: center;
}

#st_gdpr_iframe {
    display: none !important;
}

html[lang="he-IL"] .content {
    text-align: right;
}

.content-inner {
    padding: 20px 10px 10px;
    width: 1180px;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
}

.homecontent-l {
    float: left !important;
    width: 300px !important;
}

.homecontent-l .links {
    padding: 10px 0;
}

.homecontent-l .links a {
    padding: 0 10px 0 0;
    margin: 0 0 10px 0;
    background: url(images/arrow-icon.jpg) no-repeat right center;
    display: block;
    line-height: normal;
    font-size: 14px;
    color: #A91010;
    text-decoration: none;
}

.homecontent-l .links a:hover {
    text-decoration: underline;
}

.homecontent-l ul li {
    list-style: none;
}

#loginform {
    padding: 0 0 10px 0;
}

#loginform .login-username label, #loginform .login-password label {
    height: 31px;
    display: block;
    margin: 0;
    line-height: 31px;
    font-size: 16px;
    clear: left;
    color: #5a82c8;
}

#loginform .login-username input, #loginform .login-password input {
    box-sizing: border-box;
    vertical-align: middle;
    height: 27px;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #A91010;
    padding: 0 5px;
    font-weight: bold;
    background-size: contain;
    border: solid 1px #ccc;
}

#loginform .login-submit {
    text-align: left;
}

#loginform .login-username, #loginform .login-password {
    padding: 10px 0 0 0;
}

.login-remember {
    clear: both;
}

.homecontent-m {
    float: left !important;
    width: 320px;
    margin: 0 30px 0 50px !important;
}

.newsbox {
    padding: 0 0 15px 0;
}

.newsbox img {
    float: right;
    margin: 0 0 0 5px;
    border: 1px solid #CCCCCC;
}

.readmore {
    clear: both;
    color: #A91010;
    padding: 5px 0 0 10px;
    text-align: left;
}

.readmore a {
    color: #A91010;
    text-decoration: none;
}

.readmore a:hover {
    text-decoration: underline;
}

.homecontent-r {
    float: right !important;
    width: 300px;
}

.sdbanner-img {
    margin-bottom: 50px;
}

#footer-out {
    width: 100%;
    background: url(images/footer-bg.jpg) repeat-x bottom;
    margin: 0;
    direction: rtl;
}

.footer {
    width: 1000px;
    margin: 0 auto;
    min-height: 248px;
    color: #777;
}

.footer h2 {
    color: #fff;
    padding: 5px 25px 5px 0;
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    background: url(images/footer-hdicon.png) no-repeat center right;
}

.footer a {
    padding: 0 5px;
    color: #777;
}

.footer-top {
    height: 170px;
    padding: 11px 0 10px;
    color: #FFFFFF;
}

.footer-nav {
    min-width: 210px;
    border: 5px solid #7E8082;
    min-height: 160px;
    float: right;
    margin: 0 0 0 10px;
    padding: 0 10px;
}

.footer-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.footer-nav ul li {
    padding: 5px 10px 5px 0;
    background: url(images/footer-navicon.png) no-repeat center right;
}

.footer-nav ul li a {
    color: #fff;
    text-decoration: none;
}

.footer-nav ul li a:hover {
    text-decoration: underline;
}

.footer-btm {
    height: 50px;
    line-height: 50px;
    font-size: 12px;
}

.footer-btm .copyright, .footer-btm .footermenu {
    float: right;
    padding-right: 5px;
}

.footer-btm .footermenu ul {
    margin: 0px;
    padding: 0px;
}

.footer-btm .footermenu ul li {
    display: inline-block;
}

#middle-content .content-inner h3 {
    color: #777a7c;
}

.regi-form {
    border: 1px solid #ccc;
    border-top-width: 12px;
    padding: 15px 10px;
    font-size: 14px;
}

.regi-form input {
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: middle;
    margin: 0 0 0 13px;
}

.text-fbox {
    margin-bottom: 12px;
    clear: both;
}

.text-fbox-l {
    float: right;
    width: 180px;
}

.text-fbox-r {
    float: right;
    width: 700px;
}

.text-fbox-r #email {
    margin: 0px;
}

.eng .text-fbox-l,
.eng .text-fbox-r {
    float: left;
}

.eng .text-fbox {
    margin-bottom: 12px;
    clear: both;
}

.eng .form-radio6,
.eng .form-radio8,
.eng .form-radio10,
.eng .form-radio12,
.eng .form-radio14,
.eng .form-radio16,
.eng .form-radio40,
.eng .form-radio42 {
    left: 500px;
    width: 360px;
}

.eng .form-select17,
.eng .form-select18,
.eng .form-select19,
.eng .form-select20,
.eng .form-select21,
.eng .form-select22,
.eng .form-select23,
.eng .form-select24,
.eng .form-select25,
.eng .form-select26 {
    float: left !important;
    clear: none;
}

.eng .form-input30 .text-fbox-r,
.eng .form-input31 .text-fbox-r {
    margin-left: 180px !important;
}

.eng .wppb-max-upload {
    text-align: left;
}

.eng .submitbtn3 input {
    background: url(images/submit-btn3.jpg) no-repeat;
}

.input-box1 {
    width: 270px !important;
    height: 23px !important;
    border: 1px solid #B9B9B9 !important;
    padding: 0 5px !important;
}

.input-box2 {
    width: 125px;
    height: 23px;
    background: url(images/input-bg.jpg) #E5E5E5 repeat-x top;
    border: 1px solid #B9B9B9;
    padding: 0 5px;
}

.input-box3 {
    width: 660px;
    height: 105px;
    background: url(images/input-bg.jpg) #E5E5E5 repeat-x top;
    border: 1px solid #B9B9B9;
    padding: 5px;
}

.select-box1 {
    width: 282px !important;
    height: 25px;
    background: url(images/input-bg.jpg) #E5E5E5 repeat-x top !important;
    border: 1px solid #B9B9B9;
    padding: 2px 3px;
}

.select-box16, .select-box27, .select-box30 {
    width: 282px !important;
    height: 25px;
    background: url(images/input-bg.jpg) #E5E5E5 repeat-x top !important;
    border: 1px solid #B9B9B9;
    padding: 2px 3px;
}

.select-box2 {
    width: 105px;
    height: 23px;
    background: url(images/input-bg.jpg) #E5E5E5 repeat-x top;
    border: 1px solid #B9B9B9;
    padding: 2px 3px;
    margin-left: 5px;
}

.select-box17, .select-box18, .select-box19, .select-box20, .select-box21,
.select-box22, .select-box23, .select-box24, .select-box25, .select-box26 {
    width: 135px !important;
    height: 23px;
    background: url(images/input-bg.jpg) #E5E5E5 repeat-x top;
    border: 1px solid #B9B9B9;
    padding: 2px 3px;
    margin-left: 5px;
}

.star {
    color: #FA2121;
}

.submitbtn3 {
    padding: 15px 180px 0 0;
    text-align: right;
}

.eng .submitbtn3 {
    text-align: left;
}

.submitbtn3 input {
    background: url(images/submit-btn3.jpg) no-repeat;
    height: 39px;
    width: 138px;
    border: 0px;
}

.submitbtn3 input {
    cursor: pointer;
}

#middle-content h2.pg-title {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: bold;
    color: #222351;
    padding: 0 10px 0 0;
}

.pagenav {
    padding: 0px 0;
    margin: 0px;
    color: #000;
}

.pagenav a {
    color: #A91010;
    text-decoration: none;
    padding: 0 3px;
}

.pagenav a:hover {
    text-decoration: underline;
}

.pagenav-l {
    float: left;
}

.pagenav-r {
    float: right;
}

.user-resbox {
    position: relative;
    border-radius: 20px;
    border: 1px solid #5a82c8;
    overflow: hidden;
    padding-bottom: 20px;
}

#middle-content .user-resbox h3 {
    font-size: 15px;
    color: #111;
    padding: 0;
    font-weight: bold;
    line-height: 35px;
    margin: 0 0 15px;
    min-height: 32px;
}

.user-resbox-in {
    padding-bottom: 15px;
}

.user-resbox-inr {
    position: absolute;
    right: 10px;
    top: 20px;
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 50%;
    border: solid 2px #5b83c8;
    overflow: hidden;
}

.user-resbox-inr .user-image {
    text-align: center;
}

.user-resbox-inr img {
    width: 100%;
}

.user-resbox-inl {
    padding-right: 150px;
}

.userdetails {
    display: flex;
    padding: 0 0 8px;
    clear: right;
    color: #111;
}

.userdetails span.userdetails-key {
    font-weight: bold;
    display: block;
    flex: 0 0 125px;
}

.user-resbox-btn {
    text-align: right;
    padding-right: 150px;
}

.user-resbox-btn img {
    margin: 0 0 0 10px;
}

#middle-content .content-inner .user-resbox2 h3 {
    color: #5784c5;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 3px solid #5b83c8;
    margin: 0 0 10px 0;
}

/* comments */

.maincomments {
    padding: 0;
    margin: 0 15px 30px 0;;
}

.maincomments h3 {
    font: normal 16px "OldStandardTTRegular", georgia, sylfaen, times, verdana;
    color: #000;
    margin: 0 0 14px 0;
    padding: 0;
}

#respond {
    margin: 0;
}

#commentform {
    margin: 0;
    padding: 0;
}

#commentform p {
    color: #000;
}

#commentform a {
    color: #777;
    text-decoration: none;
}

#comment {
    width: 95%;
}

#author, #email, #url, #comment, #submit {
    background: #fff;
    font-family: "helvetica neue", helvetica, arial, times;
    font-size: 8pt;
    margin: 5px 5px 0 0;
    padding: 4px;
    border: 2px solid #eee;
}

#submit {
    margin: 5px 5px 0 0;
    padding: 4px 14px;
    background: #847359;
    text-transform: lowercase;
    color: #fff;
    width: 90px;
    border: none;
    cursor: pointer;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

#submit:hover {
    background: #635643;
    border: none;
    color: #fff;
}

ol.commentlist {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ol.commentlist li {
    margin: 0 0 12px 0;
    padding: 8px 0;
    list-style-type: none;
    overflow: hidden;
}

ol.commentlist li.alt {
    background: #fff;
}

ol.commentlist li p {
    margin: 12px 0;
    font-size: 12px;
}

cite {
    font: normal 14px "helvetica neue", helvetica, arial, times;
    padding: 4px 0;
}

cite a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px dotted #465D71;
}

.children {
    margin: 8px 0 0 12px;
    padding: 0;
}

.nocomments {
    background: #2d2d2d;
    color: #fff;
    padding: 0;
}

.comment-meta {
    font-size: 12px;
    line-height: 18px;
}

.thread-alt {
    margin: 0px;
    padding: 0px;
}

.thread-even {
    margin: 0px;
    padding: 0px;
}

.depth-1 {
    margin: 0px;
    padding: 0px;
}

.even, .alt {
    border-top: 1px solid #E6E6E6;
    margin: 0px;
    padding: 4px;
}

.avatar {
    float: left;
    margin: 0 12px 8px 0;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    /* optional rounded corners for browsers that support it */
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

/* WP Page Navi Styles */

.wp-pagenavi {
    font-size: 11px !important;
    text-transform: uppercase;
    padding: 12px 0;
    margin: 12px 0;
    border-top: 1px dotted #ccc;
}

.wp-pagenavi a, .wp-pagenavi a:link {
    border: 1px solid #ccc !important;
    color: #494949 !important;
    background-color: #FFFFFF;
}

.wp-pagenavi a:visited {
    border: 1px solid #ccc !important;
    color: #494949 !important;
    background-color: #FFFFFF;
}

.wp-pagenavi a:hover {
    border: 1px solid #ccc !important;
    color: #494949 !important;
    background-color: #ddd !important;
}

.wp-pagenavi a:active {
    border: 1px solid #ccc !important;
    color: #494949 !important;
    background-color: #FFFFFF;
}

.wp-pagenavi span.pages {
    color: #494949 !important;
    border: none !important;
    background-color: none !important;
    margin: 0 8px 0 0 !important;
    padding: 0 !important;
}

.wp-pagenavi span.current {
    border: 1px solid #ccc !important;
    color: #494949 !important;
    font-weight: 300 !important;
    background-color: #dddddd !important;
}

/* contact form 7 */

.wpcf7 {
    margin: 24px 0 !important;
    font-size: 13px;
}

.wpcf7 input {
    border: 1px solid #ccc;
    padding: 4px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.wpcf7 textarea {
    padding: 4px;
    border: 1px solid #ccc;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.wpcf7 input[type=submit] {
    margin-top: 20px;
    border: none;
    background: url(images/submit-news-btn.png) no-repeat;
    border: none;
    width: 103px;
    height: 30px;
    text-align: center;
    color: #FFFFFF;

}

.contactmef td {
    padding-bottom: 10px;
}

#wp_sidebarlogin-3 .sidebarlogin_otherlinks {
    margin: 0px;
    padding: 0px;
}

#wp_sidebarlogin-3 ul li {
    list-style: none;
}

#recover_password .button {
    background: #A91010;
    color: #fff;
    border: none;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 5px 10px;
}

.err {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: red;
}

.err ul {
    margin: 5px 0px;
    padding: 0px;
}

.err ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.alldiv29 {
    position: relative;
}

.form-input30 .text-fbox-r, .form-input31 .text-fbox-r {
    margin-right: 180px !important;
}

/* 05 December 2012 */
.g-search {
    text-align: center;
}

.g-search input {
    vertical-align: middle;
    padding: 0 5px;
}

.g-search label {
    vertical-align: middle;
    color: #a91010;
}

.gform-btm {
    padding: 5px 0 0 0;
    text-align: center;
}

.g-input {
    background: #f0f0f0;
    height: 35px;
    width: 100%;
    border: none;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.g-btn {
    height: 25px;
    width: 26px;
    border: none;
    font-size: 0px;
    cursor: pointer;
}

.content-in2 {
    position: relative;
    direction: rtl;
    margin: 10px 0 0 0;
    padding: 15px 0;
    font-size: 14px;
}

.in2-tabs {
    position: absolute;
    top: -2px;
    left: 0;
    height: 37px;
    width: 500px;
}

.in2-tabs img {
    vertical-align: middle;
}

.in2-tab {
    background: #cccccc;
    height: 30px;
    border-radius: 2px;
    padding: 5px 10px 0;
    margin: 0 10px 0 0;
    float: left;
    font-size: 14px;
    color: #606060;
}

.in2-tab a {
    color: #606060;
    text-decoration: none;
}

.in2-tab span {
    color: #a91010;
    font-weight: bold;
}

.content-inl {
    width: 735px;
    float: left;
}

#middle-content .content-inl h2 {
    color: #a91010;
    font-weight: bold;
    padding: 0 0 10px;
}

.content-inr {
    width: 226px;
    float: right;
    background: #dadada;
    border: 2px solid #a91010;
}

.content-inr ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.content-inr ul li {
    border-bottom: 1px solid #FFF;
    margin: 0;
}

.content-inr ul li a {
    padding: 0 25px 0 0;
    color: #a91010;
    text-decoration: none;
    background: url(images/arrow.png) no-repeat right #dadada;
    display: block;
    line-height: 35px;
}

.content-inr ul li a:hover {
    color: #FFF;
    background: url(images/arrow.png) no-repeat right #a91010;
}

.content-inr ul li.current-menu-item a {
    color: #FFF;
    background: url(images/arrow.png) no-repeat right #a91010;
}

.pagination a {
    padding: 3px;
}

#lang_sel_list ul a.lang_sel_other, #lang_sel li ul a:link, #lang_sel_list ul a.lang_sel_other:visited,
#lang_sel_list a.lang_sel_sel, #lang_sel_list a.lang_sel_sel:visited {
    background: transparent !important;
}

#lang_sel_list ul {
    border: none !important;
}

.addition-info {
    display: block;
    font-weight: 700;
    color: #ff2222;
    margin-top: 10px;
}

.description-radio-field-content {
    top: -70px;
}

.main-form, .form-conference {
    width: 100%;
    max-width: 670px;
    margin: 0 auto;
}

.form-row {
    font-family: "OpenSansHebrew";
    color: #001e11;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
}

.form-col {
    width: 46%;
    padding: 0 2%;
    margin: 5px 0;
}

.form-col .input-label {
    margin: 5px 1px;
}

.form-col input {
    width: 98%;
    padding: 5px 0 5px 2%;
}

.radio-wrap input[type="radio"] {
    margin-top: 3px;
    float: left;
}

.form-col input,
.form-col input:hover,
.form-col input:focus {
    outline: 0;
    border: 1px solid #a7a7a7;
    border-radius: 3px;
}

.form-row .form-col-expanded{
    width: 100%;
    margin: 0 auto;
    padding: 3%;
}

.form-col-expanded .input-field-wrap,
.cost-container {
    display: flex;
    justify-content: space-between;
}

.form-col-expanded .input-field-wrap .input-field{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.form-row .submit-wrap button {
    margin-top: 20px;
    background: #212250;
    color: #fff;
    padding: 5px 20px;
    border: 1px solid #212250;
    border-radius: 5px;
    font-size: 14px;
    transition: all 0.2s linear;
}

.form-row .submit-wrap button:hover {
    background: #fff;
    color: #212250;
}

.form-col-expanded .radio-wrap {
    margin: 0 5px;
}

.speaker-days {
    display: none;
}

#bank-transfer-notice, #paypal-notice {
    display: none;
}

.cost-container .cost-title {
    font-weight: 700;
}

.cost-container .cost-value {
    margin-left: 25px;
}

div.cost-container {
    justify-content: flex-start;
}

.form-row.speaker {
    border-radius: 3px;
}

.speaker.yes {
    border-bottom: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#form-errors {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin: 15px 0;
    color: #5d7ecd;
}

.users-message .row {
    padding: 5px 15px;
}

.users-message {
    background: #e0e0e0;
    padding: 5px;
}

#conference-form {
    display: flex;
    flex-wrap: wrap;
}

#renew_remarks {
    min-width: 282px;
}

#wppb_register .renew_error_message {
    color: #ff0000;
    opacity: 0;
    font-size: 12px;
    transition: opacity 0.6s ease-out;
}

#wppb_register .loading {
    opacity: 0;
}

#wppb_register .error-field .renew-email,
#wppb_register .error-field .renew-email:focus {
    box-shadow: 0 0 5px #ff0000;
    border: 1px solid #ff0000 !important;
    transition: box-shadow 0.6s ease-in-out;
    transition: border-left-color 0.6s ease-in-out;
    transition: border-right-color 0.6s ease-in-out;
    transition: border-top-color 0.6s ease-in-out;
    transition: border-bottom-color 0.6s ease-in-out;
}

#wppb_register .loading.show,
#wppb_register .error-field .renew_error_message {
    opacity: 1;
}

.eng .main-profile-block-content .userdetails {
    padding-right: 0;
    padding-left: 150px;
}

.margin-top {
    margin-top: 12px;
}

.wpml-ls-link span {
    color: #fff;
}

.wpcf7-form tr td:last-child > span {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 450px;
}

.wpcf7-form td span.wpcf7-not-valid-tip {
    position: static;
    margin: 10px auto 0 auto;
    text-align: center;
}

.thanks-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 800;
}

body:not( .eng ) .speaker-text {
    text-align: right;
}

.speaker-text {
    text-align: left;
}

.lof-main-outer ul.lof-main-wapper li img,
.lof-main-outer ul.lof-main-wapper li {
    width: 100% !important;
    height: 405px !important;
}

.lof-main-outer ul.lof-main-wapper {
    width: 100%;
    height: 100%;
}

div.lof-main-outer {
    background-image: none !important;
}

#wp_sidebarlogin-5 input[type="submit"] {
    color: transparent;
}

html {
    overflow-x: hidden;
}

#conference-form .registering {
    margin-top: 20px;
}

#conference-form .speaker {
    margin-top: 40px;
}

.form-col-expanded.line {
    margin-top: 0;
    position: relative;
}

.form-col-expanded.line:after {
    content: '';
    position: absolute;
    background: #e0e0e0;
    height: 1px;
    width: 94%;
    bottom: -2px;
    left: 3%;
}

.form-row.payment {
    margin-top: 20px;
    border-radius: 3px;
    background: #f9f9f9;
}

.users-message {
    margin-bottom: 20px;
    background: #f9f9f9;
    color: #5d7ecd;
    font-weight: 700;
}

.speaker.yes + .form-row.speaker-days {
    display: block;
    border-top: none;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.speaker-message {
    display: none;
}

.speaker-message .form-col-expanded {
    padding-top: 0;
}

.email-container.container {
    padding: 30px;
    font-family: OpenSansHebrew, sans-serif;
}

.email-container h2 {
    text-align: center;
    font-size: 20px;
    color: #212250;
}

.email-container input {
    margin: 10px auto;
    font-size: 16px;
    border: 1px solid #212250;
    border-radius: 5px;
    outline: none;
    padding: 10px 15px !important;
}

.email-container #eemail_txt_Button {
    border: none !important;
    background: linear-gradient(to bottom, #696e9f, #212250);
    min-width: 135px;
    padding: 0 20px !important;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none;
}

.email-container .brown-footer-form2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

.eng #conference-form .radio-wrap {
    display: flex;
}

.eng #conference-form .radio-wrap input{
    order: -1;
}

#conference-form .radio-wrap {
    display: flex;
}

#conference-form .radio-wrap label{
    order: 2;
}

#conference-form .radio-wrap input{
    order: 1;
}

@media all and ( min-width: 1281px ) {
    #menu-item-625 {
        display: flex;
        flex-direction: column;
        max-width: 148px;
    }

    #menu-item-625:hover > .sub-menu {
        display: block;
        position: relative;
        left: 115px;
        float: left;
        top: 0px;
        text-align: left;
    }

    #advanced_menu-8:hover #menu-item-625 > .sub-menu:hover {
        display: block;
    }
}
