/*
 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
*/



/*--------------------------------------------------------------
## Dropdown Menus
--------------------------------------------------------------*/
.main-navigation ul ul {
    min-width: 250px !important;
  /*box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.3) !important;*/
  box-shadow: 0 6px 18px rgba(0,0,0,0.1) !important;
}

/* widget-title */
h2.wp-block-heading {
    font-size: 28px !important;
}

/* widget-nav */
.widget_nav_menu li {
border-bottom:0px solid #ffffff;
}

.widget_nav_menu li a {
color: #9cdff9 !important;
width:100% !important;
display:block;
padding-top:5px;
font-size:15px;
text-decoration:none !important;
}

.widget_nav_menu li a:hover, .widget_nav_menu li.current-menu-item a {
color: #ffffff !important;
}

.wp-caption-text.gallery-caption {
    font-size:12px !important;
}

/* CTAs */
.quickaccess {
  display: block;
  position: fixed;
  bottom: 100px;
  right: 25px;
  z-index: 1000;
  border-radius: 5px;
  /*border-top-right-radius: 0;
  border-bottom-right-radius: 0;*/
  overflow: hidden;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  width: 50px;
}
.quickaccess ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  width: 100%;
}
.quickaccess ul li {
  padding: 0;
  margin: 0;
}
.quickaccess ul li a {
  display: block;
  background: 0;
  color: #41a3cb;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 25px;
  line-height: 1.2em;
  text-align: center;
}
.quickaccess ul li a img {
  height: 20px;
  width: 20px;
  clear: both;
  display: block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 5px;
}
.quickaccess ul li a span {
  display: block;
  font-size: 8px;
  text-align: center;
  font-weight: bold;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  line-height: 1.2em;
  display: none !important;
}
.quickaccess ul li:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #f5f5f5;
  display: block;
}
.quickaccess ul li:last-of-type:after {
  display: none;
}

@media (max-width: 1100px) {
  .quickaccess {
    width: 100%;
    left: 0px;
    bottom: 0px;
    -webkit-transform: none;
            transform: none;
    top: auto;
    border-radius: 3px;
  }
  .quickaccess ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .quickaccess ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    position: relative;
  }
  .quickaccess ul li a {
    padding: 10px 20px;
  }
  .quickaccess ul li a img {
    height: 20px;
    width: 40px;
    margin-bottom: 2px;
  }
  .quickaccess ul li:after {
    content: "";
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
  }
  .generate-back-to-top {
      bottom: 60px !important;
  }
.site-description {
display:none !important;
  }
  .copyright-bar {
      margin-bottom: 35px !important;
  }
  }
  
