/*
Theme Name:     News2 Child
Theme URI:      http://www.gavick.com
Description:    Child theme for the News2 theme 
Author:         GavickPro
Author URI:     http://www.gavick.com
Template:       News2
Version:        1.0
*/

.box.banner-center, 
.box.banner {
	padding-left: 5px !important;
	padding-right: 5px !important;
}
.box {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.no-top-padding {
	padding-top: 0 !important;
}
body.sharpspring_form {
	display: none;
}
/** Disable hover effect of img which come from Gavick Pro widget **/
.gk-nsp-links .gk-image-link:hover img {
	-webkit-transform: scale3d(1, 1, 1) translate3d(0px, 0%, 0px) !important;
	-moz-transform: scale3d(1, 1, 1) translate3d(0px, 0%, 0px) !important;
	-ms-transform: scale3d(1, 1, 1) translate3d(0px, 0%, 0px) !important;
	-o-transform: scale3d(1, 1, 1) translate3d(0px, 0%, 0px) !important;
	transform: scale3d(1, 1, 1) translate3d(0px, 0%, 0px) !important;
}