/* ----- Specific for developers.snowfire.io ------ */

.articles-subarticles ul,
.article-menu ul,
.article-breadcrumbs ul {
	padding-left: 0;
}

.articles-subarticles h3 a {
	font-weight: 500;
}

/* code examples */
.hljs {
	background: transparent !important;
}
pre {
	border: 0;
}





/* ----- General ------ */

@media (min-width: 1200px) {
	.container {
	    width: 1040px;
	}
}

.columns {
    max-width: 1040px;
}

/* ----- END: General ------ */

/* ----- Typography ----- */

h1,
h2,
h3,
h4,
h5,
p,
a,
li,
.text h2 > a,
.text a {
	font-family: "Gotham SSm A", "Gotham SSm B";
}

h1 {
	font-size: 37px;
    font-weight: 200;
}

h2 {
	font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #2a2a2a;
    border-bottom: 2px solid #f4f4f4;
}

.text h2 > a {
	font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #2a2a2a;
    border: 0;
}

h3,
h3 a {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 25px;
    margin-bottom: 5px;
    color: #444;
}

h2 + h3 {
    margin-top: 30px;
}

h3 a {
	border-bottom: 1px solid #515558;
}

h4 {
	color: #c3c3c3;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
    letter-spacing: 1px;
    margin-top: 7px;
}

p, 
li, 
a,
.text a {
	color: #2a2a2a;
    font-size: 14px;
    letter-spacing: 0.3px;
    font-weight: 300;
}

.text ul li, .text ol li, .text_synced ul li, .text_synced ol li {
    padding-bottom: 10px;
}


/* ----- END: Typography ----- */


/* ----- WR inline menu ----- */

.drop-inline-menu {
	z-index: 1000;
	float: right;
	display: none;
	margin-top: 30px;
	display: block;
}

.drop-inline-menu div {
	display: inline-block;
}

.drop-inline-menu ul {
	display: inline-block;
}

.drop-inline-menu li {
	display: inline-block;
	cursor: pointer;
}

.drop-inline-menu .menu-item:last-child {
	margin-right: 30px;
}

.drop-inline-menu .menu-item {
	text-transform: uppercase;
	padding: 37px 25px 37px;
	margin: 0;
	position: relative;
	
	font-size: 13px;
    font-weight: 200;
    letter-spacing: 1px;
}

.drop-inline-menu .active .menu-item,
.drop-inline-menu .activeRoot .menu-item,
.drop-inline-menu .menu-item:hover {
	background-color: #CB5E21;
	color: #fff;
}

.drop-inline-menu .menu-item:hover {
	text-decoration: none;
}

.top-menu .tbl {
	pointer-events: none;
}

#logo a.image-logo {
	pointer-events: auto;
}

.burger img {
    max-width: 25px;
    cursor: pointer;
}

/* ----- Extended menu ----- */

.component-extended .extended-navigation {
	background-color: #fff;
    padding: 50px 55px 10px;
}

.sf-extended li a {
	color: #c3c3c3;
}

.sf-extended .active a,
.sf-extended li a:hover {
    color: #E96F18;
}

.component-extended .extended-navigation .close-nav {
    position: absolute;
    right: 20px;
    top: 10px;
}


/* ----- END: Extended menu ----- */
    
/* ----- Megadrop ----- */

.has_megadrop ul {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 32px;
    box-shadow: 0px 2px 47px 3px rgba(0, 0, 0, 0.1);
    background: #fff;
    z-index: 500;
    padding: 10px;
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    
	opacity: 0;
	visibility: hidden;
}

.has_megadrop.hover ul {
	opacity: 1;
	visibility: visible;
}

.has_megadrop .menu-item:after {
    content: '\f107';
    font-family: 'FontAwesome';
    padding-left: 8px;
    font-size: 12px;
    margin-top: -2px;
    display: inline-block;
    color: #fff;
}

.has_megadrop h3 {
    margin-bottom: 6px;
    color: #99A8B6;
    transition: all 0.7s ease;
}

.has_megadrop p {
    color: #636363;
    font-size: 13px;
    line-height: 21px;
}


/* ----- Megadrop arrow----- */

.nav-link-arrow:before,
.nav-link-arrow:after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 550;
    transition: all 0.3s ease-in-out;
    
    opacity: 0;
}

.nav-link-arrow:before {
    border: 10px transparent solid;
    border-bottom-color: #e6e6e6;
}
.nav-link-arrow:after {
    border: 8px transparent solid;
    border-bottom-color: white;
}

.hover .nav-link-arrow:before,
.hover .nav-link-arrow:after {
	opacity: 1;
}

/* ----- END: Megadrop arrow----- */

.mega-item {
    text-align: center;
    padding: 45px 35px;
    display: inline-block;
    margin-bottom: 0;
    transition: all 0.3s ease;
    width: 255px;
	
	border-bottom: 1px solid #f5f5f5;
}

.mega-item p {
	margin-bottom: 0;
}


.has_megadrop ul .mega-item:hover h3 {
	color: #515558;
}

/* ----- END: Megadrop ----- */


/* ----- Changes mobile menu breakpoint ---- */

@media screen and (max-width: 992px) {
    .drop-inline-menu {
        display: none;
    }

    .open-menu-btn.sf-bar-menu-button-right {
        display: block;
    }
        
    .sf-drawer.drawer-navigation {
        display: block;
    }
}

/* ----- END: Changes mobile menu breakpoint ---- */


/* ----- Mobile meny ----- */

.drawer-navigation {
	padding-top: 50px;
	background-color: #fff;
}

.sf-drawer ul {
	padding: 0;
}

.drawer-navigation .close-nav {
    position: absolute;
    right: 20px;
    top: 10px;
}

.drawer-navigation ul li {
	margin-bottom: 10px;
}

.drawer-navigation li > a {
	color: #6e6e6e;
}

.drawer-navigation .child-item a {
	text-transform: none;
	color: #2a2a2a;
}

.drawer-navigation ul li .first-child + ul {
	border-left: 1px solid #c3c3c3;
    padding-left: 20px;
}

.drawer-navigation li.active > a {
	color: #E96F18;
}

/* ----- END: Mobile meny ----- */


/* --------------------------- */
/* ----- Layout: article ----- */
/* --------------------------- */ 


/* Make h1 and p outside snippets to align with snippet h1 p */
.columns {
/*    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;*/
}

.snippet_area > .columns.one_text > .text p,
.snippet_area > .columns.one_text > .text h1,
.snippet_area > .columns.one_text > .text h2,
.snippet_area > .columns.one_text > .text h3,
.snippet_area > .columns.one_text > .text ol,
.snippet_area > .columns.one_text > .text ul,
.snippet_area > .columns.one > .text p,
.snippet_area > .columns.one > .text h1,
.snippet_area > .columns.one > .text h2,
.snippet_area > .columns.one > .text h3,
.snippet_area > .columns.one > .text ol,
.snippet_area > .columns.one > .text ul {
	margin-left: 0 !important; 
    margin-right: 0 !important; 
}

/* ----- Breadcrumbs ----- */

.article-breadcrumbs li,
.article-breadcrumbs li a {
    display: inline-block;
    color: #c3c3c3;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 13px;
    list-style-type: none;
}

.article-breadcrumbs li:after {
	display: inline-block;
    content: '\f105';
    margin: 0 17px;
    color: #c3c3c3;
    font-family: 'FontAwesome';
}

.article-breadcrumbs li:last-child:after {
	content: '';
}

/* ----- END: Breadcrumbs ----- */

@media screen and (max-width: 768px) {
	.article-menu-wrapper {
		display: none;	
	}
}

.article-menu {
    padding-top: 10px;
}

.article-menu li {
	list-style-type: none;
}

.article-menu li a {
	color: #c3c3c3;
    padding-top: 4px;
    padding-bottom: 4px;
    display: block;
    font-size: 13px;
    font-weight: 300;
}

.article-menu .active,
.article-menu a:hover {
	font-weight: 500;
	color: #2a2a2a;
}

.articles-subarticles {
	padding-top: 30px;
}

.articles-subarticles .list-item {
	margin-bottom: 30px;
}

.articles-subarticles .list-item p:last-child {
	margin-bottom: 0;
}

.articles-subarticles li {
	list-style-type: none;
}

/* --------------------------- */
/* ----- Layout: article ----- */
/* --------------------------- */ 


/* ----- Snippet: text & image ----- */

.text img {
    border: 1px solid #eee;
}

/* ----- END: Snippet: text & image ----- */


/* ----- Snippet: text w. bottom image ----- */

.text_with_bottom_image img {
	border: 1px solid #eee;
	max-width: 50%;
}

/*.columns.text_with_bottom_image + .columns.text_with_bottom_image {
	margin-top: -20px;
}*/

/* ----- END: Snippet: text w. bottom image ----- */











