<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
Theme Name:		Page Builder Framework â€“ Child
Theme URI:		https://mapsteps.com
Description:	The Page Builder Framework for WordPress
Version: 		1.0.5
Author: 		MapSteps
Author URI: 	https://mapsteps.com
Template:		page-builder-framework
Tags: 			WPBF, Page Builder Framework, MapSteps
Text Domain:	wpbf-child
*/

.portfolio {  
    margin-left: -13px;
    margin-right: -13px;
}

.portfolio:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.tile { 
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
    float: left;
    margin: 13px;
    position: relative;
    border-bottom: 1px solid #cdcdcd;
}
.tile:hover { 

}

.scale-anm {
  transform: scale(1);
}

.item-heading {
   text-align:  center; 
   padding-top: 5px;
   padding-bottom: 5px;
}

.toolbar{
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 20px;
}

.btn.fil-cat {
    border: #cdcdcd 1px solid;
    background: #fff;
    border-width: 1px;
    padding: 5px 9px;
    margin: 10px 4px 0;
    cursor: pointer;
    font-size: 14px;
}

.btn.fil-cat:hover,
.btn.fil-cat.active{
    border: #009f70 1px solid;
    background: #009f70;
    color: #fff;
}

.portfolio-gallery{
    margin-left: -13px;
    margin-right: -13px;
}
.portfolio-gallery:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.portfolio-thumbnail {
    float: left;
    margin: 13px;
    overflow: hidden;
    position: relative;
}
.portfolio-thumbnail img {
    transition: all ease 500ms;
}
.portfolio-thumbnail:hover img {
    transform: scale(1.1);
}

.nf-before-form-content{
    margin-bottom: 25px;
}

.embed-container {
  position: relative; 
  padding-bottom: 56.25%; /* ratio 16x9 */
  height: 0; 
  overflow: hidden; 
  width: 100%;
  height: auto;
}
.embed-container iframe {

  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}
/* ratio 4x3 */
.embed-container.ratio4x3 {
  padding-bottom: 75%;
}</pre></body></html>