/*
Theme Name: Beaver Builder Child Theme
Theme URI: https://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: https://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here...Remember to change the Version number above! */ 

/* Header */

/* Footer*/

/* Home */
/* Make the whole callout a positioning context */
.HomeBrands .fl-callout {
  position: relative;
  padding-top: 120px; /* space for overlapping image */
}

/* Background panel behind title + text */
.HomeBrands .fl-callout-content {
    background: #fff;
    position: relative;
    z-index: 1;
    height: 335px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 40px 40px;
    text-align: center;
    justify-content: center;
    padding-bottom: 0;
}

/* Move image so it overlaps the background */
.HomeBrands .fl-callout-photo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

/* Image styling */
.HomeBrands .fl-callout-photo img {
  width: 200px !important;
  max-width: none !important;
  height: auto;
  display: block;
}

/* Title + text cleanup */
.HomeBrands .fl-callout-title,
.HomeBrands .fl-callout-text {
  text-align: center;
  margin: 0;
}

/* Optional spacing tweaks */
.HomeBrands .fl-callout-title {
  margin-bottom: 8px;
}




/* Tablet */
@media (max-width: 768px) {
  .HomeBrands .fl-callout-content {
    min-height: 300px;
    padding: 70px 25px 30px;
  }

  .HomeBrands .fl-callout-photo img {
    width: 160px !important;
  }

  .HomeBrands .fl-callout {
    padding-top: 100px;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .HomeBrands .fl-callout-content {
    min-height: 280px;
    padding: 70px 20px 25px;
  }

  .HomeBrands .fl-callout-photo img {
    width: 130px !important;
  }

  .HomeBrands .fl-callout {
    padding-top: 90px;
  }
}

/* About Me */
@media (max-width: 1715px){
	.AboutMyServicesCol .fl-col-content.fl-node-content{
		padding: 20px;
	}
	.AboutMyServicesCol .FirstCol .fl-col-content.fl-node-content{
		padding-left: 0 !important;
	}
}
@media (max-width: 1380px){
	.AboutMyServicesCol h3.fl-heading{
		font-size: 32px;
	}	
}
@media (max-width: 767px) {
	.AboutMyServicesCol .SecondCol .fl-col-content.fl-node-content,
    .AboutMyServicesCol .FirstCol .fl-col-content.fl-node-content {
        padding-left: 0 !important;
    }
	.AboutMyServicesCol .fl-col-content.fl-node-content{
		padding: 0 !important;
	}
}

/* Catalogue Page */
#Catalogue .HomeBrands .fl-callout-content{
	background: #fff;
    position: relative;
    z-index: 1;
    height: 500px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 40px 40px;
    text-align: center;
    padding-bottom: 0;
    justify-content: flex-start;
}
#Catalogue .HomeBrands .fl-callout-title{
	margin-top: 60px;
}




/* Contact Us */
label.wpforms-field-label-inline{
	font-family: Montserrat;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 100%;
	color: rgba(58, 63, 75, 1);
}
.fl-node-6v097y8qdbis .pp-wpforms-content .wpforms-container .wpforms-form input::-webkit-input-placeholder,
.fl-node-6v097y8qdbis .pp-wpforms-content .wpforms-container .wpforms-form textarea::-webkit-input-placeholder{
	opacity: 1;
	color: rgba(58, 63, 75, 1);
}

.fl-node-6v097y8qdbis.pp-wpforms-content .wpforms-container .wpforms-form input::-moz-placeholder,
.fl-node-6v097y8qdbis .pp-wpforms-content .wpforms-container .wpforms-form textarea::-moz-placeholder{
	opacity: 1;
	color: rgba(58, 63, 75, 1);
}

.fl-node-6v097y8qdbis .pp-wpforms-content .wpforms-container .wpforms-form input:-ms-input-placeholder,
.fl-node-6v097y8qdbis .pp-wpforms-content .wpforms-container .wpforms-form textarea:-ms-input-placeholder{
	opacity: 1;
	color: rgba(58, 63, 75, 1);
}



/* PW Protect Page */
body.wp-singular.page-template-default.page.page-id-26 h1.fl-post-title{
	color: rgba(102, 66, 148, 1);
	font-family: "Playfair Display", serif;
    font-weight: 700;
}
body.wp-singular.page-template-default.page.page-id-26 .post-password-form p{
	font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 16px;
	color: rgba(0, 0, 0, 1);
}
body.wp-singular.page-template-default.page.page-id-26 .post-password-form input[type=submit]{
	font-family: Montserrat, sans-serif;
    font-weight: 700;
    border: 1px solid rgba(46, 51, 63, 1);
    background-color: rgba(58, 63, 75, 1);
	color: rgba(255, 255, 255, 1);
}




