/*Font Imports*/

@font-face {
  font-family: Cera;
  src: url("http://mamafituk.com/wp-content/themes/Impreza-child/fonts/cerabasic-black-webfont.woff"),
       url("https://mamafituk.com/wp-content/themes/Impreza-child/fonts/cerabasic-black-webfont.woff");
}

@font-face {
	
  font-family: AREssence;
  src: url("http://mamafituk.com/wp-content/themes/Impreza-child/fonts/ARESSENCE.woff"),
       url("https://mamafituk.com/wp-content/themes/Impreza-child/fonts/ARESSENCE.woff");
}

/*Custom MAMAFIT and MAMASOCIAL Font Styles*/


.cera-black span {
	font-family: Cera;
 }
 
 .cera-black {
	font-family: Cera;
 }
 
 .essence {
	font-family: AREssence;
	font-weight: normal;
	text-transform: lowercase;
 }
 
 .mums-social-heading span {
	font-family: AREssence;
	font-weight: normal;
	text-transform: lowercase;
 }
 
 .essence-social {
	 font-size: max(6.66rem, 6.66vw);
 }
 
 .essence span {
	font-family: AREssence;
	text-transform: lowercase;	
 }
 
 .essence-title {
	font-family: AREssence;
	text-transform: lowercase;
	font-size: 28px;
 }
 
 .essence-mama span {
	 font-family: AREssence!important;
	 text-transform: lowercase;
 }
 
 .mums-social-heading {
	 font-size: max(3.2rem,3.2vw);
 }
 
 h1 .essence {
	 font-size: max(3.8rem, 3.8vw);
 }
 
 /*Mums Social Font Style ---------*/
 
 .mums-span {
	font-family: AREssence;
	text-transform: lowercase;
	color: #d1562d;
	font-weight: normal;
	font-size: calc(100% * 1.65);
 }
 
 .social-span {
	 font-family: Cera;
	 font-size: calc(100% * 1.1);
	 font-weight: 700!important;
	 color: #f99f1b;
 }

 /*Mamafit Font Style ----------*/

 .mama-span {
	 font-family: AREssence;
	 text-transform: lowercase;
	 font-weight: normal;
	 font-size: calc(100% * 1.3);
 }

 /*--------------------*/

 /*Main Navigation Menu -----------------*/

 
.close-menu {
	z-index: 1000000!important;
}

i {
	text-decoration: none !important;
 }
 .menu-container {
	position: fixed;
	top: 0;
	left: 0;
	background: linear-gradient(135deg, #34103e, #650e55);
	z-index: 99999999;
	width: 100%;
	height: 100vh;
	opacity: 0;
	pointer-events: none;
	transition: 350ms;
 }
 i.close-menu {
	color: #7d317d;
	font-size: 49px;
	position: absolute;
	right: 2.5%;
	top: 50%;
	cursor: pointer;
	transform: translateY(-50%);
	z-index: 99999;
 }
 a.w-socials-item-link {
	text-decoration: none !important;
 }
 
 .menu-container.open {
	opacity: 1;
	pointer-events: all;
	transform: 0ms;
 }
 .menu-container-inner {
	margin: auto;
	background: #fff;
	padding: 55px 0;
	display: flex;
	align-items: center;
	justify-content: left;
	position: relative;
 }
 
 #menu-main-menu {
	display: flex !important;
	flex-direction: row !important;
	width: 95%;
	justify-content: space-evenly !important;
	z-index: 999999;
	position: relative;
	max-width: 1980px;
	align-items: start;
 }
 
 #menu-main-menu li {
	list-style: none;
	position: relative;
	text-align: left;
 }
 ul#menu-main-menu > li > a {
	color: #7d317d;
	font-size: 18px;
	font-weight: 500;
 }
 .menu-item a,
 .menu-item i {
	color: #272727;
	cursor: pointer;
	text-decoration: none;
 }
 
 #menu-main-menu > li > .sub-menu {
	margin-top: 55px;
 }
 .sub-menu .menu-item {
	padding: 10px !important;
 }
 .sub-menu .menu-item a {
	color: #272727 !important;
	font-weight: 500;
 }
 
 #menu-main-menu .sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	background: rgb(255 255 255);
	min-width: 200px;
	margin: 0;
	opacity: 0;
	pointer-events: 0;
	transition: 350ms;
	border-radius: 6px;
 }
 .sub-menu-open {
	opacity: 1 !important;
	pointer-events: all !important;
 }
 
 #menu-main-menu .sub-menu .sub-menu {
	position: absolute;
	left: 100%;
	top: 100%;
	background: rgb(255 255 255);
	width: 150px;
 }
 
 #menu-main-menu .menu-item i {
	transition: 200ms;
	color: #b3198b;
	font-size: 25px !important;
	top: 3px;
	position: relative;
 }
 .menu-item-has-children a {
	padding-right: 10px;
 }

 .join-menu-item a {
	top: -6px;

	font-family: Roboto!important;
	font-size: 16px!important;
	line-height: 1.20!important;
	font-weight: 700!important;
	font-style: normal!important;
	text-transform: none!important;
	letter-spacing: 0em!important;
	border-radius: 1.5em!important;
	padding: 0.8em 1.8em 0.8em 1.8em!important;
	background: linear-gradient(135deg,#ec008c,#9c2a92)!important;
	border-color: transparent!important;
	color: #ffffff!important;
 }
 .join-menu-item .fa-chevron-right {
	color: white!important;
}
 
 .join-menu-item i {
	top: 1px;
	position: relative;
	left: 11px;
	color: #bf34a4 !important;
 }
 
 .join-menu-item a {
	color: #fff !important;
 }

 .footer-menu-links li.menu-item a {
	font-size: 16px!important;
}
 
 /*Mobile Menu -----------------*/
 
 @media (max-width: 1599px) {
	#menu-main-menu {
	  flex-direction: column !important;
	  flex-wrap: wrap;
	  align-items: center;
	 padding: 4%;
	}
	.menu-item {
	  padding-bottom: 15px;
	}
	.menu-item a {
	  font-size: 25px;
	  text-align: center;
		white-space: nowrap;
	}
	#menu-main-menu .sub-menu,
	#menu-main-menu .sub-menu .sub-menu {
	  position: relative;
	  top: auto;
	  left: auto;
	  right: auto;
	  max-height: 0;
	}
	#menu-main-menu .sub-menu.sub-menu-open {
	  max-height: 2000px;
	}

	#menu-main-menu .sub-menu {
		padding-top: 10px;
		margin-bottom: 0!important;
		margin-top: 0!important;

	}

	.menu-item-has-children .sub-menu {
		max-height: 0px!important;
	}

	.menu-item-has-children .sub-menu.sub-menu-open {
		max-height: 1000px!important;
	}

	#menu-main-menu .sub-menu .menu-item  {
		padding: 0 0 4px 12px!important;
		
	}

	#menu-main-menu .sub-menu .menu-item a {
		font-size: 18px!important;
		
	}

	#menu-main-menu .sub-menu .menu-item .sub-menu .menu-item a {
		text-align: left!important;
	}


 
	.menu-item,
	.sub-menu {
	  width: 100% !important;
	  background: none !important;
	}
 }
 
 @media (max-width: 1900px) {
	ul#menu-main-menu {
	  width: 95%;
	  margin-left: 0;
	}
 }

 @media (max-width: 1200px) {
	.footer-menu-links li.menu-item a {
		font-size: 15px!important;
	}
 }

 @media (max-width: 1000px) {
	 i.fa-bars {
		 margin-left: -5px!important;
	 }

	 
 }

 @media (max-width: 901px) {
	.header-button {
		margin: 5px 2px 0px 2px!important;
		white-space: nowrap;
	}
	.header-button .fa-chevron-right {
		display: none!important;
	}
 }

 @media (max-width: 800px) {
	 .header-button {
		padding: 12px 10px 12px 10px!important;

	 }
 }

 @media (max-width: 1995px) {
/* 	 .header-button {
		 padding: 12px 5px 12px 5px!important;
		 border-radius: 80px!important;
		 margin: 0 2px 3px 2px!important;
		 width: 20%;
		 box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
	 }
	 .page-id-5091 .header-button {
		 width: auto;
		 padding: 12px!important;
	 }
	.page-id-5091 .header-button:nth-of-type(2) {
		display: block!important;
	} */
/* 
	body:not(.page-id-5091) .l-subheader-cell.at_right {
		 position:fixed;
		 bottom: 0;
		 left: 0;
		 margin-top: -50px;
		 width: 100%;
		 padding-left: 0!important;
		 justify-content: flex-start!important;
		 background: #ffffffff;
		 height: 60px;
		 box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
	 } */
	
/* 	 .page-id-5091 .l-subheader.at_top .l-subheader-cell.at_center,
	 .page-id-5091 .l-subheader.at_top .l-subheader-cell.at_left {
		 display: none;
	 }
	 .l-header.sticky .l-subheader.at_top {
		 background: linear-gradient(135deg,#8D3B86, #531665);
	 }
	 .l-subheader:not(.at_top) {
		 padding-right: 0!important;
	 } */
	 
	 
	#page-header .l-subheader.at_top {
		background: linear-gradient(135deg, #8D3B86, #531665)!important;
	}
	 #page-header .l-subheader.at_top .l-subheader-h .l-subheader-cell.at_right .header-button {
		 margin-top: 0!important;
	 }


.w-search-close {
	margin-right: 20px;
}

	 .l-subheader-cell.at_center {
		 margin-right: 0!important;
		 padding-right: 0!important;
	 }

	 #page-header i.fa-bars {
		color: #fff!important;
		margin-right: 18px;
		 font-size: 20px;
		 line-height: normal;
	}
	#page-header.sticky i.fa-bars {
		color: #333!important;
		margin-right: 18px;
	}
	 
 }

 @media (max-width: 446px) {
	.header-button  {
		font-size: calc(100% * .7)!important;
		display: block!important;
		clear: both;
	}


	#loginBtn {
		margin-right: -10px!important;
	}

	i.fa-bars {
		margin-left: -4px!important;
		margin-top: 2px!important;
		font-size: calc(100% * 1.2)!important;
	}
 }

 @media (max-width: 370px) {
	.header-button:nth-of-type(2) {
		display: none!important;
	}
 }

/*------------------------*/

/*Section Padding on Mobile for Full Width Sections and Testimonials*/

@media (max-width: 766px) {
	.l-section.width_full > .l-section-h > .g-cols > .wpb_column.vc_column_container {
/* 		padding: 0px!important; */
	}
	.l-section.width_full > .l-section-h > .g-cols > .wpb_column.vc_column_container:not(.hover-effect) {
		padding: 0px!important;
	}
	section.l-section.us_custom_c00252cc {
		padding: 0!important;
	}

	.l-section.width_full > .l-section-h > .g-cols > .wpb_column.vc_column_container.mobile-padding {
		padding: 5%!important;
	}

	.l-section.width_full  {
		padding: 24px!important;
	}
	.l-section-h.i-cf > .g-cols > .vc_column-inner > .g-cols.wpb_row {
		padding: 20px!important;
	}

	


}

@media (max-width: 600px) {



	.l-section.width_full > .l-section-h > .g-cols > .wpb_column.vc_column_container.mobile-padding {
		padding: 5%!important;
	}

	.l-section.width_full  {
		padding: 24px!important;
	}



	h1 .mama-span {			/*Drop titles after mamafit on mobile for legibility*/
		display: block;
	}
}
/*-----------------------------------------*/

a.cc-btn.cc-allow {
  background: #d1118b;
  color: #fff;
}
div#popmake-521 {
  border: 0;
  box-shadow: none;
}

.sc-dxgOiQ.gDVPix {
  padding-bottom: 0;
}

.sc-bdVaJa.iIDDUy {
  padding-top: 0;
}
div#pum_popup_title_521 {
  font-family: var(--font-h3);
  font-weight: 900;
  font-size: 35px;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 0.6rem;
  color: #333333;
}

.sc-bdVaJa.iIDDUy p {
  color: #3d3b3d !important;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 1rem;
  line-height: 28px;
}

div#pum_popup_title_521 {
  display: none;
}

img.popup-img {
  margin-bottom: 25px;
  max-width: 159px !important;
}

a.pojo-a11y-toolbar-link.pojo-a11y-btn-background-group.pojo-a11y-btn-high-contrast,
a.pojo-a11y-toolbar-link.pojo-a11y-btn-background-group.pojo-a11y-btn-light-background,
a.pojo-a11y-toolbar-link.pojo-a11y-btn-background-group.pojo-a11y-btn-negative-contrast {
  display: none !important;
}

nav#pojo-a11y-toolbar {
  top: 400px !important;
}

/*level 3 menu items*/
ul ul ul li {
  padding-left: 5px !important;
}

i.fas.fa-bars.menu-icons {
  font-size: 35px;
  margin-left: 50px;
  cursor: pointer;
}
#page-header.id_5122 i.menu-icons,
#page-header.id_5122 i.fa-search,
#page-header.id_5123 i.menu-icons,
#page-header.id_5123 i.fa-search {
	color: #333!important;
}

/*social header changs */
.mama-fit-header-icons i {
  color: #ea018c !important;
}
.mama-fit-header-icons i:hover {
  color: #8d3b86 !important;
}
.mums-social-header-icons i:hover {
  color: #f59e01 !important;
}
.mums-social-header-icons i {
  color: #f15e38 !important;
}
header span.w-socials-item-link-hover {
  background: none !important;
}



#page-footer {
  background: linear-gradient(-45deg, #ec008c, #8d3b86, #ec008c, #8d3b86);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  /* linear-gradient(155deg,#ec008c,#8d3b86)!important */
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

#page-footer section:first-of-type {
  background: none !important;
}

.mamafit-socials .w-socials-list span {
  background: #ea018c !important;
  transition: 300ms;
}
.mamafit-socials .w-socials-item:hover span {
  background: #8d3b86 !important;
}
.mumssocial-socials .w-socials-list span {
  background: #f15e38 !important;
  transition: 300ms;
}
.mumssocial-socials .w-socials-item:hover span {
  background: #f59e01 !important;
}

/*team page*/
.team-block {
  /* height: 375px; */
  background-position: center top;
  background-size: cover;

  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.team-image {
  width: 300px;
  height: 300px;
  background-size: inherit;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  background-size: 100%;
  transition: 300ms;
  background-position: center top;
}

.team-ino {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}

.team-image::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  background: var(--color-content-primary-grad);
  top: 0px;
  left: 0px;
  border-radius: 50%;
  transition: 500ms;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.47, 0, 0.75, 0.72);
}

.team-block:hover .team-image::after {
  opacity: 0.7;
}
.team-block:hover .team-image {
  background-size: 110%;
}

/*
.team-block::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-linear-gradient(60deg, rgb(173, 31, 98) 0%, rgba(0, 0, 0, 0) 100%);
  transition: 850ms;
  top: 0px;
  left: 0px;
  opacity: 0;
} */

.team-block:hover::before {
  opacity: 1;
}

@media (max-width: 689px) {
  .team-block {
    background-position: center -15px;
  }
}

/*the open team member box*/
.team-info-box {
  overflow-y: scroll;
  position: fixed;
  top: 55%;
  left: 50%;
  width: 85vw;
  height: 80vh;
  /*calc is to fix chrome issue with blurry text*/
  transform: translateX(-50%) translateY(calc(-50% - 10px));
  background-color: #ffffff;
  z-index: 10;
  transition: 500ms;
  transition-delay: 100ms;
  cursor: initial;
  border-radius: 12px;
}

.team-closed {
  pointer-events: none;
  top: 200%;
}

.team-info-image {
  width: 30%;
  height: 100%;
  float: left;
  background-size: cover;
  background-position: bottom;
}

.team-box-content-area {
  float: right;
  width: 70%;
  padding-top: 30px;
}

.team-box-header {
  padding: 10px 35px;
}

h2.team-info-box-name,
h4.team-info-box-name {
  color: #ea018c;
  margin-bottom: 20px;
}

.team-box-content-inner {
  padding: 25px 35px;
  padding-top: 0;
  font-size: 0.9rem !important;
  line-height: 22px !important;
}

.team-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 9;
  transition: 400ms;
  transition-timing-function: cubic-bezier(0.47, 0, 0.75, 0.72);
}

.team-overlay-closed {
  z-index: 2;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0);
}

.team-info-box i.fas.fa-times {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 35px;
  color: #ea018c;
  z-index: 9999999999999999;
  cursor: pointer;
}

.team-box-content-inner strong {
  display: block;
  margin-bottom: 15px !important;
}

@media (min-width: 801px) and (max-width: 1650px) {
  .team-info-box {
    width: 85vw;
    height: 70vh;
  }
}

@media (max-width: 800px) {
  .team-info-box {
    height: 80vh;
    width: 90vw;
    overflow-y: scroll;
  }

  .team-info-image,
  .team-box-content-area {
    float: none;
    width: 100%;
  }

  .team-info-image {
    width: 50%;
    height: 250px;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media (max-width: 690px) {
  .team-block {
    height: 310px;
    background-position: center bottom;
    background-repeat: no-repeat !important;
  }

  h2.team-name {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
  }

  span.read-profile {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
  }

  i.fas.fa-long-arrow-alt-right {
    font-size: 20px !important;
  }
}

.z-index-inherit {
  z-index: inherit !important;
}
.team-buttons {
  display: flex;
  align-items: center;
}
.no-touch .us-btn-style_1:after {
  z-index: -1;
}


div#comments {
  display: none;
}

a.w-toplink.pos_right {
  display: none;
}

div#popmake-521 {
  border: 1px solid #cfcfcf;
}

.category-label a {
  color: #fff !important;
}

.hu-postsWidget-heading {
  background: #ca0088 none repeat scroll 0% 0%;
  color: #fff;
  padding: 15px !important;
  border-radius: 12px 12px 0 0;
  font-size: 1.6em !important;
}
.hu-postsWidget-posts {
  border: 1px solid #f7f7f7 !important;
  background-color: #fff;
  border-radius: 0 0 12px 12px;
  box-shadow: 0px 23px 20px -10px rgba(0, 0, 0, 0.2);
}

rs-layer-wrap > rs-loop-wrap > rs-mask-wrap > rs-layer > a {
  display: inline-block;
  font-size: 16px;
  line-height: 1.2 !important;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0.03em;
  border-radius: 2.7em;
  padding: 1em 2.6em;
  background: #fff;
  box-shadow: 0 0.4em 0.8em rgb(0 0 0 / 10%);
  border-radius: 30px !important;
  margin-right: 10px !important;
  transition: border-color 0.3s ease;
}

rs-layer-wrap > rs-loop-wrap > rs-mask-wrap > rs-layer > :not(:first-child) {
  margin-left: -10px !important;
}

.w-grid-item .post_date {
  display: none;
}

.freebg {
  color: #fff !important;
  background: linear-gradient(135deg, #ec008c, #8d3b86, #703a80);
  padding: 5px 10px;
  border-radius: 5px;
}

.freebg-family {
  color: #fff !important;
  background: linear-gradient(135deg, #3da0a0, #0071b9);
  padding: 5px 10px;
  border-radius: 5px;
}

div.layout_testimonial_6 .usg_vwrapper_2 {
  color: #fff !important;
  border-radius: 0.7rem !important;
  background-color: rgb(236, 0, 140) !important;
  background-image: linear-gradient(135deg, #8d3b86, #531665) !important;
  padding: 3rem 3rem 3rem 3rem !important;
}

.grid_arrow_bottom::after {
  background: #531665 !important;
}

.free-tag {
  display: inline-block;
  background-image: linear-gradient(135deg, rgb(236, 0, 140), rgb(156, 42, 146));
  color: #fff;
  padding: 0.3% 3%;
  border-radius: 30px;
  margin-left: -15px;
}

/*FAQ Section -----------------------*/

.faq-heading,
.faq-heading-classes {
  cursor: pointer;
}

.faq-section .faq-inner-content,
.faq-inner-content-classes {
  max-height: 0px !important;
  opacity: 0 !important;
  transition: all 0.2s;
}

.faq-section.open .faq-inner-content,
.faq-inner-content-classes.open {
  max-height: 10000px !important;
  opacity: 1 !important;
}

.faq-inner-content,
.faq-inner-content-classes {
  transition: all 0.2s;
}

.faq-header {
  background: linear-gradient(135deg, rgb(236, 0, 140), rgb(179, 73, 170)) !important;
  padding: 5% !important;
  color: #fff !important;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border: 6px solid rgb(255, 148, 196) !important;
}



/*Authors -------------------*/

.authors-archive {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 75px;
}

article.author {
  position: relative;
  width: 29%;
  min-width: 250px;
  margin-bottom: 35px;
}

.author img {
  display: block;
}

article.author .author-description {
  position: absolute;
  bottom: 0;
  background-color: rgba(139, 57, 133, 0.8);
  width: 100%;
  display: flex;
  padding: 10px;
  flex-direction: column;
  transition: 550ms;
}
.author:hover .author-description {
  background-color: #561867;
}

article.author .author-description h4 {
  margin-bottom: 10px;
  color: #fff !important;
}
article.author .author-description p {
  color: #fff !important;
}

article.author .author-description a {
  margin-bottom: 0;
  color: #fff !important;
}

/*Author Single Page ------------------*/

.authors-profile {
  display: flex;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.single-author-bio {
  margin-top: 30px;
}

.authors-profile p {
  padding-bottom: 15px !important;
  margin-bottom: 0;
  color: #8d3b86;
}

.authors-profile h3 {
  margin-top: 0;
  padding-top: 0;
}

.author-bio-image img {
  max-width: 320px;
}

.author-bio-image {
  margin-right: 45px;
}

.author-bio-text p {
  margin-bottom: 15px;
}

.author span.w-text-value {
  color: #fff;
}

.author footer i {
  color: rgb(242, 213, 242) !important;
}

.author .height_medium:not(.width_full) {
  display: none;
}

.author footer > section:first-of-type {
  padding: 100px 120px !important;
}

.author footer a:not(.w-btn) {
  color: rgb(242, 213, 242) !important;
  font-size: 12.8px !important;
}

.author #page-footer section:first-of-type + section {
  padding: 10px 120px;
  background: var(--color-content-secondary-grad) !important;
}

.author #page-footer section:first-of-type + section p {
  color: #fff;
  font-size: 12px;
}

.author-posts-section {
  padding-top: 80px;
  padding-bottom: 100px;
}


.single .w-post-elm.post_image.usg_post_image_1.stretched a {
  height: 260px;
  display: block;
}

.single .w-post-elm.post_image.usg_post_image_1.stretched a img {
  height: 260px;
  display: block;
}

/*Legal Stuff*/

.page-id-3307 ol#mainPolicyList, .page-id-3307 ol#mainPolicyList > li > ol {
	padding-left: 0!important;
	margin-left: 0 !important;
}


.page-id-163 ol#mainPolicyList, .page-id-3307 ol#mainPolicyList > li > ol {
	padding-left: 0!important;
	margin-left: 0 !important;
}

.page-id-290 ol#mainPolicyList, .page-id-3307 ol#mainPolicyList > li > ol {
	padding-left: 0!important;
	margin-left: 0 !important;
}

.page-id-161 ol#mainPolicyList, .page-id-3307 ol#mainPolicyList > li > ol {
	padding-left: 0!important;
	margin-left: 0 !important;
}

.page-id-3309 ol#mainPolicyList, .page-id-3307 ol#mainPolicyList > li > ol {
	padding-left: 0!important;
	margin-left: 0 !important;
}

.page-id-3753 ol#mainPolicyList, .page-id-3307 ol#mainPolicyList > li > ol {
	padding-left: 0!important;
	margin-left: 0 !important;
}

@media (max-width:1194px) {
	.post-template-default.single h1 {
		margin-top: 80px!important;
		
	}
}


@media(max-width: 700px) {

    img.popup-img {
    display: none;
}

div#popmake-521 {
    padding-top: 0;
}

.sc-kEYyzF.bjObOo {
    MARGIN-BOTTOM: 2px;
    margin-top: 2px;
    padding-top: 6px;
}
    div#popmake-521 {
    max-width: 92%!important;
}
div#pum-521 {
    display: none!important;
}

div#popmake-521 {
    display: none!important;
}
}

