/*
Theme Name: BDD Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Basic styles */

.uppercase { text-transform: uppercase; }
.italic { font-style: italic; }
.woocommerce img, .jp-relatedposts img {
    border-radius: 2px;
}
.hercules {
  font-family: Hercules;
}
.hercules-italic {
	font-family: Hercules;
	font-style: italic;
	letter-spacing: 0.02em;
}
.vinyl {
	font-family: "VinylOT-Regular", sans-serif;
	font-style: normal;
}
.sizeup {
	font-size: 1.5em;
}
.sizedown {
	font-size: .9em;
}
img.shadowBox, img.shadowBoxSpace, .shadowBox img, .shadowBoxSpace img {
  box-shadow: 1px 1px 6px 0px rgba(0,0,0,.1);
}
img.shadowBoxSpace, .shadowBoxSpace img {
	border: 2em solid #FFF;
}
figcaption {
    font-weight: 400;
}
code {
    color: #225958;
    background-color: #EAF6F6;
}
p {
    margin: 0 0 1em;
}
.gut-pc h2, .gut-pc h3 {
    margin-top: 30px;
}
.gut-pc h3 {
  font-weight: bold;
}

/* Link underline */
.fl-module-fl-post-content .fl-module-content p a,
.fl-module-fl-post-content .fl-module-content li a,
.content-box p a, .content-box li a {
    font-weight: 400;
    background-image: linear-gradient(to right, #e5a923 100%, transparent 100%);
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: 1px 1px;
}


/* Gutenberg colors */

.has-black-background-color { background-color: #000; }
.has-black-color { color: #000; }
.has-dark-gray-background-color { background-color: #343333; }
.has-dark-gray-color { color: #343333; }
.has-light-gray-background-color { background-color: #eae8e7; }
.has-light-gray-color { color: #eae8e7; }
.has-very-light-gray-background-color { background-color: #f5f5f5; }
.has-very-light-gray-color { color: #f5f5f5; }
.has-white-background-color { background-color: #FFF; }
.has-white-color { color: #FFF; }
.has-light-blue-background-color { background-color: #bee5eb; }
.has-light-blue-color { color: #bee5eb; }
.has-yellow-background-color { background-color: #e5a923; }
.has-yellow-color { color: #e5a923; }


/* BLOCKS ---------- */
/* Gutenberg block editor container */

.gut-pc > .fl-module-content > *:not( .alignwide ):not( .alignfull ) {
    margin-left: 20px;
    margin-right: 20px;
}
.gut-pc-project > .fl-module-content > *:not( .alignwide ):not( .alignfull ) {
    margin-left: 20px;
    margin-right: 20px;
}
@media screen and (min-width: 740px) {
    .gut-pc-project > .fl-module-content > *:not( .alignwide ):not( .alignfull ) {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    }
    .gut-pc > .fl-module-content > *:not( .alignwide ):not( .alignfull ) {
        margin-left: 60px;
        margin-right: 60px;
    }
    .gut-pc .wp-block-ugb-container.alignfull {
        padding-left: 60px;
        padding-right: 60px;
    }
}
.gut-pc-project .alignwide {
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
}


/**
 * Block styles
 */

 /* General padding tweaks */
 .gut-post-content figure,
 .wp-block-cover,
 div.wp-block-button,
 div.wp-block-media-text,
 blockquote.wp-block-quote.is-style-large,
 .alignfull.ugb--has-background,
 .gut-post-content div.align-center,
 .wp-block-table,
 pre.wp-block-code {
 	margin-top: 30px;
 	margin-bottom: 30px;
 }
 .no-top-margin {
 	margin-top: 0;
 }
 .no-bottom-margin {
 	margin-bottom: 0;
 }
 .top-margin {
   margin-top: 30px;
 }
 .bottom-margin {
   margin-bottom: 30px;
 }
 .gut-post-content h2, .gut-post-content h3, .gut-post-content h4 {
     padding-top: 20px;
 }

/* PARAGRAPH Block */
p.has-drop-cap:not(:focus)::first-letter {
 	font-family: "Hercules", serif;
  margin-top: 10px;
  color: #e5a923;
}

/* BLOCK QUOTE Block */
.wp-block-pullquote blockquote { /* This is to cancel BB out */
    border-left: none;
}
blockquote {
    font-family: "Hercules";
    font-style: italic;
    line-height: 1.4;
}
.wp-block-pullquote, blockquote.wp-block-quote.is-style-large {
    margin-top: 30px;
    margin-bottom: 50px;
}
.gut-pc blockquote.wp-block-quote.is-style-large,
.gut-pc-project blockquote.wp-block-quote.is-style-large {
    background-color: #f5f5f5;
    padding: 4%;
}
.wp-block-quote { /* why did I make this? needs more specific I think */
/*    padding-top: 30px;*/
/*    padding-bottom: 30px;*/
    margin-top: 30px;
    margin-bottom: 30px;
}
/* IMAGE Block */
.wp-block-image.alignfull {
    padding-top: 30px;
    padding-bottom: 30px;
}
.wp-block-image .aligncenter {
  padding-top: 20px;
}
.wp-block-image .alignleft {
    margin-right: 2em;
}
.wp-block-image .alignright {
    margin-left: 2em;
}
/* This makes floated images stop floating (and center instead) on small screens */
@media screen and (max-width: 740px) {
    .wp-block-image .alignright, .wp-block-image .alignleft {
      float: none;
      margin-left: auto;
      margin-right: auto;
      margin-top: 30px;
    }
}

/* GUIDEPOST BLOCK */
.wp-block-sbb-guidepost {
    background-color: #eae8e766;
    border: 1px solid #eae8e7;
    padding: 1.5em 1.5em 1.5em .5em;
    margin-top: 30px;
    margin-bottom: 30px;
}
#guidepost > ul::before {
    content: 'Contents';
    font-weight: bold;
    display: block;
    padding-bottom: 10px;
}
#guidepost li {
    font-size: 15px;
}

/**
 * Custom styles
 */

/* Site header */

.headerName a {
    background-image: url(images/LogoSimple80px.png);
    background-repeat: no-repeat;
    background-size: 40px auto;
    -webkit-background-size: 40px auto;
    padding: 0.3em 0.8em 0.8em 3em;}
.headerMenu li a {
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .9em;
    height: 58px;
    line-height: 2.5em;
}
.headerMenu li {
    height: 58px;
}
.headerMenu li.current-menu-item a {
	  background-color: #f5f5f5;
    border-bottom: 4px solid #e6a922;
    color: #e6a922;
}


/* Single post view */
.pieceofpaper .fl-col-content {
    box-shadow: 1px 1px 6px 0px rgba(0,0,0,.1);
}
.authorPicCircle img.uabb-photo-img {
    border-radius: 50%;
}
#jp-relatedposts {
	max-width: 700px;
	margin: 0 auto;
	padding: 1em;
}
.fl-module-heading.uppercase .fl-heading {
    text-transform: uppercase;
}
.catBoxWrap { /* this is the "Projects" box below image */
    display: block;
	text-align:center;
}
.catWrap {
	  display:unset;
	  text-align: center;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    color: #000;
    font-family: Hercules;
    font-style: italic;
    letter-spacing: 0.1em;
    padding: 1em;
    text-transform: uppercase;
}
.postMetaTaxonomies {
	font-size: .9em;
	text-align: center;
}
.postMetaTaxonomies a {
	  background-color: #fff;
    border: 1px solid #a4a5a5;
    border-radius: 3px;
    color: #686868;
    display: inline-block;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    line-height: 1.25em;
    margin-bottom: .2em;
    margin-top: .2em;
    padding: 0.4em 0.6em;
    text-decoration: none;
}
/* Client box */
.clientBox p {
  text-align: center;
}
.clientBox h1 {
  text-align: center;
  font-family: hercules;
  font-style: italic;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 1em;
}


/* Archive views */

.blogArchive .fl-post-grid-post, .projectArchive .fl-post-grid-post {
    box-shadow: 1px 1px 6px 0px rgba(0,0,0,.1);
}
.blogArchive .fl-post-grid-post {
	border-width: 0;
}
.blogArchive .fl-post-text {
	padding: 25px
}
/* Standard */
.blogArchive .fl-post-title {
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1.2em;
	margin-bottom: .5em
}
.blogArchive .fl-post-excerpt {
	font-size: .9em;
	font-weight: 400;
	color: #666;
}
.blogArchive .fl-post-meta, .blogArchive .fl-post-more-link  {
    color: #777;
    font-family: Hercules;
	font-size: .95em;
    font-style: italic;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.blogArchive .fl-post-meta {
    padding-left: 20px;
    background-size: 16px;
    background-repeat: no-repeat;
}
.blogArchive .format-standard .fl-post-meta {
    background-image: url(images/icon-PF-chevronR@2x.png);
}
.blogArchive .format-video .fl-post-meta {
    background-image: url(images/icon-PF-video@2x.png);
}
.blogArchive .fl-post-more-link {
	padding: 16px 0;
}
a.btn.btn-out, .blogArchive .fl-post-more-link a {
    background-color: transparent;
    color: #777;
    border: 1px solid #ddd;
    padding: .7em 1.2em;
}
.blogArchive .fl-post-more-link a:hover, a.btn.btn-out:hover {
    box-shadow: none;
    border: 1px solid #e6a922;
}
/* Quote format */
.blogArchive .fl-post-grid-post.format-quote {
	background-color: #bee5eb;
	padding:10px 0 16px;
}
.blogArchive .fl-post-grid-post.format-quote blockquote {
	border-left: none;
	padding: 0;
	margin: 0;
}
.blogArchive .fl-post-grid-post.format-quote blockquote p {
  font-size: 1.1em;
	line-height: 1.3;
}
.blogArchive .fl-post-grid-post.format-quote blockquote cite {
    font-family: Hercules;
	padding-left: 20px;
    background-size: 16px;
    background-repeat: no-repeat;
    background-image: url(images/icon-PF-quote@2x.png);
}

/* Project Archive */
.projectArchive .fl-post-grid-title {
    font-family: 'VinylOT-Regular';
    text-transform: uppercase;
    letter-spacing: .02em;
    padding: 16px 10px 4px;
    font-size: 1.2em;
    line-height: 1.2em;
}
.projectArchive .fl-post-grid-content p {
    font-size: 1em;
    font-weight: 400;
    color: #666;
    line-height: 1.5em;
}

/* Widgets */
.tagcloud a {
    display: inline-block;
    margin-bottom: 5px;
    margin-bottom: 0.5rem;
    padding: 8px;
    padding: 0.8rem;
    border: 1px solid #eaecee;
    text-decoration: none;
}
a.tag-cloud-link {
    font-size: .9em !important;
}

/* Search & filter */
.searchandfilter h4 {
    margin: 15px 0;
    font-size: 16px;
    padding: 0 10px;
    display: inline-block;
}

/* Comments */
.fl-comments-list ol li {
    padding: 0 20px 10px;
    margin-bottom: 30px;
    border-left: 6px solid #bee5eb;
    background-color: #e5f4f7;
}
.fl-comments-list .comment-content {
    border: none;
    padding: 0 0 0 54px;
}
.fl-comments-list .comment-author-link {
    font-size: 21px;
    font-weight: normal;
    font-family: 'Hercules';
    font-style: italic;
}
span.comment-date {
    font-family: 'Hercules';
    color: #777;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: .05em;
    font-size: .8em;
    font-weight: bold;
}


/* PRINT STYLES ---------- */
@media print {
  .no-print,
  .fl-page > header,
  .wp-block-embed-youtube,
  /*.fl-module-fl-author-bio,*/
  .sharedaddy,
  .post-navigation,
  #jp-relatedposts,
  .comment-respond,
  .akismet_comment_form_privacy_notice,
  .fl-page > footer {
    display: none;
  }
  .wp-block-pullquote {
    padding: 1em 0;
  }
}
