/*
Theme Name: Ulster Industrial Explosives
Theme URI: http://www.uielimited.com/
Author: Simply Zesty
Author URI: http://www.simplyzesty.com
Description: 2016 Custom Build WordPress Theme For Ulster Industrial Explosives, for any amends please contact SimplyZesty at: belfast@simplyzesty.com
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/** cookie notice **/

.cookieoverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.7;
    z-index: 10;
    display: block;
    top: 0;
    left: 0;
}

body.uie .cookieoverlay{
    background: #141D3F;
    opacity: 0.7
}
body.iie .cookieoverlay{
    background: #005c51;
    opacity: 0.7
}

body.kemek .cookieoverlay{
    background: #0b553f;
    opacity: 0.7
}

.cookienotice {
    position: fixed;
    top: 15%;
    left: 25%;
    width: 50%;
    height: 75%;
    padding: 1em;
    background-color: white;
    z-index: 11;
    overflow: auto;
    text-align: left;
    font-size: 1em;
}

.cookienotice p {
    font-size: 1em !important;
    line-height: 1.6em !important;
}

h3.cookienoticetitle {
  font-size: 1.4em;
    background: #0a0a0a;
    color: #fff;

    line-height: 1.4;
    margin: -1em -1em 0 -1em;
    padding: 1em 1em 0.5em 1em;

}

body.uie h3.cookienoticetitle {
    background-color: #283891;
}

body.iie h3.cookienoticetitle {
    background-color: #005c51;
}

body.kemek h3.cookienoticetitle {
    background-color: #0b553f;
}


div.cookienoticecontents{
  padding-bottom: 3em;
}

div.cookienoticeacceptance{
    position: relative;

    background: #fcfcfc;
    bottom : 0;
    height: 4.5em;
    text-align: right;
    padding-right: 1em;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    border-top: solid 1px #dcdcdc;
}

div.cookienoticeacceptance input, div.cookienoticeacceptance button {
    border-radius: 2px;
}

@media screen and ( max-width: 39em) {
    .cookienotice {
        position: fixed;
        top: 15%;
        left: 10%;
        width: 80%;
        height: 75%;
    }
}