/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

h1, .et_pb_section_0 h1.et_pb_module_header {
	font-size: clamp(1.875rem, 0.12296rem + 7.377vw, 7.5rem) !important;
	text-transform: lowercase;
}
.page:not(.home) #main-header {
    background-color: #000 !important;
}
div#media-frame-title h1 {
    font-size: 22px !important;
}
section.et_pb_module.et_pb_fullwidth_header.et_pb_fullwidth_header_0.et_pb_text_align_center.et_pb_bg_layout_dark {
    padding-top: 40vh !important;
}
/*
div#services .et_pb_column_1_4 .et_pb_text:last-of-type:after {
    font-style: italic;
    content: 'read more...';
    display:block;
    margin-top:15px;
}
*/
footer#main-footer {
    display: none;
}
#top-menu li {
    padding-right: 40px !important;
}
ul#top-menu li a span {
    color: #fff;
}
ul#top-menu a {
    text-transform: uppercase;
}
li.centered-inline-logo-wrap {
    width: 200px !important;
}
.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
    padding-left: calc(50% - 270px) !important;
    float: left;
}

.et-fixed-header li.centered-inline-logo-wrap {
    width: 150px !important;
}


.et-social-flikr a.icon:before {
    content: "\e010";
}
.et_pb_social_icon.et_pb_social_network_link a.icon {
    background-color: #000!important;
}
.et_contact_bottom_container {
    float: left;
    text-align: right;
    margin-top: 0;
    margin-left: 2px;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
    margin: 20px auto;
    width: 100% !important;
    max-width: 100% !important;
}
p.header-links span {
    font-size: 29px;
    font-weight: 900;
    text-decoration: underline;
}
p.header-links {
    margin-top: 10vh;
}
/*
div#contact {
    background-size: 35%;
    background-position: left -6% bottom 0px;
    background-image: url(https://bigfish.audio/wp-content/uploads/2023/09/logo_bf_12pct.svg)!important;
}
*/
.footer_nav ul#menu-main {
    flex-direction: column !important;
}
@media only screen and (min-width: 1080px) {
p.header-links {
    display: flex;
    justify-content: space-around;
}
p.header-links span:nth-of-type(2) {
    padding-right:85px;
}
.et_header_style_split .centered-inline-logo-wrap #logo, .et_header_style_split .et-fixed-header .centered-inline-logo-wrap #logo {
    max-height: 60% !important;
}
}
.mobile p {
	margin-top:30px;
}

/** Blurb Hover Text **/
/*change the cursor when hovering over the module*/

.pa-hover-blurb .et_pb_blurb_content {
	cursor: pointer;
}


/*restrict the display of the description text before hovering*/

.pa-hover-blurb .et_pb_blurb_description {
	display: none
}


/*add a smooth ransition effect*/

.pa-hover-blurb .et_pb_blurb_container,
.pa-hover-blurb .et_pb_image_wrap {
	transition: all 0.4s ease-in-out;
}


/*restrict the triggering of hover effect when we hover on the title and align title to center*/

.pa-hover-blurb .et_pb_module_header {
	position: absolute;
	left: 60%;
	transform: translateX(-60%);
	pointer-events: none;
	width: 100%;
}


/*provide padding to description text so is doesn’t take the full width*/

.pa-hover-blurb .et_pb_blurb_description {
	padding: 0 5%;
}


/*place the whole content on image on hover and place it in center with different text color*/

.pa-hover-blurb .et_pb_blurb_content:hover .et_pb_blurb_container {
	position: absolute;
	top: 35%;
	transform: translateY(-35%);
	color: #ffffff !important;
	cursor: pointer;
}


/*place the overlay effect on the image on hover*/

.pa-hover-blurb .et_pb_blurb_content:hover .et_pb_image_wrap:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	left: 0;
	top: 0;
	opacity: 0.5;
	border-radius: 15px!important;
}


/*make the position of the title relative on hover*/

.mb-hover-blurb .et_pb_blurb_content:hover .et_pb_module_header {
	position: relative;
	text-align: center;
}


/*change the title text color and font size on hover*/

.mb-hover-blurb .et_pb_blurb_content:hover .et_pb_blurb_container .et_pb_module_header {
	color: #ffffff;
	font-size: 2rem;
}


/*show the description text on hover*/

.mb-hover-blurb .et_pb_blurb_content:hover .et_pb_blurb_description {
	display: block;
}


/*zoom the image on hover*/

.mb-hover-blurb .et_pb_blurb_content:hover .et_pb_image_wrap {
	transform: scale(1.10);
}

/** Wall of Fame blog grid **/
.et_pb_posts.mb-blog-hover .et_pb_ajax_pagination_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.et_pb_posts.mb-blog-hover .et_pb_ajax_pagination_container .et_pb_post {
  width: calc(33.1% - .5rem);
  margin-right: .95rem;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}
.et_pb_posts.mb-blog-hover .et_pb_ajax_pagination_container .et_pb_post:nth-child(3n+3) {
  margin-right: 0;
}
/*
.et_pb_posts.mb-blog-hover .et_pb_ajax_pagination_container .et_pb_post a img:after{
  content: "";
  position: absolute;
  visibility: visible;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);  
  z-index: 1;
}
*/
.et_pb_posts.mb-blog-hover .et_pb_ajax_pagination_container .et_pb_post:hover a img {
	opacity: 0.3;
 /* width: 100%; */
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.et_pb_posts.mb-blog-hover .et_pb_ajax_pagination_container .et_pb_post .entry-featured-image-url {
  margin-bottom: 0;
}
.et_pb_posts.mb-blog-hover .et_pb_ajax_pagination_container .et_pb_post .entry-title {
  position: absolute;
  color: #000;
  top: 1rem;
  left: 1.5rem;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.et_pb_posts.mb-blog-hover .et_pb_ajax_pagination_container .et_pb_post .post-content a.more-link {
    color:#000;
    position: absolute;
    bottom: 1rem;
    left: 1.5rem;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.et_pb_posts.mb-blog-hover .et_pb_ajax_pagination_container .et_pb_post:hover .post-meta a {
  color: #000; 
}
.et_pb_posts.mb-blog-hover .et_pb_ajax_pagination_container .et_pb_post .post-meta {
  position: absolute;
  top: 3rem;
  left: 1.5rem;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/*.et_pb_posts.mb-blog-hover .et_pb_ajax_pagination_container .et_pb_post .post-content {
  display: none;
}*/
.et_pb_posts.mb-blog-hover .et_pb_ajax_pagination_container .et_pb_post:hover .entry-title {
  top: 1rem;
  left: 1rem;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.et_pb_posts.mb-blog-hover .et_pb_ajax_pagination_container .et_pb_post:hover .post-meta {
  top: 3rem;
  left: 1rem;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.et_pb_posts.mb-blog-hover .et_pb_ajax_pagination_container .et_pb_post .post-content .post-content-inner {
    display: none;
}
.et_pb_posts.mb-blog-hover .et_pb_ajax_pagination_container .et_pb_post:hover .post-content a.more-link {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    opacity: 1;
    z-index: 2;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

@media all and (max-width: 1024px) {
  .et_pb_posts.mb-blog-hover .et_pb_ajax_pagination_container .et_pb_post:hover {
    margin-bottom: 2rem;
  }
  .et_pb_posts.mb-blog-hover .et_pb_ajax_pagination_container .et_pb_post:hover:after {
    display: none;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .et_pb_posts.mb-blog-hover .et_pb_ajax_pagination_container .et_pb_post:hover .entry-title {
    position: relative;
    top: 1rem;
    left: 0;
    opacity: 1;
    color: black; /* this is the color of the title on mobile. You can take this out to modify it in the module settings */
    margin-bottom: 1rem;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .et_pb_posts.mb-blog-hover .et_pb_ajax_pagination_container .et_pb_post:hover .post-meta {
    position: relative;
    top: auto;
    left: 0;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .et_pb_posts.mb-blog-hover .et_pb_ajax_pagination_container .et_pb_post:hover .post-meta a {
    color: black; /* this is the color of the post meta on mobile. You can take this out to modify it in the module settings */
  }
}
@media all and (max-width: 1024px) {
  .et_pb_posts.mb-blog-hover .et_pb_ajax_pagination_container .et_pb_post {
    margin-bottom: 2rem;
  }
  .et_pb_posts.mb-blog-hover .et_pb_ajax_pagination_container .et_pb_post:after {
    display: none;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .et_pb_posts.mb-blog-hover .et_pb_ajax_pagination_container .et_pb_post .entry-title {
    position: relative;
    top: 1rem;
    left: 0;
    opacity: 1;
    color: black;
    margin-bottom: 1rem;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .et_pb_posts.mb-blog-hover .et_pb_ajax_pagination_container .et_pb_post .post-meta {
    position: relative;
    top: auto;
    left: 0;
    opacity: 1;
    color: black;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .et_pb_posts.mb-blog-hover .et_pb_ajax_pagination_container .et_pb_post .post-meta a {
    color: black;
  }
}
@media all and (max-width: 980px) {
  .et_pb_posts.mb-blog-hover .et_pb_ajax_pagination_container .et_pb_post {
    width: calc(50% - 12.5px);
  }
  .et_pb_posts.mb-blog-hover .et_pb_ajax_pagination_container .et_pb_post:nth-child(3n+2) {
    margin-right: 1rem;
  }
  .et_pb_posts.mb-blog-hover .et_pb_ajax_pagination_container .et_pb_post:nth-child(odd) {
    margin-right: 1rem;
  }
  .et_pb_posts.mb-blog-hover .et_pb_ajax_pagination_container .et_pb_post:nth-child(even) {
    margin-right: 0;
  }

/** mobile menu **/
/*set the defautl background color of the header section*/
#pa-head.pa-header {
	background: transparent;
	background-color: RGBA(255,255,255,0)!important;
}
/*set the background color of the fixed header when scrolling*/
#pa-head.pa-fixed-header {
	background-color: #000000!important;
	-webkit-transition: background-color 0.5s ease-out;
	-moz-transition: background-color 0.5s ease-out;
	-o-transition: background-color 0.5s ease-out;
	transition: background-color 0.5s ease-out;
}

body:not(.home) #pa-head.pa-header {
	background: rgb(0,0,0);
	background-color: rgb(0,0,0) !important;
}
/*
body:not(.home) div#et-main-area {
    padding-top: 100px;
}
*/

#main-header #et-top-navigation {
    float: right;
}

#main-header #et-top-navigation .mobile_menu_bar:before {
    color:#fff;
    top:10px;
}
header#main-header.pa-fixed-header {
    background-color: #000;
    position: fixed;
    top: 0px !important;
}

.home header#main-header #logo {
    display:none;
}
header#main-header.pa-fixed-header #logo {
    display:initial;
}
header#main-header .et_mobile_menu {
    border-color: #fff;
    background-color: #000 !important;
}
header#main-header .et_mobile_menu .menu-item {
	text-transform:uppercase;
}
#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
    content: 'a' !important;
}

}
@media all and (max-width: 479px) {
  .et_pb_posts.mb-blog-hover .et_pb_ajax_pagination_container .et_pb_post {
    width: 100%;
    margin-right: 0 !important;
  }
}

span.dbdb-post-tags {
    color: #fff;
}
.et_pb_bg_layout_light .et_pb_post .post-meta a {
    color: #fff;
}
.dbdb_posttitle_tags_separator {
    display:none;
}
.dbdb_posttitle_tags:before {
    content: 'SKILLS: ';
	display:block;
}
/** END WoF **/

/** Gallery 
.et_pb_gallery_items img {
    border: solid 1px #393939;
}
**/