/*
Theme Name: eDialog24 AS
Theme URI: http://www.edialog24.no/
Description: Utviklet av Mats Koray Genc / Genc Media™
Author: Mats Koray Genc
Author URI: http://www.genc.no/
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:400,300,700,500,100');
@import url('https://fonts.googleapis.com/css2?family=Baloo+Tamma+2:wght@400;500;600;700&display=swap');

/* Color variables */

:root {
    --primary-color: #FFC000;
    --secondary-color: #255957;
    --third-color: #101010;
    --text-color: #101010;
    --border-color: #e2e2e2;
    --backgroundgray-color: #f7f7f7;
  }

body {
	    font-size:16px;
        font-family: 'Roboto', sans-serif;
        line-height: 1.6em;
        font-weight: 300;
        background: var(--backgroundgray-color);
}

p {
    margin-bottom:40px;
}

.navigation-wrapper {
    background: #FFF;
    padding: 1rem;
    font-family: 'Baloo Tamma 2', cursive !important;
}
nav {
    text-transform: uppercase !important;
}
nav a {
    text-decoration: none;
}

.navbar-light a {
    color: #000 !important;
   
}

.navbar-light li {
    margin-left: 1rem;
    padding: 0.8rem 0;
}

.current_page_item a {
    border-bottom: 2px solid var(--secondary-color);
}

.navbar-light .dropdown-menu {
    min-width: 250px;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 0 18px rgba(0,0,0,0.1);
    margin-top: 34px;
}


.top-header-wrapper a {
    color: #333;
    margin-bottom: 10px;
}

.grecaptcha-badge {
    display: none;
}

.list-group-item[aria-expanded="true"]{
     background-color: #FFC000 !important;
}

.list-group {
    margin-bottom: 1rem;
}
.list-group a {
    text-decoration: none;
}

.top-header-wrapper span {
    margin-right: 20px;
}
.top-header-wrapper {

    font-size: 0.8em;

}
.top-header {}
.top-header .contact {}
.top-header .social i {
    margin-left: 10px;
}
.top-header .social {
    text-align: right;
}


.index input {
    margin-bottom: 5px;
}

.the_team {
	border:1px solid #efefef;
	padding:10px;
	border-radius:5px;
	margin-bottom:20px;
}

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

.the_team .member {
	margin:0px;
	padding:0px;
}

.the_team ul {list-style:none;}
.the_team ul li {}
.the_team ul li a: {}
.the_team ul li a:hover {}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Baloo Tamma 2', cursive;
}


a {
    color: var(--secondary-color);
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
    color: var(--text-color);
}


.header_wrapper {
    background: #FFF;
    padding-bottom: 10px;
    padding-top: 10px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 2;
    box-shadow: 2px 0px 15px rgba(0,0,0,0.2);
    border-top: 5px solid #ffb802;

}

.header {}
.header a {}
.header a:hover {}

.top_menu {
    border-bottom: 1px solid #e5e5e5;
}
.top_menu ul {
    list-style: none;
    padding: 0;
}
.top_menu ul li {
    float: right;
    padding: 5px;
    font-weight: 200;
}
.top_menu ul li a {
    color: #CCC;
}
.top_menu ul li a:hover {}

.header .logo {
    margin-top: 30px;
}

.menu_wrapper {
    border-bottom: 1px solid #e5e5e5;
}


#myjquerymenu {}
.jquerycssmenu ul{
    margin: 0;
    padding-left:0px;
    list-style: none;
    z-index:999;
    font-family: 'Roboto', sans-serif;
    border-top: 10px solid #FFF;
}


.jquerycssmenu ul li.menu-item i {
    font-size: 2em;
    text-align: center;
    display: block;
    margin-left: 10px;
}
.jquerycssmenu ul li {
    position:relative;
    display:inline;
    float:right;
    text-align: center;
    transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -webkit-transition: background .2s ease-in-out;
    z-index: 999;
    margin-left: 10px;

}
.jquerycssmenu ul li:hover{

    color:#FFF;
}
.jquerycssmenu ul li a{
    display: block;
    padding: 15px 10px 15px 10px;
    color:#111;
    text-decoration: none;
    border-radius: 10px;
    text-align: center;
}
.jquerycssmenu ul li a:hover{
    text-decoration:none;
    background:#FFC000;
    color:#FFF;
}
.jquerycssmenu ul li ul{
    position: absolute;
    left: 0;
    display: block;
    visibility: hidden;
}
.jquerycssmenu ul li ul li {
    display: list-item;
    float: none;
    border-right:0px;
    border-bottom:1px #555 solid;
    background:#444;
    border-radius: 0;
}
.jquerycssmenu ul li ul li:last-child {
    border:0;
}
.jquerycssmenu ul li ul li:hover {
    border-radius: 0;
}
.jquerycssmenu ul li ul li ul{top: 0;}
.jquerycssmenu ul li ul li a{
    width: 280px;
    color: #FFF;
    padding: 10px 15px;
    border-bottom:0px;
    border-radius: 0;
}
.jquerycssmenu ul li ul li a:hover{
    background:#555;
    text-decoration:none;
    border-bottom:0;
    color:#FFF;
    border-radius: 0;
}
.downarrowclass{position: absolute;top: 20px;right: 9px;}
.rightarrowclass{position: absolute;top: 20px;right: 9px;}


.jquerycssmenu .current_page_item {
    background:#FFC000;
    color:#fff;
    border-radius: 10px;
}

.jquerycssmenu ul li ul li.current_page_item {
    border-radius: 0 !important;
}


.jquerycssmenu ul li ul .current_page_item a {
    color:#fff;
    border-radius: 0;

}
.jquerycssmenu ul li ul .current_page_item a:hover {

    border-radius: 0;
    color:#fff;
}


.page-wrapper {
    margin: 5rem 0;
}


/* Ansattebox */

.page-wrapper .business-card h3 {
    font-size: 1em;
    font-weight: 700;
    margin: 0 !important;
    text-align: left;
}
.page-wrapper .business-card h3 a {
    text-decoration: none;
    color: var(--text-color);
}
.page-wrapper .business-card h3 a:hover {
    color: var(--secondary-color);
}

.page-wrapper .business-card {
    padding: 35px 25px;
    background: #fff;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
    margin-top: 4rem;
    border: 1px solid var(--border-color);
    border-bottom: 5px solid var(--secondary-color);
}

.page-wrapper .business-card img {
    border-radius: 50%;
}


.page-wrapper .box-item .stilling {
    margin-top: 5px;
    display: block;
}








.background1 {
    background: url("images/edialog24-mobil.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #FFF;
}

.container.index {

	padding:70px;
	text-align:center;
}



.container.index h4 {
    margin-bottom: 30px;
}


::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #d8d8d8;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #d8d8d8;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #d8d8d8;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #d8d8d8;
}


.contenter .box {
    padding:30px;
    text-align: center;
    font-size:1.4em;
    background: #fff;
    margin-bottom:3rem;
    color: #000;
    box-shadow: 0 0 18px rgba(0,0,0,0.1);
}

.contenter {
    margin-bottom: 5rem;
}
.contenter .box a:link {
 color: #333;
}


.box_footer {
    padding:30px;
    text-align: center;
    font-size:1.4em;
    background: #444;
}

.box_footer a:link {
color:#FFF;
}

.index .contenter {
    padding: 20px 0px;
}

.content {}
.content h1:first-child {}

.content .sidebar .widget h3 {
    text-transform: uppercase;
    font-size:1.2em;
}

.index_widget_wrapper {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 40px;
    padding-bottom: 40px;
}

footer {
    background: #FFF;
}

.footer_wrapper {
    background: #f7f7f7;
}
.footer {
    font-size: 0.8em;
    padding: 0px 0px;

}
.footer ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
    border: 1px solid #e5e5e5;
    box-shadow: 2px 2px 0px rgba(0,0,0,0.1);
    border-radius: 3px;
}
.footer ul li {
    border-bottom: 1px solid #e5e5e5;
}
.footer ul li a {
    display: block;
    padding: 5px;
}
.footer ul li a:hover {
    background: #f7f7f7;
}
.footer ul .current_page_item a {
    color:#fff;
}

.footer h3 {
    font-size: 2em;
}

ul.some1 {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;    
}
.some1 li {
    padding: 0 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.some1 li a {
    color: #CCC;
}

.some1 li a:hover {
    color: var(--primary-color);
}

.copyright {
    padding: 3rem 0;
    text-align: center;
}

/* Bootstrap Override */

.form-control {
    border: 1px solid var(--border-color);
    border-bottom: 2px solid var(--border-color);
    height: 54px;
}

.btn-default {
    border: 1px solid #ccc;
    background: #fcfcfc;
    background: -moz-linear-gradient(top,#fcfcfc 0,#ededed 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fcfcfc),color-stop(100%,#ededed));
    background: -webkit-linear-gradient(top,#fcfcfc 0,#ededed 100%);
    background: -o-linear-gradient(top,#fcfcfc 0,#ededed 100%);
    background: -ms-linear-gradient(top,#fcfcfc 0,#ededed 100%);
    background: linear-gradient(to bottom,#fcfcfc 0,#ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc',endColorstr='#ededed',GradientType=0);
}

.btn-success {
    color: #fff;
    background-color: #ffc000;
    border-color: #ffc000;
}

.btn-success:hover {
    color: #fff;
    background-color: #ffc000;
    border-color: #ffc000;
}

.btn-success:disabled {
    background-color: #333;
    border-color: #333;
}

.try-edialog {
    height: 64px;
    padding: 20px;
    font-size: 1em;
   	font-family: 'Roboto', sans-serif;
}



.try-edialog-button {
    border:0;
    height: 64px;
    font-size: 0.9em;
    text-transform: uppercase;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.2)
}

.try-edialog-button:hover {
    background: rgba(66,186,77,1);
border:0;
}



/* =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;
}

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
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.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;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.snakkeboble
{
    position: relative;
    max-width: 800px;
    min-width: 200px;
    padding: 35px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    background: #FFFFFF;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    border: #ffb802 solid 2px;
}

.snakkeboble:after
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 12px 0 12px 24px;
    border-color: transparent #FFFFFF;
    display: block;
    width: 0;
    z-index: 1;
    right: -24px;
    top: 44px;
}

.snakkeboble:before
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 13px 0 13px 25px;
    border-color: transparent #ffb802;
    display: block;
    width: 0;
    z-index: 0;
    right: -27px;
    top: 43px;
}




@media only screen and (max-width: 700px) {
  .container.index {
  padding: 20px;
  }
  .contenter {
  margin-bottom: 20px;
  }
  .page-wrapper {
      margin: 1rem 0;
  }
  .page-wrapper .business-card {
        padding: 25px 15px;
        background: #fff;
        box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
        margin-top: 1rem;
    }
    .firmarapport {
        margin: 2rem 0;
    }
    .navigation-wrapper {
        padding: 0;
    }
    .navbar-light li {
        padding: 0.5rem 0;
    }
    .navbar-light .dropdown-menu {
        min-width: auto;
        border: 1px solid var(--border-color);
        border-radius: 3px;
        box-shadow: none;
        margin-top: 10px;
    }
    .navbar-collapse {
        margin-top: 1rem;
    }
}
@media only screen and (max-width: 550px) {}
@media only screen and (max-width: 400px) {}
@media only screen and (max-width: 1000px) {}
@media only screen and (max-width: 850px) {}