@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
/* font-family: "Roboto Condensed", sans-serif; */

h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, ul, ol, li {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:top;
	background:transparent;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
/*
html, body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}*/
body {
	background: #fff;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #000;
	padding: 0;
	margin: 0;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	font-optical-sizing: auto;
}
body.body-lock,
body.menu-open {
	overflow: hidden;
}
*,
:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	display:block;
	max-width:100%;
	height: auto;
}
a {
	color: #323343;
	text-decoration: none;
	padding: 0;
	outline: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
a:hover {
	color: #1a0dab;
	text-decoration: none !important;
}
button, input, select, textarea {
	font-family: "Roboto", sans-serif;
}


.title {
	margin-bottom: 70px;
}
h1 {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 54px;
	line-height: 1.2;
	margin-bottom: 8px;
	font-weight: 700;
}
h2 {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 8px;
}
h3 {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 16px;
}
h4 {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 16px;
}
h5 {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 16px;
}
h6,
.disclaimer {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 16px;
}
.disclaimer {
	font-weight: normal;
}

p {
	margin-bottom: 18px;
}
.title:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
	margin-bottom: 0;
}
.text-center {
	text-align: center;
}
select,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	margin-bottom: .5em;
	padding: .5em .9em;
	border: 0;
	outline: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: inherit;
	background: #f2f2f2;
	height: 2.25rem;
	width: 100%
}
textarea {
	height: auto;
	resize: none;
}
select {
	color: #777;
	padding: .5em .9em;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
select:focus {
	color: #333;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
	background: #fff;
	outline: 0;
	-webkit-box-shadow: 0 0 10px rgb(173, 216, 230), 0 0 0 1px rgba(173, 216, 230, .24);
	-moz-box-shadow: 0 0 10px rgb(173, 216, 230), 0 0 0 1px rgba(173, 216, 230, .24);
	box-shadow: 0 0 10px rgb(173, 216, 230), 0 0 0 1px rgba(173, 216, 230, .24);
}
select, button, input {
	filter: none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	appearance:none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type='number'] {
	-moz-appearance:textfield;
}
input:focus {
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
button,
input[type="button"],
input[type="submit"] {
	padding: 8px 14px;
	line-height: 1;
	height: 36px;
	color: #fff;
	background-color: #222;
	display: inline-block;
	font-weight: 600;
	text-shadow: none;
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
}
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #777;
}

.wpcf7-spinner{
	position: absolute;
	right: 0;
	margin: 0;
	top: 0;
	transform: translateX(120%);
	width: 12px;
	height: 12px;
}
.wpcf7-spinner::before {
  top: 2px;
  left: 2px;
  width: 4px;
  height: 4px;
  transform-origin: 4px 4px;
}
.wpcf7-not-valid-tip, .error-message {
	margin-top: 2px;
	font-size: 12px;
	color: #FF2C2C;
	margin-bottom: 10px;
}
.wpcf7 form .wpcf7-response-output {
	background-color: #46b450;;
	color: #fff;
	border: none;
	margin: 12px 0 0 0;
	padding: 8px 14px;
	font-size: 14px;
	line-height: 1.2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: 500;
	border: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form .wpcf7-response-output.wpcf7-validation-errors {
	background-color: #E91F1F;
	color: #fff;
}

.site-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 72px;
}
.container {
	margin: 0 auto;
	max-width: 1300px;
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
	position: relative;
}

.bg-grey {
	background: #f5f5f5;
}
.s-pt,
.s-py {
	padding-top: 48px;
}
.s-pb,
.s-py {
  padding-bottom: 48px;
}
.mxw-650 {
	max-width: 650px;
}
.mxw-1000 {
	max-width: 1000px;
}
.ml-auto,
.mx-auto {
	margin-left: auto;
}
.mr-auto,
.mx-auto {
	margin-right: auto;
}

.mb-0 {
	margin-bottom: 0 !important;
}
.mt-30,
.my-30 {
	margin-top: 30px !important;
}
.mt-40,
.my-40 {
	margin-top: 40px !important;
}
.mb-30,
.my-30 {
	margin-bottom: 30px !important;
}
.mb-40,
.my-40 {
	margin-bottom: 40px !important;
}

.hide {
	display: none !important;
}
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.flex.nowrap {
	-webkit-flex-flow: nowrap;
	flex-flow: nowrap;
}
.space-between {
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
}
.space-center {
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
}
.align-start {
	align-items: flex-start;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
}
.align-center {
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
}
.align-end {
	align-items: flex-end;
	-webkit-align-items: flex-end;
	-ms-align-items: flex-end;
}
.flex-col {
	flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.site-header {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px 0;
	background: #fff;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.07);
	-moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.07);
	-ms-box-shadow: inset 0 -1px 0 rgba(0,0,0,.07);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.07);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.site-header.fixed {
	padding: 16px 0;
}
.logo {
	max-width: 200px;
	display: block;
	margin-right: auto;
}
/* mobile hamburgermenu */
.mobile-menu{
    width: 30px;
    height: 32px;
    text-align: left;
    position: relative;
    z-index: 2;
    display: none;
	margin-right: 20px;
}
.mobile-menu span,
.mobile-menu span:before,
.mobile-menu span:after{
    background: #25344F;
    width: 30px;
    height: 2px;
    border-radius: 2px;
    display: inline-block;
    transition: all 0.15s linear
}
.mobile-menu span:before,
.mobile-menu span:after{
    content: '';
    position: absolute;
}
.mobile-menu span:before{
    transform: translateY(-7px);
}
.mobile-menu span:after{
    transform: translateY(7px);
}
body.menu-open .mobile-menu span{
    background: transparent;
}
body.menu-open .mobile-menu span:before{
    transform: rotate(45deg);
}
body.menu-open .mobile-menu span:after{
    transform: rotate(-45deg);
}
.main-menu ul {
	list-style: none;
}
.main-menu ul li {
	display: inline-block;
	vertical-align: top;
}
.main-menu ul li a {
	font-size: 13px;
	font-weight: 600;
	color: #323343;
	line-height: 1;
	padding: 10px 6px;
	display: block;
}
.main-menu ul li a:hover {
	color: #1a0dab;
}
.social-media {
	list-style: none;
}
.social-media .social-item a {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.social-media .social-item a:hover {
	background: #ececec;
}

.search-block {
	position: relative;
	z-index: 2;
}
.search-block .search-btn {
	width: 32px;
	height: 32px;
	position: relative;
	z-index: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.search-block .search-btn:hover {
	background: #ececec;
}
.search-block .search-btn img {
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.search-block.open .search-btn img {
	opacity: 0;
}
.search-block .search-btn:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	background: url('../images/close.svg') center center no-repeat;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.search-block.open .search-btn::after {
	opacity: 1;
	visibility: visible;
}
.search-block .search-dropdown {
	position: absolute;
	top: -3px;
	right: 0;
	width: 300px;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.search-block.open .search-dropdown {
	opacity: 1;
	pointer-events: inherit;
	visibility: visible;
}
.search-dropdown .text-field {
	width: 100%;
	padding: 10px 30px 10px 10px;
	font-size: 14px;
	background: #fff;
	border: 1px solid rgba(0,0,0,.07);
}

.mv-blog-list.col-2-layout,
.mv-blog-list.col-3-layout {
	margin-left: -15px;
	margin-right: -15px;
}
.mv-blog-list.col-2-layout .col-block,
.mv-blog-list.col-3-layout .col-block {
	padding-left: 15px;
	padding-right: 15px;
}
.mv-blog-list.col-2-layout .col-block {
	width: 50%;
}
.mv-blog-list.col-3-layout .col-block {
	width: 33.33%;
}

.category-widget-title {
	margin-bottom: 20px;
}
.post-grid {
	margin-left: -15px;
	margin-right: -15px;
}
.post-grid .post-wrap {
	padding-left: 15px;
	padding-right: 15px;
}
.post-grid.column-2 .post-wrap {
	width: 50%;
}

.post-wrap:not(:last-child) {
	margin-bottom: 28px;
}
.post-wrap .post-img a {
	display: block;
}
.post-wrap .post-img img {
	width: 100%;
	height: auto;
}

.meta-row:not(:last-child),
.entry-meta:not(:last-child),
.post-wrap .post-content p:not(:last-child) {
	margin-bottom: 8px;
}
.post-cats,
.entry-meta {
	list-style: none;
	font-size: 0;
	line-height: 0;
	margin-left: -2px;
	margin-right: -2px;
}
.post-cats li,
.entry-meta li {
	font-size: 12px;
	line-height: 1;
	font-weight: 600;
	color: #999;
	display: inline-block;
	padding: 2px;
}
.entry-meta li {
	position: relative;
}
.entry-meta li:not(:first-child)::before {
	content: "";
	width: 2px;
	height: 2px;
	display: inline-block;
	vertical-align: middle;
	background: #999;
	margin: 0 .5em;
}
.post-cats li a,
.entry-meta li a {
	font-size: 12px;
	line-height: 1;
	font-weight: 600;
	color: #999;
}
.post-cats li a:hover,
.entry-meta li a:hover {
	color: #1a0dab;
}
.post-wrap .post-title.text-base,
.post-wrap.style2 .post-title.text-base {
	font-size: 16px;
}
.post-wrap .post-title.text-md {
	font-size: 24px;
}
.post-wrap.style2 .post-title.text-lg,
.post-wrap .post-title.text-lg {
	font-size: 30px;
}
.post-wrap .post-title a {
	color: #323343;
	display: block;
}
.post-wrap .post-title a:hover {
	color: #1a0dab;
}

/*post Style 1*/
.post-wrap.style1 .post-img {
	margin-bottom: 18px;
}
.post-wrap.style1 .post-content:not(:last-child) {
	margin-bottom: 8px;
}

/*post Style 2*/
.post-wrap.style2 .post-img {
	width: 40%;
}
.post-wrap.style2 .post-content {
	width: 60%;
	padding-left: 20px;
}
.post-wrap.style2 .post-title {
	font-size: 20px;
}

/*post Style 3*/
.post-wrap.style3:not(:last-child) {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,.12);
}
.post-wrap.style3 .post-title {
	font-weight: 400;
}

/*post Style 4*/
.post-wrap.style4 .post-img {
	width: 300px;
	min-width: 300px;
}
.post-wrap.style4 .post-content {
	padding-left: 30px;
	padding-bottom: 20px;
	position: relative;
}
.post-wrap.style4 .post-content::after {
	content: "";
	border-bottom: 1px solid rgba(0,0,0,.1);
	position: absolute;
	left: 30px;
	right: 0;
	bottom: 0;
}


/* pagination */
.mv-pagination {
	padding: 18px 0;
	text-align: center;
	background: #f6f6f6;
}
.mv-pagination ul {
	list-style: none;
}
.mv-pagination ul li {
	display: inline-block;
}
.mv-pagination ul li a,
.mv-pagination ul li span {
	font-size: 13px;
	color: #777;
	font-weight: 600;
	padding: 6px 10px;
}
.mv-pagination ul li a:hover {
	background: #ececec;
	color: #323343;
}
.mv-pagination ul li a.next::after {
	display: inline-block;
	margin: 0 0 0 8px;
	content: "";
	border: 1px solid #999;
	width: 4px;
	vertical-align: middle;
	height: 4px;
	border-width: 0 1px 1px 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* breadcrumbs */
.breadcrumbs-wrap {
	padding: 20px 0;
}
.breadcrumbs {
	list-style: none;
	font-size: 0;
	line-height: 0;
}
.breadcrumbs li {
	display: inline-block;
	position: relative;
}
.breadcrumbs li:not(:last-child)::after {
	display: inline-block;
	margin: 0 8px;
	content: "";
	border: 1px solid #999;
	width: 4px;
	vertical-align: middle;
	height: 4px;
	border-width: 0 1px 1px 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.breadcrumbs li,
.breadcrumbs a {
	font-size: 14px;
	color: #999;
	line-height: 1.1;
}
.breadcrumbs a:hover {
	color: #323343;
}

.page-title {
	margin-bottom: 30px;
}
.page-title.author-page {
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
}
.page-title.author-page img {
	width: 66px;
	height: auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.page-title.author-page h1 {
	padding-left: 10px;
}

.detail-page {
	max-width: 900px;
}
.detail-page .inner {
	max-width: 760px;
	margin: 0 auto;
}
.detail-page .inner .single-meta {
	border-top: 0;
	padding-top: 0;
}
.detail-page .single-meta {
	font-size: 12px;
	line-height: 1;
	margin-bottom: 30px;
}
.detail-page .single-meta .label {
	display: block;
	font-size: 12px;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
	color: #aaa;
	margin-bottom: 4px;
}
.detail-page .author-profile .author-img {
	width: 40px;
	display: block;
}
.detail-page .author-profile .author-img img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 100%;
	height: auto;
}
.detail-page .author-profile .detail {
	padding-left: 15px;
}
.detail-page .post-time {
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px dotted #ccc;
}
.detail-page .post-img {
	margin-bottom: 20px;
}
.detail-page .post-img img {
	width: 100%;
}
.detail-page .post-content {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid rgba(0,0,0,.1);
}
.detail-page .post-img + .post-content {
	border-top: 0;
	padding-top: 0;
	margin-top: 0;
}
.detail-page .post-content p,
.cms-content p {
	font-size: 16px;
	line-height: 26px;
	color: #000;
	margin-top: 8px;
	margin-bottom: 8px;
}
.detail-page .post-content a,
.cms-content a {
	color: #1A0DAB;
	text-decoration: underline;
} 
.detail-page .post-content a:hover,
.cms-content a:hover {
	color: #000;
} 
.detail-page .post-content h1,
.cms-content h1,
.detail-page .post-content h3,
.cms-content h3,
.detail-page .post-content h4,
.cms-content h4,
.detail-page .post-content h5,
.cms-content h5,
.detail-page .post-content h6,
.cms-content h6 {
	margin-top: 24px;
	margin-bottom: 8px;
}
.detail-page .post-content h2,
.cms-content h2 {
	margin-top: 40px;
	margin-bottom: 8px;
}
.detail-page .post-content p:first-child,
.cms-content p:first-child,
.detail-page .post-content h1:first-child,
.cms-content h1:first-child,
.detail-page .post-content h2:first-child,
.cms-content h2:first-child,
.detail-page .post-content h3:first-child,
.cms-content h3:first-child,
.detail-page .post-content h4:first-child,
.cms-content h4:first-child,
.detail-page .post-content h5:first-child,
.cms-content h5:first-child,
.detail-page .post-content h6:first-child,
.cms-content h6:first-child {
	margin-top: 0;
}
.detail-page .post-content p:last-child,
.cms-content p:last-child,
.detail-page .post-content h1:last-child,
.cms-content h1:last-child,
.detail-page .post-content h2:last-child,
.cms-content h2:last-child,
.detail-page .post-content h3:last-child,
.cms-content h3:last-child,
.detail-page .post-content h4:last-child,
.cms-content h4:last-child,
.detail-page .post-content h5:last-child,
.cms-content h5:last-child,
.detail-page .post-content h6:last-child,
.cms-content h6:last-child {
	margin-bottom: 0;
}
.detail-page .post-content ul,
.cms-content ul {
	padding-left: 14px;
	line-height: 26px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.detail-page .post-content ul li:not(last-child),
.cms-content ul li:not(last-child),
.detail-page .post-content ol li:not(last-child),
.cms-content ol li:not(last-child){
	margin-bottom: 6px;
}
.detail-page .post-content ol,
.cms-content ol {
	padding-left: 36px;
	line-height: 26px;
	margin-top: 16px;
	margin-bottom: 16px;
}
.detail-page .post-content ul:last-child,
.cms-content ul:last-child,
.detail-page .post-content ol:last-child,
.cms-content ol:last-child {
	margin-bottom: 0;
}
.detail-page .single-meta,
.detail-page .related-post {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid rgba(0,0,0,.1);
}
.detail-page .related-post h2 {
	font-size: 16px;
	text-transform: uppercase;
	color: #999;
	margin-bottom: 20px;
}
.detail-page .newsletter-block {
	border: 1px solid rgba(0,0,0,.1);
	padding: 40px 80px;
	max-width: 723px;
}
.detail-page .newsletter-block {
	text-align: center;
}
.detail-page .newsletter-block .form-title {
	margin-bottom: 20px;
}
.detail-page .newsletter-block .wpcf7-spinner {
	position: relative;
	display: block;
	margin: 0 auto;
	transform: translateX(0);
}
.detail-page .newsletter-block .wpcf7-text {
	font-size: 18px;
	padding: 14px 20px;
	height: 52px;
}
.detail-page .newsletter-block input[type="submit"] {
	height: 52px;
	padding: 16px 30px;
	font-size: 20px;
	background-color: #ff005b;
}
.detail-page .newsletter-block input[type="submit"]:hover {
	background-color: #ff005b;
	transform: scale(0.98);
}
.newsletter-box {
	position: relative;
}
.detail-page .newsletter-block .info {
	font-size: 14px;
	line-height: 1.4;
	margin-top: 10px;
	margin-bottom: 0;
	color: #878787;
}
.newsletter-box .info,
.main-row .sidebar .info,
.footer-form .info {
	display: block;
	font-size: 12px;
	line-height: 1.4;
	margin-top: 10px;
	margin-bottom: 0;
	color: #878787;
	max-width: 250px;
}
.newsletter-box input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
}
.related-post .post-list {
	list-style: none;
	margin-left: -10px;
	margin-right: -10px;
}
.related-post .post-list li {
	padding: 0 10px;
	width: 25%;
}
.related-post .post-list li .post-img {
	display: block;
	margin-bottom: 10px;
}
.related-post .post-list li .post-content .post-title {
	text-transform: none;
	font-weight: 400;
	margin-top: 0;
}
.related-post .post-list li .post-content .post-title a {
	text-decoration: none;
	color: #000;
	display: block;
}
.related-post .post-list li .post-content .post-title a:hover {
	color: #1A0DAB;
}

/* .main-row {
	max-width: 1100px;
	width: 100%;
} */
.main-row .detail-page {
	width: calc(100% - 300px);
	max-width: 100%;
	padding: 0 32px 0 0;
}
.main-row .detail-page .e-con {
	padding-left: 0;
	padding-right: 0;
}
.detail-page .page-header .single-meta {
	margin: 0 0 30px 0;
	padding: 0;
	border: 0;
}
.main-row .sidebar {
	width: 300px;
}
.main-row .sidebar .download-widget,
.main-row .sidebar .widget:not(:last-child) {
	margin-bottom: 40px !important;
}
.main-row .sidebar .form-title,
.main-row .sidebar .widget .widget-title {
	font-size: 16px;
	color: #999;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.main-row .sidebar .contact-form h4 {
	margin-bottom: 10px;
}
.main-row .sidebar .post-wrap:not(:last-child) {
	margin-bottom: 12px;
}
.main-row .sidebar .post-wrap.style2 .post-img {
	width: 74px;
}
.main-row .sidebar .post-wrap.style2 .post-img img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.main-row .sidebar .post-wrap.style2 .post-content {
	width: 100%;
	padding-left: 16px;
	padding-bottom: 10px;
	position: relative;
}
.main-row .sidebar .post-wrap.style2 .post-content::after {
	content: "";
	border-bottom: 1px solid rgba(0,0,0,.1);
	position: absolute;
	left: 16px;
	right: 0;
	bottom: 0;
}
.main-row .sidebar .post-wrap.style2 .post-title {
	font-size: 14px;
	font-weight: 400;
}
.main-row .sidebar .post-cats li a {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.main-row .sidebar .social-media .social-item a {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: start;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: 600;
	color: #777;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 1px solid rgba(0,0,0,.1);
}
.main-row .sidebar .social-media .social-item a:hover {
	background: rgba(0,0,0,.1);
	border-color: transparent;
	color: #777;
}
.main-row .sidebar .social-media .social-item a img {
	margin-right: 6px;
}
.main-row .sidebar .social-media li {
	width: 100%;
	margin-bottom: 4px;
}
.main-row .sidebar .social-media li:last-child {
	margin-bottom: 4px;
}

.site-footer {
	font-size: 13px;
	margin-top: auto;
	border-top: 1px solid rgba(0,0,0,.1);
}
.footer-top {
	padding-top: 28px;
	padding-bottom: 28px;
}
.footer-top .left-block,
.footer-top .center-block{
	width: calc(33.33% - 20px);
}
.footer-top .right-block{
	width: calc(33.33% - 20px);
}
.footer-form{
	width: 100%;
}
.footer-form .form-title {
	font-size:20px;
}
.footer-form .newsletter-box{
	position: relative; 
	margin-bottom: 16px;
}
.footer-form .info {
	margin-bottom: 0;
}
.footer-form .newsletter-box .wpcf7-email{
	margin-bottom: 0;
}
/* .footer-form .newsletter-box .contact-btn{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translatey(-50%);
} */
.site-footer .right-block .note{
	margin-top: 30px;
}

.footer-bottom {
	padding-top: 18px;
	padding-bottom: 30px;
	border-top: 1px solid rgba(0,0,0,.1);
}
.footer-links {
	list-style: none;
}

.footer-links li a {
	font-size: 13px;
	display: block;
	position: relative;
	color: #777;
}
.footer-links li a:hover {
	color: #1a0dab;
}

.site-footer .note h6 {
	font-size: 16px;
	margin-bottom: 6px;
}


.post-navigation {
	position: fixed;
	top: 45%;
	left: 0;
	right: 0;
	height: 0;
	font-size: 1.077em;
	z-index: 8;
}
.post-navigation .nav-links .nav-icon {
	position: absolute;
	left: 10px;
	top: 0;
	width: 24px;
	height: 100%;
	min-height: 32px;
	font-size: 28px;
	text-align: center;
	color: #999;
}
.post-navigation .nav-links .nav-next .nav-icon {
	left: auto;
	right: 10px;
	background: url('../images/arrow-right.svg') center 19px no-repeat;
	
}
.post-navigation .nav-links .nav-previous .nav-icon {
	background: url('../images/arrow-left.svg') center 19px no-repeat;
}
.post-navigation .nav-links .nav-icon:hover {
	color: #666;
}
.post-navigation .nav-links .nav-icon:before {
	line-height: 2.5714;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 54px;
	max-width: 320px;
	min-height: 72px;
	line-height: 1.4285714;
	background: #f2f2f2;
	border-radius: 0 4px 4px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: .3s ease-in-out;
	transition-property: left,right;
}
.post-navigation .nav-next {
	border-radius: 4px 0 0 4px;
}
.post-navigation .nav-previous > a,
.post-navigation .nav-next > a {
	display: inline-block;
	max-width: 100%;
}
.post-navigation .nav-previous {
	float: left;
	left: 0;
}
.post-navigation .nav-next {
	float: right;
	right: 0;
	position: relative;
}
.post-navigation.hide-nav .nav-previous {
	left: -52px;
}
.post-navigation.hide-nav .nav-next {
	right: -52px;
}
.post-navigation .nav-subtitle {
	display: block;
	color: #aaa;
}
.post-navigation .nav-title {
	display: block;
	color: #333;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 0 56px 0 0;
}
.post-navigation .nav-title.has-img {
	padding: 0 82px 0 0;
}
.post-navigation .nav-previous .nav-title.has-img {
	padding: 0 0 0 82px;
}
.post-navigation .nav-title img {
	width: 48px;
	height: 48px;
	position: absolute;
	top: 14px;
	right: 40px;
	visibility: hidden;
}
.post-navigation .nav-previous .nav-title img {
	right: auto;
	left: 40px;
}
.post-navigation .nav-subtitle,
.post-navigation .nav-title {
	font-size: 0;
}
.post-navigation .nav-previous:hover,
.post-navigation .nav-next:hover {
	padding: 14px 20px 14px 14px;
	width: auto;
}
.post-navigation .nav-next:hover {
	padding: 14px 20px 14px 14px;
}
.post-navigation .nav-previous:hover .nav-title,
.post-navigation .nav-next:hover .nav-title {
	font-size: 14px;
}
.post-navigation .nav-previous:hover .nav-subtitle,
.post-navigation .nav-next:hover .nav-subtitle {
	font-size: 14px;
	line-height: 1.666667;
}
.post-navigation .nav-previous:hover img,
.post-navigation .nav-next:hover img {
	visibility: visible;
}

.wp-contact-form {
	border: 1px solid rgba(0,0,0,.1);
	padding: 24px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.wp-contact-form form label{
	margin-top: 14px;
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #999;
}
.wp-contact-form form label:first-of-type {
  margin-top: 0;
}
.unsubscribe-form {
	position: relative;
}
.unsubscribe-form input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
}

.search-bar-wrapper {
	border: 1px solid rgba(0,0,0,.1);
	padding: 24px;
}
.search-bar-wrapper .search-form-box {
	position: relative;
}
.search-bar-wrapper .search-form-box .btn-search {
	position: absolute;
	top: 0;
	right: 0;
}

/** 404 page **/
.mv-404 {
	padding-top: 10vh;
	padding-bottom: 10vh;
	text-align: center;
}
.mv-404 .container {
	max-width: 650px;
}
.mv-404 h1 {
	font-size: 100px;
	line-height: 1;
	color: #000;
	margin-block: 20px;
}
.mv-404 h1 span {
	font-size: 40px;
	display: block;
}
.btn {
	padding: 10px 14px;
	font-size: 14px;
	line-height: normal;
	color: #fff !important;
	background-color: #222;
	display: inline-block;
	font-weight: 600;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.btn:hover {
	background: #777;
	color: #fff !important;;
}
/** 404 page **/


.navbar-sub{
	padding: 16px 0;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .07);
	-moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.07);
	-ms-box-shadow: inset 0 -1px 0 rgba(0,0,0,.07);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .07);
	-webkit-transition: all 0.3s 
		ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s 
		ease-in-out;
	position: fixed;
	top: 66px;
	background: #FFF;
	z-index: -1;
	width: 100%;
	opacity: 0;
	transform: translatey(-20px);
	
}
.navbar-sub.fixed{
	opacity: 1;
	transform: translatey(0px);
	z-index: 8;
}
.navbar-sub .top-news-slider{
	overflow: hidden;
}
.navbar-sub .post-wrap.style2 .post-img{
	width: 60px;
}
.navbar-sub .post-wrap.style2 .post-content{
	width: calc(100% - 60px);
	padding-left: 10px;
}

/*custom popup*/
.custom-popup {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	padding:20px;
	background: rgba(51, 51, 51, .7);
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items:center;
    -webkit-align-items:center;
    -ms-align-items:center;
	overflow-y: auto;
	
/* 	display: block !important; */
}

.custom-popup .content {
	max-width: 660px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position:relative;
	text-align: center;
	background: #fff;
	-webkit-border-radius: 14px;
	border-radius: 14px;
}
.custom-popup .content .text-block{
	width:100%;
}
.custom-popup .close-icon {
	width: 16px;
	height: 16px;
	position: absolute;
	right: 25px;
	top: 25px;
	background: url('../images/close.svg') center center no-repeat;
	background-size: 16px 16px;
	display: block;
	cursor: pointer;
	padding:10px;
}
.custom-popup .content p{
	font-size: 18px;
}
.custom-popup .content p.info{
	font-size: 14px;
	margin-top: 30px;
}
.custom-popup .content p.info a{
	color: #898989;
	text-decoration: underline;
}
.custom-popup .content p.info a:hover{
	color: #1a0dab;
	text-decoration: underline !important;
}
.custom-popup .content .left-block{
	width: 65%;	
	padding-right: 10px;
	margin-bottom:16px;
	text-align: left;
}
.custom-popup .content .right-block{
	width: calc(35% + 25px);
	margin-right: -25px;
	margin-bottom:16px;
}
.custom-popup .content h2{
	font-size:62px;
	font-weight: 700;
	font-family: "Oswald", sans-serif;
}
.custom-popup .wpcf7 input[type="email"]{
	font-size:20px;
	padding:22px;
	height: inherit;
	background: #FFF;
	border: 1.5px solid #E4E4E4;
	text-align:center;
	border-radius: 6px;
	margin-bottom: 20px;
}
.custom-popup .newsletter-box input[type="submit"],
.close-popup{
	position: unset;
	border-radius: 6px;
	background: #FF005B;
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
	padding: 14px;
	display: block;
	width: 100%;
	padding: 20px;
	height: inherit;
	transition: all .3s ease-in-out;
}
 .close-popup{
	width:auto;
	 padding: 20px 25px;
	 margin: 0 auto;
}
.custom-popup .newsletter-box input[type="submit"]:hover,
.custom-popup .close-popup:hover{
	background:#1a0dab;
}
.custom-popup .newsletter-box .wpcf7-not-valid-tip, .error-message{
	margin-top:-10px;
}
.screen-sending p,
.screen-success p{
	line-height:normal;
}
.screen-sending p span,
.screen-success p span{
	color:#FF005B;
	font-size:23px;
	display: block;
	line-height:normal;
}
.screen-form{
	padding: 36px 54px 26px;
}
.screen-sending{
	padding:116px 26px 84px 26px;
	margin:0 auto;
	display:flex;
	flex-direction:column;
}
.screen-sending img,
.screen-success img{
	margin:0 auto 50px auto;
}
.screen-success p {
	position: relative;
}
.screen-success{
	padding:40px 26px 50px 26px;
	margin:0 auto;
}
.loading-dots {
  display: inline-block;
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.loading-dots span {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
	color:#000000 !important;
}

.loading-dots span::after {
  content: '';
  display: inline-block;
  animation: dots 1.5s steps(4, end) infinite;
}

@keyframes dots {
  25%  { content: '...'; }
  50%  { content: '..'; }
  75%  { content: '.'; }
  100% { content: ''; }
}


body.lock{
	overflow: hidden;
}

@media (max-width: 1199px) {
	body.menu-open .site-wrapper {
		position: relative;
	}
	body.menu-open .site-wrapper:after {
		content: "";
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 8;
		top: 0;
		left: 0;
		background: rgba(0,0,0,0.3);
		transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
	}
	.mobile-menu {
		display: block;
	}
	.main-menu {
		background: #fff;
		position: fixed;
		top: 72px;
		bottom: 0;
		left: -280px;
		width: 280px;
		max-width: 100%;
		transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
	}
	.site-header.fixed	.main-menu {
		top: 64px;
	}
	body.menu-open .main-menu {
		left: 0;
	}
	.main-menu ul {
		height: 100%;
		overflow-y: auto;
	}
	.main-menu ul li {
		display: block;
	}
	.main-menu ul li:not(:last-child) {
		border-bottom: 1px solid rgba(0,0,0,.07)
	}
	.main-menu ul li a {
		padding: 10px 20px;
	}
}
@media (max-width: 1024px) {
	body{
		font-size: 14px;
		line-height: 20px; 
	}
	h1 {
		font-size: 32px;
	}
	h2{
		font-size: 24px;
	}
	.container {
		padding-left: 30px;
		padding-right: 30px;
	}
	.s-pt,
	.s-py {
		padding-top: 36px;
	}
	.s-pb,
	.s-py {
		padding-bottom: 36px;
	}
	
	.post-wrap.style2 .post-title{
		font-size: 16px;
	}
	.mv-blog-list.col-3-layout .col-block{
		width: 50%;
	}
	.posts-layout-3  .col-block:last-child,
	.posts-layout-4  .col-block:last-child{
		width: 100%;
		display: flex;
		flex-flow: row wrap;
		justify-content:space-between;
		margin-bottom: -20px;
		column-gap: 16px;
		margin-top: 10px;
	}
	.mv-blog-list.col-3-layout .col-block .post-wrap{
		margin-bottom: 20px;
	}

	.posts-layout-3 .col-block:last-child .post-wrap,
	.posts-layout-4  .col-block:last-child .post-wrap{
		width: calc(50% - 8px);
	}
	.main-row .detail-page {
		width: 100%;
		padding-right: 0;
		margin-bottom: 30px
	}
	.main-row .sidebar {
		width: 100%;
	}
	.detail-page {
		padding-left: 0;
		padding-right: 0;
	}
	.footer-top .left-block {
		width: 100%;
		margin-bottom: 20px
	}
	.footer-top .right-block,
	.footer-top .center-block {
		width: calc(50% - 20px);
	}
	.related-post .post-list li {
		width: 50%;
		margin-bottom: 20px;
	}
	
}
@media (max-width: 767px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.s-pt,
	.s-py {
		padding-top: 30px;
	}
	.s-pb,
	.s-py {
		padding-bottom: 30px;
	}
	.mv-blog-list.col-2-layout .col-block{
		width:100%;
	}
	.posts-layout-1 .col-block .post-wrap.style1{
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		padding-bottom: 20px;
		margin-bottom: 15px;
	}
	.post-wrap.style2 .post-content{
		padding-left: 16px;
	}
	.post-grid {
		margin-left: -8px;
		margin-right: -8px;
	}
	.post-grid .post-wrap {
		padding-left: 8px;
		padding-right: 8px;
	}
	.post-wrap.style1 .post-img {
		margin-bottom: 14px;
	}
	.posts-layout-2 .col-block:first-child{
		order:2;
	}
	.posts-layout-2 .col-block:last-child{
		order:1;
	}
	.posts-layout-2 .col-block:last-child .post-wrap{
		margin-bottom: 20px;
	}
	.post-wrap:not(:last-child){
		margin-bottom: 20px;
	}
	.mv-blog-list.col-2-layout, .mv-blog-list.col-3-layout{
		margin-left: -8px;
		margin-right: -8px;
	}
	.mv-blog-list.col-2-layout .col-block, .mv-blog-list.col-3-layout .col-block {
		padding-left: 8px;
		padding-right: 8px;
	}
	.posts-layout-4  .mv-blog-list.col-3-layout .col-block{
		width: 100%;
	}
	.footer-top {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.footer-bottom {
		text-align: center;
	}
	.footer-bottom .left-block,
	.footer-bottom .right-block {
		width: 100%;
	}
	.footer-bottom .social-media {
		margin: 0 auto;
	}
	.related-post .post-list li {
		width: 50%;
		margin-bottom: 20px;
	}
	.post-wrap.style4 .post-img {
		width: 200px;
		min-width: 200px;
	}
	.mv-404 h1 {
		font-size: 60px;
		line-height: 1;
		color: #000;
		margin-block: 20px;
	}
	.mv-404 h1 span {
		font-size: 24px;
		display: block;
	}
	.detail-page .newsletter-block {
		padding: 20px;
	}
	.screen-form{
		padding: 26px 44px 16px;
	}
	.custom-popup .content h2{
		font-size: 54px;
	}
	.custom-popup .content .right-block{
		width: calc(35% + 5px);
		margin-right: -5px;
	}
 	.screen-success img{
		width: 150px;
	}
	.screen-sending img, .screen-success img{
		margin-bottom: 30px;
	}
}
@media (max-width: 540px) {
	.logo {
		width: 160px;
	}
	.post-grid.column-2 .post-wrap{
		width: 100%;
	}
	.posts-layout-3 .mv-blog-list.col-3-layout .col-block{
		width: 100%;
	}
	.posts-layout-3 .col-block:last-child .post-wrap,
	.posts-layout-4 .col-block:last-child .post-wrap{
		width: 100%;
	}
	.posts-layout-5 .mv-blog-list.col-3-layout .col-block{
		width: 100%;
	}
	.posts-layout-5 .mv-blog-list.col-3-layout .col-block:not(:last-child){
		margin-bottom:10px;
	}
	.detail-page .page-header .single-meta {
		margin: 0 0 30px 0;
	}
	.detail-page .single-meta .social-share {
		margin-left: inherit;
		width: 100%;
		margin-top: 10px;
	}
	.detail-page .single-meta, .detail-page .related-post {
		padding-top: 20px;
		margin-top: 20px;
	}
	.detail-page .single-meta {
		margin-bottom: 20px;
	}
	.related-post .post-list li {
		width: 100%;
	}
	.related-post .post-list li:last-child {
		margin-bottom: 0;
	}
	.post-wrap.style4 {
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	.post-wrap.style4 .post-img {
		width: 100%;
		margin-bottom: 14px;
	}
	.post-wrap.style4 .post-content {
		padding-left: 0;
	}
	.post-wrap.style4 .post-content::after {
		display: none;
	}
	.footer-top .left-block,
	.footer-top .center-block,
	.footer-top .right-block {
		width: 100%;
		margin-bottom: 20px
	}
	.footer-top .right-block {
		margin-bottom: 0;
	}
	.navbar-sub{
		top: 64px;
	}
	.screen-form {
		padding: 40px 20px 16px;
	}
	.custom-popup .close-icon{
		top: 20px;
	}
	.custom-popup .content h2 {
		font-size: 34px;
		line-height: 30px;
	}
	.custom-popup .content .right-block {
		width: 35%;
		margin-right: 0;
	}
	.custom-popup .wpcf7 input[type="email"]{
		padding: 14px;
		margin-bottom: 12px;
	}
	.custom-popup .newsletter-box input[type="submit"],
	.close-popup{
		font-size: 22px;
		padding: 17px;
	}
	
	.custom-popup .content p.info{
		margin-top:20px;
	}
	.custom-popup .content p {
		font-size: 16px;
	}
}
@media (max-width: 425px) {
	.post-navigation {
		display: none;
	}
	.custom-popup .content h2 {
		font-size: 30px;
		line-height: 27px;
	}
}


.anim-top { animation:anim-top 0.7s ease-in-out forwards }
.anim-bottom { animation:anim-bottom 0.7s ease-in-out forwards; }
@keyframes anim-bottom {
 0% {
  opacity:0;
  transform:translate3d(0, 400px, 0)
 }
 50% {
  opacity:1;
  transform:translate3d(0, -30px, 0)
 }
 80% {
  opacity:1;
  transform:translate3d(0, 40px, 0)
 }
 100% {
  opacity:1;
  transform:translate3d(0, 0, 0)
 }
}
@keyframes anim-top {
 0% {
  opacity:0;
  transform:translate3d(0, -400px, 0)
 }
 50% {
  opacity:1;
  transform:translate3d(0, 30px, 0)
 }
 80% {
  opacity:1;
  transform:translate3d(0, -40px, 0)
 }
 100% {
  opacity:1;
  transform:translate3d(0, 0, 0)
 }
}

.hurry-cta
{
line-height:unset !important; 
border-radius:5px !important;
}


/*hurry popup*/