/*
Theme Name:     Porto-USS
Description:    Porto Child for USS
Author:         Jon
Template:       porto

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

.comment-text .star-rating:first-child {
    display: none !important;
}

/* Custom CSS for certain pages, including Custom Solutions Page
Copyright 2016 Jon Bottarini, for UnmannedSystemsSource.com */

.background-grey {
	background-color: #c7cfd4;
	background: #1b2128;
	background-image: -webkit-linear-gradient(287deg, #1b2128, #61758e);
	background-image: linear-gradient(163deg, #1b2128, #61758e);
	overflow: hidden;
}


/* Custom CSS for certain pages, including Custom Solutions Page
Copyright 2016 Jon Bottarini, for UnmannedSystemsSource.com */

.fancy-text {
	text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -webkit-font-smoothing: antialiased;
}

.supply-chain-text {
	color:#FFF;
	font-size: 1.5em;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -webkit-font-smoothing: antialiased;

}

div.wpcf7-response-output {
	padding: 15px;
	margin: 0 0 70px;
	border: 1px solid transparent;
	border-radius: 4px;
}

h1.vc_custom_heading.knowledge-base {
  color: #F4f4ff;
}

/* Niyant CSS */
.share-links .share-facebook, .share-links .share-twitter, .share-links .share-linkedin { background: none; }
.share-links .share-facebook:hover, .share-links .share-twitter:hover, .share-links .share-linkedin:hover { color: #000; }
#header .header-contact { border-right: none; padding-right: 0; margin-right: 0; }
#header .main-menu .popup a, .header-side-nav .sidebar-menu .popup, .toggle-menu-wrap .sidebar-menu .popup, .main-sidebar-menu .sidebar-menu .popup, .porto-popup-menu .sub-menu {
    padding: 8px 15px;
}
ul.products li.product-category .thumb-info h3 { 
    background: rgba(0, 0, 0, 0.7); 
    margin: 0;
    margin-left: -20px;
    padding: 10px 10px 25px;
    font-size: 14px;
    min-width: 115px;
    display: inline-block;
}
ul.products li.product-category .thumb-info-type {
    display: inline-block;
    background: #455f37;
    opacity: 1;
    padding: 5px;
    position: relative;
    top: -15px;
    left: -12px;
}