.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-repeat: no-repeat;
	width: 17px;
	height: 16px;
}

.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-white.png');*/
	background-image: url('/wp-content/themes/divi-child/img/printer.svg');
   	background-repeat: no-repeat;
	/*width: 17px;
	height: 16px;*/
	border: 1px solid #000;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    background-color: #000;
    background-position: center;
    background-size: 18px;
}
.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;
	}
}