* { box-sizing: border-box; margin: 0; padding: 0; }

p { line-height: 1.5; margin: 0 0 15px;  }

ul, ol { margin: 15px 0; padding: 0 0 0 25px; }

li { margin: 0 0 5px; }

h1, h2, h3, h4, h5, h6 { line-height: 1.2; margin: 0 0 15px; }

*>*:last-child { margin-bottom: 0; }
*>ul:last-child, *>ol:last-child { margin-bottom: 15px; }

:active, :focus { outline: none; }

ul.menu:before, .menu > ul:before, .cf:before, ul.menu:after, .menu > ul:after, .cf:after {content: ' '; display: table;}
ul.menu:after, .menu > ul:after, .cf:after {clear: both;}


img { border: none; display: inline-block; height: auto; -ms-interpolation-mode: bicubic; max-width: 100%; }

iframe { max-width: 100%; }


.inline {display: inline-block;}
.hide {display: none;}
.invisible {visibility: hidden;}
.no-margin {margin: 0;}

.question {cursor: pointer; font-style: italic; font-weight: bold; margin: 15px 0 0;}
.answer {display: none; padding: 5px 0 0; transition: none;}

.row {margin: 0 -15px;}
.row:before, .row:after {content: ' '; display: table;}
.row:after {clear: both;}


.column, .columns {float: left; padding: 20px;}
.sml-1  {width: 8.333%}
.sml-2  {width: 16.667%;}
.sml-3  {width: 25%;}
.sml-4  {width: 33.333%}
.sml-5  {width: 41.667%;}
.sml-6  {width: 50%;}
.sml-7  {width: 58.333%}
.sml-8  {width: 66.667%;}
.sml-9  {width: 75%;}
.sml-10 {width: 83.333%}
.sml-11 {width: 91.667%;}
.sml-12 {width: 100%;}

@media (min-width: 768px) {
.column, .columns {padding: 0 15px; position: relative;}    
.med-1  {width: 8.333%}
.med-2  {width: 16.667%;}
.med-3  {width: 25%;}
.med-4  {width: 33.333%}
.med-5  {width: 41.667%;}
.med-6  {width: 50%;}
.med-7  {width: 58.333%}
.med-8  {width: 66.667%;}
.med-9  {width: 75%;}
.med-10 {width: 83.333%}
.med-11 {width: 91.667%;}
.med-12 {width: 100%;}
}

@media (min-width: 960px) {
.lrg-1  {width: 8.333%}
.lrg-2  {width: 16.667%;}
.lrg-3  {width: 25%;}
.lrg-4  {width: 33.333%}
.lrg-5  {width: 41.667%;}
.lrg-6  {width: 50%;}
.lrg-7  {width: 58.333%}
.lrg-8  {width: 66.667%;}
.lrg-9  {width: 75%;}
.lrg-10 {width: 83.333%}
.lrg-11 {width: 91.667%;}
.lrg-12 {width: 100%;}
}


div#gallery-1 img {
    border: none;
}

div#gallery-1 .gallery-item {
    padding: 2px;
    width: 33.33%;
}





.sticky {
    border: 1px solid red;
}

.gallery-caption {
    
}

.bypostauthor {
    
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    border: none;
    text-align: center;
    background: lightyellow;
    padding: 10px 10px 10px 10px;
    margin: 0 0 30px 0;
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
       -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
            box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
    -webkit-transform: rotate(-1deg);
       -moz-transform: rotate(-1deg);
         -o-transform: rotate(-1deg);
            transform: rotate(-1deg);    
}
.wp-caption-text {
    margin: 10px 0;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}




ul[class$='list'], ul[class*='__list'],
ul.slides,
ul.flex-direction-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
}




.wrapper, .container {
    margin: 0 auto;
    max-width: 960px;
    position: relative;
}
.container:before, .container:after {content: ' '; display: table;}
.container:after {clear: both;}


/******************************************************************************/    

/* !    Forms                                                                 */

/******************************************************************************/    

input, textarea, .section .gform_wrapper textarea {
    border: 1px solid black;
    border-radius: 4px;
    font-size: 16px;
    padding: 10px 16px;
}

input:focus, input:active,
textarea:focus, textarea:active,
.gform_wrapper textarea:focus, .gform_wrapper textarea:active {
    border-color: #379d37;
}

input[type='submit'], button {
    background: #227d52;
    background: linear-gradient(#227d52 20%, #59c18f);
    border: none;
    border-top: 2px solid #59c18f;
    border-bottom: 2px solid #227d52;    
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.75);
    color: white;
    display: block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
input[type='submit']:hover, button:hover {
    background: #227d52;
    border-bottom-color: black;
}



.section .gform_wrapper input[type=email], 
.section .gform_wrapper input[type=number], 
.section .gform_wrapper input[type=password], 
.section .gform_wrapper input[type=tel],
.section .gform_wrapper input[type=text], 
.section .gform_wrapper input[type=url] {
    font-size: 16px;   
    padding: 10px 16px;
}

 
    
/******************************************************************************/    

/* !    Flexslider                                                            */

/******************************************************************************/    
.slider {
    overflow: hidden;
    position: relative;
}
    
/* Hide the slides before the JS is loaded. Avoids image jumping */    
.slider__list > li {display: none; -webkit-backface-visibility: hidden; margin-bottom: 0;} 
.slider__list img {width: 100%; display: block;}
/* Clearfix for the .slides element */
.slider__list:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slider__list {display: block;}
* html .slider__list {height: 1%;}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slider__list > li:first-child {display: block;}
/* Direction Nav */
.flex-direction-nav a { 
    background: url(../img/arrows.png) no-repeat left top;
    color: rgba(0,0,0,0.8);
    cursor: pointer; 
    display: block; 
    height: 40px; 
    margin: -20px 0 0; 
    opacity: 0; 
    overflow: hidden; 
    position: absolute; 
    text-decoration: none;
    text-indent: -9999px; 
    text-shadow: 1px 1px 0 rgba(255,255,255,0.3); 
    top: 50%; 
    -webkit-transition: all .3s ease; 
       -moz-transition: all .3s ease; 
            transition: all .3s ease; 
    width: 40px; 
    z-index: 10;
}
.flex-direction-nav li {margin: 0;}
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; background-position: right top; }
.slider:hover .flex-prev { opacity: 0.7; left: 10px; }
.slider:hover .flex-next { opacity: 0.7; right: 10px; }
.slider:hover .flex-next:hover, 
.slider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }    
    
    