/*
Theme Name:   Squid
Theme URI:    http://digisquid.com/theme
Author:       DigiSquid, LLC.
Author URI:   http://digisquid.com/
Description:  The DigiSquid Theme Framework.
Version:      19.4.15
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  squid
Tags:         theme-options
This theme, like WordPress, is licensed under the GPL.
*/
/* @group SASS Partials */
/* Squid 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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

ol, ul {
  list-style: none; }

blockquote {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

a img {
  border: none; }

/* !Transitions ============================================================== */
a {
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out; }

a:hover {
  transition: all 100ms ease-in-out;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out; }

a.hover-fade img {
  -webkit-transition: color, opacity 500ms ease-in-out;
  -o-transition: color, opacity 500ms ease-in-out;
  transition: color, opacity 500ms ease-in-out;
  -webkit-transition: color,opacity 500ms ease-in-out;
  -moz-transition: color,opacity 500ms ease-in-out;
  -o-transition: color,opacity 500ms ease-in-out;
  -ms-transition: color,opacity 500ms ease-in-out;
  opacity: 0.5; }

a.hover-fade:hover img {
  -webkit-transition: color, opacity 100ms ease-in-out;
  -o-transition: color, opacity 100ms ease-in-out;
  transition: color, opacity 100ms ease-in-out;
  -webkit-transition: color,opacity 100ms ease-in-out;
  -moz-transition: color,opacity 100ms ease-in-out;
  -o-transition: color,opacity 100ms ease-in-out;
  -ms-transition: color,opacity 100ms ease-in-out;
  opacity: 1; }

/* @end */
/* @group SASS Variables and Mixins */
/* @end */
/* @group Typography */
/* Base Body Font Size */
body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 18px; }

/* Headlines */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial, sans-serif;
  color: #575757;
  line-height: 1em;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400; }

/* Header 1 */
#content h1 {
  font-size: 3em; }

/* Header 2 */
#content h2,
div#content div#blogpost h2,
#content h2.fl-post-grid-title {
  font-size: 2em; }

#content h2 a:link,
#content h2 a:visited,
#content h2.fl-post-grid-title a:link {
  color: #575757;
  font-size: 1em; }

/* H3 Header text */
#content h3 {
  font-size: 1.75em; }

/* H4 Header text */
#content h4 {
  font-size: 1.5em; }

/* H5 Header text */
#content h5 {
  font-size: 1.25em; }

/* H6 Header text */
#content h6 {
  font-size: 1em; }

/* Body Copy */
p,
li {
  font-family: Arial, sans-serif;
  text-align: left;
  line-height: 1.75em;
  padding-bottom: 10px; }

/* Site Links */
a:link,
a:visited {
  color: #575757;
  text-decoration: none; }

a:hover,
a:active {
  color: #757575;
  text-decoration: none; }

/* Content text */
#content ul,
#content ol {
  font: inherit;
  font-size: 1em; }

/* Resets our ULs after the main reset and menu nav chewed them up */
#content ul {
  list-style: disc;
  padding-top: 0; }

/* Resets our OLs */
#content ol {
  list-style: decimal;
  text-align: left;
  padding-top: 0; }

/* Resets our LIs */
#content li {
  padding-bottom: 10px;
  text-align: left;
  margin-left: 40px; }

/* Resets our OL OLs */
#content ol ol {
  list-style: upper-alpha; }

/* Resets our OL OL OL OL LOL */
#content ol ol ol,
#content ol ol ol ol {
  list-style: lower-roman; }

/* The blockquote, of course */
blockquote {
  color: #575757;
  padding: 10px 10px 10px 25px;
  background-color: #757575;
  margin: 10px 50px; }

/* More blockquote styling */
blockquote cite,
blockquote em,
blockquote i {
  font-style: normal; }

/* Defines how bold bold is when its bolded all bold like. */
strong {
  font-weight: bold; }

/* Fixes the pre tag */
pre {
  margin-bottom: 18px;
  padding: 1.5em; }

/* Hr matey */
hr {
  height: 1px;
  border: 0; }

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

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #575757;
  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;
  /* Above WP toolbar. */
  z-index: 100000; }

p.button a {
  display: inline-block;
  padding: 10px 20px;
  color: #757575 !important;
  background: #ffffff;
  border: 2px solid #757575;
  border-radius: 10px; }

p.button a:hover {
  color: #ffffff !important;
  background: #757575; }

/* @end */
/* @group Menu */
/* The menu container. It holds the menu, obviously. */
/* Top level menu links */
#menumodule li {
  font-family: Arial, sans-serif; }

/* Child menu links */
/* @end */
/* @group Body */
/* The main container. It holds everything. Everything! */
#container {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  width: 100%;
  text-align: center; }

/* @end */
/* @group Header */
/* The Logo */
/* @end */
/* @group Content */
/* Wraps the content */
#contentwrap {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  background: #ffffff; }

/* Holds every element between the header and the footer. */
#content {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  background: #ffffff;
  text-align: left; }

/* Holds the main site content */
#contentblock {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  width: 100%; }

/* Module holding the main site content */
/* @end */
/* @group Blog */
.bypostauthor {
  display: block; }

/* Module that holds the blog posts. */
div#content div#blogmodule h2 a:link {
  font-size: 1em; }

div#content div#blogpost img {
  width: 100%;
  height: auto; }

div#content div#blogcomments {
  padding: 25px;
  margin: 25px;
  border: 1px solid #cbcbcb; }

.sticky {
  display: block; }

/* @end */
/* @group Footer */
/* The module that holds the footer */
/* @end */
/* @group Images */
/* Makes images responsive */
img {
  max-width: 100%;
  height: auto; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

/* Restricts media to our content width as defined in functions.php */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto; }

.gallery-caption {
  font-family: Arial, sans-serif; }

/* @end */
/* @group Search */
#searchmodule > div > div > div > form > label > input.search-field {
  padding: 10px;
  border: 1px solid #757575;
  /* Safari/Chrome, other WebKit */
  -webkit-box-sizing: border-box;
  /* Firefox, other Gecko */
  -moz-box-sizing: border-box;
  /* Opera/IE 8+ */
  box-sizing: border-box;
  min-width: 200px; }

#searchmodule > div > div > div > form > input.search-submit {
  padding: 10px;
  color: #ffffff;
  background-color: #757575;
  border: 0px;
  /* Safari/Chrome, other WebKit */
  -webkit-box-sizing: border-box;
  /* Firefox, other Gecko */
  -moz-box-sizing: border-box;
  /* Opera/IE 8+ */
  box-sizing: border-box; }

div.searchresult {
  display: inline-block;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 25px; }

div.searchthumbnail {
  display: inline-block;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 25%;
  margin-right: 25px; }

div.searchdescription {
  display: inline-block;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 72%;
  padding: 25px;
  border: 1px solid #757575; }

div.searchdescription.full {
  width: 100%; }

div.searchresult h2 {
  padding-left: 10px; }

div.searchresult p {
  padding: 10px; }

div.searchresult img {
  padding-right: 50px; }

div.searchresult a.readmore {
  margin-left: 10px;
  display: inline-block;
  color: #757575;
  background-color: #575757; }

/* @end */
/* @group Animations */
.grow {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.grow:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.grayscale {
  -webkit-filter: none;
  filter: none; }

.grayscale:hover {
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-filter: grayscale(1);
  filter: grayscale(1); }

/* @end */
/* @group Responsive - Less than 1280px */
@media screen and (max-width: 1280px) {
  /* @group Tablet Partials */
  div#container,
  div#contentwrap,
  div#content,
  div#contentblock {
    /* Mobilize framework */
    position: relative;
    text-align: center;
    width: 100%;
    height: auto;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: auto; }
  img {
    /* Set mobile image max width to 100% */
    max-width: 100%;
    height: auto;
    width: auto; }
  img.alignright {
    /* Mobile photo, align right */
    margin: 20px;
    float: none;
    display: block; }
  img.alignleft {
    /* Mobile photo, align left */
    margin: 20px;
    float: none;
    display: block; }
  /* @end */
  /* Makes the mobile content block fluid */
  div#contentblock {
    width: 100%;
    text-align: left; } }

/* @end */
/* @group Responsive - Less than 768 */
@media screen and (max-width: 768px) {
  /* Corrects Slider on Mobile */
  div.fl-slide-content-wrap {
    width: 90% !important;
    margin: 20px !important;
    border: 1px solid #575757; }
  /* Remove Navigation Arrows on Slider */
  .fl-content-slider-navigation .slider-prev,
  .fl-content-slider-navigation .slider-next {
    display: none !important; }
  /* Makes images responsive */
  img {
    max-width: 100%;
    height: auto; }
  .alignleft {
    display: block;
    float: none;
    margin-right: 0px; }
  .alignright {
    display: block;
    float: none;
    margin-left: 0px; } }

/* @end */
