/*------ template style  J. Lindén ------*/


/*------ CONTACT SUBMIT align------*/
.wpcf7 p .wpcf7-form-control.wpcf7-submit {
    float: right;

}



/*------ BODY BG------*/

.site-content {
    background: #295F72;

}

body, button, input, select, textarea {
    color: #999998;

}


h3 {
    color: #999999;

}

/*------ HEADER BG------*/

.site-header {
    background: #295F72;
}

/*------ SSTICKY HEADER BG------*/
.site-header.is-stuck {
    background: #295F72;
}

/*------ NAVI LINK EFFECT------*/

.main-navigation div > ul > li > a:hover {
    border-bottom: 23px solid #40C8F4;
}

/*------ NAVI LINK TEXT------*/
.main-navigation ul li a {
    color: #40C8F4;
    display: block;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.78571em;
    outline: 0;
    text-decoration: none;
    white-space: nowrap;
}


/*------ MOUSE selection ------*/

::selection {
    background: rgba(42, 116, 140, 0.99);
    color: #ffffff;
}

*::-moz-selection {
    color: #ffffff;

    background: #ffffff;
    background: rgba(42, 116, 140, 0.99);
}



/*------ RESPONSIVE MENU HOVER BG------*/

.responsive-menu .main-navigation.toggled ul li a:hover, .responsive-menu .main-navigation.toggled ul li a:hover:before {
    background: #295f72;
    border-bottom: none;
    color: #fff;
}


.responsive-menu .main-navigation.toggled ul li a {
    background: #295f72;
    color: #40c8f4;
    height: auto !important;
    line-height: normal !important;
    margin: 0 0 2px;
    padding: 14px 18px 15px;
    text-align: left;
    transition: none;
}


/*------ HAMPPARI------*/
.responsive-menu .menu-toggle {

    color: #40c8f4;

}


/*------ STUPID PADDING REMOVE------*/

.single .entry-header, .page .site-content > .entry-header, .blog .page-header, .archive .page-header, .search-results .page-header, .search-no-results .page-header, .error404 .page-header {
    box-sizing: content-box;
    background: #F6F6F7 none repeat scroll 0% 0%;
    padding: 1.33929em 0px;
    display: none;
}



.home.siteorigin-panels-home 
.site-content, .page-template-home-panels .site-content, 
.page-template-full-width-no-title .site-content > .container, 
.page-template-default-no-title .site-content > 
.container, 
.blog 
.site-content 
.container.no-blog-title {
    padding-top: 0px;
}

/*------ STUPID PADDING REMOVE part2------*/

.site-content {
    padding: 0px;
}
