* {
	font-family: 'Josefin Sans', sans-serif;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #c69361;
}

b, strong {
	font-weight: 700;
}

p {
	font-weight: 300;
}

h2 {
	font-weight: 700;
    font-size: 48px;
    letter-spacing: 5px;
    margin-bottom: 30px;
}

header {
	background-color: #040503;
	padding: 10px 0;
}

header.show-on-320, header.show-on-768 {
	display: none;
}

header.show-on-320 .mobile-menu, header.show-on-768 .mobile-menu {
	height: auto;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height 500ms ease;
    -moz-transition: max-height 500ms ease;
    -o-transition: max-height 500ms ease;
    transition: max-height 500ms ease;
}

header.show-on-320 i, header.show-on-768 i {
	color: #FFFFFF;
	font-size: 30px;
}

header img {
	width: 200px;
}

header ul#menu-header {
	padding: 0;
	margin: 0;
	list-style: none;
}

header.show-on-320 .mobile-menu ul, header.show-on-768 .mobile-menu ul {
	padding: 0;
	margin: 15px 0 0 0;
	list-style: none;
}

header ul#menu-header > li, header.show-on-768 .mobile-menu ul > li {
	display: inline-block;
	text-transform: uppercase;
	margin-right: 20px;
}

header ul#menu-header > li:last-of-type {
	margin-right: 0;
}

header ul#menu-header > li > a, header.show-on-320 .mobile-menu ul > li > a, header.show-on-768 .mobile-menu ul > li > a {
	color: #ffffff;
}

header ul#menu-header > li.current-menu-item > a {
	color: #c69361;
}

header ul#menu-header > li > a:hover {
	text-decoration: none;
	color: #c69361;
}

header .btn-she-cta {
	position: absolute;
	z-index: 999;
	width: 150px;
}

header.show-on-320 .btn-she-cta {
	position: relative;
	z-index: 1;
	width: 100%;
}

header.show-on-768 .btn-she-cta {
	position: relative;
	z-index: 1;
	margin-right: 30px;
}

header.show-on-768 .burger-menu {
	vertical-align: middle;
}

footer {
	background-color: #ffffff;
	padding: 10px 0 50px;
}

footer .horizontal-divider {
	border-top: 1px solid #cccccc;
	width: 100%;
}

footer img {
	width: 100%;
}

footer p, footer p a {
	margin: 0;
	font-size: 16px;
	font-family: 'Cormorant Garamond', serif;
}

footer ul.social-icons {
	padding: 0;
	margin: 10px 0 0;
	list-style: none;
}

footer ul.social-icons > li {
	display: inline-block;
	font-size: 28px;
	margin-right: 5px;
}

.bg-white {
	background-color: #ffffff;
}

.bg-heart {
	background-image: url('../images/bg-heart.png');
	height: 75px;
	width: 350px;
	background-position: center;
	background-size: contain;
	background-repeat: space;
	margin: auto;
}

.bg-scribble-center {
	background-image: url('../images/scribble.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 75px;
}

.bg-scribble-left {
	background-image: url('../images/scribble.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 75px;
}

.btn-she-cta {
	border-radius: 0;
	background-color: #c69361;
	color: #ffffff;
	border: 2px solid #c69361;
}

.btn-she-cta:hover {
	color: #c69361;
	background-color: transparent;
}

.banner {
	width: 100%;
	position: relative;
}

.banner img {
	width: 100%;
}

.promo-badge {
	background-color: #c69361;
	position: absolute;
	border-radius: 50%;
	right: 100px;
	bottom: -125px;
	padding: 30px;
	width: 250px;
	height: 250px;
}

.promo-badge p {
	color: #ffffff;
	text-transform: uppercase;
	margin: 0;
	font-weight: 400;
	line-height: 1.5 !important;
}

.promo-badge .horizontal-divider {
	width: 100%;
	border-top: 1px solid #ffffff;
	line-height: 1;
}

.instagram {
	background-color: #c69361;
	color: #ffffff;
	padding: 100px 0;
}

.instagram-feed {
	margin: 30px 0;
}

.btn-she-empty-black {
	border-radius: 0;
	background-color: #ffffff;
	color: #000000;
	border: 2px solid #000000;
	letter-spacing: 3px;
	line-height: 1.5;
}

.btn-she-empty-black:hover {
	border: 2px solid #c69361;
	color: #c69361;
}

.btn-she-empty-white {
	border-radius: 0;
	background-color: #c69361;
	color: #ffffff;
	border: 2px solid #ffffff;
	letter-spacing: 3px;
	line-height: 1.5;
}

.btn-she-empty-white:hover {
	border: 2px solid #000000;
}

.bg-she-dark {
	background-color: #070908;
}

.bg-she-brown {
	background-color: #c69361;
}

.bg-she-white {
	background-color: #ffffff;
}

.bg-she-gray {
	background-color: #eeeeee;
}

.text-she-light {
	color: #ffffff;
}

.text-12 {
	font-size: 12px !important;
}

.text-22 {
	font-size: 22px !important;
}

.text-32 {
	font-size: 32px !important;
}

.pad-tb-15 {
	padding: 15px 0;
}

.pad-tb-50 {
	padding: 50px 0;
}

.pad-tb-100 {
	padding: 100px 0;
}

.pad-t-15 {
	padding-top: 15px;
}

.pad-t-50 {
	padding-top: 50px;
}

.pad-t-100 {
	padding-top: 100px;
}

.pad-b-15 {
	padding-bottom: 15px;
}

.pad-b-100 {
	padding-bottom: 100px;
}

.content-wrap-gray {
	background-color: #f7f7f7;
}

.content-wrap h3 {
	margin-bottom: 20px;
}

.content-wrap p, .content-wrap-gray p {
	font-size: 28px;
	line-height: 2;
}

.price-list {
	padding: 100px 0;
}

.price-list .price {
	margin-bottom: 30px;
}

.price-list .price:last-of-type, .price-list .price p {
	margin: 0;
}

.price-list .price p {
	font-family: 'Cormorant Garamond', serif;
}

.price-list a.btn {
	position: absolute;
	bottom: 0;
}

.testimonials {
	padding: 100px 0;
	background-image: url('../images/testimonials-bg.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#testimonialsSlider {
	min-height: 200px;
	margin-top: 30px;
}

#testimonialsSlider .carousel-item p:first-of-type {
	font-family: 'Cormorant Garamond', serif;
	font-size: 20px;
	font-style: italic;
}

#testimonialsSlider .carousel-item p strong {
	font-family: 'Cormorant Garamond', serif;
	font-size: 16px;
	font-style: normal;
}

.card {
	border-radius: 0;
}

.card h3 {
	color: #c69361;
	margin-bottom: 10px;
}

.card p {
	color: #000000;
	line-height: 1.5;
	font-size: 26px;
}

.card img {
	width: 100%;
	height: 210px;
	margin-bottom: 20px;
}

.service-menu {
	padding: 50px 0;
}

.service-menu .horizontal-divider {
	border-color: #000000;
	width: 30px;
}

.service-menu:nth-child(odd) {
	background-color: #ffffff;
}

.service-menu:nth-child(even) {
	background-color: #eeeeee;
}

.menu-price {
	margin: 10px 0;
}

.menu-price p {
	font-family: 'Cormorant Garamond', serif;
}

.accordion h2 button {
	font-size: 20px;
	text-decoration: none;
	color: #000000;
}

.accordion h2 button:hover {
	text-decoration: none;
	color: #000000;
}

.accordion p {
	font-size: 16px;
}

.contact-form p {
	font-size: 20px;
	line-height: 1.5;
}

.contact-form input, .contact-form textarea {
	width: 100%;
	padding: 10px;
	resize: none;
}

.contact-info {
	background-color: #ffffff;
	padding: 30px 0;
}

.contact-info p {
	font-family: 'Cormorant Garamond', serif;
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
}

.form-head {
	padding: 20px;
}

.form-head h3 {
	margin: 0;
	color: #ffffff;
}

.form-body {
	padding: 20px;
}

.btn-send-enquiry {
	background-color: #000000;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 0;
}

.horizontal-divider {
	border-top: 1px solid #000000;
	width: 30px;
}

.page-template-page-about h3, .page-template-page-gallery h3 {
	margin: 0;
}

.page-template-page-pricing .promo-badge {
	bottom: -300px;
}

.image-transform img {
	height: 500px;
}

img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}

img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.page-template-page-pricing .menu-price h5{
	overflow-wrap: break-word;
}
.mobile-anastasia{
	display: none;
}
@media only screen and (max-width: 992px){
	.page-template-page-pricing .promo-badge{
		bottom: -160px;
	}
	.page-template-page-pricing .content-wrap-gray.pad-t-100.bg-white{
		padding-top: 160px;
	}
}

@media only screen and (max-width: 768px){
	header {
		display: none;
	}

	header.show-on-768 {
		display: block;
	}

	.promo-badge {
		bottom: -75px;
		width: 200px;
		height: 200px;
	}
	.promo-badge .text-32{
		font-size: 30px !important;
	}
	.promo-badge .text-22{
		font-size: 15px !important;
	}
	.promo-badge .text-12{
		font-size: 8px !important;
	}

	.card img {
		height: auto;
	}
	.page-template-page-pricing .content-wrap-gray.pad-t-100.bg-white{
		padding-top: 50px;
	}
	.page-template-page-pricing .promo-badge{
		position: relative;
		bottom: 0;
		right: 0;
		margin-right: auto;
		margin-left: auto;
		margin-top: 15px;
	}
	.noPadSides{
		padding-left: 0;
		padding-right: 0;
	}
	.marTop20{
		margin-top: 20px;
	}
	.mobile-none{
		display: none;
	}
	.mobile-anastasia{
		margin: 0px 0 15px 15px;
		display: block;
	}
}
@media only screen and (max-width: 575px){
	.contact-noPad{
		padding: 0;
	}
}

@media only screen and (max-width: 425px){
	header, header.show-on-768 {
		display: none;
	}

	header.show-on-320 {
		display: block;
	}

	.bg-heart {
		display: none;
		width: 100%;
	}

	h2 {
		font-size: 38px;
	}

	.promo-badge {
		position: relative;
		bottom: 0;
		right: 0;
		margin-right: auto;
		margin-left: auto;
		margin-top: 15px;
	}

	.content-wrap p {
		font-size: 20px;
		line-height: 1.5;
	}

	.card img {
		height: auto;
	}

	.price-list {
		padding: 50px 0;
	}

	.price-list .row > div {
		margin: 15px 0;
	}

	footer .row > div {
		margin: 15px 0;
	}
	.instagram{
		padding-bottom: 0;
	}
	.pad-tb-100.home-content{
		padding-top: 30px;
	}
}