/*
Theme Name: divi-child
Theme URI: public_html/wp-content/themes/divi-child
Template: Divi
Author: Art Davis
Author URI: http://sagitarra.com
Description: A child theme for modifying the Divi theme - including new styling and animation
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns,
 left-sidebar, right-sidebar, custom-background, custom-colors, featured-images,
  full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments,
   translation-ready, divi-child
Text Domain: divi-child

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*
color palette for flat earth videos
#D10000 crimson
#69D100 lime green
#00D1D1 tropical blue
#D16900 burnt orange
#D1D100 bs yellow
#D10069 strong pink
#D100D1 fuschia
#0000D1 blue

*/
/*makes the header into an image header*/
/*#main-header{
  background: url('http://fepub.com/wp-content/uploads/2018/12/fepubhead.png');
  background-size:contain;

}
//*/
/*makes the nav-bar sit bottom right in the header*/
/*
#et-top-navigation nav>ul>li>a{
  color: white;
  font-weight:bold;
  padding-bottom: .5em!important;
}
//*/
/*search box styling*/
input#s{
  border-radius: 3px;
}
#searchsubmit{
  color:#ffffff!important;
  background-color: #D10000!important;
}

.contactbutton {
  position: fixed;
  right: 1px;
  top: 200px;
  z-index:9999;
}

.contributebutton{

}
.bio-blurb{
	background:#ffffff;
	border:3px groove #d2d2d2;
}
.bio-blurb p, .bio-blurb h3{
padding: .7em!important;
margin-top: -2em;
}
.et_pb_widget{
  margin: 0 0 1.2em 0!important;
}
.et_pb_widget li a{
  color:#000000!important;
}

a.wpp-post-title{
  font-weight: bold;
}
.rpwe-thumb{
  width: 140px;
}
.rpwe-block a{
  font-size:2em;
}
.rpwe-block li{
padding-top: .5em;
}
@media(max-width: 400px){
  .et_header_style_left #logo{
    max-width:75%;
  }
  .rpwe-block a{
    font-size:1.6em;
  }
}
@media(max-width: 800px){
  .et_header_style_left #logo{
    max-width:75%;
  }
}
