/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 17 2022 | 16:01:01 */
.page:not(.elementor-page):not(.woocommerce-page) .entry a:not(.wp-block-button__link):not(.wp-block-file__button) {
	text-decoration:none;
}

.page:not(.elementor-page):not(.woocommerce-page) .entry a:not(.wp-block-button__link):not(.wp-block-file__button:hover) {
	text-decoration:none;
}

div.portfolio-attribution div div.fl-rich-text ul{
	padding-left:15px; 
	list-style:none;
}
div.portfolio-attribution div div.fl-rich-text ul li {
	margin-bottom:10px;
}
div.portfolio-attribution div div.fl-rich-text ul li::before {
	font-family: 'dashicons';
    content: '\f344';
    margin:0 5px 0 -20px;
	vertical-align: bottom;
}

/* HEADER */
li.revolt-menu-button{
  margin-top: 20px;
}
#site-navigation li.revolt-menu-button a{
  background-color: #9a4c9d;
  border-radius: 20px;
  padding: 8px 25px;
  color: #ffffff;
  line-height:20px;
}
#site-navigation li.revolt-menu-button a:hover{
  background-color: #ffffff;
  color: #9a4c9d;
	border: solid 1px #9a4c9d;
}

/* HOMEPAGE */
div.heading-background-gray{
  background-color: #696969;
}

div.heading-background-blue{
  background-color: #28a8e0;
}

div.service-grid {
	cursor: pointer;
}

div.pp-photo-content-inner {
  z-index: 2;
}

div.portfolio-quote h3{
  color: #28a8e0;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 17px;
  font-size: 20px;
  text-transform: uppercase;
}

div.service-grid div.fl-col-content{
  transform: scale(0.95);
  transition: all .2s ease-in-out;
}

div.service-grid div.fl-col-content:hover{
  transform: scale(1.0);
}
div.service-grid div.fl-col-content:hover::after{
  background-image: linear-gradient(4deg, rgb(40, 168, 224) 0%, rgba(40, 168, 224, 0) 100%);
}

#revolt-social-posts .fl-row-content .fl-col-group-equal-height .fl-col .fl-col-content .fl-module {
	background-color: #696969;
	height: 100%;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
#revolt-social-posts .fl-row-content .fl-col-group-equal-height .fl-col .fl-col-content .fl-module .fl-module-content {
	margin:0;	
}

/* PORTFOLIO */

div.uabb-masonary-filters-wrapper {
	display: none;
}

div.services-list ul {
    border-top: solid 1px white;
    list-style: none;
}

div.services-list li {
    padding: 10px 25px;
    color: white;
    text-transform: uppercase;
    border-bottom: solid 1px white;
}

div.labb-block-header {
  display:none;
}

a.revolt-filter-option {
  color: #ffffff;
}
a.revolt-filter-option:hover {
  color: #28a8e0;
}
a.revolt-filter-active {
  color: #28a8e0;
}

#post-tags {
	margin: 0;
}
#post-tags ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#post-tags li {
	float: left;
	background-color: #000000;
	color: #ffffff;
	font-size: 12px;
	padding: 5px 15px;
	margin: 0 5px;
	border-radius: 20px;
}

.revolt-portfolio-list .fl-module-content .uabb-blog-posts div.uabb-post-wrapper:nth-child(even) .revolt-portfolio-row {
	flex-direction: row-reverse;
}
.revolt-portfolio-list .fl-module-content .uabb-blog-posts div.uabb-post-wrapper:nth-child(even) .revolt-portfolio-row .revolt-portfolio-content {
	text-align: left;
}
.revolt-portfolio-list .fl-module-content .uabb-blog-posts div.uabb-post-wrapper:nth-child(even) .revolt-portfolio-row .revolt-portfolio-content li {
	float: left;
}

/* WHO WE ARE */
div.team-left div.fl-module-content p {
  text-align: left;
}
div.team-right div.fl-module-content p {
  text-align: right;
}

/* SECURITY */
.gform_wrapper .gf_simple_horizontal div.gform_footer.top_label {
	padding: 0 20px;
}

/* CONTACT */
div.ginput_container{
  padding: 0 20px;
}

form legend {
  color: #252525;
}

form label {
  color: #252525;
}

/* FOOTER */
#site-footer .footer--row-inner {
  padding: 0;
  padding-bottom: 20px;
}

#site-footer .content-inner {
  margin-top:-30px;
}

#site-footer .builder-item--footer-social-icons {
  text-align: center;
}