/* Enter Your Custom CSS Here */
#masthead {
    background-image: url(http://www.powwerlights.com/wp-content/uploads/2018/12/cropped-winter-landscape-2571788-1.jpg);
}

span.site-title.primary-font a:hover {
    color: #003d7957!important;
}

.image-full {
    display: none;
}

.h1, h1 {
    font-size: 30px;
}

.copyright-area {
    border: none!important;
}

a.synved-social-button {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.owl-stage {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.twp-image-archive.image-right {
    width: 40%!important;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.wrapper.page-inner-title.inner-banner.primary-bgcolor.data-bg {
    display: none;
}

.bordered-widget-title.widget-title {
    border-bottom: none;
}

.widget:not(.galway_social_widget) ul li {
    border-bottom: none;
}

span.site-title.primary-font a {
    color: #003d7957;
    text-decoration: none;
    font-size: 0.8em;
    font-family: inherit;
    letter-spacing:1.8px;
}

.site-footer {
    background: none;
}

.site-info.text-center{
  display:none!important;
}

.site-branding .site-title {
    text-transform: none!important;
}

body .primary-font, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
}

.footer-widget.pt-60.pb-40 {
background-color: #fff;
    color: #666;
    background-image: url(http://www.powwerlights.com/wp-content/uploads/2018/12/footer-bg-.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

h5.widget-title.bordered-widget-title.primary-font.secondary-textcolor{
      color: #666;
}

@media only screen and (min-width: 800px) {
  .footer-widget.pt-60.pb-40 .container {
    padding-right: 200px;
    padding-left: 200px;
    margin-right: auto;
    margin-left: auto;
    margin: 0 auto;
    text-align: center;
}
}

@media only screen and (min-width: 601px) {
img.attachment-full.size-full.wp-post-image {
    width: 400px;
    height: 250px;
}
}

@media only screen and (max-width: 600px) {
img.attachment-full.size-full.wp-post-image {
    width: 100%!important;  
}
}