/*

 Theme Name:   Divi Child For Prairie Grain Systems

 Theme URI:    https://www.dirtriverdesign.com/

 Description:  A Child Theme built for Prairie Grain Systems

 Author:       Benjamin Huffman

 Author URI:   https://www.dirtriverdesign.com

 Template:     Divi

 Version:      1

 License:      GNU General Public License v2 or later

 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

*/
                                   

/* =Theme customization starts here

------------------------------------------------------- */


/*-------------------------------------------------------------*/
/*--[Increased default font sizes on Woo Advanced Search]------*/
/*-------------------------------------------------------------*/
.aws-container .aws-search-field {
    font-size: 18px !important; 
}
.aws-search-result .aws_result_title {
    font-size: 18px !important;
}


/*------------------------------------------------------*/
/*--[Temp Home Page]------*/
/*------------------------------------------------------*/
.page-id-28941 #main-footer { display:none; }
.page-id-28941 #main-header { display:none; }
.page-id-28941 #page-container { 
	padding-top:0px !important; 
	margin-top:-1px !important; 
        padding-bottom:0px !important; 
	margin-bottom:-1px !important; 
}


/*------------------------------------------------------*/
/*--[Fixing the width to be full screen on footer]------*/
/*------------------------------------------------------*/
#footer-bottom .container {
width: 95%;
max-width: 95%;
}

/* Style Footer Credits - Lines 948 & 949 */  
#footer-info { 
text-align: right; 
color: #7CC68D; 
padding-bottom: 10px; 
float: right; 
}


/* increase price font size */
.woocommerce ul.products li.product .price, .woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price, .woocommerce-page ul.products li.product .price del {
    font-size: 20px;
}