a,
ins {
    text-decoration: none;
}

a,
html {
    font-size: 100%;
}

a,
body {
    margin: 0;
    padding: 0;
}

a,
body,
hr {
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
hr,
menu,
nav,
section {
    display: block;
}

.back-to-top,
.page-header h1,
.show-menu {
    text-indent: -9999px;
}

.main-nav a,
.show-language,
mark {
    /* font-style: italic; */
}

.lineage_table,
table {
    border-collapse: collapse;
}

.lineage_categories,
.lineage_content .lineage_info,
.listing_images,
.payment_methods,
.share_box li,
.shop-menu li,
.woocommerce .products li,
nav ul {
    list-style: none;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: 0 0;
}

ins,
mark {
    color: #000;
    background-color: #ff9;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}

a {
    vertical-align: baseline;
    color: #085b85;
    background: 0 0;
    font-style: normal!important;
}

mark {
    font-weight: 700;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    cursor: help;
    border-bottom: 1px dotted;
}

table {
    border-spacing: 0;
}

hr {
    height: 1px;
    margin: 1em 0;
    border: 0;
    border-top: 1px solid #ccc;
}

input,
select {
    vertical-align: middle;
}

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    line-height: 1;
    height: 100%;
    color: black;
    background: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

.clear {
    clear: both;
}

.wrapper {
    padding: 0 5px;
}

.back-to-top {
    position: fixed;
    right: 0;
    bottom: 40px;
    visibility: hidden;
    overflow: hidden;
    width: 40px;
    height: 40px;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    opacity: 0;
    background: url(../img/icons/back-to-top.png) center center no-repeat #005681;
    -webkit-box-shadow: 0 0 5px 0 #999;
    box-shadow: 0 0 5px 0 #999;
}



.back-to-top.fade-out,
.back-to-top.is-visible {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.back-to-top.is-visible {
    visibility: visible;
    opacity: 1;
}

.back-to-top.fade-out {
    opacity: .5;
}

.page-header {
    position: relative;
    width: 100%;
    margin-bottom: 12px;
    padding-top: 18px;
}

.page-header h1 {
    overflow: hidden;
    width: 150px;
    height: 46px;
    margin-left: 10px;
    
}

.page-header h1 a {
    display: block;
    width: 100%;
    height: 100%;
}

.show-menu {
    position: absolute;
    z-index: 104;
    top: 23px;
    right: 6px;
    overflow: hidden;
    width: 40px;
    height: 20px;
    cursor: pointer;
    border: none;
    outline: 0;
    background: url(../img/icons/menu.svg) top;
    background-size: 40px 40px;
}

.show-menu.active {
    background-position: bottom;
}

.top-nav {
    position: absolute;
    z-index: 102;
    top: 11px;
    right: 0;
    display: none;
    width: 80%;
    padding-bottom: 16px;
    background: #f4f1ec;
    -webkit-box-shadow: 2px 3px 8px 0 #ccc;
    box-shadow: 2px 3px 8px 0 #ccc;
}

.main-nav {
    padding-top: 41px;
}

.main-nav a {
    font-size: 16px;
    display: block;
    margin: 0 19px;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 6px;
    color: #000;
    border-bottom: 1px solid #bbb;
}

.lang ul,
.main-nav ul {
    display: none;
}

.main-nav li.current_page_ancestor>a,
.main-nav li.current_page_item>a,
.main-nav li:hover>a,
.main-nav ul li.current_page_ancestor>a,
.main-nav ul li.current_page_item>a,
.main-nav ul li:hover>a,
body.events-archive ul li.page-item-10>a,
body.events-list ul li.page-item-10>a {
    border-bottom: 1px solid #005681;
}

.main-nav>li>a {
    cursor: default;
}

.main-nav>li>ul li:hover {
		color: #2D2D2D;
        background: #fff;
    }

.main-nav>li>ul li a:hover {
        color: #2D2D2D;
        background: #fff;
    }

.main-nav .show-submenu {
    position: absolute;
    top: 0;
    right: 20px;
    overflow: hidden;
    width: 38px;
    height: 38px;
    cursor: pointer;
    text-indent: -999px;
    background: url(../img/icons/show-submenu.png) top;
}

.lang,
.main-nav li {
    position: relative;
}

.lang button,
.main-nav > li > a {
   font-family: 'big-caslon-fb', serif;
}

.main-nav .show-submenu.active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.main-nav li.current_page_ancestor,
.main-nav li.current_page_item,
.main-nav li:hover {
	background: #fff;
}

.main-nav li.current_page_ancestor li,
.main-nav li.current_page_item li,
.main-nav li:hover li {
	background: #fff;
}

.main-nav ul a {
    padding-left: 20px;
}

.main-nav ul a:before {
    content: "- ";
}

.searchform:after,
.tinymce:after,
div.wpcf7 .submit:after {
    clear: both;
    content: " ";
}

.main-nav ul ul a {
    padding-left: 40px;
}

.main-nav ul li.current_page_ancestor,
.main-nav ul li.current_page_item,
.main-nav ul li:hover {
    /*background: #005681;*/
	background: #f4f1ec;
}

.main-nav ul li.current_page_ancestor li,
.main-nav ul li.current_page_item li,
.main-nav ul li:hover li {
    /*background: #cfb980;*/
	background: #f4f1ec;
}

body.events-archive ul li.page-item-10,
body.events-list ul li.page-item-10 {
    background: #005681;
}

body.events-archive ul li.page-item-10 li,
body.events-list ul li.page-item-10 li {
    background: #cfb980;
}

.lang {
    width: auto;
    margin: 0 19px 11px;
    text-align: right;
    border-bottom: 1px solid #bbb;
}

.lang ul {
    position: absolute;
    top: 100%;
    right: 0;
    text-align: center;
}

.lang a {
    font-size: 11px;
    display: block;
    padding: 6px 10px;
    color: #505050;
    background: #fff;
}

.lang a:active,
.lang a:hover {
    color: #fff;
    background: #005681;
}

.show-language {
    font-family: 'Lato', serif;
    font-size: 16px;
    display: inline-block;
	font-weight: 400;
    width: 100%;
    padding: 10px 30px 6px 0;
    cursor: pointer;
    text-align: left;
    color: #000;
    border: none;
    outline: 0;
    background: url(../img/icons/show-language-round.png) center right no-repeat;
}

.searchform {
    margin-bottom: 5px;
    padding: 0 19px;
}

.searchform:after {
    display: block;
    overflow: hidden;
    height: 0;
}

.searchform label {
    display: none;
}

.searchform input[type=text] {
    font-size: 13px;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 146px;
    height: 26px;
    margin-bottom: 0px;
    padding: 0 8px;
    border: none;
    border-radius: 1px 0 0 1px;
    outline: 0;
    background: #fff;
}

.searchform input[type=submit] {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    float: left;
    width: 48px;
    height: 26px;
    margin-bottom: 11px;
    cursor: pointer;
    color: #fff;
    border: none;
    border-radius: 0;
    outline: 0;
    background: #005681;
    background: url(../img/icons/lookingglass.svg) center right no-repeat;
    fill: currentColor;
    -webkit-appearance: none;
}

.menu-topp-meny-container {
    padding: 0 19px;
}

.menu-topp-meny-container li {
    display: inline;
}

.menu-topp-meny-container li a {
    font-size: 12px;
    color: #2d2d2d;
}

.menu-topp-meny-container li.resize {
    padding-right: 4px;
}

.menu-topp-meny-container li.resize span {
    position: relative;
    top: 2px;
    display: block;
    float: left;
    overflow: hidden;
    height: 10px;
    margin: 0 2px;
    cursor: pointer;
    text-indent: -999px;
}

.menu-topp-meny-container li.resize span.size3 {
    width: 14px;
    height: 17px;
    background: url(../img/various/size3b.png);
}

.menu-topp-meny-container li.resize span.size2 {
    position: relative;
    width: 11px;
    top: 6px;
    height: 12px;
    background: url(../img/various/size2b.png);
}

.menu-topp-meny-container li.resize span.size1 {
    width: 10px;
    background: url(../img/various/size1b.png);
    position: relative;
    top: 8px;
}

.resize {
    display: none;
}

.start-image {
    margin-bottom: 6px;
}

.start-image img {
    display: block;
}

.start-news {
    position: static;
    display: none;
    padding: 18px 34px 10px;
    color: #fff;
    background: #cfb980;
}

.start-news .close-news {
    display: none;
}

.start-news>div>h2 {
    font-size: 22px;
    font-weight: 400;
    /* font-style: italic; */
    margin-bottom: 10px;
}

.start-news li {
    font-size: 13px;
    line-height: 1.1em;
}

.start-news li .date {
    font-weight: 700;
    display: block;
}

.start-news li .readmore {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    /* font-style: italic; */
    display: block;
    padding-top: 3px;
    text-align: right;
}



.start-news li .readmore a {
    color: #fff;
}

.start-news .flexslider {
    margin: 0;
    border: none;
    background: 0 0;
}


.start-news .flex-direction-nav .flex-next,
.start-news .flex-direction-nav .flex-prev {
    top: 24px;
    overflow: hidden;
    width: 10px;
    height: 18px;
    text-indent: -999px;
}

.start-news .flex-direction-nav .flex-next::before,
.start-news .flex-direction-nav .flex-prev::before {
    display: none;
}

.start-news .flex-direction-nav .flex-prev {
    left: -22px;
    background: url(../img/icons/left-arrow.png);
}

.start-news .flex-direction-nav .flex-next {
    right: -22px;
    background: url(../img/icons/right-arrow.png);
}




.start-third-row article {
    margin-bottom: 5px;
    text-align: center;
}

.start-third-row article img {
    display: block;
}

.start-third-row article a {
    display: block;
    padding: 0 30px;
}

.start-third-row article h2 {
    font-size: 22px;
    font-weight: 400;
    /* font-style: italic; */
    margin-bottom: 12px;
    padding-top: 20px;
}

.start-third-row article p {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 20px;
}

.start-third-row article span {
    font-size: 16px;
    display: block;
    padding-bottom: 20px;
}

.start-third-row article.blue-field a {
    color: #cfb980;
    background: #005681;
}

.start-third-row article.gold_2 a {
    color: #fff;
    background: #cfb980;
}

.breadcrumbs,
.breadcrumbs a {
    color: #707070;
}

.start-image .ms-bullets.ms-dir-h.ms-align-bottom {
    right: 40px;
}

.start-image .ms-skin-default .ms-bullet {
    width: 10px;
    height: 10px;
    background: url(../img/icons/slider-nav-inactive.png);
}

.start-image .ms-skin-default .ms-bullet-selected {
    width: 10px;
    height: 10px;
    background: url(../img/icons/slider-nav-active.png);
}

.tribe-bar-views-option.tribe-bar-views-option-month {
    display: none !important;
}

.tribe-events-sub-nav li a {
    background: 0 0;
}

.subimage-big {
    width: 100%;
    margin-bottom: 10px;
}

.subimage-big img {
    display: block;
    width: 100%;
}

.breadcrumbs {
    font-size: 13px;
    position: relative;
    margin-bottom: 16px;
    padding-right: 40px;
}

.breadcrumbs a.current-item {
    color: #037BB7;
}

.breadcrumbs img.share {
    position: absolute;
    top: 0;
    right: 9px;
}

.main-content {
    margin: auto;
    width: 90%;
}

@media(min-width: 768px){

    .main-content {
        margin: auto;
        /* width: 98%; */
        width: 78%;
    }
}

.top_content {
    margin-bottom: 25px;
}

.sub_column {
    margin-bottom: 28px;
}

.sub_column aside img {
    margin: auto;
    display: block;
    margin-top: -10px;
    margin-bottom: 8px;
    max-width: 278px;    
}

@media(min-width: 768px){

    .sub_column aside img {
        max-width: 287px;
    }

}

.sub_column aside p {
    font-size: 14px;
    text-align: center;
    line-height: 1.45;
    color: black;
    width: 71%;
    margin: auto;
}

@media(min-width: 600px){

    .sub_column aside p {
        text-align: left;
        width: 280px;
        margin: 0;
    }

}

.related {
    margin-bottom: 36px;
    padding-top: 30px;
    border-top: 1px solid #c3c3c3;
}

.related h1 {
    font-family: big-caslon-fb, serif;
    font-size: 28px;
    font-weight: 400;
    /* font-style: italic; */
    max-width: 233px;
    margin: 0 auto 16px;
    color: #085b85;
}

.related article h2,
.related article p.link a {
    font-family: 'Lato', serif;
    /* font-style: italic; */
}

.related article {
    max-width: 233px;
    margin: auto;
}

.related-images-container{
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.related-header-block{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}



.kalender-subhead{
    margin-bottom: 30px!important;
}

.related-images-container p{
    font-size: 16px;
    line-height: 1.30;
    color: black;
}

.related_1, 
.related_2, 
.related_3{
    margin: 0px;
}

.related article img {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    height: 250px;
}

.related article h2 {
    font-family: 'big-caslon-fb', serif;
    font-size: 20px;
    padding: 15px 10px 10px 10px;
    text-align: center;
    line-height: 1.45;
    font-weight: 400;
    color: #085b85;
    min-height: 36px;
    background-color: #f4f1ec;
}


.related article p {
    font-size: 16px;
    line-height: 1.30;
    margin-bottom: 6px;
    color: black;
}

.related article p.link {
    text-align: right;
}

.related article p.link a {
    margin-top: 5px;
    font-size: 16px;
    color: #085b85;
    display: block;
}

.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
    margin: 0;
    padding: 0;
    vertical-align: top;
    border: 0;
    outline: 0;
}

.fancybox-wrap {
    position: absolute;
    z-index: 8020;
    top: 0;
    left: 0;
}

.fancybox-inner,
.fancybox-outer,
.fancybox-skin {
    position: relative;
}

.fancybox-skin {
    color: #444;
    border-radius: 4px;
    background: #f9f9f9;
    text-shadow: none;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    font: 14px/20px 'Lato', sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
    color: #444;
}

.fancybox-iframe,
.fancybox-image {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
    background-image: url(../img/fancybox/fancybox_sprite.png);
}

#fancybox-loading {
    position: fixed;
    z-index: 8060;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    cursor: pointer;
    opacity: .8;
    background-position: 0 -108px;
}

.fancybox-close,
.fancybox-nav,
.fancybox-nav span {
    position: absolute;
    z-index: 8040;
    cursor: pointer;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../img/fancybox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
}

.fancybox-nav {
    top: 0;
    width: 40%;
    height: 100%;
    text-decoration: none;
    background: url(../img/fancybox/blank.gif);
    -webkit-tap-highlight-color: transparent;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    top: 50%;
    visibility: hidden;
    width: 36px;
    height: 34px;
    margin-top: -18px;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    overflow: visible !important;
    max-width: 99999px;
    max-height: 99999px;
}

.fancybox-lock,
.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock {
    width: auto;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    z-index: 8010;
    top: 0;
    left: 0;
    display: none;
    overflow: hidden;
    background: url(../img/fancybox/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
    position: fixed;
    right: 0;
    bottom: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

.fancybox-title {
    font: 400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    z-index: 8050;
    visibility: hidden;
    text-shadow: none;
}

.tinymce h2,
div.wpcf7 label {
    font-family: 'Lato', sans-serif;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    z-index: 8050;
    right: 50%;
    bottom: 0;
    margin-bottom: -35px;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    font-weight: 700;
    line-height: 24px;
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    white-space: nowrap;
    color: #FFF;
    border-radius: 15px;
    background: 0 0;
    background: rgba(0, 0, 0, .8);
    text-shadow: 0 1px 2px #222;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {

    #fancybox-loading,
    .fancybox-close,
    .fancybox-next span,
    .fancybox-prev span {
        background-image: url(../img/fancybox/fancybox_sprite@2x.png);
        background-size: 44px 152px;
    }

    #fancybox-loading div {
        background-image: url(../img/fancybox/fancybox_loading@2x.gif);
        background-size: 24px 24px;
    }
}

.tinymce {
    font-size: 14px;
    color: #3b3b3b;
}

/* .tinymce a {
    font-style: italic;
} */

.tinymce a:visited {
    color: #0f5c83;
}

.tinymce a:hover,
.tinymce a:visited:hover {
    color: #137cbe;
}

.tinymce:after {
    display: block;
    overflow: hidden;
    height: 0;
}

.tinymce ol,
.tinymce p,
.tinymce ul {
    font-size: 16px;
    line-height: 1.45em;
    margin-bottom: 20px;
    color: black;
}

.tinymce ol,
.tinymce ul {
    margin-left: 25px;
}

.tinymce ol li,
.tinymce ul li {
    margin-bottom: 4px;
}

.tinymce h1 {
    font-size: 28px;
    margin-bottom: 5px;
    color: black;
}

.tinymce h2 {
	line-height: 26px;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}

.tinymce h3{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 5px;
}

.tinymce h4 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 15px;
}

.tinymce h3 {
    color: black;
}

.tinymce h4 {
    color: black;
}

.tinymce .alignleft,
.tinymce .alignright {
    display: block;
}

div.wpcf7 {
    margin-top: 25px;
}

div.wpcf7 label {
    font-size: 18px;
    font-weight: 700;
    /* font-style: italic; */
    display: block;
    margin-bottom: -5px;
    color: #005681;
}

div.wpcf7 input[type=email],
div.wpcf7 input[type=text],
div.wpcf7 select,
div.wpcf7 textarea {
    font-family: 'Lato', sans-serif;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 31px;
    padding: 0 5px;
    color: #085b85;
    border: none;
    border-radius: 5px;
    outline: 0;
    background: #eee;
    -webkit-appearance: none;
}

div.wpcf7 textarea {
    height: 296px;
    padding-top: 5px;
    padding-bottom: 5px;
}

div.wpcf7 .submit:after {
    display: block;
    overflow: hidden;
    height: 0;
}

div.wpcf7 .submit input {
    font-family: 'Gill Sans MT', sans-serif;
    font-size: 16px;
    /* font-style: italic; */
    float: right;
    width: 105px;
    height: 43px;
    cursor: pointer;
    color: #fff;
    border: none;
    border-radius: 0;
    outline: 0;
    background: #005681;
    -webkit-appearance: none;
}

.footer-form div.wpcf7-mail-sent-ok,
.shop-menu li a {
    font-family: 'Lato', serif;
}

div.wpcf7 p {
    margin-bottom: 17px;
}

.footer-form div.wpcf7-mail-sent-ok {
    font-size: 22px;
    margin: 10px 0 0;
    padding: 0;
    color: #3B3B3B;
    border: none;
}

.shop-menu {
    margin-top: 10px;
    padding-top: 13px;
    text-align: left;
    border-top: 1px solid #bbb;
}

.shop-menu li {
    display: inline;
}

.shop-menu li a {
    font-size: 16px;
    font-weight: 600;
    padding: 0 10px 6px;
    color: #3b3b3b;
    background: url(../img/various/border.jpg) top right no-repeat;
}

.shop-menu li a:hover {
    color: #085b85;
}

.shop-menu li:last-child a {
    background: 0 0;
}

.shop-menu li.current_page_item a,
.shop-menu li.current_page_parent a {
    border-bottom: 2px solid #085b85;
}

.cart-subtotal .tax_label,
.product-subtotal .tax_label,
.product-total .tax_label,
.shipping .tax_label {
    font-size: 11px;
    font-weight: 400;
    display: block;
    margin-top: 4px;
}

div.woocommerce {
    padding-bottom: 40px;
}

.woocommerce .woocommerce-ordering {
    float: none;
    margin-bottom: 40px;
}

.woocommerce .woocommerce-ordering select {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    display: block;
    width: 196px;
    height: 26px;
    margin: 0 auto;
    padding: 0;
    color: #085b85;
    border: 1px solid #e9e9e9;
    border-radius: 2px 0 0 2px;
    background: #fff;
}

.woocommerce .products li {
    display: block;
    /* width: 196px; */
    width: 99%;
    margin: 0 auto 60px;
}

.woocommerce .products li a {
    color: #3b3b3b;
}

.woocommerce .products li img {
    display: block;
    margin-bottom: 11px;
    width: 200px;
}

@media(min-width: 414px){

    .woocommerce .products li img {
        width: 200px;
    }

}



.woocommerce .products li .price,
.woocommerce .products li h2 {
    font-family: 'Gill Sans MT', serif;
    font-size: 18px;
    /* font-style: italic; */
    margin-bottom: 5px;
}

.woocommerce .products li .price {
    display: block;
    color: #106189;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

@media(min-width: 768px){

    .woocommerce .products li .price {
        margin-right: 40px;
        margin-top: 15px;
    }

}

.woocommerce .products li p {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 10px;
    color: #3b3b3b;
}

.woocommerce .products li .qty {
    font-family: 'Lato', sans-serif;
    width: 45px;
    margin-left: 5px;
    height: 32px;
    padding: 0;
    text-align: center;
    color: #085B85;
    border: 1px solid #DDD;
    border-radius: 5px;
}

.woocommerce .products li .quantity {
    display: inline-block;
    /* width: 32px; */
    width: 100%;
    margin-right: 9px;
}

.woocommerce .products li .add_to_cart_button {
    font-family: 'Lato', sans-serif;
	border-radius: 5px;
    font-size: 13px;
    line-height: 32px;
    display: inline-block;
    height: 32px;
    padding: 0 13px;
    -webkit-transition: background .2s;
    transition: background .2s;
    color: #fff;
    background: #085b85;
    margin-bottom: 14px;
    margin-top: 5px;
}

.woocommerce .products li .add_to_cart_button:hover {
    background: #1a7bac;
}

.woocommerce .products li .add_to_cart_button.loading {
    color: #666;
    background: #1a7bac;
}

.woocommerce .products li .added_to_cart {
    display: block;
    margin-top: 10px;
    margin-left: 10px;
    color: #085B85;
}

.woocommerce .products li .added_to_cart:before {
    content: "> ";
}

.lineage_content .lineage_content_pagination:after,
.searchresults article p.link:after,
.single-product-topinfo .cart:after,
.wc-proceed-to-checkout:after,
.woocommerce-message:after {
    clear: both;
    content: " ";
}

.woocommerce-pagination {
    padding-bottom: 40px;
}

.woocommerce-pagination ul.page-numbers {
    display: inline-block;
    padding: 10px 25px;
    text-align: center;
    border-top: 1px solid #d2d2d2;
}

.woocommerce-pagination ul.page-numbers li {
    font-size: 13px;
    display: inline;
    padding: 0 5px;
}

.woocommerce-pagination ul.page-numbers li .current {
    font-weight: 700;
}

ul.order_details {
    margin-left: 35px;
    padding-top: 1em;
}

ul.order_details li {
    line-height: 1.2em;
}

.col2-set.addresses .title h3 {
    font-size: 14px;
    margin-bottom: 5px;
}

.col2-set.addresses address {
    font-size: 14px;
    line-height: 1.2em;
    margin-bottom: 20px;
}

article.product {
    /* max-width: 580px; */
    max-width: 100%;
    margin: 0 15px;
}

article.product .images {
    margin-bottom: 10px;
}

article.product .images img {
    display: block;
}

.single-product-topinfo h1.product_title {
    font-family: 'big-caslon-fb', serif;
    font-size: 28px;
    margin-bottom: 12px;
    color: black;
}

.single-product-topinfo .attributes p {
    font-size: 16px;
    color: black;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 22px;
}

.single-product-topinfo .cart .single_add_to_cart_button,
table.cart tr td.actions input {
    /* font-style: italic; */
    line-height: 32px;
    cursor: pointer;
    -webkit-transition: background .2s;
    outline: 0;
}

.single-product-topinfo .cart {
    float: left;
    margin-right: 16px;
}

.single-product-topinfo .cart:after {
    display: block;
    overflow: hidden;
    height: 0;
}

.single-product-topinfo .cart .single_add_to_cart_button {
    font-family: 'Lato', sans-serif;
	border-radius: 5px;
    font-size: 13px;
    float: left;
    height: 32px;
    margin-top: 1px;
    margin-right: 9px;
    padding: 0 13px;
    transition: background .2s;
    color: #fff;
    border: none;
    background: #085b85;
}

.single-product-topinfo .cart .single_add_to_cart_button:hover {
    background: #1a7bac;
}

.single-product-topinfo .cart .single_add_to_cart_button.loading {
    color: #666;
    background: #1a7bac;
}

.single-product-topinfo .cart .quantity {
    display: inline-block;
    width: 34px;
}

.single-product-topinfo .cart .quantity input {
    font-family: 'Lato', sans-serif;
    width: 45px;
    height: 32px;
    padding: 0;
	margin-top: 10px;
    text-align: center;
    color: #085b85;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.back-to-shop,
.cart-collaterals {
    padding-bottom: 40px;
}

.single-product-topinfo .price {
    position: relative;
	z-index: -1;
    font-family: 'big-caslon-fb', serif;
    left: 40px;
    font-size: 30px;
    padding-top: 5px;
    color: #106189;
}

.back-to-shop {
    padding-top: 40px;
}

.back-to-shop a {
    font-size: 16px;
}

.back-to-shop a.to_cart {
    float: right;
}

.woocommerce-message {
    position: relative;
    margin: 0 0 2em !important;
    padding: 1em 2em 1em 3.5em !important;
    border-top: 3px solid #085B85;
    background: #F7F6F7;
}

.woocommerce-message:after {
    display: block;
    overflow: hidden;
    height: 0;
}

.woocommerce .woocommerce-message .button {
    font-weight: 700;
    position: relative;
    display: inline-block;
    float: right;
    padding: .618em 1em;
    color: #515151;
    border-radius: 3px;
    background: #EBE9EB;
}

table.cart {
    width: 100%;
    max-width: 676px;
}

table.cart .product-name {
    display: none;
}

table.cart input[type=number] {
    font-family: 'Lato', sans-serif;
    width: 51px;
    height: 24px;
    padding: 0;
    text-align: center;
    color: #085b85;
    border: 1px solid #e9e9e9;
}

table.cart img {
    display: block;
    width: 100%;
    max-width: none;
    max-width: 129px;
}

table.cart img.remove-button {
    display: inline;
    width: auto;
}

table.cart tr {
    border-bottom: 1px solid #d2d2d2;
}

table.cart tr:last-child {
    border: none;
}

table.cart tr td,
table.cart tr th {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 12px;
    text-align: center;
    vertical-align: middle;
}

table.cart tr.spacer {
    height: 12px;
    border: none;
}

table.cart tr th {
    font-family: 'Gill Sans MT', serif;
    font-size: 18px;
    font-weight: 700;
    /* font-style: italic; */
}

table.cart tr td.product-thumbnail {
    width: 33%;
}

table.cart tr td.product-price {
    width: 24%;
}

table.cart tr td.product-subtotal {
    font-weight: 700;
    width: 24%;
}

table.cart tr td.product-remove {
    width: 19%;
}

table.cart{
    position: relative;
}

table.cart tr td {
    padding-right: 5px;
    padding-left: 5px;
}

table.cart tr td.actions {
    padding-right: 0;
    text-align: right;
}

table.cart tr td.actions input {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    height: 32px;
    padding: 0 13px;
    transition: background .2s;
    color: #fff;
    border: none;
    border-radius: 0;
    background: #b5b5b5;
    -webkit-appearance: none;
}

.cart_totals h2,
.cart_totals table .order-total td {
    font-family: 'Gill Sans MT', serif;
}

.cart_totals {
    max-width: 676px;
}

.cart_totals h2 {
    font-size: 18px;
    font-weight: 700;
    /* font-style: italic; */
    display: none;
    margin-bottom: 5px;
}

.cart_totals table {
    width: 100%;
    margin-bottom: 18px;
}

.cart_totals table th {
    font-weight: 400;
    text-align: left;
}

.cart_totals table td {
    width: 270px;
    text-align: right;
}

.cart_totals table .cart-subtotal {
    display: none;
    border-bottom: 1px solid #d2d2d2;
}

.cart_totals table .cart-subtotal td,
.cart_totals table .cart-subtotal th {
    padding-bottom: 10px;
}

.cart_totals table .order-total {
    font-size: 23px;
}

.cart_totals table .order-total td,
.cart_totals table .order-total th {
    padding-top: 10px;
}

.cart_totals table .order-total td {
    font-weight: 700;
    line-height: 15px;
}

.cart_totals table .order-total td small {
    font-size: 12px;
    font-weight: 400;
    /* font-style: italic; */
    display: block;
    margin-top: 15px;
}

.wc-proceed-to-checkout:after {
    display: block;
    overflow: hidden;
    height: 0;
}

.wc-proceed-to-checkout .checkout-button {
    font-family: 'Gill Sans MT', sans-serif;
    font-size: 16px;
    /* font-style: italic; */
    line-height: 41px;
    display: block;
    /* display: none; */
    float: right;
    height: 41px;
    padding: 0 22px;
    -webkit-transition: background .2s;
    transition: background .2s;
    color: #fff;
    background: #085b85;
}

.wc-proceed-to-checkout .checkout-button:hover {
    background: #1a7bac;
}

form.woocommerce-checkout {
    margin: 0 24px;
}

form.woocommerce-checkout h3 {
    font-family: 'big-caslon-fb', serif;
    font-size: 28px;
    font-weight: 400;
    /* font-style: italic; */
    margin-bottom: 16px;
    color: #085b85;
}

form.woocommerce-checkout p {
    margin-bottom: 20px;
}

form.woocommerce-checkout p label {
    display: block;
    margin-bottom: 4px;
}

form.woocommerce-checkout p label abbr {
    color: #085b85;
    border-bottom: none;
}

form.woocommerce-checkout p input,
form.woocommerce-checkout p textarea {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 26px;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-radius: 2px;
}

form.woocommerce-checkout p textarea {
    height: 80px;
    padding: 10px;
}

form.woocommerce-checkout p .select2-choice {
    line-height: 26px;
    height: 26px;
}

.customer_details,
.order_details,
.woocommerce-checkout-review-order-table {
    width: 100%;
    margin-bottom: 24px;
}

.customer_details tr,
.order_details tr,
.woocommerce-checkout-review-order-table tr {
    border-bottom: 1px solid #d2d2d2;
}

.customer_details tr td,
.customer_details tr th,
.order_details tr td,
.order_details tr th,
.woocommerce-checkout-review-order-table tr td,
.woocommerce-checkout-review-order-table tr th {
    padding: 10px 8px;
    vertical-align: middle;
}

.customer_details tr th,
.order_details tr th,
.woocommerce-checkout-review-order-table tr th {
    font-family: 'Gill Sans MT', serif;
    font-size: 18px;
    font-weight: 700;
    /* font-style: italic; */
    text-align: left;
}

.customer_details tr.cart-subtotal,
.order_details tr.cart-subtotal,
.woocommerce-checkout-review-order-table tr.cart-subtotal {
    border-bottom: none;
}

.customer_details tr.cart-subtotal td,
.customer_details tr.cart-subtotal th,
.order_details tr.cart-subtotal td,
.order_details tr.cart-subtotal th,
.woocommerce-checkout-review-order-table tr.cart-subtotal td,
.woocommerce-checkout-review-order-table tr.cart-subtotal th {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
    padding-bottom: 42px;
}

#place_order,
.cart-contents-in-header {
    font-family: 'Gill Sans MT', sans-serif;
}

.customer_details tr.order-total,
.order_details tr.order-total,
.woocommerce-checkout-review-order-table tr.order-total {
    color: #fff;
    border-bottom: none;
    background: #085b85;
}

.customer_details tr.order-total td,
.customer_details tr.order-total th,
.order_details tr.order-total td,
.order_details tr.order-total th,
.woocommerce-checkout-review-order-table tr.order-total td,
.woocommerce-checkout-review-order-table tr.order-total th {
    font-family: 'Gill Sans MT', sans-serif;
    font-size: 23px;
    font-weight: 400;
    font-style: normal;
    padding-right: 14px;
    padding-left: 14px;
}

.customer_details tr.order-total th,
.order_details tr.order-total th,
.woocommerce-checkout-review-order-table tr.order-total th {
    vertical-align: top;
}

.customer_details tr.order-total td,
.order_details tr.order-total td,
.woocommerce-checkout-review-order-table tr.order-total td {
    font-weight: 700;
}

.customer_details tr.order-total td small,
.order_details tr.order-total td small,
.woocommerce-checkout-review-order-table tr.order-total td small {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2em;
    display: block;
}

table.shop_table tr th.product-total {
    width: 164px;
}

.customer_details,
.order_details {
    max-width: 350px;
}

#place_order {
    font-size: 16px;
    /* font-style: italic; */
    display: block;
    /* display: none; */
    width: 100%;
    height: 41px;
    margin-bottom: 12px;
    cursor: pointer;
    color: #fff;
    border: none;
    background: #085b85;
}

.form-row.terms label {
    line-height: 18px;
    display: inline;
}

.form-row.terms input {
    float: left;
    width: auto;
    height: auto;
    margin-right: 10px;
    padding: 0;
    border: none;
    border-radius: 0;
}

.cart-contents-in-header {
    font-size: 11px;
    line-height: 20px;
    position: absolute;
    top: 59px;
    right: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 35px;
    height: 24px;
    padding-left: 15px;
    text-align: center;
    color: #fff;
    background: url(../img/icons/shoppingcart2.svg) top left no-repeat;
    background-size: 77px;
}

.cart-contents-in-header span {
    display: none;
}

body.woocommerce-page .page-header {
    padding-bottom: 30px;
}

.payment_methods label img {
    float: right;
    margin-left: 10px;
}

.payment_methods .payment_method_dibs {
    /* font-style: italic; */
    margin-top: 22px;
}

.woocommerce-error {
    margin-bottom: 20px;
    margin-left: 25px;
}

.takeover {
    position: fixed;
    z-index: 99999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    opacity: .2;
    background: #000;
}

img.share {
    position: relative;
    z-index: 80;
    cursor: pointer;
}

.share_box,
.share_box li {
    position: absolute;
    overflow: hidden;
}

.share_box {
    z-index: 999999999;
    top: -9px;
    right: 34px;
    width: 0;
    height: 47px;
}

.share_box li,
.share_box li:hover {
    width: 41px;
    height: 41px;
}

.share_box li {
    display: block;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-indent: -999px;
    border: 3px solid #fff;
    border-radius: 41px;
    background-size: 100%;
}

.lineage,
.lineage_content,
.page-footer article.footer-share {
    position: relative;
}

.share_box li a {
    display: block;
    width: 100%;
    height: 100%;
}

.share_box .facebook {
    left: 0;
    background-image: url(../img/icons/facebook_blue.svg);
}

.share_box .twitter {
    left: 45px;
    background-image: url(../img/icons/twitter_blue.svg);
}

.share_box .pinterest {
    left: 90px;
    background-image: url(../img/icons/pinterest_blue.svg);
}

.main-content .search {
    margin-bottom: 40px;
}

.main-content .search input {
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 195px;
    height: 19px;
    margin: 0 auto;
    padding: 0 10px 0 26px;
    color: #6e6e6e;
    border: none;
    border-radius: 2px;
    background: url(../img/icons/search.jpg) top left no-repeat #fff;
    -webkit-box-shadow: 0 0 2px 1px #e6e6e6;
    box-shadow: 0 0 2px 1px #e6e6e6;
}

.searchresults {
    max-width: 900px;
    margin-bottom: 80px;
}

.searchresults h1 {
    font-family: big-caslon-fb, serif;
    font-size: 22px;
    font-weight: 700;
    /* font-style: italic; */
    padding-bottom: 14px;
    color: #085B85;
    border-bottom: 1px solid #c3c3c3;
}

.searchresults article {
    padding-top: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c3c3c3;
}

.searchresults article h2 {
    font-size: 20px;
}

.searchresults article h2 a {
    color: #4a4a4a;
}

.searchresults article header {
    margin-bottom: 18px;
}

.searchresults article header span {
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
    float: right;
    margin-left: 10px;
}

.searchresults article p {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 14px;
    color: #4a4a4a;
}

.searchresults article p.link {
    margin-bottom: 0;
}

.searchresults article p.link:after {
    display: block;
    overflow: hidden;
    height: 0;
}

.searchresults article p.link a {
    font-size: 13px;
    /* font-style: italic; */
    line-height: 26px;
    float: right;
    width: 63px;
    height: 26px;
    text-align: center;
    color: #fff;
    background: #01567f;
}

.events-list .tribe-events-loop,
.events-list.tribe-bar-is-disabled #tribe-events-content-wrapper,
.single-tribe_organizer .tribe-events-loop,
.single-tribe_venue .tribe-events-loop,
.tribe-events-day .tribe-events-loop {
    max-width: none;
}

.tribe-events-gcal,
.tribe-events-ical {
    display: none !important;
}

.single-tribe_events h2.tribe-events-single-event-title,
.tribe-events-list h2.tribe-events-page-title {
    font-family: 'big-caslon-fb', serif;
    font-size: 28px;
    font-weight: 400;
    /* font-style: italic; */
    margin-bottom: 5px;
    color: #4A4A4A;
}

ul.tribe-events-sub-nav a {
    font-size: 17px;
    font-weight: 400;
    font-style: italic;
    color: #085b85;
}

.searchform-lineage {
    width: 235px;
    height: 26px;
    margin: 0 auto 20px;
}

.searchform-lineage input {
    font-family: 'Lato', sans-serif;
    /* font-style: italic; */
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 26px;
    padding: 0;
    border: none;
    -webkit-box-shadow: 0 0 2px 2px #e5e5e5;
    box-shadow: 0 0 2px 2px #e5e5e5;
}

.searchform-lineage input[type=number],
.searchform-lineage input[type=text] {
    font-size: 11px;
    width: 195px;
    padding-left: 22px;
    border-radius: 2px 0 0 2px;
    background: url(../img/icons/search2.jpg) top left no-repeat;
}

.searchform-lineage input[type=submit] {
    font-size: 13px;
    width: 40px;
    cursor: pointer;
    color: #fff;
    border-radius: 0;
    background: #015581;
    -webkit-appearance: none;
}

.lineage_categories li p strong a,
.lineage_categories li p.link a,
.listing_images li p strong a,
.listing_images li p.link a {
    color: #085b85!important;
}

.readmore-content{
    position: relative;
    left: 45px;
}

.searchform-lineage.searchform-lineage-morefields {
    width: auto;
    height: auto;
    margin-bottom: 14px;
    padding-top: 26px;
    border-top: 1px solid #ededed;
}

.searchform-lineage.searchform-lineage-morefields p {
    margin-bottom: 10px;
}

.searchform-lineage.searchform-lineage-morefields p label {
    font-weight: 700;
    display: block;
    margin-bottom: 8px;
}

.searchform-lineage.searchform-lineage-morefields p input[type=number],
.searchform-lineage.searchform-lineage-morefields p input[type=text] {
    float: none;
    width: 100%;
    padding: 0 5px;
    border: 1px solid #E5E5E5;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: textfield;
    -webkit-appearance: none;
}

.searchform-lineage.searchform-lineage-morefields p input[type=number]::-webkit-inner-spin-button,
.searchform-lineage.searchform-lineage-morefields p input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.searchform-lineage.searchform-lineage-morefields p select {
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    /* font-style: italic; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 26px;
    padding: 0 5px;
    border: none;
    border: 1px solid #E5E5E5;
    border-radius: 2px 0 0 2px;
    background: #fff;
    -webkit-appearance: none;
}

.searchform-lineage.searchform-lineage-morefields p input[type=submit] {
    float: none;
    width: 83px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.lineage_categories li,
.listing_images li {
    max-width: 233px;
    margin: 0 auto 46px;
}

.lineage_categories li img,
.listing_images li img {
    width: 220px;
    display: block;
    margin-bottom: 14px;
}

.lineage_categories li p,
.listing_images li p {
    font-size: 16px;
    line-height: 1.25em;
    margin-bottom: 18px;
}

.lineage_categories li p strong,
.listing_images li p strong {
    font-family: 'Lato', serif;
    font-size: 16px;
}

.lineage_categories li p.link,
.listing_images li p.link {
    font-family: 'Lato', serif;
    font-size: 16px;
    margin-bottom: 0;
    text-align: right;
    
}

.lineage_content>h1,
.lineage_list h1 {
    font-family: 'big-caslon-fb', serif;
    /* font-style: italic; */
}

.listing_images li {
    max-width: 169px;
}

.lineage {
    overflow: hidden;
}

@media (max-width:375px) {
    .lineage {
        margin: 0 -12px;
    }
}

.lineage_content {
    left: 0;
    display: none;
    margin: 0 19px;
    -webkit-transition: left .7s;
    transition: left .7s;
}

.lineage_content.active {
    display: block;
}

.lineage_content.inactive {
    left: -100%;
}

.lineage_content .attachment-lineage_logo {
    display: block;
    margin: 0 auto 30px;
}

.lineage_content>h1 {
    font-size: 26px;
    margin-bottom: 16px;
}

@media (min-width:768px) {
    .lineage_content>h1 {
        padding-top: 20%;
    }
}

.lineage_content .lineage_info {
    font-size: 14px;
    line-height: 1.25em;
    margin-bottom: 16px;
    color: #3B3B3B;
}

.lineage_content .lineage_info li {
    margin-bottom: 2px;
}

.lineage_content .tinymce {
    margin-bottom: 10px;
}

.lineage_content .lineage_content_pagination:after {
    display: block;
    overflow: hidden;
    height: 0;
}

.lineage_content .lineage_content_pagination a {
    font-size: 16px;
    /* font-style: italic; */
    line-height: 20px;
    color: #085b85;
}

.lineage_content .lineage_content_pagination .prev {
    float: left;
}

.lineage_content .lineage_content_pagination .next {
    float: right;
}

.lineage_list {
    width: 282px;
    margin: 0 auto;
}

.lineage_list h1 {
    font-size: 26px;
    margin-bottom: 16px;
}

.lineage_list.single {
    position: absolute;
    top: 0;
    right: -100%;
    margin: 0;
    -webkit-transition: all .7s;
    transition: all .7s;
}

.lineage_list.single.active {
    right: 50%;
    margin-right: -140px;
}

.lineage_table {
    width: 100%;
}

.lineage_table th {
    font-family: 'Gill Sans MT', serif;
    font-size: 17px;
    /* font-style: italic; */
    padding-bottom: 6px;
    color: #3b3b3b;
}

.lineage_table td {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #4a4a4a;
}

.lineage_searchresults th,
.single_linage_h2 {
    font-family: 'Gill Sans MT', serif;
    /* font-style: italic; */
}

.lineage_table td a {
    display: block;
    padding: 4px 0;
    color: #4a4a4a;
}

.lineage_table td a.active {
    font-weight: 700;
    color: #085b85;
}

.lineage_table .id {
    width: 54px;
    padding-right: 8px;
    text-align: right;
    border-right: 1px solid #c3c3c3;
}

.lineage_table .name {
    padding-left: 8px;
    text-align: left;
}

.show_categories {
    position: absolute;
    z-index: 100;
    top: 78px;
    right: 0;
    display: block;
    overflow: hidden;
    width: 33px;
    height: 101px;
    text-indent: -999px;
    background: url(../img/buttons/show_categories.png) top left;
}

.show_categories.active {
    background-position: top right;
}

.lineage_searchresults th {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 10px;
}

.lineage_searchresults th.name {
    text-align: left;
}

.le_title_1,
.le_title_2,
.lineage_searchresults td.number,
.lineage_searchresults td.year {
    text-align: center;
}

.lineage_searchresults td {
    padding-bottom: 5px;
}

.lineage_searchresults td,
.lineage_searchresults th {
    padding-right: 15px;
}

.lineage_searchresults td.year,
.lineage_searchresults th.year {
    padding-right: 27px;
}

.lineage_image_2 {
    display: block;
    width: 160px;
    margin: 0 auto -15px;
}

@media (max-width:300px) {
    .lineage_image_2 {
        width: 100%;
    }
}

@media (min-width:370px) {
    .lineage_image_2 {
        width: 240px;
    }
}

.lineage_image_2 img {
    display: block;
    margin: 0 auto 20px;
}

@media (min-width:768px) {
    .lineage_image_2 {
        width: 100%;
    }

    .lineage_image_2 img {
        display: inline-block;
        float: right;
        width: 40%;
    }
}

.lineage_image_1 {
    display: block;
    width: 155px;
    margin: 0 auto -15px;
}

@media (max-width:300px) {
    .lineage_image_1 {
        width: 100%;
    }
}

@media (min-width:370px) {
    .lineage_image_1 {
        width: 240px;
    }
}

.lineage_image_1 img {
    display: block;
    margin: 0 auto 30px;
}

.extra-margin-top img{
    margin-top: 40px;
}


@media (min-width:768px) {
    .lineage_image_1 {
        width: 100%;
    }

    .lineage_image_1 img {
        display: inline-block;
        float: right;
        width: 40%;
        margin-top: -55%;
        margin-bottom: -13px;
    }

    .lineage_content .attachment-lineage_logo {
        display: inline-block;
        float: left;
        width: 40%;
    }

    .lineage_content .attachment-lineage_logo img {
        width: 40%;
    }

    .le_title_1 {
        /* font-style: italic; */
        position: absolute;
        margin-top: 52%;
        text-align: center;
    }
}

.single_linage_h2 {
    font-size: 20px;
    padding-top: 40px;
    padding-bottom: 15px;
    color: #085b85;
}

a.read_more,
a.read_more2 {
    float: right;
    padding-top: 6px;
    padding-bottom: 15px;
    cursor: pointer;
}

a.read_more {
    font-size: 16px;
    /* font-style: italic; */
    line-height: 20px;
    color: #085b85;
}

a.read_more:hover {
    color: red;
}

a.read_more2 {
    font-size: large;
    /* font-style: italic; */
    color: #1E7DAD;
}

.att_tutle,
.cookieWidget>div h2 {
    font-family: 'big-caslon-fb', serif;
    font-size: 26px;
    /* font-style: italic; */
}

a.read_more2:hover {
    color: red;
}

.content_borders {
    padding-bottom: 50px;
    border-bottom: 1px solid #d3d3d3;
}

.le_title_1 {
    /* font-style: italic; */
}

.le_title_2 {
    /* font-style: italic; */
}

.skald_container_1 {
    padding-bottom: 10%;
}

@media (min-width:768px) {
    .le_title_2 {
        position: absolute;
        float: right;
        margin-top: 52.5%;
        margin-left: 58%;
        padding-right: 3%;
        text-align: inherit;
    }

    .skald_container_1 {
        padding-bottom: 0;
    }
}

.skald_container_2 {
    padding-bottom: 10%;
}

.small_zoom {
    float: right;
    margin-top: -30%;
    margin-right: -35px;
}

@media (min-width:375px) {
    .small_zoom {
        margin-right: -35px;
    }
}

@media (min-width:768px) {
    .skald_container_2 {
        padding-bottom: 0;
    }

    .small_zoom {
        position: absolute;
        float: right;
        width: 55px;
        margin-top: 52%;
        margin-left: 28%;
    }
}

.small_zoom2 {
    float: right;
    margin-top: -30%;
    margin-right: -27px;
}

@media (min-width:375px) {
    .small_zoom2 {
        margin-right: -25px;
    }
}

@media (min-width:768px) {
    .small_zoom2 {
        position: absolute;
        float: right;
        width: 56px;
        margin-top: 44%;
        margin-left: 85%;
    }
}

.lineage_image_1 a:before,
.lineage_image_2 a:before {
    position: absolute;
    top: 145px;
    width: 50px;
    height: 50px;
    content: url(../img/icons/zoom_large.png);
}

@media (min-width:1025px) {

    .small_zoom,
    .small_zoom2 {
        display: none;
    }
}

.lineage_image_2 a:before {
    right: 19%;
    margin-left: 32%;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 0;
}

.lineage_image_2 a:hover:before {
    opacity: 1;
}

.lineage_image_1 a:before {
    right: 75%;
    margin-left: 14%;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 0;
}

@media (max-width:768px) {

    .lineage_image_1 a:before,
    .lineage_image_2 a:before {
        display: none;
    }
}

.lineage_image_1 a:hover:before,
.lineage_image_1:hover:before {
    opacity: 1;
}

.att_tutle {
    margin-bottom: 16px;
    padding-top: 62px;
}

@media (min-width:768px) {
    .att_tutle {
        padding-top: 70%;
    }
}

p.content_excerpt {
    line-height: 150%;
}

@media (max-width:325px) {

    #att_introduced,
    #att_introduced_title {
        display: none;
    }
}

@media (max-width:420px) {

    #att_knighted,
    #att_knighted_title {
        display: none;
    }
}

@media (max-width:470px) {

    #att_rank,
    #att_rank_title {
        /*display: none;*/
    }
}

@media (max-width:745px) {

    #att_origin,
    #att_origin_title {
        display: none;
    }
}

.tinymce .page-list ul {
    margin-bottom: 0;
}

.tinymce .page-list>li>a {
    cursor: default;
    color: #3B3B3B;
}

.tinymce .page-list>li>a:hover,
.tinymce .page-list>li>a:visited:hover {
    color: #3B3B3B;
}

.cookieWidget {
    position: fixed;
    z-index: 999999;
    bottom: 0;
    width: 100%;
}

.cookieWidget>div {
    padding: 15px 10px;
    background: #D7D7D7;
}

.cookieWidget>div h2 {
    font-weight: 400;
    margin-bottom: 12px;
}

.cookieWidget>div p {
    font-size: 14px;
    line-height: 1.25em;
    margin-bottom: 18px;
    color: #3b3b3b;
}

.cookieWidget>div input {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    /* font-style: italic; */
    display: block;
    width: 145px;
    height: 35px;
    cursor: pointer;
    color: #fff;
    border: none;
    border-radius: 0;
    outline: 0;
    background: #085B85;
    -webkit-appearance: none;
}

#loginform {
    position: fixed;
    z-index: 999999999;
    top: 50%;
    right: 20px;
    left: 20px;
    display: none;
    margin-top: -130px;
    padding: 20px 20px 0;
    background: #fff;
}

#loginform:after {
    display: block;
    clear: both;
    overflow: hidden;
    height: 0;
    content: " ";
}

#loginform h1 {
    font-family: 'big-caslon-fb', serif;
    font-size: 38px;
    font-weight: 400;
    /* font-style: italic; */
    margin-bottom: 15px;
    text-align: center;
    color: #005681;
}

#loginform p {
    font-size: 16px;
    margin-bottom: 14px;
}

#loginform p.forgotten {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-style: none;
}

#loginform p.forgotten a {
    color: #555;
}

#loginform p.login-remember {
    float: left;
    width: 50%;
}

#loginform p.login-remember label {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    color: #555;
}

#loginform p label {
    font-family: 'Gill Sans MT', serif;
    font-weight: 700;
    font-style: italic;
    display: block;
    margin-bottom: 5px;
    color: #005681;
}

#loginform p input[type=password],
#loginform p input[type=text] {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 31px;
    padding: 0 5px;
    border: none;
    border-radius: 5px;
    outline: 0;
    background: #eee;
}

#loginform p input[type=submit] {
    font-family: 'Gill Sans MT', sans-serif;
    font-size: 15px;
    font-style: italic;
    float: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 38px;
    margin-top: -18px;
    padding: 0 15px;
    cursor: pointer;
    color: #fff;
    border: none;
    outline: 0;
    background: #005681;
}

.main-content .master-slider-parent {
    margin-bottom: 60px;
}

.main-content .master-slider-parent .master-slider {
    margin-right: 20px;
}

.main-content .master-slider-parent .master-slider .ms-info h4 {
    font-family: 'Gill Sans MT', serif;
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    color: #085b85;
}

.main-content .master-slider-parent .master-slider .ms-info .ms-info p {
    font-size: 14px;
    line-height: 1.25em;
    color: #3b3b3b;
}

.page-footer {
    margin-top: 17px;
    padding-top: 30px;
    padding-bottom: 27px;
    background: #eee;
}

.page-footer article {
    width: 90%;
    margin: 0 auto 10px;
    padding-bottom: 12px;
    text-align: center;
    border-bottom: 1px solid #d2d2d2;
}

.page-footer article h2 {
    font-size: 16px;
    font-weight: 700;
    margin: auto;
    margin-bottom: 10px;
    width: 201px;
    display: block;
}

.page-footer article.footer-share>ul {
    margin-bottom: 12px;
}

.page-footer article.footer-share>ul li {
    display: inline;
    list-style: none;
}

.page-footer article.footer-share>ul li a {
    display: inline-block;
    overflow: hidden;
    width: 32px;
    height: 32px;
    margin: 0 3px;
    text-indent: -9999px;
}

.page-footer article.footer-share>ul li.facebook a {
    background: url(../img/footer/facebook.svg);
}

.page-footer article.footer-share>ul li.instagram a {
    background: url(../img/footer/instagram.svg);
}

.page-footer article.footer-share>ul li.twitter a {
    background: url(../img/footer/twitter.svg);
}

.page-footer article.footer-share>ul li.youtube a {
    background: url(../img/footer/youtube.svg);
}

.page-footer article.footer-share>ul li.share a {
    background: url(../img/footer/share.svg);
}

.page-footer article.footer-share p.links {
    font-size: 12px;
    text-align: center;
}

.page-footer article.footer-share p.links a {
    text-decoration: underline;
    color: #2d2d2d;
}

.page-footer article.footer-share .share_box {
    right: 70px;
    display: block;
    width: 38px;
    height: 0;
}

.page-footer article.footer-share .share_box ul {
    margin-bottom: 0;
}

.page-footer article.footer-share .share_box ul li {
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
}

.page-footer article.footer-share .share_box ul li.facebook {
    top: 0;
    left: 0;
}

.page-footer article.footer-share .share_box ul li.twitter {
    top: 37px;
    left: 0;
}

.page-footer article.footer-share .share_box ul li.pinterest {
    top: 74px;
    left: 0;
}

.page-footer article.footer-form .wpcf7-form {
    margin-bottom: 10px;
}

.page-footer article.footer-form p {
    line-height: 18px;
    position: relative;
    width: 209px;
    margin: 0 auto 3px;
}

.page-footer article.footer-form p:after {
    display: block;
    clear: both;
    overflow: hidden;
    height: 0;
    content: " ";
}

.page-footer article.footer-form p .wpcf7-form-control-wrap {
    float: left;
    width: 153px;
    height: 26px;
}

.page-footer article.footer-form p input.email {
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-style: italic;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 153px;
    height: 26px;
    padding: 0 10px;
    border: none;
    border-radius: 0;
    background: #fff;
}

.page-footer article.footer-form p input.wpcf7-submit {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-style: italic;
    float: left;
    width: 55px;
    height: 26px;
    cursor: pointer;
    color: #fff;
    border: none;
    border-radius: 0;
    background: #005681;
    -webkit-appearance: none;
}

.page-footer article.footer-form p .ajax-loader {
    position: absolute;
    top: 4px;
    left: 50%;
    margin-left: -5px;
}

.page-footer article.footer-contact p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 12px;
}

.page-footer article.footer-contact .weird-header {
    font-size: 20px;
    font-style: italic;
    display: block;
    color: #c5b480;
}

body.home>div.wrapper>section#riddarhuset_instagram_feed__front {
    display: table;
    width: 100%;
    background: #005583;
}

body.home>div.wrapper>section#riddarhuset_instagram_feed__front>a.left {
    font-family: 'big-caslon-fb', serif;
    font-size: 31px;
    font-style: italic;
    line-height: 1.125;
    display: block;
    height: calc(100vw - 25px);
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
}

body.home>div.wrapper>section#riddarhuset_instagram_feed__front>a.left img {
    width: 18px;
    margin: 12px 0 5px;
}

body.home>div.wrapper>section#riddarhuset_instagram_feed__front>div.posts {
    width: 100%;
}

body.home>div.wrapper>section#riddarhuset_instagram_feed__front>div.posts>a.post {
    font-weight: 700;
    position: relative;
    float: left;
    width: 50%;
    height: calc(50vw - 12.5px);
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

body.home>div.wrapper>section#riddarhuset_instagram_feed__front>div.posts>a.post>div.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    opacity: 0;
    background: #000;
}

body.home>div.wrapper>section#riddarhuset_instagram_feed__front>div.posts>a.post>p {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

body.home>div.wrapper>section#riddarhuset_instagram_feed__front>div.posts>a.post>p.likes-comments {
    font-size: 15px;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    text-align: center;
    opacity: 0;
}

body.home>div.wrapper>section#riddarhuset_instagram_feed__front>div.posts>a.post>p.likes-comments>img {
    width: 18px;
}

body.home>div.wrapper>section#riddarhuset_instagram_feed__front>div.posts>a.post>p.likes-comments>span {
    position: relative;
    top: -3px;
}

body.home>div.wrapper>section#riddarhuset_instagram_feed__front>div.posts>a.post>p.likes-comments>span:first-of-type {
    margin-right: 13px;
}

body.home>div.wrapper>section#riddarhuset_instagram_feed__front>div.posts>a.post:hover>div.overlay {
    opacity: .375;
}

body.home>div.wrapper>section#riddarhuset_instagram_feed__front>div.posts>a.post:hover>p.likes-comments {
    opacity: 1;
}

@media only screen and (max-width:599px) {
    body.home>div.wrapper>section#riddarhuset_instagram_feed__front>a.left {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    body.home>div.wrapper>section#riddarhuset_instagram_feed__front>a.left span {
        position: relative;
        top: 50%;
        display: block;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media only screen and (min-width:460px) and (max-width:599px) {
    body.home>div.wrapper>section#riddarhuset_instagram_feed__front>a.left {
        font-size: 50px;
    }

    body.home>div.wrapper>section#riddarhuset_instagram_feed__front>a.left img {
        width: 40px;
        margin: 20px 0 8px;
    }
}

@media only screen and (min-width:600px) {

    .related:after,
    .start-second-row:after,
    .start-third-row:after,
    .sub_column:after,
    .three-blue-fields:after,
    .woocommerce .products:after,
    div.wpcf7:after,
    form.woocommerce-checkout:after {
        clear: both;
        overflow: hidden;
        content: " ";
    }

    .wrapper {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 994px;
        margin: 0 auto;
        padding: 0 18px;
    }

    .page-header {
        margin-bottom: 24px;
        padding-top: 24px;
    }

    .page-header h1 {
        width: 235px;
        height: 58px;
    }

    .show-menu {
        top: 66px;
        top: 42px;
    }

    .top-nav {
        top: 30px;
        width: 47%;
    }

    .start-image {
        position: relative;
        margin-bottom: 4px;
    }

    .start-image img {
        position: relative;
        z-index: 10;
    }

    .start-news {
        position: absolute;
        z-index: 20;
        bottom: 0;
        left: 0;
        width: 407px;
        padding: 30px 36px 0;
        opacity: .9;
    }

    .start-news.active {
        opacity: 1;
    }

    .start-news .close-news {
        position: absolute;
        top: 10px;
        right: 10px;
        display: block;
        width: 15px;
        height: 15px;
        cursor: pointer;
        -webkit-transition: all .4s;
        transition: all .4s;
    }

    .start-news .close-news.active {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .start-news>div>h2 {
        font-size: 40px;
        margin-bottom: 0;
    }

    .start-news ul.slides {
        padding-top: 20px;
    }

    .start-news .slides>li {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .start-news .slides>li .readmore {
        font-size: 15px;
        padding-top: 10px;
    }



    .start-third-row:after {
        display: block;
        height: 0;
    }

    .start-third-row article {
        float: left;
        width: 50%;
    }

    .start-third-row article.gold_2,
    .start-third-row article.start_image_2 {
        float: right;
    }

    .start-third-row article img {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .start-third-row article.blue-field a {
        margin-right: 2px;
    }

    .start-third-row article.start_image_2 img {
        padding-left: 2px;
    }

    .start-third-row article.start_image_3 img {
        padding-right: 2px;
    }

    .start-third-row article a {
        padding: 0;
    }

    .start-third-row article h2 {
        font-size: 36px;
        padding-top: 20%;
    }

    .start-third-row article p {
        font-size: 15px;
        line-height: 18px;
    }

    .start-third-row article span {
        font-size: 20px;
        padding-bottom: 20%;
    }

    .breadcrumbs {
        margin-bottom: 34px;
    }

    .breadcrumbs img.share {
        margin-right: 0;
    }

    .main-content {
        min-height: 500px;
        margin: 0 0px;
        width: 66%;
    }

    .top_content {
        width: 100%;
        /* max-width: 434px; */
        max-width: 70%;

    }

    .sub_column {
        margin-bottom: 20px;
    }

    .sub_column:after {
        display: block;
        height: 0;
    }

    .sub_column>article {
        float: left;
        /* width: 72%; */
        width: 70%;
    }

    .sub_column>aside {
        margin-top: -55px;
        margin-bottom: 100px;
        float: right;
        width: 23%;
    }

    .related:after {
        display: block;
        height: 0;
    }

    .related h1 {
        font-size: 30px;
        max-width: none;
    }

    .related article {
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.333333%;
        max-width: none;
    }

    .marte-header-spacing{
        margin-bottom: 30px!important;
    }

    .related article.related_1 {
        padding-right: 10px;
    }

    .related article.related_2,
    .related article.related_5 {
        padding-right: 5px;
        padding-left: 5px;
    }

    .related article.related_3,
    .related article.related_6 {
        padding-left: 10px;
    }

    .related article div {
        width: 100%;
        max-width: 273px;
        margin-bottom: 50px;
    }

    .related article.related_2 div,
    .related article.related_5 div {
        margin: 0 auto;
    }

    .related article.related_3 div,
    .related article.related_6 div {
        float: right;
    }

    .tinymce h1 {
        font-size: 39px;
    }

    .tinymce h2 {
		line-height: 30px;
        font-size: 20px;
        margin-bottom: 10px;
        /*margin-top: 25px;*/
        color: black;
    }

    .tinymce h3 {
        font-size: 20px;
    }

    .tinymce h4 {
        font-size: 20px;
    }

    .tinymce .alignright {
        float: right;
        margin-bottom: 10px;
        margin-left: 10px;
    }

    .tinymce .alignleft {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    div.wpcf7 {
        max-width: 714px;
    }

    div.wpcf7:after {
        display: block;
        height: 0;
    }

    div.wpcf7 .col {
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
    }

    div.wpcf7 .col.left {
        padding-right: 7px;
    }

    div.wpcf7 .col.right {
        padding-left: 8px;
    }

    div.wpcf7 textarea {
        height: 204px;
    }

    div.wpcf7 p {
        margin-bottom: 29px;
    }

    .shop-menu {
        float: left;
        margin-top: 30px;
        text-align: center;
    }

    .shop-menu li a {
        font-size: 18px;
        padding: 0 15px 6px;
    }

    .woocommerce .top_content {
        float: left;
        width: 70%;
        margin-bottom: 50px;
    }

    .woocommerce .woocommerce-ordering {
        float: right;
        width: 25%;
        margin-top: 40px;
        margin-left: 5%;
    }

    .woocommerce .woocommerce-ordering select {
        width: 100%;
        max-width: 196px;
        margin-right: 34px;
    }

    .woocommerce .products:after {
        display: block;
        height: 0;
    }

    .woocommerce .products li {
        display: inline-block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 33%;
        padding-right: 10px;
        vertical-align: top;
    }

    .woocommerce .products li>div {
        max-width: 168px;
    }

    article.product {
        margin: 0;
    }

    article.product .images {
        float: left;
        width: 258px;
        margin-right: 26px;
    }

    table.cart .product-name {
        display: table-cell;
    }

    table.cart input[type=number] {
        font-family: 'Lato', sans-serif;
        width: 51px;
        height: 24px;
        padding: 0;
        text-align: center;
        color: #085b85;
        border: 1px solid #e9e9e9;
    }

    table.cart tr td.product-thumbnail {
        width: 11%;
    }

    table.cart tr td.product-name {
        width: 44%;
        text-align: left;
    }

    table.cart tr td.product-price {
        width: 11%;
    }

    table.cart tr td.product-quantity {
        width: 14%;
    }

    table.cart tr td.product-remove,
    table.cart tr td.product-subtotal {
        width: 10%;
    }

    form.woocommerce-checkout {
        margin: 0;
    }

    form.woocommerce-checkout:after {
        display: block;
        height: 0;
    }

    #customer_details {
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 48%;
        padding-right: 27px;
        border-right: 1px solid #ddd;
    }

    #order_review,
    #order_review_heading {
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 52%;
        padding-left: 16px;
    }

    #place_order {
        width: 195px;
    }

    .cart-contents {
        top: 42px;
        right: 46px;
    }

    body.woocommerce-page .page-header {
        padding-bottom: 0;
    }

    .share_box {
        top: 0;
        right: 25px;
    }

    .share_box li {
        width: 21px;
        height: 21px;
        border: none;
        border-radius: 41px;
    }

    .share_box li:hover {
        width: 31px;
        height: 31px;
    }

    .share_box li a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .lineage:after,
    .lineage_categories:after,
    .listing_images:after,
    .searchform-lineage.searchform-lineage-morefields:after {
        display: block;
        clear: both;
        overflow: hidden;
        height: 0;
        content: " ";
    }

    .share_box .facebook {
        left: 42px;
        background-image: url(../img/icons/facebook_blue.svg);
    }

    .share_box .facebook:hover {
        left: 37px;
    }

    .share_box .twitter {
        left: 72px;
        background-image: url(../img/icons/twitter_blue.svg);
    }

    .share_box .twitter:hover {
        left: 67px;
    }

    .share_box .pinterest {
        left: 102px;
        background-image: url(../img/icons/pinterest_blue.svg);
    }

    .share_box .pinterest:hover {
        left: 97px;
    }

    .main-content .search {
        float: right;
        width: 25%;
        margin-top: 40px;
        margin-left: 5%;
    }

    .main-content .search input {
        width: 100%;
        max-width: 196px;
        margin-right: 34px;
    }

    body.search .top_content {
        float: left;
        width: 70%;
        margin-bottom: 50px;
    }

    .single-tribe_events h2.tribe-events-single-event-title,
    .tribe-events-list h2.tribe-events-page-title {
        font-size: 36px;
    }

    body.atte-och-vapendatabas .top_content,
    body.page-template-single-lineage-php .top_content,
    body.tax-att_kategori .top_content {
        float: left;
        width: 70%;
        margin-bottom: 46px;
    }

    .searchform-lineage {
        float: right;
        width: 44%;
        max-width: 235px;
        margin: 40px 0 46px;
    }

    .searchform-lineage.searchform-lineage-morefields {
        float: none;
        width: auto;
        max-width: 100%;
        margin-top: 0;
    }

    .searchform-lineage.searchform-lineage-morefields p {
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
    }

    .searchform-lineage.searchform-lineage-morefields p:nth-child(odd) {
        padding-right: 10px;
    }

    .searchform-lineage.searchform-lineage-morefields p:nth-child(even) {
        padding-right: 1%;
        padding-left: 10px;
    }

    .lineage_categories li,
    .listing_images li {
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.3333333333%;
        max-width: 245px;
        min-height: 320px;
    }

    .lineage_categories li:nth-child(3n+1),
    .listing_images li:nth-child(3n+1) {
        padding-right: 12px;
    }

    .lineage_categories li:nth-child(3n+2),
    .listing_images li:nth-child(3n+2) {
        padding: 0 6px;
    }

    .lineage_categories li:nth-child(3n+3),
    .listing_images li:nth-child(3n+3) {
        padding-left: 12px;
    }

    .listing_images li {
        max-width: none;
    }

    .listing_images li p {
        max-width: 169px;
    }

    .lineage_content {
        display: block;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 55%;
        margin: 0;
        padding-right: 25px;
    }

    .show_categories {
        display: none;
    }

    .cookieWidget>div:after,
    .page-footer:after {
        display: block;
        clear: both;
        overflow: hidden;
        height: 0;
        content: " ";
    }

    .lineage_list {
        float: right;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 40%;
        padding-left: 24px;
        border-left: 1px solid #c3c3c3;
    }

    .lineage_list h1 {
        line-height: 34px;
    }

    .lineage_list.single {
        position: static;
        margin-right: 0 !important;
        -webkit-transition: none;
        transition: none;
    }

    .lineage_table {
        width: auto;
    }

    .lineage_searchresults th {
        font-size: 20px;
    }

    .lineage_searchresults td,
    .lineage_searchresults th {
        padding-right: 27px;
    }

    .cookieWidget>div {
        width: 565px;
        margin: 0 auto;
    }

    .cookieWidget>div article {
        float: left;
        width: 350px;
    }

    .cookieWidget>div input {
        float: left;
        margin-top: 28px;
    }

    #loginform {
        top: 50%;
        right: auto;
        left: 50%;
        width: 348px;
        margin-top: -130px;
        margin-left: -221px;
        padding-right: 52px;
        padding-left: 42px;
    }

    .main-content .master-slider {
        width: 700px;
        margin-right: 20px;
    }

    .main-content .master-slider .ms-info h4 {
        font-family: 'Gill Sans MT', serif;
        font-size: 20px;
        font-weight: 400;
        font-style: italic;
        color: #085b85;
    }

    .main-content .master-slider .ms-info .ms-info p {
        font-size: 14px;
        line-height: 1.25em;
        color: #3b3b3b;
    }

    .page-footer>div {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 853px;
        margin: 0 auto;
        padding: 0 18px;
    }

    .page-footer article {
        float: right;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.33333333%;
        padding-right: 10px;
        text-align: left;
        border: none;
    }

    .page-footer article.footer-share .links {
        text-align: left;
    }

    .page-footer article.footer-share ul {
        text-align: center;
    }

    .page-footer article.footer-share .share_box {
        right: 70px;
        width: 32px;
    }

    .page-footer article.footer-form p {
        margin: 0;
    }

    body.home>div.wrapper>section#riddarhuset_instagram_feed__front>a.left {
        display: table-cell;
        width: 50%;
        height: auto;
        vertical-align: middle;
    }

    body.home>div.wrapper>section#riddarhuset_instagram_feed__front>div.posts {
        height: calc(50vw - 25px);
    }

    body.home>div.wrapper>section#riddarhuset_instagram_feed__front>div.posts>a.post {
        width: calc(100%/3);
        height: calc(100%/3);
    }

    body.home>div.wrapper>section#riddarhuset_instagram_feed__front>div.posts>a.post:nth-child(10) {
        display: none;
    }

    body.home>div.wrapper>section#riddarhuset_instagram_feed__front>div.posts>a.post>p.likes-comments {
        font-size: 12px;
    }

    body.home>div.wrapper>section#riddarhuset_instagram_feed__front>div.posts>a.post>p.likes-comments>img {
        width: 16px;
    }

    body.home>div.wrapper>section#riddarhuset_instagram_feed__front>div.posts>a.post>p.likes-comments>span:first-of-type {
        margin-right: 2px;
    }
}

@media only screen and (min-width:600px) and (min-width:768px) {
    body.home>div.wrapper>section#riddarhuset_instagram_feed__front>a.left {
        font-size: 50px;
    }

    body.home>div.wrapper>section#riddarhuset_instagram_feed__front>a.left img {
        width: 40px;
        margin: 20px 0 8px;
    }


}

.place-order .input-checkbox{
    display: inline-block;
    width: 14px;

}



@media only screen and (min-width:1035px) {

    .menu-topp-meny-container li.resize-block {
        position: relative;
        left: 211px;
        padding-right: 4px;
    }



    .menu-topp-meny-container li.resize span.size3 {
        position: relative;
        top: -3px;
        width: 13px;
        height: 15px;
        background: url(../img/various/size3b.png);
    }

    .menu-topp-meny-container li.resize span.size2 {
        position: relative;
        top: 0px;
        width: 9px;
        height: 13px;
        background: url(../img/various/size2b.png);
    }

    .menu-topp-meny-container li.resize span.size1 {
        position: relative;
        top: 2px;
        width: 9px;
        background: url(../img/various/size1b.png);
    }

    .main-nav li.current_page_ancestor,
    .main-nav li.current_page_ancestor li,
    .main-nav li.current_page_item,
    .main-nav li.current_page_item li,
    .main-nav li:hover,
    .main-nav li:hover li,
    .main-nav>li:hover,
    .top-nav {
        background: 0 0;
    }

    .main-nav li.current_page_ancestor>a,
    .main-nav li.current_page_item>a,
    .main-nav li:hover>a,
    .main-nav>li>ul li a,
    .main-nav>li>ul li.current_page_ancestor a,
    .main-nav>li>ul li.current_page_item a,
    .main-nav>li>ul li:hover a {
        border-bottom: none;
    }

    .searchform label,
    .show-language {
        overflow: hidden;
        text-indent: -999px;
    }

    .page-header {
        margin-bottom: 0;
        padding-top: 52px;
    }


    .page-header h1 {
        width: 100%;
        height: 98px;
        margin-bottom: 42px;
        background: url(../img/logos/riddarhuset_logo_assymetrisk.svg);
        background-repeat: no-repeat !important;
    }

    .show-menu {
        display: none;
    }

    .top-nav {
        position: static;
        display: block !important;
        width: 100%;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .main-nav a,
    .main-nav>li {
        display: inline-block;
    }

    .main-nav {
        position: relative;
		top: 2px;
        z-index: 102;
        margin-bottom: 0;
        padding-top: 0;
        text-align: right;
    }

    .main-nav>li>ul,
    .page-footer article.footer-share .links {
        text-align: left;
    }

    .main-nav a {
        /* font-style: italic; */
        margin: 0 20px;
        padding: 0 0 15px;
        color: black;
        border: none;
    }

    .main-nav a:hover {
        color: #085B85;
    }

    .main-nav ul a:before {
        content: "";
    }

    .main-nav>li:first-child>a {
        margin-left: 0;
    }

    .main-nav>li:last-child>a {
        margin-right: 0;
    }

    .main-nav .show-submenu {
        display: none;
    }

    .main-nav li {
        position: static;
        display: inline-block;
    }

    .main-nav>li:hover>a {
        z-index: 100;
        background: url(../img/icons/show-submenu-desktop1.png) bottom left no-repeat;
    }

    .main-nav>li:hover>ul {
        display: block;
    }

    .main-nav>li {
        position: relative;
    }

    .main-nav>li.current_page_ancestor>a,
    .main-nav>li.current_page_item>a {
        color: #037BB7;
    }

    .main-nav>li>ul {
        position: absolute;
        top: 29px;
        left: -4px;
        display: none;
        width: 180px;
        padding: 15px 0 12px;
        border: 1px solid lightgrey;
        background: white;
    }

    .main-nav>li:first-child,
    .main-nav>li:last-child {
        position: static;
    }

    .main-nav>li>ul li.current_page_ancestor,
    .main-nav>li>ul li.current_page_ancestor li,
    .main-nav>li>ul li.current_page_item,
    .main-nav>li>ul li.current_page_item li,
    .main-nav>li>ul li:hover,
    .main-nav>li>ul li:hover li {
        background: 0 0;
    }

    .main-nav>li>ul li ul.children {
        margin: 0;
        padding: 0;
    }

    .main-nav>li>ul li a {
        font-size: 14px;
        font-weight: normal;
        display: block;
        margin: 0;
        padding: 6px 20px;

    }



    .main-nav>li>ul li li a {
        font-weight: 400;
        padding: 6px 35px;
    }

    .main-nav>li>ul li a:hover {
        color: #2D2D2D;
        background: #efdcac;
		background: #f4f1ec;
    }

    body.events-archive ul li.page-item-10,
    body.events-archive ul li.page-item-10 li,
    body.events-list ul li.page-item-10,
    body.events-list ul li.page-item-10 li {
        background: 0 0;
    }

    .main-nav>li>ul a {
        font-family: 'Lato', sans-serif;
        font-size: 15px;
        font-weight: 700;
        display: inline;
        padding: 0;
        color: #2d2d2d;
    }
	
	

    .main-nav>li>ul ul a,
    .ms-info h4 {
        font-weight: 400;
    }

    .main-nav>li>ul li {
        position: static;
        display: block;
        background: 0 0;
    }

    .main-nav>li>ul ul {
        display: block;
        padding-left: 16px;
    }

    .main-nav>li:first-child>ul {
        left: 170px;
    }

    .main-nav>li:last-child>ul {
        right: 0;
        left: auto;
    }

    body.events-archive ul li.page-item-10>a,
    body.events-list ul li.page-item-10>a {
        color: #037BB7;
        border-bottom: none;
    }

    .top-menu {
        position: absolute;
        top: 0;
        width: 100%;
        margin-top: 22px;
    }

    .top-menu:after {
        display: block;
        clear: both;
        overflow: hidden;
        height: 0;
        content: " ";
    }

    .lang {
        position: relative;
        top: 0;
        right: 0;
        float: right;
        width: 36px;
        margin-top: 5px;
        margin-left: 8px;
        border-bottom: 0;
		
		    
    }

    .lang ul {
        position: absolute;
        z-index: 9999999;
        top: 30px;
        right: -20px;
        width: 86px;
        border: 1px solid #bbb;
        border-top: none;
        background: #fff;
    }

    .lang ul a {
        padding: 4px 0;
    }

    .lang ul a:active,
    .lang ul a:hover {
        color: #505050;
        background: #dcdcdc;
    }

    .search-field {
        width: 165px !important;
        height: 29px !important;
    }

    section.top-menu {
        /* border: 1px solid red; */
    }

    .show-language {
        position: relative;
        top: -3px;
        left: 10px;
        width: 31px;
        height: 30px;
        background: url(../img/flags/england.svg);
        background-size: cover;
    }

    .searchform {
        float: right;
        padding: 0;
    }

    .searchform label {
        position: relative;
        display: block;
        float: left;
        width: 19px;
        height: 19px;
        margin-top: 3px;
        cursor: pointer;
        background: url(../img/icons/search-icon.png);
    }

    .searchform .search-placeholder {
        position: relative;
        top: 3px;
        left: -54px;
        display: inline;
        overflow: hidden;
        box-sizing: border-box;
        width: 175px;
        height: 26px;
        opacity: 1;
    }

    .searchform input {
        display: none;
    }

    .searchform input[type=text] {
        display: block;
        width: 180px !important;
        height: 28px !important;
        border: 1px solid lightgrey;
    }

    .back-to-top,
    .start-news>div {
        display: none;
    }

    .menu-topp-meny-container {
        position: absolute;
        top: 16px;
        right: 35px;
        float: right;
    }

    .start-third-row article.blue-field a {
        margin-right: 5px;
    }

    .start-third-row article.start_image_2 img {
        padding-left: 5px;
    }

    .start-third-row article.start_image_3 img {
        padding-right: 5px;
    }

    div.wpcf7 input[type=email],
    div.wpcf7 input[type=text],
    div.wpcf7 select,
    div.wpcf7 textarea {
        border: 1px solid #ddd;
        border-radius: 2px;
        background: #fff;
    }

    .main-content {
        margin: 0;
        width: 91%;
    }
	
	#post-154{
		padding-left: 18px;
	}

    .woocommerce .products li>div {
        max-width: 233px;
    }

    .woocommerce .products li .added_to_cart {
        display: inline;
        margin-top: 0;
        margin-left: 10px;
        color: #085B85;
    }

    .cart-contents-in-header {
        font-family: 'Lato', sans-serif;
        line-height: 36px;
        position: absolute;
        z-index: 9999;
        top: 0;
        right: 0;
        width: auto;
        height: 36px;
        padding-right: 13px;
        padding-left: 32px;
        background: url(../img/icons/shoppingcart.svg) top left no-repeat #085b85;
        background-size: 28px;
    }

    .cart-contents-in-header span {
        display: inline;
    }

    body.woocommerce-page .lang,
    body.woocommerce-page .menu-topp-meny-container,
    body.woocommerce-page .searchform {
        position: relative;
        right: 192px;
    }

    .searchform-lineage.searchform-lineage-morefields {
        position: relative;
        top: -30px;
        margin-bottom: -30px;
    }

    .searchform-lineage.searchform-lineage-morefields p {
        width: 22.5%;
        padding-right: 10px;
    }

    .searchform-lineage.searchform-lineage-morefields p:nth-child(odd) {
        padding-right: 10px;
    }

    .searchform-lineage.searchform-lineage-morefields p:nth-child(even) {
        padding-left: 0;
    }

    .searchform-lineage.searchform-lineage-morefields p.submit-field {
        width: 10%;
        padding-right: 0;
    }

    .searchform-lineage.searchform-lineage-morefields p input[type=submit] {
        width: 100%;
        margin-top: 21px;
    }

    .lineage_categories li,
    .listing_images li {
        max-width: 280px;
        min-height: 330px;
    }

    .lineage_categories li:nth-child(3n+1),
    .listing_images li:nth-child(3n+1) {
        padding-right: 46px;
    }

    .lineage_categories li:nth-child(3n+2),
    .listing_images li:nth-child(3n+2) {
        padding: 0 23px;
    }

    .lineage_categories li:nth-child(3n+3),
    .listing_images li:nth-child(3n+3) {
        padding-left: 46px;
    }

    .listing_images li {
        max-width: none;
    }

    .cookieWidget {
        width: 100%;
        padding: 0;
        background: #D7D7D7;
    }

    .cookieWidget>div {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 960px;
        margin: 0 auto;
    }

    .ms-info h4 {
        font-family: 'Gill Sans MT', serif;
        font-size: 20px;
        font-style: italic;
        color: #085b85;
    }

    .ms-info .ms-info p {
        font-size: 14px;
        line-height: 1.25em;
        color: #3b3b3b;
    }

    .page-footer article.footer-share ul {
        text-align: center;
    }

    .page-footer article.footer-share .share_box {
        right: 78px;
    }

    body.home>div.wrapper>section#riddarhuset_instagram_feed__front>div.posts {
        height: auto;
    }

    body.home>div.wrapper>section#riddarhuset_instagram_feed__front>div.posts>a.post {
        width: 160px;
        height: 159px;
    }

    body.home>div.wrapper>section#riddarhuset_instagram_feed__front>div.posts>a.post:nth-child(3n+3) {
        width: 159px;
    }

    body.home>div.wrapper>section#riddarhuset_instagram_feed__front>div.posts>a.post>p.likes-comments {
        font-size: 15px;
    }

    body.home>div.wrapper>section#riddarhuset_instagram_feed__front>div.posts>a.post>p.likes-comments>img {
        width: 18px;
    }

    body.home>div.wrapper>section#riddarhuset_instagram_feed__front>div.posts>a.post>p.likes-comments>span:first-of-type {
        margin-right: 13px;
    }
}

.footer-form h2,
.popup-close {
    text-align: center;
}

@media (min-width:600px) and (max-width:1034px) {

    _:-ms-lang(x),
    body.home>div.wrapper>section#riddarhuset_instagram_feed__front>div.posts>a.post:nth-child(3n+3) {
        width: calc(100%/3 - 1px);
    }
}

.no-margin .ms-slide-info {
    min-height: 30px !important;
    margin-bottom: 25px !important;
}

.main-content input.wpcf7-submit {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-style: italic;
    float: left;
    width: 55px;
    height: 26px;
    cursor: pointer;
    color: #fff;
    border: none;
    border-radius: 0;
    background: #005681;
    -webkit-appearance: none;
}

.main-content div.wpcf7-validation-errors {
    color: red;
    border: none;
}

.main-content div.wpcf7-mail-sent-ok {
    display: block !important;
    color: #005681;
    border: none;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .75);
}

.gdpr-link,
.popup-close {
    display: inline-block;
    color: #fff;
}

.popup-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 700px;
    padding: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 1);
}

.popup-close {
    font-family: 'Gill Sans MT', Sans-Serif;
    font-size: 20px;
    line-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    padding-top: 4px;
    transition: ease .25s all;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 1000px;
    background: rgba(0, 0, 0, .8);
}

.popup-close:hover {
    -webkit-transform: translate(50%, -50%) rotate(180deg);
    transform: translate(50%, -50%) rotate(180deg);
    text-decoration: none;
    background: rgba(0, 0, 0, 1);
}

.gdpr-link {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-style: italic;
    line-height: 32px;
    width: 100%;
    height: 32px;
    padding: 0 13px;
    cursor: pointer;
    -webkit-transition: background .2s;
    transition: background .2s;
    border: none;
    background: #085b85;
}

.woocommerce-checkout-payment .form-row.terms label {
    display: block;
}

#place_order {
    border-radius: 0;
    -webkit-border-radius: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

input#privacy_policy {
    display: inline-block;
    width: auto;
}

.page-header h1 {
    background: url(../img/logos/riddarhuset_logo_assymetrisk.svg);
    background-repeat: no-repeat !important;
}

.tinymce h1 {
    font-family: 'big-caslon-fb', serif;
    font-weight: 400;
}

.sub_column aside p,
body p {
    font-family: 'Lato', sans-serif;
}



.tinymce h3,
.tinymce h4 {
	line-height: 30px;
    font-family: 'Lato', sans-serif;*/
	/*font-family: "big-caslon-fb", serif;*/
}

.tinymce h3.bigcaslon{
	font-family: "big-caslon-fb", serif;
}



@media only screen and (min-width:600px) and (max-width:1035px) {


    .start-news>div>h2 {
        font-size: 36px;
    }
}



@media only screen and (min-width: 600px) {

    .portrait:after,
    .portraitcategories:after,
    .portrait_images:after,
    .searchform-portrait.searchform-portraitmorefields:after {
        display: block;
        clear: both;
        overflow: hidden;
        height: 0;
        content: " ";
    }


}

@media only screen and (min-width: 600px) {

    .searchform-portrait {
        float: right;
        width: 44%;
        max-width: 235px;
        margin: 40px 0 46px;
    }

    .searchform-portrait.searchform-portrait-morefields {
        float: none;
        width: auto;
        max-width: 100%;
        margin-top: 0;
    }

    .searchform-portrait.searchform-portrait-morefields p:nth-child(even) {
        padding-right: 1%;
        padding-left: 10px;
    }

    .searchform-portrait.searchform-portrait-morefields p {
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
    }

    .searchform-portrait.searchform-lineage-morefields p:nth-child(odd) {
        padding-right: 10px;
    }
}


/*NEW LAYOUT FRONTPAGE**************************************************************/



.three-flex-fields {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    width: 100%;
    margin-top: -5px;
    margin-bottom: 5px;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

.two-flex-fields {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    width: 100%;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap;
}





.start-second-image {
    position: relative;
    width: 100%;
}

.start-second-block {
    position: relative;
    margin-top: 20px;
}



.start-second-text-container {
    position: absolute;
    top: -75px;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.start-second-text-container h3 {
    font-size: 24px;
    margin-bottom: 5px;
}

.start-second-text-container p {
    font-size: 16px;
    margin-bottom: 5px;
}

.image-content {
    position: relative;
}

.image-row {
    width: 472px;
    height: 320px;
}

.text-block-content {
    width: 99%;
    height: 100px;
    margin-top: 20px;
}




.text-block {
    font-family: "big-caslon-fb", serif;
    font-size: 24px;
    padding: 26px 15px 10px 15px;
    text-align: center;
}

.three-flex-fields article p {
    font-size: 16px;
    display: block;
    padding: 0px 15px;
    margin-top: -3px;
    text-align: center;
}

.text-row {
    font-size: 35px;
    position: absolute;
    top: -20px;
    left: 0px;
    width: 100%;
    padding: 20px;
    text-align: center;
    word-wrap: break-word;
}

.undertext-row {
    font-size: 20px;
    display: block;
}

.border-image {
    border: 1px solid #f4f1ec;
}

/*Two Blocks with background under text*/



.third-text-container {
    padding: 20px 0px;
    width: 100%;
    word-wrap: break-word;
    position: absolute;
    text-align: center;
    top: 5px;
    left: 0px;
}

.third-text-container h3 {
    font-size: 24px;
}

.third-text-container p {
    font-size: 16px;
}

.two_fields_content {
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.bottom-frontpage-spacing{
    margin-bottom: 70px;
}


.twofields-text-container{
    text-align: center;
    padding: 20px 0px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.centered-text-block{
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.centered-text-block p{
    margin-top: 9px;
}

.twofields-text-container h3{
    font-family: "big-caslon-fb", serif;
    font-size: 24px;
    padding: 0px 5px;
}


.twofields-text-container p{
    font-size: 16px;

}

.extra-setting p{
    margin-top: 7px;
}


@media(min-width: 375px) {

    .start-second-text-container {
        top: -90px;
    }

}

@media(min-width: 414px) {

    .start-second-text-container {
        top: -101px;
    }

}


@media(min-width: 600px) {

    .content-field-2{
        margin-left: 20px;
    }

    .two-flex-fields {
        margin-top: 19px;
    }

    .three-flex-fields {
        margin-top: 3px;
        flex-wrap: nowrap;
    }

    .text-block-content {
        width: 100%;
        height: 130px;
        margin-top: 15px;
    }

    .start-second-block {
        position: relative;
        width: 50%;
        margin-top: 20px;
    }


    .start-second-image {
        position: relative;
        top: 0px;
        width: 100%;
        height: auto;
    }

    .two_fields_content {
        width: 47.7% !important;
        margin-top: 0px;
    }

    .img1 {
        margin-right: 10px;
    }

    .img2 {
        width: 361px;
    }


    .text-block-content:not(:last-child) {
        margin-right: 20px;
    }

    .image-content:not(:last-child) {
        margin-right: 20px;
    }

    .text-block {
        padding: 40px 15px 10px 15px;
    }

    .text-block span {
        padding: 5px 0px;
    }

    .start-second-text-container h3 {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .start-second-text-container {
        top: -70px;
        overflow: hidden;
        width: 90%;
    }

    .third-text-container {
        top: 0px;
        left: 0px;
    }


}


@media(min-width: 768px) {

    .content-field-2{
        margin-left: 20px;
    }

    .start-second-text-container {
        top: -91px;
        overflow: hidden;
        width: 90%;
    }

    .start-second-text-container h3 {
        font-size: 30px;
        margin-bottom: 5px;
    }

    .two_fields_content {
        /* width: 48.4% !important; */
        width: 48.3% !important;
        margin-top: 0px;
    }
}


@media(min-width: 900px) {

    .two_fields_content {
        width: 48.5% !important;
    }

}



@media(min-width: 1035px) {

    .two_fields_content {
        width: 467px!important;
    }

    .text-block {
        font-size: 30px;
    }

    .twofields-text-container h3{
        font-size: 30px;
    }

    .start-second-block {
        width: 49%;
    }

    .start-second-image {
        width: 100%;
        height: auto;
    }

    .start-second-text-container {
        top: -123px;
    }

}




/*Footer *****/

.flex-links{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 190px;
    margin: auto;
    justify-content: space-between;
}

.flex-links a{
    margin-bottom: 10px;
    margin-left: 11px;
    position: relative;
}

.prenumerera-button{
    margin: auto;
    width: 200px;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius:0;
}

.footer-contact a,
.footer-contact p, 
.links a,
.footer-form h2{
    font-weight: 400;
    color: black;
}




@media(min-width: 600px) {

    .page-footer {
        margin: auto;
        padding: 17px 15px 27px 15px;
    }
}



@media(min-width: 768px) {

    .page-footer {
        margin: auto;
        padding: 17px 0px 27px 21px;
    }

    .page-footer article {
        padding-right: 0px;
    }

    .page-footer article h2 {
        margin: 0;
        margin-bottom: 10px;
    }    

}


@media(min-width: 1024px) {
    .page-footer {
        padding: 17px 0px 27px 10px;
    }

    .footer-body{
        margin: auto;
        width: 969px;
    }

    article.footer-share {
        position: relative;
        left: 41px;
    }
}




/* TIDIGARE EVENTS*/

.passed-events-container{

}


.last-event-article{
    padding-left: 10px; 
    padding-right: 10px;
}

.last-event-article h1{
    color: #085b85;
    font-family: 'Crimson Text', serif;
    font-weight: normal;
    font-size: 28px;
    margin: 0 auto;
    margin-bottom: 16px;
}

.category-text{
    color: white;
}

.inner{
    position: relative!important;
}


.past-events-inner-container{
    position: absolute!important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/*Search Filter Results CSS*/


.tinymce ol, .tinymce ul {
	padding-left: 18px;
    width: 100%!important;
}


.lineage_searchresults td{
	width: 40%;
    text-align: left!important;
    border-bottom: 1px solid lightgrey;
}

.lineage_searchresults th{
	font-family: "big-caslon-fb", serif;
	width: 40%;
    text-align: left!important;
}



.lineage_searchresults td {
    padding-bottom: 25px!important;
}

table.searchresults-table,
table.lineage_searchresults{
	width: 100%;
	
}

@media(min-width: 600px){
	
	.tinymce form.searchandfilter{
		width: 706px;
	}
	
	.tinymce table.lineage_searchresults{
		width: 706px;
	}
	
}

@media(min-width: 1024px){	
	
	
	.tinymce table.lineage_searchresults{
		width: 900px;
	}
	
}

















