/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/* Historie */
.ctl-label-big {
    display: none !important;
}

.ctl-title {
    padding-top: 50px !important;
    font-size:130% !important;
}

.ctl-wrapper .ctl-horizontal-timeline .ctl-button-next, .ctl-wrapper .ctl-horizontal-timeline .ctl-button-prev {
background: none !important;
width: var(--nav-icon-width);
height: var(--nav-icon-height);
justify-content: center;
align-items: center;
z-index: 9;
cursor: pointer;
border-radius: 50%;
font-size: 45px !important;
}

.ctl-wrapper .ctl-horizontal-timeline .ctl-button-next:hover, .ctl-wrapper .ctl-horizontal-timeline .ctl-button-prev:hover {
background: none !important;
}


/* Jobs 
.company a.website, .search_jobs {display:none !important;}
.single_job_listing .meta .job-type {background-color:#443937 !important;}
.aio-icon-header h2, a.aio-icon-box-link h2, h2.aio-icon-title {margin-top:25px !important;}
*/



.wf-container-footer .op-row-day.highlighted th, .wf-container-footer span.op-closed, .wf-container-footer span.op-open {
	color:#EAE3C8 !important;font-weight:normal !important;
}

.highlighted, span.op-period-time.highlighted, tr.op-row-day.highlighted td, tr.op-row-day.highlighted th {
    color: #EAE3C8;
}
*/

.sb-facebook .sb-text {
    color: #443937 !important;
}

/* CTAs */
.quickaccess {
  display: block;
  position: fixed;
  bottom: 50px;
  right: 0px;
  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: #76B82A;
  padding: 10px 5px;
  text-decoration: none;
  font-size: 25px;
  line-height: 1.2em;
  text-align: center;
}
.quickaccess ul li a img {
  height: 20px;
  width: 30px;
  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;
  }
  .scroll-top {
      bottom: 50px !important;
  }
  #bottom-bar {
      margin-bottom: 50px !important;
  }
  }


