/*
 Theme Name:   Medicineless
 Theme URI:    https://www.charfishdesign.com
 Description:  Medicineless child theme for GeneratePress
 Author:       Charlie Pabst
 Author URI:   https://www.charfishdesign.com
 Template:     generatepress
 Version:      0.1
*/

p.firstPara {
  font-family: Merriweather, Georgia, serif;
  font-size: 22px;
  font-style: italic;
  line-height: 1.5;
  }
  
blockquote {
  max-width: 750px;
  margin: 0 auto !important;
  }

ul li, ol li {
  margin-bottom: 1em;
  }  
  
#main.site-main, #main.site-main .inside-article {
  margin-top: 0;
  padding-top: 0 !important;
  margin-bottom: 0;
  padding-bottom: 0 !important;
  }

.fancyButton {
  margin: 0 auto !important;
  text-align: center;
  }

.fancyButton:hover {
  opacity: .75;
  filter: alpha(opacity=75);
  }

/* .fancyButton::before {
  content: url(http://www.medicineless.com/wp-content/uploads/2019/10/birdsL-1.png);
  position: absolute;
  left: 13%;
  top: 20px;
  }
  
.fancyButton::after {
  content: url(http://www.medicineless.com/wp-content/uploads/2019/10/birdsR-1.png);
  position: absolute;
  right: 13%;
  top: 20px;
  }
*/
  
  
  
  
  
  
@media (min-width: 1025px) {
    /* CSS in here for desktop only */
}

@media (min-width: 769px) and (max-width: 1024px) {
    /* CSS in here for tablet only */
}

@media (max-width: 768px) {
    /* CSS in here for mobile only */
  .headerLogo img {
    max-width: 80px !important;
    }

  p {
    font-size: 16px;
    }

  p.firstPara {
    font-size: 18px;
    line-height: 1.4;
    }

  img.alignright {
    margin-bottom: 20px;
    width: 33%;
    float: right;
    margin-left: 20px;
    }

  .referencesText p {
    font-size: 10px !important;
    }
}

@media (max-width: 361px) {
    /* CSS in here for mobile only */

  img.alignright {
    margin-bottom: 20px;
    width: 100%;
    float: none;
    display: block;
    margin-left: 0;
    }

}