/*
 Theme Name:   GB3 Photography
 Theme URI:    http://digisquid.com/theme
 Description:  The Child Theme for GB3 Photography
 Author:       DigiSquid, LLC.
 Author URI:   http://digisquid.com
 Template:     squid
 Version:      21.4.28
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         theme-options
 Text Domain:  squid-child
 This theme, like WordPress, is licensed under the GPL.
*/
/* @group SASS Variables and Mixins */
/* @end */
/* @group Typography */
/* Base Body Font Size */
body {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  line-height: 18px;
  background: #000000 !important;
}

/* Headlines */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", 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: "Nunito Sans", sans-serif;
  text-align: left;
  line-height: 1.75em;
  padding-bottom: 10px;
}

/* Site Links */
#content a:link,
#content a:visited {
  color: #757575;
}

#content a:hover,
#content a:active {
  color: #575757;
}

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

/* Inline Buttons */
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 Header */
/* The Logo */
/* @end */
/* @group Content */
/* Wraps the content */
#content, #contentwrap {
  width: 100%;
  background: #000000 !important;
}

/* @end */
/* @group Beaver Builder Modules */
.fl-photo-caption.fl-photo-caption-below {
  display: none;
}

.mfp-title {
  font-size: 1.25em;
  padding-top: 10px;
}

/* @end */
/* @group Gravity Forms */
body .gform_wrapper ul li.gfield {
  margin-top: 0px !important;
  padding-top: 0;
}

.block-content ul li {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.gform_body ul li .ginput_container select, .gform_body ul li .ginput_container input {
  margin-top: 0 !important;
  margin-bottom: 0px;
}

.gform_wrapper .gform_footer input[type=submit] {
  padding: 10px;
}

/* @end */
/* @group Footer */
/* The module that holds the footer */
/* @end */
/* @group Responsive - Less than 1280px */
/* @end */
/* @group Responsive - Less than 768 */
/* @end */
