<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	Theme Name: Frog-Grid
	Theme URI: http://www.purplenetwork.co.uk
	Description: Derived from Gridly Theme by Eleven Themes.
	Author: Purple Network
	Author URI: http://www.purplenetwork.co.uk
	Version: 1.0

*/
/* RESET */
/* ----------------------------------------- */
/**
 * Eric Meyer's Reset Stylesheet
 *
 * v2.0
 * 2011-01-26
 * Author: Eric Meyer - http://meyerweb.com/eric/tools/css/reset/
 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    line-height: 1.5em;
}
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
    font-size: 16px;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    max-width: 100%;
    height: auto;
}
/* Fonts */

body {
    background: #FFF;
    font-size: 12px;
    line-height: 20px;
    font-family: 'Libre Baskerville', serif;
}
#wrap {
    width: 96%;
    margin-left: 2%;
}
#post-area {
    margin: 0 auto;
}
/* font styles */

img {max-width: 100%;}

h1 {
    font-size: 40px;
    line-height: 56px;
    color: #404040;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    font-family: 'Ultra', serif;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
	margin-bottom: 30px;
}
h2 {
    font-size: 21px;
    letter-spacing: 0.1em;
    color: #404040;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Ultra', serif;
}
h3 {
    font-family: 'Ultra', serif;
    font-size: 21px;
    color: #404040;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
}
h4 {
    font-size: 19px;
    color: #404040;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    font-weight: bold;
}
h5 {
    font-size: 17px;
    color: #404040;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
}
h6 {
    font-size: 15px;
    color: #404040;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
}
p {
    font-size: 14px;
    color: #404040;
    line-height: 1.7em;
    margin: 0 0 15px 0;
    padding: 0px;
    padding-top: 0;
    font-family: 'Libre Baskerville', serif;
}
/* list Styles */

ul {
    padding: 0px;
    margin: 0;
    margin-left: 0px;
    margin-top: 15px;
}
ul li {
    font-size: 12px;
    color: #404040;

}
ol {
    padding: 0px;
    margin: 0;
    margin-left: 25px;
    margin-top: 10px;
}
ol li {
    font-size: 12px;
    color: #858585;
    padding-left: 10px;
    margin-bottom: 7px;
    list-style-type: decimal;
}
hr {
    background: url(../images/hr.jpg) top center no-repeat;
    border: 0;
    outline: 0;
    clear: both;
    height: 10px;
}
/* link styles */

a:link {
    color: #404040;
    text-decoration: none;
    -webkit-transition: width 2s; /* Safari */
    transition: width 2s;
}
a:visited {
    color: #404040;
    text-decoration: none;
}
a:hover {
    color: #E66161;
    text-decoration: none;
}
a:active {
    color: #444444;
    text-decoration: none;
}
a:focus {
    outline-style: none;
}
/* header nav styles */

#header {
    width: 100%;
    text-align: center;
}
#logo {
    margin-top: 15px;
    margin-bottom: 15px;
}
#nav {
    width: 100%;
    overflow: hidden;
    text-align: center;
  font-family: 'Abril Fatface', cursive;
  border-top:solid 2px #404040;
  border-bottom:solid 2px #404040;
  margin-bottom: 15px;
}
#nav ul {
    display: inline;
    list-style: none;
    margin: 0px;
    padding: 0px;
    clear: both;
}
#nav ul li {
    display: inline-block;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}

#nav ul li a {
    display: block;
    margin: 5px;
    text-decoration: none;
    text-transform: uppercase;
}

@media screen and (min-width: 480px) {
  #nav ul li {
    display: inline-block;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0.1em;
    line-height: 1em;
}
  
#nav ul li a {
    display: block;
    margin: 15px;
    text-decoration: none;
    margin-top: 10px;
    text-transform: uppercase;
}
}
  
#nav ul li a:hover {}
/* footer styles */

#footer-area {
    width: 100%;
    display: inline;
    float: left;
    padding-top: 10px;
    margin-top: 20px;
    clear: both;
    background: url(../images/light/bg-row.png) top left repeat-x;
}
#footer-area .widget {
    width: 310px;
    margin-right: 10px;
    padding-top: 15px;
    display: inline;
    float: left;
    font-size: 12px;
    color: #454545;
    line-height: 18px;
    font-family: 'Helvetica', Arial, Helvetica, sans-serif;
}
#footer-area .widget h3 {
    color: #858585;
}
#footer-area .widget p {
    color: #000;
}
#footer-area .widget ul {
    margin-left: 0px;
}
#footer-area .widget li {
    color: #858585;
}
#footer-area .widget a {
    color: #444444;
}
#footer-area .widget a:hover {
    color: #000;
}
#footer-area .widget-copy {
    width: 280px;
    overflow: hidden;
    display: inline;
    float: left;
    margin-left: 10px;
}
/* copyright styles */

#copyright {
    clear: both;
    width: 100%;
    background: url(../images/light/bg-row.png) top left repeat-x;
    display: inline;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
#copyright p {
    padding-top: 15px;
    color: #4f5356;
    font-size: 12px;
}
#copyright a {
    color: #858585;
    text-decoration: none;
}
#copyright a:hover {
    color: #000000;
    text-decoration: underline;
}
/* post and page styles */

.type-post {
    max-width: 960px;
    background: #FFF;
    display: block;
    position: relative;
    margin: 0 auto;
}
.type-page {
    max-width: 960px;
    background: #FFF;
    display: block;
    position: relative;
    margin: 0 auto;
}
.type-attachment {
    max-width: 960px;
    background: #FFF;
    margin-right: 10px;
    margin-top: 15px;
    display: inline;
    float: left;
}
.gridly-image {
    z-index: 5;
}
.gridly-category {
    position: absolute;
    width: auto;
    background: #000;
    margin-top: -35px;
    z-index: 10;
    height: 30px;
    overflow: hidden;
    left: 0;
}
.gridly-category p {
    margin: 0;
    padding: 0;
    line-height: 30px;
    padding-left: 20px;
    padding-right: 40px;
    color: #fff;
    font-style: italic;
}
.gridly-category a {
    color: #fff;
    font-style: italic;
}
.gridly-category a:hover {
    color: #555;
}
.gridly-copy {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    overflow: hidden;
	margin-top: 15px;
}
.gridly-date {
    width: 150px;
    color: #8e8e8e;
    font-size: 11px;
}
.size-full {
    width: 100%;
    height: inherit;
}
.gridly-image img {
	display: block;
}

/* post index styles */

#post-area .masonary  {
    min-width: 320px;
    background: #FFF;
    margin: 0;
    padding: 15px;
    box-sizing: border-box;
  float: left;
}



/* Flashing */
#post-area .post .gridly-image a:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}


  
.row {margin: 0 -10px;}

#post-area .post h2 {padding-bottom: 15px; border-bottom: solid 2px #404040;}

@media screen and (min-width: 480px) {
  
  #post-area .masonary { width: 50%; }
  
}

@media screen and (min-width: 900px) {
  
  #post-area .masonary { width: 33.3333%; }
  
}

@media screen and (min-width: 1200px) {
  
  #post-area .masonary { width: 25%; }
  
}

@media screen and (min-width: 1500px) {
  
  #post-area .masonary { width: 20%; }
  
}


@media screen and (min-width: 1800px) {
  
  #post-area .masonary { width: 16.6666%; }
  
}


@media screen and (min-width: 2100px) {
  
  #post-area .masonary { width: 14.285%; }
  
}

@media screen and (min-width: 2400px) {
  
  #post-area .masonary { width: 12.5%; }
  
}
@media screen and (min-width: 2700px) {
  
  #post-area .masonary { width: 11.11111%; }
  
}
@media screen and (min-width: 3000px) {
  
  #post-area .masonary { width: 10%; }
  
}



#post-area .post .gridly-copy {
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    clear: both;
}
#post-area .post .gridly-date {
    width: 150px;
    color: #8e8e8e;
    font-size: 11px;
    border-bottom: 1px dotted #cccccc;
    padding-bottom: 0;
    padding-top: 0;
}
#post-area .post .gridly-link {
    width: 150px;
    color: #494e51;
}
/* single post nav styles */

.post-nav {
    width: 35px;
    display: inline;
    float: left;
    margin-left: 10px;
    margin-top: 15px;
}
.post-next a {
    background: url(../images/btn-left.png) top left no-repeat;
    height: 35px;
    width: 35px;
    display: inline;
    float: left;
    text-indent: -9999px;
}
.post-next a:hover {
    background: url(../images/btn-left.png) top right no-repeat;
    height: 35px;
    width: 35px;
}
.post-prev a {
    background: url(../images/btn-right.png) top left no-repeat;
    height: 35px;
    width: 35px;
    display: inline;
    float: left;
    clear: both;
    text-indent: -9999px;
}
.post-prev a:hover {
    background: url(../images/btn-right.png) top right no-repeat;
    height: 35px;
    width: 35px;
}
/* comment styles */

.comments-area ol {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #8e8e8e;
}
.comments-area li {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #8e8e8e;
    width: 100%;
    clear: both;
    display: inline;
    float: left;
    margin-bottom: 10px;
    padding: 10px;
}
.avatar {
    display: none;
}
.reply {
    display: none;
}
.comment-meta {
    display: none;
}
.comment-author {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Droid Sans', sans-serif;
}
#comment-form {
    width: 50%;
}
.text-input {
    clear: both;
    border: 1px solid #8e8e8e;
    margin-bottom: 5px;
    width: 90%;
    padding: 7px;
    font-family: Arial, Helvetica, sans-serif;
    color: #555;
    font-size: 12px;
}
.comment-input {
    clear: both;
    border: 1px solid #8e8e8e;
    margin-bottom: 5px;
    width: 90%;
    padding: 7px;
    font-family: Arial, Helvetica, sans-serif;
    color: #555;
    font-size: 12px;
}
.comment-submit {
    clear: both;
    width: 120px;
    height: 30px;
    line-height: 25px;
    background: #e5e5e5;
    border: 1px solid #8e8e8e;
}
/* Additional and WordPress styles */

.clear {
    clear: both;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignleft {
    float: left;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.alignright {
    float: right;
    margin: 0 0 20px 20px;
}
.wp-caption {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
}
.wp-caption-text {
    margin-top: 2px;
    text-align: left;
    font-style: italic;
    font-size: 11px;
}
.sticky {} .gallery-caption {} .bypostauthor {} blockquote {
    font-size: 2em;
    line-height: 23px;
    color: #000;
    margin-left: 20px;
    border-left: 1px dotted #999;
    padding-left: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.gallery {margin: 10px -10px !important;}

.gallery .gallery-item {
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
}

#gallery-1 img {
    border: none !important;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.1);
}
/* end of css file */

h4.tribe-event-title {
font-family: 'Anton', sans-serif;
letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 27px;
}
.widget-copy h3 {
background-color: #404040;
    padding: 4px 15px;
    color: #fff;
	}
	


input[type="text"], input[type="email"], textarea, select {
border: 1px solid #404040;
    color: #5f5f5f;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 10px 5px 10px 7px;
    width: 100%;
    font-size: 12px;
    line-height: 15px;
    box-sizing: border-box;
    line-height: 15px;
    font-size: 16px;
    font-family: courier;
}
  
}
textarea{
    padding: 5px 3px 3px 5px;
}
select {
    background: #FFF url('down-arrow.png') no-repeat right;
    background: #FFF url('down-arrow.png') no-repeat right);
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    height: 35px;
    line-height: 25px;
}
textarea{
    min-height:100px;
}
input[type="submit"] {
    background: #040404;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    cursor: pointer;
  font-family: 'Anton', sans-serif;
letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 27px;
}
input[type="submit"]:hover {
    background: #E27575
}

.tribe-events-sub-nav {display: none;}

#home-widgets h2 {    padding-bottom: 7px;
    border-bottom: solid 1px #404040;
    border-top: solid 2px #404040;
    padding-top: 7px;
	font-family: 'Abril Fatface', cursive;
    font-size: 16px;
}
#home-widgets ul {
	list-style: circle;
    margin-left: 15px;
}
#home-widgets ul li {
	font-size: 14px;
	margin: 0 0 7px 0;

}

#home-widgets ul li a {
	text-decoration: underline;
}

#home-widgets {
	padding-bottom: 15px;
	    border-bottom: solid 2px #404040;
}

.wp-block-gallery {
	margin-bottom: 15px;
}</pre></body></html>