body.giveaways_scroll_hidden{
  overflow:hidden !important;
}

body footer,body header{
  display:none !important;
}

body .site-main{
  overflow-x:hidden;
}

@media (max-width:767.98px){
  body .site-main .giveaways_header_row nav ul.menu{
    width:100%;
    background:#fff;
    z-index:100;
    padding:1.25rem 1.5625rem;
    height:16.6875rem !important;
    display:block !important;
    position:absolute;
    top:100%;
    right:-100%;
    -webkit-transition:all .5s ease;
    -o-transition:all .5s ease;
    -moz-transition:all .5s ease;
    transition:all .5s ease;
    text-align:left;
    margin:0;
  }
}

body .site-main .giveaways_header_row nav ul.menu.open{
  right:0;
  height:100vh !important;
}

@media (max-width:767.98px){
  body .site-main .giveaways_header_row nav ul.menu.open{
    height:100vh !important;
  }
}

@media (max-width:374px){
  body .site-main .giveaways_header_row nav ul.menu.open{
    top:3.875rem;
  }
}

@media (max-width:413px){
  body .site-main .giveaways_header_row nav ul.menu.open{
    top:4.125rem;
  }
}

@media (max-width:767.98px){
  body .site-main .giveaways_header_row nav ul.menu li{
    border-bottom:.0625rem solid #ddd;
    padding-top:1.25rem;
    padding-bottom:1.25rem;
  }
}

body .site-main .giveaways_header_row nav ul.menu li+li{
  margin-left:2rem;
}

@media (max-width:767.98px){
  body .site-main .giveaways_header_row nav ul.menu li+li{
    margin-left:0;
    margin-top:0;
  }
}

@media (max-width:767.98px){
  body .site-main .giveaways_header_row nav ul.menu li:first-child{
    border-top:.0625rem solid #ddd;
  }
}

body .site-main .giveaways_header_row nav ul.menu li:last-child{
  border-bottom:none !important;
}

@media (max-width:767.98px){
  body .site-main .giveaways_header_row nav ul.menu li:last-child{
    border-bottom:none !important;
  }
}

body .site-main .giveaways_header_row nav ul.menu li a{
  text-transform:capitalize;
  color:#404040;
  -webkit-transition-duration:.3s;
     -moz-transition-duration:.3s;
       -o-transition-duration:.3s;
          transition-duration:.3s;
}

@media (max-width:767.98px){
  body .site-main .giveaways_header_row nav ul.menu li a{
    font-size:.875rem;
  }
}

body .site-main .giveaways_header_row nav ul.menu li a:focus,body .site-main .giveaways_header_row nav ul.menu li a:hover{
  color:#e0251b;
  outline:none !important;
}

body .site-main .giveaways_header_row nav ul.menu li a:focus:after,body .site-main .giveaways_header_row nav ul.menu li a:hover:after{
  content:"";
  border-bottom:.25rem solid #e0251b;
  width:100%;
  position:absolute;
  bottom:-.5rem;
  right:0;
  left:0;
  -webkit-transition-duration:.3s;
     -moz-transition-duration:.3s;
       -o-transition-duration:.3s;
          transition-duration:.3s;
}

@media (max-width:767.98px){
  body .site-main .giveaways_header_row .fl-menu button.fl-menu-mobile-toggle.hamburger{
    position:relative;
    margin:0;
    padding:0;
  }
}

@media (max-width:767.98px){
  body .site-main .giveaways_header_row .fl-menu button.fl-menu-mobile-toggle.hamburger:before{
    top:-.3125rem;
    position:relative;
    content:"";
    display:block;
    width:1.5rem;
    height:.1875rem;
    -webkit-border-radius:.625rem;
       -moz-border-radius:.625rem;
            border-radius:.625rem;
    background-color:#e0251b;
    -webkit-transition:-webkit-transform .5s ease-in-out;
    transition:-webkit-transform .5s ease-in-out;
    -o-transition:-o-transform .5s ease-in-out;
    -moz-transition:transform .5s ease-in-out, -moz-transform .5s ease-in-out;
    transition:transform .5s ease-in-out;
    transition:transform .5s ease-in-out,-webkit-transform .5s ease-in-out,-moz-transform .5s ease-in-out,-o-transform .5s ease-in-out;
  }
}

@media (max-width:767.98px){
  body .site-main .giveaways_header_row .fl-menu button.fl-menu-mobile-toggle.hamburger:after{
    bottom:-.3125rem;
    position:relative;
    content:"";
    display:block;
    width:1.5rem;
    height:.1875rem;
    -webkit-border-radius:.625rem;
       -moz-border-radius:.625rem;
            border-radius:.625rem;
    background-color:#e0251b;
    -webkit-transition:-webkit-transform .5s ease-in-out;
    transition:-webkit-transform .5s ease-in-out;
    -o-transition:-o-transform .5s ease-in-out;
    -moz-transition:transform .5s ease-in-out, -moz-transform .5s ease-in-out;
    transition:transform .5s ease-in-out;
    transition:transform .5s ease-in-out,-webkit-transform .5s ease-in-out,-moz-transform .5s ease-in-out,-o-transform .5s ease-in-out;
  }
}

body .site-main .giveaways_header_row .fl-menu button.fl-menu-mobile-toggle.hamburger:focus{
  outline:none !important;
}

@media (max-width:767.98px){
  body .site-main .giveaways_header_row .fl-menu button.fl-menu-mobile-toggle.hamburger span{
    display:block;
    width:1.5rem;
    height:.1875rem;
    -webkit-border-radius:.625rem;
       -moz-border-radius:.625rem;
            border-radius:.625rem;
    background-color:#e0251b;
  }
}

body .site-main .giveaways_header_row .fl-menu button.fl-menu-mobile-toggle.hamburger span svg{
  display:none;
}

@media (max-width:767.98px){
  body .site-main .giveaways_header_row .fl-menu button.fl-menu-mobile-toggle.hamburger.active:before{
    -webkit-transform:translateY(.375rem) rotate(-225deg);
       -moz-transform:translateY(.375rem) rotate(-225deg);
         -o-transform:translateY(.375rem) rotate(-225deg);
            transform:translateY(.375rem) rotate(-225deg);
  }
}

@media (max-width:767.98px){
  body .site-main .giveaways_header_row .fl-menu button.fl-menu-mobile-toggle.hamburger.active:after{
    -webkit-transform:translateY(-.625rem) rotate(225deg);
       -moz-transform:translateY(-.625rem) rotate(225deg);
         -o-transform:translateY(-.625rem) rotate(225deg);
            transform:translateY(-.625rem) rotate(225deg);
  }
}

@media (max-width:767.98px){
  body .site-main .giveaways_header_row .fl-menu button.fl-menu-mobile-toggle.hamburger.active span{
    background-color:transparent;
    -webkit-transition-delay:0s;
       -moz-transition-delay:0s;
         -o-transition-delay:0s;
            transition-delay:0s;
  }
}

body .site-main .image-section{
  position:relative;
}

body .site-main .circle-image{
  position:absolute;
  left:1.25rem;
  bottom:.4375rem;
}

@media (max-width:767.98px){
  body .site-main .circle-image{
    width:4.625rem;
    height:auto;
    bottom:1rem;
    left:.625rem;
  }
}

body .site-main .circle-image2{
  position:absolute;
  right:1.375rem;
  top:1rem;
}

@media (max-width:767.98px){
  body .site-main .circle-image2{
    width:8.75rem;
    height:auto;
    top:.5625rem;
    right:.8125rem;
  }
}

body .site-main .giveaways_accordion_main .accordion-header{
  font-family:Maven Pro,sans-serif;
  font-size:1.5rem;
  font-weight:700;
  line-height:1;
  color:#000;
}

body .site-main .giveaways_accordion_main .component_bs_accordion .card .card-header{
  padding-top:1rem;
  padding-bottom:1rem;
}

body .site-main .giveaways_accordion_main .component_bs_accordion .card-body{
  font-size:1.125rem !important;
}

body .site-main .giveaways_accordion_main .component_bs_accordion .card-body .accordionContent{
  color:#546160;
  font-size:1rem;
  font-weight:400;
  font-family:Maven Pro,sans-serif;
  line-height:1.5;
  padding-bottom:.3125rem !important;
}

body .site-main .giveaways_accordion_main .component_bs_accordion .card-body .accordionContent a{
  color:#e0251b;
}

body .site-main .giveaways_accordion_main .component_bs_accordion .card-body .accordionContent a:hover{
  text-decoration:underline;
}

body .site-main .contestLinks{
  padding-right:1.25rem;
  margin-right:1.25rem;
  border-right:.0625rem solid #ddd;
}

@media (max-width:767.98px){
  body .site-main .contestLinks{
    padding-right:0;
    margin-right:0;
    border-right:none;
    width:100%;
    display:block;
    padding-bottom:1.25rem;
    margin-bottom:1.25rem;
    border-bottom:.0625rem solid #ddd;
  }
}

body .site-main .rules-teammates a:hover{
  text-decoration:underline;
}

body .site-main ol.mygiveaways_family_ol li::marker{
  font-weight:700;
}

@media (max-width:1199.98px){
  body .site-main .giveaways_main_table{
    overflow:auto;
    width:100%;
    padding-left:.3125rem;
  }
}

body .site-main .giveaways_main_table .giveaways_rule_table{
  border:.0625rem solid #ddd;
  border-right:0;
}

body .site-main .giveaways_main_table .giveaways_rule_table.rule_table_header{
  background-color:#f7f7f7;
}

body .site-main .giveaways_main_table .giveaways_rule_table .col-4.giveaways_rule_table_list,body .site-main .giveaways_main_table .giveaways_rule_table .col-6.giveaways_rule_table_list{
  padding:1.5rem;
  border-right:.125rem solid #ddd;
}

body .site-main .giveaways_footer_row .fl-module-social_links{
  text-align:right !important;
}

@media (max-width:767.98px){
  body .site-main .giveaways_footer_row .fl-module-social_links{
    text-align:center !important;
  }
}

body .site-main .giveaways_footer_row .fl-module-social_links .component_social_links .social-link{
  line-height:2.9;
  color:#fff;
  -webkit-transition:.5s;
  -o-transition:.5s;
  -moz-transition:.5s;
  transition:.5s;
}

@media (max-width:767.98px){
  body .site-main .giveaways_footer_row .fl-module-social_links .component_social_links .social-link{
    height:2.5rem;
    width:2.5rem;
    line-height:2.3;
  }
}

body .site-main .giveaways_footer_row .fl-module-social_links .component_social_links .social-link .social-icon.dashicons-facebook-alt:before{
  line-height:1.8;
  font-size:1rem;
}

@media (max-width:767.98px){
  body .site-main .giveaways_footer_row .fl-module-social_links .component_social_links .social-link .social-icon.dashicons-facebook-alt:before{
    font-size:1.25rem;
  }
}

body .site-main .giveaways_footer_row nav ul.menu li+li{
  padding-left:1rem;
}

body .site-main .giveaways_footer_row nav ul.menu li a:focus,body .site-main .giveaways_footer_row nav ul.menu li a:hover{
  text-decoration:underline;
  outline:none;
}
