html {
  scroll-behavior: smooth;
}

.breadcrumb {
    display: none;
}

body.home p.entry-meta {
    display: none;
}


#text-7 h3 { color: #eaeaec; }
#text-7 div p { color: #eaeaec; }
#text-7 { text-align: center; }

#text-7 .widgettitle.widget-title {
  font-size: 36px !important;
  margin: 25px;
  letter-spacing: -1px;
}

#text-31 h4, #text-37 h4 {
    color: #e9eaec;
    font-size: 30px;
}

#text-31, #text-37 {
 font-size: 21px; 
 text-align: center;
}

#text-31 p, #text-37 p {
    font-size: 16px;
    color: #e9eaec;
}



.blockapps { margin: 30px 5px; }

.footer-widgets {
    background-color: #157abe;
}
.front-page-3 {
    background-color: #157abe;
}

#ccf_field_paragraph-text-1 {
    color: #157abe;
}
input.btn.btn-primary.ccf-submit-button {
    background-color: #e00885;
}


#journal h2 a:hover, .site-footer a:hover, #pages-2 a:hover, input.btn.btn-primary.ccf-submit-button:hover, a.more-link:hover, a.post-edit-link:hover {
    color: #e00885;
}

.entry, .page.page-template-page_blog .entry {
    padding-bottom: 2%;
}




.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
    padding: 30px 4% 20px;
}
.ccf-form-wrapper .field {
    margin-bottom: 10px;
}

#text-8 p {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

#text-9 figure {
    margin: 30px auto;
}
figure#attachment_115 {
    padding: 10px;
    opacity: 0.3;
}

#text-15 {
    font-size: 36px;
}

#front-page-3 h3 {
    font-size: 28px;
    color: #f6d72e;
}

#text-18 h3 {
  color: #fff !important;
}

.dingologo {
    border: solid #e00885 2px;
    border-radius: 50px;
    padding: 20px 40px;
    background: #ffffff;
    max-width: 200px;
}



@media only screen and (min-width: 1024px) {
    #confuseguy {
      display: none;
    }
}

@media only screen and (max-width: 1023px) {
    #featured-page-3 img {
      width: 100%;
    }
    .dingologo {
      border: solid #f2581c 2px;
      border-radius: 26px;
      padding: 7px 19px;
      background: #ffffff;
      max-width: 105px;
    }
    #media_image-4 {
      display: none;
    }
    .widget_media_image .widget-wrap {
      padding:0;
    }
    #media_image-2 {
      margin-bottom: 40px;
    }
    #confuseguy img {
      width: 100%;
    }
    .front-page-2 .widget-wrap {
      padding-bottom: 10%;
    }
}


.ngg-galleryoverview img {
    min-width: 80%;
}


.popupbutton {
    float: left;
    padding: 30px;
    background: #157abe;
    color: #ffffff;
    margin: 0 5px 10px 5px;
    /*min-height: 125px;*/
    text-align: center;
    width: 100%;
    border-radius: 10px;
}

.popupbutton a {
  text-decoration: none;
}

.fa-times {
  padding: 5px 10px;
}


/*AppDingo for consumers page, video page, &amp; demos*/

.page-id-1474 .site-inner, .page-id-1592 .site-inner, .page-id-1667 .site-inner {
    padding: 0;
    max-width: 100%;
    width: 100%;
    color: white;
}

.page-id-1474 .entry-content, .page-id-1592 .entry-content, .page-id-1667 .entry-content {
  width: 100%;
  max-width: 100%;
}

.page-id-1474 .entry-title, .page-id-1474 .entry-header, .page-id-1592 .entry-title, .page-id-1592 .entry-header, .page-id-1667 .entry-title, .page-id-1667 .entry-header {
  display: none;
}

#consumerpghero h1, #videopghero h1, #demopghero h1 {
    color: #fff;
}

#consumerpghero h1 {
  font-size:8rem;
}

#videopghero h1, #demopghero h1 {
  font-size:6rem;
}

#consumerpghero p, #videopghero p, #demopghero p {
  font-size: 2.4rem;
}

#consumerpghero, #videopghero, #demopghero {
  background: url(/wp-content/uploads/2017/12/background-pd.png);
  background-repeat: no-repeat;
  margin-bottom: 64px;
  text-align: center;
}

#consumerpghero {
  padding: 10%;
}

#videopghero, #demopghero {
  padding: 5% 10%;
}

#consumerpgcontent, #videopgcontent, #demopgcontent {
  background-color: #fff;
  color:#232525;
}

#consumerpgcontent {
  padding: 5% 10% 0 10%;
}

#videopgcontent {
  padding: 5% 10%;
}

#demopgcontent {
  padding: 0 10% 5%;
}

.cc-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.cc-container.reverse {
  flex-direction:row-reverse;
}

.cc-container, .cc-container.reverse {
  margin-bottom: 6em;
}

.cc-content {
  padding:0 2em;
  max-width: 50%;
}

.cc-content img {
  max-width: 100%;
  max-height: 100%;
}

.cc-content img, #videopgcontent img {
  border-radius: 6px;
  overflow:hidden;
}

.page-id-1592 .breadcrumb, .page-id-1667 .breadcrumb {
  display: none;
}

/*Grid on demo page*/
#demogrid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
#demoblock {
  text-align: center;
  padding: 2em 1em;
}
#demoblock a {
  border-bottom: none;
}
.demoimg {
  width: 60%;
}

@media screen and (min-width:1200px) {
  #demoblock {
    max-width: 30%;
  }
}
@media screen and (max-width:1200px) {
  #demoblock {
    max-width: 50%;
  }
}
@media screen and (max-width:800px) {
  #demoblock {
    max-width: 400px;
  }
  .demoimg {
    width: 80%;
  }
}


@media screen and (min-width: 1200px) {
  .entry-title, .entry-content > p:nth-child(1) {
    margin: 0;
  }
  .site-inner {
    padding:5% 40px 10%;
  }
  .breadcrumb {
    margin: 0 auto 5%;
  }
}

/*read more buttons*/
.vid-transcript {
  position:relative;
}

.read-link {
  text-transform:uppercase;
  border-radius: 50px;
  font-family:'Poppins', sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.5px;
  width: auto;
  position: absolute;
  bottom: -84px;
  transition: all 0.2s ease-in-out!important;
}

.read-link:hover {
  transition: all 0.2s ease-in-out!important;
  background-color:#232525;
}

.page .content {
  overflow: visible;
}

/*forces download sub-menus to open vertically on desktop*/

@media screen and (min-width: 800px) {
	#menu-item-109 .sub-menu, #menu-item-1479 .sub-menu {
		opacity: 0;
		margin: 0;
		background-color: #f2f2f2;
	}

	#menu-item-1479:hover {
		margin-bottom: 86px;
	}
	
	#menu-item-109:hover .sub-menu, #menu-item-1479:hover .sub-menu {
		opacity: 1;
	}

	#menu-item-109, #menu-item-1479 {
		transition: all 1.0s ease-in-out;
	}
	li.menu-item-1382, li.menu-item-1383, li.menu-item-1478, li.menu-item-1480 {
    padding-left: 15px;
  }
  
  .genesis-nav-menu .sub-menu a {
    border: none;
  }
}

/*auto-expands sub menu on mobile &amp; adds styling*/
@media only screen and (max-width: 800px) {
    
   #menu-item-1481 > ul:nth-child(3) {
        display: block !important;
    }
    
    #menu-item-1481 > button:nth-child(2) {
      display: none;
    }
    
    .sub-menu-toggle {
      color: #e00885;
      outline: #ddd solid 1px;
    }
}

/*blank space at bottom of page*/
.site-footer {
  padding: 0;
}


#front-page-3 .widget_text {
    margin-bottom: 40px; 
}

.btn {
  border-radius: 50px;
  background-color: #e00885;
  border-color: #e00885;
  padding: 20px 30px;
  font-family: 'Poppins',sans-serif;
  text-decoration: uppercase;
}


/* FORUM styles */

#bbpress-forums .bbp-header {
  background: #0ca5df !important;
  color: #fff;
}
.bbp-template-notice a {
/*  color: #fff !important; */
}

#bbpress-forums .bbp-forums, #bbpress-forums .bbp-lead-topic, #bbpress-forums .bbp-replies, #bbpress-forums .bbp-search-results, #bbpress-forums .bbp-topics {
  border: 1px solid #0ca5df !important;
}

#bbpress-forums .bbp-form {
  border: 1px solid #f6d70a !important; 
}

.bbp-template-notice.info {
  border: #f3f3f3 1px solid !important;
  background-color: #f3f3f3 !important;
}

 .bbp-no-topic .bbp-template-notice, 
 .bbp-no-reply .bbp-template-notice, 
 #new-post .bbp-template-notice,
 .indicator-hint {
  background-color: #f6d70a !important;
  border-color: #f6d70a !important;
}

.bbp-topic-permalink {
  font-size: 16px;
}

.bbp-topic-meta {
  display: none;
}

#bbpress-forums .bbp-replies, #bbpress-forums fieldset.bbp-form, .bbp-template-notice {
  border-radius: 8px !important;
}

.button-cont {
    text-align: center;
    margin-top: 40px;
}

.wp-video {
    border: solid 1px #307bc0;
}

.calltoaction {
  text-align: center;
}
.calltoaction a.button {
    margin: 30px;
}

.yellowbtn {
    background: #ebb300 !important;
}
  
button.sub-menu-toggle.ionicons-before.ion-ios-arrow-down {
    outline: #d70086 solid 1px;
}