
/* Default Styles */
#wpadminbar {
	display: none !important;
}
body {
	font-family: "Montserrat",sans-serif;
}h1, h1 a {
	color: #252525;
	font-family: "Montserrat",sans-serif;
	font-size: 2em;
	line-height: 1.27em;
	margin: 25px 0;
}h2 {
	color: #252525;
	font-family: "Montserrat", sans-serif;
	font-size: 1.8em;
	line-height: 1.5rem;
	margin: 25px 0;
}h3 {
	color: #252525;
	font-family: "Montserrat", sans-serif;
	font-size: 1.6em;
	line-height: 1.5rem;
	margin: 25px 0;
}h4 {
	font-family: "Montserrat", sans-serif;
	color: #252525;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.5rem;
	margin: 25px 0;
}p {
	font-family: "Montserrat", sans-serif;
	color: #252525;
	font-size: 16px;
	margin: 15px 0;
}ul {
	list-style-type: none;
}.row {
	margin: 0 auto;
	max-width: 75rem;
	width: 100%;
}.row.full {
	max-width: 100%;
}.hero-bg {
	background: center / cover fixed no-repeat url(https://devygrams.com/wp-content/uploads/2023/02/HERO.jpg);
}.row.full.hero-row {
    padding-top: 75px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(0,0,0,.5);
}.hero-heading h1 {
    color: #ffffff;
    font-family: 'Dancing Script', cursive;
    font-size: 3.5vw;
    -webkit-text-stroke: 1px #fd89ff;
    text-stroke: 1px #fd89ff;
}.proceeds p {
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
}.order-btn-wrapper {
	margin-top: 30px;
}.order-btn {
    display: inline-block;
    background: #ff0052;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 22px;
    padding: 20px 40px;
    border-radius: 32px;
    position: relative;
    -webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}.order-btn:hover {
	background: #FFBEFE;
    color: #000000;
}span.hearts1::before {
    content: "\f004";
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    position:absolute;
    color: #ffffff;
    left: -11px;
    top: -4px;
    font-size: 40px;
    transform: rotate(-12deg);
    z-index: 1;
    -webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}span.hearts1::after {
    content: "\f004";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 39px;
    position:absolute;
    color: #ffbefe;
    left: -17px;
    top: -7px;
    transform: rotate(-12deg);
    -webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}span.hearts2::before {
    content: "\f004";
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    position:absolute;
    color: #ffffff;
    right: -11px;
    bottom: -4px;
    font-size: 40px;
    transform: rotate(12deg);
    z-index: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}span.hearts2::after {
    content: "\f004";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 40px;
    position:absolute;
    color: #ffbefe;
    right: -17px;
    bottom: -7px;
    transform: rotate(12deg);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}.order-btn:hover span.hearts1::before,.order-btn:hover span.hearts2::before {
	color: #000000;
}.order-btn:hover span.hearts1::after,.order-btn:hover span.hearts2::after {
	color: #ff0052;
}header.header-wrapper {
    position: absolute;
    width: 100%;
    top: 0;
}.row.header-row {
    display: flex;
    justify-content: flex-end;
}.top-bar {
    background: none;
}.navigation-wrapper {
    display: flex;
    justify-content: flex-end;
    padding-right: 10vw;
    padding-top: 2vh;
}.top-bar-section ul li {
    background: none;
}.top-bar-section li:not(.has-form) a:not(.button) {
    font-family: 'Montserrat', sans-serif;
    background: none;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}.top-bar-section ul li:hover:not(.has-form)>a,
.top-bar-section li:not(.has-form) a:not(.button):hover,
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: none;
    color: #ffbefe;
}.content-wrapper.inner-page {
    min-height: 100vh;
    padding-top: 80px;
}ul.dropdown {
    background: #ff0052;
}

.top-bar-section .dropdown li {
    background: #ff0052;
}

.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
    background: #ff0052;
}

.top-bar-section .dropdown li:not(.has-form):hover>a:not(.button) {
    color: #ffffff !important;
    background: #a51c48 !important;
}







.contain-to-grid {
	background: none !important;
}.contain-to-grid .top-bar {
	max-width: 75em;
}.page-wrapper {
	max-width: 75rem;
	clear: both;
}.footer-wrapper {
	width: 100%;
	font-family: "Montserrat", sans-serif;
}.footer-inner-wrapper {
	margin: 0 auto;
	padding: 25px 0 0 0;
}.footer-inner-wrapper h1 {
	padding: 0 0 25px 0;
}.contactForm  {
	margin-top: 20px;
}.contactForm  label{
	font-weight: bold;
	display: block;
}.contactForm input {
	width: 100%;
	padding: 3px;
	margin-bottom: 5px;
}.contactForm textarea {
	width: 100%;
}.contactForm .captchaWrapper {
	margin-top: 10px;
}.contactForm .captchaRefresh {
	vertical-align: top;
}.contactForm .submitWrapper {
	text-align: center;
	margin-top: 30px;
}.contactForm .submitWrapper span.submit {
	font-size: inherit;
	font-weight: bold;
	background-color: #fafafa;
	border: 1px solid #ddd;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
	padding: 3px 20px;
	cursor: pointer;
}.contactForm .submitWrapper span.submit:hover {
	background-color: #eaeaea;
}.emailConfirmation {
	margin: 0 auto;
}.emailConfirmation h1 {
	color: #00CC00;
}.slick-background-wrapper {
	left: 0;
	position: fixed;
	top: 0;
	z-index: -1;
	width: 101% !important;
	overflow: hidden;
}

@media only screen and (max-width: 1024px) {
.mobile-navigation {
    display: block;
    right: 25px;
    position: absolute;
    text-transform: uppercase;
    top: 20px;
    vertical-align: middle;
    width: auto;
    height: 24px;
    z-index: 999;
}span.mobile-navigation.navigation-toggle.active {
    background: #c51600;
    height: 50px;
    width: 50px;
    border-radius: 25px;
}i.toggle-bars {
    display: inline-block;
    position: relative;
    color: #000000;
    width: 37px;
    height: 7px;
}i.toggle-bars::before {
    content: " ";
    width: 17px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    right: 0;
}i.toggle-bars::after {
    content: " ";
    width: 37px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
}i.toggle-bars.close {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 50px;
    height: 50px;
}i.toggle-bars.close::after {
    background: #ffffff;
    top: calc(50% - 1px);
    left: calc(50% - 15px);
    width: 30px;
}i.toggle-bars.close::before {
    background: #ffffff;
    width: 2px;
    height: 30px;
    left: calc(50% - 1px);
    top: calc(50% - 15px);
}.fullwidth-navigation {
    background: #ffffff;
    position: absolute;
    top: 0;
    z-index: 997;
    width: 100%;
    display: none;
}.fullwidth-navigation .top-bar {
    padding: 0;
    display: block;
    background: #ffffff;
    height: auto;
}.fullwidth-navigation .top-bar-section ul:not(.dropdown) {
    padding-top: 10%;
}.fullwidth-navigation .title-area {
    display: none !important;
}.top-bar-section {
    background: #ffffff;
    margin-bottom: 10%;
}.fullwidth-navigation .top-bar-section ul {
    position: relative;
    right:0;
    width:100%;
    z-index: 997;
    padding-top: 40px;
}.fullwidth-navigation.active .top-bar-section .has-dropdown.moved>.dropdown {
    box-shadow:none;
    left: 100%;
}.top-bar-section li.active:not(.has-form) a:not(.button), .top-bar-section li:not(.has-form) a:not(.button) {
    color: #000000;
    line-height: 50px;
    text-align: center;
    padding: 0 !important;
    font-size: 1.3125em !important;
}.top-bar-section li:not(.has-form) a:not(.button):hover,
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button):hover,
.top-bar-section ul li:hover:not(.has-form)>a {
    color: #000000;
    padding: 0;
    line-height: 50px;
    font-size: 21px !important;
}.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
    color: #000000;
    font-weight: normal;
    line-height: 40px;
    font-size: 1.0625em !important;
}.top-bar-section .dropdown li:not(.has-form):hover>a:not(.button),
.top-bar-section .dropdown li:not(.has-form) a:not(.button):hover,
.top-bar-section .dropdown li.active:not(.has-form) a:not(.button) {
    background: #ffffff;
    color: #c51600;
    line-height: 40px;
    font-size: 1.0625em !important;
}.fullwidth-navigation.active .top-bar-section .has-dropdown.moved>.dropdown {
    box-shadow: none;
    left: 100%;
    border-radius: 0;
    padding-bottom: 40px;
}.top-bar-section .dropdown li:not(.has-form) a:not(.button)::before {
    display: none;
}.top-bar-section ul li {
    text-align: center;
}.top-bar-section li:not(.has-form) a:not(.button) {
    display: inline-block;
    width: auto;
}.top-bar-section .has-dropdown>a:after {
    right: -20px;
    margin: 0;
    border: solid 5px;
    border-color: #c51600 transparent transparent transparent;
    top: 22px;
}.home-video-wrapper video {
    width: 100%;
    height: auto;
}.home-video-wrapper {
    padding: 0 15px;
}.hero-heading h1 {
    font-size: 37px;
}.row.full.hero-row {
    padding: 50px 15px 0;
    display: block;
    text-align: center;
}.proceeds p {
    font-size: 18px;
}.order-btn {
    font-size: 16px;
    padding: 20px 10px;
    max-width: 100%;
}.order-btn-wrapper {
    padding: 0 15px;
}.rose-video video {
    max-width: 100%;
    height: auto;
}
}
