/*
Theme Name: Dameasy 2018
Theme URI: https://www.dameasyfloodbarriers.nl/
Author: Branding New
Author URI: https://www.brandingnew.nl/
Description: Maatwerk WordPress-thema voor Dameasy Flood Barriers
Version: 1.0
License: Commercial
Text Domain: dameasy
*/


body {
    font-family: 'Nunito', sans-serif;
}

a {
    color: #0F4E90;
    transition: all .25s ease;
}

a:hover {
    color: #09233e;    
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: bold;
}

h1, .h1, h2, .h2, h2.h4 {
    color: #0F4E90;
}

h1 span, h2 span, h3 span, h4 span {
    color: #FFC629;
}

.topbar {
    background: #000;
    color: #fec53e;
    font-size: 81.25%;
    font-weight: 400;
}

.topbar a {
    color: #ccc;
}

.topbar a:hover {
    color: #fec53e;
}

.page-header {
    background: #09233e;
    color: #fff;
    font-weight: bold;
}

.navbar-nav .nav-item {
    margin: 0 .125rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.8);
    margin: 0 0 0 .125rem;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.9);
}

.navbar-dark .webshop-link a {
    background: #fec53e;
    border-radius: .25rem;
    color: #000 !important;
}

.navbar-dark .webshop-link a:hover {
    background: #f1bb3b;
}

.s-page-title {
    background: #0F4E90;
}

.s-page-title h1 {
    color: #fff;
    margin: 0;
}

.s-content h1 {
    color: #0F4E90;
}

.s-actions {
    background: #f5f5f5;
}

.s-actions .action-link {
    text-decoration: none;
}

.s-actions .action-link h2 {
    color: #07223e;
    font-size: 1.75rem;
}

.s-actions .action-link h3 {
    color: #07223e;
    font-size: 1.5rem;
    transition: all .25s ease;
}

.s-actions .action-link:hover {
    text-decoration: none;
}

.s-actions .action-link:hover h3 {
    color: #fec53e;
}

.s-actions .barrier-calculator {
    background: #a1daf8;
    color: #0f4e90;
}

.s-slogan {
    background: #092B4E;
    color: #fff;
}

.s-slogan .yellow {
    color: #fec53e;
}

.s-usps {
    background: #07223E;
    color: #fff;
}

.page-footer h4 {
    color: #0F4E90
}

.page-footer .menu {
    padding-left: 1.25rem;
}

.house-dot {
    position: absolute;
    z-index: 99;
    width:1.5rem;
    height:1.5rem;
    background:#fec53e;
    border: 1px solid #c69500;
    border-radius:50%;
    cursor: pointer;
}

.house-dot .pulse {
    position: absolute;
    background: #fec53e;
    border: 1px solid #f00;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    transform: scale(1);
    top: -.0625rem;
    left: -.0625rem;
    opacity: 0;
    -webkit-animation: pulsate 2s ease-out infinite;
    animation: pulsate 2s ease-out infinite;
    z-index: 4;
}


/* Animation */
@-webkit-keyframes
pulsate {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }

    5% {
        opacity: 0.8;
    }

    45% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes
pulsate {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }

    5% {
        opacity: 0.8;
    }

    45% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}


@media (max-width:767px) {
    .header-navigation {
        margin-top: -3rem;
    }
}


/*** WooCommerce ***/
.woocommerce-page {
    background: #f5f5f5;
}

.products {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.productgrid article {
    background: #fff
}


@supports (display: grid) {
    .productgrid {
        display: grid;
        grid-gap: 30px;
        grid-template-columns: repeat(1, 1fr);
        margin: 20px 0;
    }

    @media (min-width:768px) {
        .productgrid {
            grid-template-columns: repeat(2, 1fr);
        }
        
        .cross-sells .productgrid {
            grid-template-columns: repeat(2, 1fr);
        }
        
        body.single .productgrid {
            grid-template-columns: repeat(2, 1fr) !important;
        }
    }
    
    @media (min-width:992px) {
        .productgrid {
            grid-template-columns: repeat(3, 1fr);
        }
        
        .cross-sells .productgrid,
		body.single .productgrid {
            grid-template-columns: repeat(4, 1fr) !important;
        }

    }

    .productgrid article {
        padding: 0 !important
    }
}

        
.productgrid .thumbnail {
    margin-bottom: 0;
    height: 100%;
    background: #fff;
}

.home-products .thumbnail {
    background: #fff;
}

.productgrid .thumbnail,
.products .thumbnail {
    padding: 10px;
    height: 100%;
    border-radius: .5rem;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.productgrid .thumbnail:hover,
.products .thumbnail:hover {
	border-color: #4cae4c;
	box-shadow: 0 0 .75rem rgba(9, 35, 62, .1);
    transform: scale(1.02);
    opacity: .75;
}

.productgrid .thumbnail a,
.products .thumbnail a {
    text-decoration: none;
}

@media (min-width:768px) {
    .productgrid .thumbnail a>img, .productgrid .thumbnail>img {
        max-height: 240px;
        width: auto;
    }
}
.productgrid .thumbnail a,
.products .thumbnail a {
    text-decoration: none;
}

.productgrid .thumbnail .product-thumbnail,
.products .thumbnail .product-thumbnail {
    display: block;
    padding: 10px;
    min-height: 253px;
    text-align: center;
}

.productgrid .thumbnail h3,
.products .thumbnail h3 {
    margin: 10px 0 20px;
    font-size: 16px;
    line-height: 1.25;
}

.productgrid .thumbnail .product-price,
.products .thumbnail .product-price,
.product .product-price {
    margin-bottom: 20px;
}

.product-price del {
    color: #999;
    margin-right: 8px;
}

.product-price ins {
    text-decoration: none;
}

.product-price .lead {
    font-weight: 400;
}

.product-price .tax-addition {
    margin-left: 2px;
}

/*** Single product ***/
body.single .col-12.left,
body.single article.product,
body.single-product .s-content > .container,
body.page-template-default article {
    background: #fff;
}

body.single .col-12.left {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

article.product .offer,
article.product .description {
    margin-bottom: 20px;
}

.row.product-info {
    margin-bottom: 40px;
}

article.product .quantity > .form-control {
    border-radius: 4px 4px 0 0;
    width: 100%;
}

.single-product article.product .btn {
    border-radius: 0 0 4px 4px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' stroke='%2309233e' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' stroke='%2309233e' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators li {
    background-color: rgba(15, 78, 144,.25);
    border: 1px solid rgba(9, 35, 62,.5);
    border-radius: 50%;
    width: 12px;
    height: 12px;
}

.carousel-indicators .active {
    background-color: rgba(15, 78, 144,.75);
}



/*** Search ***/
.searchresults a h4 {
    color: #0E1370;
}

.searchresults a .text-description {
    color: #333;
}

.searchresults .searchterm {
    background-color: #eeff00;
}



/*** Single product ***/
article.product .offer,
article.product .description {
    margin-bottom: 20px;
}

.row.product-info {
    margin-bottom: 40px;
}

article.product .quantity > .form-control {
    border-radius: 4px 4px 0 0;
}

.single-product article.product .btn {
    border-radius: 0 0 4px 4px;
}



/*** Search ***/
.searchresults a h4 {
    color: #0E1370;
}

.searchresults a .text-description {
    color: #333;
}

.searchresults .searchterm {
    background-color: #eeff00;
}



/*** WooCommerce defaults ***/
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.woocommerce #respond input#submit:active, .woocommerce a.button:active, .woocommerce button.button:active, .woocommerce input.button:active {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul>li {
    background: #818181;
    border: none;
}

.woocommerce nav.woocommerce-pagination ul>li:not(:first-child) {
    margin-left: .25rem;
}

.woocommerce nav.woocommerce-pagination ul>li a{
    color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover {
    background: #454545;
    color: #fff
}

.woocommerce nav.woocommerce-pagination ul>li:first-child a,
.woocommerce nav.woocommerce-pagination ul>li:first-child span {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.woocommerce nav.woocommerce-pagination ul>li:not(:first-child) a {
    border-left:none;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #000;
    color: #fff;
}

.woocommerce-result-count {
    line-height: 2.5;
}

.woocommerce form .form-row .woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

.woocommerce form .form-row .woocommerce-input-wrapper .input-text {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.related-products {
    margin: 40px 0 0;
}

.cross-sells article,
.related-products article {
    padding: 0 15px;
}

.term-description {
    margin: 40px 0;
}


/*** Widgets ***/
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #ddd;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background: #0489E6;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background: #0E1370;
}

.woocommerce .widget_price_filter .price_slider_amount {
    font-weight: 700;
}

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
    padding: 8px 0;
}

.woocommerce ul.cart_list li:not(:last-child), .woocommerce ul.product_list_widget li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.woocommerce ul.product_list_widget a {
    color: #404040;
}

.woocommerce ul.product_list_widget a:hover {
    color: #0489E6;
}

.woocommerce ul.product_list_widget ins {
    text-decoration: none;
}

.woocommerce ul.product_list_widget ins > span,
.woocommerce ul.product_list_widget .woocommerce-Price-amount,
.woocommerce ul.product_list_widget .woocommerce-price-suffix {
    color: #3c763d;
}

.woocommerce ul.product_list_widget del > span {
    color: #0489E6 !important;
}

.shop-attributes>tbody>tr>td,
.shop-attributes>tbody>tr>th,
.shop-attributes>tfoot>tr>td,
.shop-attributes>tfoot>tr>th,
.shop-attributes>thead>tr>td,
.shop-attributes>thead>tr>th {
    padding: 12px 8px;
}

table.shop-attributes td p:last-child {
    margin: 0;
}

.widget_product_categories ul {
    padding-left: 20px;
}

.woocommerce-widget-layered-nav-list:after,
.woocommerce-widget-layered-nav-list:before {
    display: table;
    content: " "
}

.woocommerce-widget-layered-nav-list:after {
    clear: both;
}

.woocommerce-widget-layered-nav-list li {
    float: left;
    width: 50%;
    padding: 4px 0 !important;
}





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

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}