/*
Theme Name: Enfold Vikab
Theme URI:	http://kriese.at/
Description:	Child theme for the Enfold Theme
Author: Vikab
Author URI: http://www.vikab.com
Template:	enfold
Version:	1.0.0
*/

@import url(https://fonts.googleapis.com/css?family=Lato:300);

::selection {color:#000!important;}

/* ------------------ MENY ----------------------------------------------------------------------------------------- */

#mobile-advanced li > a:before, .html_header_mobile_behavior #mobile-advanced span > a:before, #mobile-advanced .mega_menu_title:before { content: "" !important; } /* Döljer blåa pilar i mobilmeny*/

.av_seperator_small_border .av-main-nav > li:last-child > a > .avia-menu-text { padding-right: 15px !important;} /* Höger padding sista meny block*/

#mobile-advanced {
    width: 90%;
    border-left-width: 0px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.4);
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.4);
  background-color: rgba(255,255,255,0.90)
}



.widget_recent_entries li {line-height:2em;border-top-width:1px;}
.main_color li {border-color:#187924;}

#top .pagination a:hover {color:#000!important;}

/* ------------------ HEADER --------------------------------------------------------------------------------------- */

.logo {padding: 20px 0px;}

.slogan {
font: 22px/32px 'Open Sans Condensed', Arial, Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: -1px;
    text-align: right;
    color: #333;
    background: none;
    padding: 15px;
    position: absolute;
    top: 40px;
    right: 0;
    float: right;
    margin-right: 50px;
}	

#header_main_alternate .container {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#690b05+0,ad2119+18,690b05+100 */
background: #690b05; /* Old browsers */
background: -moz-linear-gradient(top,  #690b05 0%, #ad2119 18%, #690b05 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #690b05 0%,#ad2119 18%,#690b05 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #690b05 0%,#ad2119 18%,#690b05 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#690b05', endColorstr='#690b05',GradientType=0 ); /* IE6-9 */
}
.html_av-overlay-side #top .av-burger-overlay-scroll {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#690b05+0,ad2119+76,690b05+100 */
background: #690b05; /* Old browsers */
background: -moz-linear-gradient(left,  #690b05 0%, #ad2119 76%, #690b05 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #690b05 0%,#ad2119 76%,#690b05 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #690b05 0%,#ad2119 76%,#690b05 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#690b05', endColorstr='#690b05',GradientType=1 ); /* IE6-9 */
}



/* ------------------ INNEHÅLL ------------------------------------------------------------------------------------- */

h1, h2, h3 { letter-spacing: 0px !important;}
p {
    margin: 0.85em 0 1.5em 0;
}

.boxed#top, .html_boxed.html_header_sticky #header {
    width: 1096px;
}
.container {
    max-width: 1096px;
padding: 0 30px;
}

body .column-top-margin {
    margin-top: 30px;
}

.main_color input[type='submit'] {color:#000;}

#main a {font-weight:bold;}

/* ------------------ COPYRIGHT ------------------------------------------------------------------------------------ */

.copyright {font-size: 11px;font-weight: bold;}

#socket {border-top:0;}





/* ------------------ NEDAN FÖLJER OLIKA UPPLÖSNINGAR -------------------------------------------------------------- */

/* ------------------ Storlek lg, storskärm ------------------------------------------------------------------------ */

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


/* ------------------ Storlek md, mediumskärm ---------------------------------------------------------------------- */

@media only screen and ( max-width: 1200px) {	
}

/* ------------------ Mobilmeny liggande surfplatta ---------------------------------------------------------------------- */
/*
@media only screen and (max-width: 1024px) {
#advanced_menu_toggle, #advanced_menu_hide { display: block; }
nav.main_menu { display: none; }}
#wrap_all {
position: relative !important;
}
*/

/* ------------------ Storlek sm, Liggande mobil & surfplatta ------------------------------------------------------ */

@media only screen and ( max-width: 992px) {

.avia-tooltip {display: none !important; } /* Döljer bildtexter i standard galleriet*/



}

/* ------------------ Storlek xs, mobil ---------------------------------------------------------------------------- */

@media only screen and ( max-width: 767px) {
	
}

/* --------- RETINA Skärmar såsom ipad, nyare telefoner m.m. -------- */

@media (-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) {

.marginskugga {display:none;}

}

/* --------- BOOTSTRAP CSS -------- */

@media (max-width:767px) {
 .hidden-xs {display:none !important;}
 .visible-xs {display:block !important;}
}
@media (min-width:768px) and (max-width:991px) {
 .hidden-sm {display:none !important;}
 .visible-sm {display:block !important;}
.visible-xs {display:none!important;}
}
@media (min-width:992px) and (max-width:1199px) {
 .hidden-md {display:none !important;}
 .visible-md {display:block !important;}
.visible-xs {display:none!important;}
}
@media (min-width:1200px) {
 .hidden-lg {display:none !important;}
 .visible-lg {display:block !important;}
.visible-xs {display:none!important;}
}