/*
Theme Name: Divi Child
Theme URI: https://www.elegantthemes.com/gallery/divi/
Description: Divi child theme by FS
Author: Forbes Books
Author URI: https://forbesbooks.com/
Template: Divi
Version: 3.1.0-fb
*/
/* Add your own styles at the bottom */

/* -- COLORS -- */

.white,
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white li,
.white a,
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white,
li.white,
a.white,
p.white {
	color: #fff;
}

.black,
.black h1,
.black h2,
.black h3,
.black h4,
.black h5,
.black h6,
.black li,
.black a,
h1.black,
h2.black,
h3.black,
h4.black,
h5.black,
h6.black,
li.black,
a.black,
p.black {
	color: #000;
}

.primary,
.primary h1,
.primary h2,
.primary h3,
.primary h4,
.primary h5,
.primary h6,
.primary li,
.primary a,
h1.primary,
h2.primary,
h3.primary,
h4.primary,
h5.primary,
h6.primary,
li.primary,
a.primary,
p.primary {
	color: #32a709;
}

.secondary,
.secondary h1,
.secondary h2,
.secondary h3,
.secondary h4,
.secondary h5,
.secondary h6,
.secondary li,
.secondary a,
h1.secondary,
h2.secondary,
h3.secondary,
h4.secondary,
h5.secondary,
h6.secondary,
li.secondary,
a.secondary,
p.secondary {
	color: #daf238;
}

.tertiary,
.tertiary h1,
.tertiary h2,
.tertiary h3,
.tertiary h4,
.tertiary h5,
.tertiary h6,
.tertiary li,
.tertiary a,
h1.tertiary,
h2.tertiary,
h3.tertiary,
h4.tertiary,
h5.tertiary,
h6.tertiary,
li.tertiary,
a.tertiary,
p.tertiary {
	color: #e4debe;
}

/* background colors */
.bg-white,
a.bg-white {
	background-color: #fff;
}

.bg-black,
a.bg-black {
	background-color: #000;
}

.bg-primary,
a.bg-primary {
	background-color: #32a709;
}

.bg-secondary,
a.bg-secondary {
	background-color: #daf238;
}

.bg-tertiary,
a.bg-tertiary {
	background-color: #e4debe;
}

/* -- END COLORS -- */

/* -- TYPOGRAPHY -- */

.text-lowercase,
.text-lowercase h1,
.text-lowercase h2,
.text-lowercase h3,
.text-lowercase h4,
.text-lowercase h5,
.text-lowercase h6,
.text-lowercase li,
.text-lowercase a {
	text-transform: lowercase !important;
}

.text-uppercase,
.text-uppercase h1,
.text-uppercase h2,
.text-uppercase h3,
.text-uppercase h4,
.text-uppercase h5,
.text-uppercase h6,
.text-uppercase li,
.text-uppercase a {
	text-transform: uppercase !important;
}

.text-capitalize,
.text-capitalize h1,
.text-capitalize h2,
.text-capitalize h3,
.text-capitalize h4,
.text-capitalize h5,
.text-capitalize h6,
.text-capitalize li,
.text-capitalize a {
	text-transform: capitalize !important;
}

.text-transform-none,
.text-transform-none h1,
.text-transform-none h2,
.text-transform-none h3,
.text-transform-none h4,
.text-transform-none h5,
.text-transform-none h6,
.text-transform-none li,
.text-transform-none a {
	text-transform: none !important;
}

.font-weight-bold,
.font-weight-bold h1,
.font-weight-bold h2,
.font-weight-bold h3,
.font-weight-bold h4,
.font-weight-bold h5,
.font-weight-bold h6,
.font-weight-bold li,
.font-weight-bold a {
	font-weight: 700;
}

.font-weight-normal,
.font-weight-normal h1,
.font-weight-normal h2,
.font-weight-normal h3,
.font-weight-normal h4,
.font-weight-normal h5,
.font-weight-normal h6,
.font-weight-normal li,
.font-weight-normal a {
	font-weight: 400;
}

.font-italic {
	font-style: italic;
}

.text-underline-none,
.text-underline-none a {
	text-decoration: none !important;
}

.text-underline,
.text-underline a {
	text-decoration: underline !important;
}

.text-nowrap,
.text-nowrap a {
	white-space: nowrap !important;
}

.text-wrap-normal,
.text-wrap-normal a {
	white-space: normal !important;
}

/* -- END TYPOGRAPHY -- */

/* -- TEMPLATE -- */

/* -- END TEMPLATE -- */

/* -- HEADER -- */

/* helps logo to not be pixelated when scaled down */
#logo {
	transform: none !important;
}

/* when mobile menu is open, change hamburger icon to x icon */
#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: "\4d";
}

/* makes sub sub menu icon be right arrow instead of down arrow */
#top-menu .menu-item-has-children .menu-item-has-children>a:first-child::after,
#et-secondary-nav .menu-item-has-children .menu-item-has-children>a:first-child::after {
	content: "5";
}

/* if parent link of child menu is a deadlink, then make it not clickable */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children>a[href="#0"] {
	pointer-events: none;
}

/* - mobile menu toggling elements, injected via jQuery - */

/* make menu list item be relative, to be able to position toggle within this item */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children {
	position: relative;
}

/* the new toggle element, which is added via jQuery */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.03);
	z-index: 1;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 50%;
	top: 4px;
	right: 4px;
	cursor: pointer;
	text-align: center;
}

/* the new toggle element when popped */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped {
	background-color: rgba(0, 0, 0, 0.1);
}

/* toggle icon */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle::before {
	font-family: "ETmodules" !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 36px;
	font-size: 24px;
	text-transform: none;
	speak: none;
	content: "\33";
}

/* toggle icon when triggered */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped::before {
	content: "\32";
}

/* hide sub menus by default */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle~ul.sub-menu {
	display: none !important;
	padding-left: 0;
}

/* show sub menu when triggered via jQuery toggle, and add slight bg color */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped~ul.sub-menu {
	display: block !important;
	background-color: rgba(0, 0, 0, 0.03);
}

/* remove sub menu list item left padding, since padding will be on anchors */
#main-header #mobile_menu.et_mobile_menu li li {
	padding-left: 0;
}

/* adjust mobile menu anchors side paddings */
#main-header #mobile_menu.et_mobile_menu li a {
	padding-left: 20px;
	padding-right: 20px;
}

/* indent sub menu */
#main-header #mobile_menu.et_mobile_menu li li a {
	padding-left: 40px;
	padding-right: 20px;
}

/* indent sub sub menus further */
#main-header #mobile_menu.et_mobile_menu li li li a {
	padding-left: 60px;
	padding-right: 20px;
}

/* if mobile menu anchor has toggle, make room for it to fit next to the link */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children .sub-menu-toggle+a {
	padding-right: 44px;
}

/* - end mobile menu toggling elements - */

/* undo Divi's default styling of mobile menu links that have children */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
	font-weight: inherit;
}

/* make the current page's mobile menu link be different */
#main-header #mobile_menu.et_mobile_menu li.current-menu-item>a {
	font-weight: bolder;
}

/* -- END HEADER -- */

/* -- FOOTER -- */

/* - Bottom Bar - */

/* if the bottom bar has equal column height setting, then make it always be flex, and stack the columns initially (for mobile use)
 * and make the columns vertical aligned to be vertically centered too */
#fs-footer-bottom-bar>.et_pb_row.et_pb_equal_columns {
	display: flex;
	align-items: center;
}

/* copyright wrapper */
#freshy_copyright {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: white;
	font-size: 13px;
	line-height: 1.25em;
}

/* vertical pipe divider */
#freshy_copyright span.copyright_via {
	width: 33.33333%;
	height: 1px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 200%;
	background: rgba(255, 255, 255, 0.25);
	vertical-align: middle;
	margin: 10px auto 15px;
	display: block;
}

/* add an FS logo via background */
#freshy_copyright a.copyright_fs {
	display: block;
	width: 42px;
	height: 20px;
	/* add your own logo image here */
	background-image: url("");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0;
	flex-shrink: 0;
	transition: all 0.4s ease-in-out;
}

/* FS logo link hover */
#freshy_copyright a.copyright_fs:hover {
	opacity: 0.8;
}

/* remove the bottom margin that Divi adds to the social media follow icons */
#fs-footer-bottom-bar .et_pb_social_media_follow li {
	margin-bottom: 0;
}

@media (min-width: 600px) {

	/* make the copyright elements be side by side at wider screens */
	#freshy_copyright {
		flex-direction: row;
	}

	/* change horizontal pipe divider to vertical on wider screens */
	#freshy_copyright span.copyright_via {
		width: 1px;
		height: 20px;
		margin: 0 10px;
	}
}

@media (max-width: 980px) {

	/* make sure the row has columns going side by side instead of stacked */
	#fs-footer-bottom-bar>.et_pb_row.et_pb_equal_columns {
		flex-direction: column;
	}

	/* when stacked, adjust the gap between stacked columns */
	#fs-footer-bottom-bar>.et_pb_row.et_pb_equal_columns>.et_pb_column {
		margin-bottom: 1rem;
	}

	/* swap the order of columns when stacked, to the first column is the last one 
	 * and give no bottom margin to the first column, since we re-ordered it to the bottom */
	#fs-footer-bottom-bar>.et_pb_row.et_pb_equal_columns>.et_pb_column:first-child {
		order: 1;
		margin-bottom: 0;
	}

	/* center the copyright stuff when columns are stacked */
	#freshy_copyright {
		justify-content: center;
	}

	/* remove left margin on first social icon in regular Divi footer (when not using Theme Builder) when stacked */
	#footer-bottom .et-social-icons li:first-child {
		margin-left: 0;
	}
}

/* -- END FOOTER -- */

/* -- RESPONSIVE -- */

/* do for mobile */
@media screen and (max-width: 767px) {

	/* hide on mobile */
	.hide-mobile {
		display: none;
	}
}

/* do for desktop */
@media screen and (min-width: 768px) {

	/* hide on desktop */
	.hide-desktop {
		display: none;
	}
}

/* -- END RESPONSIVE -- */

/* -- CHECKLIST -- */

.checklist ul {
	margin: 0;
	padding: 0 !important;
	list-style: none;
}

.checklist ul li {
	position: relative;
	padding-left: 30px;
	margin: 0 0 6px !important;
}

.checklist-columns-2 ul li,
.checklist-columns-3 ul li,
.checklist-columns-4 ul li {
	margin-bottom: 20px !important;
}

@media (max-width: 638px) {

	.checklist-columns-2 ul li,
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		margin-bottom: 20px !important;
	}

	.checklist-columns-2 ul li:last-child,
	.checklist-columns-3 ul li:last-child,
	.checklist-columns-4 ul li:last-child {
		margin-bottom: 0 !important;
	}
}

/* create columns of list items with this class */
@media (min-width: 639px) {

	.checklist-columns-2 ul::after,
	.checklist-columns-3 ul::after,
	.checklist-columns-4 ul::after {
		content: "";
		clear: both;
		display: table;
	}

	.checklist-columns-2 ul li,
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		float: left;
		width: 50%;
		padding-right: 30px;
	}

	.checklist-columns-2 ul li:nth-child(odd),
	.checklist-columns-3 ul li:nth-child(odd),
	.checklist-columns-4 ul li:nth-child(odd) {
		clear: both;
	}

	.checklist-columns-2-alt>ul,
	.checklist-columns-3-alt>ul,
	.checklist-columns-4-alt>ul {
		column-count: 2;
		column-gap: 20px;
	}

	.checklist-columns-2-alt ul li,
	.checklist-columns-3-alt ul li,
	.checklist-columns-4-alt ul li {
		break-inside: avoid-column;
	}
}

@media (min-width: 981px) {

	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		float: left;
		width: 33.333333%;
	}

	.checklist-columns-3 ul li:nth-child(odd),
	.checklist-columns-4 ul li:nth-child(odd) {
		clear: none;
	}

	.checklist-columns-3 ul li:nth-child(3n + 1),
	.checklist-columns-4 ul li:nth-child(3n + 1) {
		clear: both;
	}

	.checklist-columns-3-alt ul,
	.checklist-columns-4-alt ul {
		column-count: 3;
	}
}

@media (min-width: 1199px) {
	.checklist-columns-4 ul li {
		float: left;
		width: 25%;
	}

	.checklist-columns-4 ul li:nth-child(odd) {
		clear: none;
	}

	.checklist-columns-4 ul li:nth-child(3n + 1) {
		clear: none;
	}

	.checklist-columns-4 ul li:nth-child(4n + 1) {
		clear: both;
	}

	.checklist-columns-4-alt ul {
		column-count: 4;
	}
}

.checklist ul li::before {
	font-family: "ETModules";
	content: "\4e";
	width: 20px;
	margin: 0;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	color: #f51387;
	/* set font size helps make icon sharper */
	font-size: 22px;
	font-weight: normal;
}

.pluslist ul li::before {
	content: "\e050";
}

.externallist ul li::before {
	content: "\e906";
}

/* -- END CHECKLIST -- */

/* -- DIVI HACKS -- */

/* make parallax image be centered at the start */
.et_parallax_bg {
	background-position: center center;
}

/* Divi was turning off bottom padding on last paragraphs, when it should be only if it's the last child */
p:last-of-type,
p:not(.has-background):last-of-type {
	padding-bottom: 1em;
}

p:last-child,
p:not(.has-background):last-child {
	padding-bottom: 0;
}

/* if there are more than one paragraphin the Fullwidth Header module, they should have padding */
.et_pb_fullwidth_header p:not(:last-child) {
	padding-bottom: 1em;
}

/* -- END DIVI HACKS -- */

/* -- PASSWORD PROTECTED -- */

/* set a max width to make it only as wide as most content */
.post-password-required .et_password_protected_form {
	width: 80%;
	margin: 10% auto;
	max-width: 1140px;
}

/* give the input a border */
.post-password-required .et_password_protected_form p input {
	border: 1px solid !important;
}

/* remove the arrow on hover of the submit button */
.post-password-required .et_password_protected_form .et_submit_button::after {
	display: none;
}

/* -- END PASSWORD PROTECTED -- */

/* -- TESTIMONIALS PLUGIN -- */

/* flip quote so it's an opening quote icon for grid and slider versions */
.b3_archive_testimonials_grid article .b3_quote.grid_quote::before,
.et_pb_module.et_pb_testimonial_slider .et_pb_slides_testi::before {
	transform: scale(-1, -1);
}

/* -- END TESTIMONIALS PLUGIN -- */

/* -- GRAVITY FORMS -- */

/* confirmation (success) message */
.gform_confirmation_wrapper .gform_confirmation_message {
	font-size: 1.2rem;
	line-height: 1.5em;
	padding: 2rem;
	background: rgba(90, 90, 90, 0.1);
	text-align: center;
	padding-bottom: 45px;
}

/* -- END GRAVITY FORMS -- */

/* -- HELPERS -- */

/* use the "fullwidth-section" class on a SECTION to make a "standard" SECTION truly be fullwidth 
(NOTE: the SECTION needs THIS class) */
.fullwidth-section.et_pb_section {
	padding: 0;
}

.fullwidth-section.et_pb_section>.et_pb_row {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0;
}

/* use the "fullwidth-row" class on a SECTION to make a "full width" ROW truly be fullwidth 
(NOTE: the ROW module settings needs to be Gutter Width 1, and the SECTION needs THIS class,
and unlike the class above, THIS class will auto-add padding to the columns) */
.fullwidth-row.et_pb_section {
	padding: 0;
}

.fullwidth-row.et_pb_section .et_pb_row {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* helps add padding to each column */
.fullwidth-row.et_pb_section .et_pb_row>.et_pb_column {
	padding: 50px 10%;
}

@media (min-width: 767px) {
	.fullwidth-row.et_pb_section .et_pb_row>.et_pb_column {
		padding: 80px 6%;
	}
}

/* for some reason Divi removes bottom margin from modules if in column with no gutters, 
so we need to add margins back */
.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1>.et_pb_column .et_pb_module:not(:last-child) {
	margin-bottom: 30px;
}

@media (min-width: 981px) {
	.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1>.et_pb_column_2_3 .et_pb_module:not(:last-child) {
		margin-bottom: 4.242%;
	}

	.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1>.et_pb_column_1_3 .et_pb_module:not(:last-child) {
		margin-bottom: 9.27%;
	}
}

/* reduce gap between toggles if in fullwidth row */
.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1>.et_pb_column .et_pb_module.et_pb_toggle:not(:last-child) {
	margin-bottom: 3px;
}

@media (max-width: 980px) {

	/* use the "stacked-flex" class on a ROW to make it be flexbox when stacked, to help with adjusting order of stacked columns */
	.stacked-flex {
		display: flex;
		flex-wrap: wrap;
	}

	/* add the desired class to COLUMNS to designate their order when stacked within a "stacked-flex" ROW */
	.stacked-order-negative-4 {
		order: -4;
	}

	.stacked-order-negative-3 {
		order: -3;
	}

	.stacked-order-negative-2 {
		order: -2;
	}

	.stacked-order-negative-1 {
		order: -1;
	}

	.stacked-order-1 {
		order: 1;
	}

	.stacked-order-2 {
		order: 2;
	}

	.stacked-order-3 {
		order: 3;
	}

	.stacked-order-4 {
		order: 4;
	}

	/* adds margin to former "last" column that otherwise wouldn't have it */
	.stacked-flex:last-child .et_pb_column:last-child {
		margin-bottom: 30px;
	}
}

/* -- END HELPERS -- */

/* -- BLOG -- */

/* sidebar recent posts */
.et_pb_widget.widget_recent_entries ul li {
	margin-bottom: 1em;
}

/* sidebar recent posts dates */
.et_pb_widget.widget_recent_entries ul li span.post-date {
	display: table;
	font-size: 0.85em;
}

/* -- END BLOG -- */

/* Start Common css */
#page-container {
	overflow-x: hidden;
}

header .container,
#main-footer .container {
	width: 90% !important;
}

.et_pb_scroll_top.et-pb-icon {
	background: linear-gradient(180deg, #fddf03 0%, #f51387 95%);
	border-radius: 0;
	padding: 25px 0;
}

body {
	font-weight: 400 !important;
}

body #page-container #et-boc .cmn_btn_bg:hover {
	transition: 0.4s;
}

body #page-container #et-boc .cmn_btn_bg::after {
	font-size: 28px !important;
	right: 0px;
	background: linear-gradient(95deg, #fddf03 0%, rgba(229, 59, 181, 0.84) 98%);
	padding: 15.5px 14.5px !important;
	top: 0px;
	border-radius: 50px;
	box-shadow: -8px 1px 30px 0px rgba(0, 0, 0, 0.2);
}

/* body #page-container #et-boc .cmn_btn_bg:hover.cmn_btn_bg::after {
	background: linear-gradient(95deg, #e53bb5d6 0%, #fddf03 100%);
	transition: .2s;
} */
div#page-container .et_pb_button:hover {
  transform: scaleX(0.95) scaleY(0.95) !important;
}
@media (min-width: 981px) {
	.center-align {
		display: flex;
		align-items: center;
	}
}

@media screen and (min-width: 981px) and (max-width: 1250px) {
	#page-container .cmn_h h1 {
		font-size: 45px;
	}

	#page-container .cmn_h h2 {
		font-size: 35px;
	}

	#page-container .hero_h2 h2 {
		font-size: 25px;
		margin-bottom: 25px !important;
	}

	body #page-container #et-boc .et_pb_button {
		font-size: 15px;
	}
	body #page-container #et-boc .et_pb_button.big_btn {
		font-size: 13.5px;
	}
}

@media all and (max-width: 980px) {
	.column-reverse {
		display: flex;
		flex-direction: column-reverse;
	}

	.column-reverse .et_pb_column:first-child {
		margin-bottom: 0;
	}

	.column-reverse .et_pb_column:last-child {
		margin-bottom: 30px !important;
	}
}

@media all and (max-width: 767px) {
	body #page-container #et-boc .cmn_btn_bg::after {
		font-size: 22px !important;
		right: 0px;
		background: linear-gradient(95deg,
				#fddf03 0%,
				rgba(229, 59, 181, 0.84) 98%);
		padding: 12px 14px !important;
		top: 0px;
		border-radius: 50px;
		box-shadow: -8px 1px 30px 0px rgba(0, 0, 0, 0.2);
	}
}

@media all and (max-width: 585px) {
	.cmn_btn_bg {
		display: flex !important;
		align-items: center;
	}

	body #page-container #et-boc .cmn_btn_bg::after {
		top: auto;
	}
}

@media all and (max-width: 400px) {
	body #page-container #et-boc .cmn_btn_bg {
		font-size: 12px !important;
		padding-left: 8px !important;
		max-width: fit-content;
		padding-right: 50px !important;
	}

	body #page-container #et-boc .cmn_btn_bg.center_btn_mbl {
		margin: 0 auto;
	}

	body #page-container #et-boc .cmn_btn_bg::after {
		font-size: 16px !important;
	}
}

/* =============== Start Header css ================== */

#page-container .et-fixed-header #et-top-navigation {
	padding: 24px 0 0 0;
	padding-left: 0px !important;
}

#top-menu li {
	padding-right: 44px;
}

.header_btn {
	margin-left: 2vw;
	margin-right: 20px;
}

#logo {
	height: 26% !important;
	position: relative;
	top: 10px;
}

#page-container .et-fixed-header #logo {
	height: 40% !important;
	position: relative;
	top: 6px;
}

#top-menu-nav>ul>li>a:hover {
	color: #f51387;
	opacity: 1;
}
#top-menu li.current_page_item > a {
  color:#f51387 !important;
}
#et-boc .et-fixed-header #top-menu a:hover {
	color: #f51387 !important;
	opacity: 1;
}
#page-container .et-fixed-header #top-menu li.current-menu-item > a, .et-fixed-header #top-menu li.current_page_item > a {
  color: #f51387 !important;
}

#page-container .et-fixed-header #top-menu li.current_page_item.header_btn > a {
  color: #fff !important;
}

.et-fixed-header .logo_container {
	background: #fff;
	padding-left: 50px;
	padding-right: 35px;
	border-radius: 100px;
	box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.05);
}

.et-fixed-header {
	position: fixed;
	margin-top: 40px;
}
.et-fixed-header #et-top-navigation nav > ul > li > a{
	  padding-bottom: 43px !important;
}
div#page-container div#et-boc .et-fixed-header .header_btn {
	margin-right: 2vw;
}

div#page-container div#et-boc .header_btn>a {
	font-size: 18px;
	color: #fff!important;
/* 	background: #fff; */
	padding: 14px 70px 14px 20px !important;
	font-weight: 500;
	border-radius: 42px;
	line-height: 1.5em;
	text-align: center;
	box-shadow: -8px 1px 30px 0px rgba(0, 0, 0, 0.11);
	min-width: 186px;
}

body #page-container #et-boc .header_btn a:hover {
/* 	background: linear-gradient(95deg, #fcd809 0%, #f29750 98%) !important; */
	transition: .4s;
	transform: scaleX(0.95) scaleY(0.95) !important;
}

body #page-container #et-boc .header_btn::after:hover.header_btn {
	background-image: Url(/wp-content/uploads/black-heart.png),
		linear-gradient(95deg, #fcd809 0%, #f29750 98%) !important;
	transition: .2s;
}

body #page-container .header_btn:hover.header_btn::after {
	background-image: Url(/wp-content/uploads/black-heart.png),
		linear-gradient(95deg, #fcd809 0%, #f29750 98%) !important;
	transition: .2s;
}

#page-container #et-boc .header_btn a {
	color: #fff !important;
	background: linear-gradient(95deg, #fddf03 0%, #f51387 70%);
}

/* #page-container #et-boc .header_btn a:hover {
	color: #fff !important;
} */

#page-container #et-boc .et-fixed-header .header_btn a:hover {
	color: #fff !important;
	transition: .2s;
}

/* div#page-container div#et-boc .header_btn > a::after {
  display: none;
} */
div#page-container div#et-boc .header_btn>a:hover::after {
	display: none;
}

@media screen and (min-width: 981px) {
	#page-container #et-top-navigation {
		padding: 50px 0 0 0;
		padding-left: 0px !important;
	}
}

@media screen and (min-width: 981px) and (max-width: 1250px) {
	#logo {
		height: 20% !important;
		position: relative;
		top: 10px;
	}

	#top-menu li {
		padding-right: 30px;
	}

	.header_btn {
		margin-left: 3vw;
		margin-right: 0px;
	}

	header .container,
	#main-footer .container {
		width: 95% !important;
	}

	div#page-container div#et-boc .header_btn>a {
		font-size: 18px;
	}

	body #page-container #et-boc .et-fixed-header .header_btn::after {
		padding: 27px 28px !important;
	}

	body #page-container #et-boc .header_btn:hover.header_btn::after {
		padding: 27px 28px !important;
	}
}

@media screen and (min-width: 981px) and (max-width: 1099px) {
	#page-container .et-fixed-header #logo {
		height: 25% !important;
	}

	#page-container .et-fixed-header .header_btn {
		margin-left: 1vw;
	}
}

@media screen and (max-width: 980px) {
	#logo {
		height: 35% !important;
		position: relative;
		top: 0px;
	}

	.et_fixed_nav #main-header {
		padding-top: 10px;
		padding-bottom: 5px;
	}

	#main-header #mobile_menu.et_mobile_menu li a {
		padding-left: 0px;
		font-size: 16px;
		padding-bottom: 20px !important;
	}

	.header_btn {
		margin-left: 0vw;
	}

	div#page-container div#et-boc .header_btn>a {
		box-shadow: -8px 1px 30px 0px rgba(0, 0, 0, 0.04);
	}

	.header_btn {
		position: relative;
	}

	div#page-container div#et-boc .header_btn>a {
		text-align: left;
	}

	div#page-container div#et-boc .header_btn>a:hover {
		box-shadow: -8px 1px 30px 0px rgba(0, 0, 0, 0.1);
	}

	.et_mobile_menu li a:hover {
		background-color: transparent;
		opacity: 1;
		color: #f51387;
	}

	#main-header #mobile_menu.et_mobile_menu li.current-menu-item>a {
		font-weight: 500;
		color: #f51387;
	}

	.et-fixed-header .logo_container {
		display: none;
	}

	div#page-container div#et-boc .header_btn>a {
		font-size: 16px;
	}

	body #page-container #et-boc .header_btn::after {
		padding: 28px 28px !important;
	}
}

.et_mobile_menu li a {
	border-bottom: 1px solid rgb(0 0 0 / 0%) !important;
}

@media screen and (max-width: 420px) {
	#logo {
		max-width: 60% !important;
	}
}

/* =============== End Header css ================== */

/* =============== Start Footer css ================= */
div#page-container div#et-boc .footer_menu li {
	padding-left: 30px;
}

.footer_phone_icon {
	margin-left: 35px;
}

.footer_phone_icon img {
	position: relative;
	top: 4px;
	right: 3px;
}

.footer_mail_icon {
	margin-left: 28px;
}

.footer_mail_icon img {
	position: relative;
	top: 4px;
	right: 3px;
}

.footer_section .et_pb_social_media_follow li a {
	margin-right: 22px;
}

.footer_section .et_pb_social_media_follow li:last-child a {
	margin-right: 0px;
}

@media screen and (min-width: 981px) {
	.footer_section .et_pb_menu__wrap {
		justify-content: end;
	}
}

@media screen and (min-width: 981px) and (max-width: 1290px) {
	.footer_section ul.et_pb_social_media_follow_0_tb_footer {
		margin-left: 0px !important;
	}

	div#page-container .et_pb_social_media_follow .icon::before {
		font-size: 16px;
	}

	div#page-container div#et-boc .footer_menu li {
		padding-left: 20px;
	}

	div#page-container div#et-boc .footer_logo img {
		max-width: 80%;
	}
}

@media screen and (max-width: 980px) {
	.pa-open-mobile-menu .et_pb_menu__menu {
		display: flex !important;
	}

	.pa-open-mobile-menu .et_mobile_nav_menu {
		display: none !important;
	}

	.footer_menu .et_pb_menu__logo-wrap {
		margin-bottom: 25px;
	}

	div#page-container div#et-boc .copyright_row .et_pb_column {
		margin-bottom: 20px !important;
	}

	div#page-container div#et-boc .footer_menu li:first-child {
		padding-left: 0px;
	}

	div#page-container div#et-boc .footer_menu li {
		padding-left: 15px;
	}

	.copyright_col2 {
		display: none;
	}

	div#page-container div#et-boc .footer_menu .et-menu>li:last-child {
		padding-right: 0 !important;
	}
}

@media screen and (max-width: 767px) {
	.footer_phone_icon {
		margin-left: 0px;
	}

	.footer_mail_icon {
		margin-left: 0px;
	}

	div#page-container div#et-boc .footer_menu ul li a {
		font-size: 16px;
	}
}

@media screen and (max-width: 480px) {
	div#page-container div#et-boc .footer_menu .et-menu>li {
		padding-right: 0px;
	}

}

/* =============== End Footer css ================= */

/* ============== Start Hero section css ================= */
div#page-container div#et-boc .hero_section h2 {
	font-weight: 400;
}

.hero_section {
	padding-top: 0px !important;
}
@media screen and (min-width: 1367px){
	div#page-container .hero_section .et_pb_row{
		max-width: 1170px;
	}
}
@media screen and (min-width: 981px) and (max-width: 1366px) {
	div#page-container div#et-boc .hero_section {
		background-size: 48% auto;
	}
}

@media screen and (min-width: 981px) and (max-width: 1199px) {
	div#page-container .hero_col1 {
		padding-bottom: 3vw;
	}
}

@media screen and (max-width: 767px) {
	.hero_section {
		padding-top: 7em !important;
	}
}

/* ============== End Hero section css ================= */

/* ================ Start Book section css ===================== */

@media screen and (min-width: 981px) and (max-width: 1199px) {
	div#page-container div#et-boc .left_shape1_col1 .et_pb_image {
		margin-left: 0px !important;
	}

	div#page-container div#et-boc .left_shape1_col1 {
		padding-left: 20px;
	}
}

/* =========== Start Download chapter css ============== */
.gform_heading {
	display: none;
}

.contact_form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	background-color: #fff;
	border: 0;
	font-size: 16px;
	color: #000;
	padding: 15px;
	line-height: initial;
	height: initial;
	border-radius: 50px;
	margin-top: 0px !important;
	padding-left: 25px;
}

#page-container #et-boc .contact_form .gform_wrapper.gravity-theme .gform_footer {
	margin-top: 0px;
	padding-top: 5px;
}

#page-container #et-boc .contact_form .gform_wrapper .gform_footer input.button {
	border-radius: 50px;
	font-size: 18px;
	font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	background-image: linear-gradient(90deg, #fddf03 0%, #f51387 70%);
	border: none;
	padding: 16px 75px 15px 25px;
}

/* #page-container #et-boc .contact_form .gform_wrapper .gform_footer input.button:hover {
	background-image: linear-gradient(90deg, #f51387 0%, #fddf03 100%);
	background-color: transparent;
	transition: .2s;
} */

#page-container #et-boc .contact_form .gform_footer {
	position: relative;
	display: inline-block;
}

#page-container #et-boc .contact_form .gform_footer::before {
	content: "";
	display: block;
	position: absolute;
	font-size: 28px !important;
	right: 0px;
	padding: 28px 29px !important;
	top: 14px;
	border-radius: 50px;
	box-shadow: -8px 1px 30px 0px rgba(0, 0, 0, 0.11);
	background-image: Url(/wp-content/uploads/download-arrow.png),
		linear-gradient(95deg, rgb(253, 223, 3) 0%, rgba(229, 59, 181, 0.84) 98%) !important;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

/* #page-container #et-boc .contact_form .gform_footer:hover.gform_footer::before {
	background-image: Url(/wp-content/uploads/download-arrow.png),
		linear-gradient(95deg, #e53bb5d6 0%, #fddf03 100%) !important;
	transition: .2s;
} */

#page-container #et-boc .contact_form .gform_footer {
	transition: all 300ms ease 0ms;
}

#page-container #et-boc .contact_form .gform_wrapper .gform_footer input.button {
	border-radius: 50px;
	font-size: 15px;
	font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	background-image: linear-gradient(90deg, #fddf03 0%, #f51387 70%);
	border: none;
	padding: 16px 75px 15px 25px;
}

/* #page-container #et-boc .contact_form .gform_wrapper .gform_footer input.button:hover {
	background-image: linear-gradient(90deg, #f51387 0%, #fddf03 100%);
	background-color: transparent;
	transition: .4s;
} */
#page-container #et-boc .contact_form  .gform_footer:hover{
		transition: .4s;
	transform: scaleX(0.95) scaleY(0.95) !important;
}
#page-container #et-boc .download-chapter-btn {
	position: relative;
	display: inline-block;
}

#page-container #et-boc .download-chapter-btn::before {
	content: "";
	display: block;
	position: absolute;
	font-size: 28px !important;
	right: 0px;
	padding: 26px 26px !important;
	top: 0px;
	border-radius: 50px;
	box-shadow: -8px 1px 30px 0px rgba(0, 0, 0, 0.11);
	background-image: Url(/wp-content/uploads/download-arrow.png),
		linear-gradient(95deg, rgb(253, 223, 3) 0%, rgba(229, 59, 181, 0.84) 98%) !important;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

#page-container #et-boc .download-chapter-btn:hover.download-chapter-btn::before {
	background-image: Url(/wp-content/uploads/download-arrow.png),
		linear-gradient(95deg, #e53bb5d6 0%, #fddf03 100%) !important;
	transition: .2s;
}

div#page-container .download-chapter-btn {
	padding: 12px 75px 12px 25px;
	background-image: linear-gradient(90deg, #fddf03 0%, #f51387 70%);
	border-radius: 50px !important;
	color: #fff;
}

div#page-container .download-chapter-btn:hover {
	background-image: linear-gradient(90deg, #f51387 0%, #fddf03 100%);
	transition: .2s;
}

.download_chapter_row strong {
	font-weight: 600;
}

div#page-container .contact_form textarea::-webkit-input-placeholder,
div#page-container .contact_form input::-webkit-input-placeholder,
div#page-container .contact_form select::-webkit-select-placeholder {
	opacity: 1 !important;
	color: #c3c3c3 !important;
}

div#page-container .contact_form textarea::-moz-placeholder,
div#page-container .contact_form input::-moz-placeholder,
div#page-container .contact_form select::-moz-placeholder {
	opacity: 1 !important;
	color: #c3c3c3 !important;
}

div#page-container .contact_form textarea:-ms-input-placeholder,
div#page-container .contact_form input:-ms-input-placeholder,
div#page-container .contact_form select:-ms-select-placeholder {
	opacity: 1 !important;
	color: #c3c3c3 !important;
}

.gform_confirmation_wrapper .gform_confirmation_message {
	border-radius: 16px;
}

@media screen and (min-width: 981px) and (max-width: 1250px) {
	#page-container #et-boc .contact_form .gform_footer::before {
		padding: 28px 29px !important;
		top: 13px;
	}

	#page-container #et-boc .download-chapter-btn::before {
		padding: 26px 27px !important;
	}

	#page-container #et-boc .download-chapter-btn {
		font-size: 15px;
	}

	#page-container #et-boc .contact_form .gform_wrapper .gform_footer input.button {
		font-size: 15px;
	}
}

@media screen and (max-width: 980px) {
	#page-container #et-boc .contact_form .gform_footer::before {
		padding: 28px 28px !important;
		top: 13px;
	}

	#page-container #et-boc .download-chapter-btn::before {
		padding: 26px 26px !important;
	}

	#page-container #et-boc .download-chapter-btn {
		font-size: 15px;
	}

	#page-container #et-boc .contact_form .gform_wrapper .gform_footer input.button {
		font-size: 15px;
	}
}

@media screen and (max-width: 767px) {
	#page-container #et-boc .download-chapter-btn::before {
		padding: 25px 25px !important;
	}

	#page-container #et-boc .download-chapter-btn {
		padding: 11px 75px 10px 25px;
	}

	#page-container #et-boc .contact_form .gform_footer::before {
		padding: 24px 24px !important;
		top: 12px;
	}

	#page-container #et-boc .contact_form .gform_wrapper .gform_footer input.button {
		padding: 11px 75px 10px 25px;
	}
}

@media screen and (max-width: 641px) {
	#page-container #et-boc .download-chapter-btn::before {
		padding: 25px 25px !important;
	}

	#page-container #et-boc .contact_form .gform_footer::before {
		padding: 26px 26px !important;
	}
}

/* =========== End Download chapter css ============== */

/* ================= Start Jennifer Tiras Mother css =============== */
.title_bar {
	color: #c3c3c3;
}

@media screen and (min-width: 981px) {
	.mother_empathetic_col1 {
		width: 45% !important;
	}
}

/* ================= End Jennifer Tiras Mother css =============== */

/* =============== Start Image slider css ================= */
.n2-ss-slide {
	border-radius: 12px !important;
}

#page-container #et-boc div#n2-ss-2 .nextend-bullet-bar .n2-bullet.n2-active {
	background: linear-gradient(90deg, #fddf03 0%, #e53bb5 95%) !important;
	margin-right: 10px;
}

div#n2-ss-2 .n2-style-9c5b46fd9789f3affddff2be36a4105d-dot:hover {
	background: linear-gradient(90deg, #fddf03 0%, #e53bb5 95%) !important;
	transition: .2s;
}

#page-container #et-boc div#n2-ss-2 .n2-style-9c5b46fd9789f3affddff2be36a4105d-dot {
	margin-right: 12px;
}

.litebox-close {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 18% !important;
	right: 30% !important;
	cursor: pointer;
}

@media screen and (max-width: 480px) {
	.litebox-next {
		background-size: 40px !important;
	}

	.litebox-prev {
		background-size: 40px !important;
	}
}

/* =============== End Image slider css ================= */

/* ============== Start Testimonial css =============== */

div#n2-ss-3 .n2-style-a5562ecdc0a928dedb2bbfe361001d50-dot.n2-active {
	background: linear-gradient(90deg, #fddf03 0%, #e53bb5 95%) !important;
	margin-right: 10px;
}

div#n2-ss-3 .n2-style-a5562ecdc0a928dedb2bbfe361001d50-dot:hover {
	background: linear-gradient(90deg, #fddf03 0%, #e53bb5 95%) !important;
	transition: .2s;
}

div#n2-ss-3 .n2-style-a5562ecdc0a928dedb2bbfe361001d50-dot {
	margin-right: 12px !important;
}

div#n2-ss-3 .nextend-arrow img {
	background: linear-gradient(90deg, #e53bb5 0%, #fddf03 95%) !important;
}

div#n2-ss-3 .nextend-arrow img:hover {
	background: linear-gradient(90deg, #fddf03 0%, #e53bb5 95%) !important;
}

#page-container #et-boc div#n2-ss-3 .nextend-arrow img {
	width: 10px;
	padding: 12px 15px;
	border-radius: 50px;
}

@media screen and (min-width: 981px) and (max-width: 1250px) {
	#page-container #et-boc #n2-ss-3-arrow-previous {
		margin-right: 16px !important;
	}

	#page-container #et-boc #n2-ss-3-arrow-next {
		margin-left: 16px !important;
	}

	#page-container #et-boc div#n2-ss-3 .n2-font-00a1ea8801acc028a9c95bc6b2f50991-paragraph {
		font-size: 18px;
	}
}

@media screen and (min-width: 981px) and (max-width: 1160px) {
	#page-container #et-boc #n2-ss-3-arrow-previous {
		display: none;
	}

	#page-container #et-boc #n2-ss-3-arrow-next {
		display: none;
	}
}

@media screen and (max-width: 980px) {
	#page-container #et-boc div#n2-ss-3 .n2-font-00a1ea8801acc028a9c95bc6b2f50991-paragraph {
		font-size: 18px;
	}

	#page-container #et-boc div#n2-ss-3 .n2-ss-layer {
		padding: 10px 10px 10px 10px !important;
	}
}

@media screen and (max-width: 767px) {
	#page-container #et-boc div#n2-ss-3 .n2-ss-slide {
		height: 400px;
	}

	div#n2-ss-3 .n2-font-80ad16131bcd8e3da6e509f73309ef69-paragraph {
		font-size: 16px !important;
	}
}

/* ============== End Testimonial css =============== */

/* ============= Start Blog css ================= */
.blog_search .dp-dfg-skin-default .dp-dfg-search {
  display:flex;
  justify-content: start;
  margin-left: 50px;
}
.dp-dfg-skin-default .dp-dfg-image img {
	display: block;
	width: 74%;
	max-width: 74%;
	border-radius: 100%;
	margin: auto;
	margin-bottom: 20px;
}

#page-container #et-boc .home_tips_blog .et_pb_button.dp-dfg-more-button {
	border-bottom: 2px solid !important;
	border-image: linear-gradient(90deg, #e53bb5 0%, #fddf03 95%) 1 !important;
	border-radius: 0px;
	padding: 0px !important;
}

.home_tips_blog .entry-title {
	max-width: 255px;
	margin: auto;
}

.dp-dfg-header {
	margin-bottom: 8px;
}

body #page-container #et-boc .home_tips_blog .read-more-wrapper {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-bottom: 15px !important;
	transform: translate(-50%);
	width: 100%;
}

.home_tips_blog .dp-dfg-layout-grid .dp-dfg-item {
	padding-bottom: 7em;
}

body #page-container .dp-dfg-load-more-button {
	background: linear-gradient(#fff6f1, #fff6f1) padding-box,
		linear-gradient(90deg, #e53bb5 0%, #fddf03 95%) border-box;
	border: 2px solid transparent !important;
	border-radius: 50px !important;
}

#page-container #et-boc .et_pb_button.dp-dfg-load-more-button:hover {
	padding: 13px 27px;
	transition: .2s;
}

@media screen and (min-width: 1367px) {
	#page-container #et-boc .home_tips_blog {
		padding-right: 12vw;
		padding-left: 12vw;
	}
}

@media screen and (min-width: 981px) and (max-width: 1318px) {
	#page-container #et-boc .home_tips_blog h3 {
		font-size: 18px !important;
	}

	#page-container #et-boc .home_tips_blog h2 {
		font-size: 18px !important;
	}
}

@media screen and (max-width: 479px) {
	.home_tips_blog .dp-dfg-skin-default .dp-dfg-image img {
		max-width: 50%;
		margin-bottom: 15px;
	}
.blog_search .dp-dfg-skin-default .dp-dfg-search {
  display:flex;
  justify-content: center;
  margin-left: 0px;
}
}

@media screen and (max-width: 400px) {
	#page-container #et-boc .home_tips_blog .et_pb_button.dp-dfg-load-more-button {
		font-size: 12px !important;
	}
}

/* ============= End Blog css ================= */

/*About Page */

#page-container #et-boc .inner_banner_resp {
	padding-top: 130px !important;
}

#page-container #et-boc .inner_banner_resp .header-content {
	max-width: 1200px;
}

@media screen and (max-width: 980px) {
	#page-container #et-boc .inner_banner_resp {
		padding-top: 145px !important;
	}
}

@media screen and (max-width: 520px) {
	#page-container #et-boc .inner_banner_resp .header-content {
		width: 95%;
	}

	#page-container #et-boc .inner_banner_resp {
		padding-top: 120px !important;
		padding-bottom: 20px !important;
	}
}

/* Book Page  */

/* ============= Start Book page section-2 css ============== */
.brand_log_2 {
	position: relative;
	top: -10px;
	left: 10px;
}

.brand_log_3 {
	position: relative;
	left: 20px;
}

@media screen and (max-width: 767px) {
	.book_row {
		background-position: right -4% top -24% !important;
	}
}

@media screen and (max-width: 520px) {
		.book_row {
		background-position: right -4% top -19% !important;
	}
}
@media screen and (max-width: 345px) {
	.brand_log_3 {
		left: 0px;
	}
		.book_row {
		background-position: right -4% top -17% !important;
	}
}

/* ============= End Book page section-2 css ============== */

/* Contact page  */

/* =============== Start contact form css ============== */
.contact_form_2 .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	background-color: #fff;
	border: 0;
	font-size: 16px;
	color: #000;
	padding: 15px;
	line-height: initial;
	height: initial;
	border-radius: 50px;
	margin-top: 0px !important;
	padding-left: 25px;
}

#page-container #et-boc .contact_form_2 .gform_wrapper.gravity-theme .gform_footer {
	margin-top: 0px;
	padding-top: 5px;
}

#page-container #et-boc .contact_form_2 .gform_wrapper .gform_footer input.button {
	border-radius: 50px;
	font-size: 18px;
	font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	background-image: linear-gradient(90deg, #fddf03 0%, #f51387 70%);
	border: none;
	padding: 16px 75px 15px 25px;
}

/* #page-container #et-boc .contact_form_2 .gform_wrapper .gform_footer input.button:hover {
	background-image: linear-gradient(90deg, #f51387 0%, #fddf03 100%);
	background-color: transparent;
	transition: .2s;
} */

#page-container #et-boc .contact_form_2 .gform_footer {
	position: relative;
	display: inline-block;
}

#page-container #et-boc .contact_form_2 .gform_footer::before {
	content: "";
	display: block;
	position: absolute;
	font-size: 28px !important;
	right: 0px;
	padding: 28px 29px !important;
	top: 14px;
	border-radius: 50px;
	box-shadow: -8px 1px 30px 0px rgba(0, 0, 0, 0.11);
	background-image: Url(/wp-content/uploads/heart.png),
		linear-gradient(95deg, rgb(253, 223, 3) 0%, rgba(229, 59, 181, 0.84) 98%) !important;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

/* #page-container #et-boc .contact_form_2 .gform_footer:hover.gform_footer::before {
	background-image: Url(/wp-content/uploads/heart.png),
		linear-gradient(95deg, #e53bb5d6 0%, #fddf03 100%) !important;
	transition: .2s;
} */

#page-container #et-boc .contact_form_2 .gform_wrapper .gform_footer input.button {
	border-radius: 50px;
	font-size: 16px;
	font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	background-image: linear-gradient(90deg, #fddf03 0%, #f51387 70%);
	border: none;
	padding: 16px 75px 15px 25px;
}

/* #page-container #et-boc .contact_form_2 .gform_wrapper .gform_footer input.button:hover {
	background-image: linear-gradient(90deg, #f51387 0%, #fddf03 100%);
	background-color: transparent;
	transition: .2s;
} */
#page-container .contact_form_2 .gform_footer:hover{
		transition: .4s;
	transform: scaleX(0.95) scaleY(0.95) !important;
}
.contact_form_2 .gform_wrapper textarea.textarea {
	background-color: #fff;
	border: 0;
	font-size: 16px;
	color: #000;
	padding: 16px;
	padding-left: 16px;
	line-height: initial;
	height: initial;
	border-radius: 24px;
	padding-left: 25px;
	resize: none;
}

div#page-container .contact_form_2 textarea::-webkit-input-placeholder,
div#page-container .contact_form_2 input::-webkit-input-placeholder,
div#page-container .contact_form_2 select::-webkit-select-placeholder {
	opacity: 1 !important;
	color: #c3c3c3 !important;
}

div#page-container .contact_form_2 textarea::-moz-placeholder,
div#page-container .contact_form_2 input::-moz-placeholder,
div#page-container .contact_form_2 select::-moz-placeholder {
	opacity: 1 !important;
	color: #c3c3c3 !important;
}

div#page-container .contact_form_2 textarea:-ms-input-placeholder,
div#page-container .contact_form_2 input:-ms-input-placeholder,
div#page-container .contact_form_2 select:-ms-select-placeholder {
	opacity: 1 !important;
	color: #c3c3c3 !important;
}

body .gform_wrapper .hidden_label textarea.textarea {
	margin-top: 0px !important;
}

@media only screen and (max-width: 641px) {
	#page-container #et-boc .contact_form_2 .gform_wrapper .gform_footer input.button {
		padding: 16px 75px 10px 25px;
	}
}

/* =============== End contact form css ============== */

/* Press Page */

/* ============= Start Press link css ============== */
body #page-container .press_link,
body #page-container .col_bordr_r .et_pb_column{
	background: linear-gradient(#fff, #fff) padding-box,
		linear-gradient(90deg, #e53bb5 0%, #fddf03 95%) border-box;
	border: 2px solid transparent !important;
	border-radius: 16px !important;
}

/* #page-container #et-boc .press_link:hover {
	background-image: linear-gradient(90deg, #f51387 0%, #fddf03 100%);
} */

/* #page-container #et-boc .press_link:hover .et-waypoint {
	color: #fff !important;
}

#page-container #et-boc .press_link:hover h3 {
	color: #fff !important;
} */
.list_item ul li::marker {
  color: #f51387;
}
body #page-container .pdf_btn {
border-bottom: 2px solid !important;
border-image: linear-gradient(90deg, #e53bb5 0%, #fddf03 95%) 1 !important;
border-radius: 0px;
padding: 0px !important;
}
div#page-container .pdf_btn:hover {
  transform: scaleX(0.95) scaleY(0.95) !important;
}
@media only screen and (min-width: 981px) and (max-width: 1250px) {
	.press_link h3 {
		font-size: 16px;
	}
}

/* ============= End Press link css ============== */

/* ============== Start Podcast css ================ */
body #page-container #et-boc .podcast_btn::after {
	font-size: 25px !important;
	right: 0px;
	background: linear-gradient(95deg, #fddf03 0%, rgba(229, 59, 181, 0.84) 98%);
	padding: 14px 14.5px !important;
	top: 0px;
	border-radius: 50px;
	box-shadow: -8px 1px 30px 0px rgba(0, 0, 0, 0.2);
}

/* body #page-container #et-boc .podcast_btn:hover.podcast_btn::after {
	background: linear-gradient(95deg, #e53bb5d6 0%, #fddf03 100%);
	transition: .2s;
} */

#page-container .blurb_btn_section .et_pb_button_module_wrapper {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-bottom: 50px !important;
	transform: translate(-50%);
	width: 100%;
}

@media screen and (max-width: 980px) {
	.podcast_blurb img {
		width: 870px;
	}

	#page-container .blurb_btn_section .et_pb_button_module_wrapper {
		position: absolute;
		left: 50%;
		bottom: 0;
		margin-bottom: 35px !important;
		transform: translate(-50%);
		width: 100%;
	}

	#page-container .podcast_blurb {
		margin-bottom: 0px;
	}
}

/* ============== End Podcast css ================ */
/* ================= Start Blog css ======================= */
.home_tips_blog .et-pb-icon.dp-dfg-search-icon {
	background: linear-gradient(90deg, #f51387 0%, #fddf03 70%);
	color: #fff;
	border-radius: 0px 5px 5px 0px;
}

body #page-container .home_tips_blog .dp-dfg-search-input {
	background: linear-gradient(#fff6f1, #fff6f1) padding-box,
		linear-gradient(90deg, #f51387 0%, #fddf03 70%) border-box;
	border: 2px solid transparent !important;
	border-radius: 5px 0px 0px 5px !important;
}

.home_tips_blog .dp-dfg-search {
	margin-bottom: 20px;
}

.blurb_btn_section .et_pb_blurb_container {
	padding-left: 20px;
	padding-right: 20px;
}

/* ================= End Blog css ======================= */

/* =============== Start Download section css ================ */
body #page-container #et-boc .download_row .download_btn::after {
	content: "";
	display: block;
	position: absolute;
	font-size: 28px !important;
	right: 0px;
	padding: 28px 29px !important;
	top: 0px;
	border-radius: 50px;
	box-shadow: -8px 1px 30px 0px rgba(0, 0, 0, 0.11);
	background-image: Url(/wp-content/uploads/download-arrow.png),
		linear-gradient(95deg, rgb(253, 223, 3) 0%, rgba(229, 59, 181, 0.84) 98%) !important;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

/* body #page-container #et-boc .download_row .download_btn:hover.download_btn::after {
	background-image: Url(/wp-content/uploads/download-arrow.png),
		linear-gradient(95deg, #e53bb5d6 0%, #fddf03 100%) !important;
	transition: .2s;
} */

@media screen and (max-width: 767px) {
	body #page-container #et-boc .download_row .download_btn::after {
		padding: 24.8px 25px !important;
	}
}

@media screen and (max-width: 400px) {
	body #page-container #et-boc .book_cover_col {
		background-position: right -18% top -54%;
	}
}

/* =============== End Download section css ================ */
/* Tips & Resources page */

/* ============== Start Tips resources css ================== */

body #page-container #et-boc .buy_now_btn::after {
	font-size: 24px !important;
	right: 0px;
	background: linear-gradient(95deg, #fddf03 0%, rgba(229, 59, 181, 0.84) 98%);
	padding: 15.5px 14.5px !important;
	top: 0px;
	border-radius: 50px;
	box-shadow: -8px 1px 30px 0px rgba(0, 0, 0, 0.2);
}

/* body #page-container #et-boc .buy_now_btn:hover.buy_now_btn::after {
	background: linear-gradient(95deg, #e53bb5d6 0%, #fddf03 100%);
	transition: .2s;
} */

@media screen and (max-width: 767px) {
	body #page-container #et-boc .buy_now_btn::after {
		padding: 12.8px 11px !important;
	}
}

/* @media screen and (min-width: 479px) and (max-width: 767px){
		body #page-container #et-boc .tips_product_row .et_pb_image_wrap{
		margin-right:75px !important;
	}
} */
@media screen and (max-width: 675px) {
	body #page-container .product_row {
		width: 85%;
	}
}

/* @media screen and (max-width: 400px) {
	body #page-container .product_row .et_pb_image_wrap {
		margin-right: 90px !important;
	}
} */

/* ============== End Tips resources css ================== */


/* ============== Start tips & resourse Testimonial css =============== */

div#n2-ss-5 .n2-style-a5562ecdc0a928dedb2bbfe361001d50-dot.n2-active {
	background: linear-gradient(90deg, #fddf03 0%, #e53bb5 95%) !important;
	margin-right: 10px;
}

div#n2-ss-5 .n2-style-a5562ecdc0a928dedb2bbfe361001d50-dot:hover {
	background: linear-gradient(90deg, #fddf03 0%, #e53bb5 95%) !important;
	transition: .2s;
}

div#n2-ss-5 .n2-style-a5562ecdc0a928dedb2bbfe361001d50-dot {
	margin-right: 12px !important;
}

div#n2-ss-5 .nextend-arrow img {
	background: linear-gradient(90deg, #e53bb5 0%, #fddf03 95%) !important;
}

div#n2-ss-5 .nextend-arrow img:hover {
	background: linear-gradient(90deg, #fddf03 0%, #e53bb5 95%) !important;
}

#page-container #et-boc div#n2-ss-5 .nextend-arrow img {
	width: 10px;
	padding: 12px 15px;
	border-radius: 50px;
}

@media screen and (min-width: 981px) and (max-width: 1250px) {
	#page-container #et-boc #n2-ss-5-arrow-previous {
		margin-right: 16px !important;
	}

	#page-container #et-boc #n2-ss-5-arrow-next {
		margin-left: 16px !important;
	}

	#page-container #et-boc div#n2-ss-5 .n2-font-00a1ea8801acc028a9c95bc6b2f50991-paragraph {
		font-size: 18px;
	}
}

@media screen and (min-width: 981px) and (max-width: 1160px) {
	#page-container #et-boc #n2-ss-5-arrow-previous {
		display: none;
	}

	#page-container #et-boc #n2-ss-5-arrow-next {
		display: none;
	}
}

@media screen and (max-width: 980px) {
	#page-container #et-boc div#n2-ss-5 .n2-font-00a1ea8801acc028a9c95bc6b2f50991-paragraph {
		font-size: 18px;
	}

	#page-container #et-boc div#n2-ss-5 .n2-ss-layer {
		padding: 10px 10px 10px 10px !important;
	}
}

@media screen and (max-width: 767px) {
	#page-container #et-boc div#n2-ss-5 .n2-ss-slide {
		height: 400px;
	}

	div#n2-ss-5 .n2-font-80ad16131bcd8e3da6e509f73309ef69-paragraph {
		font-size: 16px !important;
	}
}

/* ============== End tips & resourseTestimonial css =============== */

/* ============= start 404 page css ================== */

body #page-container #et-boc .error_btn::after {
	font-size: 28px;
	right: 0px;
	background: linear-gradient(95deg, #fddf03 0%, rgba(229, 59, 181, 0.84) 98%);
	padding: 15px 20px !important;
	top: 0px;
	border-radius: 50px;
	box-shadow: -8px 1px 30px 0px rgba(0, 0, 0, 0.2);
}

body #page-container #et-boc .error_btn:hover.error_btn::after {
	background: linear-gradient(95deg, #e53bb5d6 0%, #fddf03 100%);
	transition: .2s;
}

@media screen and (max-width: 767px) {
	body #page-container #et-boc .error_btn::after {
		padding: 12.5px 16px !important;
	}
}

/* ============= End 404 page css ================== */

/* ================= Start Cookie css ================= */
.cky-btn-revisit-wrapper {
	background: linear-gradient(90deg, #f51387 0%, #fddf03 100%) !important;
}

.cky-btn {
	background-color: transparent;
	color: #fff !important;
	border: 0px !important;
	background: linear-gradient(90deg, #fddf03 0%, #f51387 70%) !important;
	opacity: 1 !important;
	position: relative;
	z-index: 3;
}

.cky-btn::after {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	background: linear-gradient(90deg, #fddf03 0%, #f51387 70%);
	content: "";
	border-radius: 0px;
	opacity: 0;
	z-index: -1;
	transition: 0.3s ease-in;
	transform: scale(0);
}

.cky-btn:hover::after {
	transform: scale(1) !important;
}

/* ================= End Cookie css ================= */

div#page-container div#et-boc .header_btn>a::after {
	content: "";
	display: block !important;
	position: absolute;
	font-size: 28px !important;
	left: 85%; 
	transform: translateX(-50%);
	right: 0px;
	padding: 27px 28px !important;
	top: 0px;
	border-radius: 50px;
	box-shadow: -8px 1px 30px 0px rgba(0, 0, 0, 0.11);
	background-image: Url(/wp-content/uploads/heart.png), linear-gradient(95deg, #fddf03 0%, rgba(229, 59, 181, 0.84) 98%) !important;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

/* div#page-container div#et-boc .header_btn>a:hover:after {
	content: "";
	display: block !important;
	width: 0px !important;
	background-image: Url(/wp-content/uploads/heart.png);
} */

div#page-container div#et-boc .current-menu-item.header_btn>a::after {
	width: 0 !important;
}


div#page-container div#et-boc .et-fixed-header .header_btn>a::after {
	background-image: Url(/wp-content/uploads/heart.png),
		linear-gradient(95deg, #fddf03 0%, rgba(229, 59, 181, 0.84) 98%) !important;
	padding: 27px 28px !important;
}

div#page-container div#et-boc .et-fixed-header .header_btn>a::hover:after {
	background-image: Url(/wp-content/uploads/black-heart.png),
		linear-gradient(95deg, rgba(253, 223, 3, 0) 0%, rgba(229, 59, 181, 0) 98%) !important;
}

@media screen and (min-width: 981px) and (max-width: 1250px) {
	div#page-container div#et-boc .header_btn>a::after {
		padding: 26px 27px !important;
	}

	div#page-container div#et-boc .et-fixed-header .header_btn>a::after {
		padding: 26px 28px !important;
	}
}
@media screen and (max-width: 980px) {
body #page-container #et-boc .header_btn a:hover {
	transform: none !important;
}
	div#page-container div#et-boc .header_btn > a::after{
		left:unset !important;
transform: unset !important;
	}
}

.home #top-menu li a {
	color: #373737;
}
.post-template-default.et_header_style_left #et-top-navigation nav > ul > li > a, .post-template-default.et_header_style_split #et-top-navigation nav > ul > li > a{
	color: #000;
}
/****Justify content row***/
@media (min-width: 981px){
.justify_cnt_row {
    justify-content: center !important;
    display: flex;
}
}
/*****Tips and Ideas Section******/
body #page-container .tips_ideas_blurb_r .et_pb_column{
    display: flex;
}
body #page-container .tips_ideas_blurb{
    margin: auto;
}
/***Home 5 buttons fix**/
body .home_tips_row_btn_r .et_pb_column{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
@media (max-width: 767px){
	body .home_tips_row_btn_r .et_pb_column{
		flex-direction: column;
	}
}
/***Tips And resources Product title and button fix***/
body .tips_product_row .et_pb_column{
    display: flex;
    flex-direction: column;
}
body #page-container #et-boc .tips_product_blrb_r .et_pb_blurb_content h3{
	padding-left: 10px;
	padding-right: 10px;
}

@media (max-width: 980px){
	body .shape_row{
		background-position:top -7% right !important;
	}
	body #page-container #et-boc .big_btn {
		margin: 0 auto !important;
	}
	body #page-container #et-boc .cmn_big_btn {
		margin: 0 auto !important;
	}
}



@media (max-width: 767px){
	body .shape_row{
		background-size: 35% !important;
	}
}
@media screen and (min-width:500px) and (max-width: 980px) {
	body .shape_row{
		background-size: 25% !important;
	}
}