/*
Theme Name: MLK Custom Kit
Theme URI: https://marketinglaunchkit.com
Description: This is a custom website designed by Marketing Launch Kit 
Author: Monica Sachdev
Author URI: https://marketinglaunchkit.com
Template: flatsome
Version: 3.0.1
*/

/*************** CUSTOM CSS ***************/
/************* QUICK CSS *************/

/* Follow Social Icons Block Element color when class 'mlk-social' applied */
div.social-icons.follow-icons.mlk-social {
	color: #5c86f2;
}
/* Follow Social Icons Block Element Hover color when class 'mlk-social' applied */
div.social-icons.follow-icons.mlk-social a:hover {
	color: #496bc2;
}

/* HEADER SEARCH BUTTON ICON COLOR */
.button.alt, .button.checkout, .checkout-button, .secondary {
	background-color: #5c86f2;
}

/*GIVES IMAGES WITH CLASS ROUNDED CORNERS*/
.round-square img {
    border-style: none;
    border-radius: 20px;
}


/*button style words remove the link and hover and hand pointer*/
.static-bubble .button:hover, .dark .button.is-form:hover {
    box-shadow: none !important; /* removes hover darken color*/
}
.static-bubble .button {
	cursor: text; /*changes hand pointer too text selector pointer*/
}

/*remove auto Title and breadcrumbs of single portfolio entries*/

.single-featured_item .portfolio-summary .entry-title {
  display: none !important;
}

.single-featured_item .portfolio-summary .featured_item_cats {
  display: none !important;
}

/*REMOVE WEIRD SPACE BETWEEN FOOTER AND END OF CONTENT ON PORTFOLIO ITEMS*/
.single-featured_item .col {
  padding-bottom: 0 !important;
}

.single-featured_item .page-wrapper,
.single-featured_item .portfolio-summary.entry-summary {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}


/*STYLE PORTFOLIO GRID CASE STUDIES TITLES*/
.portfolio-box-title {
  text-transform: none !important; /* Removes all caps */
  font-size: 16px; /* Adjust as needed */
  font-weight: 600; /* 400 = normal, 600 = semi-bold */
  letter-spacing: 0; /* Removes spread-out letters */
  line-height: 1;
}

/*STYLE PRIVACY POLICY FOOTER LINK TO BE SAME AS COPYRIGHT*/
.footer-links {
  display: inline-block;
  vertical-align: top;
  padding: 4px;
  line-height: 0;
}

/*STOP BLOG GRID FEAT IMAGE FROM BEING CROPPED*/
.has-equal-box-heights .box-image img,.has-format img,.image-cover img,.video-fit iframe,.video-fit video,img.back-image {
    bottom: 0;
    font-family: "object-fit: contain;";
    height: 100%;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

/*STYLING CATEGORY TAGS ON BLOG GRID*/
.tag-label {
    background-color: rgba(92,134,242,1);
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: .8em;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    padding: 2px 5px;
    text-transform: uppercase;
    transition: background-color .3s,opacity .3s
}

.op-7{
     opacity: 0.75;
}

.has-hover:hover .tag-label {
    background-color: var(--fs-color-primary);
    opacity: 1
}
.box-text p {
    margin-bottom: 1em;
    margin-top: .1em;
}


/*************** ADD MOBILE ONLY CSS HERE  ***************/
	/*ADJUSTING TINY MOBILLE BLOG TITLES ON GALLERY TO BE BIGGER*/
 @media (max-width: 749px) {
}

@media only screen and (max-width: 48em) {
}