body {
margin: 0;
padding: 0;
}
.large-image:hover .controls,
.controls:hover {
opacity: 1;
}
.controls {
opacity: 0;
position: absolute;
top: 50%;
transform: translateY(-30px);
transition: all .15s ease-in-out;
width: 100%;
}
.controls .prev-button,
.controls .next-button {
background-color: rgba(255,255,255,1); cursor: pointer;
height: 30px;
outline: none;
position: absolute;
transition: all .15s ease-in-out;
width: 30px;
}
.controls .prev-button:hover,
.controls .next-button:hover {
background-color: rgba(255,255,255,1);
}
.controls .prev-button {
padding: 15px 15px 15px 10px;
left: 0;
}
.controls .next-button {
padding: 15px 10px 15px 15px;
right: 0;
}
.controls .prev-button.inactive,
.controls .next-button.inactive {
background-color: rgba(220,220,220,1); ;
}
.controls .prev-button.inactive:hover,
.controls .next-button.inactive:hover { }
.controls svg {
fill: #163838;
}
.thumbnails {
cursor: grab;
cursor: -o-grab;
cursor: -moz-grab;
cursor: -webkit-grab;
}
.thumbnails > div {
border: 5px solid #fff;
}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: right;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap;
direction:ltr;
display:none; 
}
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%;
margin-top:100px; 
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }@-ms-viewport {
width: device-width;
}
@media (min-width: 980px) and (max-width: 1099px) {
.topsocialbarwrap{
width:auto;
margin:0;
padding:0 20px;
}
.headerareatop{
width:auto;
height:auto;
padding:0 20px 50px 20px;
overflow:hidden;
}
.headertopwrap{
width:auto;
margin:0;
padding:0 0 0 0;
}
.headertopleft{
width:450px;
float:none;
padding:13px 0 0 0;
text-align:center;
overflow:hidden;
margin:0 auto;
}
.logo{
padding:0 0 0 0;
float:left;
}
.barnealogo{
float:right;
padding:0 0 0 0;
}
.headertopright{
float:none;
padding:15px 0 0 0;
}
.searchicon{
background:none;
}
.topnav{
display:none;
}
.responsivenav{
width:auto;
display:block;
margin:0 0 0 0;
overflow:hidden;
}
.menuicon{
width:38px;
height:30px;
margin:0 0 0 0;
float:left;
}
.menuicon span{
padding:0 0 0 0;
width:38px;
height:30px;
}
.menuicon span a{
display:block;
width:38px;
height:30px;
text-indent:99999px;
background:url(//www.paragon.co.il/wp-content/themes/paragon/images/responsivenavicon.png) no-repeat 0 0;
text-decoration:none;
cursor:pointer;
}
.responsivemenu{
background:#231f20;
width:100%;
padding:0 0 0 0;
overflow:hidden;
}
.responsivemenu ul{
display:block;
width:100%;
background:#231f20;
padding:0 0 0 0;
}
.responsivemenu ul li{
width:100%;
border-bottom:1px solid #fff;
text-align:right;
padding:0 0 0 0;
}
.responsivemenu ul li a{
font-size:12px;
padding:10px 20px 10px 20px;
display:block;
text-decoration:none;
color:#fff;
font-weight:600;
}
.responsivemenu ul li a:hover{
text-decoration:none;
color:#f36f21;
}
.homearea{
padding:15px 0 55px 0;
overflow:hidden;
}
.homewrap{
width:auto;
margin:0;
padding:0 20px;
}
.chartarea{
overflow:hidden;
display:none;
}
.paragonbox{
max-width:350px;
width:32%;
float:left;
margin:0;
}
.paragonboxheader{
height:auto;
}
.paragonboxheader img{
width:100%;
height:201px;
display:inline-block;
max-width:307px;
}
.smokebox{
max-width:350px;
width:32%;
float:left;
margin:0 0 0 2%;
}
.barneabox{
max-width:350px;
width:32%;
float:left;
margin:0 0 0 2%;
}
.homeinfo{
padding:20px 0 20px 0;
}
.homebottominfoleft{
width:52%;
float:left;
padding:0 0 0 0;
}
.mediuminput{
width:auto;
float:none;
}
.upermediuminput{
width:auto;
float:none;
padding:10px 0 0 0;
}
.biginput{
width:auto;
float:none;
}
.submitform{
width:auto;
float:none;
padding:10px 0 0 0;
}
.submitform input.send{
height:50px;
border-radius:0px!important;
background-color: #f36d21!important;
}
.homebottominforight{
width:45%;
float:right;
padding:0 0 0 0;
}
.footerwrap{
width:auto;
margin:0;
padding:0 20px;
}
.footercol01{
width:32%;
float:left;
padding:0 0 0 0;
}
.footercol02{
width:32%;
float:left;
padding:0 0 0 0;
}
.footercol03{
width:32%;
float:left;
padding:0 0 0 0;
} .pagebannerarea{
height:121px;
}
.pagebannerarea img{
height:121px;
}
.cumbtrailwrap{
width:auto;
margin:0;
padding:54px 20px 0 20px;
}
.pagecontentarea{
padding:30px 0 30px 0;
}
.pagewrap{
width:auto;
margin:0;
padding:0 20px 0 20px;
}
.pageinfoleft{
width:70%;
float:left;
}
.pagecontent img{
width:100%;
height:auto;
display:inline-block;
}
.pageinforight{
width:27%;
float:right;
} .addbg{
background:none;
} .articleinfobox{
height:auto;
padding:20px;
}
.articleinfoboxleft{
width:67%;
float:left;
padding:0 0 0 0;
}
.articleinfoboxright{
width:30%;
float:right;
}
.articleinfoboxright img{
width:100%;
height:auto;
display:inline-block;
max-width:176px;
} .singleprojectitem{
width:48%;
max-width:400px;
height:270px;
margin:0 0 15px 0;
float:left;
}
.singleprojectitem img{
width:100%;
height:270px;
display:inline-block;
}
.hovercover a{
height:145px;
padding:115px 10px 10px 10px;
}
.seconditem{
float:right;
} .singleproductitem{
width:32%;
max-width:260px;
float:right;
margin:0 0 15px 1%;
}
.productname{
padding:10px 0 0 0;
}
.thirditem{
float:right;
margin:0 0 15px 1%;
} .producttitleleft{
float:left;
}
.producttitleright{
float:right;
padding:0 0 0 10px;
}
.productgalleryleft{
width:20%;
float:left;
}
.productgalleryleft ul li{
width:100%;
float:none;
display:block;
padding:0 0 8px 0;
}
.productgalleryright{
width:78%;
float:right;
}
.productgalleryright ul li{
float: right;
height: auto;
margin: 0 0 2% 2%;
max-width: 320px;
width: 48%;
}
.productgalleryright ul li img{
width:100%;
height:auto;
display:inline-block;
} .projectdetailsarea{
padding:0 0 20px 0;
}
.projectsliderbox{
position:relative; 
margin:0 auto; 
top:0px; 
left:0px; 
width:100%; 
height:400px; 
overflow:hidden;
}
.projectslideslist{
position: absolute; 
left: 0px; 
top: 0px; 
width:100%; 
height:400px; 
overflow: hidden;
} .contactarealeft{
width:40%;
float:left;
}
.contactarearight{
width:57%;
float:right;
}
.contactformlistleft{
width:48%;
float:left;
padding:0 0 0 0;
}
.contactformlistright{
width:48%;
float:right;
}
.nopadbottom{
padding-bottom:0;
} .storebuttonarea ul li a{
font-size:17px;
}
.storebuttonarea ul li:last-child{
margin-left:0;
float:right;
} .onerow{
-moz-column-count:1;
-webkit-column-count:1;
column-count:1;
}
.defaultrow{
-moz-column-count:2;
-webkit-column-count:2;
column-count:2;
}
}
@media (min-width: 768px) and (max-width: 979px) {
.topsocialbarwrap{
width:auto;
margin:0;
padding:0 20px;
}
.headerareatop{
width:auto;
height:auto;
padding:0 20px 50px 20px;
overflow:hidden;
}
.headertopwrap{
width:auto;
margin:0;
padding:0 0 0 0;
}
.headertopleft{
width:450px;
float:none;
padding:13px 0 0 0;
text-align:center;
overflow:hidden;
margin:0 auto;
}
.logo{
padding:0 0 0 0;
float:left;
}
.barnealogo{
float:right;
padding:0 0 0 0;
}
.headertopright{
float:none;
padding:15px 0 0 0;
}
.searchicon{
background:none;
}
.topnav{
display:none;
}
.responsivenav{
width:auto;
display:block;
margin:0 0 0 0;
overflow:hidden;
}
.menuicon{
width:38px;
height:30px;
margin:0 0 0 0;
float:left;
}
.menuicon span{
padding:0 0 0 0;
width:38px;
height:30px;
}
.menuicon span a{
display:block;
width:38px;
height:30px;
text-indent:99999px;
background:url(//www.paragon.co.il/wp-content/themes/paragon/images/responsivenavicon.png) no-repeat 0 0;
text-decoration:none;
cursor:pointer;
}
.responsivemenu{
background:#231f20;
width:100%;
padding:0 0 0 0;
overflow:hidden;
}
.responsivemenu ul{
display:block;
width:100%;
background:#231f20;
padding:0 0 0 0;
}
.responsivemenu ul li{
width:100%;
border-bottom:1px solid #fff;
text-align:right;
padding:0 0 0 0;
}
.responsivemenu ul li a{
font-size:12px;
padding:10px 20px 10px 20px;
display:block;
text-decoration:none;
color:#fff;
font-weight:600;
}
.responsivemenu ul li a:hover{
text-decoration:none;
color:#f36f21;
}
.homearea{
padding:15px 0 55px 0;
overflow:hidden;
}
.homewrap{
width:auto;
margin:0;
padding:0 20px;
}
.chartarea{
overflow:hidden;
display:none;
}
.paragonbox{
max-width:350px;
width:32%;
float:left;
margin:0;
}
.paragonboxheader{
height:auto;
}
.paragonboxheader img{
width:100%;
height:201px;
display:inline-block;
max-width:307px;
}
.smokebox{
max-width:350px;
width:32%;
float:left;
margin:0 0 0 2%;
}
.barneabox{
max-width:350px;
width:32%;
float:left;
margin:0 0 0 2%;
}
.homeinfo{
padding:20px 0 20px 0;
}
.homebottominfoleft{
width:52%;
float:left;
padding:0 0 0 0;
}
.mediuminput{
width:auto;
float:none;
}
.upermediuminput{
width:auto;
float:none;
padding:10px 0 0 0;
}
.biginput{
width:auto;
float:none;
}
.submitform{
width:auto;
float:none;
padding:10px 0 0 0;
}
.submitform input.send{
height:50px;
}
.homebottominforight{
width:45%;
float:right;
padding:0 0 0 0;
}
.footerwrap{
width:auto;
margin:0;
padding:0 20px;
}
.footercol01{
width:32%;
float:left;
padding:0 0 0 0;
}
.footercol02{
width:32%;
float:left;
padding:0 0 0 0;
}
.footercol03{
width:32%;
float:left;
padding:0 0 0 0;
} .pagebannerarea{
height:121px;
}
.pagebannerarea img{
height:121px;
}
.cumbtrailwrap{
width:auto;
margin:0;
padding:54px 20px 0 20px;
}
.pagecontentarea{
padding:30px 0 30px 0;
}
.pagewrap{
width:auto;
margin:0;
padding:0 20px 0 20px;
}
.pageinfoleft{
width:67%;
float:left;
}
.pagecontent img{
width:100%;
height:auto;
display:inline-block;
}
.pageinforight{
width:30%;
float:right;
} .addbg{
background:none;
} .articleinfobox{
height:auto;
padding:20px;
}
.articleinfoboxleft{
width:67%;
float:left;
padding:0 0 0 0;
}
.articleinfoboxright{
width:30%;
float:right;
}
.articleinfoboxright img{
width:100%;
height:auto;
display:inline-block;
max-width:176px;
} .singleprojectitem{
width:auto;
max-width:400px;
height:270px;
margin:0 auto 15px auto;
float:none;
}
.singleprojectitem img{
width:100%;
height:270px;
display:inline-block;
}
.hovercover a{
height:145px;
padding:115px 10px 10px 10px;
}
.seconditem{
float:none;
} .singleproductitem{
width:47%;
max-width:260px;
float:right;
margin:0 0 15px 3%;
color:#fff;
text-align:center;
font-size:20px;
}
.productname{
padding:10px 0 0 0;
}
.thirditem{
float:right;
margin:0 0 15px 3%;
} .producttitleleft{
float:none;
padding:0 0 10px 0;
}
.producttitleright{
float:none;
padding:0 0 0 0;
}
.productgalleryleft{
width:auto;
float:none;
}
.productgalleryleft ul li{
width:auto;
float:right;
display:inline;
padding:0 0 8px 10px;
}
.productgalleryright{
width:auto;
float:none;
}
.productgalleryright ul li{
float:right;
width:48%;
max-width:320px;
height:auto;
margin:0 0 2% 2%;
}
.productgalleryright ul li img{
width:100%;
height:auto;
display:inline-block;
} .projectdetailsarea{
padding:0 0 20px 0;
}
.projectsliderbox{
position:relative; 
margin:0 auto; 
top:0px; 
left:0px; 
width:100%; 
height:400px; 
overflow:hidden;
}
.projectslideslist{
position: absolute; 
left: 0px; 
top: 0px; 
width:100%; 
height:400px; 
overflow: hidden;
} .contactarealeft{
width:40%;
float:left;
}
.contactarearight{
width:57%;
float:right;
}
.contactformlistleft{
width:auto;
float:none;
padding:0 0 10px 0;
}
.contactformlistright{
width:auto;
float:none;
}
.nopadbottom{
padding-bottom:0;
}
.paragreen{
width:auto;
max-width:149px;
float:none;
margin:0 auto 15px auto;
}
.barnea{
width:auto;
max-width:102px;
float:none;
margin:0 auto 15px auto;
}
.paragon{
width:auto;
max-width:125px;
float:none;
margin:0 auto 15px auto;
} .storebutton a{
font-size:12px;
} .storebuttonarea ul li{
float:none;
display:block;
margin:0 0 10px 0;
text-align:center;
}
.storebuttonarea ul li a{
font-size:15px;
}
.storebuttonarea ul li:last-child{
float:none;
} .clientsarea{
column-count:3;
-moz-column-count:3;
-webkit-column-count:3;
column-gap:10px;
-moz-column-gap:10px;
-webkit-column-gap:10px;
} .onerow{
-moz-column-count:1;
-webkit-column-count:1;
column-count:1;
}
.defaultrow{
-moz-column-count:2;
-webkit-column-count:2;
column-count:2;
} .projectlistleft{
width:auto;
float:none;
}
.projectlistright{
width:auto;
float:none;
}
.projectlistinfo{
padding:25px 0 0 0;
}
}
@media (min-width: 481px) and (max-width: 767px){
.topsocialbarwrap{
width:auto;
margin:0;
padding:0 20px;
}
.headerareatop{
width:auto;
height:auto;
padding:0 20px 50px 20px;
overflow:hidden;
}
.headertopwrap{
width:auto;
margin:0;
padding:0 0 0 0;
}
.headertopleft{
width:420px;
float:none;
padding:13px 0 0 0;
text-align:center;
overflow:hidden;
margin:0 auto;
}
.logo{
padding:0 0 0 0;
float:left;
}
.barnealogo{
float:right;
padding:0 0 0 0;
}
.headertopright{
float:none;
padding:15px 0 0 0;
}
.searchicon{
background:none;
}
.topnav{
display:none;
}
.responsivenav{
width:auto;
display:block;
margin:0 0 0 0;
overflow:hidden;
}
.menuicon{
width:38px;
height:30px;
margin:0 0 0 0;
float:left;
}
.menuicon span{
padding:0 0 0 0;
width:38px;
height:30px;
}
.menuicon span a{
display:block;
width:38px;
height:30px;
text-indent:99999px;
background:url(//www.paragon.co.il/wp-content/themes/paragon/images/responsivenavicon.png) no-repeat 0 0;
text-decoration:none;
cursor:pointer;
}
.responsivemenu{
background:#231f20;
width:100%;
padding:0 0 0 0;
overflow:hidden;
}
.responsivemenu ul{
display:block;
width:100%;
background:#231f20;
padding:0 0 0 0;
}
.responsivemenu ul li{
width:100%;
border-bottom:1px solid #fff;
text-align:right;
padding:0 0 0 0;
}
.responsivemenu ul li a{
font-size:12px;
padding:10px 20px 10px 20px;
display:block;
text-decoration:none;
color:#fff;
font-weight:600;
}
.responsivemenu ul li a:hover{
text-decoration:none;
color:#f36f21;
}
.homearea{
padding:15px 0 55px 0;
overflow:hidden;
}
.homewrap{
width:auto;
margin:0;
padding:0 20px;
}
.chartarea{
overflow:hidden;
display:none;
}
.paragonbox{
max-width:350px;
width:auto;
float:none;
margin:0 auto 20px auto;
}
.paragonboxheader{
height:auto;
}
.paragonboxheader img{
width:100%;
height:auto;
display:inline-block;
max-width:307px;
}
.smokebox{
max-width:350px;
width:auto;
float:none;
margin:0 auto 20px auto;
}
.barneabox{
max-width:350px;
width:auto;
float:none;
margin:0 auto 20px auto;
}
.homeinfo{
padding:20px 0 20px 0;
}
.homebottominfoleft{
width:52%;
float:left;
padding:0 0 0 0;
}
.mediuminput{
width:auto;
float:none;
}
.upermediuminput{
width:auto;
float:none;
padding:10px 0 0 0;
}
.biginput{
width:auto;
float:none;
}
.submitform{
width:auto;
float:none;
padding:10px 0 0 0;
}
.submitform input.send{
height:50px;
}
.homebottominforight{
width:45%;
float:right;
padding:0 0 0 0;
}
.footerwrap{
width:auto;
margin:0;
padding:0 20px;
}
.footercol01{
width:auto;
float:none;
padding:0 0 30px 0;
}
.footercol02{
width:auto;
float:none;
padding:0 0 20px 0;
}
.footercol03{
width:auto;
float:none;
padding:0 0 0 0;
} .pagebannerarea{
height:121px;
}
.pagebannerarea img{
height:121px;
}
.cumbtrailwrap{
width:auto;
margin:0;
padding:54px 20px 0 20px;
}
.pagecontentarea{
padding:30px 0 30px 0;
}
.pagewrap{
width:auto;
margin:0;
padding:0 20px 0 20px;
}
.pageinfoleft{
width:62%;
float:left;
}
.pagecontent img{
width:100%;
height:auto;
display:inline-block;
}
.pageinforight{
width:35%;
float:right;
} .addbg{
background:none;
} .articleinfobox{
height:auto;
padding:20px;
}
.articleinfoboxleft{
width:auto;
float:none;
padding:0 0 20px 0;
}
.articleinfoboxright{
width:auto;
float:none;
} .singleprojectitem{
width:auto;
max-width:400px;
height:auto;
margin:0 auto 15px auto;
float:none;
}
.singleprojectitem img{
width:100%;
height:auto;
display:inline-block;
}
.hovercover a{
height:auto;
padding:70px 10px 10px 10px;
}
.seconditem{
float:none;
} .singleproductitem{
width:auto;
max-width:260px;
height:auto;
float:none;
margin:0 auto 15px auto;
color:#fff;
text-align:center;
font-size:20px;
}
.productname{
padding:0 0 10px 0;
}
.thirditem{
float:none;
margin:0 auto 15px auto;
} .producttitleleft{
float:none;
padding:0 0 10px 0;
}
.producttitleright{
float:none;
padding:0 0 0 0;
}
.productgalleryleft{
width:auto;
float:none;
}
.productgalleryleft ul li{
width:auto;
float:right;
display:inline;
padding:0 0 8px 10px;
}
.productgalleryright{
width:auto;
float:none;
}
.productgalleryright ul li{
float:none;
width:auto;
max-width:320px;
height:auto;
margin:0 0 10px 0;
}
.productgalleryright ul li img{
width:100%;
height:auto;
display:inline-block;
} .projectdetailsarea{
padding:0 0 20px 0;
}
.projectsliderbox{
position:relative; 
margin:0 auto; 
top:0px; 
left:0px; 
width:100%; 
height:350px; 
overflow:hidden;
}
.projectslideslist{
position: absolute; 
left: 0px; 
top: 0px; 
width:100%; 
height:350px; 
overflow: hidden;
} .contactarealeft{
width:40%;
float:left;
}
.contactarearight{
width:57%;
float:right;
}
.contactformlistleft{
width:auto;
float:none;
padding:0 0 10px 0;
}
.contactformlistright{
width:auto;
float:none;
}
.nopadbottom{
padding-bottom:0;
}
.paragreen{
width:auto;
max-width:149px;
float:none;
margin:0 auto 15px auto;
}
.barnea{
width:auto;
max-width:102px;
float:none;
margin:0 auto 15px auto;
}
.paragon{
width:auto;
max-width:125px;
float:none;
margin:0 auto 15px auto;
}
.booklist{
width:46%;
float:right;
padding:0 2% 17px 2%;
margin:0 0 25px 0;
background:url(//www.paragon.co.il/wp-content/themes/paragon/images/selfbg.png) repeat-x bottom left;
}
.popupcontainer{
padding:30% 0 0 0;
}
.popupbox{
width:auto;
max-width:94%;
}
.pvideoholder{
position:relative;
padding-bottom: 56.25%; padding-top: 25px;
height: 0;
}
.pvideoholder iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} .storearea h1{
font-size:22px;
line-height:22px;
}
.storeitem{
width:auto;
float:none;
padding:0 0 20px 0;
}
.storecontent h3{
font-size:18px;
line-height:18px;
} .storebuttonarea ul li{
float:none;
display:block;
margin:0 0 10px 0;
text-align:center;
}
.storebuttonarea ul li a{
font-size:15px;
}
.storebuttonarea ul li:last-child{
float:none;
} .clientsarea{
column-count:2;
-moz-column-count:2;
-webkit-column-count:2;
column-gap:10px;
-moz-column-gap:10px;
-webkit-column-gap:10px;
} .onerow{
-moz-column-count:1;
-webkit-column-count:1;
column-count:1;
}
.tworow{
-moz-column-count:1;
-webkit-column-count:1;
column-count:1;
}
.threerow{
-moz-column-count:1;
-webkit-column-count:1;
column-count:1;
}
.defaultrow{
-moz-column-count:1;
-webkit-column-count:1;
column-count:1;
} .projectlistleft{
width:auto;
float:none;
}
.projectlistright{
width:auto;
float:none;
}
.projectlistinfo{
padding:25px 0 0 0;
} .forumitemlist{
padding:20px;
text-align:center;
}
.forumitemlistleft{
float:none;
}
.forumitemlistright{
float:none;
}
.forumtitle{
padding:0;
}
.forumitemlistright{
padding:0 0 20px 0;
}
}
@media (max-width: 480px) {
.topsocialbarwrap{
width:auto;
margin:0;
padding:0 20px;
}
#enable-toolbar-trigger {
display: none!important;
}
#whatsappbutton {
display: block;
position: fixed;
text-decoration: none;
z-index: 2147483647;
width: 65px;
height: 65px;
border-radius: 50%;
border-top: 1px solid #1BD741;
bottom: 105px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
transform: scale(1);
right: 20px;
bottom: 20px;
background: url(https://www.paragon.co.il/wp-content/uploads/2019/03/whatsapp11.png) center/50px 50px no-repeat #1BD741;
display: block;
}
#callnowbutton {
display: block;
position: fixed;
text-decoration: none;
z-index: 2147483647;
width: 65px;
height: 65px;
border-radius: 50%;
border-top: 1px solid #0072FF;
bottom: 95px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
transform: scale(1);
right: 20px;
background: url(https://www.paragon.co.il/wp-content/uploads/2019/03/phone1.jpg) center/50px 50px no-repeat #0072FF;
}
.button23 {display:none!important;}
.headerareatop{
width:auto;
height:auto;
padding:0 20px 50px 20px;
overflow:hidden;
}
.headertopwrap{
width:auto;
margin:0;
padding:0 0 0 0;
}
.headertopleft{
float:none;
padding:13px 0 0 0;
text-align:center;
}
.logo{
padding:0 0 0 0;
float:none;
}
.barnealogo{
float:none;
padding:15px 0 0 0;
}
.headertopright{
float:none;
padding:15px 0 0 0;
}
.searchicon{
background:none;
}
.topnav{
display:none;
}
.responsivenav{
width:auto;
display:block;
margin:0 0 0 0;
overflow:hidden;
}
.menuicon{
width:38px;
height:30px;
margin:0 0 0 0;
float:left;
}
.menuicon span{
padding:0 0 0 0;
width:38px;
height:30px;
}
.menuicon span a{
display:block;
width:38px;
height:30px;
text-indent:99999px;
background:url(//www.paragon.co.il/wp-content/themes/paragon/images/responsivenavicon.png) no-repeat 0 0;
text-decoration:none;
cursor:pointer;
}
.responsivemenu{
background:#231f20;
width:100%;
padding:0 0 0 0;
overflow:hidden;
}
.responsivemenu ul{
display:block;
width:100%;
background:#231f20;
padding:0 0 0 0;
}
.responsivemenu ul li{
width:100%;
border-bottom:1px solid #fff;
text-align:right;
padding:0 0 0 0;
}
.responsivemenu ul li a{
font-size:12px;
padding:10px 20px 10px 20px;
display:block;
text-decoration:none;
color:#fff;
font-weight:600;
}
.responsivemenu ul li a:hover{
text-decoration:none;
color:#f36f21;
}
.homearea{
padding:15px 0 55px 0;
overflow:hidden;
}
.homewrap{
width:auto;
margin:0;
padding:0 20px;
}
.chartarea{
overflow:hidden;
display:none;
}
.paragonbox{
max-width:350px;
width:auto;
float:none;
margin:0 auto 20px auto;
}
.paragonboxheader{
height:auto;
}
.paragonboxheader img{
width:100%;
height:auto;
display:inline-block;
max-width:307px;
}
.smokebox{
max-width:350px;
width:auto;
float:none;
margin:0 auto 20px auto;
}
.barneabox{
max-width:350px;
width:auto;
float:none;
margin:0 auto 20px auto;
}
.homeinfo{
padding:20px 0 20px 0;
}
.homebottominfoleft{
width:auto;
float:none;
padding:0 0 0 0;
}
.mediuminput{
width:auto;
float:none;
}
.upermediuminput{
width:auto;
float:none;
padding:10px 0 0 0;
}
.biginput{
width:auto;
float:none;
}
.submitform{
width:auto;
float:none;
padding:10px 0 0 0;
}
.submitform input.send{
height:50px;
}
.homebottominforight{
width:auto;
float:none;
padding:20px 0 0 0;
}
.footerwrap{
width:auto;
margin:0;
padding:0 20px;
}
.footercol01{
width:auto;
float:none;
padding:0 0 30px 0;
}
.footercol02{
width:auto;
float:none;
padding:0 0 20px 0;
}
.footercol03{
width:auto;
float:none;
padding:0 0 0 0;
}
.paragreen{
width:auto;
max-width:149px;
float:none;
margin:0 auto 15px auto;
}
.barnea{
width:auto;
max-width:102px;
float:none;
margin:0 auto 15px auto;
}
.paragon{
width:auto;
max-width:125px;
float:none;
margin:0 auto 15px auto;
} .pagebannerarea{
height:121px;
}
.pagebannerarea img{
height:121px;
}
.cumbtrailwrap{
width:auto;
margin:0;
padding:54px 20px 0 20px;
}
.pagecontentarea{
padding:30px 0 30px 0;
}
.pagewrap{
width:auto;
margin:0;
padding:0 20px 0 20px;
}
.pageinfoleft{
width:auto;
float:none;
}
.pagecontent img{
width:100%;
height:auto;
display:inline-block;
}
.pageinforight{
width:auto;
float:none;
} .addbg{
background:none;
} .articleinfobox{
height:auto;
padding:20px;
}
.articleinfoboxleft{
width:auto;
float:none;
padding:0 0 20px 0;
}
.articleinfoboxright{
width:auto;
float:none;
} .singleprojectitem{
width:auto;
max-width:400px;
height:auto;
margin:0 auto 15px auto;
float:none;
}
.singleprojectitem img{
width:100%;
height:auto;
display:inline-block;
}
.hovercover a{
height:auto;
padding:70px 10px 10px 10px;
}
.seconditem{
float:none;
} .singleproductitem{
width:auto;
max-width:260px;
height:auto;
float:none;
margin:0 auto 15px auto;
color:#fff;
text-align:center;
font-size:20px;
}
.productname{
padding:0 0 10px 0;
}
.thirditem{
float:none;
margin:0 auto 15px auto;
} .producttitleleft{
float:none;
padding:0 0 10px 0;
}
.producttitleright{
float:none;
padding:0 0 0 0;
}
.productgalleryleft{
width:auto;
float:none;
}
.productgalleryleft ul li{
width:100%;
padding:0 0 8px 0;
}
.productgalleryright{
width:auto;
float:none;
}
.productgalleryright ul li{
float:none;
width:auto;
max-width:320px;
height:auto;
margin:0 0 10px 0;
}
.productgalleryright ul li img{
width:100%;
height:auto;
display:inline-block;
} .projectdetailsarea{
padding:0 0 20px 0;
}
.projectsliderbox{
position:relative; 
margin:0 auto; 
top:0px; 
left:0px; 
width:100%; 
height:250px; 
overflow:hidden;
}
.projectslideslist{
position: absolute; 
left: 0px; 
top: 0px; 
width:100%; 
height:250px; 
overflow: hidden;
} .contactarealeft{
width:auto;
float:none;
}
.contactarearight{
width:auto;
float:none;
}
.contactformlistleft{
width:auto;
float:none;
padding:0 0 10px 0;
}
.contactformlistright{
width:auto;
float:none;
}
.nopadbottom{
padding-bottom:0;
} .calanderarea h1{
font-size:20px !important;
line-height:20px;
}
.cmail{
float:none;
width:100%;
margin:0 0 15px 0;
}
.cphone{
width:100%;
float:none;
}
.csend{
width:33%;
float:left;
}
.cdate{
width:100%;
float:none;
}
.dairylist{
float:left;
padding:0 0 0 0;
}
.booklist{
width:46%;
float:right;
padding:0 2% 17px 2%;
margin:0 0 25px 0;
background:url(//www.paragon.co.il/wp-content/themes/paragon/images/selfbg.png) repeat-x bottom left;
}
.popupcontainer{
padding:20% 0 0 0;
}
.popupbox{
width:auto;
max-width:94%;
}
.pvideoholder{
position:relative;
padding-bottom: 56.25%; padding-top: 25px;
height: 0;
}
.pvideoholder iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} .storearea h1{
font-size:22px;
line-height:22px;
}
.storeitem{
width:auto;
float:none;
padding:0 0 20px 0;
}
.storecontent h3{
font-size:18px;
line-height:18px;
} .storebuttonarea ul li{
float:none;
display:block;
margin:0 0 10px 0;
text-align:center;
}
.storebuttonarea ul li a{
font-size:15px;
}
.storebuttonarea ul li:last-child{
float:none;
} .contactlist{
padding:0 0 10px 0;
}
.contactlistleft{
width:auto;
float:none;
}
.contactlistright{
width:auto;
float:none;
padding:0 0 10px 0;
}
.contactlist textarea{
width:92.5%;
}
.wpcf7-email{
width:96% !important;
} .clientsarea{
column-count:1;
-moz-column-count:1;
-webkit-column-count:1;
column-gap:0;
-moz-column-gap:0;
-webkit-column-gap:0;
} .onerow{
-moz-column-count:1;
-webkit-column-count:1;
column-count:1;
}
.defaultrow{
-moz-column-count:1;
-webkit-column-count:1;
column-count:1;
} .siurformbox{
padding:0 10px;
}
.siurformlist{
width:auto;
float:none;
padding:0 0 10px 0;
}
.siurformsend{
width:auto;
float:none;
padding:0 0 0 0;
} .projectlistleft{
width:auto;
float:none;
}
.projectlistright{
width:auto;
float:none;
}
.projectlistinfo{
padding:25px 0 0 0;
}
.forumitemlist{
padding:20px;
text-align:center;
}
.forumitemlistleft{
float:none;
}
.forumitemlistright{
float:none;
}
.forumtitle{
padding:0;
}
.forumitemlistright{
padding:0 0 20px 0;
}
}#lang_sel {height:32px; position:relative; font-family: verdana, arial, sans-serif; display: inline-block;} * html #lang_sel {width:12em; w\idth:12em;} #lang_sel ul, #lang_sel li {padding:0 !important; margin:0 !important; list-style-type:none !important;}
#lang_sel li:before{content:'' !important;}
#lang_sel ul ul {width:149px;} #lang_sel li {float:left;width:149px;position:relative;} #lang_sel a, #lang_sel a:visited {display:block;font-size:11px;text-decoration:none !important; color:#444444; border:1px solid #cdcdcd; background:#fff; padding-left:10px; line-height:24px;} * html #lang_sel a, * html #lang_sel a:visited {width:149px; w\idth:138px;} #lang_sel ul ul {visibility:hidden;position:absolute;height:0;top:25px;left:0; width:149px;border-top:1px solid #cdcdcd;} * html #lang_sel ul ul {top:18px;t\op:19px;} #lang_sel table {position:absolute; top:0; left:0; border-collapse:collapse;} #lang_sel ul ul a, #lang_sel ul ul a:visited {background:#ffffff; color:#444444; height:auto; line-height:1em; padding:5px 10px;border-width:0 1px 1px 1px;} * html #lang_sel ul ul a, * html #lang_sel ul ul a:visited {width:150px;w\idth:128px;} #lang_sel a:hover, #lang_sel ul ul a:hover{color:#000; background:#eee;}
#lang_sel :hover > a, #lang_sel ul ul :hover > a {color:#000; background:#eee;}
#lang_sel a.lang_sel_sel{
background:url(//www.paragon.co.il/wp-content/plugins/sitepress-multilingual-cms/res/img/nav-arrow-down.png) #fff right no-repeat;
color:#444;
}
#lang_sel a.lang_sel_sel:hover{
text-decoration: none;
color:#000;
} #lang_sel ul li:hover ul,
#lang_sel ul a:hover ul{visibility:visible; }
#lang_sel img.iclflag{width:18px;height:12px;position: relative; top: 1px;}
#lang_sel_footer {
margin: 0;
padding: 7px;
text-align: center;
font: 11px Verdana, sans-serif;
min-height: 15px;
clear: both;
background-color: #fff;
border: 1px solid #cdcdcd;
}
#lang_sel_footer ul {
list-style: none;
margin:0;
padding:0;
}
#lang_sel_footer ul li img {
position: relative;
top: 1px;
width: 18px;
height: 12px;
}
#lang_sel_footer ul li {
display:inline;
margin:0 1px 0 0;
padding:0;
white-space: nowrap;
line-height: 25px;
}
#lang_sel_footer ul li a, #lang_sel_footer ul li a:visited {
text-decoration: none;
padding: 5px 10px;
}
#lang_sel_footer ul li a:hover, #lang_sel_footer ul li a:active {}
#wpml_credit_footer { width: 100%; margin: 10px 0; padding: 0; text-align: center; font-size: 11px; }
#lang_sel_list {height:32px; position:relative; z-index:99;  font-family: verdana, arial, sans-serif;}
#lang_sel_list.lang_sel_list_vertical{width:149px;} * html #lang_sel_list {width:12em; w\idth:12em;} #lang_sel_list ul, #lang_sel_list li {padding:0 !important; margin:0 !important; list-style-type:none !important;}
#lang_sel_list li:before{content:'' !important;}
#lang_sel_list ul.lang_sel_list_vertical {width:149px;} #lang_sel_list li {float:left;position:relative;}
#lang_sel_list.lang_sel_list_vertical li {width:149px;} #lang_sel_list a, #lang_sel_list a:visited {display:block;font-size:11px;text-decoration:none !important; color:#444444; background:#fff;  line-height:18px;padding-left:5px;}
#lang_sel_list.lang_sel_list_vertical a, #lang_sel_list.lang_sel_list_vertical a:visited{border: 1px solid #cdcdcd; border-top-width: 0; padding-left:10px;} * html #lang_sel_list a, * html #lang_sel_list a:visited {width:149px; w\idth:138px;} #lang_sel_list.lang_sel_list_vertical ul { height:0;top:19px;left:0; border-top:1px solid #cdcdcd;} * html #lang_sel_list ul {top:18px;t\op:19px;} #lang_sel_list table {position:absolute; top:0; left:0; border-collapse:collapse;} #lang_sel_list ul a, #lang_sel_list_list ul a:visited {background:#ffffff; color:#444444; height:auto; line-height:1em;}
#lang_sel_list.lang_sel_list_vertical ul a, #lang_sel_list_list ul a:visited {padding:3px 10px;} * html #lang_sel_list ul a, * html #lang_sel_list ul a:visited {width:150px;w\idth:128px;}
#lang_sel_list a.lang_sel_sel{
background-image: none;
color:#444;
}
#lang_sel_list a.lang_sel_sel:hover{
text-decoration: none;
color:#000;
} #lang_sel_list ul li:hover ul,
#lang_sel_list ul a:hover ul{visibility:visible; }
#lang_sel_list img.iclflag{width:18px;height:12px;position: relative; top: 1px;}
#lang_sel.icl_rtl{
text-align:right;
direction: rtl;
}
#lang_sel.icl_rtl .lang_sel_sel{
padding-right:14px;
} .menu-item-language img.iclflag{height:12px !important; width:18px !important; margin-bottom:0 !important; margin-right:4px;}#fbMsg img,#fbMsg-leftside img{position:fixed;top:30%;margin-top:-25px;cursor:pointer;width:55px;height:55px;z-index:9999}.remodal-overlay.remodal-is-closing,.remodal-overlay.remodal-is-opening,.remodal.remodal-is-closing,.remodal.remodal-is-opening{animation-duration:.3s;animation-fill-mode:forwards}#fbMsg img{right:0;float:right}#fbMsg-leftside img{left:0;float:left}.remodal-bg.remodal-is-opened,.remodal-bg.remodal-is-opening{filter:blur(3px)}.remodal-overlay{background:rgba(43,46,56,.9)}.remodal-overlay.remodal-is-opening{animation-name:remodal-overlay-opening-keyframes}.remodal-overlay.remodal-is-closing{animation-name:remodal-overlay-closing-keyframes}.remodal-wrapper{padding:10px 10px 0}.remodal{box-sizing:border-box;width:100%;margin-bottom:10px;padding:15px;transform:translate3d(0,0,0);color:#2b2e38;background:#fff}.remodal-close,.remodal-close:before{position:absolute;top:0;left:0;display:block;width:35px}.remodal-cancel,.remodal-close,.remodal-confirm{overflow:visible;margin:0;cursor:pointer;text-decoration:none;border:0;outline:0}.remodal.remodal-is-opening{animation-name:remodal-opening-keyframes}.remodal.remodal-is-closing{animation-name:remodal-closing-keyframes}.remodal,.remodal-wrapper:after{vertical-align:middle}.remodal-close{height:35px;padding:0;transition:color .2s;color:#95979c;background:0 0}.remodal-close:focus,.remodal-close:hover{color:#2b2e38}.remodal-close:before{font-family:Arial,"Helvetica CY","Nimbus Sans L",sans-serif!important;font-size:25px;line-height:35px;content:"\00d7";text-align:center}.remodal-cancel,.remodal-confirm{font:inherit;display:inline-block;min-width:110px;padding:12px 0;transition:background .2s;text-align:center;vertical-align:middle}.remodal-confirm{color:#fff;background:#81c784}.remodal-confirm:focus,.remodal-confirm:hover{background:#66bb6a}.remodal-cancel{color:#fff;background:#e57373}.remodal-cancel:focus,.remodal-cancel:hover{background:#ef5350}.remodal-cancel::-moz-focus-inner,.remodal-close::-moz-focus-inner,.remodal-confirm::-moz-focus-inner{padding:0;border:0}@keyframes remodal-opening-keyframes{from{transform:scale(1.05);opacity:0}to{transform:none;opacity:1}}@keyframes remodal-closing-keyframes{from{transform:scale(1);opacity:1}to{transform:scale(.95);opacity:0}}@keyframes remodal-overlay-opening-keyframes{from{opacity:0}to{opacity:1}}@keyframes remodal-overlay-closing-keyframes{from{opacity:1}to{opacity:0}}@media only screen and (min-width:340px){.remodal{max-width:340px}}.lt-ie9 .remodal-overlay{background:#2b2e38}.lt-ie9 .remodal{width:340px}html.remodal-is-locked{overflow:hidden;touch-action:none}.remodal,[data-remodal-id]{display:none}.remodal-overlay{position:fixed;z-index:9999;top:-5000px;right:-5000px;bottom:-5000px;left:-5000px;display:none}.remodal-wrapper{position:fixed;z-index:10000;top:0;right:0;bottom:0;left:0;display:none;overflow:auto;text-align:center;-webkit-overflow-scrolling:touch}.remodal-wrapper:after{display:inline-block;height:100%;margin-left:-.05em;content:""}.remodal-overlay,.remodal-wrapper{backface-visibility:hidden}.remodal{position:relative;outline:0;text-size-adjust:100%}.remodal-is-initialized{display:inline-block} .style{width:100%;font-family:sans-serif;font-weight:700;border-style:solid}.colorDefinition{background:red;color:#fff;border-color:red}.size_xl{font-size:50px;border-width:8px;border-radius:6px}.size_lg{font-size:40px;border-width:7px;border-radius:5px}.size_md{font-size:30px;border-width:5px;border-radius:4px}.size_sm{font-size:20px;border-width:3px;border-radius:3px}.size_xs{font-size:15px;border-width:2px;border-radius:2px} .mfp-bg,.mfp-wrap{position:fixed;left:0;top:0}.mfp-bg,.mfp-container,.mfp-wrap{height:100%;width:100%}.mfp-arrow:after,.mfp-arrow:before,.mfp-container:before,.mfp-figure:after{content:''}.mfp-bg{z-index:1042;overflow:hidden;background:#0b0b0b;opacity:.8}.mfp-wrap{z-index:1043;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-close,.mfp-preloader a:hover{color:#FFF}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}.mfp-figure:after,.mfp-iframe-scaler iframe{box-shadow:0 0 8px rgba(0,0,0,.6);position:absolute;left:0}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-figure,img.mfp-img{line-height:0}.mfp-arrow{position:absolute;opacity:.65;margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-image-holder .mfp-content,img.mfp-img{max-width:100%}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{display:block;top:0;width:100%;height:100%;background:#000}.mfp-figure:after,img.mfp-img{width:auto;height:auto;display:block}img.mfp-img{box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure:after{top:40px;bottom:40px;right:0;z-index:-1;background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}
.woocommerce-product-gallery {
opacity: 1 !important;
}
.desktop_show img {
width: auto;
}#tiptip_holder {
display: none;
position: absolute;
top: 0;
left: 0;
z-index: 99999;
}
#tiptip_holder.tip_top {
padding-bottom: 5px;
}
#tiptip_holder.tip_bottom {
padding-top: 5px;
}
#tiptip_holder.tip_right {
padding-left: 5px;
}
#tiptip_holder.tip_left {
padding-right: 5px;
}
#tiptip_content {
font-size: 16px;
color: #fff;
text-shadow: 0 0 2px #000;
padding: 4px 8px;
border: 1px solid rgba(255,255,255,0.25);
background-color: rgb(25,25,25);
background-color: rgba(25,25,25,0.92);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
box-shadow: 0 0 3px #555;
-webkit-box-shadow: 0 0 3px #555;
-moz-box-shadow: 0 0 3px #555;
}
#tiptip_arrow, #tiptip_arrow_inner {
position: absolute;
border-color: transparent;
border-style: solid;
border-width: 6px;
height: 0;
width: 0;
}
#tiptip_holder.tip_top #tiptip_arrow {
border-top-color: #fff;
border-top-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_bottom #tiptip_arrow {
border-bottom-color: #fff;
border-bottom-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_right #tiptip_arrow {
border-right-color: #fff;
border-right-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_left #tiptip_arrow {
border-left-color: #fff;
border-left-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
margin-top: -7px;
margin-left: -6px;
border-top-color: rgb(25,25,25);
border-top-color: rgba(25,25,25,0.92);
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
margin-top: -5px;
margin-left: -6px;
border-bottom-color: rgb(25,25,25);
border-bottom-color: rgba(25,25,25,0.92);
}
#tiptip_holder.tip_right #tiptip_arrow_inner {
margin-top: -6px;
margin-left: -5px;
border-right-color: rgb(25,25,25);
border-right-color: rgba(25,25,25,0.92);
}
#tiptip_holder.tip_left #tiptip_arrow_inner {
margin-top: -6px;
margin-left: -7px;
border-left-color: rgb(25,25,25);
border-left-color: rgba(25,25,25,0.92);
} @media screen and (-webkit-min-device-pixel-ratio:0) {	
#tiptip_content {
padding: 4px 8px 5px 8px;
background-color: rgba(45,45,45,0.88);
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
border-bottom-color: rgba(45,45,45,0.88);
}
#tiptip_holder.tip_top #tiptip_arrow_inner { 
border-top-color: rgba(20,20,20,0.92);
}
}.wp-block-audio figcaption{margin-top:.5em;margin-bottom:1em;color:#555d66;text-align:center;font-size:13px}.wp-block-audio audio{width:100%;min-width:300px}.block-editor-block-list__layout .reusable-block-edit-panel{align-items:center;background:#f8f9f9;color:#555d66;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;top:-14px;margin:0 -14px;padding:8px 14px;position:relative;border:1px dashed rgba(145,151,162,.25);border-bottom:none}.block-editor-block-list__layout .block-editor-block-list__layout .reusable-block-edit-panel{margin:0 -14px;padding:8px 14px}.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__spinner{margin:0 5px}.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__info{margin-left:auto}.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__label{margin-left:8px;white-space:nowrap;font-weight:600}.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title{flex:1 1 100%;font-size:14px;height:30px;margin:4px 0 8px}.block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button{flex-shrink:0}@media (min-width:960px){.block-editor-block-list__layout .reusable-block-edit-panel{flex-wrap:nowrap}.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title{margin:0}.block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button{margin:0 5px 0 0}}.editor-block-list__layout .is-selected .reusable-block-edit-panel{border-color:rgba(66,88,99,.4) transparent rgba(66,88,99,.4) rgba(66,88,99,.4)}.is-dark-theme .editor-block-list__layout .is-selected .reusable-block-edit-panel{border-color:hsla(0,0%,100%,.45) transparent hsla(0,0%,100%,.45) hsla(0,0%,100%,.45)}.block-editor-block-list__layout .reusable-block-indicator{background:#fff;border:1px dashed #e2e4e7;color:#555d66;top:-14px;height:30px;padding:4px;position:absolute;z-index:1;width:30px;left:-14px}.wp-block-button{color:#fff;margin-bottom:1.5em}.wp-block-button.aligncenter{text-align:center}.wp-block-button.alignright{text-align:right}.wp-block-button__link{background-color:#32373c;border:none;border-radius:28px;box-shadow:none;color:inherit;cursor:pointer;display:inline-block;font-size:18px;margin:0;padding:12px 24px;text-align:center;text-decoration:none;overflow-wrap:break-word}.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover,.wp-block-button__link:visited{color:inherit}.is-style-squared .wp-block-button__link{border-radius:0}.is-style-outline{color:#32373c}.is-style-outline .wp-block-button__link{background-color:transparent;border:2px solid}.wp-block-calendar{text-align:center}.wp-block-calendar tbody td,.wp-block-calendar th{padding:4px;border:1px solid #e2e4e7}.wp-block-calendar tfoot td{border:none}.wp-block-calendar table{width:100%;border-collapse:collapse;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.wp-block-calendar table th{font-weight:440;background:#edeff0}.wp-block-calendar a{text-decoration:underline}.wp-block-calendar tfoot a{color:#00739c}.wp-block-calendar table caption,.wp-block-calendar table tbody{color:#40464d}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-columns{display:flex;flex-wrap:wrap}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap}}.wp-block-column{flex-grow:1;margin-bottom:1em;flex-basis:100%;min-width:0;word-break:break-word;overflow-wrap:break-word}@media (min-width:600px){.wp-block-column{flex-basis:calc(50% - 16px);flex-grow:0}.wp-block-column:nth-child(2n){margin-right:32px}}@media (min-width:782px){.wp-block-column:not(:first-child){margin-right:32px}}.wp-block-cover,.wp-block-cover-image{position:relative;background-color:#000;background-size:cover;background-position:50%;min-height:430px;width:100%;margin:0 0 1.5em;display:flex;justify-content:center;align-items:center;overflow:hidden}.wp-block-cover-image.has-left-content,.wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover-image.has-left-content .wp-block-cover-text,.wp-block-cover-image.has-left-content h2,.wp-block-cover.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,.wp-block-cover.has-left-content h2{margin-right:0;text-align:right}.wp-block-cover-image.has-right-content,.wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover-image.has-right-content .wp-block-cover-text,.wp-block-cover-image.has-right-content h2,.wp-block-cover.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,.wp-block-cover.has-right-content h2{margin-left:0;text-align:left}.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover-image .wp-block-cover-text,.wp-block-cover-image h2,.wp-block-cover .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,.wp-block-cover h2{color:#fff;font-size:2em;line-height:1.25;z-index:1;margin-bottom:0;max-width:610px;padding:14px;text-align:center}.wp-block-cover-image .wp-block-cover-image-text a,.wp-block-cover-image .wp-block-cover-image-text a:active,.wp-block-cover-image .wp-block-cover-image-text a:focus,.wp-block-cover-image .wp-block-cover-image-text a:hover,.wp-block-cover-image .wp-block-cover-text a,.wp-block-cover-image .wp-block-cover-text a:active,.wp-block-cover-image .wp-block-cover-text a:focus,.wp-block-cover-image .wp-block-cover-text a:hover,.wp-block-cover-image h2 a,.wp-block-cover-image h2 a:active,.wp-block-cover-image h2 a:focus,.wp-block-cover-image h2 a:hover,.wp-block-cover .wp-block-cover-image-text a,.wp-block-cover .wp-block-cover-image-text a:active,.wp-block-cover .wp-block-cover-image-text a:focus,.wp-block-cover .wp-block-cover-image-text a:hover,.wp-block-cover .wp-block-cover-text a,.wp-block-cover .wp-block-cover-text a:active,.wp-block-cover .wp-block-cover-text a:focus,.wp-block-cover .wp-block-cover-text a:hover,.wp-block-cover h2 a,.wp-block-cover h2 a:active,.wp-block-cover h2 a:focus,.wp-block-cover h2 a:hover{color:#fff}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:fixed}@supports (-webkit-overflow-scrolling:touch){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:inherit;opacity:.5;z-index:1}.wp-block-cover-image.has-background-dim.has-background-dim-10:before,.wp-block-cover.has-background-dim.has-background-dim-10:before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20:before,.wp-block-cover.has-background-dim.has-background-dim-20:before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30:before,.wp-block-cover.has-background-dim.has-background-dim-30:before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40:before,.wp-block-cover.has-background-dim.has-background-dim-40:before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50:before,.wp-block-cover.has-background-dim.has-background-dim-50:before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60:before,.wp-block-cover.has-background-dim.has-background-dim-60:before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70:before,.wp-block-cover.has-background-dim.has-background-dim-70:before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80:before,.wp-block-cover.has-background-dim.has-background-dim-80:before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90:before,.wp-block-cover.has-background-dim.has-background-dim-90:before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100:before,.wp-block-cover.has-background-dim.has-background-dim-100:before{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:305px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{display:block;content:"";font-size:0;min-height:inherit}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:calc(100% - 70px);z-index:1;color:#f8f9f9}.wp-block-cover-image .wp-block-subhead,.wp-block-cover-image h1,.wp-block-cover-image h2,.wp-block-cover-image h3,.wp-block-cover-image h4,.wp-block-cover-image h5,.wp-block-cover-image h6,.wp-block-cover-image p,.wp-block-cover .wp-block-subhead,.wp-block-cover h1,.wp-block-cover h2,.wp-block-cover h3,.wp-block-cover h4,.wp-block-cover h5,.wp-block-cover h6,.wp-block-cover p{color:inherit}.wp-block-cover__video-background{position:absolute;top:50%;right:50%;transform:translateX(50%) translateY(-50%);width:100%;height:100%;z-index:0;-o-object-fit:cover;object-fit:cover}.block-editor-block-list__block[data-type="core/embed"][data-align=left] .block-editor-block-list__block-edit,.block-editor-block-list__block[data-type="core/embed"][data-align=right] .block-editor-block-list__block-edit,.wp-block-embed.alignleft,.wp-block-embed.alignright{max-width:360px;width:100%}.wp-block-embed{margin-bottom:1em}.wp-block-embed figcaption{margin-top:.5em;margin-bottom:1em;color:#555d66;text-align:center;font-size:13px}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper:before{padding-top:66.66%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{margin-bottom:1.5em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file .wp-block-file__button{background:#32373c;border-radius:2em;color:#fff;font-size:13px;padding:.5em 1em}.wp-block-file a.wp-block-file__button{text-decoration:none}.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-file *+.wp-block-file__button{margin-right:.75em}.wp-block-gallery{display:flex;flex-wrap:wrap;list-style-type:none;padding:0}.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{margin:0 0 16px 16px;display:flex;flex-grow:1;flex-direction:column;justify-content:center;position:relative}.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{margin:0;height:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{display:flex;align-items:flex-end;justify-content:flex-start}}.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{display:block;max-width:100%;height:auto;width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{width:auto}}.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{position:absolute;bottom:0;width:100%;max-height:100%;overflow:auto;padding:40px 10px 9px;color:#fff;text-align:center;font-size:13px;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent)}.wp-block-gallery .blocks-gallery-image figcaption img,.wp-block-gallery .blocks-gallery-item figcaption img{display:inline}.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{height:100%;flex:1;-o-object-fit:cover;object-fit:cover}}.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{width:calc((100% - 16px)/2)}.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery .blocks-gallery-item:nth-of-type(2n){margin-left:0}.wp-block-gallery.columns-1 .blocks-gallery-image,.wp-block-gallery.columns-1 .blocks-gallery-item{width:100%;margin-left:0}@media (min-width:600px){.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc((100% - 32px)/3);margin-left:16px}@supports (-ms-ime-align:auto){.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc((100% - 32px)/3 - 1px)}}.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc((100% - 48px)/4);margin-left:16px}@supports (-ms-ime-align:auto){.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc((100% - 48px)/4 - 1px)}}.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc((100% - 64px)/5);margin-left:16px}@supports (-ms-ime-align:auto){.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc((100% - 64px)/5 - 1px)}}.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc((100% - 80px)/6);margin-left:16px}@supports (-ms-ime-align:auto){.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc((100% - 80px)/6 - 1px)}}.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc((100% - 96px)/7);margin-left:16px}@supports (-ms-ime-align:auto){.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc((100% - 96px)/7 - 1px)}}.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc((100% - 112px)/8);margin-left:16px}@supports (-ms-ime-align:auto){.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc((100% - 112px)/8 - 1px)}}.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n){margin-left:0}}.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child{margin-left:0}.wp-block-gallery .blocks-gallery-item.has-add-item-button{width:100%}.wp-block-gallery.alignleft,.wp-block-gallery.alignright{max-width:305px;width:100%}.wp-block-gallery.aligncenter,.wp-block-gallery.alignleft,.wp-block-gallery.alignright{display:flex}.wp-block-gallery.aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-image{max-width:100%;margin-bottom:1em;margin-right:0;margin-left:0}.wp-block-image img{max-width:100%}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.is-resized{display:table;margin-right:0;margin-left:0}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.is-resized>figcaption{display:table-caption;caption-side:bottom}.wp-block-image .alignleft{float:left;margin-right:1em}.wp-block-image .alignright{float:right;margin-left:1em}.wp-block-image .aligncenter{margin-right:auto;margin-left:auto}.wp-block-image figcaption{margin-top:.5em;margin-bottom:1em;color:#555d66;text-align:center;font-size:13px}.wp-block-latest-comments__comment{font-size:15px;line-height:1.1;list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{min-height:36px;list-style:none}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-right:52px}.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment{line-height:1.5}.wp-block-latest-comments__comment-excerpt p{font-size:14px;line-height:1.8;margin:5px 0 20px}.wp-block-latest-comments__comment-date{color:#8f98a1;display:block;font-size:12px}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:24px;display:block;float:right;height:40px;margin-left:12px;width:40px}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}.wp-block-latest-posts.is-grid li{margin:0 0 16px 16px;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - 16px)}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - 16px)}.wp-block-latest-posts.columns-4 li{width:calc(25% - 16px)}.wp-block-latest-posts.columns-5 li{width:calc(20% - 16px)}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 16px)}}.wp-block-latest-posts__post-date{display:block;color:#6c7781;font-size:13px}.wp-block-media-text{display:grid;grid-template-rows:auto;align-items:center;grid-template-areas:"media-text-media media-text-content";grid-template-columns:50% auto}.wp-block-media-text.has-media-on-the-right{grid-template-areas:"media-text-content media-text-media";grid-template-columns:auto 50%}.wp-block-media-text .wp-block-media-text__media{grid-area:media-text-media;margin:0}.wp-block-media-text .wp-block-media-text__content{word-break:break-word;grid-area:media-text-content;padding:0 8%}.wp-block-media-text>figure>img,.wp-block-media-text>figure>video{max-width:unset;width:100%;vertical-align:middle}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important;grid-template-areas:"media-text-media" "media-text-content"}.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right{grid-template-areas:"media-text-content" "media-text-media"}}.is-small-text{font-size:14px}.is-regular-text{font-size:16px}.is-large-text{font-size:36px}.is-larger-text{font-size:48px}.has-drop-cap:not(:focus):first-letter{float:right;font-size:8.4em;line-height:.68;font-weight:100;margin:.05em 0 0 .1em;text-transform:uppercase;font-style:normal}.has-drop-cap:not(:focus):after{content:"";display:table;clear:both;padding-top:14px}p.has-background{padding:20px 30px}p.has-text-color a{color:inherit}.wp-block-pullquote{padding:3em 0;margin-right:0;margin-left:0;text-align:center}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:305px}.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p{font-size:20px}.wp-block-pullquote p{font-size:28px;line-height:1.6}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote:not(.is-style-solid-color){background:none}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-right:auto;margin-left:auto;text-align:right;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{margin-top:0;margin-bottom:0;font-size:32px}.wp-block-pullquote.is-style-solid-color blockquote cite{text-transform:none;font-style:normal}.wp-block-pullquote cite{color:inherit}.wp-block-quote.is-large,.wp-block-quote.is-style-large{margin:0 0 16px;padding:0 1em}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:24px;font-style:italic;line-height:1.6}.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer{font-size:18px;text-align:left}.wp-block-rss.alignleft{margin-right:2em}.wp-block-rss.alignright{margin-left:2em}.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}.wp-block-rss.is-grid li{margin:0 0 16px 16px;width:100%}@media (min-width:600px){.wp-block-rss.columns-2 li{width:calc(50% - 16px)}.wp-block-rss.columns-3 li{width:calc(33.33333% - 16px)}.wp-block-rss.columns-4 li{width:calc(25% - 16px)}.wp-block-rss.columns-5 li{width:calc(20% - 16px)}.wp-block-rss.columns-6 li{width:calc(16.66667% - 16px)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{color:#6c7781;font-size:13px}.wp-block-search{display:flex;flex-wrap:wrap}.wp-block-search .wp-block-search__label{width:100%}.wp-block-search .wp-block-search__input{flex-grow:1}.wp-block-search .wp-block-search__button{margin-right:10px}.wp-block-separator.is-style-wide{border-bottom-width:1px}.wp-block-separator.is-style-dots{background:none;border:none;text-align:center;max-width:none;line-height:1;height:auto}.wp-block-separator.is-style-dots:before{content:"\00b7 \00b7 \00b7";color:#191e23;font-size:20px;letter-spacing:2em;padding-right:2em;font-family:serif}p.wp-block-subhead{font-size:1.1em;font-style:italic;opacity:.75}.wp-block-table.has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table.has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table.has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table.has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{border-spacing:0;border-collapse:inherit;background-color:transparent;border-bottom:1px solid #f3f4f5}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tr:nth-child(odd),.wp-block-table.is-style-stripes tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td{border-color:transparent}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 16px;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-right:0}.wp-block-text-columns .wp-block-column:last-child{margin-left:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{white-space:nowrap;overflow:auto}.wp-block-video{margin-right:0;margin-left:0}.wp-block-video video{max-width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-video [poster]{-o-object-fit:cover;object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-top:.5em;margin-bottom:1em;color:#555d66;text-align:center;font-size:13px}.has-pale-pink-background-color.has-pale-pink-background-color{background-color:#f78da7}.has-vivid-red-background-color.has-vivid-red-background-color{background-color:#cf2e2e}.has-luminous-vivid-orange-background-color.has-luminous-vivid-orange-background-color{background-color:#ff6900}.has-luminous-vivid-amber-background-color.has-luminous-vivid-amber-background-color{background-color:#fcb900}.has-light-green-cyan-background-color.has-light-green-cyan-background-color{background-color:#7bdcb5}.has-vivid-green-cyan-background-color.has-vivid-green-cyan-background-color{background-color:#00d084}.has-pale-cyan-blue-background-color.has-pale-cyan-blue-background-color{background-color:#8ed1fc}.has-vivid-cyan-blue-background-color.has-vivid-cyan-blue-background-color{background-color:#0693e3}.has-very-light-gray-background-color.has-very-light-gray-background-color{background-color:#eee}.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color{background-color:#abb8c3}.has-very-dark-gray-background-color.has-very-dark-gray-background-color{background-color:#313131}.has-pale-pink-color.has-pale-pink-color{color:#f78da7}.has-vivid-red-color.has-vivid-red-color{color:#cf2e2e}.has-luminous-vivid-orange-color.has-luminous-vivid-orange-color{color:#ff6900}.has-luminous-vivid-amber-color.has-luminous-vivid-amber-color{color:#fcb900}.has-light-green-cyan-color.has-light-green-cyan-color{color:#7bdcb5}.has-vivid-green-cyan-color.has-vivid-green-cyan-color{color:#00d084}.has-pale-cyan-blue-color.has-pale-cyan-blue-color{color:#8ed1fc}.has-vivid-cyan-blue-color.has-vivid-cyan-blue-color{color:#0693e3}.has-very-light-gray-color.has-very-light-gray-color{color:#eee}.has-cyan-bluish-gray-color.has-cyan-bluish-gray-color{color:#abb8c3}.has-very-dark-gray-color.has-very-dark-gray-color{color:#313131}.has-small-font-size{font-size:13px}.has-normal-font-size,.has-regular-font-size{font-size:16px}.has-medium-font-size{font-size:20px}.has-large-font-size{font-size:36px}.has-huge-font-size,.has-larger-font-size{font-size:42px}div.wpcf7 {
margin: 0;
padding: 0;
}
div.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
width: 1px;
margin: 0;
padding: 0;
border: 0;
}
div.wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #ff0000;
}
div.wpcf7-mail-sent-ok {
border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
border: 2px solid #ff0000;
}
div.wpcf7-spam-blocked {
border: 2px solid #ffa500;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
border: 2px solid #f7e700;
}
.wpcf7-form-control-wrap {
position: relative;
}
span.wpcf7-not-valid-tip {
color: #f00;
font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
position: absolute;
top: 20%;
left: 20%;
z-index: 100;
border: 1px solid #ff0000;
background: #fff;
padding: .2em .8em;
}
span.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-display-none {
display: none;
}
div.wpcf7 .ajax-loader {
visibility: hidden;
display: inline-block;
background-image: url(//www.paragon.co.il/wp-content/plugins/contact-form-7/images/ajax-loader.gif);
width: 16px;
height: 16px;
border: none;
padding: 0;
margin: 0 0 0 4px;
vertical-align: middle;
}
div.wpcf7 .ajax-loader.is-active {
visibility: visible;
}
div.wpcf7 div.ajax-error {
display: none;
}
div.wpcf7 .placeheld {
color: #888;
}
div.wpcf7 input[type="file"] {
cursor: pointer;
}
div.wpcf7 input[type="file"]:disabled {
cursor: default;
}
div.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}span.wpcf7-not-valid-tip {
direction: rtl;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
left: auto;
right: 20%;
}
span.wpcf7-list-item {
margin: 0 1em 0 0;
}