body,html{
  overflow-x: hidden;
}

img {
  height:auto;
}

/* remove the dotted lines */
a:active, a:focus {
  outline: none;
}

.logo {
  margin:0 auto;
}

.remove-margin-bottom {
  margin-bottom: 0px !important;
}

 .sfm-navicon-button {
    display:none;
}

.glow-orange, .glow-orange h1, .glow-orange h2, .glow-orange h3 {
  text-shadow: #ff7019 0px 0px 5px, #ff7019 0px 0px 5px, #ff7019 0px 0px 5px, #ff7019 0px 0px 5px, #ff7019 0px 0px 5px, #ff7019 0px 0px 5px;
}

.glow-blue, .glow-blue h1, .glow-blue h2, .glow-blue h3 {
  text-shadow: #2664b8 0px 0px 5px, #2664b8 0px 0px 5px, #2664b8 0px 0px 5px, #2664b8 0px 0px 5px, #2664b8 0px 0px 5px, #2664b8 0px 0px 5px;
}

.ind-services .vc_column-inner>.wpb_wrapper {
    border: 2px solid #333;
    padding: 5px;
}

.empty-col .vc_column-inner>.wpb_wrapper{
    border:none;
}

.ind-services h3 {
    text-align:center;
    margin-bottom:10px;
}

.ind-services img {
    object-fit: cover;
    height: 200px;
}

.ind-services .wpb_single_image {
    margin-bottom:0px !important;
}

/* ========================================================================== 
	JELLYBEAN PARTY - HEADER
========================================================================== */
.fat-header-row, .thin-header-row {
  background: #329cff; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#329cff, #bdf4ff); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#329cff, #bdf4ff); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#329cff, #bdf4ff); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#329cff, #bdf4ff); /* Standard syntax */
}

.main-menu-row {
  background: linear-gradient(to bottom, #efefef 0%,#efefef 50%,#efefef 50%,#329cff 50%,#329cff 100%);
}

.main-menu-row:after {
  content:" ";
  width:100%;
  background:#329cff;
  height:15px;
  position:absolute;
  border-bottom: 1px solid #2673a1;
}

.main-menu-row div {
  width:100%;
  background:#efefef;
  border-radius:0px 0px 10px 10px;
}

.main-menu-row .sub-menu li, .main-menu-row .sub-menu li:hover,  .main-menu-row .sub=menu li.current-menu-item {
  border-radius:0px;
}

.main-menu-row .sub-menu li {
  width:100% !important;
}

.main-menu-row div ul {
  text-align:center;
  width:auto !important;
}

.main-menu-row div ul li {
  float:none;
  display:inline-block;
  padding:0px 20px;
  border: none;
}

.main-menu-row div ul li a {
  font-family: "Mouse Memoirs", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 2px;
  color: #686868;
  line-height:44px;
}

.main-menu-row div ul li a:hover, .main-menu-row div ul li.current-menu-item a {
  color:#ffffff;
  padding:10px;
}

.main-menu-row .sub-menu li:hover, .main-menu-row .sub-menu li.current-menu-item a {
  background:#329cff;
  border-radius:0;
}

.main-menu-row .sub-menu a {
   color: #686868 !important;
   line-height:30px !important;
}

.main-menu-row .sub-menu a:hover {
   color:#ffffff !important;
}

.main-menu-row div ul li:hover, .main-menu-row div ul li.current-menu-item {
  background:#329cff;
  border-radius:10px 10px 0 0;
}

.main-menu-row .nav-holder {
  float:none !important;
}

/* ========================================================================== 
	JELLYBEAN PARTY - BODY
========================================================================== */
.bodywrapper {
  background: #acf0ff; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#acf0ff , #f0fbff); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#acf0ff , #f0fbff); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#acf0ff , #f0fbff); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#acf0ff , #f0fbff); /* Standard syntax */
  padding-top:10px;
  margin-top:15px;
}

.main-content-row .container {
  border-radius:10px;
  padding:15px;
}


/* ========================================================================== 
	JELLYBEAN PARTY - FOOTER
========================================================================== */
.super-footer-row .textwidget {
  font-weight:600;
  font-size:12px;
  line-height:14px;
  letter-spacing:0.05em;
  color:#ffffff;
  padding: 10px 0;
}

.middle-footer-row {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100px;
}

.super-footer-row {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  margin-top: 30px;
}

.super-footer-row .social-link i svg use {
  fill: #3b5998 !important;
}

.super-footer-row .social-link:hover i svg use {
    fill: #0051a3 !important;
}

.super-footer-row .footer-social-medias {
  text-align: right;
}

@media screen and (max-width:991px) {
  .super-footer-row .textwidget, .super-footer-row .footer-social-medias {
    text-align: center;
  }
  
  .middle-footer-row {
    height: 140px;
  }
  
  .widget_ultimatummenu  {
    /*display:none;*/
  }
  
  .main-menu-row div ul li {
    padding: 5px 10px;
  }
  
  .main-menu-row div ul a {
    font-size:18px !important;
  }
  
  .sfm-navicon-button {
    display:block;
  }
  
   .magic {
    display:none !important;
  }
  
}

@media screen and (max-width:480px) {
  
   .main-menu-row div ul li {
     padding: 2px 5px;
     border-radius: 3px 3px 0 0 !important;
   }
  
  .main-menu-row div ul a {
    font-size:16px !important;
    letter-spacing:0 !important;
    padding:0 !important;
  }
  
 
}