/*
Theme Name: Bloomin Fitness
Author: Cameron Wilson
Description: Linda, your very own wordpress template
Version: 0.0.1
Tags: foundation
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;900&display=swap');

@media print, screen and (min-width: 40em) {
	.reveal, .reveal.tiny, .reveal.small, .reveal.large {
	  right: auto;
	  left: auto;
	  margin: 0 auto; } }
  
  /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
  
  
  
	/*--background image--*/
  /*section#background-pic{
	  min-height:640px;
	  background: url('http://localhost:8000/wp-content/themes/simple_and_light/assets/img/physioflexx-bg.jpg') no-repeat center;
	  background-size:cover;
	  color: #ffffff;
  }*/
  
  
  .header-text {
	  position:relative;
	  top:10em;
  }

  .montserrat-bold{
	font-family: 'Montserrat', sans-serif !important;
	font-weight:600;
  }
	/*--end of background image--*/
  
	.grid-container {
	  max-width:65rem;
  }
  
h1, h2, h3, h4, h5, h6, button {
  /*font-family: 'Montserrat', sans-serif !important;*/
  font-family: "Playwrite DK Uloopet", cursive !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

h1, .h1{
font-size: 4em;
}

h2, .h2{
    font-size: 3.5em;
    }

.grid-container{
  max-width:65rem !important;
}

.margin-top{
  margin-top:2em;
}

#background-pic { 
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 86%);
	min-height:640px;
	  background: url('http://localhost:8000/wp-content/themes/simple_and_light/assets/img/physioflexx-bg.jpg') no-repeat center;
	  background-size:cover;
	  color: #ffffff;
};

img.hpage-icon{
  width:200px !important;
}

/*--video--*/
/* Style for the video container */
.video-background {
	position: relative;
	width: 100%;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 86%);
	min-height:640px;
	overflow: hidden;
	box-shadow: inset 0 0 0 2000px rgba(41, 40, 40, 0.6);
color: #ffffff;
}

/* Style for the video */
.video-background video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
	z-index: -1;
	box-shadow: inset 0 0 0 2000px rgba(41, 40, 40, 0.6);
color: #ffffff;
}

.video-background .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5); /* Semi-transparent black overlay */
	z-index: 0; /* Above the video */
}


/* Content overlay */
/*.video-background .content {
	position: relative;
	z-index: 1;
	color: white;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}*/


.footer {
	min-height: 400px;
	/*background: linear-gradient( rgba(34,34,34,0.9), rgba(34,34,34,0.9) ), url('https://physioflexxayrshire.co.uk/wp-content/uploads/2018/08/injury.jpg');
	background-size: cover;*/
	background: linear-gradient(-45deg, #f4dedc, #D9B2AD, #e8beb9, #f7c8c3);
	background-size: 400% 400%;
	animation: gradient 5s ease infinite;
	/*height: 100vh;*/
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
	padding-top: 5em;
	/*-webkit-clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%);
	clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 100%);*/
}

img.footer-logo{
	width: 100px;
    position: relative;
    top: 50px;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.grid-container{
	max-width:65rem !important;
  }
  
  .post-container {
    max-width: 50rem !important;
}
  img.hpage-icon{
	width:200px !important;
  }


  .sticky-topbar {
	width: 100%;
  }

  /*pricing table*/
.pricing-table {
	background-color: #fefefe;
	border: solid 1px #cacaca;
	width: 100%;
	text-align: center;
	list-style-type: none;
  }
  
  .pricing-table li {
	border-bottom: dotted 1px #cacaca;
	padding: 0.875rem 1.125rem;
  }
  
  .pricing-table li:last-child {
	border-bottom: 0;
  }
  
  .pricing-table .title {
	background-color: #4484AF;
	font-family: 'Montserrat', sans-serif !important;
	color: #fefefe;
	border-bottom: 0;
  }
  
  .pricing-table .price {
	background-color: #e6e6e6;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 2rem;
	border-bottom: 0;
  }
  
  .pricing-table .description {
	color: #8a8a8a;
	font-size: 80%;
  }
  
  .pricing-table :last-child {
	margin-bottom: 0;
  }
  
  /*--Links--*/
  a.no-blue {
	color:#ffffff;
  }

  a{
	color: #ad028b;
  }

  a:hover{
	color:#d402aa;
  }
  
  /*New CTA's*/

.image-hover-wrapper {
	position: relative;
  }
  
  .image-hover-wrapper a {
	font-family: 'Montserrat', sans-serif !important;
	display: inline-block;
	letter-spacing: normal;
	line-height: initial;
	margin: 0;
	padding: 0;
	position: relative;
  }
  
  .image-hover-wrapper a img {
	float: left;
	overflow: hidden;
	width: 100%;
  }
  
  .image-hover-wrapper a .image-hover-wrapper-reveal {
	background-color: rgba(0, 0, 0, 0.5);
	color: #fefefe;
	display: inline;
	height: 100%;
	margin-left: -100%;
	opacity: 0;
	position: absolute;
	width: 100%;
	z-index: 80;
	transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition-delay: 0.25s;
  }
  
  .image-hover-wrapper a .image-hover-wrapper-reveal:hover {
	opacity: 1;
	transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
  .image-hover-wrapper a .image-hover-wrapper-reveal:hover p {
	opacity: 1;
	-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
			transform: translateY(-100%);
	transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition-delay: 0.25s;
  }
  
  .image-hover-wrapper a .image-hover-wrapper-reveal p {
	bottom: 0;
	display: block;
	opacity: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
  .image-hover-wrapper a .fa {
	font-size: 24px;
  }
  
  .image-hover-wrapper .image-hover-wrapper-banner {
	background-color: rgba(23, 121, 186, 0.8);
	font-family: 'Montserrat', sans-serif !important;
	color: #fefefe;
	font-weight: 600;
	left: 0;
	padding: 0.5rem;
	position: absolute;
	top: 25%;
	width: 75%;
	z-index: 10;
  }
  

  /*--profile on homepage --*/
  
.profile-card-action-icons {
	background-color: #fefefe;
	font-weight: 400;
	margin-bottom: 1.6rem;
	border-radius: 0.125rem;
	border:none;
	/*box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.18), 0 0.125rem 2px rgba(0, 0, 0, 0.36);*/
  }
  
  .profile-card-action-icons .card-section {
	background-color: inherit;
	padding: 0.5rem 0 0;
  }
  
  .profile-card-action-icons .card-section .profile-card-header,
  .profile-card-action-icons .card-section .profile-card-about {
	/*border-bottom: 0.0625rem solid #cacaca;*/
	padding: 0.7rem 1rem;
  }
  
  .profile-card-action-icons .card-section .profile-card-header {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
		-ms-flex-align: start;
			align-items: flex-start;
  }
  
  .profile-card-action-icons .card-section .profile-card-header .profile-card-avatar {
	margin-right: 0.5rem;
  }
  
  .profile-card-action-icons .card-section .profile-card-header .profile-card-avatar .avatar-image {
	/*border-radius: 50%;
	width: 15rem;
	height: 15rem;*/
	
  }

  .circle{
	width: 200px;
    height: 200px;
    border-radius: 50%;
    background-image: url('http://bloominfitness.co.uk/wp-content/uploads/2024/08/linda.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .profile-card-action-icons .card-section .profile-card-header .profile-card-author {
	-webkit-flex: 1 0 0;
		-ms-flex: 1 0 0px;
			flex: 1 0 0;
	margin-top: 3.5rem;
	padding-bottom: 0;
	padding-left:2em;
  }
  
  .profile-card-action-icons .card-section .profile-card-header .profile-card-author .author-title,
  .profile-card-action-icons .card-section .profile-card-header .profile-card-author .author-description {
	margin-bottom: 0;
  }
  
  .profile-card-action-icons .card-section .profile-card-header .profile-card-author .author-title {
	color: #0a0a0a;
  }
  
  .profile-card-action-icons .card-section .profile-card-header .profile-card-author .author-description {
	color: #8a8a8a;
	font-size: 0.9em;
  }
  
  .profile-card-action-icons .card-section .profile-card-about .about-title {
	text-transform: uppercase;
  }
  
  .profile-card-action-icons .card-section .profile-card-about .separator-left {
	text-align: left;
  }
  
  .profile-card-action-icons .card-section .profile-card-about .separator-left::before, .profile-card-action-icons .card-section .profile-card-about .separator-left::after {
	display: table;
	content: ' ';
	-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
			flex-basis: 0;
	-webkit-order: 1;
		-ms-flex-order: 1;
			order: 1;
  }
  
  .profile-card-action-icons .card-section .profile-card-about .separator-left::after {
	clear: both;
  }
  
  .profile-card-action-icons .card-section .profile-card-about .separator-left::after {
	position: relative;
	width: 3rem;
	border-bottom: 0.125rem solid #1779ba;
	margin: 0.3rem auto 0;
	margin-left: 0;
  }
  
  .profile-card-action-icons .card-section .profile-card-about .about-content {
	margin-bottom: 0;
  }
  
  .profile-card-action-icons .card-section .profile-card-about .about-skills {
	margin-top: 0.6rem;
  }
  
  .profile-card-action-icons .card-section .profile-card-about .about-skills ul.arrow {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 0;
  }
  
  .profile-card-action-icons .card-section .profile-card-about .about-skills ul.arrow li:before {
	content: '\f006';
	font-family: 'FontAwesome';
	float: left;
	color: #1779ba;
	margin-right: 0.5rem;
  }
  
  .profile-card-action-icons .card-section .profile-card-action {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  }
  
  .profile-card-action-icons .card-section .profile-card-action .action-area {
	width: 20%;
	border-right: 0.0625rem solid #cacaca;
	text-align: center;
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
  }
  
  .profile-card-action-icons .card-section .profile-card-action .action-area:last-of-type {
	border-right: none;
  }
  
  .profile-card-action-icons .card-section .profile-card-action .action-area .action-anchor.has-tip {
	border-bottom: none;
	cursor: pointer;
  }
  
  .profile-card-action-icons .card-section .profile-card-action .action-area .action-anchor .fa {
	color: #1779ba;
  }
  

  /*--paddings and margins--*/
  .padding-top{
	padding-top:4em;
  }
  
  .padding-small{
	padding:20px;
  }

  /*--testimonial--*/

  section.testimonial-section{
	background-image: url('http://bloominfitness.co.uk/wp-content/uploads/2024/08/studio-3.jpeg');
    background-size: cover;
	background-position: center;
	box-shadow: inset 0 0 0 2000px rgba(41, 40, 40, 0.6);

    min-height: 450px;
    color: #ffffff !important;
    padding-top:25px;
  }
.testimonial-block-vertical-quote {
	background: rgba(230, 186, 206, 0.85);
	padding: 1rem;
	border-radius: 0;
	margin-bottom: 1.875rem;
	position: relative;
  }
  
  .testimonial-block-vertical-quote p {
	margin-bottom: 0;
  }
  
  .testimonial-block-vertical-quote::after {
	content: '';
	bottom: -1.25rem;
	left: 2.25rem;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 1.25rem 1.125rem 0 1.125rem;
	border-color: rgba(230, 186, 206, 0.85) transparent transparent transparent;
	position: absolute;
  }
  
  .testimonial-block-vertical-person {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: 1.65rem;
	-webkit-align-items: center;
		-ms-flex-align: center;
			align-items: center;
  }
  
  .testimonial-block-vertical-avatar {
	border-radius: 50%;
	width: 60px;
	height: 60px;
  }
  
  .testimonial-block-vertical-name {
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 0;
	margin-left: 0.65rem;
  }
  
  .testimonial-block-vertical-info {
	text-transform: uppercase;
	font-size: 14px;
	color: #8a8a8a;
	margin-bottom: 0;
	margin-left: 0.65rem;
  }
  
  /*--test menu--*/
  .overlay {
	/* Height & width depends on how you want to reveal the overlay (see JS below) */   
	height: 100%;
	width: 0;
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	background: rgba(230, 186, 206, 0.85);
	/*background-color: rgb(0,0,0); /* Black fallback color */
	/*background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
	overflow-x: hidden; /* Disable horizontal scroll */
	transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
  }
  
  /* Position the content inside the overlay */
  .overlay-content {
	position: relative;
	top: 25%; /* 25% from the top */
	width: 100%; /* 100% width */
	text-align: center; /* Centered text/links */
	margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
  }
  
  /* The navigation links inside the overlay */
  .overlay a {
	padding: 8px;
	text-decoration: none;
	font-size: 36px;
	color: #ffffff;
	display: block; /* Display block instead of inline */
	transition: 0.3s; /* Transition effects on hover (color) */
	font-family: "Playwrite DK Uloopet", cursive !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
  
  /* When you mouse over the navigation links, change their color */
  .overlay a:hover, .overlay a:focus {
	color: #f1f1f1;
  }
  
  /* Position the close button (top right corner) */
  .overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
  }
  
  /* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
  @media screen and (max-height: 450px) {
	.overlay a {font-size: 20px}
	.overlay .closebtn {
	  font-size: 40px;
	  top: 15px;
	  right: 35px;
	}
  }

  img.logo {
	margin-bottom: 1em;
  }

  .menu-icon{
	font-size:3em;
	padding-top:1em;
	padding-right:1.5em;
	color: rgba(230, 186, 206, 0.85);
  }

/* For very small devices */
@media (max-width: 480px) {
	.menu-icon{
		position: relative;
        bottom: 4em;
	}
}

  i.menu-icon::after{
	display:none;
  }
  
  #header-menu ul{
	list-style: none;
  }

  /*--icons --*/

  .large-icon{
	font-size: 2.5em;
  }

  .linda-icon {
	color: #fbe0e1 !important;
  }
  
  /*--button--*/
  .button{

	background-color: rgba(178, 130, 174, 0.85) !important;
  }
  

  /*--contact page--*/
  .border-right{
	border-right: 2px solid #eee;
  }