/*
You can add your own CSS here.



Click the help icon above to learn more.
*/

.main-navigation .menu-item-has-children > a:after{
    	color:#fff !important;
    }


@media only screen and (min-width: 768px) {
.menu-item-4473 a:after,
.menu-item-4474 a:after
{
color: #ef8087 !important;
background-color: #fff !important;
margin-right:-5px;
}
}
.menu-item-4473 a:after,
.menu-item-4474 a:after{
content:'Demo';
display:inline-block;
font-size:9px;
float:right;
background-color: #ef8087;
border-radius:50%;
width:32px;
height:32px;
text-align:center;
line-height:30px;
color:#fff;
margin-top:-4px;
}

.current-menu-item a,
.current-menu-ancestor a {
    color: #ef8087 !important;
}

.page-top.custom-header {
	display: none;
}

.site-header {
    border-color: #f2f2f2;
}


.ztl-social i.fa-instagram {
	font-size: 25px !important;
  font-weight: normal;
}

.gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
}

@media (max-width: 640px) {
.gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 0;
}
}

.gform_wrapper .gform_fields .gfield input[type="text"],
.gform_wrapper .gform_fields .gfield input[type="email"],
.gform_wrapper .gform_fields .gfield input[type="url"],
.gform_wrapper .gform_fields .gfield input[type="tel"],
.gform_wrapper .gform_fields .gfield input[type="password"],
.gform_wrapper .gform_fields .gfield input[type="search"],
.gform_wrapper .gform_fields .gfield textarea,
.gform_wrapper .gform_fields .gfield select {
    border: 1px solid #ccc;
    border-radius: 6px;
}

.gform_wrapper .gform_fields .gfield blockquote {
    font-size: 1.25em;
    font-style: normal;
    margin: 0;
}

.gform_wrapper .gform_fields .gfield select {
      background-position: right 15px center;
}

.gform_wrapper .gform_fields .gfield.short-label .gfield_label {
	font-size: 14px;
}

.gform_wrapper .gform_fields .gfield .gfield_checkbox,
.gform_wrapper .gform_fields .gfield .gfield_radio {
	margin-top: 10px;
}

.gform_wrapper .gform_fields .gfield .gfield-choice-input+label {
	margin-left: 10px;
}

.gform_wrapper .gform_fields .gfield .gchoice {
	margin-bottom: 15px;
}

.gform_wrapper .gform_fields .gfield .ginput_product_price, .gform_wrapper .gform_fields .gfield .ginput_shipping_price {
	color: #545454;
	border: none !important;
}

.gform_wrapper button,
.gform_wrapper input[type="button"],
.gform_wrapper input[type="reset"],
.gform_wrapper input[type="submit"] {
    padding: 10px 20px;
    border-radius: 28px;
    border: solid 2px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    font-family: 'Montserrat',sans-serif;
    text-transform: uppercase;
    background-color: transparent !important;
    border-color: #ef8087 !important;
    color: #ef8087 !important;
}

.gform_wrapper input[type="submit"] {
    background-color: #ef8087 !important;
    border-color: #ef8087 !important;
    color: #fff !important;
}

.gform_wrapper .gform_previous_button.button svg, .gform_wrapper .gform_save_link.button svg {
   display: none !important;
}

.gform_wrapper .form_saved_message .gform_resume_email_label {
	margin-bottom: 5px;
}

.gform_wrapper .form_saved_message .gfield {
	margin-bottom: 15px;
}

.gform_footer {
	text-align: center;
}