/*   
Theme Name: CBC
Theme URI: https://www.cbco.com/
Description: Custom WordPress theme for CBC
Author: Joe Kuzma
Author URI: http://www.farrismarketing.com/
Version: 1.0
.
AVOID EDITING THIS...
.
*/

/* Theme Colors
-------------------------------------------------------------- */
/*

Logo Blue:	#0072bc
Dark Blue:	#002c44

*/

/* Theme Fonts
-------------------------------------------------------------- */
/*
font-family: "Merriweather", serif;
font-family: "Roboto", sans-serif;
*/


/* Headings
-------------------------------------------------------------- */
h1 {
	font-family: "Merriweather", serif;
	font-weight: 600;
	text-transform: uppercase;
}

h2,h3,h4 {
	
}
h5,h6 {
	/*font-family: 'Open Sans', sans-serif;
	font-weight: 700;*/
}

/* Global Customizations
-------------------------------------------------------------- */

/* makes all content block images responsive */
.content img {
	display: block;
    max-width: 100%;
    height: auto;
}
/*a {
    color: #002c44;
    text-decoration: none;
}*/

/* Site Layout
-------------------------------------------------------------- */
body {
	font-family: "Roboto", sans-serif;
}
#assoc {
	padding-top: 30px;
	padding-bottom: 30px;
}
/* secondary */
.secondary-clean {
	color: #333;
	background-color: #fff;
	padding: 30px 0 80px;
}
.secondary-clean p {
	color: #333;
}
.secondary-clean a {
	color: #313437;
}
.secondary-clean h2 {
	font-family: "Merriweather", serif;
	font-weight: bold;
	margin-bottom: 40px;
	padding-top: 40px;
	color: inherit;
}
@media (max-width:767px) {
	.secondary-clean h2 {
		margin-bottom: 25px;
		padding-top: 25px;
		font-size: 24px;
	}
}
.secondary-clean .service-card {
	margin-bottom: 30px;
}
.secondary-clean .card {
	border: 1px solid #eee;
	border-radius: 0;
}
.secondary-clean .card-title {
	font-family: "Merriweather", serif;
	color: #0072bc;
	font-weight: 600;
	text-transform: uppercase;
}
.secondary-clean .card-body {
    padding: 30px;
}
.secondary-clean h2.main-header {
	padding-top: 10px;
}
/* industries */
#industries-served {
	background-image: url(images/industries-served-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 30px;
	color: #fff;
}
#industries-served h3 {
	font-family: "Merriweather", serif;
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
}
#industries-served li {
	font-size: 20px;
}
/* testimonials */
#testimonials {
	background-image: url(images/testimonials-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 60px;
	color: #fff;
}
#testimonials h3 {
	font-family: "Merriweather", serif;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}
.testimonial p {
	color: #fff;
	line-height: 19px;
	font-size: 13px;
	margin-top: 16px;
}
.testimonial i {
	color: #fff;
}
.testimonial h5 {
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	margin-top: 8px;
}
/* news */
.news-clean {
	background-color: #F7F7F7;
	color: #313437;
	padding: 20px 0 60px;
}
.news-clean p {
	color: #7d8285;
}
.news-clean a {
	color: #313437;
}
.news-clean h2 {
	font-weight: bold;
	margin-bottom: 40px;
	padding-top: 40px;
	color: inherit;
}
@media (max-width:767px) {
.news-clean h2 {
	margin-bottom: 25px;
	padding-top: 25px;
	font-size: 24px;
}
}
.news-clean .intro {
	font-size: 16px;
	max-width: 500px;
	margin: 0 auto;
}
.news-clean .intro p {
	margin-bottom: 30px;
}
.news-clean .news {
	padding-bottom: 40px;
}
.news-clean .item {
    text-align: center;
    /* padding-top: 50px; */
    /* min-height: 425px; */
    padding: 20px;
	background-color: #fff;
	min-height: 240px;
}
.news-clean .item .name {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 8px;
    color: inherit;
    font-size: 18px;
}
.news-clean .item .name:after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background: #00adef;
    /*margin-top: 10px;
    margin-bottom: 15px;*/
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
	margin: 10px auto 15px;
}
.news-clean .item .description {
	font-size: 15px;
	margin-top: 15px;
	/*margin-bottom: 0;*/
}
#top-companies {
	padding: 60px 0 40px;
}
#top-companies h3 {
	font-family: "Merriweather", serif;
	margin-bottom: 0;
	font-weight: 600;
	text-transform: uppercase;
}
/* top companies */
.topcomp {
	/*width: 100%;*/
	padding-top: 30px;
	padding-bottom: 30px 
}
.topcomp_slider_container {
	/* height: 130px; */
	/* border: solid 1px #e8e8e8; */
	/* box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1); */
	padding-left: 97px;
	padding-right: 97px;
	/* background: #fff; */
}
 .topcomp_slider {
	height: 100%;
	/*margin-top: 50px */
}
 .topcomp_item {
	height: 100% 
}
 .topcomp_item img {
	max-width: 100% 
}
.topcomp_nav {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 5px;
	cursor: pointer 
}
.topcomp_nav i {
	color: #e5e5e5;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease 
}
.topcomp_nav:hover i {
	color: #676767 
}
.topcomp_prev {
	left: 40px 
}
.topcomp_next {
	right: 40px 
}

/* Inside Pages
-------------------------------------------------------------- */
#content-container {
	/*padding:30px 0;*/
}
.content {
	padding: 0 0 50px;
	color: #333;
}
.featured-image {
	margin: 0 0 60px;
	border:1px solid #eee;
	padding: 10px;
}
/* headers */
#page-header {
	padding: 50px 0 30px;
    background: #0072bc;
	color: #fff;
	background-image: url(images/industries-served-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	margin-bottom: 60px;
}
#page-header h1 {
	font-weight: bold;
    padding: 40px 0 20px;
	margin-bottom: 20px;
    color: #fff;
}
.content h1, .content h2, .content h3,
.content h4, .content h5, .content h6 {
	text-align: center;
}
.content h1 {
	font-weight: bold;
    padding: 40px 0 20px;
	margin-bottom: 20px;
    color: #0072bc;
}
.content h2 {
	font-weight: bold;
    margin-bottom: 20px;
    padding-top: 30px;
	color: #002c44;
}
.content h3 {
	font-weight: bold;
    margin-bottom: 20px;
    /*padding-top: 20px;*/
    color: #0072bc;
}
.content h6 {
    margin-bottom: 30px;
    margin-top: -10px;
    color: #002c44;
	font-style: italic;
	font-size: 18px;
	font-weight: 700;
}
.content p {
	margin-bottom: 20px;
}
.content a {
	color: #0072bc;
}
.content a:hover {
	color: #002c44;
}
.content a:hover {
	color: #00adef;
	text-decoration: underline;
}
.content img {
	/*border-radius: 20px;*/
	/*border:1px solid #ccf1ff;*/
}
.content blockquote {
	padding: 1em;
	margin: 0 0 20px;
	border-left: 3px solid #00adef;
}
.content blockquote p {
    font-size: 110%;
    font-style: italic;
    /* line-height: 1.8em; */
    color: #000;
}
.content blockquote p:last-child {
	margin-bottom: 0;
}
.content hr {
	border: none;
    border-top: 1px solid #eee;
    margin: 40px 0 20px;
}
.wppninja-gallery {
	margin-bottom: 50px;
}
.content .wp-element-caption {
	/*font-style: italic;*/
	font-size: 80%;
	padding: 10px 15px;
	background-color: #0072bc;
	color: #fff;
	margin-top: 0px;
}
.content .wp-block-columns {
	margin-top: 30px;
}

.content .post .featured-image {
	margin: 0 0 25px;
	border:1px solid #eee;
}
h2.accessory-title {
	text-align: left;
}

/* buttons */
.btn-default {
    color: #fff !important;
    background-color: #0072bc;
    border-color: #0072bc;
}
.btn-default:hover {
    color: #fff !important;
    background-color: #001f33;
    border-color: #001f33;
}

/* Header
-------------------------------------------------------------- */
.top-bar {
	border: 1px solid #eee;
}
.top-bar a {
	color:#0072bc;
}
.top-translate {
	font-size: 14px;
    margin: 0 auto 0;
	min-height: 40px;
	line-height: 40px;
}
.translate-title {
	/*vertical-align: middle;*/
	line-height: 30px;
}

/* shop */
.top-shop {
	font-size: 14px;
    margin: 0 auto 0;
	min-height: 40px;
	line-height: 40px;
}
.top-shop li {
	margin: 0;
	padding:0;
}
.top-shop i {
	/*font-size:20px;*/
	line-height:40px;
	margin-right: 5px;
	color: #002c44;
}

/* social */
.top-social {
	margin: 0 auto 0;
	min-height: 40px;
	line-height: 30px;
}
.top-social li {
	margin: 0;
	padding:0;
}
.top-social li a {
	display:block;
	width:40px;
	height:40px;
	text-align:center;
	color:#0072bc;
	/*border-radius:50%;*/
	background-color: transparent;
}
.top-social i {
	font-size:20px;
	/*vertical-align: middle;*/
	line-height:40px;
}
.top-social li a:hover {
	color:#000;
}

/* Carousel
-------------------------------------------------- */
.carousel-control {
	width: 8%;
}
.carousel-control {
	z-index:3; /* overlay tag-container */
}
/* Carousel Fade */
.carousel.fade {
	opacity: 1;
}
.carousel.fade .item {
	-moz-transition: opacity ease-in-out 3s;
	-o-transition: opacity ease-in-out 3s;
	-webkit-transition: opacity ease-in-out 3s;
	transition: opacity ease-in-out 3s;
	left: 0 !important;
	opacity: 0;
	top:0;
	position:absolute;
	width: 100%;
	display:block !important;
	z-index:1;
}
.carousel.fade .item:first-child {
	top:auto;
	position:relative;
}
.carousel.fade .item.active {
	opacity: 1;
	-moz-transition: opacity ease-in-out .7s;
	-o-transition: opacity ease-in-out .7s;
	-webkit-transition: opacity ease-in-out .7s;
	transition: opacity ease-in-out .7s;
	z-index:2;
}

/* Navigation
-------------------------------------------------------------- */
.navigation-clean {
	background: #fff;
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #002c44;
	border-radius: 0;
	box-shadow: none;
	border: none;
	margin-bottom: 0;
	transition: all 0.5s ease 0s;
    /*-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    box-shadow: 0 0 3px rgba(0,0,0,0.2);*/
	border-bottom: 1px solid #ccf1ff;
}

@media (min-width:992px) {
.navigation-clean {
	padding-top: .5rem;
    padding-bottom: .5rem;
}
}
.navigation-clean .navbar-brand {
	font-weight: bold;
	color: inherit;
}
.navigation-clean .navbar-brand:hover {
	color: #222;
}
.navigation-clean.navbar-dark .navbar-brand:hover {
	color: #f0f0f0;
}
.navigation-clean .navbar-brand img {
	height: 100%;
	display: inline-block;
	margin-right: 10px;
	width: auto;
}
.navigation-clean .navbar-toggler {
	border-color: #eee;
}
.navigation-clean .navbar-toggler:hover, .navigation-clean .navbar-toggler:focus {
	background: none;
}
.navigation-clean.navbar-dark .navbar-toggler {
	border-color: #555;
}
.navigation-clean .navbar-toggler {
	color: #888;
}
.navigation-clean.navbar-dark .navbar-toggler {
	color: #eee;
}
.navigation-clean .navbar-collapse, .navigation-clean .form-inline {
	border-top-color: #eee;
}
.navigation-clean.navbar-dark .navbar-collapse, .navigation-clean.navbar-dark .form-inline {
	border-top-color: #333;
}
.navigation-clean .navbar-nav > .active > a, .navigation-clean .navbar-nav > .show > a {
	background: none;
	box-shadow: none;
}
.navigation-clean.navbar-light .navbar-nav .nav-link.active, .navigation-clean.navbar-light .navbar-nav .nav-link.active:focus, .navigation-clean.navbar-light .navbar-nav .nav-link.active:hover {
	color: #8f8f8f;
	box-shadow: none;
	background: none;
	pointer-events: none;
}
.navigation-clean.navbar .navbar-nav .nav-link {
	padding-left: 18px;
	padding-right: 18px;
}
.navigation-clean.navbar-light .navbar-nav .nav-link {
	color: #0072bc;
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding: 21px 0.7rem;
    /* letter-spacing: 0.5px; */
    text-transform: uppercase;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
.navigation-clean.navbar-light .navbar-nav .nav-link:focus, .navigation-clean.navbar-light .navbar-nav .nav-link:hover {
	color: #000 !important;
	background-color: transparent;
}
.navigation-clean .navbar-nav > li > .dropdown-menu {
	margin-top: -5px;
	box-shadow: none;
	background-color: #fff;
	border-radius: 2px;
}
@media (min-width:992px) {
	.navigation-clean .navbar-nav .show .dropdown-menu {
		box-shadow: 0 4px 8px rgba(0,0,0,.1);
	}
}
@media (max-width:991px) {
	.navigation-clean .navbar-nav .show .dropdown-menu .dropdown-item {
		color: #37434d;
		padding-top: .8rem;
		padding-bottom: .8rem;
		line-height: 1;
	}
}
.navigation-clean .dropdown-menu .dropdown-item:focus, .navigation-clean .dropdown-menu .dropdown-item {
	line-height: 2;
	color: #37434d;
}
.navigation-clean .dropdown-menu .dropdown-item:focus, .navigation-clean .dropdown-menu .dropdown-item:hover {
	background: #eee;
	color: inherit;
}
.navigation-clean.navbar-dark {
	background-color: #1f2021;
	color: #fff;
}
.navigation-clean.navbar-dark .navbar-nav a.active, .navigation-clean.navbar-dark .navbar-nav a.active:focus, .navigation-clean.navbar-dark .navbar-nav a.active:hover {
	color: #8f8f8f;
	box-shadow: none;
	background: none;
	pointer-events: none;
}
.navigation-clean.navbar-dark .navbar-nav .nav-link {
	color: #dfe8ee;
}
.navigation-clean.navbar-dark .navbar-nav .nav-link:focus, .navigation-clean.navbar-dark .navbar-nav .nav-link:hover {
	color: #fff;
	background-color: transparent;
}
.navigation-clean.navbar-dark .navbar-nav > li > .dropdown-menu {
	background-color: #1f2021;
}
.navigation-clean.navbar-dark .dropdown-menu .dropdown-item:focus, .navigation-clean.navbar-dark .dropdown-menu .dropdown-item {
	color: #f2f5f8;
}
.navigation-clean.navbar-dark .dropdown-menu .dropdown-item:focus, .navigation-clean.navbar-dark .dropdown-menu .dropdown-item:hover {
	background: #363739;
}
@media (max-width:991px) {
	.navigation-clean.navbar-dark .navbar-nav .show .dropdown-menu .dropdown-item {
		color: #fff;
	}
}


/* Footer
-------------------------------------------------------------- */
.footer {
    padding: 50px 0 30px;
    background: #0072bc;
	color: #fff;
	background-image: url(images/industries-served-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.footer-logo {
	text-align: center;
	margin-bottom: 30px;
}
.footer-logo strong {
	font-size: 18px;
    font-weight: 700;
    color: #00adef;
}
.footer-logo a {
	color:#fff;
}
/*footer social */
div.social-links {
	color: #fff;
}
.social-links a {
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	border-radius: 5px;
	font-size: 20px;
	background-color: #fff;
	color: #0072bc;
	text-align: center;
	line-height: 35px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.social-links a:hover {
	background-color: #000;
	color: #fff;
}
/* footer bar */
.footer-bar {
    padding-top:20px;
    padding-bottom:20px;
    text-align:center;
    color:#fff;
	font-size: 13px;
	font-weight:400;
}
.footer-bar a {
	color:#fff;
}


/* Forms
-------------------------------------------------------------- */
/* Formidable Styles */
legend.frm_hidden{
	display:none !important;
}
.frm_screen_reader {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}
.frm_screen_reader.frm_hidden{
	display:initial;
}
.frm_error {
    color: red;
    padding: 5px 0;
    font-weight: bold;
}
.frm_verify {
    position: absolute;
    left: -3000px;
}

/* Pagination
-------------------------------------------------- */
.page-link {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #0072bc;
	background-color: #fff;
	border: 1px solid #eee;
}
.page-link:hover {
	z-index: 2;
	color: #0072bc;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #eee;
}
.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #0072bc;
	border-color: #0072bc;
}
.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #eee;
}

/* cart overrides */
.shopping_cart .form-control {
    display: block;
}
.wp_cart_button_wrapper {
    display: inline-block;
}
.shopping_cart .table {
    margin-bottom: 30px;
    color: #444;
}
.shopping_cart .table td, 
.shopping_cart .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
	text-align: left !important;
}
.wp_cart_empty_cart_section {
	margin-bottom: 30px;
}


/* --------------------------------------------------------------

   Responsive Layout Adjustments
   
-------------------------------------------------------------- */


/* WVGA - Phones < 480px (Non-Bootstrap)
-------------------------------------------------------------- */
@media (max-width: 479px) {

}

/* Extra Small Devices - Phones < 768px
   Note: -1px fix for iPad portrait orientation
-------------------------------------------------------------- */
@media (max-width: 767px) {

}

/* Small Devices - Tablets < 992px
-------------------------------------------------------------- */
@media (max-width: 991px) {
.top-translate,
.top-social {
	text-align: center;
}
}

/* Medium Devices - Desktops > 992px
-------------------------------------------------------------- */
@media (min-width: 992px) {
#content-container {
	min-height: 800px;
}
.top-translate {
	text-align: right;
}
.top-social {
	text-align: left;
}
}
@media (max-width: 1199px) {

}

/* Large Devices - Desktops > 1200px
-------------------------------------------------------------- */
@media (min-width: 1200px) {

}

/* Extra Large Devices - Desktops > 1330px
-------------------------------------------------------------- */
@media (max-width: 1329px) {

}
@media (min-width: 1330px) {
.navigation-clean.navbar-light .navbar-nav .nav-link {
    font-size: 20px;
}
}
@media (min-width: 1540px) {

}