/**
Theme Name: Women's Startup Lab
Author: Metaglyphics Web Development
Author URI: https://metaglyphics.com
Description: Child theme of WP Astra
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: womens-startup-lab
Template: astra
*/

.ast-page-builder-template .entry-header {
	display:none;
}

#address p {
	margin-bottom: 0;
}


/*Quotation*/
.uabb-testimonial .bigquotes p{

  font-size: 30px;
  margin: 0 auto;
  quotes: "\201C""\201D""\2018""\2019";
  padding: 10px 20px;
  line-height: 1.4;
}

.uabb-testimonial .bigquotes p:before {
  content: open-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: -10px;
  position: relative;
  top: 50px;
  color: #ccc;
  font-size: 5em;
  font-family: "Playfair Display", serif;
}
.uabb-testimonial .bigquotes p::after {
  content: close-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: 10px;
  position: relative;
  top: 50px;
  color: #ccc;
  font-size: 0; /*make 5em to have closing quote*/	
  font-family: "Playfair Display", serif;
}

@media only screen and (min-width: 768px) {
  .uabb-testimonial .bigquotes p::after {
    font-size: 5em;
  }
}


.uabb-testimonial-author{
  margin:0;
  text-align: right;
  font-size: 1.5em;
  font-style: italic;
}


.nodots .bx-controls {display:none;}



.fl-node-5cc74dd541fb9 .pp-modal .pp-modal-content-inner, #modal-5cc74dd541fb9 .pp-modal .pp-modal-content-inner
{
	overflow-y: auto;
}


.pp-logos-content .pp-logo img {width: 100% !important; height: auto !important;}

.pp-3d-slider .pp-slider-nav {bottom: 100px !important}

.pp-image-crop- img,
.size-hexagon,
.circle {
	-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);	
	border-radius: 0 !important;
}


.pp-member-description img {
	margin-top:20px;
	max-width:150px;
}

.fullwidth img {width: 100%;}




.image-ratio-height {
	width: 100%;
}
.image-ratio-height .fl-node-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.image-ratio-height .fl-photo-content {
  display: block;
  line-height: 0;
  position: relative;
  max-width: 100%;
  height: 100% !important;
  padding-bottom: 66% !important;
}
.image-ratio-height img {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}




/* Haken Sister Page */
.floating-image .fl-node-content {
  flex-direction: row;
  position: relative;
}

.left-image {
  width: 55%;
}
.right-image {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(55% + 20px);
  margin-top: 100px;
  border: 10px solid #FFFFFF;
}


.cus-img-grid > .fl-col-content.fl-node-content {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 10px;
}
.cus-img-grid .fl-module.fl-module-photo:nth-child(2) {
  grid-row: span 2;
}
.cus-img-grid .fl-module.fl-module-photo {
  height: 100% !important;
}
.cus-img-grid .fl-module-content,
.cus-img-grid .fl-photo {
  height: 100%;
}
.cus-img-grid .fl-photo-content {
  height: 100%;
}
.cus-img-grid .fl-photo-content img {
  height: auto;
  height: 100%;
  object-fit: cover;
}
.cus-img-grid .image-ratio-height .fl-photo-content {
  padding-bottom: 80% !important;
}

.cus-image-grid__right-image img {
  object-position: 78% 50%;
}


/* Responsive CSS - Tab Screen */
@media only screen and (max-width: 921px){
/* Haken Sisters page */
.cus-image-grid__right-image img {
  object-position: 75% 50%;
}
.btn-mobile-full-width .fl-button-group-buttons {
  flex-direction: column;
}
.btn-mobile-full-width .fl-button-wrap {
  display: block;
}	
.btn-mobile-full-width .fl-button {
  width: 100% !important;
}	
}

@media only screen and (max-width: 767px){
.cus-image-grid__right-image img {
  object-position: 78% 50%;
}
}
