[class*='cz_row_shape_'] .row:before,
[class*='cz_row_shape_'] .row:after,
.elms_row [class*='cz_row_shape_']:before,
.elms_row [class*='cz_row_shape_']:after {
position: absolute;
content: '';
top: 0;
width: 138px;
height: 100%;
background: inherit;
z-index: 0
}
[class*='cz_row_shape_'] > .elms_row > .clr,
[class*='cz_row_shape_'] > .cz_elm {
z-index: 1
}
[class*='cz_row_shape_'] > [class*='cz_elm search_'] {
z-index: 2
}
[class*='cz_row_shape_'] .row:before,
.elms_row [class*='cz_row_shape_']:before {
left: 0;
border-radius: inherit;
border-bottom-right-radius: 0;
border-top-right-radius: 0
}
[class*='cz_row_shape_'] .row:after,
.elms_row [class*='cz_row_shape_']:after {
right: 0;
border-radius: inherit;
border-bottom-left-radius: 0;
border-top-left-radius: 0
}
.cz_row_shape_full_filled_left .row:before, 
.cz_row_shape_full_filled_right .row:after,
.elms_row .cz_row_shape_full_filled_left:before, 
.elms_row .cz_row_shape_full_filled_right:after {
width: 3000px !important;
transform: none;
transform: translateX(-96%) !important;
border-radius: 0
}
.cz_row_shape_no_left .row:before,
.cz_row_shape_no_right .row:after {
visibility: hidden;
opacity: 0
}
.cz_row_shape_full_filled_right .row:after,
.elms_row .cz_row_shape_full_filled_right:after {
transform: translateX(96%) !important
}
.cz_row_shape_1 .row:before,
.elms_row .cz_row_shape_1:before {
transform: translateX(-40%) skewX(45deg)
}
.cz_row_shape_1 .row:after,
.elms_row .cz_row_shape_1:after {
transform: translateX(40%) skewX(-45deg)
}
.cz_row_shape_2 .row:before,
.elms_row .cz_row_shape_2:before {
transform: translateX(-40%) skewX(-45deg)
}
.cz_row_shape_2 .row:after,
.elms_row .cz_row_shape_2:after {
transform: translateX(40%) skewX(45deg)
}
.cz_row_shape_3 .row:before,
.elms_row .cz_row_shape_3:before {
transform: translateX(-40%) skewX(-45deg)
}
.cz_row_shape_3 .row:after,
.elms_row .cz_row_shape_3:after {
transform: translateX(40%) skewX(-45deg)
}
.cz_row_shape_4 .row:before,
.elms_row .cz_row_shape_4:before {
transform: translateX(-40%) skewX(45deg)
}
.cz_row_shape_4 .row:after,
.elms_row .cz_row_shape_4:after {
transform: translateX(40%) skewX(45deg)
}
.cz_row_shape_none .row:after,
.cz_row_shape_none .row:before{
display: none
}
.cz_row_shape_radius .row:before,
.elms_row .cz_row_shape_radius:before {
left: -8px;
border-radius: 20px !important
}
.cz_row_shape_radius .row:after,
.elms_row .cz_row_shape_radius:after {
right: -8px;
border-radius: 20px !important
}.cz_popup_modal .cz_overlay {
z-index: 1
}
.cz_show_popup .cz_overlay {
display: block !important
}
.cz_popup_modal, 
.compose-mode .vc_element.vc_cz_popup {
display: none;
z-index: 99999999;
position: fixed !important;
width: 100%;
height: 100%;
left: 0;
top: 0
}
.compose-mode .vc_element.vc_cz_popup {
display: block !important;
position: relative !important
}
.cz_popup_in {
position: fixed;
top: 50%;
left: 50%;
width: 500px;
min-width: 300px;
min-height: 30px;
max-height: 88%;
padding: 40px;
z-index: 2;
color: #111;
overflow: auto;
overflow-x: hidden;
scrollbar-width: thin;
background: #fff;
transform-origin: center;
animation: CubicInPopup .7s cubic-bezier(.180, .890, .330, 1) forwards
}
@keyframes CubicInPopup {
from {transform: translate(-50%, -50%) scale(0.9)}
to {transform: translate(-50%, -50%) scale(1)}
}
.vc_element.vc_cz_popup {
overflow: visible !important
}
.cz_popup_modal .cz_close_popup {
position: absolute;
top: 25px;
right: 25px;
margin: 0;
color: inherit;
font-size: 16px;
cursor: pointer;
z-index: 9;
width: 2em;
height: 2em;
padding: 2px;
line-height: 2em !important;
text-align: center;
border-radius: inherit;
transform-origin: center center;
transition: all .3s ease-in-out;
}
.rtl .cz_popup_modal .cz_close_popup {
left: 25px;
right: auto
}
.cz_popup_modal .cz_close_popup:hover {
opacity: .7
}
.xtra-popup {
cursor: pointer
}
.codevz-preview-popup {
display: table;
margin: 10px auto;
letter-spacing: 4px;
text-transform: uppercase;
font-size: 14px;
opacity: .5;
border: 1px dashed #33333382;
padding: 10px 25px;
border-radius: 5px
}
header .codevz-preview-popup,
footer .codevz-preview-popup,
div.woocommerce .codevz-preview-popup {
display: none
}
@media screen and (max-width:480px) {
.cz_popup_in {
max-height: 85%!important;
max-width: 90%!important;
min-width: 0;
animation: none;
box-sizing: border-box;
left: 5%;
transform: translate(0, -50%)
}
.cz_popup_modal .cz_close_popup {
top: 15px;
right: 15px
}
.rtl .cz_popup_modal .cz_close_popup {
right: 25px;
left: auto
}
}.cz_subscribe_elm {
position: relative;
float: left;
width: 100%;
max-width: 100%
}
.cz_subscribe_elm > div {
display: flex;
align-items: center
}
.cz_subscribe_has_name {
width: 80%
}
.cz_subscribe_has_name > div > input:first-child {
margin: 0 25px 0 0
}
.rtl .cz_subscribe_has_name > div > input:first-child {
margin: 0 0 0 25px
}
.cz_subscribe_elm input {
padding: 11px 24px
}
.cz_subscribe_elm button {
position: absolute;
right: 0;
top: 0
}
.cz_subscribe_elm:not(.cz_subscribe_relative) button {
position: absolute;
right: 0;
top: 0
}
.rtl .cz_subscribe_elm:not(.cz_subscribe_relative) button {
left: 0;
right: auto
}
.cz_subscribe_has_name:not(.cz_subscribe_relative) button {
transform: translateX(calc(100% + 25px))
}
.rtl .cz_subscribe_has_name:not(.cz_subscribe_relative) button {
transform: translateX(calc(-100% + 25px))
}
.cz_subscribe_style_4 button,
.cz_subscribe_style_5 button {
transform: none
}
form.cz_subscribe_relative button {
position: static !important;
margin-top: 25px
}
.cz_subscribe_relative.cz_subscribe_elm_center button {
margin: 25px auto 0
}
.cz_subscribe_round button, 
.cz_subscribe_round input, 
.cz_subscribe_round_2 button, 
.cz_subscribe_round_2 input {
border-radius: 50px !important
}
.cz_subscribe_round_2 button {
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important
}
.rtl .cz_subscribe_round_2 button {
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
border-top-left-radius: 20px !important;
border-bottom-left-radius: 20px !important
}
.cz_subscribe_elm_center {
margin: 0 auto;
float: none;
display: table
}
.cz_subscribe_btn_center button {
margin: 5px auto 0;
display: table
}
.cz_subscribe_elm_right,
.cz_subscribe_btn_right button {
float: right
}
.rtl .cz_subscribe_elm_right,
.rtl .cz_subscribe_btn_right button {
float: left
}
.cz_subscribe_square input,
.cz_subscribe_square button {
border-radius: 0 !important
}
.cz_subscribe_elm.cz_subscribe_col > div {
display: block
}
.cz_subscribe_elm.cz_subscribe_col > div input {
margin: 0 0 25px 0
}
form.cz_subscribe_elm.cz_subscribe_col button {
position: static !important;
transform: translate(0)
}
.cz_subscribe_elm p.cz_subscribe_msg {
display: none;
margin: 20px 0 0;
padding: 22px;
line-height: 1.5;
background: #ebfee3;
color: #398f14;
border: 1px solid #398f142e;
border-radius: 4px;
font-size: 14px
}
.cz_subscribe_elm p.cz_subscribe_msg.cz_subscribe_msg_error {
background: #ffe7e7;
color: #ff2929;
border-color: #ff292929
}
.cz_subscribe_loader button {
position: relative !important;
font-size: 0 !important;
width: 30px !important;
height: 30px !important;
padding: 0 !important;
border-radius: 100% !important;
box-shadow: none !important;
left: 45% !important;
background: none !important;
border: 2px solid rgba(167, 167, 167, .3) !important;
border-right-color: #111 !important;
transition: none !important;
animation: rotateInfinite .6s linear infinite !important
}
.rtl .cz_subscribe_loader button {
left: auto !important;
right: 45% !important
}
@keyframes rotateInfinite {
from {transform: rotate(0deg)}
to {transform: rotate(360deg)}
}
.cz_subscribe_loader > div {
opacity: .5
}
.cz_subscribe_style_default.cz_subscribe_loader button,
.cz_subscribe_style_1.cz_subscribe_loader button,
.cz_subscribe_style_2.cz_subscribe_loader button {
position: absolute;
margin: 12px 0
}
.cz_subscribe_elm input[name="website"] {
display: none
}
@media screen and (max-width:768px) {
.cz_subscribe_elm_center {
width: 100% !important
}
}
@media screen and (max-width:480px) {
.cz_subscribe_elm {
width:100% !important
}
.cz_subscribe_elm > div {
flex-direction: column
}
.cz_subscribe_has_name > div > input {
margin: 0 0 10px 0
}
.cz_subscribe_elm input {
text-align: center
}
.cz_subscribe_elm button[name="subscribe"] {
position: static !important;
margin: 10px auto 0 !important;
display: table;
transform: none
}
}.cz_line {
position: relative;
margin: 10px 0;
width: 100%;
height: 4px;
background: #111
}
.cz_line.tac {
margin: 0 auto;
display: table
}
.cz_line.tal {float: left}
.cz_line.tar {float: right}
.cz_line_before_circle:before,
.cz_line_after_circle:after {
content: '';
position: absolute;
left: 0;
top: 50%;
width: 8px;
height: 8px;
border: 2px solid;
border-radius: 100%;
transform: translate(-96%, -50%)
}
.cz_line_after_circle:after {
left: auto;
right: 0;
top: 50%;
transform: translate(96%, -50%)
}
.cz_line_title {
position: absolute;
left: 50%;
top: 50%;
margin: 0;
line-height: 1;
font-size: 18px;
background: #fff;
padding: 15px 30px;
border-radius: 100px;
transform: translate(-50%, -50%)
}