@media(max-width:768px) {
.nordic--top-bar .nordic--top-bar-wrapper {
    padding: 6px 30px;
}
 }

.nordic--top-bar {
    background: #fdf9f2;
    border-bottom: 1px solid #f7f7f7;
}
.slot--top-bar-selling-points ul li {
    margin: 2px 10px 2px 0 !important;
    color: #222 !important;
}
.slot--top-bar-selling-points ul li i {
		font-size: 14px;
}

.tws-audience-selector--audience-button-text {
    text-transform: capitalize;
}
.tws-audience-selector--audience-button-icon-container {
    display: none;
}

@media(min-width:992px) {
.nordic--header .nordic--header-wrapper {
    padding: 10px 30px 10px 30px;
}
  .slot--header-horizontal-menu .navbar .container-fluid {
    border-bottom: 2px solid #222;
    border-top: none;
}
}

.startpage .nordic--body-wrapper .nordic--main .nordic--main-wrapper {
    box-shadow: none;
    padding: 0px 0px 60px 0px;
}

.nordic--start-page .nordic--component-container .tws-content-box--table .tws-content-box--first-line {
    margin: 5px 1px 20px 10px;
    font-weight: 400;
    color: #af955f;
    font-family: 'Dancing Script', cursive;
    font-size: 36px;
}

.nordic--start-page .tws-content-box--table .tws-content-box--second-line,
.nordic--start-page .tws-content-box--table .tws-content-box--third-line {
    color: #af955f !important;
    font-size: 20px;
 letter-spacing: 0.5px;
}
@media only screen and (max-width: 992px) and (min-width: 768px)  {
	.nordic--start-page .tws-content-box--table .tws-content-box--second-line, 
.nordic--start-page .tws-content-box--table .tws-content-box--third-line {
	max-width: 560px;
}
}

@media only screen and (max-width: 768px) and (min-width: 360px) {
  .nordic--start-page .nordic--component-container .tws-content-box--table .tws-content-box--first-line {
  margin: 15px 1px 20px 10px;
  font-size: 20px;
}
.nordic--start-page .tws-content-box--table .tws-content-box--second-line, 
.nordic--start-page .tws-content-box--table .tws-content-box--third-line {
  display: none;
}
}

.tws-container--tws-content-box-4x .tws-content-box--table .tws-content-box--first-line {
    margin: 0 !important;
    font-weight: 400;
    color: #af955f;
    font-family: 'Dancing Script', cursive;
    font-size: 38px;
}

.startpage .usp {
background: #a9916e;
padding: 2px 0px;
margin: 10px 0 0 0;
border: none;
}
.startpage .usp li {
    display: inline-block;
    padding: 0px 40px;
    color: #fff;
    line-height: 2;
}
.startpage .usp ul .fa-check::before {
    -webkit-text-stroke: 1px #a9916e !important;
    text-stroke: 1px #a9916e !important;
}

.nordic--start-page .tws-articles-two--heading .tws-util-heading--heading, 
.nordic--start-page .tws-articlegroups--title .tws-util-heading--heading {
    border-bottom: none;
}

.nordic--start-page .tws-articles-two--heading .tws-util-heading--heading {
    border-bottom: 0;
    display: flex;
    text-transform: uppercase;
		 font-size: 18px;
		font-weight: 400;
    color: #222;
}
.nordic--start-page .tws-articles-two--heading .tws-util-heading--heading::before {
    content: '';
    height: 1px;
    background: #222;
    position: relative;
    margin-right: 24px;
    top: 10px;
    width: 100px;
}
.nordic--start-page .tws-articles-two--heading .tws-util-heading--heading::after {
    flex: 1;
    content: '';
    height: 1px;
    background: #222;
    position: relative;
    left: 24px;
    top: 10px;
}

.article .btn-primary {
    background: #c6ad8a;
    border: none;
}

.nordic--footer {
    padding: 20px 0 15px 0;
}

.nordic--footer-left {
	display: none;
}

.nordic--footer-mid-left {
    width: 100%;
    text-align: center;
}
.nordic--footer-mid-left ul li {
   display: inline-block;
	color:  #af955f;
  padding: 0px 2px;
}
.nordic--footer-mid-left ul li a{
	color:  #af955f;
}

.nordic--footer .slot--brand-logos {
    margin: 20px 0 0 0;
}

.nordic--footer .tws-brand-logos--logo-image {
    opacity: 0.5;
}


