/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/*CSS by Dipan*/
.footer-menu {
  margin-top: -23px;
}


.footer-menu ul li a {
  background-color: transparent;
}
.footer-menu ul li.current-menu-item a {
  background-color: transparent !important;
}
.footer-menu ul li a:hover {
  background-color: transparent !important;
}

.custom-blog-img {
  overflow: hidden;
}

.custom-like-container .wpac-vs-bar-container {
	display: none;
}

.custom-like-container .wpac-btn-container {
  width: 30%;
}

.custom-like-container .wpac-flat-btn .wpac-btn-label {
font-size: 10px;
text-transform: uppercase;
padding: 2px 20px;
align-self: center;
}
.custom-like-container .wpac-flat-btn .wpac-btn-icon {
  padding: 5px 16px;
  font-size: 10px;
}
.custom-like-container .wpac-flat-btn.wpac-like-btn .wpac-btn-icon #wpacLikeCount, 
.custom-like-container .wpac-flat-btn.wpac-dislike-btn .wpac-btn-icon #wpacDislikeCount {
  font-size: 12px;
  width: 20px;
  height: 20px;
  line-height: 22px;
	margin-top: -11px;
right: -11px;
}

body.home .custom-blog-img ~ div {
  min-height: 48px;
}

.single-post .epvc-post-count {
	font-size: 13px;
	display: inline-block;
	background-color: #FFD6D6;
	padding: 2px 10px 3px;
	border-radius: 5px;
	color: #000;
	margin-bottom: 15px;
}
.single-post .epvc-eye {
	vertical-align: middle;
}
.custom-tab-list .elementor-widget-wrap > section {
  display: none;
}
.custom-tab-list .custom-like-container > div {
  display: none;
}

.custom-tags-display div > a {
  border: 1px solid #ababab;
  padding: 4px 10px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 600;
	color: #5d5d5d;
	transition: all 0.5s ease-in-out;
}

.custom-tags-display div > a:hover	{
	color: #000;
	border-color: #000 ;
}

/*CSS by Dipan*/


/*CSS by Rahul */
.zoom_method .elementor-widget-container{
	overflow: hidden;
}
.zoom_method img{
	transition: all .5s ease-in;
}
.zoom_method img:hover{
	transform: scale(1.1)
}
/*CSS by Rahul */