

		.heateorSssInstagramBackground {
			background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%)
		}

		.heateor_sss_horizontal_sharing .heateorSssSharing,
		.heateor_sss_standard_follow_icons_container .heateorSssSharing {
			color: #fff;
			border-width: 0px;
			border-style: solid;
			border-color: transparent;
		}

		.heateor_sss_horizontal_sharing .heateorSssTCBackground {
			color: #666;
		}

		.heateor_sss_horizontal_sharing .heateorSssSharing:hover,
		.heateor_sss_standard_follow_icons_container .heateorSssSharing:hover {
			border-color: transparent;
		}

		.heateor_sss_vertical_sharing .heateorSssSharing,
		.heateor_sss_floating_follow_icons_container .heateorSssSharing {
			color: #fff;
			border-width: 0px;
			border-style: solid;
			border-color: transparent;
		}

		.heateor_sss_vertical_sharing .heateorSssTCBackground {
			color: #666;
		}

		.heateor_sss_vertical_sharing .heateorSssSharing:hover,
		.heateor_sss_floating_follow_icons_container .heateorSssSharing:hover {
			border-color: transparent;
		}

		@media screen and (max-width:783px) {
			.heateor_sss_vertical_sharing {
				display: none !important
			}
		}

		@media screen and (max-width:783px) {
			.heateor_sss_floating_follow_icons_container {
				display: none !important
			}
		}

		div.heateor_sss_mobile_footer {
			display: none;
		}

		@media screen and (max-width:783px) {
			div.heateor_sss_bottom_sharing ul.heateor_sss_sharing_ul i.heateorSssTCBackground {
				background-color: white
			}

			div.heateor_sss_bottom_sharing {
				width: 100% !important;
				left: 0 !important;
			}

			div.heateor_sss_bottom_sharing li {
				width: 11.111111111111% !important;
			}

			div.heateor_sss_bottom_sharing .heateorSssSharing {
				width: 100% !important;
			}

			div.heateor_sss_bottom_sharing div.heateorSssTotalShareCount {
				font-size: 1em !important;
				line-height: 43.4px !important
			}

			div.heateor_sss_bottom_sharing div.heateorSssTotalShareText {
				font-size: .7em !important;
				line-height: 0px !important
			}

			div.heateor_sss_mobile_footer {
				display: block;
				height: 62px;
			}

			.heateor_sss_bottom_sharing {
				padding: 0 !important;
				display: block !important;
				width: auto !important;
				bottom: -2px !important;
				top: auto !important;
			}

			.heateor_sss_bottom_sharing .heateor_sss_square_count {
				line-height: inherit;
			}

			.heateor_sss_bottom_sharing .heateorSssSharingArrow {
				display: none;
			}

			.heateor_sss_bottom_sharing .heateorSssTCBackground {
				margin-right: 1.1em !important
			}
		}

		div.heateor_sss_sharing_title {
			text-align: center
		}

		ul.heateor_sss_sharing_ul {
			width: 100%;
			text-align: center;
		}

		div.heateor_sss_horizontal_sharing ul.heateor_sss_sharing_ul li {
			float: none !important;
			display: inline-block;
		}



		.custom-gallery-row {
			display: none;
		}

		/* T! > Load More AJAX BTN */
		.btn.loadMoreBtn {
			color: #ffffff !important;
			font-size: 16px;
			background-color: #c30f21;
			border-width: 0px !important;
			border-radius: 13px;
			font-weight: bold;
			font-style: normal;
			text-transform: none;
			text-decoration: none;
			font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif;
			text-align: center;
			position: relative;
			margin: 40px auto 0;
			display: block;
			max-width: 125px;
			padding: 7px 7px;
		}

		.btn.loadMoreBtn:after {
			font-size: 32px;
			line-height: 1em;
			content: "\35";
			opacity: 0;
			position: absolute;
			margin-left: -0.6em;
			text-transform: none;
			-webkit-font-feature-settings: "kern" off;
			font-feature-settings: "kern" off;
			font-variant: none;
			font-style: normal;
			font-weight: 400;
			text-shadow: none;
			font-family: 'ETmodules' !important;
			speak: none;
			transition: transform 1s;
			transition: transform 05s ease-in-out;
			transition: all 0.5s ease-out;
			bottom: 3px;
			-webkit-transition: all 0.2s;
			transition: all 0.2s;
		}

		.btn.loadMoreBtn:hover:after {
			opacity: 1;
			transform: translateX(15px);
			-webkit-transform: translateX(15px);
		}
