/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

@font-face {
    font-family: "Myriad Pro";
    src: url("https://sweetsensilounge.com/wp-content/uploads/fonts/MYRIADPRO-REGULAR.woff") format("woff"),
		url("https://sweetsensilounge.com/wp-content/uploads/fonts/MyriadPro-Light.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Myriad Pro", sans-serif;
	font-weight: 300;
	background-color: #0A0A0AF2;
}


/* Nav Bar */

.nav-float-right #site-navigation {
    margin-left: 0;
}

.inside-header{
	justify-content: space-between;
}

a.sweet-btn {
    background-color: #D8A748;
    padding: 8px 20px;
    text-decoration: none;
    color: #0A0A0AF2;
    font-family: 'Rye';
    font-weight: 400;
    line-height: 0;
	font-size: 12px;
}

.site-header a:hover {
    color: #0A0A0AF2;
}

.main-navigation .main-nav ul li a{
	font-family: 'Myriad Pro Light';
    font-weight: 400;
    letter-spacing: 0.35px;
}

/* Navbar End */

.press .award-card{
	background: #0A0A0A;
}

.award-card {
      background: #151515;
      color: #d4af37; /* gold color */
      padding: 40px 60px;
      border-radius: 12px;
      text-align: center;
      position: relative;
      border: 1px solid #444;
      box-shadow: 0 0 20px rgba(0,0,0,0.6);
    }

    /* Decorative Corners */
    .award-card::before, 
	.award-card::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border: 2px solid #D8A74866;
}

    .award-card::before {
      top: 10px;
      left: 10px;
      border-right: none;
      border-bottom: none;
    }

    .award-card::after {
      bottom: 10px;
      right: 10px;
      border-left: none;
      border-top: none;
    }

    .award-card .top-right, 
	.award-card .bottom-left {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border: 2px solid #D8A74866;
}

    .award-card .top-right {
      top: 10px;
      right: 10px;
      border-left: none;
      border-bottom: none;
    }

    .award-card .bottom-left {
      bottom: 10px;
      left: 10px;
      border-right: none;
      border-top: none;
    }

    .award-icon {
      width: 58px;
    height: 58px;
    border: 1px solid #D8A7484D;
      border-radius: 50%;
      margin: 0 auto 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 28px;
    }

   .award-card h4 {
    font-family: "Rye", Sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.39px;
    color: #D8A748;
    margin: 0;
}

.award-content {
    display: flex;
    flex-flow: column;
    row-gap: 0.5em;
    justify-content: center;
    align-items: center;
}

.award-content p {
    font-family: 'Myriad Pro Light';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #F2F2B6B2;
    margin: 0;
}

    .year {
    font-family: 'Myriad Pro Light';
    font-weight: 700;
    margin-top: 0;
    color: #D8A74899;
}


.location-box .award-card{
	height: 896px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	background: #151515ba;
}
/* What they are saying */

.testimonial-text span {
    font-size: 32px;
    line-height: 32px;
    font-weight: 400;
    color: #D8A748;
	margin-right: 20px;
}

.testimonial-text {
    color: #FFFFFFE5;
    font-size: 15px;
    line-height: 25px;
    font-family: 'Myriad Pro Light';
    font-weight: 400;
}

.testimonial-title {
    margin-top: 20px;
}

.testimonial-title:before{
	content: '';
	position: absolute;
	width: 42px;
	height: 1px;
	background-color: #D8A74880;
	bottom: 20px;
}

.testimonial-title h4 {
    font-family: 'Rye';
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    margin: 0 0px 0 60px;
}

.testimonial-title h6 {
    font-family: 'Myriad Pro Light';
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF99;
    margin: 0 0px 0 60px;
}

.testimonial-row{
	background-image: url("https://sweetsensilounge.com/wp-content/uploads/2025/08/triangle.png");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto;
}


.award-content .sweet-btn{
	width: 170px;
	line-height: 20px;
	margin-top: 10px;
}

.event-details {
    display: flex;
    column-gap: 2em;
}

.event-detial-wrapper {
    display: flex;
    column-gap: 0.5em;
}

.event-detial-wrapper img {
    width: 20px;
	height: 20px;
}

.event-detial-wrapper p {
    font-family: "Myriad Pro Light", Sans-serif;
    color: #F2F2B6B2;
    margin: 0;
    font-size: 16px;
    line-height: 16px;
}

/* Form */

.formcraft-css .fc-form.fc-form-1 .form-element .field-cover input[type="text"], .formcraft-css .fc-form.fc-form-1 .form-element .field-cover input[type="email"], .formcraft-css .fc-form.fc-form-1 .form-element .field-cover textarea, .formcraft-css .fc-form .form-element .timepicker-cover .time-fields-cover select{
	border: none;
	border-radius: 6px;
}

.formcraft-css .fc-form.fc-form-2 .form-element .field-cover input[type="text"], .formcraft-css .fc-form.fc-form-2 .form-element .field-cover input[type="email"], .formcraft-css .fc-form.fc-form-2 .form-element .field-cover textarea{
	border: none;
	border-radius: 6px;
}

html .formcraft-css .fc-form .form-element .timepicker-cover .time-fields-cover {
    border-radius: 2px;
    overflow: hidden;
    display: block;
    font-size: 1.1em;
    position: relative;
    background-color: #2a2a2a;
    border: none;
    border-top-color: #d8a748;
    border-left-color: #d8a748;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 30px;
}

html .formcraft-css .powered-by{
	display: none;
}

/* Footer */

.social-icons {
    display: flex;
    justify-content: flex-end;
    column-gap: 1em;
}

.footer-bar-right {
    text-align: left;
    font-family: "Myriad Pro Light", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.44px;
    color: #F5F5DCE5;
    display: flex;
    justify-content: space-between;
    width: 240px;
}

/* Footer End */

.contact-social .social-icons{
	justify-content: flex-start;
}

.float-image {
  position: relative; /* so animation works relative to its normal position */
  animation: floatUpDown 3s ease-in-out infinite;
}

@keyframes floatUpDown {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-20px); } /* moves up */
  100% { transform: translateY(0); }     /* back to start */
}


/* Responsive */

@media (min-width: 300px) and (max-width: 767.98px) {
	.header-widget {
    	display: none;
	}
	
	.no-br br{
		display: none;
	}
	
	.award-card h4{
		font-size: 15px;
	}
	
	.location-box .award-card{
		height: 400px;
	}
}

@media (min-width: 767.98px) and (max-width: 1000px) {

	.header-widget {
    	display: none;
	}
	
	.no-br br{
		display: none;
	}
	
	.award-card h4{
		font-size: 15px;
	}
	
	.location-box .award-card{
		height: 400px;
	}
}

@media (min-width: 1000px) and (max-width: 1100px) {

	
}

@media (min-width: 1100px) and (max-width: 1200px) {

	.location-box .award-card{
		height: 884px;
	}
}