@charset "UTF-8";
/*
Theme Name: GGB Industries Theme
Theme URI: 
Author: GGB Industries
Author URI: https://GGB.com/
Description: A theme for WordPress 5.
Requires at least: WordPress 4.9.6
Version: 1.1.3.5
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp5default
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

GGB Industries Theme is based on Underscores https://underscores.me/, (C) 2012-2018 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*###################################
# General Styles
###################################*/
html {font-size: 16px; /* 1em */ overflow: auto; line-height: 1.15; -webkit-text-size-adjust: 100%;}
body { margin: 0 auto; width: 100%; }

/*###################################
## Layouts
###################################*/
.site {margin: 0 auto;}
.full {width: 100%;}
.main {max-width: 100%;}
.entry-content {margin: 0;}
.hentry, .so-panel, .panel-grid {margin-bottom: 0!important;}
.has-1-columns .wp-block-column {flex-basis: 100%;}
.wp-block-column, .blocks-gallery-item {margin: 0 !important;}
.wp-block-gallery.is-cropped .blocks-gallery-item img {height: auto; width: auto; object-fit: contain;}
.screen-reader-text {border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important;}
.container, .container-fluid {max-width: 1360px; margin: 0 auto; padding-left: 15px; padding-right: 15px;}
.row {max-width: 100%; margin: 0 auto;}

.clearfix {clear: both;}

p#breadcrumbs { color: #E5B21E; }
p#breadcrumbs .breadcrumb_last { color: #111; }

/*###################################
## Buttons
###################################*/


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


/*###################################
## Header
###################################*/
#header { transition: all .5s ease; -webkit-transition: all .5s ease; }
#header.sticky { background: #000 !important; }

.archive #header,
.single-cvs_products #header { background: #111111 !important; }

/*###################################
## Banner
###################################*/
.slider-content ul { list-style: none; margin: 0; padding: 0; }
.slider-content ul li { position: relative; padding-left: 35px; line-height: 1.6; }
.slider-content ul li:before { position: absolute; left: 0; top: 7px; width: 20px; height: 20px; border: 2px solid #E5B21E; content: " "; border-radius: 50%; }
#banner .swiper-pagination.swiper-pagination-bullets { left: 60px; }
#banner .swiper-pagination-bullet { opacity: 1 !important; background: none !important; border-top-width: 1px !important; border-bottom-width: 1px !important; border-left-width: 1px !important; border-right-width: 1px !important; border-color: #fff !important; width: 20px; height: 10px; transition: width 0.5s ease-in, height 0.5s ease-out, background-color 0.3s linear; border-radius: 20px !important; border-style: solid !important; }
#banner .swiper-pagination-bullet.swiper-pagination-bullet-active { border-color: #E5B21E !important; width: 50px; background: #E5B21E !important; }
#banner .swiper-pagination-bullet:hover { background: #E5B21E !important; }

/*###################################
## Content
###################################*/


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


/*###################################
## Sidebar
###################################*/


/*###################################
## Inner Pages
###################################*/
.custom-table th { text-transform: uppercase; font-size: 16px !important; text-align: left !important; }
.custom-table td { color: #111111 !important; font-size: 20px !important; text-align: left !important; }
.custom-table td a { color: #E5B21E !important; }

.custom-table-column td:first-child { background-color: #111111; color: #FFFFFF !important; font-weight: 700 !important; border-style: solid; border-color: #F2F2F2; padding: 0.5rem !important; text-transform: uppercase; font-size: 16px !important; }
.custom-table-column td { color: #111111 !important; font-size: 20px !important; }

.table-with-image .row-1 td { background: #111111 !important; border-width: 0 !important; }
.table-with-image .column-4 { text-align: center !important; }
.table-with-image .column-4 img { width: 100% !important; }

.table-with-image2 .column-5 { text-align: center !important; }
.table-with-image2 .column-5 img { width: 100% !important; }


.custom-accordion details { border: 1px solid #000; }
.custom-accordion details:open { border: 1px solid #E5B21E; }

.custom-ul-list ul { margin-left: 20px; }
.custom-ol-list ol { margin-left: 20px; }

.custom-title i { color: #E5B21E !important; margin-left: 12px !important; }
.custom-title a { color: #23252A !important; }
.custom-title a:hover { color: #E5B21E !important; }

/*###################################
## Responsive
###################################*/
@media screen and (max-width: 1023px){
  	.custom-table td,
  	.custom-table-column td,
  	.custom-table-column td { font-size: 16px !important; }

 	body {min-width: 320px;}
	.bnr-slider-title h2 br { display: none; }
}