/*
Theme Name: CC Communicatons Parent
Theme URI: https://www.cccomm.net
Author: CC Communications
Author URI: https://www.cccomm.net
Description: A WordPress theme for FocusPoint Solutions.
Version: 1

*/


/*.navbar {
    background: #002743;
    background: -webkit-linear-gradient(#02416d, #002743);
    background: -o-linear-gradient(#02416d,#002743);
    background: -moz-linear-gradient(#02416d,#002743);
    background: linear-gradient(#02416d,#002743);
}
.navbar-dark .navbar-nav .nav-item {
	white-space: nowrap;
}
.navbar-dark .navbar-nav .sub-menu .nav-link {
	color: rgba(0, 0, 0, .7);
}


.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid #a7b98a;
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-family: niveau-grotesk, sans-serif;
    font-style: normal;
    font-weight: 200;
}

.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger, .btn-featured {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.btn-default, .btn-featured {
    background-image: none;
    background-repeat: no-repeat;
    background: #ffffff;
    border-color: #a7b98a;
    text-shadow: none;
    color: #6c8a3c;
    text-transform: uppercase;
    border-bottom: 3px solid #9fb380;
}

img, a img {
    border: 0;
}*/

.scrolltop {
    display: none;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 1000;
}

.scroll {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: rgba(32,188,211,0.70);
    padding: 20px;
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.scroll .fa {
    font-size: 30px;
    margin-top: -5px;
    margin-left: 1px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    color: #fff;
}