/*
Theme Name: Redbud
Theme URI: https://redbudseptic.com
Author: Cybercom Digital
Author URI: https://getcybercom.com.com
version 1.0

Description: Redbud Septic and Excavating theme 2017
*/
@import url('https://fonts.googleapis.com/css?family=Archivo+Black|Black+Ops+One|Fredericka+the+Great|Kalam:300,400|Nosifer|Permanent+Marker|Racing+Sans+One|Rock+Salt|Varela+Round');

@font-face {
    font-family: "Manticore";
    scr: url("fonts/Manticore Webfont.woff");
    url: url("fonts/Manticore.otf");
}
@font-face {
    font-family: 'Revolution';
    src: url('fonts/cfrevolutionregular-aekm-webfont.woff2') format('woff2'),
         url('fonts/cfrevolutionregular-aekm-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* colors   
    #EE0089 redbud
    #6F1D1B DEEP RED
    #0089ee Blue
    #89ee00
*/

header, nav, main, footer, article, section, aside {
   display:block;
}
html {
	height:100%;
	margin:0;
	padding:0;
	overflow: visible;
}
body {
	height: 100%;
	margin:0;
	padding: 0;
	border:0;
	outline: none;
	background: #1c1c1c;
	color:#EBE2E2;
	font-family: 'kalam', sans-serif;
	overflow: visible;
    font-size: calc(18px + (28 - 18) * ((100vw - 300px)/(1400 - 300)));
  	line-height: calc(2rem + (3 - 2) * ((100vw - 300px)/(1400 - 300)));
    letter-spacing: 2px;
}
body.home {
   /* background-image: url(images/Excavator_working_with_earth.jpg);
    background-color: #bb9457;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; */
}
li {
    list-style-type:none;
}
a, a:visited {
    color:#BEB9B0;
}
a:hover {
	color:#ee0089;
}
p {
    margin-bottom: 2rem;
}
h1, h2 {
	color:#ee0089;
    font-size: 4rem;
    margin:0;
    padding:0;
    word-wrap: break-word;
}
h2.widget-title {
    font-size:3rem;
    color:#ee0089;
}
h2.butsmaller {
	font-size:2.5rem;
	font-weight:bolder;
}
h3.accept {
    font-size: 2rem;
}
h4 {
    font-size: 2.5rem;
    color: #ee0089;
}
h5 {
    font-size: 1.8rem;
}
.hshadow {
	text-shadow: 2px 2px 2px #1b1b1b;
}
.dimbg {
	background: rgba(0,0,0,0.5)
}
.pinky {
    color: #ee0089;
}
.pinkybtn {
	background-color: #ee0089;
}
/* fonts */
.big-head {
	font-family: 'Revolution';
	text-shadow: 1px 1px 1px #000;
}
.lb-head {
    font-family: 'Racing Sans One', cursive;
    font-size:1.2rem;
}
.little-head {
    font-family: 'Rock Salt', cursive;
    /*font-family: 'Permanent Marker', cursive;*/
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.text {
    /* font-family: 'Varela Round', sans-serif; */
    font-family: 'Kalam', cursive;  
}
.chalkboard {
    font-family: 'Fredericka the Great', cursive;
} 
.stencil {
    font-family: 'Black Ops One', cursive;
	text-shadow: 2px 2px 2px #000;
}
.dripper {
    font-family: 'Nosifer', cursive;
    text-shadow: 2px 2px #1b1b1b;
}
.header-overlay {
    position: absolute;
    top: 20px;
    right: 30px;
    text-shadow: 1px 1px 1px #a2005d;
}
.panic-overlay {
    background-image: url("images/septic-tank.png");
    background-size: cover;
    background-position: center center;
    background-color: #EE0089;
    background-blend-mode: darken;
    text-shadow: 0px 0px 2px #000;
    color:#fff;  
}
.graph {
    background-image: url("images/graph-paper.png");
}
.dark {
    color:#1b1b1b;
}
.eco-block {
    background-image: url("images/eco-leaf-background.png");
    background-repeat:no-repeat;
    background-position: left center;
}
.redbud {
    background-image: url("images/excavator.jpg");
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    overflow:hidden;
    height: 60vh;
}
.review-top {
    background:#6F1D1B;
}
.review {
    background:#0089ee;
    color:#fff;
}
.stone {
   background-image: url("images/stone.png");
}
.grass {
   background-image: url("images/grass.JPG");
   background-size: 100% 100%;
}
.button {
    padding: 1vh;
}
/* WordPress core */
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
.sticky {
}
.gallery-caption {
}
.bypostauthor {
}

/**
*** Start Site CSS
**/
hr.serv {
	width:74%;
	border:1px solid;
}
.emerg {
	background:#fff;
	color:#fff;
	-webkit-filter: opacity(15%);
	filter: opacity(15%);
}
.img-cent {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
	color:#fff;
} 
.revew {
	background:#46CBE9;
}
.revew-all {
	background:#6C6F71;
	color:#fff;
}
.redness {
    background: #ee0089;
    color:#6f1d1b;
}
.p42 {
    background:#424242;
}
.redbar {
	padding: 0 0 0 5%;
    background: #ee0089;
    color:#6f1d1b;
}
.jt {
    background-color:rgba(238, 0, 137, 0.7);
    color: #6F1D1B;
}
hr.eight {
	width:50%;
    padding: 0;
    border: none;
    border-top: medium double #ee0089;
    color: #ee0089;
    text-align: center;
}
hr.eight:after {
    content: "§";
    display: inline-block;
    position: relative;
    top: -0.95em;
    font-size: 2.2em;
    padding: 0 0.25em;
	background: #424242;
}
footer {
    background:#2b2b2b;
    color: #424242;
    text-align: center;
}
a.footer {
    width:100%;
    display:block;
    color: #BB9457;
    font-size: 1.2em;
    padding: 2px;
}
.ftr-social-bg-left{
	background: #2b2b2b;
	border-radius: 15px 0px 0px 0px;
	padding: .25rem 0 0 .25rem;
}
.ftr-social-bg-mid{
	background: #2b2b2b;
	padding: .25rem .1rem 0 .1rem;
}
.ftr-social-bg-right{
	background: #2b2b2b;
	border-radius: 0px 15px 0px 0px;
	padding: .25rem .25rem 0 0;
}
.main-widget {
	background: #424242;
    color:#BB9457;
	overflow:visible;
}
.overlay-dark {
  background-color: rgba(black, 0.4);
}

#menu-bottom {
	padding: 0
}

/* Scrolly Stuff*/
/*@import "compass/css3";

* {
  @include box-sizing(border-box); 
} */


/**
*** Start Mobile CSS
**/

