/*
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;
}*/


@font-face {
  font-family: 'dulcelinregular';
  src: local('dulcelinregular'), local('dulcelinregular'),
      url('fonts/dulcelin-webfont.woff2') format('woff2'),
      url('fonts/dulcelin-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  /*word-spacing: -15px !important;*/
}

h1, h2, h3, h4 { font-family: 'dulcelinregular', Arial, sans-serif; text-transform: uppercase; letter-spacing: 0.07em; /*word-spacing: -15px !important;*/ }


img.vc_single_image-img, #img-egg img, .team-media img {
  mask: url(assets/blob-test3.svg) no-repeat center;
  
  max-width: 100%;
  display: block;
  aspect-ratio: 1;
  object-fit: cover;
}

img.vc_single_image-img#mask-none, img.vc_single_image-img #mask-none, img.vc_single_image-img.mask-none, .owl-carousel img.vc_single_image-img#mask-none, .wpb_single_image.mask-none {
mask:none !important;
}

.shadow, #shadow
 {
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);	
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1) !important;
  /*border-radius: 25px !important;*/
}

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

/* Formular  */
.frm_left {float: left;width: 49%;margin-bottom: 10px !important;}
.frm_right {float: right;width: 49%;margin-bottom: 10px !important;}
.frm_13 {float:left; width:32.33%;}
.frm_23 {float:right; width:65.66%;}
.frm_full{float:left; width: 100%; clear:left;}

@media (max-width:1350px){
  .frm_left {float:left; width:100%;}
  .frm_right {float:left; width:100%;}

}

.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: 80px;
  right: -140px;
  z-index: 1000;
  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: 185px;
  transition: all 0.15s ease-in-out;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.quickaccess:hover {
  right: 0;
}
.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: #9D926A;
  padding: 10px 10px;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.2em;
}
.quickaccess ul li a i {
  height: 25px;
  width: 30px;
  line-height: 30px;
  font-size: 25px;
  position: relative;
}
.quickaccess ul li a span {
  color: #9D926A;
  font-size: 0.8em;
  font-weight:normal;
  top: -5px;
  position: relative;
  padding-left:10px !important;
}
.quickaccess ul li:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #F5F5F5;
  opacity: 0.2;
  display: block;
}
.quickaccess ul li:last-of-type:after {
  display: none;
}
.scroll-top {
  bottom: 32px !important;
  width: 44px;
  height: 43px;
}

@media (max-width: 1100px) {
  .quickaccess {
  width: 100%;
  left: 0px;
  bottom: 0px;
  transform: none;
  top: auto;
  border-radius: 3px;
  }
  .quickaccess ul {
  display: flex;
  width: 100%;
  }
  .quickaccess ul li {
  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;
  }
  .quickaccess ul li a span {
  display: none !important;
  }
  .scroll-top {
  bottom: 120px !important;
  }
  #bottom-bar {
    margin-bottom: 50px !important;
  }
}

.header-side-right .scroll-top.on {
    right: 0 !important;
    right: 10px;
    left: auto !important;
}

.scroll-top {
    position: fixed;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    right: 0px !important;
    bottom: 30px !important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0 6px 30px rgb(0 0 0 / 30%) !important;
    width: 45px;
    height: 45px;
    opacity: 0;
    z-index: -1;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    text-decoration: none;
    background-color: #000;
    background-color: rgba(81,103,114,.75);
}


