.printomatic {
	cursor: pointer;
}

.pom-default {
	/*background-image: url('print-icon.png');*/
   	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
}

.pom-small {
	/*background-image: url('print-icon-small.png');*/
   	background-repeat: no-repeat;
	width: 17px;
	height: 16px;
}

.pom-small-black {
	/*background-image: url('print-icon-small-black.png');*/
	background-image: url('/wp-content/themes/divi-child/img/Icon-Print.svg');
   	background-repeat: no-repeat;
	width: 35px;
	height: 35px;
}

.et-social-print:hover .pom-small-black {
	background-image: url('/wp-content/themes/divi-child/img/Icon-Print-Orange.svg');
}

.pom-small-grey {
	/*background-image: url('print-icon-small-grey.png');*/
   	background-repeat: no-repeat;
	width: 17px;
	height: 16px;
}

.pom-small-white {
	/*background-image: url('/wp-content/plugins/print-o-matic/css/print-icon-small-black.png');*/
	background-image: url('/wp-content/themes/divi-child/img/Icon-Print.svg');
   	background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    background-color: transparent;
    background-position: center;
}
.social-sharing-lft-hand.mobile .pom-small-white {
	margin-left: 15px;
}

.printomatictext {
	cursor: pointer;
}

.printomatictext:hover {
	text-decoration: underline;
}
@media only screen and (min-width: 768px) {
	/*.pom-small-white {
		margin-bottom: 15px;
	}*/
}
@media only screen and (max-width: 767px) {
	/*.pom-small-white {
		margin-bottom: 5px;
	}
	.social-sharing-lft-hand.mobile .pom-small-white {
		margin-left: 2px;
    	margin-right: 5px;
	}*/
}