/*
Theme Name:     MyProduct-Child
Theme URI:      http://wordpresselegant.com
Description:    Child theme for MyProduct theme 
Author:         Wordpress Elegant
Author URI:     http://wordpresselegant.com
Template:       MyProduct
Version:        1.0
*/


@import url("../MyProduct/style.css");


/*----------------------------------------------------------------------*/
/*---------------------------[BASIC STYLES]--------------------------------*/
/*---------------------------------------------------------------------*/

body { background: #181818; text-align: center; line-height: 21px; font-family: Arial, Verdana, sans-serif; font-size: 12px; color: #565656; min-height: 25px; }


h1 { font-size: 22px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

strong { font-weight: bold; color: #73333; }

/*----------------------------------------------------------------------*/
/*---------------------------[MAIN LAYOUT INFO]--------------------------------*/
/*---------------------------------------------------------------------*/

/*-----------------[points to the new bubbly top-bg.pg image in Child]-----------------*/
#header { background: url(images/top-bg.jpg) no-repeat top center; }


/*-----------------[changes the color in the heading tittle in the header HP and all pages]-----------------*/
#top-box h2, #pagetop h1 { color: #000000; text-shadow: 1px 1px 1px #83b8db; margin-bottom: 6px; }


/*-----------------[changed the Quote on top of page header from 19px to 15px]-----------------*/
				#pagetop p.tagline, #pagetop p.tagline a { font-size: 15px; text-shadow: 1px 1px 1px #144b8b; color: #ffffff; }

/*-----------------[link color]-----------------*/
div.post a { color: #806161; font-style: italic; }



/*-----------------[compacts the category posts a bit]-----------------*/
				div.entry { padding: 20px 55px 10px 13px; background: url(https://organicsoiltechnology.com/wp-content/themes/MyProduct-Child/images/horizontal_sep.png) bottom left repeat-x; }


/*----------------------------------------------------------------------*/
/*---------------------------[FEATURED SLIDER]--------------------------------*/
/*---------------------------------------------------------------------*/

/*-----------------[puts the slection buttons on bot of slide image]-----------------*/

#switcher { position: absolute; bottom:-32px; left:45px; }

/*-----------------[comacts the featured slider on HP down and up a bit]-----------------*/
#featured .slide { padding: 20px 33px 10px 40px; }

/*--------------[reduced the title on featured slider on HP from 30 to 24px]-----------------*/
		#featured h2.title, .entry h2.title { font-size: 24px; margin-bottom: 13px; }
		
/*----------------------------------------------------------------------*/
/*---------------------------[SIDE BAR]--------------------------------*/
/*---------------------------------------------------------------------*/
.sidebar-block h3.title { font-size: 16px; color: #262626; margin-bottom: 18px; text-align:center; }

/*----------------------------------------------------------------------*/
/*---------------------------[PARENT GALLERY PAGE]--------------------------------*/
/*---------------------------------------------------------------------*/

/*-----this centers the image gallery title below the thumbs------*/
body.page-template-page-gallery-php div.et_pt_gallery_entry p {
display: block;
margin-top: 6px;
text-align: center;
}
		

/*----------------------------------------------------------------------*/
/*---------------------------[CATEGORY PAGE]--------------------------------*/
/*---------------------------------------------------------------------*/

/*-------------this changes the color in the individual category post's title black BUT the title now does not appear)---------------------
div.postinfo p.tagline { color: #oooooo; }--------------*/

/*-------------this changes the category layout to full width and applies the style-----------------------------------*/
body.category div#content-left {
width: 100%;
margin-top: 18px;
background: none;
}
body.category div#sidebar, body.category #content-left h2 {
display: none;
}
body.category div#content {
background: #eff1f2;
}
body.category div#content-wrap {
background: url(images/main-bg-top2.png) repeat-x;
}
body.category div.aptools-category-content {
padding-left: 16px;
}

/*----------------------------------------------------------------------*/
/*---------------------------[Top of PAGE]--------------------------------*/
/*---------------------------------------------------------------------*/

/*-------------this brings the Top of Page title down BUT THE TITLE DOES NOT SHOW NOW-----------------------------------
#content-left h2 {
	margin: 16px 0 0 0;
}------------------------------*/