/*========================
Generelt 
============================*/

ol, ul {
    margin-left: 15px;
}

.ast-single-post .entry-title, .page-title {
    font-size: 30px;
    font-size: 3.5rem;
}

/*til h1 overskrift på mobil*/
@media (max-width:769px) {
    h1.entry-title {
        margin-top: 1em;
    }
}

.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin-bottom: 5px;
    color: #808285;
}

/*========================
Header 
============================*/
/* flag i header */
li#menu-item-781 a {
    color: #fff;
    
}

li#menu-item-781 a:hover {
    opacity:0.4;
}

li#menu-item-781 a:before {
    content: url(https://tseconsult.dk/wp-content/uploads/2019/08/denmark-flag-round-icon-16.png);
    margin-left: 20px;
}

li#menu-item-782 a {
    color: #fff;
}

li#menu-item-782 a:hover {
    opacity:0.4;
}

li#menu-item-782 a:before {
    content: url(https://tseconsult.dk/wp-content/uploads/2019/08/united-kingdom-flag-round-icon-16.png);
}

header#masthead {
    position: fixed;
    width: 100%;
}

/* nyhedsbrev knap */
li#menu-item-577 a {
    background: #427A7E;
    border-radius: 5px;
    color: #fff !important;
    border:1px solid #427A7E;
}

li#menu-item-577 a:hover {
    background: transparent;
    color: #427A7E !important;
}

.main-header-menu > .menu-item > a {
    height: 75%;
}

/* breadcrump */
.main-header-bar.ast-header-breadcrumb {
    position: relative;
    top: 102px;
    margin-bottom:60px
}

.main-header-bar.ast-header-breadcrumb {
    background: #427A7E;
    color: #fff;
}

.main-header-bar.ast-header-breadcrumb a {
    color: #13212B;
  	transition:0.4s;
}

.main-header-bar.ast-header-breadcrumb a:hover {
    color: #fff;
  	transition:0.4s;
}

/*========================
Indhold
============================*/
/* kontakt side til labels på tablet */
@media (max-width:1107px) and (min-width:781px){
    div.wpforms-container-full .wpforms-form .wpforms-checkbox-2-columns ul li, 
  div.wpforms-container-full .wpforms-form .wpforms-multiplechoice-2-columns ul li, 
  div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul li {
    width: 100%;
    }
}




/*========================
Blog
============================*/
@media (min-width: 544px) {
 .content-area .ast-col-sm-12 {
    width: 50% !important;
  }
  
  .single .entry-header .post-thumb img {
    width: 60%;
	}
}

.single .entry-header .post-thumb img {
	box-shadow: 0 10px 60px rgba(0,0,0,.1);
  border-radius:7px;
}

/* kommentar knap */
input#submit {
  background-color:#427A7E;
  border:2px solid #427A7E;
  transition:0.4s;
}

input#submit:hover {
  background-color:transparent;
  border:2px solid #427A7E;
  transition:0.4s;
  color:#427A7E;
}
/*========================
Footer
============================*/
.site-footer a:hover {
    color: #427A7E;
}

.tnp-widget-minimal input.tnp-submit {
  background-color:#427A7E;
  border:2px solid #427A7E;
  transition:0.4s;
  margin-top: 13px;
    width: 50%;
}

.tnp-widget-minimal input.tnp-submit:hover {
  background-color:transparent;
  transition:0.4s;
  color:#427A7E;
}
