/* Body */

body, input, select, textarea {
  font-weight: 300;
}

h1 {
  font-size: 2em;
  line-height: 1.5em;
  letter-spacing: -0.025em;
}

/* Pop in Styles*/ 

h1#logo {
  font-size: 100%;
}

span#logo {
  height: inherit;
  left: 1.25em;
  line-height: inherit;
  margin: 0;
  position: absolute;
  top: 0;
}

span#logo a {
  text-decoration: none;
  color: white;
  border-bottom: none;
}

.lets-chat {
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  position: fixed;
  bottom: 20px;
  right: -90px;
}

@media only screen and (min-width: 1080px) {
  .lets-chat {
    bottom: 20px;
  }
}

.lets-chat.fly-out {
  right: 10px;
}

@media only screen and (min-width: 768px) {
  .lets-chat.fly-out {
    right: 20px;
  }
}

.lets-chat img {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  width: 70px;
  display: block;
  margin: 0 auto; 
}

@media only screen and (min-width: 768px) {
  .lets-chat img {
    width: 90px;
  }
}

.lets-chat a {
  color: #fff !important;
  font-size: 11px;
   line-height: 15px;
   letter-spacing: .5px;
}

.lets-chat a span {
  background: #000;
  padding: 2px 4px;
  display: block;
  border-radius: 4px; 
}

.lets-chat:hover img {
  width: 120px;
}

.contact-page img {
  border: none;
  width: 100px;
  height: auto;
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  .contact-page img {
    margin-left: 40px;
    width: 150px;
  }
}

.contact-page .lets-chat {
  display: none;
}


.hello-shake {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

@keyframes rotatecircle {
    0% { -webkit-transform:rotate(0deg); }
    100% { -webkit-transform:rotate(-360deg); }
}


/* Video Styles*/ 

#one img {
  opacity: 0;
}

#one .content {
  padding-top: 60px;
  padding-bottom: 60px;
}

#one h2 {
  line-height: 1.0em;
}

#one {
  position: relative;
}

#one video {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  margin: 0;
  padding: 0;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 1;
}

@media only screen and (max-width: 980px) {
  #one video {
    width: 100%;
    height: 66vw;
  }
}

@media only screen and (min-width: 980px) {
  #one.spotlight .content {
    background: rgba(23, 24, 32, 0.55);
  }
}

@media only screen and (max-width: 768px) {
  .wedding-dj-video {
    position: relative;
    height: 181vw;
    margin-bottom: 10px;
  }

  .wedding-dj-video video {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    height: 181vw;
    margin: 0;
    padding: 0;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 1;
  }
}

/* FORMS */

.gform_legacy_markup_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  width: 100%;
}

/* GALLLERY */

.ngg-widget img {
  border: none;
  margin: 0;
}

.icon i {
  font-size: 2em;
}

/*Footer and other good stuff */

#footer {
  background:#272833;
  padding:6em 0;
  text-align:center;
}

#footer .icons .icon.alt{
  text-decoration:none;
}

 #footer .icons .icon.alt:before{
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  font-family:FontAwesome;
  font-style:normal;
  font-weight:normal;
  text-transform:none !important;
}

#footer .icons .icon.alt:before{
  color:#272833 !important;
  text-shadow:1px 0 0 rgba(255, 255, 255, 0.5), -1px 0 0 rgba(255, 255, 255, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5), 0 -1px 0 rgba(255, 255, 255, 0.5);
}

#footer .copyright{
  color:rgba(255, 255, 255, 0.5);
  font-size:0.8em;
  line-height:1em;
  margin:2em 0 2em 0;
  padding: 1em;
  text-align:center;
}

#footer .copyright li{
  display:inline-block;
  list-style:none;
  line-height:20px;
}

#footer .copyright li:first-child{
  border-left:0;
  margin-left:0;
  padding-left:0;
}

#footer .copyright li a{
  color:inherit;
  border:none;
  text-decoration:none;
}

#footer .copyright li a:hover{
    color:#e44c65;
}
 .cdcover{
    height:220px;
    padding:20px;
    text-align:center;
    margin-bottom:15px;
    float:left;
    background-color:#272833;
    margin-left:15px;
}
 #sendbutton{
}
 .cdcover h3{
    font-size:15px;
    margin-top:-20px !important;
    font-weight:bold;
}
 .cdcover:hover{
    background-color:#000;
}
 .callout-top{
    padding-left:30px;
    font-size:16px;
    float:right;
    color:#fffd7b;
}
 .callout{
    font-size:18px;
    text-transform:uppercase;
    line-height:20px;
    padding-bottom:30px;
    letter-spacing:1.5px;
    color:#878787;
}
 div.entry-content div.ngg-albumoverview div.ngg-album-compact h4 a.ngg-album-desc{
    line-height:16px;
    text-decoration:none;
}
 p.linklove{
    display:none;
}
 .ngg-album-compact h4 .ngg-album-desc{
    overflow:hidden;
    display:block;
    margin-top:10px;
    height:30px !important;
    font-size:25px;
    text-align:center;
}
 .ngg-album-compact p{
    font-size:11px;
    margin-bottom:40px !important;
    text-align:center;
}
 img.alignright{
    border:6px solid #272833;
    float:right;
    margin:10px;
}
 img.alignleft{
    border:6px solid #272833;
    float:left;
    margin:10px;
}
 .ngg-gallery-thumbnail img{
    background-color:#272833 !important;
    border:none !important;
    display:block;
    margin:0;
    padding:0;
    position:relative
}
 div#yelpwidget{
    width:320px;
    border-radius:10px;
    background-color:#fff;
    color:#000;
    padding:10px;
    font-size:10pt;
    line-height:16px;
    text-align:left;
    float:left;
    margin-bottom:20px;
}
 div.fb-page.fb_iframe_widget{
    width:320px;
    border-radius:10px;
    margin-bottom:20px;
    float:right;
}
 .nicebox{
    height:500px;
}
 .tags a{
    margin:5px;
    line-height:2.2;
    font-size:12px;
    padding:3px 10px;
    border-radius:9px;
    background-color:#000;
    border:1px solid #000;
}
 .tags a:hover{
    border:1px solid #fff;
}
 #footer p.sentance{
    text-align:left;
    padding: 20px;
}

@media screen and (max-width: 980px) {
  #footer p.sentance {
    padding-top: 2em;
  }
}
 .menu-footer-navigation, .services-navigation{
    text-align:left;
    list-style:none !important;
    padding: 0;
    margin: 0;
}

.menu-footer-navigation li, .services-navigation li {
    list-style: none;
    padding-left: 1.5em;
}
 #footer ul.copyright li{
    line-height:25px;
    text-align:center;
    display:block;
}
 i.fa.fa-star {
     color: orange;
}
 iframe.fit {
     width: 100%;
}

p iframe {
  width: 100%;
}

/* XSmall */

@media screen and (max-width: 480px) {
 
  /* Button */

    input[type="submit"],
    input[type="reset"],
    input[type="button"],
    .button {
      padding: 0 20px;
    }
}

.featured-snippet {
  padding: 20px 20px 0px 20px;
  border: 1px solid #000;
  margin-bottom: 40px;
  background: #242634;
}

/* Homepage Testimonials Clicks */

.home-testi {
  background-color: #242634;
  border-radius: 10px;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 20px 50px 20px;
  height: auto;
  transition: all .25s ease-in-out;
  position: relative;
  cursor: pointer;
}

.home-testi.testi-full {
  padding: 40px 20px 40px 20px;
}

.home-testi:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 20px;
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 30px solid transparent;
  border-top: 40px solid #242634;
  transition: all .25s ease-in-out;
}

.home-testi:before {
  content: "↓";
  position: absolute;
  bottom: 10px;
  right: 20px;
  color: #2d2f40;
  font-size: 20px;
  transition: all .25s ease-in-out;
}

.home-testi:hover:before {
  color: white;
}

.home-testi.testi-full:before {
  display: none;
}

.home-testi:hover {
  background-color: #2d2f40;
}

.home-testi:hover:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 20px;
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 30px solid transparent;
  border-top: 40px solid #2d2f40;
}

.testi-partial .t-short {
  display: block;
  font-size: 35px;
  line-height: 40px;
  color: #fff;
  pointer-events: none;
}

.testi-partial .t-short:before {
  content: '"';
}

.testi-partial .t-short:after {
  content: '"';
}

.testi-full .t-short {
  display: none;
}

.testi-full h3 {
  pointer-events: none;
}

.testi-partial h3 {
  position: absolute;
  left: -9999px;
}

.home-testi .t-short:hover  {
  transform: rotate(0deg) !important; 
}

.home-testi:nth-of-type(1) .t-short {
  transform: rotate(-3deg);
}

.home-testi:nth-of-type(2) .t-short {
  transform: rotate(0deg);
}

.home-testi:nth-of-type(3) .t-short {
  transform: rotate(3deg);
}

.gform_legacy_markup_wrapper ul.gfield_checkbox li label, .gform_legacy_markup_wrapper ul.gfield_radio li label {
  padding-left: 37px;
}

.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  height: 20px;
}

.gform_legacy_markup_wrapper ul.gfield_checkbox li, .gform_legacy_markup_wrapper ul.gfield_radio li {
  height: 30px;
}

@media screen and (min-width: 1680px) {
  .gform_legacy_markup_wrapper ul.gfield_checkbox li, .gform_legacy_markup_wrapper ul.gfield_radio li {
    height: 40px;
  }
}


/* Social Media Icons */

#ul.icons {
  margin: 0 0 3em 0;
}

#ul.icons li {
  padding: 0 1em;
}

#footer ul.icons li .icon {
  font-size: 1.0em;
}

/* HomePage Service Butons */

ul.actions.service-actions {
  flex-direction: column;
}

/* Hide Footer on Contact Page */

body.contact-page #footer {
  display: none;
}

/* Contact Button Main Navigayion */

#header nav ul li#menu-item-716 {
  padding: 0px;
}

#header nav ul li#menu-item-716 a {
  width: 130px;
}

#header nav ul li#menu-item-716 a:hover {
  color: white !important;
}

/* Main Nav Wrap to Two lines on Smaller Screens */

@media screen and (max-width: 1100px) {
  #header nav {
    left: 100px;
  }
}

/* Prices Table*/

.style-prices {
  background-color: #242634;
  margin-top: 4em;
  border-radius: 10px;
}

.style-prices header ul {
  margin: 0;
  text-align: left;
  list-style: none;
}

.style-prices header ul li {
  margin-bottom: 20px;
}


.style-prices header ul li ul {
  margin-top: 10px;
  margin-bottom: 30px;
  list-style: disc;
}

.style-prices header ul li ul li {
  margin-bottom: 0px;
}



/* Blog Category Images */

.category img.attachment-medium.size-medium.wp-post-image {
  width: 100%;
  height: auto;
}


/* WordPress Block Image Styles */
.wp-block-image {
  margin-bottom: 1em;
}

.wp-block-image img {
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.wp-block-image figure {
  margin: 0;
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.aligncenter,
.wp-block-image.alignleft,
.wp-block-image.alignright {
  display: table;
}

.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.aligncenter > figcaption,
.wp-block-image.alignleft > figcaption,
.wp-block-image.alignright > figcaption {
  caption-side: bottom;
  display: table-caption;
}

.wp-block-image .alignleft,
.wp-block-image figure.alignleft {
  float: left;
  margin: .5em 1em .5em 0;
}

.wp-block-image .alignright,
.wp-block-image figure.alignright {
  float: right;
  margin: .5em 0 .5em 1em;
}

.wp-block-image .aligncenter,
.wp-block-image figure.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.wp-block-image figcaption,
.wp-element-caption {
  font-size: 0.85em;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.5em;
}

/* WordPress Gallery Styles */
.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  list-style: none;
  padding: 0;
  margin: 0 0 1.5em;
}

.wp-block-gallery .wp-block-image {
  flex: 1 1 calc(33.333% - 1em);
  margin-bottom: 0;
}

.wp-block-gallery .wp-block-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.wp-block-list {
  list-style: disc;
  padding-left: 1.5em;
}

/* NextGEN Gallery Sidebar Thumbnails */
.ngg-galleryoverview {
  overflow: hidden;
  margin-top: 10px;
  width: 100%;
}

.ngg-galleryoverview.default-view {
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
}

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box {
  display: inline-block;
  float: none;
  vertical-align: middle;
}

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail {
  background-color: transparent;
  border: none;
  margin: 0;
}

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail a {
  margin: 2px;
  display: block;
  box-shadow: none;
}

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.ngg-clear {
  clear: both;
}

/* Contact Page Image Alignment */
.contact-page .wp-block-image figure.alignright {
  float: right;
  margin: 0 0 1em 1.5em;
}

.contact-page .wp-block-image img {
  width: 100px;
  height: auto;
  border: none;
}

@media only screen and (min-width: 768px) {
  .contact-page .wp-block-image img {
    width: 150px;
  }
}

/* Contact Form */

.cf-form {
  max-width: 100%;
}

.cf-required-legend {
  font-size: 0.85em;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 1.5em;
}

.cf-required-asterisk {
  color: #e44c65;
  margin-left: 0.2em;
}

.cf-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
  margin-bottom: 1.5em;
}

.cf-row-3col .cf-field-group {
  flex: 1 1 0;
  min-width: 0;
}

.cf-row-2col .cf-field-group {
  flex: 1 1 0;
  min-width: 0;
}

.cf-field-group {
  margin-bottom: 1.5em;
}

.cf-row .cf-field-group {
  margin-bottom: 0;
}

.cf-label {
  display: block;
  font-size: 0.9em;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 0.4em;
}

.cf-input,
.cf-select,
.cf-textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: solid 1px rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.75);
  display: block;
  outline: 0;
  padding: 0 1em;
  width: 100%;
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 15pt;
  font-weight: 100;
  transition: border-color 0.2s ease-in-out;
}

.cf-input,
.cf-select {
  height: 3em;
}

.cf-textarea {
  padding: 0.75em 1em;
  height: 190px;
  min-height: 190px;
  resize: vertical;
  line-height: 1.75em;
}

.cf-select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(255, 255, 255, 0.3)' /%3E%3C/svg%3E");
  background-size: 1.25rem;
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) center;
  padding-right: 3em;
  text-overflow: ellipsis;
  cursor: pointer;
}

.cf-select option {
  color: #ffffff;
  background: #1c1d26;
}

.cf-input:focus,
.cf-select:focus,
.cf-textarea:focus {
  border-color: #e44c65;
}

.cf-input--error {
  border-color: #e44c65 !important;
}

.cf-error-message {
  display: none;
  font-size: 0.8em;
  color: #e44c65;
  margin-top: 0.4em;
}

.cf-description {
  display: block;
  font-size: 0.8em;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.1;
  margin-top: -0.2em;
  margin-bottom: 0.4em;
}

.cf-checkbox-group {
  border: 0;
  padding: 0;
  margin: 0;
}

.cf-checkbox-options {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.cf-checkbox-label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 100;
  position: relative;
  padding-left: 2.55em;
  padding-top: 0.15em;
  padding-bottom: 0.15em;
  line-height: 1.2;
}

.cf-checkbox-label input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  left: 0;
  opacity: 0;
  width: 1em;
  z-index: -1;
}

.cf-checkbox-label::before {
  content: '';
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  border: solid 1px rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 1.8em;
  font-size: 0.8em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.cf-checkbox-label:has(input:checked)::before {
  background: rgba(255, 255, 255, 0.25);
  color: #ffffff;
  content: '\f00c';
}

.cf-checkbox-label:has(input:focus)::before {
  border-color: #e44c65;
}

.cf-submit-wrapper {
  margin-top: 1em;
}

.cf-submit-btn {
  appearance: none;
  -webkit-appearance: none;
  background-color: #e44c65;
  border: 0;
  border-radius: 4px;
  box-shadow: none;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  font-family: "Roboto", Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1em;
  height: 3em;
  padding: 0 2.25em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease-in-out;
}

.cf-submit-btn:hover {
  background-color: #e76278;
}

.cf-submit-btn:active {
  background-color: #e13652;
}

.cf-submit-btn:disabled {
  background-color: rgba(255, 255, 255, 0.3) !important;
  box-shadow: none !important;
  color: #ffffff !important;
  cursor: default;
  opacity: 0.25;
}

.cf-spinner {
  display: none;
  width: 1em;
  height: 1em;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: cf-spin 0.6s linear infinite;
}

.cf-submit-btn.is-loading .cf-spinner {
  display: inline-block;
}

@keyframes cf-spin {
  to { transform: rotate(360deg); }
}

.cf-success-message {
  background: rgba(255, 255, 255, 0.075);
  border: solid 1px rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  padding: 2em;
  text-align: center;
  color: #ffffff;
  font-size: 1.1em;
}

.cf-error-banner {
  background: rgba(228, 76, 101, 0.15);
  border: solid 1px #e44c65;
  border-radius: 4px;
  padding: 1em 1.5em;
  color: #e44c65;
  margin-bottom: 1.5em;
  font-size: 0.9em;
}

/* Contact Form — Responsive */

@media screen and (max-width: 768px) {
  .cf-row {
    flex-direction: column;
  }

  .cf-row-3col .cf-field-group,
  .cf-row-2col .cf-field-group {
    flex: 1 1 100%;
  }
}

/* ------------------------------------------------
 * Blog Page Cards
 * ------------------------------------------------ */

.blog-card {
	padding: 10px !important;
}

.blog-card__link {
	display: block;
	text-decoration: none;
	color: inherit;
	background: #272833;
	border-radius: 8px;
	overflow: hidden;
	transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.blog-card__link:hover {
	background: #1c1d26;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
	transform: translateY(-2px);
	text-decoration: none;
}

.blog-card__img {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 2;
	min-height: 150px;
	background-size: cover;
	background-position: center;
}

.blog-card__title {
	padding: 14px 16px;
	font-size: 0.85em;
	line-height: 1.4;
	font-weight: 600;
	color: #ffffff;
	margin: 0;
}

.blog-card__link:hover .blog-card__title {
	color: #e44c65;
}
