/*
Theme Name: Red Core Wireless Theme
Author: Stream Companies
Author URI: https://www.streamcompanies.com/
Description: Red Core template created for Wireless sites by Stream Companies.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: stream-wireless-redcore
*/

a {
	background-color: transparent;
	color: #077bb8;
}

a:hover {
	color: #066ea5;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 500 !important;
}

.btn {
	border-radius: 50px;
}

.bg-textured {
	background-color: #333;
	background-image: url(/wp-content/uploads/2019/02/texture-bg.png);
}

.form-control {
	border-radius: 20px;
}

/*--------------------------------------------------------------
# Menus
--------------------------------------------------------------*/

header#masthead {
	margin-bottom: 0;
	padding: 0;
	position: relative;
	z-index: 99998;
}
#masthead * {
	transition: all 0.3s;
}
header#masthead .header-logo {
	padding: 0 0 0 2rem;
}

header#masthead .header-logo a {
	padding: 1rem;
}

header#masthead .header-logo a img {
	max-height: 68px;
}

header#masthead .middle {
	padding: 0 1rem 0 0;
}

header#masthead .middle .header-phone a {
	color: #333;
	font-size: 26px;
}

header#masthead .middle .header-phone a span {
	border-radius: 50%;
	display: inline-block;
	font-size: 22px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
}

header#masthead .right {
	background: #999;
	padding-right: 3rem;
	position: relative;
}

header#masthead .right:before {
	border-top: 50px solid #fff;
	border-left: 20px solid #fff;
	border-bottom: 50px solid transparent;
	border-right: 20px solid transparent;
	content: '';
	margin-right: 1rem;
	transition: 0.3s;
}

header#masthead .right .header-search #collapse-search {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: calc(40px + 1rem);
	right: 6rem;
}

.scrolled header#masthead .right .header-search #collapse-search {
	left: 38px;
	right: 5rem;
}

header#masthead .right .header-search .aws-container .aws-search-form {
	height: auto;
}

header#masthead .right .header-search .search-form .search-field,
header#masthead .right .header-search .aws-container .aws-search-form .aws-search-field {
	background: #fff;
	border: none;
	border-radius: 50px !important;
	font-size: 16px;
	line-height: 22px;
	padding: 10px 1rem;
	height: 40px;
	width: 100%;
}
header#masthead .right .header-search .search-form .search-field {
	border-bottom-right-radius: 0 !important;
	border-top-right-radius: 0 !important;
}
header#masthead .right .header-search .search-form .search-submit {
	background: linear-gradient(#555, #000);
	border: none;
	color: #fff;
	height: 40px;
	font-size: 18px;
	line-height: 22px;
	padding-right: 1rem;
}

header#masthead .right .header-social {
	font-size: 0;
}
header#masthead .right .header-social li {
	vertical-align: top;
}

header#masthead .right .header-social li a,
header#masthead .right .header-search .collapse-search {
	background: linear-gradient(#555, #000);
	border: none;
	border-radius: 50%;
	color: #fff;
	display: block;
	font-size: 22px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	vertical-align: top;
	width: 40px;
}
header#masthead .right .header-social li a.collapse-search,
header#masthead .right .header-search .collapse-search {
	background: linear-gradient(#fff, #ddd);
	color: #000;
}

header#masthead .right .header-social li a.collapse-search .fa-times,
header#masthead .right .header-search .collapse-search .fa-times,
header#masthead .right .header-social li a.collapse-search[aria-expanded="true"] .fa-search,
header#masthead .right .header-search .collapse-search[aria-expanded="true"] .fa-search {
	display: none;
}
header#masthead .right .header-social li a.collapse-search[aria-expanded="true"] .fa-times,
header#masthead .right .header-search .collapse-search[aria-expanded="true"] .fa-times {
	display: inline-block;
}

header#masthead .collapse-navigation {
	border: none;
	border-radius: 50%;
	font-size: 20px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	width: 40px;
}
.scrolled #masthead {
	position: fixed;
	top: 0;
	width: 100%;
}
.scrolled.admin-bar #masthead {
	top: 32px;
}
.scrolled #masthead .header-logo {
	padding: 0 0 0 1rem;
}
.scrolled #masthead .header-logo a {
	padding: 0.5rem 1rem;
}
.scrolled #masthead .header-logo a img {
	max-height: 48px;
}
.scrolled #masthead .middle {
	padding: 0 0.5rem 0 0;
}
.scrolled #masthead .middle .header-phone a {
	font-size: 22px;
}
.scrolled #masthead .right {
	min-height: 0;
	padding: 0 2rem 0 0;
}
.scrolled #masthead .right:before {
	border-top-width: 35px;
	border-left-width: 15px;
	border-bottom-width: 35px;
	border-right-width: 15px;
	margin-right: 0.5rem;
}

@media screen and (max-width: 1199.98px) {
	header#masthead {box-shadow: none;}
	header#masthead .header-logo {
		padding: 0 0 0 1.5rem;
	}
	header#masthead .header-logo a img {
		max-height: 68px;
	}
	header#masthead .middle {
	}
	header#masthead .middle .header-phone a {
		font-size: 24px;
	}
	header#masthead .right {
		padding-right: 2.5rem;
	}
	header#masthead .right:before {
		border-top: 45px solid #fff;
		border-left: 18px solid #fff;
		border-bottom: 45px solid transparent;
		border-right: 18px solid transparent;
	}
	header#masthead .right .header-search #collapse-search {
		left: calc(36px + 1rem);
		right: 5.5rem;
	}
}
@media screen and (max-width: 991.98px) {
	header#masthead .header-logo {
		padding: 0 0 0 1rem;
	}
	header#masthead .header-logo a img {
		max-height: 52px;
	}
	header#masthead .middle .header-phone a {
		font-size: 0 !important;
	}
	header#masthead .right {
		padding-right: 2rem;
	}
	header#masthead .right:before {
		border-top: 40px solid #fff;
		border-left: 15px solid #fff;
		border-bottom: 40px solid transparent;
		border-right: 15px solid transparent;
	}
	header#masthead .right .header-search #collapse-search {
		left: calc(30px + 1rem);
		right: 5.25rem;
	}
	.scrolled header#masthead .right .header-search #collapse-search {
		left: calc(30px + 0.5rem);
		right: 5.25rem;
	}
}

@media screen and (max-width: 767.98px) {
	header#masthead .right .header-social {
		display: none;
	}
	header#masthead .right .header-search #collapse-search {
		left: -16.5rem;
		right: calc(100% + 1rem);
	}
	.scrolled header#masthead .right .header-search #collapse-search {
		left: -16rem;
		right: calc(100% + 0.5rem);
	}
	header#masthead .right .header-search .search-form .search-field,
	header#masthead .right .header-search .aws-container .aws-search-form .aws-search-field {
		background: #eee;
	}
}
@media screen and (max-width: 782px) {
	.scrolled.admin-bar #masthead {
		top: 46px;
	}
}
@media screen and (max-width: 600px) {
	.scrolled.admin-bar #masthead {
		top: 0;
	}
}
@media screen and (max-width: 575.98px) {
	header#masthead .header-logo a,
	.scrolled header#masthead .header-logo a {
		padding: 0rem;
	}
	header#masthead .header-logo a img {
		max-height: 48px;
	}
	header#masthead .middle,
	.scrolled header#masthead .middle {
		padding-right: 0rem;
	}
	header#masthead .right{
		position: initial;
	}
	header#masthead .right,
	.scrolled header#masthead .right {
		padding-right: 1rem;
	}
	header#masthead .right:before,
	.scrolled header#masthead .right:before {
		border-top-width: 30px;
		border-left-width: 12px;
		border-bottom-width: 30px;
		border-right-width: 12px;
		margin-right: 0rem;
	}
	header#masthead .middle .header-phone a span,
	header#masthead .right .header-social li a,
	header#masthead .right .header-search .collapse-search,
	header#masthead .collapse-navigation {
		font-size: 16px;
		height: 30px;
		line-height: 29px;
		width: 30px;
	}
	header#masthead .right .header-search #collapse-search {
		margin-top: -15px;
	}
	header#masthead .right .header-search #collapse-search,
	.scrolled header#masthead .right .header-search #collapse-search {
		left: 0;
		margin: 0;
		right: 0;
		top: 100%;
	}
	header#masthead .right .header-search .search-form .search-field,
	header#masthead .right .header-search .aws-container .aws-search-form .aws-search-field {
		border-radius: 0 !important;
		font-size: 14px;
	}
	header#masthead .right .header-search .search-form .search-submit {
		border-radius: 0;
	}
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/

.home #masthead #collapse-navigation {
	position: absolute;
	width: 100%;
}

#masthead nav {
	background: #555;
	padding: 0rem 2rem;
}
.home #masthead nav {
	background: none;
	padding: 1rem 2rem;
}

#masthead .navbar-nav {
	position: relative;
	width: 100%;
}

#masthead .navbar-nav > li > a {
	color: #fff;
	padding: 1rem 2rem;
	font-weight: 500;
	font-size: 1.25rem;
	position: relative;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

#masthead .navbar-nav > li > a:hover,
#masthead .navbar-nav > li > a[aria-expanded="true"] {
	color: #fff;
	background: #077bb8;
	text-shadow: none;
}
#masthead .navbar-nav > li > a::after {
	font-size: 1.1rem;
	margin-left: 0.4rem;
	vertical-align: 0.2rem;
}
#masthead .navbar-nav > li.active > a:before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 4px;
    background: #333;
    left: 2rem;
    right: 2rem;
}
#masthead .navbar-nav > li.smm-active > .sub-menu {
	background: #fff;
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1), 0 1px 0 1px rgba(0, 0, 0, 0.05);
	display: none;
	list-style: none;
	max-height: 400px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	top: 100%;
	z-index: 999;
}
#masthead .navbar-nav > li.smm-active > .sub-menu a {display: block;}
#masthead .navbar-nav > li.smm-active > .sub-menu ul {padding: 0;}
#masthead .navbar-nav > li.smm-active > .sub-menu.show {display: block;}
#masthead .navbar-nav > li.smm-active > .sub-menu .smm-mega-menu {padding: 0;}
#masthead .navbar-nav > li.smm-active > .sub-menu .smm-mega-menu .widget {margin: 0;}
#masthead .navbar-nav > li.smm-active > .sub-menu .product-categories {
	display: block;
	font-size: 0;
	list-style: none;
	width: 100%;
}
#masthead .navbar-nav > li.smm-active > .sub-menu .product-categories > li {
	font-size: 14px;
	vertical-align: top;
}
#masthead .navbar-nav > li.smm-active > .sub-menu .product-categories > li.cat-item-none {padding: 0.5rem 1rem;}
#masthead .navbar-nav > li.smm-active > .sub-menu .product-categories > li > a {
	background: #077bb8;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	color: #fff;
	display: block;
	font-weight: 300;
	padding: 0.5rem 1rem;
	text-transform: uppercase;
}
#masthead .navbar-nav > li.smm-active > .sub-menu .product-categories > li > a:hover {text-decoration: none;}
#masthead .navbar-nav > li.smm-active > .sub-menu .product-categories > li:last-child > a {box-shadow: none;}
#masthead .navbar-nav > li.smm-active > .sub-menu .product-categories > li > ul {list-style: none;}
#masthead .navbar-nav > li.smm-active > .sub-menu .product-categories > li > ul > li > a {
	display: block;
	padding: 0.3rem 0.9rem;
}
#masthead .navbar-nav > li.smm-active > .sub-menu .product-categories > li > ul > li.current-cat > a {
	background: #eee;
	color: #555;
	font-weight: bold;
}
#masthead .navbar-nav > li.smm-active > .sub-menu .product-categories > li > ul > li > a:hover {
	background: #eee;
	text-decoration: none;
}

#masthead .navbar-wrap {
	flex-grow: 0;
}

.woocommerce-cart-tab {
	height: 1.75rem !important;
	transition: all .6s;
}

.woocommerce-cart-tab .woocommerce-cart-tab__icon {
	position: absolute !important;
	top: 50% !important;
	left: 0.6rem !important;
	transform: translateY(-50%) !important;
	width: 24px !important;
	height: 1.2rem !important;
	transition: all .6s;
}

.woocommerce-cart-tab .woocommerce-cart-tab__icon .woocommerce-cart-tab__icon-bag { fill: #054f7d; }

.woocommerce-cart-tab .woocommerce-cart-tab__contents {
	background: #e8e8e8 !important;
	color: #054f7d !important;
	width: 1.25rem !important;
    height: 1.25rem !important;
    line-height: 1.25rem !important;
	font-weight: 700 !important;
	font-size: 0.7rem !important;
	bottom: 50% !important;
	transform: translateY(50%) !important;
	right: 0.6rem !important;
	transition: all .6s;
}

.woocommerce-cart-tab-container--visible .woocommerce-cart-tab { height: 68px !important; }
.woocommerce-cart-tab-container--visible .woocommerce-cart-tab .woocommerce-cart-tab__icon {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(-50%) !important;
    width: 24px !important;
	height: auto !important;
}
.woocommerce-cart-tab-container--visible .woocommerce-cart-tab .woocommerce-cart-tab__contents {
	bottom: 10px !important;
    right: 10px !important;
    width: 25px !important;
    height: 25px !important;
    line-height: 25px !important;
	font-size: .857em !important;
	transform: none !important;
}

#masthead .navbar-brand {
	height: auto;
	padding: 1rem 3rem;
	margin: 0 !important;
}

#masthead .navbar-brand img {
	max-width: 195px;
	height: auto;
}

#masthead .navbar-toggle .icon-bar {
	background: #000 none repeat scroll 0 0;
}

#masthead .menu-toggle,
#masthead .main-navigation.toggled ul {
	display: block;
}

#masthead .dropdown-menu:not(#myAccountDropDown) .dropdown-item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	padding: 0.5rem 0.9rem;
}

#masthead .dropdown-menu:not(#myAccountDropDown) .dropdown-item:focus,
#masthead .dropdown-menu:not(#myAccountDropDown) .dropdown-item:hover {
	background: rgba(0, 0, 0, 0.15);
	color: #fff;
}

#masthead .dropdown-menu:not(#myAccountDropDown) .dropdown-item.dropdown-toggle::after {
	border: none;
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 0;
    font: normal normal bold 20px/38px FontAwesome;
    color: rgba(0, 0, 0, 0.20);
    text-rendering: auto;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#masthead .dropdown-menu:not(#myAccountDropDown) {
	border: none;
	border-radius: 0;
	margin: 0;
	min-width: 14rem;
	padding: 0;
}

#masthead .navbar-nav > li:not(.smm-active) .dropdown-menu:not(#myAccountDropDown) {
	background: #077bb8;
}

#masthead .dropdown-menu#myAccountDropDown {
	left: auto;
	right: -1px;
}
#masthead .dropdown-menu#myAccountDropDown .dropdown-header {
	margin-top: 0;
	padding: 0rem 1rem;
}
#masthead .dropdown-menu#myAccountDropDown .dropdown-header small {
	font-size: 70%;
}
#masthead .dropdown-menu#myAccountDropDown .dropdown-item {
	padding: .25rem 1rem;
}

#masthead .dropdown .open .dropdown-menu {
	display: block;
	left: 14rem;
	top: 0;
}

#masthead .dropdown-menu .dropdown-item {
	white-space: normal;
	font-size: 14px;
}

.scrolled #masthead nav {
	background: rgba(0, 0, 0, 0.5);
	padding: 0 1rem;
}
.scrolled #masthead .navbar-nav > li > a {
	font-size: 1rem;
	padding-bottom: 0.75rem;
	padding-top: 0.75rem;
}
.scrolled #masthead .navbar-nav > li > a::after {
	font-size: 0.95rem;
}

@media screen and (min-width: 1200px) {
	#masthead .menu-toggle {display: none;}
	.scrolled .woocommerce-cart-tab { height: 68px !important; }
	.scrolled .woocommerce-cart-tab .woocommerce-cart-tab__icon {
		position: absolute !important;
		top: 50% !important;
		left: 50% !important;
		transform: translateX(-50%) translateY(-50%) !important;
		width: 24px !important;
		height: auto !important;
	}
	.scrolled .woocommerce-cart-tab .woocommerce-cart-tab__contents {
		bottom: 10px !important;
		right: 10px !important;
		width: 25px !important;
		height: 25px !important;
		line-height: 25px !important;
		font-size: .857em !important;
		transform: none !important;
	}
}

@media screen and (max-width: 1199.98px) {
	#masthead nav {padding-left: 1rem; padding-right: 1rem;}
	#masthead .navbar-nav > li > a {
		font-size: 1.25rem;
		padding: 1rem;
	}
	#masthead .navbar-nav > li.active > a:before {
		left: 1rem;
		right: 1rem;
	}
	#masthead .dropdown-menu {
		border: medium none;
		margin-left: 1.250rem;
		padding: 0;
	}
	#masthead .dropdown-menu li a {
		padding: 0;
	}
	.woocommerce-cart-tab-container {width: 24rem !important; right: -24rem !important; bottom: 0; transition: all .2s !important; box-shadow: 0 5px 0 rgba(0, 0, 0, 0.0);}
	.woocommerce-cart-tab,
	.woocommerce-cart-tab .woocommerce-cart-tab__icon,
	.woocommerce-cart-tab .woocommerce-cart-tab__contents {transition: all .2s;}
	.woocommerce-cart-tab-container.shown {right: 0 !important;}
	.woocommerce-cart-tab-container .widget_shopping_cart .widgettitle {display: none;}
	.woocommerce-cart-tab-container .widget_shopping_cart ul.product_list_widget {margin: 1.5rem 0 !important;}
	.woocommerce-cart-tab-container--right {transform: translateX(24rem) !important;}
	.woocommerce-cart-tab-container--right.woocommerce-cart-tab-container--visible {transform: translateX(0) !important;}
	.woocommerce-cart-tab-container--right .woocommerce-cart-tab {right: 24rem !important;}
	
	.aws-search-result {border: 0; bottom: 0; margin: 0;}
	.aws-search-result ul {max-height: 100%;}
}
@media screen and (max-width: 991.98px) {
	
}
@media screen and (max-width: 767.98px) {
	#masthead nav,
	.home #masthead nav,
	.scrolled #masthead nav {
		background: rgba(0, 0, 0, 0.65);
		padding: 0;
	}
	#masthead .navbar-nav > li > a {
		font-size: 1rem;
		padding-bottom: 0.75rem;
    	padding-top: 0.75rem;
	}
	#masthead .navbar-nav > li.active > a:before {
		bottom: 0;
		height: auto;
		left: 0;
		right: auto;
		top: 0;
		width: 4px;
	}
	#masthead .dropdown-menu:not(#myAccountDropDown) .dropdown-item {
		padding-bottom: 0.938rem;
		padding-top: 0.938rem;
	}
}
@media screen and (max-width: 575.98px) {
	.woocommerce-cart-tab-container {width: 22rem !important; right: -22rem !important;}
	.woocommerce-cart-tab-container.shown {right: 0 !important;}
	.woocommerce-cart-tab-container--right {transform: translateX(22rem) !important;}
	.woocommerce-cart-tab-container--right.woocommerce-cart-tab-container--visible {transform: translateX(0) !important;}
	.woocommerce-cart-tab-container--right .woocommerce-cart-tab {right: 22rem !important;}
}
@media screen and (max-width: 350px) {
	#masthead .navbar-toggler {font-size: 22px;}
}

/*--------------------------------------------------------------
## Homepage
--------------------------------------------------------------*/

.home .featured_products {
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.home .featured_products h1.entry-title {
	font-size: 35px;
	margin: 0 0 1.5rem;
}

.home .featured_products .products {
	font-size: 0;
	margin: 0 -1%;
	width: 102%;
}

.home .featured_products .products li.product {
	display: inline-block;
	float: none !important;
	font-size: 1rem;
	margin: 0 1% !important;
	text-align: left;
	vertical-align: top;
	width: 31.3333% !important;
}

.home .featured_products .products li.product a {}

.home .featured_products .products li.product a img {
	border-radius: 5px;
	float: left;
	margin: 0 20px 0 0;
	width: 90px;
}

.home .featured_products .products li.product a h2 {
	border: none;
	color: #035e84;
	display: inline-block;
	margin: 0 0 0.5rem;
	padding: 0;
	width: calc(100% - 110px);
}

.home .featured_products .products li.product a .star-rating {
	width: auto;
}

.home .featured_products .products li.product a .price {
	display: inline-block;
	margin: 0;
	vertical-align: top;
}

.home .featured_products .products li.product a.button,
.home .featured_products .products li.product a.added_to_cart,
.woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product a.added_to_cart {
	background: #077bb8;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 0 .5rem;
	padding: .618em 1em;
	text-transform: uppercase;
	vertical-align: top;
}
.woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product a.added_to_cart {
	font-size: 12px;
	margin: 0;
	padding: 0.5rem 0.75rem;
}

.home .featured_products .products li.product a.add_to_cart_button.added {
	display: none;
}

.home .rs-fullwidth-wrap {
	z-index: 9;
}

.home #content.site-content {
	padding-bottom: 0;
	padding-top: 0;
	position: relative;
    z-index: 9;
}

.home #content.site-content section {
	width: 100%;
}

.home #content.site-content #projects .container {
	margin-top: -4rem;
	padding: 3rem 2rem 5rem;
    z-index: 9;
}

.home #content.site-content #projects h1 {
	font-size: 50px;
    font-weight: 400 !important;
    color: #000;
}

.home #content.site-content #projects h2 {
	border: none;
	color: #777;
	font-size: 28px;
    font-weight: 400 !important;
}

.home #content.site-content #projects .projects .project .contents {
	position: relative;
}

.home #content.site-content #projects .projects .project .contents a.link {
	display: block;
	overflow: hidden;
	position: relative;
}

.home #content.site-content #projects .projects .project .contents a.link .caption {
	bottom: -100%;
    font-size: 0.85rem;
	left: 0;
	padding: 0.5rem 0.75rem;
    position: absolute;
	right: 0;
	transition: 0.3s;
}
.home #content.site-content #projects .projects .project .contents a.link:hover .caption {
	bottom: 0;
}

.home #content.site-content #projects .projects .project .contents a.edit-button {
	position: absolute;
	right: 0.75rem;
	top: 0.75rem;
}

@media screen and (max-width: 991.98px) {
	.home #content.site-content #projects .container {
		padding-bottom: 3rem;
	}
}

@media screen and (max-width: 767.98px) {
	.home #content.site-content #projects .container {
		padding-bottom: 5rem;
	}
}

@media screen and (max-width: 575.98px) {
	.home #content.site-content #projects .container {
		margin-top: 0;
		padding: 2rem 1.5rem 5rem;
	}
	.home #content.site-content #projects h1 {
		font-size: 36px;
	}
	.home #content.site-content #projects h2 {
		font-size: 18px;
	}
}

.home #content.site-content #callout {
	background-color: #552f7a;
	background-image: url('images/callout-bg.jpg');
	background-size: cover;

}

.home #content.site-content #callout .right {
	padding: 3rem 0;
}

.home #content.site-content #callout .laptop {
	margin: -4rem 0 -4rem 0;
}

.home #content.site-content #callout h1 {
	font-size: 50px;
    font-weight: 400 !important;
    color: #fff;
}

.home #content.site-content #callout h2 {
	border: none;
	color: #fff;
	font-size: 28px;
    font-weight: 400 !important;
}

@media screen and (max-width: 767.98px) {
	.home #content.site-content #callout .laptop {
		margin: -4rem 0 0 0;
	}
	.home #content.site-content #callout .right {
		padding: 1rem 0 2rem;
	}
}
@media screen and (max-width: 575.98px) {
	.home #content.site-content #callout h1 {
		font-size: 36px;
	}
	.home #content.site-content #callout h2 {
		font-size: 18px;
	}
}

.home #content.site-content #homeboxes {
	padding-bottom: 1rem;
}

.home #content.site-content #homeboxes .container {
	padding: 6rem 2rem 3rem;
}

.home #content.site-content #homeboxes h1 {
	font-size: 50px;
    font-weight: 400 !important;
    color: #000;
}

.home #content.site-content #homeboxes h2 {
	border: none;
	color: #777;
	font-size: 28px;
    font-weight: 400 !important;
}

.home #content.site-content #homeboxes .homeboxes .homebox {
	margin-bottom: 2rem;
}
.home #content.site-content #homeboxes .homeboxes .homebox .contents {
	background: linear-gradient(to right, #ccf8fd, #ebfdff);
	border-radius: 10px;
	height: 100%;
	padding: 1.5rem 1.5rem 2rem;
	position: relative;
}

.home #content.site-content #homeboxes .homeboxes .homebox .contents .icon {
	background: linear-gradient(#555, #000);
	border-radius: 50%;
	box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.2);
	height: 100px;
	line-height: calc(100px - 3rem);
	margin: 0 auto -1.75rem;
	padding: 1.25rem;
	position: relative;
	top: -2.75rem;
	width: 100px;
}

.home #content.site-content #homeboxes .homeboxes .homebox .contents .icon img {
	max-height: 100%;
}

.home #content.site-content #homeboxes .homeboxes .homebox .contents h3 {
	font-size: 26px;
	font-weight: 200 !important;
	line-height: 30px;
}

@media screen and (max-width: 991.98px) {
	.home #content.site-content #homeboxes .container {
		padding-top: 3rem;
	}
}

@media screen and (max-width: 575.98px) {
	.home #content.site-content #homeboxes .container {
		padding: 2.5rem 1.5rem;
	}
	.home #content.site-content #homeboxes h1 {
		font-size: 36px;
	}
	.home #content.site-content #homeboxes h2 {
		font-size: 18px;
	}
	.home #content.site-content #homeboxes .homeboxes .homebox .contents .icon {
		height: 75px;
		line-height: calc(75px - 3rem);
		margin: 0 auto -1.5rem;
		padding: 1rem;
		top: -2.5rem;
		width: 75px;
	}
	.home #content.site-content #homeboxes .homeboxes .homebox .contents h3 {
		font-size: 20px;
	}
}

.home #content.site-content #partners {
}

.home #content.site-content #partners .container {
	padding: 3rem;
}

.home #content.site-content #partners h1 {
	font-size: 50px;
    font-weight: 400 !important;
    color: #000;
}

.home #content.site-content #partners h2 {
	border: none;
	color: #777;
	font-size: 28px;
    font-weight: 400 !important;
}
.home #content.site-content #partners .partners .partner .contents {
	padding: 1rem;
}

.home #content.site-content #partners .trademark p {
	font-size: 0.7rem;
}

@media screen and (max-width: 575.98px) {
	.home #content.site-content #partners .container {
		padding: 2.5rem 1.5rem 1.5rem;
	}
	.home #content.site-content #partners h1 {
		font-size: 36px;
	}
	.home #content.site-content #partners h2 {
		font-size: 18px;
	}
}

.home #content.site-content #homemap {
	border-top: 8px solid #333;
}

.sidebar .first-home-box,
.sidebar .second-home-box {
	background-repeat: no-repeat;
	background-size: cover;
	max-height: 200px;
	padding: 2.5rem 1rem;
	text-align: center;
	width: 100%;
}
.sidebar .second-home-box {padding: 2rem;}

.sidebar .first-home-box {
	background-image: url('/wp-content/themes/colorful/images/promos_bg.jpg');
}

.sidebar .second-home-box {
	background-image: url('/wp-content/themes/colorful/images/quotes_bg.jpg');
	padding: 2.5rem 2rem;
}

.sidebar .first-home-box p {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}

.sidebar .first-home-box a.btn {
	font-size: 12px;
	font-weight: 700;
}

.sidebar .second-home-box h2 {
	border: none;
    font-size: 24px;
}

.sidebar .second-home-box h2 a {
	color: #fff;
	font-weight: 700;
	max-width: 100px;
}

.projects .media img {
	max-width: 12rem;
}

@media screen and (max-width: 1199.98px) {
}

@media screen and (max-width: 991.98px) {
}

@media screen and (max-width: 767.98px) {
}

@media screen and (max-width: 575.98px) {
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer-widget {
	border-top: 3px solid transparent;
	padding: 4rem 3rem 3.75rem;
}

#footer-widget .widget {
	margin: 0;
}

#footer-widget .widget h3.widget-title {
	border-bottom: 1px solid transparent;
	color: #fff;
	font-size: 22px;
	font-weight: 200 !important;
	margin-top: 0;
	padding-bottom: 0.75rem;
	text-transform: uppercase;
}

#footer-widget .widget .menu li a {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	padding: 0.25rem 0;
}

#footer-widget .widget .menu li a:hover {
	background: none;
	text-decoration: underline;
}

footer#colophon {
	color: #fff;
	background-color: #595959;
	padding: 1.5rem 4rem;
}

footer#colophon .logo img  {
	max-height: 120px;
}

footer#colophon p {
	color: rgba(255, 255, 255, 0.75);
}

footer#colophon .footer-left p,
footer#colophon .footer-middle p {
	font-size: 85%;
}

footer#colophon .footer-right .footer-nav {
	margin-bottom: 0;
}
footer#colophon .footer-right .footer-nav li a:hover {
	text-decoration: underline;
}
footer#colophon .footer-right .footer-nav li:first-child a {
	padding-left: 0;
}
footer#colophon .footer-right .footer-nav li:last-child a {
	padding-right: 0;
}

footer#colophon .footer-right .footer-social li a {
	font-size: 24px;
}
footer#colophon .footer-right .footer-social li a svg {
	color: #fff;
}

.copyright {
	font-size: 0.875rem;
	margin-bottom: 0;
	text-align: center;
}

.copyright a, footer#colophon a {
	color: #fff;
}

@media screen and (max-width: 1199.98px) {
	#footer-widget {padding: 2rem 2rem;}
	footer#colophon {padding: 2rem 3rem 1.5rem;}
}
@media screen and (max-width: 991.98px) {
	#footer-widget {padding: 2rem 1rem;}
	footer#colophon {padding: 2rem 2rem 1.5rem;}
	footer#colophon .footer-left,
	footer#colophon .footer-right {}
}
@media screen and (max-width: 767.98px) {
}
@media screen and (max-width: 575.98px) {
	footer#colophon .footer-right .footer-nav li {margin: 0 !important;}
	footer#colophon .footer-right .footer-nav li a {padding: 0.25rem 0;}
}

