/*
	Theme Name: Seat Saver
	Author: Devint
	Author URI: http://devint.co.il
	Description: A custom theme for Seat Saver Israel
	Version: 1.0
	License: All rights reserved to Devint
*/

/*==========================================================================*/
/*                                   RESET                                  */
/*==========================================================================*/

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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
display: block;
}
body {
line-height: 1;
    overflow-x: hidden;

}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}


/*==========================================================================*/
/*                                  GLOBAL                                  */
/*==========================================================================*/

@font-face {
    font-family: 'bndog';
    src: url('fonts/bndog.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'carmela';
    src: url('fonts/carmelaregular.eot');
    src: url('fonts/carmelaregular.eot?#iefix') format('embedded-opentype'),
         url('fonts/carmelaregular.woff') format('woff'),
         url('fonts/carmelaregular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'carmelabold';
    src: url('fonts/carmelabold.eot');
    src: url('fonts/carmelabold.eot?#iefix') format('embedded-opentype'),
         url('fonts/carmelabold.woff') format('woff'),
         url('fonts/carmelabold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Assistant';
    src: url('fonts/Assistant-Regular.ttf');
}

@font-face {
    font-family: 'nulshock';
    src: url('fonts/nulshock.ttf');
}




div, textarea, input, select, table, section, footer, header, h1, h2, a{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

html,body {
	min-height:100%;
	font-family: Assistant, 'Open Sans', sans serif;
    line-height: 1;
    direction: rtl;
}table{
	padding:0px;
	margin:0px;
}fieldset{
	border: none;
}
a{text-decoration: none; cursor: pointer;}


.clear-div{
    clear: both;
}
.mask{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}
.limiter{
    max-width: 1280px;
    margin: 0 auto;
}

/* audience page*/

.aud-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    font-size: 22px;
}


.aud-item {
    height: 300px;
    margin: 33px;
    width: 330px;
    max-width: 100%;
}

.aud-blue{
    color: rgb(3,2,147) ;
}

.aud-item-img {
    background-size: cover;
    border: 3px solid black;
    height: 220px ;
}

/* contact page */

.contact-container {
    margin: 65px;
    margin-left: 200px;
    margin-top: 0;
}

.contact-header {
    font-size: 56px;
    color: #0037c7;
    margin-bottom: 40px;
    margin-top: 30px;
    text-align: center;
}

.contact-text {
    font-size: 26px;
    margin-bottom: 40px;
}

.contact-img-div {
    flex-basis: 36%;
    -webkit-flex-basis: 36%;
}

.contact-img {
    background-size: cover;
    width: 100%;
}

.contact-form-div {
    flex-basis: 62%;
    -webkit-flex-basis: 62%;
}

.contact-row-container{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.form-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
}

.form-item {
    width: 200px;
    border-radius: 10px;
}

.contact-form-input {
    width: 200px;
    padding-right: 10px;
    height: 40px;
    font-size: 18px;
    border: 1px solid rgb(63,189,240);
    font-family: Assistant;
    border-radius: 10px;
    font-family: Assistant;
    font-size: 16px;
}

input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-form-message {
    width: 100% !important;
    height: 90px;
    margin-bottom: 15px;
    padding: 0 10px 40px 0 !important;
    border-radius: 10px;
}

.form-button {
    height: 58px;
    color: white;
    text-align: center;
    line-height: 58px;
    font-size: 26px;
    width: 100%;
    background: rgb(63,189,240);
    cursor: pointer;
    transition: 0.3s;
    border-radius: 10px;
	
}

.form-button:hover{
    background: rgb(105, 200, 239);
	
}

.contact-foot-text {
    margin-top: 30px;
    font-size: 24px;
}

@media screen and (max-width: 1318px) and (min-width: 1130px) {
    .contact-form-input {
        width: 180px;
    }

    .contact-container {
        margin-left: 170px;
    }
    .form-item{
        width: 180px;
    }
}


@media screen and (max-width:  1130px) {
    .contact-form-input {
        width: 100%;

    }

    .contact-container {
        margin-left: 65px;
    }

    .form-item{
        width: 100%;
        margin-bottom: 10px ;
    border-radius: 10px;
    }
}


@media screen and (max-width:  700px) {
    .contact-img-div {
        flex-basis: 100%;
        -webkit-flex-basis: 100%;
    }

    .contact-header{
        font-size: 26px;
    }

    .contact-text{
        font-size: 20px;
    }

    .contact-form-div {
        flex-basis: 100%;
        -webkit-flex-basis: 100%;
    }


    .contact-foot-text {
        margin-top: 20px;
        font-size: 20px;
    }


    .contact-container {
        margin-left: 65px;
    }

    .aud-item-img{
        height: auto;
        max-width: 100%;
    }


}

@media screen and (max-width:  450px) {

    .contact-container {
        margin: 20px !important;
    }
}

/* advertising page*/



.pirsum-modal {
    display: none;
    position: fixed;
    overflow-y: hidden;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 20px;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.pirsum-content {
    position: relative;
    margin: auto;
    padding: 25px;
    border: 1px solid  rgb(220, 220, 220);
    width: 400px;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    background: white;
    animation-duration: 0.4s;
}

.pirsum-input {
    width: 100%;
    margin-top: 20px;
    height: 40px;
    padding-right: 20px;
    border: 1px solid rgb(63,189,240);
    border-radius:10px;
    font-family: Assistant;
    font-size: 16px;
}


.pirsum-backg {
    background-size: cover;
    background: url(images/pirsum-backg.jpg);
    width: 100%;
    padding: 40px 0;
    position: relative;
}

.pirsum-container {
    padding-top: 30px;
    padding-bottom: 50px;
    max-width: 82%;
}
.bow-img{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.seret-img {
    width: 300px;
}

.pirsum-header {
    color: rgb(255,220,0);
    font-size: 56px;
    margin-bottom: 25px;
    text-align: center;
}

.pirsum-second-header{
    color: rgb(255,220,0);
    font-size: 30px;
    margin-bottom: 45px;
}

.pirsum-second-header .seat_saver_logo{
    width: 170px;
}

.pirsum-flex-container{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
}


.pirsum-flex-ul{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 2;
}


.pirsum-flex-ul ul li {
    font-size: 32px;
    color: white;
    margin-bottom: 20px;
}

.pirsum-flex-ul ul {
    list-style: disc;
}

.pirsum-form-button {
    background: rgb(5,195,253);
    color: white;
    height: 35px;
    line-height: 35px;
    width: 150px;
    margin: 0 auto;
    margin-top: 25px;
    text-align: center;
    font-size: 20px;
    border: none;
    border-radius:10px;
    cursor: pointer;
    transition: 0.3s;
}

.pirsum-form-button:hover {
	background: #56d2f8;
}

.pirsum-msg-input {
    height: 100px;
}

.pirsum-display {
    display: block !important;
}

.pirsum-modal-close {
    color:  rgb(62, 85, 88);
    margin-left: 320px;
    font-size: 24px;
}

@media screen and (max-width:  987px) {

    .pirsum-flex-ul ul li {
        font-size: 20px;
    }

    .pirsum-header {
        font-size: 34px;
    }

    .pirsum-second-header{
        font-size: 24px;
    }

    .pirsum-flex-img{
        width: 170px;
    }
}

@media screen and (max-width:  799px) {
    .seret-img {
        display: none;
    }
}

@media screen and (max-width:  675px) {
    .pirsum-flex-container {
        -webkit-justify-content: center;
        justify-content: center;
        flex-direction: column;
    }
    .pirsum-header {
        font-size: 22px !important;
    }

    .pirsum-second-header{
        font-size: 20px !important;
    }

    .pirsum-flex-button {
        margin: 0 auto;
    }

    #pisrum .pirsum-flex-img{
        margin-top: 20px;
    }
}