/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.2.9
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Contact Us page */

.page-id-1132 {
	.title-link a {
		text-decoration: none!important;
	}
	.contacts-info {
		img {
			filter: brightness(0) saturate(100%) invert(11%) sepia(31%) saturate(2081%) hue-rotate(242deg) brightness(97%) contrast(100%);
		}
		
		@media (max-width:768px) {
			grid-template-columns: repeat(1, minmax(0, 1fr));
			margin-top: -40px;
			
			& > div {
				margin-top: 40px;
			}
		}
	}
}

.privacy-policy .content-area {
	width: 100%;
}