html, body {
  overflow-x: hidden;
}
body {
  position: relative
}

.cp-logo {
    max-width: 150px;
}

::selection {
  color: #00384F;
  background: #0FCC7C;
}

.nav-item a{
    color: white!important;
    font-family: "Figtree", Sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.cp-profile-icon {
      width: 30px;
    object-fit: cover;
    max-height: 30px;
    border-radius: 100%;
}

.cp-font-16 {
  font-size: 16px!important;
}

.container {
    max-width: 1280px!important;
}

.cp-errortext{
  color: red!important;
  font-size: 10px!important;
  font-weight: 600;
}

.cp-heading-font {
      font-family: "Figtree", sans-serif;
      font-weight: 700;
      line-height: 80px;
      font-size: 72px;
      text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}

.cp-nav-bg {
  background: #00384F;
}

p {
  color:#00384F!important;
  font-family: 'Helvetica', sans-serif;
  font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

h3 {
      font-family: "Figtree", Sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #00384F;
}

h4 {
    font-family: "Figtree", Sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
}

.cp-hero-subheading {
      font-family: 'Helvetica', sans-serif;
      font-size: 22px;
      font-weight: 400;
      letter-spacing: 0.5px;
      max-width: 40%;
      text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}

.cp-main-hero-subheading {
      font-family: 'Helvetica', sans-serif;
      font-size: 22px;
      font-weight: 400;
      letter-spacing: 0.5px;
      max-width: 85%;
      text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}

.navbar {
  flex-wrap: nowrap;
}

.cp-sub-heading {
    font-weight: 700;
    font-size: 28px;
}

.cp-max-100 {
  max-width: 100%;
}

.cp-width-100 {
  width: 100%;
}

.cp-white {
  color: white!important;
}

.cp-white p {
  color: white!important;
}

.cp-green {
  color: #0FCC7C!important;
}

.cp-white-bg {
  background: white!important;
}

.cp-padding-top {
    padding-top: 45px;
}

.cp-padding-bottom {
    padding-bottom: 45px;
}

.cp-padding-y {
    padding-top: 45px;
    padding-bottom: 45px;
}

.cp-padding-y-xl {
    padding-top: 85px;
    padding-bottom: 85px;
}

.cp-content-heading {
  font-size: 56px;
  font-weight: 700;
  line-height: 66px;
  font-family: "Figtree", sans-serif;
  color: #00384F;
}

.cp-green-btn {
  font-family: "Figtree", Sans-serif;
  font-weight: 800;
  background: #0FCC7C;
  border: #0FCC7C!important;
  border-radius: 10px;
  font-size: 16px;
  padding: 10px 20px;
  color: white;
  margin-top: 20px!important;
}

.cp-green-btn:hover {
  background: #00384F;
  color: white;
}

.parallax {
  /* The image used */
  background-position: top center;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  display: flex;
  align-items: center;  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Turn off parallax scrolling for tablets and phones. Increase the pixels if needed */
@media only screen and (max-device-width: 1366px) {
  .parallax {
    background-attachment: scroll;
  }
}

/*footer*/

.cp-footer-icons {
  max-width: 20px;
}

.cp-footer-btn {
  background-color: white;
}

.mdi {
        color: #0FCC7C;
    font-size: 18px;
  }
  
  .mdi-close {
    color: black!important;
  }

.btn-close {
  border-color: snow !important;
}

.cp-footer-btn:hover {
  background-color: #0FCC7C;
}

.cp-footer-btn img {
  max-width: 15px;
}

.cp-footer-txt {
      font-family: "Helvetica", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.cp-logo {
  max-width: 200px;
  padding-top: 10px;
  }
  
  .cp-ken-burns-responsive {
     max-height:100%;
     object-fit: cover;
  }

/*Homepage*/

.cp-700-hero-img {
    min-height: 700px;
        max-height: 700px;
        object-fit: cover;
        object-position: center;
        min-width: 100%;
}

.cp-4-grid {
  text-align: left;
  flex-direction: row;
}

.cp-icon {
  max-width: 50px;
}

.cp-home-list {
  padding-left: 0px;
}

.cp-condense-txt {
      width: 70%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.cp-home-list li{
    list-style: none;
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
    padding-left: 30px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5em;
    color: white;
    display: flex;
    align-items: center;
}

.cp-list-wrap ul{
  padding-left: 0px;
}

.cp-list-wrap ul li {
    list-style: none;
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
    padding-left: 30px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5em;
    color: white;
    display: flex;
    align-items: center;
}

.cp-xl-list li {
  height: 45px;
}

.cp-home-overlap-box {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  padding: 3em 3em 3em 3em;
  border-radius: 20px;
  background: white;
  margin-top: -75px;
}

.cp-home-parallax-1 {
  height:750px;
}

.cp-home-parallax-2 {
  min-height:900px;
  padding-bottom: 75px;
}

.cp-home-parallax-3 {
  min-height: 600px;
  background-image: url('../images/bee-bg.png')!important;
}

.cp-home-shadow {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  padding: 3em 3em 3em 3em;
  border-radius: 20px;
  background: white;
}

.cp-home-green-box {
  background-color: #0FCC7C;
  padding: 30px 20px;
  border-radius: 20px;
  text-align: left;
}

.cp-counter {
  color: #BDFFDC;
    font-family: "Figtree", Sans-serif;
    font-size: 140px;
    font-weight: 800;
}

.cp-green-box-txt {
    color: #FFFFFF!important;
    font-family: "Figtree", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
}


    .cp-caption-home {
    position: absolute;
        color: white;
        display: flex;
        max-width: 850px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 700px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 0;
        top: 0px;
}


.home-demo h2 {
    color: #FFF;
    text-align: center;
    padding: 5rem 0;
    margin: 0;
    font-style: italic;
    font-weight: 300;
}


/*top nav styling*/


.cp-top-nav {
    background: white;
    padding: 10px;
    z-index: 9999!important;
    max-width:1280px;
}

.cp-nav-logo {
  max-width: 150px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cp-nav-right-align {
    display: flex;
    justify-content: flex-end;
}

.cp-top-nav-txt {
    color: #00384F!important;
    font-size: 18px;
    font-weight: 900;
    font-family: "Figtree", sans-serif;
    line-height: 1.6em;
}

/*Event details page styling*/

.cp-event-container {
    position: relative;
    z-index: 0!important;
    margin-bottom: 45px;
}

.cp-home-event-feature {
  padding: 0px;
}

.cp-xs-event-info {
  font-size: 18px;
  color: #00384F!important;
  margin-left: 10px;
  
}

.cp-event-side-box {
  background: #f8f8f8;
  padding: 20px 25px;
}

.cp-event-info-xs {
  font-size: 15px;
}

.cp-event-hero-container {
    margin-top: 0px;
    position: relative;
    padding: 0px;
}

    .cp-event-hero-img {
        min-height: 900px;
        max-height: 900px;
        object-fit: cover;
        object-position: center;
        min-width: 100%;
    }
    
    .cp-caption {
    position: absolute;
    color: white;
    display: flex;
    flex-direction: column;
    padding-left: 250px;
    justify-content: center;
    height: 900px;
    z-index: 0;
    top: 0px;
}

.cp-attendee-img {
    border-radius: 100%;
    width: 135px;
    height: 120px;
    object-fit: cover;
}

.cp-attendee-name {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 2px;
}

.cp-attendee-block {
    border: 1px solid #e4e5ec;
    border-radius: 10px;
    text-align: center;
    padding: 30px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.cp-attendee-block:hover {
  box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.5);
  background-color: #00384F1F;
}

.cp-event-info-box {
    background: #f1f1f1;
    padding: 20px;
}

.cp-event-share-box {
    background: #f1f1f1;
    padding: 20px;
    margin-top: 45px;
}

.cp-event-share-btn {
    display: flex;
    align-items: center;
    border: 1px solid black;
    border-radius: 5px;
    width: 70%;
    padding: 5px 15px 5px 15px;
    background: #00384F;
    color: white;
    margin-top: 10px;
}

.cp-event-share-btn:hover {
    color: #00384F;
    cursor: pointer;
    background: white;
    border: 1px solid #00384F;
}

.cp-event-location {
    display: flex;
    align-items: baseline;
    margin-top: 10px;
}

.cp-event-thumb-title {
    font-weight: 700;
    font-size: 32px;
    height: 55px;
    font-size: 32px;
    line-height: 30px;
        font-family: "Figtree", sans-serif;
}

.cp-event-thumb-date {
    font-size: 12px;
    font-weight: 700;
}

.cp-event-card-hero {
    min-height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px 20px 0px 0px;
    }

.cp-flex-row {
    flex-direction: row;
    display: flex;
    align-items: center;
}

.cp-event-container {
    overflow: hidden;
}

.cp-btn-icon {
    max-width: 25px;
    object-fit: contain;
}

#timer {
  font-size: 45px!important;
}

/*Events page styling*/

    .cp-caption-center {
    position: absolute;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 0;
    top: 0px;
}

.cp-location {
  color: #0FCC7C!important;
  margin-left: 10px;
  margin-bottom: 0px;
}

.cp-attendee-height {
    height: 60px;
}

.cp-featured-side-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.cp-event-border {
    border: 1px solid #00384F;
    border-radius: 20px;
    text-align: left;
    cursor: pointer;
    min-height: 510px;
    background: white;
}

.cp-card-height p {
    height: 95px;
}

.cp-event-border:hover {
  box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.5);
  background-color: #00384F1F;
}

.cp-600-hero-img {
        min-height: 600px;
        max-height: 600px;
        object-fit: cover;
        object-position: center;
        min-width: 100%;
}

.home-demo .item {
  background: white!important;
  border-radius: 25px;
}

.home-demo .item:hover {
  cursor: pointer;
  box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.5);
  background-color: #00384F1F;
  border-radius: 20px;
}
/*support page styling*/


.cp-center-y {
      display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.cp-html-font {
      color: #00384F !important;
    font-family: 'Helvetica', sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px !important;
}

/*login/register page styling*/

.cp-caption-admin {
        position: absolute;
        color: white;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 400px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 0;
        top: 0px;
}

.cp-admin-container {
    margin-top: -100px;
    background: white;
    z-index: 1;
    position: relative;
    max-width: 1780px;
    border-radius: 25px;
    padding: 25px!important;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
}

.cp-admin-form {
    padding: 30px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
}

.cp-400-hero-img {
    in-height: 400px;
        max-height: 400px;
        object-fit: cover;
        object-position: center;
        min-width: 100%;
}

/* my account styling */

.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: white;
  width: 30%;
  height: auto;
}

.tab button.active {
    background-color: #00384F;
    color: white;
}

.dataTable img {
    height: 120px;
    object-fit: cover;
}

.form-group label {
      font-family: 'Figtree';
}

.cp-account-subheading {
    font-family: "Helvetica", Sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0.5px;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}

.cp-divider {
  height: 10px;
  background: #ddd;
}

/*.odd td.sorting_1 {
    box-shadow: inset 10px 10px 10px 85px #E1F5EC!important;
}

.even td.sorting_1 {
    box-shadow: inset 10px 10px 10px 85px #bee4d3!important;
}*/

.buttons-html5 {
      background: #0FCC7C;
    border: #0FCC7C !important;
    border-radius: 10px;
    font-size: 16px;
    padding: 10px 20px;
    color: white;
    margin-top: 20px !important;
}

/*input.form-control {
    color: #54595F;
    background-color: #E1F5EC!important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E1F5EC;
    border-radius: 30px 30px 30px 30px;
}*/

/*select.form-control {
    color: #54595F;
    background-color: #E1F5EC!important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E1F5EC;
    border-radius: 30px 30px 30px 30px;
}*/

textarea#message {
    color: #54595F;
    background-color: #E1F5EC!important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E1F5EC;
    border-radius: 30px 30px 30px 30px;  
}

.page-item.active .page-link {
  background: #00384F;
  border: 1px solid #00384F;
}

.tab button {
  display: block;
  background-color: inherit;
  color: #00384F;
  padding: 10px 15px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

.tab button:hover {
  background-color: #ddd;
  color: #00384F;
}

.tabcontent {
  float: left;
  padding: 0px 12px;
  width: 70%;
  border-left: none;
  height: auto;
}

.linkedinprofilepicsmall {
 border-radius: 25px; 
  
}

/* ambassadors styling */

.cp-amba-box {
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    text-align: center;
    margin: 0px 0px 0px 0px;
    border-radius: 20px;
    padding: 30px 25px;
    margin-bottom: 20px;
}

.cp-amba-icons {
      width: 40px;
      cursor: pointer;
}

.cp-set-amba-height {
    height: 150px;
    overflow: hidden;
}

.cp-amba-box-hero {
    background: white;
    box-shadow: 0px 0px 10px 0px rgba(255,255,255,0.5);
    text-align: center;
    margin: 0px 0px 0px 0px;
    border-radius: 20px;
    padding: 30px 25px;
}

.cp-amba-parallax {
  height: 550px!important;
}

.cp-amba-box-hero img{
      max-width: 100%;
    border-radius: 100px;
}

.cp-small-hero-txt {
  font-size: 12px;
}

.cp-amba-box img {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background: #0fcc7c;
    margin-bottom: 25px;
    object-fit: cover;
}

.cp-amba-box:hover {
  box-shadow:2px 2px 10px 0px rgba(0,0,0,0.5);
  background-color: #00384F1F;
  cursor:pointer;
}


/* ambassador details styling */

.cp-amba-hero-container {
    min-height: 650px;
    margin-top: 0px;
}

.cp-amba-profile {
    background: white;
    border-radius: 100%;
    object-fit: cover;
    max-width: 100%;
}

.cp-amba-hero-txt {
      align-items: start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 9!important;
}

/* blog styling */

  .cp-blog-bg {
    background: white;
    padding: 25px 35px;
    border-radius: 0px 0px 20px 20px;
    text-align: left;
    border: 1px solid #00384F;
        min-height: 350px;
  }
  
  .cp-blog-bg:hover {
    background-color: #00384F1F;
  }
  
  
  .cp-blog-card-height {
    height: 50px;
}
  
    .cp-blog-home-bg {
    background: #0FCC7C;
    padding: 25px 0px;
    border-radius: 0px 0px 20px 20px;
    text-align: left;
  }
  
  .cp-blog-card-hero {
    /*background-image: url(../images/event-thumb.jpg);*/
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px 20px 0px 0px;
  }
  
  .cp-blog-thumb-header {
    color:#00384F;
    font-family: "Figtree", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 35px;
    height: 95px;
  }
  
  .cp-blog-thumb-link {
    text-decoration: none;
    color: #00384F;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
  }
  
  .cp-blog-thumb-txt {
        margin: 0!important;
    line-height: 1.5em!important;
    font-size: 14px!important;
    min-height: 65px;
  }
  
    .cp-blog-thumb-txt p {
        margin: 0!important;
    line-height: 1.5em!important;
    font-size: 14px!important;
  }
  
  
   /* directory styling */ 

.cp-directory-heading {
    color: #00384F;
    font-family: "Figtree", sans-serif;
    font-size: 36px;
    font-weight: 600;
}

.cp-directory-height {
  height: 55px;
}

.cp-xs-txt {
  font-size: 15px;
}

.cp-directory-sub-heading{
      color: #00384F;
      font-family: "Figtree", sans-serif;
      font-size: 30px;
      font-weight: 600;
}

.cp-directory-thumb {
    background: white;
    height: 100%;
}
  
  .cp-directory-box {
    min-height: 370px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .cp-filter-btn {
    border-radius: 10px!important;
    background: #00384F;
    color: white;
  }
  
    .cp-filter-btn:hover {
    background: #0fcc7c;
    color: white;
  }
  
  .cp-directory-thumb-txt {
    font-size: 20px !important;
    line-height: normal !important;
    color: #444;
    font-weight: 700;
  }
  
     /*buesiness styling */ 

.cp-business-name {
  font-size: 72px;
  line-height: 1.4em;
  font-weight: 700;
  color: #00384F;
}

.cp-business-details-container {
  padding: 45px 20px;
}

.cp-light-grey-bg {
  background: #f8f8f8;
}

.cp-xs-business-info {
  font-size: 14px;
  margin: 0px;
  padding-left: 10px;
}

.cp-blue-green-span {
  color: #00384F;
}

.cp-blue-green-span:before {
  color: #0FCC7C;
}

.cp-business-details-info-container {
      display: flex;
    align-items: self-start;
    flex-direction: column;
    justify-content: center;
}

.cp-business-details-img {
  height: 450px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.cp-xs-green-txt {
  color: #0FCC7C!important;
  font-size: 14px!important;
}
 
 /* blog post styling */ 
  
  .cp-post-btns {
    color: #00384F;
  }
  
  .cp-post-btns img {
    width: 30px
  }

/* our sites styling */

.wrapper {
    max-width: 1200px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
}

.cp-align-bottom {
    position: absolute;
    bottom: 30px;
}

.cp-our-sites-txt {
  line-height: 20px;
  font-size: 16px;
}

.cp-sites-img {
      height: 150px;
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
}

.cp-card-sites-height {
      overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 4; /* number of lines to show */
           line-clamp: 4; 
   -webkit-box-orient: vertical;
      font-family: 'Helvetica', sans-serif;
      color: #00384F;
      text-align: center;
      min-height: 95px;
}

.cp-site-card-hero {
  min-height: 250px;
}

.cp-sites-title {
  height: 50px !important;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

.cp-site-location {
  justify-content: center;
}

.right {float: right !important;}
/* Image zoom on hover + Overlay colour */
.parent {
    width: 100%;
    margin: 20px;
    height: 450px;
    border: none;
    overflow: hidden;
    position: relative;
    float: left;
    display: inline-block;
    cursor: pointer;
    border-radius: 20px;
}

.child {
    height: 100%;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
}

.bg-one {background-image: url(../images/amba-para-bg-overlay.png);}
.bg-two {background-image: url(../images/scarborough-tile-overlay.png);}
.bg-three {background-image: url(../images/forest-tile-overlay.png);}
.bg-four {background-image: url(../images/buzzards-tile-overlay.png);}




.parent:hover .child, .parent:focus .child {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.parent:hover .child:before, .parent:focus .child:before {
    display: block;
}

.parent:hover a, .parent:focus a {
    display: block;
}

.child:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(52,73,94,0.25);
}

.cp-sites-parallax {
    height: 550px!important;
}

/* site info styling */

.cp-green-container {
  background:#E1F5EC;
  border-radius: 10px;
  height: 240px;
}

.cp-icon-bg {
      font-size: 50px;
    background: white;
    border-radius: 100%;
    padding: 5px 10px;
}

.cp-site-detail-header h4 {
    font-size: 18px!important;
    font-weight: 600!important;
    color: #00384F!important;
}

.cp-green-container p {
    font-size: 14px;
}

/*Ken Burns effect styling*/

    .image-wrap {
  width: 100%;
  height: 600px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.image-wrap img {
  width: 100%;
  animation: move 60s infinite ease;
  /* Add infinite to loop. */
    animation-iteration-count: infinite;
  animation-timing-function: linear;
  -ms-animation: move 60s infinite ease;
  -webkit-animation: move 60s infinite ease;
  -0-animation: move 60s infinite ease;
  -moz-animation: move 60s infinite ease;
  position: absolute;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    /* IE 9 */
    
    -webkit-transform: scale(1.0);
    /* Safari and Chrome */
    
    -o-transform: scale(1.0);
    /* Opera */
    
    -moz-transform: scale(1.0);
    /* Firefox */
  }
  50% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    
    -o-transform: scale(1.2);
    /* Opera */
    
    -moz-transform: scale(1.2);
    /* Firefox */
  }
    100% {
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    /* IE 9 */
    
    -webkit-transform: scale(1.0);
    /* Safari and Chrome */
    
    -o-transform: scale(1.0);
    /* Opera */
    
    -moz-transform: scale(1.0);
    /* Firefox */
  }
}


/* Media Queries */

@media screen and (max-width: 0px) {
    .parent {width: 100%; margin: 20px 0px}
		.wrapper {padding: 20px 20px;}
}

@media screen and (max-width: 1200px) {
    .cp-event-hero-container {
      overflow: hidden;
    }
}

@media screen and (max-width: 1100px) {
    .cp-green-container {
      height: auto;
    }
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
    
    .cp-event-thumb-title {
      height: 85px;
    }
  
    
    .cp-icon {
    max-width: 35px; 
  }
  
  .cp-4-grid div {
    min-height: 200px !important;
}

.cp-ipad-padding {
  padding-left: 40px;
}

.row.cp-home-blog-mob {
    width: 100%;
}

.cp-hero-subheading {
  max-width: 85%;
}
}

@media screen and (max-width: 850px) {

      .cp-ken-burns-responsive {
     min-height:100%;
     object-fit: cover;
  }
  .cp-green-container {
  height: auto;
}
}

@media screen and (max-width: 478px) {
  p {
    font-size: 16px;
  }
  
    .cp-top-nav-txt {
    font-size: 12px;
}

.cp-amba-parallax {
  height: 550px!important;
}

.cp-green-container {
  height: auto;
    text-align: center;
}

.cp-business-details-img {
  height: 250px;
  margin-bottom: 25px;
}

.cp-business-name {
  font-size: 56px;
}

.cp-amba-profile {
  max-width: 40%;
}

.cp-caption-home {
  max-width: 95%;
}

.cp-main-hero-subheading {
  max-width: 90%;
}

.cp-directory-heading {
  font-size: 22px;
}

.cp-directory-sub-heading {
  font-size: 18px;
}

.cp-condense-txt {
  width: 100%;
}

.navbar-dark .navbar-toggler {
  border-color: white;
}

.parent {
  margin: 0px;
  margin-bottom:25px;
}

  .cp-ken-burns-responsive {
     min-height:100%!important;
  }

.cp-700-hero-img {
  min-height: 600px;
  max-height: 600px;
}

.cp-margin {
  margin-right: -15px!important;
}

.cp-padding-y-xl {
  padding-top: 45px;
  padding-bottom: 45px;
}

.cp-home-parallax-1 {
  height: 850px;
}

.cp-footer-mob {
  justify-content: center;
  text-align: center;
}

.cp-home-parallax-3 {
      min-height: auto;
    padding-top: 45px;
    padding-bottom: 75px;
}

.cp-4-grid {
  text-align: center;
}

.cp-content-heading {
  font-size: 46px;
  line-height: 48px;
}

.parallax {
  display: block;
}

.cp-home-shadow {
  padding: 35px 20px 35px 20px;
      margin-top: 35px;
}

.cp-home-overlap-box {
  margin-top: 45px;
   padding: 35px 20px 35px 20px;
}

.cp-event-row {
  justify-content: center!important;
  margin-bottom: 10px;
}

.cp-caption-home {
  height: 550px;
}

.cp-small-hero-txt {
    font-size: 16px;
}

.cp-attendee-block {
  margin: 0 auto;
}

.cp-nav-right-align {
    justify-content: space-evenly;
}

.cp-mob-tab {
  width: 100%;
}

.cp-admin-container {
    margin-top: -30px;
    width: 90%;
    padding: 15px!important;
}

.tablinks {
  font-size: 14px!important;
}

.tabcontent {
  width: 100%;
  margin-top: 35px;
}

.cp-home-blog-mob {
  width: 98%;
  margin: 0 auto;
}

.cp-heading-font {
  font-size: 40px;
  line-height: 1.3em;
}

.cp-hero-subheading {
  max-width: 85%;
  font-size: 20px;
}

.cp-home-green-box {
  padding: 30px 15px 0px 15px;
}
}



#userstable_filter {
  display:none;
}

.success-message{
            color:green
        }
        .error-message{
            color:red;
        }
        
.tox .tox-dialog-wrap__backdrop--opaque {
    background-color: #000 !important;
    opacity: 0.5 !important;
}

.dataTables_filter {
  display: none;
}
        
/*Drag Drop*/
.ddArea {
        height: 200px;
        border: 2px dashed #ccc;
        line-height: 100px;
        text-align: center;
        font-size: 20px;
        background: #f9f9f9;
        margin-bottom: 15px;
      }
      
      .ddArea_multiple {
        line-height: 35px!important;
        height: 80px!important;
      }
      
.ddArea0 {
        height: 200px;
        border: 2px dashed #ccc;
        line-height: 100px;
        text-align: center;
        font-size: 20px;
        background: #f9f9f9;
        margin-bottom: 15px;
      }
      
      .ddArea1 {
        height: 200px;
        border: 2px dashed #ccc;
        line-height: 100px;
        text-align: center;
        font-size: 20px;
        background: #f9f9f9;
        margin-bottom: 15px;
      }
      .ddArea2 {
        height: 200px;
        border: 2px dashed #ccc;
        line-height: 100px;
        text-align: center;
        font-size: 20px;
        background: #f9f9f9;
        margin-bottom: 15px;
      }
      .ddArea3 {
        height: 200px;
        border: 2px dashed #ccc;
        line-height: 100px;
        text-align: center;
        font-size: 20px;
        background: #f9f9f9;
        margin-bottom: 15px;
      }
      .ddArea4 {
        height: 200px;
        border: 2px dashed #ccc;
        line-height: 100px;
        text-align: center;
        font-size: 20px;
        background: #f9f9f9;
        margin-bottom: 15px;
      }
      .ddArea5 {
        height: 200px;
        border: 2px dashed #ccc;
        line-height: 100px;
        text-align: center;
        font-size: 20px;
        background: #f9f9f9;
        margin-bottom: 15px;
      }
      .ddArea6 {
        height: 200px;
        border: 2px dashed #ccc;
        line-height: 100px;
        text-align: center;
        font-size: 20px;
        background: #f9f9f9;
        margin-bottom: 15px;
      }
      .ddArea7 {
        height: 200px;
        border: 2px dashed #ccc;
        line-height: 100px;
        text-align: center;
        font-size: 20px;
        background: #f9f9f9;
        margin-bottom: 15px;
      }
      .ddArea8 {
        height: 200px;
        border: 2px dashed #ccc;
        line-height: 100px;
        text-align: center;
        font-size: 20px;
        background: #f9f9f9;
        margin-bottom: 15px;
      }
      .ddArea9 {
        height: 200px;
        border: 2px dashed #ccc;
        line-height: 100px;
        text-align: center;
        font-size: 20px;
        background: #f9f9f9;
        margin-bottom: 15px;
      }
      .ddArea10 {
        height: 200px;
        border: 2px dashed #ccc;
        line-height: 100px;
        text-align: center;
        font-size: 20px;
        background: #f9f9f9;
        margin-bottom: 15px;
      }
      .ddArea11 {
        height: 200px;
        border: 2px dashed #ccc;
        line-height: 100px;
        text-align: center;
        font-size: 20px;
        background: #f9f9f9;
        margin-bottom: 15px;
      }
      .ddArea12 {
        height: 200px;
        border: 2px dashed #ccc;
        line-height: 100px;
        text-align: center;
        font-size: 20px;
        background: #f9f9f9;
        margin-bottom: 15px;
      }

      .drag_over {
        color: #000;
        border-color: #000;
      }

      .thumbnail {
        width: 100px;
        height: 100px;
        padding: 2px;
        margin: 2px;
        border: 2px solid lightgray;
        border-radius: 3px;
        float: left;
      }
      
      .cp-group img {
      max-width: 100%;
      }

      .d-none {
        display: none;
      }
      

      
      
      
