/*------ template style  J. Lindén ------*/

/*------ WEIRD 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;
}

/*------ WEIRD PADDING REMOVE part2------*/

.site-content {
    padding: 0px;
}



/*------ MOUSE selection ------*/

::selection {
    background: rgba(156, 201, 195, 0.99);
    color: #fff;
}

::-moz-selection {
    color: #fff;

    background: #9CC9C3;
    background: rgba(156, 201, 195, 0.99);
}



/*------ HEADER FONT------*/

h1
{
font-family: 'Dancing Script', cursive;
}


/*------ SCROLL TOP COLOR------*/
#scroll-to-top {
    background: #7fdbe0;
}


/*------ SLIDER SLIDER DOTS&amp;ARROWS------*/

.so-widget-sow-hero-default-b93197a63ab2-87 .sow-slider-base .sow-slider-pagination li a {
    background: #ffffff;
    display: none;
}

.so-widget-sow-hero-default-b93197a63ab2-87 .sow-slider-base .sow-slide-nav a {

    display: none;
}