/* Author: Vasilis Neris */
/* Author: Design for Webo2 */

*{
  font-family: fira sans;
}
/* Header */
#headerphoto
{
  visibility:hidden;
}


/* Main Menu */

#navigation {
    position: fixed !important;
    width: 1020px !important;
    top: 150px !important;
    left: 50% !important;
    margin-left: -510px auto !important;
    z-index: 1000 !important;
    background-color: #f7f7f7;
    border-top: 1px solid;
    border-bottom: 1px solid;
    font-size: 20px;
    font-family: fira sans;
    font-weight: 300;
}

#navigation ul.nav > li > a {
    color: #008871;
    font-weight: 500;
    font-family: fira sans;
    padding-top: 15px;
    padding-bottom: 15px;
}
#navigation #main-nav {
    display: inline;
    float: left;
    width: 70.83333333333334%;
    margin-left: 2.083333333333333%;
    margin-right: 2.083333333333333%;
    width: auto;
    margin-top: -4px;
}
#navigation ul.nav > li:hover > a {
    background: #f7f7f7;
    color: #004f42;
    box-shadow: inset 0 0.207em 0 0 #ffffff;
    -webkit-box-shadow: inset 0 0.207em 0 0 #004f42;
}

#navigation ul.nav > li.current_page_item > a, #navigation ul.nav li.current_page_parent > a, #navigation ul.nav li.current-cat > a, #navigation ul.nav li.current-menu-item > a {
    background: #f7f7f7;
    color: #008879;
    box-shadow: inset 0 0.207em 0 0 #474747;
    -webkit-box-shadow: inset 0 0.207em 0 0 #004f42;
}

#navigation ul.nav ul {
    background: #f7f7f7;
    padding: 1em 0;
    left: 0;
}
#navigation ul ul.sub-menu {
    margin-left: 0;
    border: 1px solid;
}

#navigation ul.nav ul li a {
    font-weight: 500;
    color: #b5b5b5;
    background: #f7f7f7;
    font-size: 15px;
    padding-right: 25px;
    font-family: fira sans;
}

#navigation ul.nav > li.current_page_item > a:hover, #navigation ul.nav li.current_page_parent > a:hover, #navigation ul.nav li.current-cat > a:hover, #navigation ul.nav li.current-menu-item > a:hover {
    background: #f7f7f7;
    color: #5d5d5d;
}
@media (max-width: 360px) {
ul#main-nav li a {margin: 0px;padding: 2px;height: 17px;}
#navigation ul.nav > li > a {color: #008871;font-weight: 500;font-family: fira sans;padding-top: 15px;padding-bottom: 3px;font-size: 16px;margin-left: -17px;}
#navigation {left: 21% !important;font-size:16px;}
}

 /* Main Menu end */

  
/* Sidebar */

#sidebar {
    margin-top: 0;
    display: inline;
    float: left;
    width: 23.833333%;
    margin-left: 2.083333333333333%;
    margin-right: 2.083333333333333%;
    font-size: .875em;
    border: 1px solid;
    padding: 20px;
}
@media (max-width: 767px){
#sidebar{width: 88%;}
}
#sidebar .widget h2:first-of-type {
    font-size: 18px;
    color: #007764;
    text-align: center;
    border-bottom: 1px solid;
    padding-bottom: 15px;
    border-color: #ccc;    
}

.textwidget {
    font-size: 16px;
    color: #525252;
}

/* Sidebar End */

/* Content */
@media (max-width: 480px) {
ul.products li.product .product-details {
    background: rgb(0, 79, 66);
    color: #ff6565 !important;
    text-align: left;
    opacity: 1;
    display: block;
}
ul.products li.product .product-details{
  color:#fff;
  font-size:16px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 40.05%;
}
}
a {
    color: #009c83;
    text-decoration: none;
}

.page header h1 {
    font: bold 2.2em/1em 'Open Sans Condensed', arial, sans-serif;
    color: #004f42;
}

h1.page-title {
    font-size: 2.2em !important;
    text-align: left !important;
    color: #007764;
    text-transform: none !important;
}

ul.products li.product .product-details {
    position: absolute;
    background: rgb(0, 79, 66);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 0.334em solid #ffffff;
    color: #f7f7f7;
    padding: 1.618em;
    text-align: left;
    opacity: 0;
    filter: alpha(opacity=@opacity * 100);
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
/*Content End */

/*Footer */

#footer-widgets hr {
    height: 4px;
    background: #004f42;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: inline;
    float: left;
    width: 95.83333333333334%;
    margin-left: 1.083333%;
    margin-right: 2.083333333333333%;
    margin-bottom: 1.997em;
}

#footer-widgets.col-4 .block {
    display: inline;
    float: left;
    width: 30.833333%;
    margin-left: 1.083333%;
    color: #1f1f1f;
}

.sci-social-icons {
    overflow: hidden;
    margin-left: 2px;
    padding-left: 30px;
}

.sci-social-icons-horizontal li {
    float: left;
    padding-right: 17px;
}

/*Footer End */



















