@import url("../marketify/style.css");
/*
Theme Name: Marketify - Child Theme
Theme URI: http://astoundify.com/themes/marketify
Author: Astoundify
Author URI: http://astoundify.com
Description: Your beautiful handcrafted digital marketplace.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: marketify
Domain Path: /languages/
Tags: white, two-column, one-column, right-sidebar, left-sidebar, flexible-width, custom-background, custom-header, theme-options, full-width-template, featured-images, flexible-header, custom-menu, translation-ready
Template: marketify
*/
/**
 * Place Custom CSS Below this.
 */

 /*@import url("https://www.strata3duniversity.com/wp-content/uploads/videos/ctyler/tylerstyle_2.css");*/

 @media screen and (max-width: 600px){
 #wpadminbar {
     position: fixed!important;
 }
}

.university .header-outer {
    padding: 0;
}

#masthead {
    background: rgba(0, 0, 0, 0.3);
}

 .page-header .container {
  margin-top: 3em;
}

#page .comments-title {

  display: none;
}

@media screen and (max-width: 992px) {
  .main-navigation {
    top: 50%;
    left: auto;
    right: 0!important;
    float: none;
  }

  .main-navigation .menu > li {
   max-width: inherit!important;
 }
}

.group:after {
 content: "";
 display: table;
 clear: both;
}

.custom-featured-image .entry-page-title h1, .custom-featured-image .entry-page-title .byline, .custom-featured-image .entry-page-title .entry-date, .custom-featured-image .page-header .page-title {
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.9);
  position: relative;
}
.site-footer a[href^="tel"] {
  color: #fff!important;
}

#page {
 overflow-x: visible!important;
}

.entry-content h4{
  margin: 1em 0;
}

.attn {
  color: red;
}

li.current-cart {
 float: right;
}

.section-title span, .home-widget-title span, #edd_checkout_form_wrap fieldset > span legend, .entry-content .fes-section-wrap h2, body:not(.minimal) .edd_form fieldset > span legend {
 color: #6B6A6A;
 border-color: #bdc3c7;
}

/* line 46, sass/style.scss */
.cf:before,
.cf:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 58, sass/style.scss */
.cf:after {
  clear: both;
}
/* line 60, sass/style.scss */
.cf {
  zoom: 1;
}
/* IE < 8 */
/* line 64, sass/style.scss */
.clear {
  clear: both;
}

.page-header {
  padding: 40px 0 20px;
  background-image: url(https://www.strata.com/wp-content/uploads/2016/11/abstract-smoke-background.jpg);
  }
}

.header-outer {
  /*padding-top: 1em;*/
  position: relative;
  /*background: none!important;*/
  /* background-repeat: text-indent: ; */
  background-repeat: initial;
  /*background-size: initial;*/
}


.img-attr {
  position: absolute;
  bottom: 1em;
  right: 1em;
  padding: .5em;
  background: rgba(255, 255, 255, 0.66);
  color: #000;
  font-size: 12px;
}

/* line 72, sass/style.scss */
.full-stripe {
  background: #FD925F;
  display: block;
  padding: 1em 1em 1em 1em;
  margin: 3em 0 1em 0;
  border: 4px;
}
/* line 88, sass/style.scss */
.full-stripe:nth-child(1) {
  margin-top: 0;
}
/* line 96, sass/style.scss */
.question {
  display: block;
  font-style: italic !important;
  text-transform: none !important;
  clear: none;
  font-size: 18px !important;
  font-weight: 800 !important;
}
/* line 114, sass/style.scss */
.featured-artist {
  width: 85%;
}
/* line 122, sass/style.scss */
.featured-artist header {
  display: block;
  margin-bottom: 1em;
}
/* line 134, sass/style.scss */
.featured-artist p {
  font-size: 18px;
}
/* line 142, sass/style.scss */
.featured-artist h2 {
  margin: 0 0 0 1em;
  color: #FCF289;
}
/* line 152, sass/style.scss */
.featured-artist h1 {
  float: left;
  clear: none;
  display: block;
  margin-left: 1em;
  margin-top: 6px;
  max-width: 400px;
  margin-bottom: 0;
  color: #FCF289;
}
/* line 174, sass/style.scss */
.featured-artist img {
  margin-bottom: 1em;
  margin-top: 0;
}

.category-featured-artists .blog-archive-image {
  width: 140px;
  padding-bottom: 20px;
}

.su-tabs-nav span {
  padding: 10px 10px!important;
}

/* line 184, sass/style.scss */
img.profile-pic {
  border-radius: 50%;
  float: left;
  display: block;
  margin: 0 0 0 1em;
  border: 6px solid #FFFFFF;
}
/*------------------------------------*\
    $START Product Page Widget Area Menus
    \*------------------------------------*/
/*    *, *:before, *:after {
      -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
      }*/
      /* line 208, sass/style.scss */
      .pp_menu {
        /*margin: 0 0 40px 0;*/
        font-size: 0;
        text-transform: uppercase;
      }
      /* line 215, sass/style.scss */
      .pp_menu ul {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        -ms-box-orient: horizontal;
        -ms-box-pack: center;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
        list-style: none;
      }
      /* line 239, sass/style.scss */
      .pp_menu li {
        display: inline-block;
        font-size: 14px;
        height: 4em;
      }
      /* line 245, sass/style.scss */
      .pp_menu li:nth-child(-n+5) {
        margin-right: 5px;
      }
      /* line 249, sass/style.scss */
      .pp_menu a {
        padding: 1em;
        background: #E8E8E8;
        border: 2px solid #E8E8E8;
        text-decoration: none;
        -webkit-transition-property: border;
        -moz-transition-property: border;
        -o-transition-property: border;
        transition-property: border;
        -webkit-transition-duration: 0.4s;
        -moz-transition-duration: 0.4s;
        -o-transition-duration: 0.4s;
        transition-duration: 0.4s;
      }
      /* line 257, sass/style.scss */
      .pp_menu a:active {
        background: #B4B4B4;
        border: 2px solid #E8E8E8;
      }
      /* line 264, sass/style.scss */
      .pp_menu a:hover {
        border: 2px solid #8B8E8F;
      }
      /* line 268, sass/style.scss */
      .pp_menu .current-menu-item a {
        border: 2px solid #8B8E8F;
        text-decoration: none;
        cursor: default;
      }
/*------------------------------------*\
    END Product Page Widget Area Menus
    \*------------------------------------*/
    .no-style, .edd_receipt_fees {
      list-style: none;
      margin: 0!important;
    }
    .no-style li {
      margin: .5em 0!important;
    }
    h2 {
      margin-top: 1em;
    }
    .section-title {
      margin: 48px 0 20px 0;
    }


    .symple-toggle h4{
      margin-bottom: .5em;
    }
    .symple-toggle h5{
      margin: .25em 0;
    }
    #dist h4, #dist h5 {
      color: #BD5757;
    }
    .sprite-dist_acad, .sprite-dist_local, .sprite-dist_retail  {
      background: url(images/csg-534ca4bc452cd.png) no-repeat top left;
      display: inline-block;
    }
    .sprite-dist_acad{ background-position: 0 0!important; width: 16px; height: 16px; }
    .sprite-dist_local{ background-position: 0 -21px!important; width: 16px; height: 16px; }
    .sprite-dist_retail{ background-position: 0 -42px!important; width: 16px; height: 16px; }
    #dist-intro {
      float:left;
    }
    .legend {
      float: right;
      border: 3px solid #FF9428;
      display: inline-block;
    }
    .legend h3 {
      background: #FF9428;
      text-align: center;
      color: white;
      padding: 1em 0;
    }
    .legend-item {
      display: inline;
      margin: 0 10px 0 5px;
      vertical-align: text-bottom;
    }
    .legend-item-container {
      padding: 0 1em;
    }
    #fluid {
      margin-right: 250px;
    }
    @media (max-width: 600px) {
      #fluid {
        margin-right: 0;
      }
      .legend {
        float: none;
        text-align:
        border: 3px solid;
        display: inline-block;
      }
    }
    /*Gallery*/

    #imageShowcase li{
      list-style: none;
      background: #ccc;
    }
    #showcase-menu {
      list-style: none;
      margin: 0 0 1em -5px;
      cursor: pointer;
    }
    #showcase-menu li{
      display: inline-block;
      padding: 0 5px;
      margin-bottom: 1em;
    }
    #showcase-menu .button.is-checked {
      border-color: #755393;
      background: #755393;
      color: white;
    }
    #showcase-menu .button{
      background: #E8E8E8;
      color: #8B8E8F;
      border: 2px solid #8B8E8F;
      font-weight: normal;
    }
    #showcase-menu .button:hover{
      transition: all 0.4s ease;
      background: #755393;
      color: white;
    }
    #showcase-menu .button:active{
      background: #32233F;
      color: white;
    }
    button:focus {
      outline: none;
    }
/*#showcase-menu li:first-child{
  padding-left: 0;
}
*/
/*#showcase-menu li:after{
  content: "|";
  }*/
  .single-gallery #main{
    padding: 0 5px;
    margin-right: -5px;
  }
  .single-gallery .site-content {
    margin-top: 50px;
  }
  .gallery-title {
    font: 300 40px 'Roboto Slab', serif;
    font-size: 24px;
    margin-bottom: 1em;
  }
  #imageShowcase {
    margin: 0;
    min-height: 500px;
  }
  a.gallery {
   outline: 0;
   transition: all 0.5s ease;
 }
 .gallery img {

  /*border: 1px solid #755393;*/
}
a.gallery:hover {
  opacity: 0.5;
}
#imageShowcase > li{
  /*width: 150px;*/
  list-style: none;
  float:left;
}
#imageShowcase > li > a {
  text-decoration: none;
  position: relative;
}
.item {
  width: 150px;
  height: 150px;
  margin: 15px 15px 0 0;
  overflow: hidden;
}
#fancybox-content {
  border: none!important;
}
#cboxTitle {
  bottom: 0!important;
}
.icon-container {
  z-index: 200;
  bottom: 4px;
  position: absolute;
  padding: 6px 10px;
  height: 28px;
  width: 100%!important;
  /*display: block;*/
  background: rgba(255, 131, 44, 0.6);
}
.video .icon {
 background: url(images/video-icon.png) no-repeat;
 width: 16px;
 height: 16px;
 position: absolute;
}
.artist-name{
  margin-left: 1em;
}
.artist-name a{
  font-style: italic;
  color: #F4793E;
}
.hidden {
  display: none;
}
/*case studies*/
.single-case_study h2 {
  font-size: 19px;
  margin: 1.1em 0;
  font: 700 16px 'Montserrat', sans-serif;
  color: #515a63;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}
.case-studies-data {
  display: block;
}
.single-case_study .site-content {
  margin-top: 3em;
}
.data-block {
  width: 100%;
  padding: 10px;
  background: #F0F0F0;
}
.case-study-header-img {
  width: 100%;
}
.site-content {
  margin-top: 1em;
}
.entry-page-title {
  color: #FFFFFF;
  padding-bottom: 175px;
  padding-top: 100px;
  text-align: center;
}
.single-post .entry-page-title, .no-featured-image .entry-page-title, .archive .page-title{
  padding-top: 0;
  padding-bottom: 60px;
}
.site-header, .no-featured-image .site-header, .single-post .site-header, .archive .site-header{
  padding: 0;
}

.archive .page-header {
  padding: 0;
}
/*.single-post .entry-page-title {
    padding-bottom: 0px;
    padding-top: 0;
    }*/
    .entry-author {
      margin-bottom: 0px;
      position: relative;
      visibility:hidden;
    }
/*.edd_purchase_submit_wrapper {
    margin: 40px !important;
    text-align: center !important;
}
.content-grid-download .entry-meta {
    color: #BDC3C7;
    display: none;
    font-size: 13px;
    margin-top: 10px;
    }*/

    /*Colorbox Videos*/
    .colorbox-video {
      position: relative;
      display: inline-block;
      z-index: 1;
      margin-bottom: 20px;
      width: 100%;
    }
    .colorbox-video img{
      display: block;
      position: relative;
      -webkit-filter: brightness(95%);
      -moz-filter: brightness(95%);
      -ms-filter: brightness(95%);
      -o-filter: brightness(95%);
      -filter: brightness(95%);
    }
    .btn-play {
      width: 92px;
      height: 92px;
      position: absolute;
      top: 0;
      left: 0;
      cursor: pointer;
      margin: auto;
      overflow: auto;
      right: 0;
      bottom: 0;
    }
    .btn-play-light {
      background-image: url(images/btn-play-light.png);
    }
    .colorbox-video .btn-play-dark {
      background-image: url(images/btn-play-dark.png);
    }
    .colorbox-video:hover .btn-play-light,
    .colorbox-video:hover .btn-play-dark {
      background-image: url(images/btn-play-light-active.png);
    }
    .colorbox-video{
    }

    /*Forms*/

    #support-form-container {
      margin: 0 auto;
      max-width: 450px;
      background-color: #F3F2F2;
      border: 1px solid #515151;
      box-shadow: 0 0 20px 0 #B9B9B9;
    }

    .support-form {
      padding: 20px 40px;
      border-top: 1px solid #fff;
    }

    #support-form-container h1 {
      margin: 0 0 0 0;
      font-size: 1.5em;
      padding: 20px 40px;
      text-transform: capitalize;
      background: #474F57;
      color: #fff;
      text-align: center;
      border-bottom: 1px solid #000
    }

    #support-form-container span.wpcf7-list-item {
      margin-left: 0;
    }
    .form-label {
      display: inline-block;
      margin: 0 0 10px 0;
      font-weight: bold;
    }

    #support-form-container textarea {
      width: 100%;
    }

    #support-form-container .wpcf7-list-item {
      display: block;
    }

    #support-form-container input[type="checkbox"], input[type="radio"] {
      vertical-align: middle;
    }

    #support-form-container input[type=submit] {
      color: #fff;
      background-color: #21A532;
      border-color: #21A532;
    }

    #support-form-container input[type=submit]:hover {

      color: #21A532;
      background-color: #FBFBFB;
      border-color: #21A532;
    }

    #support-form-container input[type="text"], #support-form-container input[type="email"], #support-form-container input[type="url"], #support-form-container input[type="password"], #support-form-container input[type="search"], #support-form-container textarea {
      border: 1px solid #979797;
    }
/*.content-grid-download .entry-header {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #fff;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    padding: 15px 20px;
    position: relative;
    z-index: 10;
}
.download-image {
    display: none;
    position: relative;
}
.marketify_widget_featured_popular {
    display: none;
    position: relative;
    }*/
    .page-header .button, .page-header a.button, .soliloquy-caption a.button{
      background: none repeat scroll 0 0 #ccc;
      border-radius: 0;
      border-width: 3px;
      font-size: 18px;
      margin: 0 15px;
      padding: 14px 24px;
      background:#FA9800;
    }

    .su-button-style-flat {
      float: right;
      background: #FA9800!important;
      font: 700 18px 'Montserrat',sans-serif;
      text-transform: uppercase;
      border: 3px solid #FA9800!important;
      padding: 14px 24px;
      margin: 0 0 2em 0;
      /*box-shadow: -1px 1px 1px #313131;*/
    }

    .su-button-style-flat span {
      padding: 0!important;
    }

    .su-button-style-flat:hover .fa {
      color: #FA9800!important;
    }

    .su-button-style-flat:hover {
      border-color:  #FA9800!important;
      background-color: transparent!important;
      box-shadow: none;
    }

    .su-button-style-flat:hover span {
      color: #FA9800!important;
      top: 0!important;

    }

    #edd_checkout_wrap {
      clear: both;
    }

    #edd-user-login-submit .edd-cart-ajax {
      display: none;
    }

    .main-navigation a {
      background: none repeat scroll 0 0 transparent;
      border: 2px solid transparent;
      border-radius: 0;
      display: inline-block;
      font: 700 13px 'Montserrat',sans-serif;
      height: auto;
      padding: 10px 20px;
      text-decoration: none;
      text-shadow: none;
      text-transform: uppercase;
      transition: all 0.2s ease 0s;
    }

    @media (min-width: 992px) {
      .main-navigation a {
        padding: 10px 10px!important;
      }
    }

    @media (min-width: 1200px) {
      .main-navigation a {
        padding: 10px 20px!important;
      }
    }
    .download-info .edd_price:before {
      content:"Starting At: ";
    }

    #edd-purchase-button {
      background-color: #FA9800!important;
      color: #fff!important;
    }

    #edd-purchase-button:hover {
      background: transparent!important;
      color: #FA9800!important;
    }

    input[type=submit]:hover, .button:hover {
      background-color: transparent!important;
      color: #000!important;
    }

    /*Start Store*/

    /* apply a natural box layout model to all elements, but allowing components to change */
    html {
      box-sizing: border-box;
    }
    *, *:before, *:after {
      box-sizing: inherit;
    }

    .content-grid-download .entry-header {
      border: none;
      background: #f1f1f1;
    }

    .edd_download_inner {

      overflow: hidden;
    }

    .tags {
      background: #B90B0B;
      border-radius: 2px 4px 0 0;
      padding-bottom: 1px;
      top: 1px;
      position: relative;
    }

    .arrow_box:last-child:after,  .arrow_box:last-child:before {
      display: none;
    }

    .arrow_box:last-child {
      padding-right: 10px;
    }

    .arrow_box:first-child {
      padding-left: 8px;
      left: 0;
    }

    .arrow_box {
      top: -1px;
      font-size: 10px;
      color: rgb(255, 255, 255);
      position: relative;
      padding: 2px 3px;
      padding-left: 11px;
    }
    .arrow_box:after, .arrow_box:before {
      left: 95%;
      top: 55%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
    }

    .arrow_box:after {
      border-color: rgba(185, 11, 11, 0);
      border-left-color: #B90B0B;
      border-width: 9px;
      margin-top: -9px;
    }
    .arrow_box:before {
      border-color: rgba(255, 255, 255, 0);
      border-left-color: #fff;
      border-width: 11px;
      margin-top: -11px;
    }

    /*End Store*/

    #cx {
      text-transform: uppercase;
    }

    /*EDD Product Grid*/

    .tax-download_category .content-grid-download .entry-image .button {
      top: -20px;

    }

    .tax-download_category .content-grid-download .entry-image .edd_go_to_checkout {
      top: -20px;
      position: relative;
    }

    .edd_download_columns_3 .content-grid-download .entry-image:hover .actions {
      top: 20%;
      bottom: auto;
    }

    .edd_download_columns_3 .content-grid-download .entry-image .button {
      margin: 10px 6px;
      padding: 10px 15px;
      border-width: 3px;
      display: block;
    }

    .edd_download_columns_3 .content-grid-download .entry-image:hover .item-price {
      top: 70%;
    }


    .edd_download_columns_3 .content-grid-download .entry-image .edd_download_purchase_form {
      width: 100%;
    }

    .edd_purchase_submit_wrapper .button {
      margin-bottom: 0!important;
    }

    .edd_price_options input[type=radio] {
      cursor: pointer;
    }

    .individual-testimonial .testimonials-text:after {
      display: none;
    }


    .widget_edd_product_details{
      border: 1px solid #bdc3c7;
      margin: 0 0 45px;
      padding: 25px;
    }

    .widget_edd_product_details .section-title span {
      background: none;
      border: none;
      margin: 0 0 15px;
      padding: 0;
    }

    .widget_edd_product_details .section-title {
      text-align: left;
      margin: 0;

    }

    .widget_edd_product_details .section-title:after {
      display: none;
    }

    .edd_download_inner .edd_download_quantity_wrapper{
      display: none;
    }

    .edd_download_quantity_wrapper {
      margin: 1em 0 0 3em;
    }

    .page-header .edd_download_quantity_wrapper {
      display: none;
    }

    .edd_download_purchase_form .edd_download_quantity_wrapper {
      display: none;
    }

    /*start receipt page*/

    .edd_purchase_receipt_product_notes {
      margin-top: 2em;
    }

    /*end receipt page*/


    .custom-featured-image {
      box-shadow: inset -10px -21px 34px -21px #000;
      /*background-attachment: scroll;*/
      background-repeat: no-repeat;
      background-position: left top;
      background-size: cover;
    }


    .home-1 .custom-featured-image {
      background-size: cover;
    }

    .home-1 .page-header {
      margin-bottom: 0;
      padding: 0;
    }

    .is-slider #page {
      overflow-x: visible!important;
    }

    .is-slider .site-header {
      padding: 1em 0;
      background-color: rgba(70, 100, 96, 0.46)!important;
    }

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

      .is-slider .site-header .container {
        position: relative;
        /* display: block; */
        width: 100%;
        padding: 0;
        /* position: inherit; */
        margin: 0 auto;
      }

      .main-navigation.toggled h1 {
        margin: 0;
      }

      .icon-menu {
        position: relative;
        top: -13px;
        right: -5px;
      }

      .toggled .icon-menu {
        top: -10px;
        display: block;
        text-align: right;
        /*float: none;*/
        position: relative;
        right: 10px;

      }

      .university .icon-menu{
        float:right;
        z-index: 9999999;
      }


      .university .toggled .icon-menu {
        top: 30px;
      }

      .main-navigation.toggled {
        top: -1em;
        right: auto;
        position: absolute;
        background: rgba(0, 0, 0, .80);
        margin-bottom: 50px;
        padding-top: 1.5em;
        padding-bottom: 20px;
        max-height: 5000px;
      }
    }

    .is-slider .site-content {
      margin-top: 0;
    }


    .is-slider #masthead {
      position: absolute;
      width: 100%;
      top: 0;
      z-index: 222;
    }

    .group-blog  #content {
      margin-top: 3em;
    }

    #main .section-title:first-of-type {
    margin-top: 0;
    }

    /*start wdsi-slide wrap*/

    .wdsi-slide-minimal .wdsi-slide-close {
      top: -2px!important;
    }

    .wdsi-slide-content {
      padding: 3px 20px;
    }

    /*end wdsi-slide wrap*/

    /*Chris Tyler Styles*/

    .old-uni-styles-container .feature-description{
color: #fff;
    }

    /* .tylerh1 {
      font-size: 24px;
      font-weight: bold;
      color: #dadb5c;
      margin-top: 50px;
      margin-bottom: 15px;
      padding-top:12px;
      padding-bottom:12px;
      padding-left: 15px;
      display:block;
      background-color: #2e2e2e;
    }

    .tylerh2 {
      color: #dadb5c;
      margin-bottom: 5px;
      margin-top: 15px;
      clear: both;
      font-size: 18px;
    }

    .tylerp {
      padding-top: 0px;
      margin: 12px 0px 0px 15px;
      font-size: 14px;
      line-height: 18px;
    }

    .tylerproject {
      color: #b8b8b8;
    }

    .tylertag {
      margin-left: 15px;
      margin-top: 5px;
      margin-bottom: 0px;
      font-size: 10px;
      font-style: italic;
      line-height: 12px;
      color: #b8b8b8;
    }

    .tylericon {
      margin-top: 20px;
      margin-left: 30px;
      display: inline;
      float: right;
    }


    .tylerpart {
      color: #dadb5c;
      margin-bottom: 10px;
      margin-top: 15px;
      clear: both;
      font-size: 16px;
    }

    .fundamental-divider {
      width:100%; height: 3px; margin-top: 30px; margin-bottom: 20px;
    }


    .section1a {
      border-radius: 15px;
      width: 600px;
      background-color: #333333;
      padding-left: 0px;
      margin-bottom: 30px;
      margin-top: 30px;
      padding-right: 0px;
      margin-right: 0px;
      clear: both;
      display: block;
      overflow: hidden;
      color: #ccc;
    }

    .section1a a{
      color: white;
    }
    For icon block with tutorial listing links
    .iconblock_outterframe {
      border-radius: 15px;
      background: #333333;
      padding: 12px;
      width: 150px;
      clear:both;
      text-align:center;
      float:right;
      margin-bottom:30px;
      margin-left: 12px
    }

    .iconblock_icon {
      margin:0px;
      padding:0px;
    }

    .iconblock_moretutsby {
      font-weight: bold;
      font-size: 10px;
      margin-bottom: 5px;
      line-height: 11px
    }

    .iconblock_listing {
      margin-top: 0px;
      font-size: 10px;
      line-height: 12px;
      font-style: italic;
    }






    For key annotation
    .keycontainer {
      border-radius: 15px; background:#333333; padding: 12px;
    }

    .keyequivalent {
      line-height: 17px;margin-top:15px;font-size: 12px
    }

    .key {
      color:#8cddf3;
    }

    .time {
      color: #a7a7a7;
    }

    .keyblock {
      line-height: 17px;
      margin-top: 15px;
      font-size: 12px;
    }

    .importantkeys {
      margin-bottom:0px;
    }

    .important {
      margin-bottom:0px;
      font-weight: bold;
    }






    For Fundamentals landing page
    .section1 {
      border-radius: 15px;
      width: 600px;
      height: 300px;
      background-color: #333333;
      padding-left: 0px;
      margin-bottom:30px;
      margin-top: 30px;
      padding-right: 0px;
      margin-right: 0px;
      clear: both;
      display:block;

    }

    .section1 p {
      margin:0px;
    }




    .section1a {
      width: 100%;
      padding-left: 0px;
      margin-bottom:30px;
      margin-top: 30px;
      padding-right: 0px;
      margin-right: 0px;
      clear: both;
      display:block;
      overflow:hidden;
    }

    .section1a p {
    margin:0px;
    }
    .section2_left {
      color:#fff;
      width:126px;
      border-bottom-right-radius: 15px;
      float:left;
      color: #fff;
      margin-top: 0px;
      margin-bottom: 5px;
      margin-left: 0px;
      padding-left: 12px;
      padding-bottom: 20px;
      text-align:left;
      background-color: #222222;
    }

    .section2_right {
      margin-left: 12px;
      margin-top: 68px;
      width:440px;
      float:left;
      padding-left: 10px;
    }

    .section2_right_sub1 {
      font-size: 12px;
      line-height: 8px;
      margin-bottom: 0px;
    }

    .section2_left_number {
      font-size: 70px;
      line-height: 70px;
      color:#ffaa00;
      margin-bottom: 0px;
    }

    .section2_left_title {
      font-size: 16px;
      line-height: 17px;
      color:#ffaa00;
      margin-left: 4px;
      font-weight: bold;
      margin-bottom: 5px;
    }

    .section2_left_description {
      margin-left: 3px;
      margin-right: 0px;
      margin-top: 0px;
      padding-right: 8px;
      font-size: 10px;
      line-height: 12px;
      font-style: italic;
    }

    .section2_right_tut {
      font-size:18px;
      line-height: 19px;
      margin-bottom: 10px;
      font-weight: 100;
      clear:both;
      height: 55px;
    }

    .section2_right_tutsmall {
      font-size: 12px;
      line-height: 16px;
      margin-top: 0px;
    }

    .section_icon {
      float:right;
      padding: 12px;
      background-color:#222222;
      width:200px;
      height: 163px;
      border-radius: 7px;
    }

    .section2_smallicon {
      margin-right: 20px;
      float:left;
    }


    For Training Tracks pages
    .tracks01 {
      padding: 15px;
      background: #333333;
      border-radius: 15px;
      margin-bottom: 30px;
      clear:both;
      color: #fff;
    }

    .tracks01 .tracks01_textblock > br {
    clear: both;
    }
    .tracks01 .tracks01_textblock a + br {
    clear: none;
    }

    .tracks01 a{
     color: #fff;
    }

    .tracks01_head {
      border-radius: 12px;
      background: #222222;
      color:#ffaa00;
      font-size: 18px;
      font-weight: bold;
      margin-top: 0px;
      margin-bottom: 15px;
      padding-top:12px;
      padding-bottom:12px;
      padding-left: 15px;
    }

    .tracks01_textblock {
      clear:both;
      margin-left: 15px;
    }





    8.0 FEATURES

    .feature-section-head {
      color:#fff;
      width:100%;
      height: 75px;
      margin-top: 0px;
      margin-left: 0px;
      padding-left: 12px;
      text-align:left;
      background-color: #515A63;
    }

    .feature-section-title {
      line-height: 40px;
      color: #ffffff;
      margin-bottom: 0px;
      font-size: 34px;
      padding-top: 15px;
    }


    .feature-name-block {
      margin-left: 12px;
      padding-bottom: 10px;
      padding-top: 20px;
      margin-top: 0px;
      clear:both;
    }

    .feature-name {
      font-size: 16px;
      line-height: 17px;
      color: #ffaa00;
      margin-left: 4px;
      font-weight: bold;
      margin-bottom: 5px;
      text-transform: uppercase;
    }
    .feature-description {
      margin-left: 3px;
      margin-right: 0px;
      margin-top: 0px;
      margin-bottom: 7px;
      padding-right: 20px;
      font-size: 16px;
      line-height: 22px;
      color: #fff;
    }

    .feature-icons-block {
      display:block;
      clear:both;
      width: 100%;
      margin-top: 10px;
      margin-left: 5px;
      overflow: auto;
    }

    .feature-icons {
      width:250px;
      height:142px;
    }

    .feature-icon-wrapper {
      width:250px;
      height:142px;
      float: left;
      margin-right: 15px;
      margin-bottom: 15px;
    }





    DEVELOPMENT
    .section1d {
      border-radius: 15px;
      width: 600px;
      height: 300px;
      background: #333333;
      padding-left: 0px;
      margin-bottom:30px;
      margin-top: 30px;
      padding-right: 0px;
      margin-right: 0px;
      clear: both;
      overflow:auto;
    }

    .section1d p {
      margin:0px;
    } */
/*end Chris Tyler Styles*/

/*start university styles*/

a.svg {
 position: relative;
 display: inline-block;
 width: 25%;
 z-index: 9999;
}
a.svg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left:0;
}
.uni-svg-logo {
  width: 200px;
  height: 97px;
  margin-top: 1em;
}

.meta-navigation {
  margin-top: 1em;
  text-transform: uppercase;
  color: #fff;
  float: right;
  display: block;
  margin-bottom: 1em;
  font: 700 10px 'Montserrat',sans-serif;
  text-align: center;
  width: 100%;
}

@media all and (min-width: 450px) {
  .meta-navigation {
    text-align: right;
    width: auto;
  }
}

.university .main-navigation{
  width: 100%;
}

.university .main-navigation .menu {
  margin-right: -23px;
  margin-top: 3em;
}

.meta-navigation-item {
  border-right: 1px solid #fff;
  padding: 0 8px;
}

.meta-navigation-item:last-of-type {
  border-right: none;
  padding-right: 0;
}


.meta-navigation a:hover {
  border-bottom: 1px solid #fff;
}


.meta-navigation a {
  color: #fff;
  text-decoration: none;
}

.university .section-title span,
.university .home-widget-title span,
.university #edd_checkout_form_wrap fieldset > span legend {
  background: #6F99B8;
  border-width: 0;
  color: #fff;
}

.university .section-title:after,
.university .home-widget-title:after {
  background: #bdc3c7;
}

.university .membershiploginwidget-4 p {
  margin-bottom: .5em;
}

.university label {
  font: 700 14px/normal 'Montserrat', sans-serif;
  text-transform: initial;
  letter-spacing: initial;
  margin-bottom: .5em;
  display: block;
  font-weight: normal;
}


.university .membershiploginwidget-4 input[type="text"],
.university .membershiploginwidget-4 input[type="email"],
.university .membershiploginwidget-4 input[type="url"],
.university .membershiploginwidget-4 input[type="password"],
.university .membershiploginwidget-4 input[type="search"],
.university .membershiploginwidget-4 textarea {
  padding: 5px 10px;
}

.university .page-title {
  text-transform: capitalize;
  max-width: 100%;
}

body.university  {
  background: #f2f2f2!important;
}

.university .entry-page-title {
  display: none;
}

/*.university #primary {
  padding-left: 0;
  }*/

  @media and ( min-width: 900px ) {
    .university #primary {
      padding-left: 3em;
    }
  }


  .university .container {
    padding: 0;
  }

  .university #content {
    /*box-shadow: 0 1px 4px 0 #ccc;*/
    border: 1px solid #DFDFDF;
    padding: 3em 2em;
    background-color: #fff;
    margin: 0 auto 3em;
    border-radius: 4px;
  }

/*  .university .main-navigation {
    width: 100%;
    display: block;
    float: right;
    position: absolute;
    top: 39%;
    right: 0;
    z-index: 500;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  */
  .university .site-branding img{
    top: .75em;
    position: relative;
  }

/*.main-navigation {
  top: 2.75em;
  display: block;
  float: right;
  right: 0;
  z-index: 500;
  -webkit-transform: translate(0, -3%);
    -moz-transform: translate(0, -3%);
     transform: translate(0, -3%);
     }*/

     @media ( max-width: 700px ){
      .post-navigation-wide {
        display: none;
      }
    }

    @media ( min-width: 700px ){
      .post-navigation-narrow {
        display: none;
      }
    }

    .post-navigation a,
    .university input[type=submit],
    .page-numbers {
      font-size: 14px;
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: normal;
      padding: .5em 1em;
      vertical-align: middle;
      text-decoration: none;
      color: rgb(229, 99, 101)!important;
      border: 1px solid rgb(229, 99, 101)!important;
      transition: all 0.3s ease 0s;
    }

    .post-navigation a:hover,
    .university input[type=submit]:hover,
    .page-numbers:hover,
    .page-numbers.current {
      color: #fff!important;
      background-color: rgb(229, 99, 101)!important;
      border: 1px solid rgb(229, 99, 101);
    }

    .post-navigation, .university input[type=submit] {
      text-transform: capitalize;
      margin-top: 2em;
    }

    .next-link, .prev-link {
      margin-left: 0;
      margin-right: 0;
    }

    .prev-link a {
      padding-left: .5em;
    }

    .next-link a {
      padding-right: .5em;
    }


    .prev-link a:before, .next-link a:after{
      position: relative;
      top: -1px;
    }

    .prev-link a:before {
      content: "\f341";
      font-family: dashicons;
      vertical-align: middle;
      margin-right: 5px;
      font-size: 18px;
    }
    .next-link a:after {
      content: "\f345";
      font-family: dashicons;
      vertical-align: middle;
      margin-left: 5px;
      font-size: 18px;
    }



    .tutorial-top p:first-child > a:first-of-type img{
      display: none;
    }

    .download-btn:after {
      content: '📥';
      font-family: 'fontello';
      margin-left: 10px;
      font-size: 18px;
    }


/*.university #secondary {
  padding: 0 2em 0 0;
  padding-left: 30px;
}
*/

.widget-area .section-title {
  margin: 50px 0 25px;
}

.widget-area .widget_edd_product_details .section-title{
  margin: 0;
}

.university .widget-area {
  margin-bottom: 4em;
}

.university .widget-area .section-title {
  margin: 2em 0 1em;
}

.university .comments-title  {
  margin-bottom: 2em;
}

#related-tutorials {
  margin: 0 0 2em 0;
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
}



#related-tutorials .dk-infobox-container {
  vertical-align: top;
  float: none;
  margin-left: 0;
  margin-right: 2em;
}

.related-tutorials {
  margin-right: -2em;
}

/*#related-tutorials  {
margin-right: 0;
}*/


.related-tutorials .dk-infobox-heading {
  text-align: left;
  line-height: 1.6;
}
/*.university #primary a:link, .university #primary a:active, .university #primary a:visited {
  color: #D23A3E;
  text-decoration: none;
  }*/


  .university .entry-meta a, .university #comments a{
    color: #D23A3E;
    padding-bottom: 1px;
    text-decoration: none;
  }

  .university .entry-meta a:hover, .university #comments a:hover{
    border-bottom: 1px solid #F5DDDE;
  }

  .university p, .university .entry-summary {
    font-size: 16px;
  }

  @media ( min-width: 768px ){

    .university .search-form .search-field {
      width: 84%;
    }

    .university .search-form .search-submit {
      width: 16%;
    }
  }

  .university .hentry.row .entry-title, .university .entry-title {
    font: 400 24px 'Roboto Slab', serif;
    text-transform: capitalize;
  }

/*.university .site-header {
  padding-top: 1em;
  }*/

.university .site-header {
    padding: 0 0 1.5em;
    background-color: #AD4D4E;
  }

  .university #wpfront-notification-bar-spacer {
    display: none!important;
  }

  .university .page-header {
    background: none;
    margin: 0;
    padding: 0;
  }

  .university .page-header .page-title {
    color: #000;
    margin: .5em 0;
    text-align: left;
    font-size: 2em;
  }

  .university .search-form .search-submit {
    background-color: #6F99B8;
  }

/*.university .entry-title {
  display: inline;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.3em;
  text-transform: capitalize;
  }*/

  .university .entry-title a:hover{
    color: rgb(229, 99, 101);
  }

  .university h2 + * {
    margin-top: 1em;
  }

  .university h3 {
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: 1em;
  }

  .university h1, .university h2, .university h3 {
    clear: none;
  }

  .university h2 {
    font-size: 1.5em;
    font-weight: bold;
  }

  .university .entry-title{
    display: inline;
  }



  .university .edit-link {
    display: inline-block;
  }

  .university .entry-meta, .edit-link {
    margin-top: 1em;
  }

  .uni-post-link {
    text-transform: capitalize;
  }

  /*start infobox*/

  .group:after, .tracks01:after {
    content: "";
    display: table;
    clear: both;
  }

  .dk-hide, .keycontainer {
    display: none;
  }

  .dk-infobox-container {
    background: #333;
    display: none;
    margin: 0 0 1em 1.5em;
    /*border-radius: 4px;*/
    color: #fff;
    font-family: sans-serif;
    /*text-align: center;*/
    line-height: 1.2em;
    float: right;
    font-family: 'Open Sans', sans-serif;
  }

  @media all and (min-width: 450px){

    .dk-infobox-container {
      display: inline-block;

    }
}

    .dk-infobox {
      width: 165px;
      /*margin: 1em;*/
    }

    .dk-infobox-image {
      background-size: cover;
      display: inline-block;
      height: 132px;
      width: 100%;
      margin-bottom: .5em;
      background-image: url('https://www.strata.com/wp-content/uploads/2015/05/tut-thumb-placeholder-1.jpg');
    }

    .dk-infobox-title {
      margin: .5em;
      font-family: sans-serif;
      float: right;
      text-align: center;
      background: rgba(0, 0, 0, 0.45);
      border-radius: 4px;
    }

    .dk-infobox-version {
      display: block;
      padding: .1em .15em .1em;
      line-height: .85;
      border-radius: 4px 4px 0 0;
      font-size: 36px;
      color: #fff;
      text-align: center;
      background: #fca803;
      font-family: 'Advent Pro', sans-serif;
    }

    .dk-infobox-text {
      padding: .5em 1.25em 1.25em;
    }

    .dk-infobox-byline {
      text-transform: uppercase;
      display: inline-block;
      padding: .5em;
      line-height: 1.2em;;
      font-size: 10px;
      color: #fff;
    }

    .dk-infobox-heading {
      display: inline-block;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: bold;
      line-height: 1.4em;
    }

    .dk-infobox-links{
      margin-top: .5em;
      display: inline-block;
      font-size: 10px;
      line-height: 1.4em;
    }

    .dk-infobox-links a {
      color: #CDEAF0;
      text-decoration: none;
    }

    .dk-infobox-link {
      display: inline-block;
      text-indent: -6px;
    }

    .dk-infobox-links a:hover {
      color: #FA0;
    }
    /*end infobox*/

    /* Underline From Center */
    .download-btn {
      text-transform: uppercase;
      text-decoration: none;
      display: table;
      margin-bottom: 1em;
      vertical-align: middle;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      box-shadow: 0 0 1px rgba(0, 0, 0, 0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -moz-osx-font-smoothing: grayscale;
      position: relative;
      overflow: hidden;
      background: #E0E0E0;
      padding: 1em 2em;
      font: 700 13px/normal 'Montserrat', sans-serif;
      border-radius: 2px;
    }
    .download-btn:before {
      content: "";
      position: absolute;
      z-index: -1;
      left: 50%;
      right: 50%;
      bottom: 0;
      background: #6F99B8;
      height: 4px;
      -webkit-transition-property: left, right;
      transition-property: left, right;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
    }
    .download-btn:hover:before, .download-btn:focus:before, .download-btn:active:before {
      left: 0;
      right: 0;
    }

    /*Category Menu*/

    #sgr-custom-taxonomies-menu-2 ul {
      display: none;
    }

    @media ( min-width: 995px ) {
      #sgr-custom-taxonomies-menu-2 ul {
        display: inline-block;
      }

      #sgr-custom-taxonomies-menu-2 select {
        display: none;
      }
    }



    /*end university styles*/

    /*Shame*/

    /*add prefix to classes in tabs module in dk-shortcodes plugin*/
    .page .features:before, .page .features:after {
      content: none;
      display: inherit;
    }

    /*Forum*/


    #bbps_support_topic_assign form {
      display: inline-block;
      margin-bottom: .5em;
    }

    .logout-link {
      margin-top: 1em;
    }

    #bbp-search-form label{
      width: 87%;
      float: left;
      display: inline-block;
    }

    #bbp-search-form input{
      width: 100%;
    }

    .bbps-support-forums-message {
      margin-bottom: 1em;
    }

    #bbpress-forums fieldset.bbp-form legend {
      text-align: left;
      padding: 30px 0;
    }

    #bbpress-forums fieldset.bbp-form legend span{
      border: none;
      padding: 0;
      margin: 0;
    }

    #bbpress-forums fieldset.bbp-form legend:after {
      background: none;
    }

    .email-form-heading {
      float: none!important;
    }

    .download-single-widget:first-child {
margin-top: 0;
    }