/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://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: http://www.fastlinemedia.com
template: bb-theme
*/


/* @group Header */

.fl-logo-img {
    max-width: 80%;
}

@media only screen and (max-width: 767px){
	.uabb-creative-menu .uabb-has-submenu-container {
    position: relative;
    margin-right: -20px;
	}
	
	.fl-node-60995467282e6 .fl-photo-img, .fl-node-660995467282e6 .fl-photo-content {
		z-index: 1000;
	}
}

@media only screen and (max-width: 992px){
	.uabb-creative-menu .uabb-has-submenu-container {
    position: relative;
    margin-right: -20px;
	}
	
	.fl-node-60995467282e6 .fl-photo-img, .fl-node-60995467282e6 .fl-photo-content {
		z-index: 1000;
	}
}

/* @end */

/* @group Misc */

.fl-post-thumb img {
    border-radius: 20px;
}

.pp-content-post.pp-grid-style-6 .pp-post-image .pp-content-post-date {
    text-align: center;
}

a:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

button, input[type=button], input[type=submit] {
    padding: 18px 18px;
}

.pp-content-post {
    transition: all .5s ease;
    position: relative;
    z-index: 1;
}

.pp-content-post:hover {
    background-color: #ffffff;
	transition: all .5s ease;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 20;
}

legend {
    font-size: 28px;
}

.fl-search-post-title {
    font-size: 17px;
    font-family: 'Source Sans Pro';
    font-weight: 600;
    margin-top: 20px;
}

/* @end */

/* @group Footer */

.fl-page-footer-widgets a, .fl-page-footer-widgets a *, .fl-page-footer-widgets a.fas, .fl-page-footer-widgets a.fab {
    font-family: "Source Sans 3",sans-serif;
    line-height: 1em;
	text-decoration: none;
}

.fl-widget ul li {
    display: block;
    margin-bottom: 5px;
}

.fl-widget .fl-widget-title {
    margin-bottom: 10px;
}

.fl-page-footer-text {
    font-family: "Source Sans 3",sans-serif;
    font-size: 1.1em;
}

/* @end */