/* CSS.WP Control Copy 4.9 @ 20/11/14 # Nimrod Tsabari */
/* Admin Toolbar */
.wpcc-front-admin-button-wrapper {
    position: relative;
}
.wpcc-front-admin-button-wrapper span {
    display: none;
}
.wpcc-front-admin-button-wrapper span.wpcc-last {
    position: absolute;
    left: 0;
}
.wpcc-front-admin-button-wrapper span.wpcc-active {
    display: block;
}
/* Font Main */
#wpcc {
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 5px;
    border: 1px solid #fff;
    outline: 0;
    width: 250px;
    text-align: center;
    opacity: 0;
    color: white;
    z-index: -100;
    -webkit-box-shadow: 0px 0px 5px #444;
    -moz-box-shadow: 0px 0px 5px #444;
    box-shadow: 0px 0px 5px #444;;
}
#wpcc.wpcc-bottom-left {
    bottom: 10px;
    left: 10px;
    right: auto;
    top: auto;
}
#wpcc.wpcc-top-left {
    bottom: auto;
    left: 10px;
    right: auto;
    top: 10px;
}
#wpcc.wpcc-top-right {
    bottom: auto;
    left: auto;
    right: 10px;
    top: 10px;
}
#wpcc #wpcc-social {
    color: inherit;
    text-shadow: 0px 0px 0px;
}
#wpcc #wpcc-alert {
    font-size: 18px;
    background: white;
    margin: -5px;
    padding: 5px 10px;
    margin-bottom: 5px;
}
#wpcc #wpcc-close {
    float: right;
    display: inline-block;
    background: white;
    color: #444;
    line-height: 1em;
    font-size: 12px;
    padding: 2px 5px;
    margin: 0px -5px -5px 0;
    cursor: pointer;
    text-shadow: 0px 0px 0px;
}
#wpcc #wpcc-close:hover {
    background: #444;
    color: #fff;
}

#wpcc a { text-decoration: none; color: inherit; }
#wpcc a i { color: #fff; -webkit-transition: all 300ms; time;-moz-transition: all 300ms; time;-ms-transition: all 300ms; time;-o-transition: all 300ms; time;transition: all 300ms; time; }
#wpcc a:hover i {
    color: #444;
    background: #fff;}
#wpcc .wpcc-subtitle {
    display: block;
    margin-bottom: 5px;
    padding: 0px 10px;
}
/* Themes : Carpet */
#wpcc.wpcc-carpet {
    outline: 0px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.498039) !important;
    width: auto;
    overflow: hidden;
}
#wpcc.wpcc-carpet > #wpcc-container {
    position: absolute;
    width: 350px;
    top: 50%;
    left: 50%;
    margin-left: -175px;
    border: 3px solid white;
    padding: 10px;
    box-sizing: border-box;
}
#wpcc.wpcc-carpet #wpcc-alert {
    font-size: 24px;
    background: none;
    color: #fff !important;
    border-bottom: 1px solid white;
    margin-bottom: 10px;
}
#wpcc.wpcc-carpet #wpcc-close {
    position: absolute;
    bottom: 4px;
    right: 4px;
}
/* Theme : No Social */
#wpcc.wpcc-no-social {
    border: 3px solid white;
}
#wpcc.wpcc-no-social.wpcc-blue #wpcc-alert,
#wpcc.wpcc-no-social.wpcc-success #wpcc-alert {
    margin: 0;
    background: none;
    color: white;
    border-bottom: 0px;
}


/* Schemes : Blue */
#wpcc.wpcc-success.wpcc-blue #wpcc-alert { color: #0089c7; }
#wpcc.wpcc-carpet.wpcc-success.wpcc-blue > #wpcc-container,
#wpcc.wpcc-success.wpcc-blue {
    background: rgba(0,136,199,1);
    background: -moz-linear-gradient(top, rgba(0,136,199,1) 0%, rgba(4,151,214,1) 41%, rgba(4,153,217,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,136,199,1)), color-stop(41%, rgba(4,151,214,1)), color-stop(100%, rgba(4,153,217,1)));
    background: -webkit-linear-gradient(top, rgba(0,136,199,1) 0%, rgba(4,151,214,1) 41%, rgba(4,153,217,1) 100%);
    background: -o-linear-gradient(top, rgba(0,136,199,1) 0%, rgba(4,151,214,1) 41%, rgba(4,153,217,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,136,199,1) 0%, rgba(4,151,214,1) 41%, rgba(4,153,217,1) 100%);
    background: linear-gradient(to bottom, rgba(0,136,199,1) 0%, rgba(4,151,214,1) 41%, rgba(4,153,217,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088c7', endColorstr='#0499d9', GradientType=0 );
}

/* Scheme : Gray */
#wpcc.wpcc-success.wpcc-gray #wpcc-alert { color: #475059; }
#wpcc.wpcc-carpet.wpcc-success.wpcc-gray > #wpcc-container,
#wpcc.wpcc-success.wpcc-gray {
    background: rgba(71,80,89,1);
    background: -moz-linear-gradient(top, rgba(71,80,89,1) 0%, rgba(59,66,74,1) 47%, rgba(47,52,59,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(71,80,89,1)), color-stop(47%, rgba(59,66,74,1)), color-stop(100%, rgba(47,52,59,1)));
    background: -webkit-linear-gradient(top, rgba(71,80,89,1) 0%, rgba(59,66,74,1) 47%, rgba(47,52,59,1) 100%);
    background: -o-linear-gradient(top, rgba(71,80,89,1) 0%, rgba(59,66,74,1) 47%, rgba(47,52,59,1) 100%);
    background: -ms-linear-gradient(top, rgba(71,80,89,1) 0%, rgba(59,66,74,1) 47%, rgba(47,52,59,1) 100%);
    background: linear-gradient(to bottom, rgba(71,80,89,1) 0%, rgba(59,66,74,1) 47%, rgba(47,52,59,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#475059', endColorstr='#2f343b', GradientType=0 );
}

/* Scheme : Teal */
#wpcc.wpcc-success.wpcc-teal #wpcc-alert { color: #0a98ab; }
#wpcc.wpcc-carpet.wpcc-success.wpcc-teal > #wpcc-container,
#wpcc.wpcc-success.wpcc-teal {
    background: rgba(10,152,171,1);
    background: -moz-linear-gradient(top, rgba(10,152,171,1) 0%, rgba(8,135,152,1) 47%, rgba(5,107,120,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(10,152,171,1)), color-stop(47%, rgba(8,135,152,1)), color-stop(100%, rgba(5,107,120,1)));
    background: -webkit-linear-gradient(top, rgba(10,152,171,1) 0%, rgba(8,135,152,1) 47%, rgba(5,107,120,1) 100%);
    background: -o-linear-gradient(top, rgba(10,152,171,1) 0%, rgba(8,135,152,1) 47%, rgba(5,107,120,1) 100%);
    background: -ms-linear-gradient(top, rgba(10,152,171,1) 0%, rgba(8,135,152,1) 47%, rgba(5,107,120,1) 100%);
    background: linear-gradient(to bottom, rgba(10,152,171,1) 0%, rgba(8,135,152,1) 47%, rgba(5,107,120,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a98ab', endColorstr='#056b78', GradientType=0 );
}


/* Scheme : Orange */
#wpcc.wpcc-success.wpcc-orange #wpcc-alert { color: #e98913; }
#wpcc.wpcc-carpet.wpcc-success.wpcc-orange > #wpcc-container,
#wpcc.wpcc-success.wpcc-orange {
    background: rgba(233,137,19,1);
    background: -moz-linear-gradient(top, rgba(233,137,19,1) 0%, rgba(219,126,20,1) 47%, rgba(204,116,16,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(233,137,19,1)), color-stop(47%, rgba(219,126,20,1)), color-stop(100%, rgba(204,116,16,1)));
    background: -webkit-linear-gradient(top, rgba(233,137,19,1) 0%, rgba(219,126,20,1) 47%, rgba(204,116,16,1) 100%);
    background: -o-linear-gradient(top, rgba(233,137,19,1) 0%, rgba(219,126,20,1) 47%, rgba(204,116,16,1) 100%);
    background: -ms-linear-gradient(top, rgba(233,137,19,1) 0%, rgba(219,126,20,1) 47%, rgba(204,116,16,1) 100%);
    background: linear-gradient(to bottom, rgba(233,137,19,1) 0%, rgba(219,126,20,1) 47%, rgba(204,116,16,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e98913', endColorstr='#cc7410', GradientType=0 );
}


/* Schemes : Fail */
#wpcc.wpcc-fail #wpcc-alert { color: #bd0404; }
#wpcc.wpcc-carpet.wpcc-fail > #wpcc-container,
#wpcc.wpcc-fail {
    background: rgba(189,4,4,1);
    background: -moz-linear-gradient(top, rgba(189,4,4,1) 0%, rgba(168,3,3,1) 44%, rgba(153,3,3,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(189,4,4,1)), color-stop(44%, rgba(168,3,3,1)), color-stop(100%, rgba(153,3,3,1)));
    background: -webkit-linear-gradient(top, rgba(189,4,4,1) 0%, rgba(168,3,3,1) 44%, rgba(153,3,3,1) 100%);
    background: -o-linear-gradient(top, rgba(189,4,4,1) 0%, rgba(168,3,3,1) 44%, rgba(153,3,3,1) 100%);
    background: -ms-linear-gradient(top, rgba(189,4,4,1) 0%, rgba(168,3,3,1) 44%, rgba(153,3,3,1) 100%);
    background: linear-gradient(to bottom, rgba(189,4,4,1) 0%, rgba(168,3,3,1) 44%, rgba(153,3,3,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd0404', endColorstr='#990303', GradientType=0 );
}
/* Schemes : Green */

#wpcc.wpcc-success.wpcc-green #wpcc-alert { color: #7f960f; }
#wpcc.wpcc-carpet.wpcc-success.wpcc-green > #wpcc-container,
#wpcc.wpcc-success.wpcc-green {
    color: #7f960f;
    background: rgba(127,150,15,1);
    background: -moz-linear-gradient(top, rgba(127,150,15,1) 0%, rgba(116,137,12,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(127,150,15,1)), color-stop(100%, rgba(116,137,12,1)));
    background: -webkit-linear-gradient(top, rgba(127,150,15,1) 0%, rgba(116,137,12,1) 100%);
    background: -o-linear-gradient(top, rgba(127,150,15,1) 0%, rgba(116,137,12,1) 100%);
    background: -ms-linear-gradient(top, rgba(127,150,15,1) 0%, rgba(116,137,12,1) 100%);
    background: linear-gradient(to bottom, rgba(127,150,15,1) 0%, rgba(116,137,12,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f960f', endColorstr='#74890c', GradientType=0 );
}
#wpcc .wpcc-subtitle { color: white; }
#wpcc i {
    padding: 3px;
    font-size: 18px;
}

/* No JS */
.wpcc-no-js-carpet {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background: rgba(0,0,0,0.95);
}
.wpcc-no-js-notification {
    z-index: 100000;
    position: fixed;
    top: 50%;
    text-align: center;
    background: rgb(233, 97, 97);
    box-shadow: 0 0 10px #000;
    border-bottom: 3px solid #A64848;
    width: 550px;
    left: 50%;
    margin-left: -275px;
    margin-top: -100px;
}
.wpcc-no-js-notification > div {
    color: #fff;
    margin: 40px;
    display: block;
    text-shadow: 1px 1px #000;
}