/*
Theme Name: Poseidon Child
Description: Poseidon Child Theme
Template: poseidon
Version: 1.0
Author:	SiteCreation
Author URI: http://www.sitecreation.ch
*/

/*Add your own styles here:*/


@import url("../poseidon/style.css");


#masthead
{
  background: #A79A86;
  background: -webkit-linear-gradient(top, #B6AC9A 0, #988971 100%) no-repeat;
  background: -moz-linear-gradient(top, #B6AC9A 0, #988971 100%) no-repeat;
  background: -o-linear-gradient(top, #B6AC9A 0, #988971 100%) no-repeat;
  background: -ms-linear-gradient(top, #B6AC9A 0, #988971 100%) no-repeat;
  background: linear-gradient(to bottom, #B6AC9A 0, #988971 100%) no-repeat;
  -svg-background: linear-gradient(top, #B6AC9A 0, #988971 100%) no-repeat;
  padding: 6px;
  margin: 0 auto;
  position: relative;
  z-index: 499;
  text-align: left;
  max-width: 1170px;
  margin: 0 auto;
}

.main-navigation-menu a:hover, .main-navigation-menu a:hover::after {
color:#ffffdd
}

.main-navigation-menu li.current-menu-item > a {
color:#ffffdd
}

body, button, input, select, textarea {
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, Sans-Serif !important;
font-size: 13px !important;
line-height: 1.5;
}

.page-title, .entry-title {
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, Sans-Serif;
font-size: 24px;
color: #97948c;
}

.entry-header {
    margin-bottom: 20px;
}

th, td {
border: none;
padding: 0;
}

.footer-wrap {
background-color: #B6B1A5;
max-width: 1170px;
margin: 0 auto;
}

.site-content {
background-color: #ffffff;
}

.header-image {
  max-width: 1170px;
  margin: 0 auto;
}

.site {
-webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.4);
box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.4);
    margin: 0;
    max-width: 1170px;
    margin: 0 auto;
margin-top: 30px;
margin-bottom: 30px;
border: 1px solid #ffffff;
}

.entry-content {
font-size: 14px;
}

.site-footer {
font-size: 13px !important;
}

.site-footer p {
margin-bottom: 0;
margin-top: 0;
}

.site-footer .site-info {
padding: 16px 0 !important;
}

.main-navigation-menu a {
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, Sans-Serif;
text-transform: none;
font-size: 14px;
}

.attachment-thumbnail.size-thumbnail {
-webkit-box-shadow: 1px 1px 2px 1px rgba(120, 120, 120, 0.5), inset 0px 0px 7px 7px rgba(240, 240, 240, 0.2);
box-shadow: 1px 1px 2px 1px rgba(120, 120, 120, 0.5), inset 0px 0px 7px 7px rgba(240, 240, 240, 0.2);
-webkit-border-radius: 2px;
border-radius: 2px;
padding: 10px;
margin: 5px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.attachment-thumbnail.size-thumbnail:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.gallery-item {
padding: 0.8em 1.3em 0 0;
width: auto;
}

.gallery-columns-8 .gallery-item {
max-width: inherit;
}

#post-121 .post-navigation {
display: none;
}

.listing-item .title {
display: none;
}

.display-posts-listing {
list-style: none;
margin: 0;
}

.page-title, .entry-title {
color: #A5A092
}

a:link, a:visited {
color: #AC9E8B;
}

a:hover {
color: #000000;
}

#footer-text a {
color: #404040;
}

#footer-text a:hover {
text-decoration: underline;
}

.widget {
    margin: 0 0 1.5em 0;
}

.fbx-rounded .fbx-next, .fbx-rounded .fbx-prev {
height: 80px;
opacity: 0.7;
line-height: 80px;
}

.page-id-18 .listing-item .title {
font-size: 20px;
font-weight: bold;
display: block;
}

.meta-date {
    display: none;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
background: #404040 !important;
}


@media all and (max-width:880px) {
.srsliderlogo {
display:none;
}
}
}