/*
Theme Name: Jolene Child
Theme URI: https://wp-themes.com/jolene
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: My WordPress Jolene child theme.
Template: jolene
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: jolene-child
*/

/* DIV ID STYLES */

#story {margin:1em 0 1em 0;}

#storylinks {text-align:center; font-weight:bold; margin-bottom:1em;}

#storylist {text-align:center; font-weight:bold; margin-top:1em;}

#storyaudio {text-align:center;}

#lyrics {margin:1em 0 0 0; text-align:center;}

/* CLASS STYLES */

.category-container {margin:0 0 0 20px;}

a.col:link, a.col:visited {color: #333333; text-decoration: underline; font-size:80%; }

a.col:hover {background:#66ff66;}

a.table:link, a.table:visited {color: #333333; font-weight: bold; text-decoration: none; }

a.table:hover {color: #339900; font-weight: bold; text-decoration: none; font-size:125%;}

a.toc:link, a.table:visited {font-weight: bold; text-decoration: none; font-size:125%;}

a.toc:hover {color: #339900; font-weight: bold; text-decoration: none; font-size:125%;}

ul.toc {list-style-type: none; margin: 0; padding: 0; }

.pagelink {text-align:center; font-weight:bold; font-size:125%; margin-top:1em;}

/* HEADER STYLES */

h2.story {font-size:30px; line-height:1.3; text-align:center;}

h3.story {color:#666; text-align:center; margin-top:20px;}

h3.columns {color: #333333; text-align:center;}

h3.contents {text-align:center; margin-top:50px;}

h4.columns {color: #333333; text-align:center;}

a.top-banner {color:white;}


/* PARAGRAPH STYLES */

p.top-banner{font-size:1.5em;color:#FFF;text-align:center;padding:0px;margin:10px}

p.link {margin-bottom:12px; text-align:center;}

p.mobile-friendly {font-weight:bold; text-align:center;}

p.site-info {color: white;}


/* IMAGE STYLES */

.entry-content img.center {display: block; margin-left: auto; margin-right: auto; margin-bottom: 20px; padding:3px; border:5px solid #800000;}

.entry-content img.post {display: block; margin-left: auto; margin-right: auto; margin-bottom: 20px; padding:3px; border:5px solid #800000;}

.entry-content img.left {padding:3px; margin:0 5px 0 0; border:1px solid #800000; width:25%; float:left;}

/* SCREEN SIZE STYLES */

/* Extra small devices (phones, 600px and down) */
/* Small devices (portrait tablets and large phones, 600px and up) */
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */

@media screen and (min-width: 600px){}

@media screen and (min-width: 768px){
	
	ul.columns {
-webkit-column-count: 2;  /* Chrome/Opera, Safari */
-moz-column-count: 2; /* Mozilla Firefox */
column-count: 2;

/* Properties below are optional: */
-webkit-column-gap: 30px; /* Chrome/Opera, Safari */
-moz-column-gap: 30px; /* Mozilla Firefox */
column-gap: 30px;} 
}

@media screen and (min-width: 992px){.entry-content{font-size:110%; } #story{font-size:140%;} #lyrics{font-size:120%} 
	
ul.columns {
-webkit-column-count: 3;  /* Chrome/Opera, Safari */
-moz-column-count: 3; /* Mozilla Firefox */
column-count: 3;

/* Properties below are optional: */
-webkit-column-gap: 20px; /* Chrome/Opera, Safari */
-moz-column-gap: 20px; /* Mozilla Firefox */
column-gap: 20px;} 
}

@media screen and (min-width: 1200px){}

@media print{}

/* COLLAPSE UNFILLED ADS */

ins.adsbygoogle[data-ad-status="unfilled"] {display: none !important; }

/* REMOVE COMMENTS EMAIL */

#wpcomm .wc_email-wrapper {
    display: none !important;
}

/* RANDOM POST BLOCKS */

.rpwe-block ul {
    list-style: none !important;
    margin-left: 0 !important;
}

.rpwe-block li {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
	 margin-left: 0;
    list-style-type: none;
}