@charset "UTF-8";
/*
Theme Name: Simple Shred LLC Theme
Theme URI: 
Author: CUSTOM VIRTUAL SOLUTIONS
Author URI: https://customvs.com/
Description: A theme for WordPress 5.
Requires at least: WordPress 4.9.6
Version: 1.0
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.

Simple Shred LLC 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 { overflow: auto; -webkit-text-size-adjust: 100%; overflow-x: hidden; }
body { margin: 0 auto; width: 100%; overflow-x: hidden; }

/*###################################
## 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;}

/*###################################
## Forms
###################################*/


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


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


/*###################################
## Banner
###################################*/
#banner { position: relative; }
#banner:after { position: absolute; left: 0; right: 0; bottom: -50px; width: 100%; background: url('assets/images/bnr-after.webp') no-repeat center bottom; height: 117px; content: " "; z-index: 99; }

/*###################################
## Content
###################################*/
#main { position: relative; }
#main:after { position: absolute; left: 0; right: 0; bottom: -50px; width: 100%; background: url('assets/images/main-after.webp') no-repeat center bottom; height: 50px; content: " "; z-index: 99; }

.site-icon-container { position: relative; }
.site-icon-container:after { position: absolute; top: 0; right: -20px; bottom: 0; width: 20px; background: url('assets/images/right1.webp') no-repeat center bottom; height: 100%; content: " "; z-index: 9; }

.site-icon-container2 { position: relative; }
.site-icon-container2:after { position: absolute; top: 0; right: -20px; bottom: 0; width: 20px; background: url('assets/images/right2.webp') no-repeat center bottom; height: 100%; content: " "; z-index: 9; }

.site-icon-container3 { position: relative; }
.site-icon-container3:after { position: absolute; top: 0; right: -20px; bottom: 0; width: 20px; background: url('assets/images/right3.webp') no-repeat center bottom; height: 100%; content: " "; z-index: 9; }

#about-section { position: relative; }
#about-section:after { position: absolute; left: 0; right: 0; bottom: 0; width: 100%; background: url('assets/images/abt-after.webp') no-repeat center bottom; height: 70px; content: " "; z-index: 99; }

#bottom { position: relative; }
#bottom:after { position: absolute; left: 0; right: 0; top: 0; width: 100%; background: url('assets/images/btm-after.webp') no-repeat center top; height: 79px; content: " "; z-index: 99; }

#ftr-top { position: relative !important; }
#ftr-top-con { position: absolute !important; margin: 0 auto; left: 0; right: 0; bottom: -100px; }


/*###################################
## Footer
###################################*/
#footer { position: relative; }
#footer:after { position: absolute; left: 0; right: 0; top: -60px; width: 100%; background: url('assets/images/ftr-after.webp') no-repeat center top; height: 79px; content: " "; z-index: 99; }

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


/*###################################
## Inner Pages
###################################*/
.inner-h1 h1 small { display: block; color: #3E6CB2 !important; font-size: 25px; line-height: 1.1; margin-top: 10px; }

#bottom2 { position: relative; }
#bottom2:after { position: absolute; left: 0; right: 0; top: -50px; width: 100%; background: url('assets/images/btm2-after.webp') no-repeat center top; height: 100px; content: " "; z-index: 99; }

#serv-img { position: absolute;
    bottom: 0;
    width: 725px;
    max-width: 725px;
    right: 0; }
/*#serv-img img { position: absolute; top: 0; right: 0; }*/

/*###################################
## Responsive
###################################*/
@media screen and (max-width: 1024px){
  #ftr-top-con { position: relative !important; bottom: 0; }
  .inner-h1 h1 small { font-size: 20px; }
}

@media screen and (max-width: 1023px){
  body {min-width: 320px;}
}

@media screen and (max-width: 767px){
  .inner-h1 h1 small { font-size: 18px; }
}

@media screen and (max-width: 660px){
  #banner:after,
  #about-section:after { background-position: bottom right; }
  #bottom:after { background-position: bottom left; }
}