/*
Theme Name: Create
Theme URI: http://create_event.com
Description: create events website
Author: Alexander Ryabokon
Version: 2.0
*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
    display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
    display: none;
}


/* Style.css
   ================================================
*/

@font-face {
    font-family: "AlmoniRegular";
    src: url('src/fonts/almoni-tzar-aaa-regular.otf');
}

@font-face {
    font-family: "AlmoniBold";
    src: url('src/fonts/almoni-tzar-aaa-bold.otf');
}

@font-face {
    font-family: "AlmoniLight";
    src: url('src/fonts/almoni-tzar-aaa-light.otf');
}

@font-face {
    font-family: "AvenirNextCondensed";
    src: url('src/fonts/Avenir_Next_Condensed.ttc');
}

@font-face {
    font-family: "PatronTRIAL";
    src: url('src/fonts/PatronTRIAL-Regular.otf');
}

@font-face {
    font-family: "AlmoniDlaaa";
    src: url('src/fonts/almoni-dl-aaa-regular.otf');
}

@font-face {
    font-family: GoldanaDropStripes;
    src: url('MyFontsWebfontsKit/webfonts/343125_0_0.eot#') format('eot'),
    url('MyFontsWebfontsKit/webfonts/343125_0_0.ttf') format('truetype'),
    url('MyFontsWebfontsKit/webfonts/343125_0_0.woff2') format('woff2'),
    url('MyFontsWebfontsKit/webfonts/343125_0_0.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
    width: 100%;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

html {
    margin-top: 0!important;
}


.header {
    position: relative;
    width: 100%;
    overflow: hidden;
}

input:focus .tnp-email{
    outline: none !important;
    border-color: transparent;
    box-shadow: 0;
}

input {outline:none;}


header.header video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    filter: grayscale(.2);
}

.rectangle {
    position: relative;
    height: auto;
    z-index: 2;
}

.logo {
    width: 5rem;
    object-fit: contain;
    margin: 2vw 0 0 2vw;
}

.header-logo {
    text-align: center;
    margin-top: 8vw;
}

h2#popup-logo {
    font-family: GoldanaDropStripes;
    font-size: 7.5rem;
    color: #fff;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 0;
    letter-spacing: 3px;
    margin-top: 0;
}

.horizontal_line {
    height: 7px;
    width: 3rem;
    background: white;
    margin: 0 auto;
}

.header-text {
    display: block;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 8rem;
    direction: rtl;
}

.header-text .textwidget p{
    color: #fff;
    font-family: "AlmoniRegular";
    font-style: normal;
    font-size: 2rem;
    text-align: center;
    min-width: 80%;
    margin-top: 1.4rem;
}

.invalid-name {
    margin-left: auto;
    margin-right: auto;
    max-width: 56%;
    text-align: center;
    font-family: "AlmoniRegular";
    font-size: 1.7rem;
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 9rem;
    margin-top: 26px;
    direction: rtl;
}

.header-form {
    height: auto;
    background-image: url(src/img/rectangle-4@3x.jpg);
    background-size: cover;
    border: solid 8.5px #1407d2;
    text-align: center;
}

.header-form-oval {
    width: 73vw;
    margin:0 auto;
    text-align: center;
    position: relative;
    padding-top: 30px;
}


.header-form-oval h2 {
    font-family: "AlmoniRegular";
    font-size: 1.5rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #1407d2;
    max-width: 70%;
    margin: 0 auto 20px auto;
}


.mail-form .tnp form{
    margin-bottom: 20px;
    direction: rtl;
    background-color: #fff;
    text-align: center;
}

.mail-form .tnp form input.tnp-submit {
    background-color: #393cd4;
    border: 0;
    font-family: "AlmoniRegular";
    font-weight:normal;
    font-size: 1rem;
    text-align: right;
    color: #ffffff;
    padding: 17px 35px 14px 35px;
    cursor: pointer;
}



.mail-form .tnp form input.tnp-email {
    border: solid 1px #393cd4;
    font-family: "AlmoniRegular", Tahoma, sans-serif;
    font-size: 1rem;
    text-align: right;
    color: #434ad5;
    padding: 16px 11px 13px 15px;
    margin-left: -6px;
    width: 20rem;
    direction: ltr;
}

.mail-form .tnp form input.tnp-email::placeholder {
    color: #434ad5;
    font-family: "AlmoniRegular";
}

.mail-form div .tnp .answer {
    font-family: "AlmoniRegular", Tahoma, sans-serif;
    color: #434ad5;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 12px;
    direction: rtl;
}

main.main:last-child {
    border-bottom: none;
}

article.article {
    margin-bottom: 8.5px;
    display: table;
    direction: rtl;
}


.left-content {
    position: relative;
    background-color: #fff;
    width: 74.375%;
    display: table-cell;
    float: none;
    direction: ltr;
}

.right-content {
    background-color: #000;
    width: 25.625%;
    display: table-cell;
    float: none;
    box-sizing: border-box;
    position: relative;
    direction: ltr;
    /*height: auto;*/
}

article.article,footer,.bottom-form{
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.arrow-right {
    position: absolute;
    top: 1.3rem;
    right: -40px;
    width: 0;
    height: 0;
    border-top: 3rem solid transparent;
    border-bottom: 3rem solid transparent;
    border-left: 4rem solid white;
    margin-top: 20px;
    display: inline-block;
}

.left-content-block {
    width: 79%;
    margin: 0 auto;
    text-align: right;
    padding-bottom: 2rem;
}

.left-content-block h3 {
    font-family: "AlmoniBold", sans-serif;
    font-size: 2.6rem;
    color: #000000;
    margin-top: 4rem;
    margin-bottom: 1rem;
    width: 90%;
    margin-left: 10%;
    line-height: 1;
}

.left-content-block p {
    color: #000000;
    font-family: "AlmoniLight";
    margin-top:0;
    margin-bottom: 30px;
}

p.left-cont-block-p {
    font-family: "AlmoniLight", sans-serif;
    font-weight: 300;
    font-size: 1rem;
    width: 90%;
    margin-left: 10%;
    line-height: 1.6;
    direction: rtl;
}

.speaker {
    overflow: hidden;
    margin-bottom: 1rem;
}

.speaker-img {
    float: right;
    padding-left: 15px;
}

.speaker-text {
    text-align: right;
}

.speaker img {
    border-radius: 100px;
    width: 2.8rem;
    height: 2.8rem;
    filter: grayscale(.5);
}

.speaker-text h4 {
    font-family: "AlmoniBold", sans-serif;
    font-size: 1.1rem;
    margin: 0;
    margin-bottom: 5px;
}

.speaker-text p {
    font-family: "AlmoniLight";
    font-size: 1rem;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #000000;
    margin: 0;
}

.speaker-text p span.speaker-text-bold {
    font-size: 1rem;
    font-family: "AlmoniRegular";
}

.speaker-text p span.speaker-text-eng {
    font-size: 1rem;
    font-family: "AlmoniDlaaa";
    font-weight: normal;
}

.speaker:last-of-type {
    margin-bottom: 2rem;
}

a#left-link {
    color: #000;
    font-family: "AlmoniRegular";
    font-size: 1rem;
}

a#left-link:hover {
    text-decoration: none;
}

.right-content-block {
    color: #fff;
    text-align: right;
    margin-bottom: 30px;
}

.right-content-block-top {
    margin-right: 13.4%;
    border-right: 8px solid #fb259b;
    margin-top: 3rem;
    margin-bottom: 50px;
}

.right-content-block-top h2 {
    font-family: "AlmoniRegular";
    font-weight: normal;
    font-size: 6rem;
    margin: 0;
    padding-right: 10px;
    line-height: .75;
}

.right-content-block-top p {
    font-family: "AlmoniRegular";
    font-size: 1.9rem;
    color: #ffffff;
    padding-right: 15px;
    margin: 0;
    font-weight: normal;
}

p.date-mon-year {
    margin-bottom: 12px;
}

p.date-day {
    line-height:.5;
}

.right-content-block-middle {
    text-align: right;
    color: #ffffff;
    margin-right: 13.4%;
    margin-top: 30px;
    font-family: "AlmoniRegular";
    overflow: hidden;
}

.time {
    display: inline-block;
    font-size: .5rem;
    margin-bottom: 0;
}

p.time {
    font-family: "AlmoniRegular";
    font-size: 1rem;
}

p.location {
    font-family: "AlmoniRegular";
    font-size: 1rem;
    background: url(src/img/ic-location.svg);
    background-repeat: no-repeat;
    background-position: right 0px;
    width: 85%;
    display: inline-block;
    padding-right: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
    direction: rtl;
}

.time img {
    padding-left: 10px;
    width: .8rem;
}

.right-block-logo {
    text-align: right;
    margin-right: 13.4%;
    padding-right: 26px;
    margin-bottom: 45px;
}

img.right-block-logo-img {
    width: 5.5rem;
    margin-bottom: 52px;
}
.post-81 img.right-block-logo-img {
    width: 8.5rem;
}

.post-81 img.right-block-logo-img-modal {
    width: 21%;
}

.right-block-bottom {
    text-align: center;
    color: #ffffff;
    padding-bottom: 9%;
}

.right-block-bottom-mobile {
    display: none;
}

.right-block-bottom-mobile button {
    background-color: #f90eb9;
    border: 0;
    color: #ffffff;
    font-family: "AlmoniRegular";
    padding: 3% 8%;
    cursor: pointer;
    font-size: .8rem;
    font-weight: normal;
}

.right-block-bottom p {
    font-family: "AlmoniRegular";
    font-size: 1rem;
    color: #ffffff;
}

.right-block-bottom button {
    background-color: #f90eb9;
    border: 0;
    color: #ffffff;
    font-family: "AlmoniRegular";
    padding: 4% 22%;
    cursor: pointer;
    transition: all .2s ease-out;
    font-size: 1rem;
    font-weight: normal;
    outline: none;
}

.right-block-bottom button:hover {
    background-color: #fff;
    color: #f90eb9;
}

.bottom-form {
    background-color: #f90eb9;
    border: solid 8.5px #fff;
    border-top: 0;
    text-align: center;
    padding: 6% 0;

}

.footer-pluses {
    background-image: url(src/img/footer-pluses.png);
    background-size: cover;
    background-repeat: no-repeat!important;
    background-position: center center;
}

.bottom-form h2 {
    color: #ffffff;
    font-family: "AlmoniBold";
    font-size: 2rem;
    margin-bottom: 10px;
    margin-top:0;
}

.bottom-form p {
    color: #fff;
    font-family: "AlmoniRegular";
    font-size: 1rem;
    margin-bottom: 35px;
}

.bottom-form .tnp form input.tnp-submit {
    background-color: #fff;
    border: 0;
    font-family: "AlmoniRegular";
    font-weight:normal;
    font-size: 1rem;
    text-align: right;
    color: #f90eb9;
    padding: 17px 35px 14px 35px;
    cursor: pointer;
    min-width: 1px;
}

.bottom-form .tnp{
    background: none;
    text-align: center;
    direction: rtl;
}

.bottom-form .tnp form input.tnp-email {
    border: solid 1px #fff;
    font-family: "AlmoniRegular", Tahoma, sans-serif;
    font-size: 1rem;
    text-align: right;
    color: #fff;
    padding: 16px 11px 13px 0;
    margin-left: -6px;
    background: 0 0;
    width: 20rem;
    direction: ltr;
}

input#bottom_form_email,.bottom-form .tnp-email::placeholder {
    color: #fff;
    font-family: "AlmoniRegular";
}

.bottom-form div .tnp .answer {
    font-family: "AlmoniRegular", Tahoma, sans-serif;
    color: #fff;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 12px;
    direction: rtl;
}
/*
footer {
    color: #fff;
    background-color: #000;
    padding: 2% 0;
}

footer p {
    font-family: "AlmoniDlaaa";
    font-size: 1rem;
    margin: 0;
    margin-left: 1.5vw;
    display: inline;
    margin-right: 18vw;
    font-weight: 300;
}

footer ul {
    list-style: none;
    display: inline;
}

footer ul li {
    display: inline-block;
    border-right: 1px solid #f90eb9;
    line-height: .9;
}

li#createmagazine a{
    font-family: "AlmoniDlaaa";
    font-size: 1rem;
    font-weight: normal;
}

footer ul li:last-child {
    border-right: 0;
}

footer ul li a {
    text-decoration: none;
    color: #fff;
    padding: 0 14px;
}

footer ul li a:last-child {
    font-family: "AlmoniRegular";
    font-size: 1rem;
    font-weight:normal;
}

footer ul li a:hover {
    text-decoration: underline;
}

footer ul li a svg:hover #facebook {
    fill: #f90eb9;
    transition: .1s all ease-in-out;
}*/

footer {
    color: #fff;
    background-color: #000;
    padding: 2% 0;
    width: 100%;
}

.footer-content {
    width: 95%;
    overflow: hidden;
    margin: 0 auto;
}

.footer-left {
    width: 33.3333%;
    float: left;
    text-align: left;
}

.footer-left p {
    font-family: "AlmoniDlaaa";
    font-size: 1rem;
    font-weight: 300;
    margin:0;
    display: inline;
    vertical-align: middle;
}

.footer-center {
    width: 35.3333%;
    float: left;
    text-align: center;
}

.footer-center a {
    font-family: "AlmoniRegular","AlmoniDlaaa";
    font-size: 1rem;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
}

.footer-center span {
    font-family: sans-serif;
    color:#f90eb9;
    margin: 0 15px 0 15px;
    font-size: 1.2rem;
    vertical-align: middle;
}

.footer-center a svg {
    width: .43rem;
    height:auto;
    vertical-align: middle;
}

.footer-center span:nth-child(4) {
    margin: 0 15px 0 17px;
}

.footer-center a:hover {
    color:#f90eb9;
}

.footer-center a svg:hover #facebook {
    fill: #f90eb9;
}

.footer-right {
    width: 31.3333%;
    float: left;
    text-align: right;
}

.footer-right p {
    font-family: "AlmoniDlaaa";
    font-size: .8rem;
    font-weight: 300;
    margin: 0;
    color: #a3a3a3;
    display: inline;
    vertical-align: middle;
}

.footer-right p a {
    font-family: "AlmoniDlaaa";
    font-size: .8rem;
    font-weight: 300;
    color: #a3a3a3;
    text-decoration: none;
}

.footer-right p a:hover {
    color: #f90eb9;
}


/*
    MODAL WINDOW
    =======================================================================
*/


/* MODAL WINDOW STYLES */
.modal {
    display: none;
    opacity: 0;
    transition: opacity 500ms;
    /* Hidden by default */
     position: fixed;
    z-index: 5;
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
}

/* Modal Content */
.modal-content {
    margin: auto;
    width: 90%;
    height: 85%;
    position: fixed;
    z-index: 5;
    left: 5%;
    top: 10%;
    /* overflow: hidden; */
}

.overflow{
    position: fixed;
    z-index: 4;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    top: 0;
    left: 0;
}

.close {
    color: #fff;
    float: right;
    font-size: 40px;
    position: absolute;
    bottom: 100%;
    right: 0;
}

.close:hover,
.close:focus {
    color: #aaa;
    text-decoration: none;
    cursor: pointer;
}
/*IMAGE

style="background-image: url(http://localhost:8888/wordpress/wp-content/uploads/2017/07/ronit-thumb.jpg);"

    width: 4rem;
    height: 4rem;
    background-position: 50%;
    background-size: cover;
    border-radius: 100%;
*/


.left-content-modal {
    position: relative;
    background-color: #fff;
    width: 100%;
    float: left;
    overflow: auto;
    direction: ltr;
    /* height: 60%; */
    display: block;
}

.right-content-modal {
    direction: ltr;
    width: 100%;
    overflow: hidden;
    background-color: #000;
    float: none;
    box-sizing: border-box;
    position: relative;
    height: auto;
    padding-bottom: 30px;
    margin-bottom: 0;
    padding-top: 12px;
}

.arrow-right-modal {
    bottom: 0;
    right: 5%;
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 20px solid white;
    /* border-top: 72px solid white; */
    z-index: 999;
}

.left-content-block-modal {
    margin: 0 auto;
    padding-bottom: 4rem;
    width: 70%;
    text-align: center;
    padding-top: 3rem;
    /* overflow: auto; */
    max-height: 100%;
}

.left-content-block-modal h3 {
    font-family: "AlmoniBold", sans-serif;
    font-size: 1.1rem;
    color: #000000;
    /* margin-top: 5.4rem; */
    /* margin-bottom: 1rem; */
    width: 76%;
    /* margin-left: 30%; */
    /* line-height: 1.2; */
    /* text-align: right; */
    margin: 0px;
}

.left-content-block-modal p {
    color: #000000;
    font-family: "AlmoniLight", Tahoma, sans-serif;
    z-index : 10;
}

.speaker-description-modal p {
    position:relative;
}

.speaker-description-modal p:before {
    content : "";
    position: absolute;
    right    : 254px;
    top      : -14px;
    height  : 1px;
    width   : 5%;  /* or 100px */
    border-bottom: 4px solid magenta;
}

p.left-cont-block-p-modal {
    font-family: "AlmoniLight";
    font-size: calc(1.95rem + 0.75rem);
    width: 64%;
    margin-left: 36%;
}

.speaker-modal {
    overflow: hidden;
    /*margin-bottom: 2rem;*/
}

.speaker-img-modal {
    float: right;
    /* padding-left: 15px; */
    /* padding-bottom: 4rem; */
}

.speaker-text-modal {
    text-align: right;
    position: relative;
}


.speaker-modal img {
    border-radius: 100px;
    width: 7rem;
    height: 7rem;
    filter: grayscale(.5);
}

.speaker-text-modal h4 {
    font-family: "AlmoniBold";
    font-size: 1.5rem;
    margin: 0;
    margin-bottom: .4rem;
}

.speaker-text-modal p {
    font-family: "AlmoniLight";
    font-size: 1rem;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #000000;
    margin: 0;
    margin-bottom: 1.8rem;
    width: 76%;
}

.speaker-text-modal p span.speaker-text-bold-modal {
    font-size: 1rem;
    font-family: "AlmoniRegular";

}

.speaker-text-modal p span.speaker-text-eng-modal {
    font-size: 1rem;
    font-family: "AlmoniDlaaa";
    font-weight: normal;
}

p.popupdescr {
    font-family: "AlmoniLight",sans-serif;
    font-size: 1rem;
    font-weight: 300;
    direction: rtl;
    width: 76%;
}


p.popupdescr:before {
    display: block;
    content: '';
    background: #f90eb9;
    height: 6px;
    margin-top: -20px;
    margin-bottom: 20px;
    width: 50px;
}




/* UPPER MODAL CONTENT */

.right-content-block-modal {
    color: #fff;
    text-align: right;
    margin-bottom: 0;
    width: 20%;
    float: right;
    padding-right: 2%;
    margin-top: -38px;
}

.right-content-block-top-modal {
    margin-right: 2.4%;
    margin-top: 26%;
    margin-bottom: 0;
    border-right: 3px solid #fb259b;
    padding-top: 2px;
    padding-bottom: 2px;
}

.right-content-block-top-modal h2 {
    font-family: "AlmoniRegular";
    font-weight: normal;
    font-size: 5rem;
    margin: 0;
    padding-right: 10px;
    line-height: 0.7;
    margin-left: 10px;
    /* padding-bottom: 2px; */
    /* height: 4rem; */
}

.right-content-block-top-modal p {
    font-family: "AlmoniRegular";
    font-size: 1.6rem;
    color: #ffffff;
    padding-right: 15px;
    margin: 0;
    font-weight: normal;
}

p.date-mon-year-modal {
    margin-bottom: 26px;
    line-height: .8;
}

p.date-day-modal {
    line-height: .5;
    margin-top: -6px;
}

.big-date-modal {
    float: right;
}

.right-content-mid-modal {
    float: left;
    width: 68%;
    text-align: right;
    /* margin-left: 13%; */
    margin-top: 2%;
}

.right-content-mid-modal h3{
    color: #fff;
    font-family: "AlmoniBold", sans-serif;
    font-size: 2rem;
    margin: 0;
    line-height: 1;
}

.right-content-block-middle-modal {
    text-align: right;
    color: #ffffff;
    margin-right: 0;
    margin-top: 28px;
    font-family: "AlmoniRegular";
    overflow: hidden;
    display: inline;
}

.right-content-block-middle-modal h3 {
    font-family: "AlmoniBold";
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    margin: 0;
}

.time-modal {
    display: inline-block;
    font-size: .5rem;
    margin-bottom: 0;
    margin: 0;
}

p.time-modal {
    font-family: "AlmoniRegular";
    font-size: 1rem;
    /* float: right; */
    margin-left: 15px;
}

p.location-modal {
    font-family: "AlmoniRegular";
    font-size: 1rem;
    background: url(src/img/ic-location-modal.svg);
    background-repeat: no-repeat;
    background-position: right 4px;
    /* width: 85%; */
    display: inline-block;
    padding-right: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    direction: rtl;
    font-weight: normal;
}

.right-block-logo-modal {

}

img.right-block-logo-img-modal {
    /* width: 4rem; */
    width: 18%;
    /* margin-right: 41px; */
    /* float: left; */
    /* text-align: right; */
}

.time-modal img {
    padding-left: 10px;
    width: 0.76rem;
}

.right-block-logo-modal {
    /* text-align: right; */
    /* margin: 11px; */
    /* margin-top: 11px; */
    /* float: left; */
}


/*
    MODAL WINDOW ENDS
    ======================================================================
*/


/* MEDIA QUERIES */

@media only screen and (min-width: 1701px) {
    html, body {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1700px) {
    html,body {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1450px) {
    html,body {
        font-size: 22px;
    }

    .right-content-mid-modal {
        width: 68%;
    }

    .time img {
        width: .9rem;
    }
}

@media only screen and (max-width: 1340px) {
    .right-content-mid-modal {
        width: 67%;
    }
}

@media only screen and (max-width: 1317px) and (min-width: 1201px) {
    .day-and-month-modal {
        display: inline-block;
    }

    p.location-modal {
        background-position: right 1px;
    }
}

@media only screen and (max-width: 1200px) {
    html,body {
        font-size: 18px;
    }

    p.location-modal {
        background-position: right 1px;
    }

    .time-modal img {
        width: .9rem;
    }

    .right-content-mid-modal {
        margin-top: 1%;
    }
}

@media only screen and (max-width: 1104px) and (min-width: 914px) {
    .day-and-month-modal {
        display: inline-block;
    }

    .right-content-block-top-modal h2 {
        margin-bottom: 6px;
    }

    .speaker-modal img {
        margin-bottom:20%;
    }
}

@media only screen and (max-width: 913px) and (min-width: 768px) {
    p.popupdescr:before {
        display: none;
    }

    .day-and-month-modal {
        display: inline-block;
    }

    .big-date-modal {
        margin-bottom: 6px;
    }

    p.date-mon-year-modal {
        margin-bottom: 18px;
    }

    img.right-block-logo-img-modal {
        margin-right: 6%;
    }

    p.time-modal {
        float:none;
    }

    .right-block-logo-modal {
        float:none;
    }

    .right-content-mid-modal {
        width: 48%;
    }

    .right-content-mid-modal h3 {
        display: none;
    }

    .right-content-block-middle-modal {
        display: inline;
    }

    p.location-modal {
        display: block;
    }

    span.speaker-text-bold-modal {
        border-bottom: none;
    }

    .right-content-block-top-modal {
        margin-top: 36%;
        border-right: 2.8px solid #fb259b;
    }

    .left-content-block-modal h3{
        font-size: 1.5rem;
        margin-bottom: .4rem;
    }

    .speaker-modal img {
        width: 5rem;
        height: 5rem;
        margin-left: 1rem;
    }

    .speaker-text-modal p {
        margin-bottom: 3rem;
    }

    .speaker-img-modal {
        padding-bottom: 0
    }

    p.popupdescr {
        padding-right: 25px;
        border-right: 2.8px solid #f90eb9;
        width: 94%;
    }
}


@media only screen and (max-width: 767px) {
    html {
        font-size: 24px;
    }

    p.popupdescr:before {
        display: none;
    }

    .logo {
        width: 4.4rem;
    }

    h2#popup-logo {
        font-size:5.5rem;
    }

    .header-logo img {
        width: 12rem;
    }

    .invalid-name {
        max-width: 70%;
        text-align: center;
        font-size: 1.5rem;
        margin-bottom: 10vw;
    }

    .header-form-oval {
        width: 74%;
        margin: 0 auto;
        text-align: center;
        position: relative;
        padding-top: 30px;
    }

    .header-form-oval h2 {
        font-size: 1rem;
        max-width: 80%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    #header-email, .tnp-email{
        border: solid 1px #393cd4;
        font-family: "AlmoniRegular";
        font-size: .8rem;
        text-align: right;
        color: #434ad5;
        padding: 17px 14px 15px 12px;
        /* height: 34px; */
        margin-left: 0;
        max-width: 80%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    #header-submit-btn, .tnp-submit{
        background-color: #393cd4;
        border: 0;
        font-family: "AlmoniRegular";
        font-weight: normal;
        font-size: 1rem;
        text-align: right;
        color: #ffffff;
        padding: 17px 35px 14px 35px;
        cursor: pointer;
        min-width:30%;
        margin: 0 auto;
        margin-bottom: 26px;
    }

    #mail_form, .tnp-widget-minimal {
        /*background-color: #ffffff;*/
        margin-bottom: 30px;
        display: flex;
        flex-direction: column-reverse;
        margin: 0 auto;
    }

    /* Black block */


    .right-content {
        width: 100%;
        overflow: hidden;
        background-color: #000;
        float: none;
        box-sizing: border-box;
        position: relative;
        height: auto;
        padding-bottom: 31px;
        margin-bottom: 0;
    }

    .arrow-right {
        top: -4.6rem;
        right: 7%;
        position: absolute;
        display: inline-block;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 20px solid white;
    }

    .right-content-block {
        color: #fff;
        text-align: right;
        margin-bottom: 0;
        width: 60%;
        float: right;
    }

    .right-content-block-top {
        margin-right: 2.4%;
        border-right: 0;
        margin-top: 1rem;
        margin-bottom: 0;
    }

    .right-content-block-top p {
        font-family: "AlmoniRegular";
        font-size: 1.5rem;
        color: #ffffff;
        /* padding-right: 15px; */
        margin: 0;
        font-weight: normal;
    }

    p.date-day {
        line-height: .5;
    }

    .big-date {
        float: right;
        border-right: 2.8px solid #fb259b;
    }

    .right-content-block-top h2 {
        font-family: "AlmoniRegular";
        font-weight: normal;
        font-size: 5.5rem;
        margin: 0;
        padding-right: 10px;
        line-height: 0.7;
    }

    .day-and-month {
        float: right;
        padding-right: 4%;
    }

    p.date-mon-year {
        margin-bottom: 12px;
    }

    .right-content-block-middle {
        text-align: right;
        color: #ffffff;
        margin-right: 0;
        margin-top: 0;
        font-family: "AlmoniRegular";
        overflow: hidden;
    }

    .time img {
        padding-left: 8px;
        width: .7rem;
    }

    p.time {
        font-family: "AlmoniRegular";
        font-size: 1rem;
        /* margin-right: 0px; */
    }

    p.location {
        font-family: "AlmoniRegular";
        font-size: 1rem;
        background-repeat: no-repeat;
        background-position: right 4px;
        width: 85%;
        display: inline-block;
        padding-right: 25px;
        margin-top: 10px;
        margin-bottom: 10px;
        direction: rtl;
    }

    .right-block-bottom {
        display: none;
    }

    .right-block-logo {
        text-align: right;
        padding-right: 0px;
        margin-bottom: 0;
        margin-right: 28px;
    }

    img.right-block-logo-img {
        width: 4.5rem;
        margin-bottom: 0;
    }



    .right-block-bottom-mobile {
        display: block;
        margin-top: 4%;
    }



    .left-content {
        width: 100%;
    }

    .right-content-mid {
        width: 40%;

    }

    img.right-block-logo-img {
        margin-bottom:0;
    }

    .left-content-block {
        width: 88%;
        text-align: center;
    }

    .left-content-block h3 {
        text-align: right;
        font-family: "AlmoniBold";
        font-size: 1.6rem;
        color: #000000;
        width: 100%;
        margin-left: 0;
        line-height: 1;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

    p.left-cont-block-p {
        text-align: right;
        font-family: "AlmoniLight", sans-serif;
        font-size: .8rem;
        min-width: 100%;
        margin-left: 0;
        line-height: 1.6;
    }

    .speaker-text h4 {
        font-size: .9rem;
        margin: 0;
        margin-bottom: 5px;
    }

    .speaker img {
        border-radius: 100px;
        width: 2rem;
        height: 2rem;
    }

    .speaker-text p {
        font-family: "AlmoniLight", Tahoma, sans-serif;
        font-size: .7rem;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        color: #000000;
        margin: 0;
        width: 90.5%;
    }

    .speaker-text p span.speaker-text-eng {
        font-size: .7rem;
        font-family: "AlmoniDlaaa";
        font-weight: normal;
    }

    .speaker-text p span.speaker-text-bold {
        font-size: .7rem;
        font-family: "AlmoniRegular";
    }

    .header-text .textwidget p {
        color: #fff;
        font-family: "AlmoniRegular";
        font-style: normal;
        font-size: 1.3rem;
    }

    .header-text {
        margin-bottom: 3rem;
    }

    /*--
        Styles for modal
        =================================================================
    --*/

    .day-and-month-modal {
        display: inline-block;
    }

    .big-date-modal {
        margin-bottom: 6px;
    }

    p.date-mon-year-modal {
        margin-bottom: 18px;
    }

    img.right-block-logo-img-modal {
        margin-right: 6%;
    }

    p.time-modal {
        float:none;
    }

    .right-block-logo-modal {
        float:none;
    }

    .right-content-mid-modal {
        width: 48%;
    }

    .right-content-mid-modal h3 {
        display: none;
    }

    .right-content-block-middle-modal {
        display: inline;
    }

    p.location-modal {
        display: block;
    }

    span.speaker-text-bold-modal {
        border-bottom: none;
    }

    .day-and-month-modal {
        display: inline-block;
    }

    .big-date-modal {
        margin-bottom: 6px;
    }

    p.date-mon-year-modal {
        margin-bottom: 18px;
    }

    img.right-block-logo-img-modal {
        margin-right: 6%;
    }

    p.time-modal {
        float:none;
    }

    .right-block-logo-modal {
        float:none;
    }

    .right-content-mid-modal {
        width: 48%;
    }

    .right-content-mid-modal h3 {
        display: none;
    }

    .right-content-block-middle-modal {
        display: inline;
    }

    p.location-modal {
        display: block;
    }

    span.speaker-text-bold-modal {
        border-bottom: none;
    }

    .right-content-block-top-modal {
        margin-top: 36%;
    }

    .left-content-block-modal h3{
        font-size: 1.5rem;
        margin-bottom: .3rem;
    }

    .speaker-modal img {
        width: 5rem;
        margin-left: 1rem;
    }

    .speaker-text-modal p {
        margin-bottom: 2rem;
    }

    p.popupdescr {
        padding-right: 25px;
        border-right: 3px solid #f90eb9;
        width: 94%;
        margin-bottom: 21px;
    }

    .left-content-block-modal {
        width: 90%;
    }

    .speaker-modal img {
        width: 4rem;
        height: 4rem;
        margin-left: 1rem;
    }

    .speaker-img-modal {
        padding-bottom: 40px;
    }

    .right-content-block-top-modal h2 {
        font-size: 4rem;
    }

    p.date-mon-year-modal {
        font-size: 1.2rem;
    }

    p.date-day-modal {
        font-size: 1.2rem;
    }

    .time-modal img {
        width: .7rem;
    }

    img.right-block-logo-img-modal {
        margin-right: 9%;
    }

    .speaker-img-modal {
        padding-bottom: 21px;
        padding-top: 4px;
    }
    /*--
        End of Styles for modal
        ===================================================================
        --*/



    a#left-link {
        color: #000;
        font-family: "AlmoniRegular";
        font-size: .8rem;
    }

    .bottom-form h2 {
        color: #ffffff;
        font-family: "AlmoniBold";
        font-size: 1.6rem;
        margin-bottom: 10px;
        margin-top: 0;
        min-width: 90%;
    }

    .bottom-form p {
        color: #fff;
        font-family: "AlmoniRegular";
        font-size: 1rem;
        margin: 0 auto;
        margin-bottom: 35px;
        max-width: 80%;
        /* margin: 0 auto; */
    }

    #bottom_form, .tnp-widget-minimal{
        display: flex;
        flex-direction: column-reverse;
        margin: 0 auto 0 auto;
    }

    #bottom_form_btn, .bottom-form .tnp-submit {
        margin: 0 auto;
        text-align: center;
        margin: 0 auto;
        background-color: #fff;
        border: 0;
        font-family: "AlmoniRegular";
        font-weight: normal;
        font-size: 1rem;
        color: #f90eb9;
        padding: 17px 35px 14px 35px;
        cursor: pointer;
    }

    #bottom_form_email, .tnp-email {
        margin: 0 auto 20px auto!important;
        display: block;
    }







    .footer-content {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin: auto;
    }

    .footer-left {
        width: 100%;
        text-align: center;
        order: 5;
        margin-bottom: 2px;
    }

    .footer-left p {
        font-family: "AlmoniDlaaa";
        font-size: .8rem;
        font-weight: 300;
        margin:0;
    }

    .footer-center {
        width: 100%;
        text-align: center;
        order: 4;
    }

    .footer-center a {
        font-family: "AlmoniRegular","AlmoniDlaaa";
        font-size: .8rem;
        font-style: normal;
        font-weight: normal;
        color: #fff;
        text-decoration: none;
    }

    .footer-center span {
        font-family: sans-serif;
        color:#f90eb9;
        margin: 0 15px 0 15px;
        font-size: 1rem;
        vertical-align: middle;
    }

    .footer-center a svg {
        width: .33rem;
        height:auto;
        vertical-align: middle;
    }

    .footer-center span:nth-child(4) {
        margin: 0 15px 0 17px;
    }

    .footer-center a:hover {
        color:#f90eb9;
    }

    .footer-center a svg:hover #facebook {
        fill: #f90eb9;
    }

    .footer-right {
        width: 100%;
        text-align: center;
        order: 5;
    }

    .footer-right p {
        font-family: "AlmoniDlaaa";
        font-size: .8rem;
        font-weight: 300;
        margin: 0;
        color: #a3a3a3;
        display: inline;
        vertical-align: middle;
    }

    .footer-right p a {
        font-family: "AlmoniDlaaa";
        font-size: .8rem;
        font-weight: 300;
        color: #a3a3a3;
        text-decoration: none;
    }








    .right-content,.left-content{
        display: block;
        float: right;
    }

    article.article{
        display: block;
        direction: ltr;
    }

}

@media only screen and (max-width: 730px) and (min-width: 515px){
    .mail-form .tnp form input.tnp-email {
        font-size: .7rem;
        text-align: center;
        width: 13rem;
    }

    .bottom-form .tnp form input.tnp-email {
        font-size: .7rem;
        text-align: center;
        width: 13rem;
    }
}

@media only screen and (max-width: 514px) {
    .header-form-oval {
        width: 99%;
    }

    .mail-form .tnp form input.tnp-email {
        font-size: .6rem;
        text-align: center;
        width: 14rem;
    }

    .bottom-form .tnp form input.tnp-email {
        font-size: .6rem;
        text-align: center;
        width: 14rem;
    }
}

@media only screen and (max-width: 609px) {
    .right-content-block-top-modal h2 {
        font-size: 4rem;
    }

    p.date-mon-year-modal {
        font-size: .7rem;
    }

    p.date-day-modal {
        font-size: .6rem;
    }

    .left-content-block-modal h3 {
        font-size: 1rem;
    }

    .speaker-text-modal p span.speaker-text-eng-modal {
        font-size: .7rem;
    }

    .speaker-text-modal p span.speaker-text-bold-modal {
        font-size: .7rem;
    }

    .speaker-text-modal p {
        font-size: .7rem;
    }

    .speaker-modal img {
        width: 3rem;
        height: 3rem;
    }

    p.popupdescr {
        font-size: .7rem;
    }


}

@media only screen and (max-width: 579px) {
    p.popupdescr:before {
        display: none;
    }

    h2#popup-logo {
        line-height: .9;
        margin-bottom: 17px;
    }

    .invalid-name {
        font-size:1.1rem;
    }
}


@media only screen and (max-width: 471px) {
    p.popupdescr:before {
        display: none;
    }

    p.date-day-modal {
        font-size: .6rem;
    }

    .right-content-block-top-modal {
        margin-top: 62%;
    }

    .speaker-img {
        padding-bottom: 22px;
    }

    .left-content-block-modal {
        padding-top: 2rem;
    }

    .right-content-modal {
        padding-left: 10px;
    }

    .speaker-text-modal p {
        margin-bottom: 1rem;
    }

@media only screen and (max-width: 400px) {
    p.popupdescr:before {
        display: none;
    }

    p.location {
        width: 80%;
    }
}

@media only screen and (max-width: 390px) {
    .right-content-block-modal {
        width: 27%;
    }
}

}

