/*
Theme Name: Gunseus
Theme URI: http://sonofar.se/theme/
Author: Martin Gunseus
Author URI: http://sonofar.se/
Description: The first Wordpress Theme of Gunseus/Sonofar.
Version: 1.0.2
License: GNU General Public License
License URI: license.txt
Tags: light, white, one-column, two-columns, left-sidebar, right-sidebar, flexible-width, custom-backgroud, custom-header, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* =Reset
-------------------------------------------------------------- */
/*Importing custom css for jetpack sharing*/ 
@import url('css/custom-sharing.css');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
    background-color: #E4E4E4;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
ol, ul {
    list-style: none;
}
li {
    font-family: 'source_sans_proregular', Helvetica, sans-serif;
}
table { /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
    font-family: 'droid_serifregular';
    font-size: 1.4em;
    line-height: 1.5em;
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
    outline: 0;
}
a img {
    border: 0;
}
/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 100%;
    font-size: 1.2rem;
    line-height: 1.5em;
    text-align: left;
}
footer {
    padding: 20px 0 0 0;
    background-color: #dedede;
} 
/* Headings */
h1,h2,h3,h4,h5,h6 {
    clear: both;
    text-decoration: none;
}
h1 {
    font-size: 3em;
    line-height: 1em;
    font-family: 'source_sans_prosemibold', Helvetica;
    margin: 0 0 0.5em 0;
    color: #333;
    text-transform: none;
    word-wrap: break-word;
}
h2, h3, h4, h5, h6 {
    font-family: 'source_sans_prolight';
    line-height: 1em;   
    margin: 0 0 0.2em 0;
    word-wrap: break-word;
}
h2 {
    font-size: 3em;
    color: #333;
}
h3 {
    font-size: 2em;
    color: #333;
}
h4 {
    font-size: 1.5em;
    text-transform: uppercase;
}
h5 {
    font-size: 1.5em;
}
h6 {
    font-size: 1.3em;
    color: #888888;
}
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link, 
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited, {
    color: #333;
    text-decoration: none;
}  
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, 
h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus, 
h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active, {
    color: #607985;
    text-decoration: none;
}  
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
.mini {
    font-size: 0.9em;
    line-height: 1.7em;
}
/* Text elements */
p {
    margin-bottom: 0.5em;
}
ul, ol {
    margin: 0 0 1.5em 2em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
b, strong {
    font-family: 'source_sans_prosemibold', Arial;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    padding: 1.6em;
    overflow: auto;
    max-width: 100%;
}
code, kbd, tt, var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    background: #fff9c0;
    text-decoration: none;
}
sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
small {
    font-size: 75%;
}
big {
    font-size: 125%;
}
figure {
    margin: 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
th {
    font-weight: bold;
}
button,
input,
select,
textarea {
    font-size: 100%; /* Corrects font size not being inherited in all browsers */
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
    *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
    line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
    *overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
    /* font-family: 'source_sans_proregular', Helvetica, sans-serif; */
    /* font-family: 'source_sans_proregular', Helvetica, sans-serif; */
    font-family: 'source_sans_proregular', Helvetica, sans-serif;
    font-size: 0.9em;
    text-align: left;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    border-radius: 10px;
    box-shadow: none;
    background: #ccc;
    text-shadow: none;
    border: none;
    padding: 1em;
    margin: 10px auto;
    width: 100%;
    text-align: center;
    cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
    font-size: 12px;
    font-size: 1.4rem;
    line-height: 1;
    text-transform: uppercase;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #777;
    color:#fff;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb #bbb;
    -webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
    box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
    padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
    -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}
input[type=text],
input[type=email],
input[type=number],
input[type=url],
input[type=tel],
input[type=date],
input[type=checkbox],
input[type=file],
textarea {
    color: #000000;
    border: 0px solid #ccc;
    background-color: #eee;
    border-radius: 5px;
    padding: 5px;
    margin-right: 10px;
}
#s {
    background-image: url(/wp-content/themes/gunseus/images/search_background.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 15px;
    padding-left:25px !important;
}
.top-right-start #s {
    background-color:#fff;
    background-position: right center;
    background-size: 12px;
    font-family: source_sans_prolight, sans-serif;
    color: #888;
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.7em;
    text-align: right;
    padding-right: 18px !important;
    padding-top: 7px;
    width: 50%;
    padding-left: 0 !important;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
    color: #111;
}
input[type=text],
input[type=email] {
    padding: 5px;
}
textarea {
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top; /* Improves readability and alignment in all browsers */
    width: 98%;
}
/* =Structure
----------------------------------------------- */
#page {
    max-width: 1020px;
    width: 100%;
    margin: 0px auto;
    background-color: #FFFFFF;
}
.top_logo {
    padding: 20px 0 0 0;
}
.logo_margin {
    margin: 0;
}
/* Links */
a, a:visited  {
    font-family: 'source_sans_proregular', Helvetica, sans-serif;
    color: #607985;
    text-decoration: none;
}
a:hover,
a:focus,
a:active {
    color: #000000;
}
/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
 
/* Text meant only for screen readers */
.assistive-text {
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    /* font-family: 'source_sans_proregular', Helvetica, sans-serif; */
}
 
/* = Menu Main ----------------------------------------------- */
#menyer {
    margin-bottom: 0;
}
.menu_first {
        margin-top: 0px;
        margin-bottom: 0px;
}
.menu_second {
    margin-bottom: 0;
    background-color: #e6e6e6;
}
.menu_margin {
    margin-bottom: 0;
    margin-top: 0;
}
/* Nivå 1 */
.main-navigation ul { 
    list-style: none;
    margin: 0;
    padding-left: 0;
    position: relative;
}
.main-navigation ul li {
    float: left;
    width: 16.666666666666664%; /* 160 / 960 */;
    text-align: center;
    padding: 10px 0 10px 0;
    font-size: 1.4em;
}
.main-navigation ul li.current_page_item,
.main-navigation ul li.current_page_ancestor  {
    background-color: #E2EDF0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 50px;
}
/* Nivå 2*/
.main-navigation ul li ul {
    width: 100%;
    position: absolute;
    left: 0;
    padding: 5px 0px 5px 20px;
    border-top: 1px solid #CCC;
    margin-top: 10px;
    box-sizing:border-box;
     -moz-box-sizing:border-box; /* Firefox */
}
.main-navigation ul li ul li {
    width: auto;
    margin-right: 20px;
    font-size: 0.8em;
    border: 0;
    background-color: transparent;
    margin-bottom: 0;
}
.main-navigation ul li ul li.menu-item-has-children {
    background:url( /wp-content/themes/gunseus/images/submenu.png) right center no-repeat;
    padding-right: 20px;
}
.main-navigation ul li ul li.menu-item-has-children:hover > ul{
    display: block;
    background-color: #FFF;
}
.main-navigation ul li ul li.current_page_item a{
    color:#000;
}
.main-navigation ul li ul li.current_page_item ul li a{
    color:#607985;
}
.main-navigation ul li ul li.current_page_item ul li a:hover{
    color:#000;
}
.main-navigation ul li ul li.current_page_item,
.main-navigation ul li ul li.current_page_ancestor  {
    background-color: #FFF; 
    margin-bottom: 0;   
}
/* Nivå 3 */
.main-navigation ul li ul li ul{
}
.main-navigation ul li ul li ul li{
    font-size: 1em;
    background-color: transparent;
}
.current_page_item ul, .current_page_ancestor ul, .current-menu-parent {
    display: block;
}
/**/
.sub-menu li ul, .sub-menu, .current_page_item ul li ul  {
    display: none;                                             /* från none */
}
.sub-menu {
    width: 100%;
}
.sub-menu 
/* Small menu */
.menu-toggle {
    cursor: pointer;
}
.main-small-navigation .menu {
    display: none;
}
 
/* =Content
----------------------------------------------- */
 
.sticky {
}
.hentry p, .site-content p {
    font-family: 'source_sans_pro', sans-serif ;
    font-size: 1.2em;
    line-height: 1.4em;
}
.post_title {
    border-bottom: 1px solid #CECACA;
    padding:; 
}
.post-date {
    font-family: 'source_sans_prolight';
    margin: 0 0 0 0;
    display: inline-block;
    color: #000000;
    /*border-radius: 15px;*/
    /*padding: 7px;*/
    /*background-color: #EEEEEE;*/
}
.entry-meta, .post_meta {
    font-family: 'source_sans_prolight', Helvetica, sans-serif;
    text-transform: uppercase;
    clear: both;
    border-bottom: 1px solid #CECACA;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}
.socialt_post {
    font-family: 'source_sans_prolight', Helvetica, sans-serif;
    text-transform: uppercase;
    clear: both;
    border-bottom: 0px solid #CECACA;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}
.byline {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.entry-content,
.entry-summary {
    margin: 1.5em 0 6em;
    border-bottom: 1px solid rgba(0,0,0,.13);
    padding-bottom: 2px;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
 
#intro {
    font-family: 'source_sans_prolight', Helvetica;
    font-size: 1.3em;
    line-height: 1.2em;
}
#nav-below {
    margin-top: 20px;
} 
/* =Asides
----------------------------------------------- */
 
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}
#box_aside {
    float: right;
} 
#box_aside blockquote {
    margin: 0;
    padding: 0;
}
#box_aside blockquote p {
    font-family: 'ostrich_sans_roundedmedium';
    font-size: 2.5em;
    line-height: 1em;
    text-align: left;
}
 
/* =Media
----------------------------------------------- */
 img {
    max-width: 100%;
    height: auto; 
 }
.site-header img,
.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.widget-title {
    font-size: 1.2em;
    color: #888888;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #CECACA;
}
.textwidget {
    font-size: 0.8em;
    color: #000000;
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
    max-width: 100%;
    width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.wp-caption {
    border: 1px solid #ccc;
    max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
    margin-bottom: 1.5em;
}
.wp-caption img {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.site-content .gallery {
    margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}
.site-content .gallery dd {
    margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}
 
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}
 
 
/* =Navigation
----------------------------------------------- */
 
.site-content .site-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.site-content .nav-previous {
    margin: 0 0 2em 0;
    float: left;
    width: 50%;
}
.site-content .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
 
/* =Comments
----------------------------------------------- */
 
.bypostauthor {
}
 
/* =Widgets
----------------------------------------------- */
 
.widget {
    margin: 0 0 1.5em;
    font-family: 'source_sans_prolight', sans-serif;
    font-size: 1.2em;
    color: #888888;
}
 
/* Search widget */
#searchsubmit {
    display: none;
}
.widget ul {
    list-style-type: none;
    margin: 0;
}
.widget ul li{
    margin: 0 0 5px 0;
    text-transform: none;
}
.widget ul li ul {
    margin: 0 0 5px 15px;
    list-style-type: disc;
    font-size: 01em;
    text-transform: none;
}
#secondary.widget-area {
    margin: 20px 0 0 0;
}
/*Typo
------------------------------------------------*/
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 10, 2013 09:41:44 AM America/New_York */
@font-face {
    font-family: 'ColaborateThinRegular';
    src: url('ColabThi-webfont.eot');
    src: url('ColabThi-webfont.eot?#iefix') format('embedded-opentype'),
         url('ColabThi-webfont.woff') format('woff'),
         url('ColabThi-webfont.ttf') format('truetype'),
         url('ColabThi-webfont.svg#ColaborateThinRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ColaborateLightRegular';
    src: url('ColabLig-webfont.eot');
    src: url('ColabLig-webfont.eot?#iefix') format('embedded-opentype'),
         url('ColabLig-webfont.woff') format('woff'),
         url('ColabLig-webfont.ttf') format('truetype'),
         url('ColabLig-webfont.svg#ColaborateLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ColaborateRegular';
    src: url('ColabReg-webfont.eot');
    src: url('ColabReg-webfont.eot?#iefix') format('embedded-opentype'),
         url('ColabReg-webfont.woff') format('woff'),
         url('ColabReg-webfont.ttf') format('truetype'),
         url('ColabReg-webfont.svg#ColaborateRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ColaborateMediumRegular';
    src: url('ColabMed-webfont.eot');
    src: url('ColabMed-webfont.eot?#iefix') format('embedded-opentype'),
         url('ColabMed-webfont.woff') format('woff'),
         url('ColabMed-webfont.ttf') format('truetype'),
         url('ColabMed-webfont.svg#ColaborateMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ColaborateBoldRegular';
    src: url('ColabBol-webfont.eot');
    src: url('ColabBol-webfont.eot?#iefix') format('embedded-opentype'),
         url('ColabBol-webfont.woff') format('woff'),
         url('ColabBol-webfont.ttf') format('truetype'),
         url('ColabBol-webfont.svg#ColaborateBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CallunaRegular';
    src: url('Calluna-Regular-webfont.eot');
    src: url('Calluna-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Calluna-Regular-webfont.woff') format('woff'),
         url('Calluna-Regular-webfont.ttf') format('truetype'),
         url('Calluna-Regular-webfont.svg#CallunaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'droid_serifbold';
    src: url('DroidSerif-Bold-webfont.eot');
    src: url('DroidSerif-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('DroidSerif-Bold-webfont.woff') format('woff'),
         url('DroidSerif-Bold-webfont.ttf') format('truetype'),
         url('DroidSerif-Bold-webfont.svg#droid_serifbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'droid_serifbold_italic';
    src: url('DroidSerif-BoldItalic-webfont.eot');
    src: url('DroidSerif-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('DroidSerif-BoldItalic-webfont.woff') format('woff'),
         url('DroidSerif-BoldItalic-webfont.ttf') format('truetype'),
         url('DroidSerif-BoldItalic-webfont.svg#droid_serifbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'droid_serifitalic';
    src: url('DroidSerif-Italic-webfont.eot');
    src: url('DroidSerif-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('DroidSerif-Italic-webfont.woff') format('woff'),
         url('DroidSerif-Italic-webfont.ttf') format('truetype'),
         url('DroidSerif-Italic-webfont.svg#droid_serifitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'droid_serifregular';
    src: url('DroidSerif-webfont.eot');
    src: url('DroidSerif-webfont.eot?#iefix') format('embedded-opentype'),
         url('DroidSerif-webfont.woff') format('woff'),
         url('DroidSerif-webfont.ttf') format('truetype'),
         url('DroidSerif-webfont.svg#droid_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on July 14, 2013 */
@font-face {
    font-family: 'ostrich_sans_dashedmedium';
    src: url('ostrich-dashed-webfont.eot');
    src: url('ostrich-dashed-webfont.eot?#iefix') format('embedded-opentype'),
         url('ostrich-dashed-webfont.woff') format('woff'),
         url('ostrich-dashed-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ostrich_sansblack';
    src: url('ostrich-black-webfont.eot');
    src: url('ostrich-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('ostrich-black-webfont.woff') format('woff'),
         url('ostrich-black-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ostrich_sansbold';
    src: url('ostrich-bold-webfont.eot');
    src: url('ostrich-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('ostrich-bold-webfont.woff') format('woff'),
         url('ostrich-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ostrich_sanscondensed_light';
    src: url('ostrich-light-webfont.eot');
    src: url('ostrich-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('ostrich-light-webfont.woff') format('woff'),
         url('ostrich-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ostrich_sansmedium';
    src: url('ostrich-regular-webfont.eot');
    src: url('ostrich-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('ostrich-regular-webfont.woff') format('woff'),
         url('ostrich-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ostrich_sans_roundedmedium';
    src: url('ostrich-rounded-webfont.eot');
    src: url('ostrich-rounded-webfont.eot?#iefix') format('embedded-opentype'),
         url('ostrich-rounded-webfont.woff') format('woff'),
         url('ostrich-rounded-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on July 14, 2013 */
@font-face {
    font-family: 'source_sans_problack_italic';
    src: url('sourcesanspro-blackitalic-webfont.eot');
    src: url('sourcesanspro-blackitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('sourcesanspro-blackitalic-webfont.woff') format('woff'),
         url('sourcesanspro-blackitalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'source_sans_probold';
    src: url('sourcesanspro-bold-webfont.eot');
    src: url('sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('sourcesanspro-bold-webfont.woff') format('woff'),
         url('sourcesanspro-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'source_sans_probold_italic';
    src: url('sourcesanspro-bolditalic-webfont.eot');
    src: url('sourcesanspro-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('sourcesanspro-bolditalic-webfont.woff') format('woff'),
         url('sourcesanspro-bolditalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'source_sans_proextralight';
    src: url('sourcesanspro-extralight-webfont.eot');
    src: url('sourcesanspro-extralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('sourcesanspro-extralight-webfont.woff') format('woff'),
         url('sourcesanspro-extralight-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'source_sans_proXLtIt';
    src: url('sourcesanspro-extralightitalic-webfont.eot');
    src: url('sourcesanspro-extralightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('sourcesanspro-extralightitalic-webfont.woff') format('woff'),
         url('sourcesanspro-extralightitalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'source_sans_proitalic';
    src: url('sourcesanspro-italic-webfont.eot');
    src: url('sourcesanspro-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('sourcesanspro-italic-webfont.woff') format('woff'),
         url('sourcesanspro-italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'source_sans_prolight';
    src: url('sourcesanspro-light-webfont.eot');
    src: url('sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('sourcesanspro-light-webfont.woff') format('woff'),
         url('sourcesanspro-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'source_sans_prolight_italic';
    src: url('sourcesanspro-lightitalic-webfont.eot');
    src: url('sourcesanspro-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('sourcesanspro-lightitalic-webfont.woff') format('woff'),
         url('sourcesanspro-lightitalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'source_sans_proregular';
    src: url('sourcesanspro-regular-webfont.eot');
    src: url('sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('sourcesanspro-regular-webfont.woff') format('woff'),
         url('sourcesanspro-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'source_sans_prosemibold';
    src: url('sourcesanspro-semibold-webfont.eot');
    src: url('sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('sourcesanspro-semibold-webfont.woff') format('woff'),
         url('sourcesanspro-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'source_sans_proSBdIt';
    src: url('sourcesanspro-semibolditalic-webfont.eot');
    src: url('sourcesanspro-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('sourcesanspro-semibolditalic-webfont.woff') format('woff'),
         url('sourcesanspro-semibolditalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'source_sans_problack';
    src: url('sourcesanspro-black-webfont.eot');
    src: url('sourcesanspro-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('sourcesanspro-black-webfont.woff') format('woff'),
         url('sourcesanspro-black-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'permanent_markerregular';
    src: url('PermanentMarker-webfont.eot');
    src: url('PermanentMarker-webfont.eot?#iefix') format('embedded-opentype'),
         url('PermanentMarker-webfont.woff') format('woff'),
         url('PermanentMarker-webfont.ttf') format('truetype'),
         url('PermanentMarker-webfont.svg#permanent_markerregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.page_headerbox {
    background-color: #f5f5f5;
    margin: 0 0 20px 0;
    overflow: hidden;
    padding: 50px;
}
.page_headerbox h1 {
    color: #dead1c;
    font-size: 70px;
    line-height: 70px;
}
.page_headerbox h3 {
    font-size: 20px;
    line-height: 25px;
    text-transform: none;
}
.runden {
    display: table;
    float: left;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
#header_over {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
#header_over img {
    max-height: 50%
}
.nyheter_feed {
    border-bottom: 0px solid #e4e4e4;
    padding: 0 0 0px 0;
}
.nyheter_feed h1 {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #CACACA;
}
.nyheter_title {
    font-family: 'Helvetica';
    text-transform: uppercase;
    line-height: 20px;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #e4e4e4;
}
.nyheter_meta {
    line-height: 20px;
    text-transform: none;
    margin: 10px 0 10px 0;
    text-align: left;
    border-top: 1px solid #CCCCCC;
    padding: 10px;
}
.nyheter_tags {
    max-width:100%; 
    background: #eee; 
    padding: 10px; 
    margin-top: 10px;    
}
#slide_top img {
    position:absolute;
}
/*  Media Queries (mobile browsing)
----------------------------------------------------- */
/* Tablet (portrait) */
/*@media only screen and (min-width: 700px) and (max-width: 960px) {
    #page { max-width: 1040px; width: 90%; margin: 0 auto; }
    .widget .search-form input[type="text"] { width: 89%; }
    .widget table { font-size: 0.9166666666666667em; }
    #sidebar-subsidiary .widget table { width: 90%; }
    .post-aside { margin-top: 20px; }
}*/
/* Mobile (portrait) */
@media only screen and (max-width: 700px) {
    #page { 
        max-width: 100%; 
        margin-top: 40px;
    }
    .top_menu {
        margin: 0;
        height: 0px;
        overflow: hidden;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    
    body { line-height: 1.666666666666667em; }
    #header { margin-bottom: 10px; }
    #branding {
        float: left;
        width: 100%;
        position: relative;
        margin-bottom: 1em;
    }
    
    #header-banner, #sidebar-subsidiary .widget, #respond, .singular-page #content, #comments-template, .singular-page #comments-template{ width: 100%; }
    #start_welcome {
        width: 100%;
          -moz-column-count: 1;
          -moz-column-gap: 1em;
          -moz-column-rule: none;
          -webkit-column-count: 1;
          -webkit-column-gap: 1em;
          -webkit-column-rule: none;
        column-count: 1;
        column-gap: 1em;
        column-rule: none;
    }
    
    #menu-primary {
        float: left;
        clear: both;
        width: 100%;
        margin-top: 10px;
    }
    #menu-primary .menu { float: left; }
    #menu-primary ul li { clear: left; }
    #menu-primary ul li a { margin-left: 0; }
    /*#content { width: 100%; } */
    
    .home .hentry, .archive .hentry {
    }
    .post-aside {
        width: 100%;
        margin-top: 0;
    }
    .singular .loop-nav { margin: 15px 0 20px 0; }
    #sidebar-primary {
        width: 100%;
        clear: left;
    }
    #footer { min-height: 85px; }
    .hus_content .group, .hus_content img, .group .group {
        margin: 10px 0 10px 0;
    }
}
.site_tag {
    border-bottom: 1px solid #CECACA;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}
.post-date-meta {
    background-color: #EEE9E9;
    padding: 0.5em 0 0.5em 0;
    margin: 0 0 0.5em 0;
    font-size: 2em;
    width: 100%;
    text-align: center;
}
.peppruta {
    border-radius: 10px;
    background-color: #CCCCCC;
    text-align: center;
    padding: 20px;
}
.permanent_marker {
    font-family: 'permanent_markerregular', Arial;
    font-size: 3em;
    text-transform: none;
    line-height: 1em;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #FFF;
    background-image: url('/http://salt2.efs.nu/wp-content/uploads/2013/10/gava.jpg');
}
.widget-textpepp {
    font-size: 1.4em;
    line-height: 1em;
    font-family: 'source_sans_prosemibold', Helvetica;
    margin: 0 0 0.2em 0;
    color: #333;
    text-transform: uppercase;
}
.rounded {
    border-radius: 20px;
}
.read-more {
    float: right;
    padding: 3px 10px;
    background-color: #D9D9D9;
    text-transform: uppercase;
    font-size: 0.8em;
}
.read-more a:hover {
    background-color: black;
}
.logotyper {
    background-color: #CCCCCC;
}
.logotyper img {
    margin: 0 10px 0 0;
}
.pepp-widget {
    float: left;
    display: block;
    position: relative;
    width: 100%;
    /* height: 60px; */
    overflow: hidden;
}
.pepp-widget img{
    margin: 0 0 -6px 0;
}
.pepp-title {
    height: auto;
    width: 90%;
    display: block;
    position: absolute;
    overflow: hidden;
    /* top: 0; */
    left: 0;
    bottom: 0;
    /* right: 0; */
    padding: 5%;
    color: #fff;
    font-family: 'source_sans_prolight', Helvetica;     
    font-size: 1.5em;    
    line-height: 1em;
    background-color: #333;
    opacity: 0.8;
}
.flyter {
    z-index: 99998;
}
.featured_wrap {
    margin-bottom: 20px;
}
.start_featured {
    float: left;
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #6FC0F7;
    margin-bottom: 10px;
}
.start_featured a {
    line-height: 0;
}
.start_featured img{
    max-height: 150px;
    margin: 0 0 -5px 0;
}
.featured_text {
    height: auto;
    display: block;
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    color: #fff;
    font-family: 'source_sans_prolight', Helvetica;     
    font-size: 1.4em;    
    background: #333; 
    opacity: 0.8;
}
.pepp-widget a:link, .pepp-widget a:visited,
.featured_text a:link, .featured_text a:visited {
    color: #fff;    
    font-family: 'source_sans_prolight', Helvetica;     
}
.pepp-widget a:link, .pepp-widget a:visited,
.featured_text a:hover, .featured_text a:active {
    color: #fff;
}
.featured_date {
    font-size: 1em;
}
.fler-nyheter {
    text-align: center;
    background-color: #D9D9D9;
    margin: 10px 0 30px 0;
    font-size: 1.3em;
    box-sizing: border-box;
    padding: 10px;
}
.fler-nyheter a{
    width: 100%;
    padding: 10px; /*Same as padding in .fler-nyheter*/
}
.kort-nyhet {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 24px;
}
.childbox {
    margin: 10px 0 20px 0;
    padding: 20px;
    border-bottom: 1px solid #e6e6e6;
}
.childbox_2k {
    margin: 10px 0 20px 0;
    padding: 20px;
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box;
    float: left;
    clear: none;
    width: 50%;
}
.childbox_2k h3 {
    word-wrap: break-word;
}
.childbox_2k .childbox-thumb {
    width: 30%;
}
.childbox-thumb {
    float: left;
    
}
.childbox-text {
    float: left;
    display: block;
    
}
.childbox-ingress {
    
}
#menu-meny-v2 a{
    font-family: 'source_sans_prolight', Helvetica, Arial;
    color: #333333;
}
#menu-meny-v2 a:hover, #menu-meny-v2 a:active {
    color: #CCC;
}
#facebook-likebox-2 iframe{
background: transparent !important;
}
/*Styling contact pages via plugin simple staff members*/
.contactstaffloop {
width: 100%; 
float:left; 
border-bottom: 1px solid #cccccc; 
margin-bottom:5px;
}
.contactstaffimage {
width: 100px; 
float:left; 
margin-right: 15px;
}
.staff-member-info-wrap {
float: left;
max-width: 65%;
}
.contactstaffphone {
width: 100%; 
float: left;
}
.contactstaffphone p {
    margin-bottom: 0;
}
.contactstaffbio {
width: 20px; 
float: right;
}
.contactwidget .contactstaffloop {
border-bottom: 1px solid #eee;
}
.contactwidget .contactstaffimage {
display:none;
}
.contactwidget h3 {
font-size: 1.2em;
}
.contactwidget h4 {
font-size: 1em;
}
.contactwidget .contactstaffbio {
display:none;
}
.contactwidget .staff-member-info-wrap {
    max-width:100%;
}
/*Styling SALT Map plugin (for displaying locations on google map)*/
input.salt_map_search {
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
width: 100%;
margin-bottom: 15px;
}
/*Test Markus*/
.mc4wp-form input {
border-radius: 0;
box-shadow: none;
background: #eee;
text-shadow: none;
border: none;
padding: 1em;
margin: 10px auto;
width: 100%;
text-align: center;
}
.mc4wp-form input[type="submit"]:hover {
Background: #ccc;
border: none;
box-shadow: none;
}
#s {
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
width: 100%;
float: right;
margin: 0 0 10px 0;
}
/*Styling Toggles via GPP shortcodes plugin*/
.site-content .gpp-sc-accordion .gpp-sc-accordion-trigger.ui-state-active {
    background-image: url(/wp-content/themes/gunseus/images/toggle_kryss.png);
    background-repeat: no-repeat;
}
.site-content .gpp-sc-accordion h3.gpp-sc-accordion-trigger {
    background-image: url(/wp-content/themes/gunseus/images/toggle_plus.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
    font-size: 1.3em;
    font-family: 'source_sans_prosemibold', Helvetica;
}
.gpp-sc-accordion .ui-state-default .ui-icon {
    display: none;
}
.gpp-sc-accordion.ui-widget {
    font-size: 1em;
}

.gpp-sc-accordion h3.gpp-sc-accordion-trigger {
    background-color:#eee;
    border: 1px solid #bbb;
}
/*Styling boxes via GPP shortcodes plugin*/
.gpp-sc-button.grey, .gpp-sc-box.grey, .gpp-sc-highlight.grey, .gpp-sc-pricing-header.grey, .gpp-sc-pricing-header.grey h5 {
    background-color: #dedede;
border-color: #dedede;
color: #000;
}
.gpp-sc-box {
    padding: 2% 3%;
    font-size: 1em;
}

/*Styling GPP buttons*/
.gpp-sc-button.blue, .gpp-sc-box.blue, .gpp-sc-highlight.blue, .gpp-sc-pricing-header.blue, .gpp-sc-pricing-header.blue h5 {
    background-color: #1d4189;
    border-color: #1d4189;
}
/*Styling Bibelord */
#bibelord {
    max-width: 250px;
    color: #dadada;
    text-transform: uppercase;
    line-height: 12px;
    padding-right:15px;
}
.bibel_ord p {
    font-size: 1.1em;
    line-height: 0.9em;
}
a.bibel_link:link, a.bibel_link:visited {
    color: #ddd;
}
a.bibel_link:hover {
    color: #bbb;
}
.bibelnse_link {
    display: none;
}
/*Styling header menu*/
.top-right-start .menu {
    text-align: right;
    line-height: 12px;
    clear: right;
}
.top-right-start .menu a {
    font-family: source_sans_prolight, sans-serif;
    color: #888;
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.7em;
    /* float: right; */
}
.top-right-start .menu a:hover {
    color: #607985;
}
.headermenu_contact a {
    background: url(/wp-content/themes/gunseus/images/headermenu_contact.png) no-repeat top right;
    padding-right: 18px;
    background-size: auto 24px;
}
.headermenu_contact a:hover {
    background: url(/wp-content/themes/gunseus/images/headermenu_contact.png) no-repeat bottom right;
    background-size: auto 24px;
}
.headermenu_ledare a {
    background: url(/wp-content/themes/gunseus/images/headermenu_ledare.png) no-repeat right top;
    padding-right: 18px;
    background-size: auto 24px;
}
.headermenu_ledare a:hover {
    background: url(/wp-content/themes/gunseus/images/headermenu_ledare.png) no-repeat bottom right;
    background-size: auto 24px;
}
.headermenu_hem a {
    background: url(/wp-content/themes/gunseus/images/headermenu_hem.png) no-repeat right top;
    padding-right: 18px;
    background-size: auto 24px;
}
.headermenu_hem a:hover {
    background: url(/wp-content/themes/gunseus/images/headermenu_hem.png) no-repeat bottom right;
    background-size: auto 24px;
}
/*Styling external website icons footer*/
#salt_websites {
    width: 100%;
}
#salt_websites_container {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
.salt_website_link {
    padding: 10px;
    display: inline-block;
}
.salt_website_icon {
    background-image: url(/wp-content/themes/gunseus/images/ikoner_sidfot_alla.png);
    background-repeat: no-repeat;
    height: 80px;
    width: 80px;
    background-size: 560px;
}
.salt_website_icon_skatten {
    background-position: -320px 0;
}
.salt_website_icon_skatten:hover {
    background-position: -320px -80px;
}
.salt_website_icon_priks {
    background-position: -240px 0;
}
.salt_website_icon_priks:hover {
    background-position: -240px -80px;
}
.salt_website_icon_tejp {
    background-position: -400px 0;
}
.salt_website_icon_tejp:hover {
    background-position: -400px -80px;
}
.salt_website_icon_livskraft {
    background-position: -160px 0;
}
.salt_website_icon_livskraft:hover {
    background-position: -160px -80px;
}
.salt_website_icon_bial {
    background-position: 0 0;
}
.salt_website_icon_bial:hover {
    background-position: 0 -80px;
}
.salt_website_icon_tjg {
    background-position: -480px 0;
}
.salt_website_icon_tjg:hover {
    background-position: -480px -80px;
}
.salt_website_icon_efs {
    background-position: -80px 0;
}
.salt_website_icon_efs:hover {
    background-position: -80px -80px;
}
/*Styling footer sitemap via FLexislides plugin*/
.footer-sitemap-columns {
    max-width: 16.666%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 0;
}
.footer-sitemap-columns ul li {
    list-style-type: none;
    color: #ccc;
    line-height: 14px;
    font-size: 1.2em;
}
.footer-sitemap-columns a, .footer-sitemap-columns a:visited {
    font-family: 'source_sans_prolight';
}
.footer-sitemap-columns ul li ul {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top:10px;
    font-size: 12px;
    margin-left: 0;
    padding-left: 16px;
}
.footer-sitemap-columns ul li ul li ul{
    border: none;
    margin: 5px 0 5px 15px; 
    padding: 0;
}
.footer-sitemap-columns ul li ul li {
    list-style-type: disc;
}
.footer-sitemap-columns ul li ul li ul li {
    list-style-type: circle;
}
#footer-sitemap-section {
    background: #888;
    color: #ccc;
    padding-top: 20px;
    word-wrap:break-word;
}
#footer-sitemap-section a,#footer-sitemap-section a:visited {
    color: #ccc;
}
#footer-sitemap-section a:hover {
    color: #000;
}
.site-info {
    padding: 10px 0;
    background: #888;
    border-top: 1px solid #999;
}
.site-info a{
    color:#ccc;
}
/*Styling import of other blogs to widget via WP RSS aggregator plugin*/
.nav-links {
    display: none;
}
.feed-item {
    font-size: 1.2em;
    background: #eee;
    padding: 5px 10px;
}
.feed-item a{
    display:block;
    min-height: 18px;
}
.feed-item .source-date{
    font-size: 1em;
}
/*Styling different filetype download links*/
p a[href$='.pdf'], p a[href$='.PDF'], p a[href$='.rar'], p a[href$='.gzip'],ul a[href$='.pdf'], ul a[href$='.PDF'], ul a[href$='.rar'], ul a[href$='.gzip'] {
background:transparent url(/wp-content/themes/gunseus/images/filetype-icons.png) no-repeat;
background-position: right -24px;
padding-right: 14px;
margin-right: 2px;
background-size: 12px auto;
}
p a[href$='.doc'], p a[href$='.DOC'], p a[href$='.docx'], p a[href$='.txt'], p a[href$='.rtf'], p a[href$='.pages'], p a[href$='.xls'], p a[href$='.xlsx'], p a[href$='.dot'], p a[href$='.csv'], ul a[href$='.doc'], ul a[href$='.DOC'], ul a[href$='.docx'], ul a[href$='.txt'], ul a[href$='.rtf'], ul a[href$='.pages'], ul a[href$='.xls'], ul a[href$='.xlsx'], ul a[href$='.dot'], ul a[href$='.csv'] {
background:transparent url(/wp-content/themes/gunseus/images/filetype-icons.png) no-repeat;
background-position: right 0;
padding-right: 14px;
margin-right: 2px;
background-size: 12px auto;
}
p a[href$='.jpg'], p a[href$='.JPG'], p a[href$='.jpeg'], p a[href$='.png'], p a[href$='.gif'], p a[href$='.eps'], p a[href$='.ai'], p a[href$='.psd'], ul a[href$='.jpg'], ul a[href$='.JPG'], ul a[href$='.jpeg'], ul a[href$='.png'], ul a[href$='.gif'], ul a[href$='.eps'], ul a[href$='.ai'], ul a[href$='.psd']  {
background:transparent url(/wp-content/themes/gunseus/images/filetype-icons.png) no-repeat;
background-position: right -48px;
padding-right: 14px;
margin-right: 2px;
background-size: 12px auto;
}
p a[href$='.mp3'], p a[href$='.MP3'], p a[href$='.aac'], p a[href$='.wav'], ul a[href$='.mp3'], ul a[href$='.MP3'], ul a[href$='.aac'], ul a[href$='.wav'] {
background:transparent url(/wp-content/themes/gunseus/images/filetype-icons.png) no-repeat;
background-position: right -72px;
padding-right: 14px;
margin-right: 2px;
background-size: 12px auto;
}
p a[href$='.mp4'], p a[href$='.mov'], p a[href$='.avi'], p a[href$='.m4v'], p a[href$='.mpg'], p a[href$='.mpeg'], p a[href$='.swf'], p a[href$='.ogg'], ul a[href$='.mp4'], ul a[href$='.mov'], ul a[href$='.avi'], ul a[href$='.m4v'], ul a[href$='.mpg'], ul a[href$='.mpeg'], ul a[href$='.swf'], ul a[href$='.ogg'] {
background:transparent url(/wp-content/themes/gunseus/images/filetype-icons.png) no-repeat;
background-position: right -96px;
padding-right: 14px;
margin-right: 2px;
background-size: 12px auto;
}
p a[href$='.ppt'], p a[href$='.pptx'], p a[href$='.keynote'], p a[href$='.key'],p  a[href$='.pot'], ul a[href$='.ppt'], ul a[href$='.pptx'], ul a[href$='.keynote'], ul a[href$='.key'], ul a[href$='.pot'] {
background:transparent url(/wp-content/themes/gunseus/images/filetype-icons.png) no-repeat;
background-position: right -120px;
padding-right: 14px;
margin-right: 2px;
background-size: 12px auto;
}
/*Styling woocommerce*/
.webbutik_sidebar {
    float: left;
}
.widget_shopping_cart .product_list_widget {
}
.woocommerce .widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total {
    float: left;
}
.woocommerce-page .widget_shopping_cart .buttons {
    float: right;
}
.widget_product_search .screen-reader-text {
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
}
.menu-woocommerce-container ul {
    list-style: none;
    margin: 0;
}
.woocommerce-menu li a {
    display: block;
    Padding: 10px;
    Background: #eee;
    border-bottom: 1px solid #fff;
}
.woocommerce-menu li a:hover {
    background: #ddd;
}
.woocommerce-menu .current-menu-item a{
    background-color:#ddd;    
}
#woocommerce-menu-desktop .woocommerce-menu .current-menu-item a{
    background-image: url(/wp-content/themes/gunseus/images/woocommerce-menu-active.png);
    background-repeat: no-repeat;
    background-position: left top;
    margin-left: -20px;    
    padding-left: 30px;
}
#woocommerce_sidebar_container {
    margin: 20px 0;
}
.page-description, .term-description {
    display: none;
}
#woocommerce-menu-mobile {
    margin-bottom: 2em;
}
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button {
  background: #eee !important;
box-shadow: none !important;
border: 0 !important;
margin-bottom: 5px !important;
color: #607985 !important;
border-radius: 0  !important;  
white-space: normal !important;
text-align: center !important;
text-shadow: none !important;
font-weight:normal !important;
 }   
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page #content input.button:hover {
    background: #ddd !important;
    color: #000 !important;
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li, .woocommerce-page ul.cart_list li, .woocommerce-page ul.product_list_widget li {
    border-bottom: 1px solid #eee;
}
.woocommerce .quantity .plus, .woocommerce .quantity .minus, .woocommerce #content .quantity .plus, .woocommerce #content .quantity .minus, .woocommerce-page .quantity .plus, .woocommerce-page .quantity .minus, .woocommerce-page #content .quantity .plus, .woocommerce-page #content .quantity .minus {
    background: #f7f6f7 !important;
    box-shadow: none !important;
}
.woocommerce .quantity .plus:hover, .woocommerce .quantity .minus:hover, .woocommerce #content .quantity .plus:hover, .woocommerce #content .quantity .minus:hover, .woocommerce-page .quantity .plus:hover, .woocommerce-page .quantity .minus:hover, .woocommerce-page #content .quantity .plus:hover, .woocommerce-page #content .quantity .minus:hover {
    background: #ededed !important;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 100% !important;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width: 100% !important;
    float: left !important;
}
.woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box {
    background: #ddd !important;
    box-shadow: none !important;
    text-shadow: none !important;
    color: #111 !important;
}
.woocommerce #payment div.payment_box:after, .woocommerce-page #payment div.payment_box:after {
    border: 8px solid #ddd !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
}
.woocommerce input[type=text],.woocommerce input[type=email],.woocommerce textarea {
    background-image:none;
    padding-left: 10px !important;
}
.woocommerce .checkout #shiptobilling label, .woocommerce-page .checkout #shiptobilling label {
    font-size: 1em !important;
}    
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    width: 30% !important;
}
.woocommerce .checkout #order_review_heading, .woocommerce .checkout #shiptobilling{
    margin-top:20px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0 !important;
    background: #eee !important;
    box-shadow:none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active{
    background: #fff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
    box-shadow:none !important;
    border-radius: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:hover, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:hover, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:hover {
    background: #ddd !important;
    color: #000 !important;
}
.woocommerce div.product .woocommerce-tabs h2, .woocommerce #content div.product .woocommerce-tabs h2, .woocommerce-page div.product .woocommerce-tabs h2, .woocommerce-page #content div.product .woocommerce-tabs h2{
    font-size: 2em;
}
.woocommerce-message, .woocommerce-error, .woocommerce-info {
    background: #eee !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.woocommerce .related, .woocommerce .upsells.products, .woocommerce-page .related, .woocommerce-page .upsells.products {
background: #fafafa;
padding: 20px;
}
.woocommerce .related ul.products li.product img, .woocommerce .upsells.products ul li.product img, .woocommerce-page .upsells.products ul li.product img, .woocommerce-page .upsells.products ul.products li.product img {
width: 20%;
}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
    box-shadow: none;
}
.woocommerce ul.products li.product a:hover img, .woocommerce-page ul.products li.product a:hover img{
    box-shadow: none;
}
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
    font-size: 1.3em;
    text-align: center;
}
.product mark {
    background: none;
}
/*Styling ge en gåva*/
.ge_en_gava {
}
.ge_en_gava_ruta {
    width: 100%;
    min-height: 140px;
    background-position: center 15px;
    padding: 130px 15px 15px;
    text-align: center;
    color: #000;
    font-size: 1.2em;
    -webkit-box-sizing: border-box;
/* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
/* Firefox, other Gecko */
    box-sizing: border-box;
/* Opera/IE 8+ */
    border-radius: 10px;
    margin: 10px 10px 10px 0;
    background-repeat: no-repeat;
    float: left;
}
.ge_en_gava_ruta a,.ge_en_gava_ruta a:visited {
    color:#000;
}
.ge_en_gava_ruta h3 {
    color: #fff;
}
#gava_bankgiro {
    Background-color: #FFE77E;
    background-image: url(/wp-content/themes/gunseus/images/ge_en_gava_bankgiro.png);
    background-repeat: no-repeat;
}
#gava_swish {
    Background-color: #AACAD2;
    background-image: url(/wp-content/themes/gunseus/images/ge_en_gava_swish.png);
    background-repeat: no-repeat;
}
/*
#gava_swish:hover {
    Background-color: #5F7884;
    color: #fff;
}
*/
#gava_kort {
    Background-color: #BDD89D;
    background-image: url(/wp-content/themes/gunseus/images/ge_en_gava_kort.png);
    background-repeat: no-repeat;
}
#gava_kort:hover {
    Background-color: #7AB853;
    color: #fff;
}
#gava_autogiro {
    Background-color: #E3A9AB;
    background-image: url(/wp-content/themes/gunseus/images/ge_en_gava_autogiro.png);
}
#gava_autogiro:hover {
    Background-color: #BE5474;
    color: #fff;
}
#gava_stodmedlem {
    Background-color: #E57676;
    background-image: url(/wp-content/themes/gunseus/images/ge_en_gava_stodmedlem.png);
}
/*Styling podcast*/
.podcast-box {
    border-bottom: 1px solid rgba(0,0,0,.13);
    padding-bottom: 10px;
}
/*Styling sidebars below content*/
.riks_sidebar {
    float:left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 20px;
    margin-top:30px;
}
.current_breadcrumb {
    font-family: 'source_sans_prolight';
}
/*This breadcrumb solution: http://dimox.net/wordpress-breadcrumbs-without-a-plugin/*/
/*Styling Menu*/
.main-navigation {
    display: none;
}
/* MOBIL NAVIGATION */
#mobil-trigger {
    /* float: right; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    overflow: hidden;
    background-color: black;
    z-index: 9999999999999999999;
    background: black url(/wp-content/themes/gunseus/images/menu-icon.png) no-repeat;
    cursor: pointer;
    box-sizing: border-box;
    padding: 10px 0 0 46px;
    font-family: 'source_sans_prolight', sans-serif;
    color: #fff;
    font-size: 1.4em;
}
.mobil-navigation {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    background-color: rgb(31, 31, 31);
    /* opacity: 0.7; */
    z-index: 999999999;
}
.mobil-navigation a {
    color: #fff;
    z-index: 99999999999;
    font-family: 'source_sans_prolight';
}
#menyer {
    margin-bottom: 0;
}
/* Nivå 1 */
.mobil-navigation ul { 
    list-style: none;
    margin: 0;
    padding-left: 0;
    position: relative;
}
.mobil-navigation ul li {
    float: none;
    width: 100%; 
    text-align: center;
    padding: 10px 0 10px 0;
    font-size: 1.2em;
    border-bottom: 1px solid #2B2B2B;
}
.mobil-navigation ul li.current_page_item,
.mobil-navigation ul li.current_page_ancestor  {
    /* background-color: #2B2B2B; */
    border-radius: 0;
    margin-bottom: 0;
}
/* Nivå 2*/
.mobil-navigation ul li ul {
    background-color: #252525;
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    padding: 0;
    /* border-top: 1px solid #CCC; */
    margin-top: 10px;
    box-sizing: border-box;
    display: none;
    -moz-box-sizing:border-box; /* Firefox */
}
.mobil-navigation ul li ul li {
    width: auto;
    margin-right: 0;
    font-size: 0.8em;
    border: 0;
    background-color: transparent;
    margin-bottom: 0;
}
.mobil-navigation ul li.menu-item-has-children, .mobil-navigation ul li ul li.menu-item-has-children {
    background: url(/wp-content/themes/gunseus/images/submenu.png) right no-repeat;
    background-position-y: 10px;
    padding-right: 0;
}
.mobil-navigation ul li ul li.current_page_item,
.mobil-navigation ul li ul li.current_page_ancestor  {
    background-color: #666; 
    margin-bottom: 0;   
}
/* Nivå 3 */
.mobil-navigation ul li ul li ul{
    background-color: rgb(44, 44, 44);
}
.mobil-navigation ul li ul li ul li{
    font-size: 1em;
    background-color: transparent;
}
/*.current_page_item ul, .current_page_ancestor ul, .current-menu-parent {
    display: block;
}*/
/*Markus stylear om startsidan mitt i natten*/
.hentry {
    margin-bottom: 10px;
}
.read-more {
    margin-bottom: -25px;
    margin-top: 10px;
    padding: 8px 10px;
}
.read-more:hover {
    background: #ddd;
}
.front-page-excerpt {
    border-bottom: 1px solid rgba(0,0,0,.13);
}
/*styling Nyheter page template*/
.news-content {
    border-bottom: 1px solid rgba(0,0,0,.13);
}
/*Remove random Stats-smiley in footer*/
img#wpstats{width:0px;height:0px;overflow:hidden;}
/*Stop front page from poping around after load of random top image width, padding bottom= aspect ratio of the top-image ( ( 329 / 1200 ) * 100% ; )
.random-logo-wrapper {
    position: relative;
    height: 0;
    padding-bottom: 27%; /* aspect ratio of the top-image ( ( 329 / 1200 ) * 100% ; ) */
}
/*Styling twitter widget*/
.widget_twitter_timeline iframe {
    min-width: 0 !important;
}
/*Styling Cookie Law info plugin*/
.cli-plugin-button, .cli-plugin-button:visited {
    background: none;
    border-radius: 0 !important;
    border-bottom: none;
    box-shadow: none;
}
.cli-plugin-button, .cli-plugin-button:visited, .medium.cli-plugin-button, .medium.cli-plugin-button:visited {
    font-weight: normal;
    text-shadow: none;
}
.cli-plugin-button:hover {
    background-color: #666 !important;
}
/*Test top image mobile version Markus 140516*/
.random-logo-tagline{
    color: #fff;
    width: 100%;
    height: 100%;
    min-height: 275px;
    text-align: left;
    box-sizing: border-box;
    padding: 12% 6% 2% 39%;
    font-size: 2em;
    line-height: 1.2em;
    font-family: source_sans_prolight;
    background-size: cover; 
    text-shadow: 2px 2px 40px #000;
}
.random-logo-image {
    width:100%; 
    min-height: 150px; 
    background-size: cover; 
}

/*Salt annivarsary ten years 10*/
.insta10 {
    background: #efefef;
    padding: 20px;
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}


/*Styling gravity forms*/
.site-content .gform_wrapper .gsection {
    border-top: 3px solid;
    padding: 10px;
    background-color: #eeeeee;
}

.site-content .gform_wrapper .gf_progressbar {
    background-image: none;
}

.site-content .gform_wrapper .percentbar_blue {
        background-color: #1D4189;
        background-image: none;
}

.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
    font-family: source_sans_proregular, Helvetica, sans-serif;
}

.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
    text-transform:uppercase;
    font-size: 1.7em !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=url],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=number],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=password],
body .gform_wrapper .gform_body .gform_fields .gfield select,
body .gform_wrapper .gform_body .gform_fields .gfield textarea {
    font-size:14px;
}

@media screen and (max-width: 500px) {
.random-logo-wrapper {overflow:hidden;} 
.random-logo-image {background-size:cover; max-width:none !important; width: 100% !important; Height:150px !important;}
.random-logo-tagline {font-size: 1.3em; min-height: 150px;padding: 20% 6% 2% 9%;}
}
/*Livskraft*/
body.page-template-page-lkmitt-php {
    background-color: #F39F60;
}
/* DÖLJ MOBILELEMENT > 700px */
@media screen and (min-width: 700px) {
    .mobil-navigation {
        display: none;
    }
    #mobil-trigger {
        display: none;
    }
    .main-navigation {
        display: block;
    }
}
/* Responsivt Mobilläge */
@media screen and (max-width: 700px) {
    .footer-sitemap-columns {
        display: none;
    }
    .childbox_2k {
        width: 100%;
        margin: 10px 0 10px 0;
    }
    .childbox_2k .child-thumb {
        width: 20%;
    }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 46% !important;
    }
    .woocommerce table.cart .product-thumbnail, .woocommerce #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail {
        display: none;
    }
    .woocommerce-page table.cart .product-price, .woocommerce-page #content table.cart .product-price {
        display: none;
    }
    .enspalt .span_6_of_12 {
        width: 100%;
    }
    .contactstaffimage {
        display: none;
    }
    #footer-sitemap-section {
        display: none;
    }
    #cookie-law-info-bar {
        display: none !important;
    }
}
@media screen and (min-width: 501px) {
    #woocommerce-menu-mobile {
        display: none;
    }
}
@media screen and (max-width: 500px) {
    #page {
        max-width: 300px;
    }
    
    .top-left-start {
        display: none;
    }
    
    .top-center-start {
    }
    
    .top-right-start {
        display: none;
    }
    #top-header-fix {
        position: relative;
        left: -20px;
        width: 300px;
    }
    #woocommerce-menu-desktop {
        display: none;
    }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 100% !important;
    }
    .woocommerce-page table.cart .product-remove, .woocommerce-page #content table.cart .product-remove {
        display: none;
    }
    .woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
        padding: 6px 10px;
    }
    .front-page-excerpt .sd-title { 
        display: none;
    }
    .staff-member-info-wrap {
        max-width: 85%;
    }
}
@media screen and (max-width: 900px) {
    .salt_website_link img {
        width: 10%;
    }    
}
@media screen and (max-width: 840px) and (min-width: 501px) {
    .main-navigation ul li ul li {
        margin-right: 10px;
        font-size: 0.7em;
    }
}
