#content .post-thumbnail {
 margin-bottom: 10px;
}
.entry-content h1 {
	margin-bottom: 15px;
}

h1.first {
  font-size: 38px;
    text-transform: none;
    font-weight: 500;
}

div#shr_canvas1 {
    margin-bottom: 20px;
}

button.mfp-arrow:hover, button.mfp-close:hover {
	background-color: #ffffff1c;
}
#footer-sidebar1 div.ig-spinner {
    display: none !important;
}

/*Share button*/

.shareaholic-share-buttons-container.shareaholic-round li.shareaholic-share-button .shareaholic-share-button-container .shareaholic-service-icon {
	font-size: 14px !important;
}

body a.shareaholic-service-icon.shareaholic-service-default {
		height: 30px !important;
    		width: 30px !important;
}

i.shareaholic-service-icon:hover {
    background: #292929c7 !important;
    transition: 0.3s;
}
#content .shareaholic-share-buttons-container.round {
 margin-bottom: 20px;
}
/**/
.entry-content a p:hover i.fa.fa-arrow-right {
    animation: slide1 1s ease-in-out infinite;
}


@keyframes slide1 {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(10px, 0);
  }
}

@media (max-width: 680px){
	h1.h1new {
		font-size: 30px;
	}
	h1.first {
	  font-size: 24px;
  }
}

@media (max-width: 320px){
	h1.h1new {
		font-size: 26px;
	}
}