/*
Theme Name: Cargoton Child
Theme URI: https://meetmighty.com/wp-themes/cargoton/
Author: Meetmighty
Author URI: https://meetmighty.com
Description: Cargoton - Cloud Computing and Hosting Company WordPress theme.
Version: 1.1.0
Template: cargoton
Requires at least: 5.0
Tested up to: 5.7
Requires PHP: 5.6+
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: cargoton
Tags:  four-columns,left-sidebar,right-sidebar,wide-blocks,custom-background,custom-colors,custom-header,custom-logo,custom-menu

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.phone-number-menu { 
	text-decoration: none;
	color: black;
	font-size: 12px;
}

.sag-active-menu {
	content: ""; 
	width: 20px;
	height: 0px;
	background-color: #00994c;
	background-color: var(--color-theme-primary);
	opacity: 1;
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	left:0;	
}

.svg-inline--fa .fa-phone-alt .fa-w-16 {
	color: #00994c !important;
}
