/*
Theme Name: Calm Collect
Theme URI: https://calmcollectvet.com
Description: Divi Child Theme
Author: 183°
Template: Divi
Version: 1.0.1
*/
 
/* =Theme customization starts here
-------------------------------------------------- */

/* -- Colors -- */

/*
#288f98 teal
#020007 black
#5c5a5a gray dark
#8b8989 gray medium
#e1e1e1 gray light
*/

/* -- Mobile -- */

.et_mobile_menu {
	border-top: 0;
}

.et_mobile_menu li a {
	color: #288f98 !important;
}

@media all and (max-width: 980px) {
	
	#et_search_icon:before {
		color: #fff !important;
	}
	
	.mobile_menu_bar:before {
		color: #fff !important;
	}
}

/* -- Typography -- */

sup {
	font-size: 50%;
}

/* -- Header -- */

.et_fixed_nav #main-header {
	background: rgb(40,143,152);
	background: -webkit-linear-gradient(bottom, rgba(40,143,152,1) 0%, rgba(25,100,106,1) 100%);
	background: -o-linear-gradient(bottom, rgba(40,143,152,1) 0%, rgba(25,100,106,1) 100%);
	background: linear-gradient(to top, rgba(40,143,152,1) 0%, rgba(25,100,106,1) 100%);
	border-bottom: 2px solid #fff;
	box-shadow: none;
	/*height: 100px;
	padding-top: 20px;*/
}

.et_fixed_nav #main-header #top-menu li li a {
	color: rgba(0,0,0,0.7) !important;
}

#logo {
	width: 150px;
}

#top-menu li {
	font-weight: 400;
}

/* -- Footer -- */

#main-footer {
	background: rgb(229,229,229);
	background: -webkit-linear-gradient(bottom, rgba(229,229,229,1) 0%, rgba(229,229,229,1) 30%, rgba(229,229,229,1) 60%, rgba(229,229,229,1) 100%);
	background: -o-linear-gradient(bottom, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 60%, rgba(229,229,229,1) 100%);
	background: linear-gradient(to top, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 60%, rgba(229,229,229,1) 100%);
	padding-bottom: 5%;
}

#footer-info {
	float: none;
	padding-bottom: 0;
	text-align: center;
}

.footer-widget .wp-block-image img {
	width: 150px;
}

.footer-widget li:before {
	display: none;
}

.wp-block-social-links .wp-social-link svg {
	color: #8b8989 !important;
	height: 30px !important;
	width: 30px !important;
}

.copyright {
	font-size: 11px;
	text-align: center;
}

/* Hide copyright info except on contact page */
#footer-info {
	display: none;
}

.page-id-54 #footer-info {
	display: block;
}

/* ----- Video Overlay ----- */

/* White */
.video-overlay-white {
	/*height: 100%;
	min-height: 800px;*/
	position: relative;
	overflow: hidden;
	z-index: 0;
}

.video-overlay-white:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.65) 20%, rgba(255, 255, 255, 0) 100%);
	pointer-events: none;
	z-index: 1;
}

/* Black */
.video-overlay-black {
	/*height: 100%;
	min-height: 800px;*/
	position: relative;
	overflow: hidden;
	z-index: 0;
}

.video-overlay-black:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.65) 20%, rgba(0, 0, 0, 0) 100%);
	pointer-events: none;
	z-index: 1;
}

/* -- Video Alignment -- */

.video-align .et_pb_section_video_bg .mejs-video {
    bottom: 0px;
}
/*
.stop_bg_video .et_pb_section_video_bg .mejs-video {
    bottom: 0px;
}

.stop-after-one .et_pb_section_video_bg .mejs-video {
    bottom: 0px;
}*/

/* -- Video Hide Reveal Poster -- */

.bg-video-reveal .et_pb_section_video_bg,
.bg-video-reveal .et_pb_section_video_bg video {
  background-color: #ffffff !important;
}

.bg-video-reveal {
  background-size: cover !important;
  background-position: bottom right !important;
  background-repeat: no-repeat !important;
}

/* -- Parallax Image -- */

.parallax-image {
  position: relative;
  background-attachment: fixed; /* Original parallax effect */
  background-size: cover;
  background-position: center center;
  /*min-height: 300px; /* Maintain your layout */
  height: auto;
  overflow: hidden; /* Ensure background stays within bounds */
}

@media (max-width: 768px) {
  .parallax-image {
    /*background-attachment: unset;*/
	/*background-position: center right;*/
	/*background-size: contain;*/
  }
}


/* ----- Video Arrow Overlay ----- */

/* Main container styling */
/*.video-icon {
  /*position: relative;*/
/*}*/

/* Custom icon centered using absolute positioning */
/*.video-icon .et_pb_video_play::before {
  content: "";
  background: url('/wp-content/uploads/Venocare-Video-Play-Icon.png') no-repeat center center;
  background-size: contain;
  display: block;
  height: 40px;
  width: 100px;
}*/

/* -- Home Page -- */

.video-align .et_pb_section_video_bg .mejs-video {
    bottom: 0px;
}

.calm-collect-bullet-top ul,
.calm-collect-bullet-middle ul,
.calm-collect-bullet-bottom ul {
  list-style: none;
}

.calm-collect-bullet-top ul li,
.calm-collect-bullet-middle ul li,
.calm-collect-bullet-bottom ul li {
  padding-left: 62px;
  position: relative;
}

.calm-collect-bullet-top ul li::before {
	background-image: url('/wp-content/uploads/Calm-Collect-Icon-Bullet-Top.png');
	background-size: contain;
	content: "";
	height: 12px;
	left: 0;
	position: absolute;
	top: 7px;
	width: 52px;
}

.calm-collect-bullet-middle ul li::before {
	background-image: url('/wp-content/uploads/Calm-Collect-Icon-Bullet-Middle.png');
	background-size: contain;
	content: "";
	height: 12px;
	left: 0;
	position: absolute;
	top: 7px;
	width: 52px;
}

.calm-collect-bullet-bottom ul li::before {
	background-image: url('/wp-content/uploads/Calm-Collect-Icon-Bullet-Bottom.png');
	background-size: contain;
	content: "";
	height: 12px;
	left: 0;
	position: absolute;
	top: 7px;
	width: 52px;
}

/* -- Product Page -- */

@keyframes slideInRight {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.blurb-product-slide-right,
.blurb-product-slide-right .et-pb-icon {
	animation: 1s slideInRight, 2s fadeIn;
	/*animation-delay: 250ms;*/
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.blurb-product-slide-right:hover {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}
.blurb-product-slide-right:hover .et-pb-icon {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
}

@keyframes slideInLeft {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

.blurb-product-slide-left,
.blurb-product-slide-left .et-pb-icon {
	animation: 1s slideInLeft, 2s fadeIn;
	animation-delay: 250ms;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.blurb-product-slide-left:hover {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}
.blurb-product-slide-left:hover .et-pb-icon {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
}