/*
Theme Name: Roche Bros Theme
Theme URI: https://www.matternow.com
Author: Bobby Wilson
Author URI: https://www.matternow.com
Description: A Bootstrap5 based theme for WordPress.
Version: 1.0
Tested up to: 6.0.1
Requires PHP: 7.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rochebros
*/

.plyr__video-wrapper{z-index: -1;}

.single-post article .post-content h2 {
	font-size: var(--rb-h3-font-size);
}

.social-links .social-link--vimeo:hover .fa-square, .social-links .social-link--vimeo:active .fa-square {
  color: rgb(0, 173, 239);
}
.social-links .social-link--pinterest:hover .fa-brands, .social-links .social-link--pinterest:active .fa-brands {
  color: #E60023;
}
.social-links .social-link--pinterest:hover .fa-square, .social-links .social-link--pinterest:active .fa-square {
  color: #EFEFEF;
}
.social-links .social-link--spotify:hover .fa-brands, .social-links .social-link--spotify:active .fa-brands {
  color: #1DB954;
}
.social-links .social-link--spotify:hover .fa-square, .social-links .social-link--spotify:active .fa-square {
  color: #191414;
}
.social-links .social-link--yelp:hover .fa-brands, .social-links .social-link--yelp:active .fa-brands {
  color: #FF1A1A;
}
.social-links .social-link--yelp:hover .fa-square, .social-links .social-link--yelp:active .fa-square {
  color: #000000;
}

/*** Special Sections ***/

/* One Image */
.section--special.rect-bkgd--option-1 .callout-layout-one-image figure img[src$=".png"],
.section--special.rect-bkgd--option-2 .callout-layout-one-image figure img[src$=".png"] { -webkit-box-shadow: none !important; box-shadow: none !imporant; }

@media (min-width: 1600px) {
	.section--special .callout.callout-image-no.callout-layout-one-image figure.figure-module-small img {
		max-height: 800px;
	}
}

@media (min-width: 1921px) {
	.section--special .callout.callout-image-no.callout-layout-one-image figure.figure-module-small img {
		width: auto;
	}
}


/* Two Image */
@media (min-width: 1200px) {
	.wide-callout .callout.callout-layout-two-images .callout-image {
		max-width: 85%;
	}
}

/* Individual Page Styles */

/* Our Brands */
.brand-figure {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.brand-figure figure {
	margin-bottom: 0;
}

.brand-figure .brand-figure-content {
	flex-grow: 1;
	display: flex;
	height: 100%;
}

@media (min-width: 1200px) {
	.callout-block .callout {
		display: block;
	}
}


/* Catering */
@media (max-width: 1599.98px) {
	/* Corporate Takeout Img */
  #figure-img-1042 img {
    max-height: 25rem;
    width: auto;
  }
}

/* Homepage */
@media (max-width: 959.98px) {
	.page-id-142 #figure-img-932 {
		width: 85%;
	}
}

/* Apple Pie Callout */
.page-id-142 #wp-img-1236 {
	width: 250px;
	display: block;
	margin-left: auto;
	margin-right: 0;
}

@media (min-width: 1200px) {
	.page-id-142 #wp-img-1236 {
		width: auto;
		margin-left: 0;
	}
}

@media (min-width: 1600px) {
	.page-id-142 #wp-img-1236 {
		width: 16.6vw;
		margin-right: 0;
		display: block;
		margin-left: auto;
	}
}
