/*
Theme Name: Agriculture Child
Theme URI: https://themeforest.net/item/agriculture-allinone-woocommerce-wp-theme/full_screen_preview/5819692
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: My WordPress Agriculture child theme.
Template: agriculture
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: agriculture-child
*/
/*
.pixel_custom_pagetitle_wrapper{
	background-image: url(/wp-content/themes/agriculture-child/image/header.jpg) !important;
	background-size: contain;
}
*/

.pixel_pagetitle_wrapper {
    padding: 50px 45px !important;
}

/* Tid: 202520, client request to swap the prev/next icon */
/*
.post-navigation > .nav-links > div[class*="nav-"] > a:before{	
	content: "\f101" !important;
}
.post-navigation > .nav-links > div.nav-next > a:before{
	content: "\f100" !important;
}
*/

/*
.pixel_nav > ul > li > ul > li > ul{
	left: 100%;
	right: unset;
}
	*/	



.pixel_nav > ul > li > ul > li > ul{
	left: 100%;
	right: unset;
}	


@media only screen and (max-width : 1680px) {
}
@media only screen and (max-width : 1200px) {
}
@media only screen and (max-width : 991px) {
	.pixel_nav > ul > li > ul > li > ul{
		left: auto;
		right: auto;
	}
}
@media only screen and (max-width : 768px) {
}
@media only screen and (max-width : 480px) {
}
@media only screen and (max-width : 320px) {
}