/* 
Theme Name: Carweb 2017
Theme URI: http://www.carweb.no/
Description: Utviklet av Mats Koray Genc / Genc Media AS
Author: Mats Koray Genc
Author URI: http://www.genc.no/
*/

@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Roboto');

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    /*font-family: 'Roboto', sans-serif;*/
}

a {
    color:#116f90;
}
a:hover {
    color:#053d51;
    text-decoration:none;
}

p {
    margin-bottom:30px;
    line-height: 1.8em;
    font-weight: 400;
}

p.word {
    font-size: 1.2em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    color: #333;
}

.header {
    padding: 20px 0;
    background: #333333;
    color: rgba(255,255,255,0.4);
}
.header .fa {
    padding: 12px 15px;
    color: #FFF;
    font-size: 1.3em;
}

.sidebar-prospect {
    margin-top: 70px;
}

.prospect-content {
   padding-right: 50px;
}

/* ARTICLE CSS */

.article {
    margin-bottom: 50px;
}
.article-wrapper h1 {
    margin-bottom: 40px;
}
.article a h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.2em;
}
.article .meta {
    text-transform: uppercase;
    color: #999;
    font-weight: bold;
    font-size: 0.7em;
}


.article-content {
    margin-top: 40px;
}


.article-page {
    padding-right: 30px;
}
.article-image {}
.article-wrapper {
    padding: 30px 0;
}
.article-wrapper .meta {}
.article-wrapper .article {}

.rh-button-white {
    display: inline-block;
    border: 2px solid #000;
    padding: 10px 20px;
    color: #000;
    margin: 0 10px;
    margin-top: 10px;
}

.header-right{

    padding: 12px 15px;
}


.logo {
    margin-top: 10px;
}

.jquerycssmenu{
    font-family: 'Montserrat', serif;
    font-weight: 400;
    z-index: 99999;
}

.jquerycssmenu ul{
    margin: 0;
    list-style-type: none;
    padding: 0;
}

/*Top level list items*/
.jquerycssmenu ul li{
    position: relative;
    display: inline-block;
}


/*Top level menu link items style*/
.jquerycssmenu ul li a{
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 17px 15px;
}

.jquerycssmenu ul li a:hover{
    text-decoration:none;
    color: rgba(255,255,255,0.5);
}

.jquerycssmenu ul li:first-child {
    border: 0;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul:hover {
    visibility: visible;
}
.jquerycssmenu ul li ul{
    display: none;
    position:absolute;
    left: 10px;
    background: #444;
    box-shadow:2px 2px 5px rgba(0,0,0,0.2);
    z-index: 9999999;
    top: 55px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
    display: list-item;
    float: none;
    border-right:0;
    border-bottom: 1px solid #555;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
    top: 0;

}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
    width: 280px; /*width of sub menus*/
    color: #FFF;
    font-size: 0.8em;
    padding: 8px 8px;
    text-align: left;

}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
    color:rgba(255,255,255,0.5);
    text-decoration:none;
    transition: background .2s ease-in-out;
   -moz-transition: background .2s ease-in-out;
   -webkit-transition: background .2s ease-in-out;
}

.jquerycssmenu ul li:hover > ul
{
    display:block;

}

.the-icons {
    padding-top: 8px;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 21px;
right: 9px;
}

.rightarrowclass{
position: absolute;
top: 14px;
right: 9px;
}

.contact-me {
    background: #FFF;
    padding: 40px;
}

.stilling ul {
    list-style: none;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
}
.stilling ul li {
    background: #f7f7f7;
    padding: 2px 12px;
    width: 100%;
    font-size: 0.8em;
    margin-bottom: 1px;
}

.sidebar .widget_title {
    font-size: 1.6em;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 25px;
    font-weight: 400;
}
.sidebar .widget_content {
    margin-bottom: 50px;
}

.sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar ul li {
    border-bottom: 1px solid #efefef;
}
.sidebar ul li a {
    display: block;
    padding: 8px 0;
    line-height: normal;
}

.sidebar ul li:last-child {
    border-bottom: 0;
}

.sidebar ul li a:hover {}

.widget_content {
    background: #f7f7f7;
    padding: 20px 30px;
}


.ansatte_box {
    background: #FFF;
    padding: 18px;
}

/* Footer */

 .footer {
     background: #333333;
     padding: 10rem !important;
     color: rgba(255,255,255,0.4);
     text-align: center;
 }

.footer a {
    color: #9298a9;
}
.footer a:hover {
    color: #FFF;
}
.footer section {}
.footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}
.footer ul li {
    padding: 2px 0;
}
.footer ul .cat_1 {
    color: #FFF;
    font-size: 2em;
    margin-bottom: 10px;
}
.footer .rh-button {
    display: inline-block;
    border: 2px solid #fff;
    padding: 15px 20px;
    color: #FFF;
    margin: 0 10px;
    margin-top: 10px;
}
.footnote {
    width: 100%;
    background: #555;
}
.footnote ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footnote {
    padding: 10px;
    color: rgba(255,255,255,0.4);
    font-size: 0.8em;
}


/* =Bootstrap ting
-------------------------------------------------------------- */

.form-control {
    border-radius: 0;
    box-shadow: 0;
    padding: 12px;
    height: auto;
}

.select-control {
    border-radius: 0;
    box-shadow: 0;
    padding: 12px;
    width: 100%;
    height: 45px;
}

.breadcrumb {
    padding: 20px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #FFF;
    border-radius: none;
}

.breadcrumb-wrapper {
            background: #fff;
}
.breadcrumb-wrapper .breadcrumb {
margin-bottom: 0;
}
.breadcrumb-wrapper .row {
margin-bottom: 0;
}
.breadcrumb-wrapper ul, ol {
            margin:0;
}

.breadcrumb-wrapper2 {
            background: #efefef;
}

.breadcrumb-wrapper2 .breadcrumb {
margin-bottom: 0;
background: #efefef;
}
.breadcrumb-wrapper2 .row {
margin-bottom: 0;
}
.breadcrumb-wrapper2 ul, ol {
            margin:0;
}

.btn-lg {
    padding: 14px 18px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0px
}




/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}



.navbar {
    border:0;
    background: #111;
    color: #FFF;
    margin-bottom: 0;
}

.navbar a {
    color: #FFF;
}

.navbar-default .navbar-nav>li>a {
    color: #FFF;
}

.navbar-default .navbar-brand {
    color: #FFF;
}

.navbar-default .navbar-toggle {
    border: 0;
    background-color: rgba(255,255,255,0.6);
    color: #FFF;
}

.navbar-default .navbar-toggle:hover {
    background-color: rgba(255,255,255,0.9);
    color: #FFF;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #496c91;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #053d51;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #053d51;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #FFF;
}


.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
	font-style:italic;
	color:#666666;
    line-height:17px;
    margin:0;
    padding:5px 5px 5px 5px;
}





pre {
	background: #e9dab9;
	padding:10px;
	border:1px solid #e0ca9b;
	overflow:auto;
	 font-size:11px;
}
code {
	font-size: 13px;
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	
}


.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* optional rounded corners for browsers that support it */
	margin: 10px;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 7px;
	padding-bottom:0px;
	padding-left:5px;
	padding-right:5px;
	text-align: center;
}

@media (max-width: 780px) {
    .footer {
        padding: 3rem !important;
        font-size: 16px;
    }
	
	.hidemobile {
		display:none !important;;
	}

    .footer ul .cat_1 {
        font-size: 1.4em;
        margin-bottom: 0;
    }
    .footer .rh-button {
        width: 100%;
    }
    .article-wrapper {
        padding-top: 0 ;
        padding: 8px;
    }
    .the-icons {
        display: none;
    }
    .prospect-content {
        padding-right: 15px;
    }
    .contact-me {
        padding: 20px;
    }
    .footnote {
        display: none;
    }
}

@media (min-width: 781px) {
    .contact-page-template h1 {
        text-align: center;
		
    }
	.hidedesktop {
		display:none !important;
	}
}