/*!
Theme Name: Momentum Solar
Theme URI: http://underscores.me/
Author: Momentum Solar
Author URI: http://underscores.me/
Description: Tailor Made WordPress Theme for Momentum Solar
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: momentum-solar
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Momentum Solar is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

.form-group br {
    display: none;
}
a[href*="wonderplugin.com"] {
display: none;
}
.acsb-trigger.acsb-trigger-position-x-left.acsb-mobile {
	display: none !important;
}
.wonderplugin-gridgallery-loadmore 
 button.wonderplugin-gridgallery-loadmore-btn{
	font-family: Raleway,sans-serif;
    font-weight: 600;
    letter-spacing: 1.25px;
    color: #fff;
    cursor: pointer;
    border-radius: 8px;
    border: 0;
    padding: 12px 16px;
    min-width: 184px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    background: -webkit-linear-gradient(135deg,#536DFE,#1A237E);
    background: linear-gradient(-45deg,#536DFE,#1A237E);
}
.form-style-ccpa select{
	width: 100%;
    display: block;
    padding: 22px 18px 10px;
    border-radius: 10px 10px 0 0;
    border: 0;
    outline: 0;
    letter-spacing: .15px;
    background-color: rgba(0,0,0,.12);
    font-size: 16px;
    color: rgba(0,0,0,.87);
    resize: none;
}
.form-style-ccpa .type_request label{
	width: 100%;
}
.form-style-ccpa .type_request span.wpcf7-list-item{
	width: 100%;
}
.top-phone{
	text-align: right;
	padding-top: 10px;
	display: none;
}
.top-phone i{
	font-weight: bold;
}
.top-phone a{
	font-size: 18px;
	color: #fff;
}
.fixed-header .top-phone a{
	color: #00a1ec;
}
@media (max-width: 1047px){
	.top-phone a span{
		display: none;
	}
	.top-phone a{
		font-size: 28px;
		line-height: 28px;
		display: block;
    	height: 18px;
    	margin-top: -3px;
	}
	.top-phone{
		padding: 0 20px 0 0;
		display: inline-flex;
	}
	header.site-header .col-9{
		justify-content: flex-end;
    	display: flex;
	}
}
@media only screen and (max-width: 800px) {
	
	.sectiontitle-with-bold.legalpage{
		margin-top: 12% !important;
	}
}