/*
Theme Name: Petpro
Description: Petpro - Affiliate Marketing/Reviews WordPress Theme
Version: 2.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: petpro
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

.footer-area .first-column > div:nth-child(2){
	margin-bottom:10px;
}

body {
    opacity: 1 !important;
}
.main-banner-wrap-content .banner-btn.secondary {
    background-color: #21816b;
    border: 1px solid #21816b;
}
.icon-image1 {
    position: absolute;
    top: 0;
    left: -40px;
}
.icon-image2 {
    position: absolute;
    top: 20px;
    right: -40px;
}
.icon-image3 {
    position: absolute;
    bottom: 20px;
    right: -40px;
}

.icon-image4 {
    position: absolute;
    bottom: 0;
    left: -40px;
}
.icon-image5 {
    position: absolute;
    bottom: 50px;
    left: -40%;
}
.elementor-image-gallery .gallery-item img {
    margin: 0 auto;
    background: #21816B;
    border-radius: 50px;
    padding: 20px;
    width: 100px;
}
.elementor-image-gallery .gallery-item:nth-child(2) img {
    background: #3E5783;
}
.elementor-image-gallery .gallery-item:nth-child(3) img {
    background: #3353BC;
}
.elementor-image-gallery .gallery-item:nth-child(4) img {
    background: #54A996;
}
.elementor-image-gallery .gallery-item .gallery-caption {
	color: #21816B;
	    font-size: 20px;
    font-weight: 700;
}
.elementor-image-gallery .gallery-item:nth-child(2) .gallery-caption {
	color: #3E5783;
}
.elementor-image-gallery .gallery-item:nth-child(3) .gallery-caption {
	color: #3353BC;
}
.elementor-image-gallery .gallery-item:nth-child(4) .gallery-caption {
	color: #54a996;
}
span.author {
    color: #21816B;
}
.review-container {
    display: flex;
    flex-direction: row;
}
.left-side,.right-side {
    flex: 1 0 50%;
}
.left-side {
    font-size: 16px;
    line-height: 31px;
}
.elementor .main-banner-wrap-shape > img {
    border: 15px solid #fff;
    border-radius: 50%;
    z-index: 9;
    position: relative;
}
.main-banner-wrap-shape:before {
    content: '';
    border-radius: 50%;
    opacity: 0.35;
    background: #FFF;
    box-shadow: 0px 0px 44px 0px #B6CDF8;
    position: absolute;
    width: 110%;
    height: 110%;
    flex-shrink: 0;
    left: -5%;
    top: -5%;
}
.top-categories-card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}
.owl-carousel .owl-item .top-categories-card img {
    width: 145px;
    object-fit: contain;
    height: 130px;
}
.owl-carousel .owl-item .top-categories-card .content h3 {
    font-size: 18px;
}
.owl-carousel .owl-item .top-categories-card .content h3 span {
    color: #21816B;
}

img.dogimage {
    position: absolute;
    left: 10%;
    top: 15%;
}
img.catimage {
    position: absolute;
    right: 10%;
    bottom: 0;
}
svg.left-top {
    position: absolute;
    top: 5%;
    left: 7%;
}
svg.left-bottom {
    position: absolute;
    bottom: 5%;
    left: 20%;
}
svg.right-bottom {
    position: absolute;
    right: 22%;
    bottom: 5%;
}
svg.circle-right {
    position: absolute;
    top: 10%;
    right: 10%;
}
svg.envelope-left {
    position: absolute;
    left: 10%;
    bottom: 5%;
}
.title-with-more {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.title-with-more .widget-title,.title-with-more .widget-title:before {
    border: none !important;
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.title-with-more a.link-btn {
    color: #3E5783;
    font-size: 16px;
}
.page-widget-area .widget_categories .categories-slides.owl-theme .owl-nav {
    display: none;
}
.footer-area .col-lg-4.col-md-6 {
    display: flex;
    justify-content: space-around;
}
.col-lg-4.col-md-6.first-column {
    display: block;
}
.footer-area .col-lg-4.col-md-6 ul {
    list-style: none;
    padding: 0;
    color: #21816B;
}
.footer-area .col-lg-4.col-md-6 ul li a {
    color: #21816B;
}
i.bx.bxl-facebook {
    color: #47459D;
}
i.bx.bxl-twitter {
    color: blue;
}
i.bx.bxl-instagram {
    color: red;
}
i.bx.bxl-linkedin {
    color: #6599C8;
}
i.bx.bxl-pinterest-alt {
    color: red;
}
.footer-area,.navbar-area {
    position: relative;
}
.footer-area > .container{
    padding-top: 60px;
}
.footer-area:before,.navbar-area:before {
    content: "";
    background: #3A4772;
    height: 5px;
    width: 50%;
    position: absolute;
    left: 0;
	top: 0;
}
.footer-area:after,.navbar-area:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: #21816B;
    height: 5px;
    width: 50%;
}
.footer-bottom-area {
    background-color: #DDE8FF;
}
.menu-helpful-links-container {
    margin-top: 60px;
}
.navbar .login_btn {
  padding: 5px 10px;
  border-radius: 50px;
  border: 2px solid #21816B;
  color: #21816B;
  font-size: 17px;
  font-weight: 700;
}
.main-banner-wrap-area .owl-carousel .owl-nav.disabled {
	display: block;
}
.banner-posts .banner-wrap-item-card .wrap-image img {
    height: 270px;
    border-radius: 10px;
    display: inline-block;
    object-fit: cover;
}
.technology-products-thumbnail-box img {
  height: 300px !important;
  object-fit: cover;
	width: 100%;
}

@media (max-width: 1024px) {
.technology-products-list-tabs .nav .nav-item .nav-link {
    padding: 10px 10px !important;
}
.main-banner-wrap-area .main-banner-wrap-shape {
    position: initial;
    display: flex;
	margin-top: 40px;
    align-items: center;
    justify-content: space-between;
}
.main-banner-wrap-area .icon-image1,
.main-banner-wrap-area .icon-image2,
.main-banner-wrap-area .icon-image3,
.main-banner-wrap-area .icon-image4,
.main-banner-wrap-area .icon-image5 {
	position: initial;
}
.top-categories-card {
    text-align: center;
}
.elementor-widget-Puva_Newsletter svg {
    display: none;
}
.elementor-widget-Puva_Newsletter img {
    width: 75px;
}
.elementor-widget-Puva_Newsletter img.dogimage {
    left: 10%;
    top: 0%;
}
.footer-area .col-lg-4.col-md-6 {
    display: flex;
    justify-content: space-between;
    margin: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
.footer-area .col-lg-4.col-md-6.first-column {
    display: block;
}

}
@media (max-width: 479px) {
	.main-banner-wrap-content .banner-btn {
    width: 100%;
    margin-bottom: 20px;
}
.review-container {
    display: block;
}
.elementor-widget .elementor-image-gallery .gallery-item {
    max-width: 50% !important;
}
.elementor-widget-Puva_Newsletter img {
    display: none;
}
.navbar-area .mean-container .mean-bar {
    top: 20px;
}
.footer-area h3.widgettitle {
    font-size: 18px !important;
}
.icon-image1,.icon-image2,.icon-image3,.icon-image4,.icon-image5 {
    display:none;
}
.main-banner-wrap-shape:before {
    content: none !important;
}
.technology-products-thumbnail-box img {
    width: 100%;
}
.home .elementor-image-carousel-wrapper img.swiper-slide-image {
    width: 100px;
    height: 100px;
    object-fit: contain;
}	
}