/*
Theme Name: Staggs Plumbing
Theme URI: contractor2020.com
Author: contractor 2020
Author URI: contractor2020.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: c20
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
.c20-coupon {
    background-color: #fff;
    -webkit-print-color-adjust: exact;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding-top: 110px;
    text-align: center;
    height: 100%;
    width: 320px;
    max-width: 100%;
    margin: auto;
    box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.15);
}

.c20-coupon > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

.coupon-inner {
    position: relative;
    z-index: 1;
    padding: 0 30px;
}

.coupon-title {
    font-size: 50px;
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #FF3636;
    font-family: Oswald;
}

.coupon-description {
    color: #1A306A;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 500;
    font-family: Oswald;
    margin-bottom: 15px;
    padding: 0 20px;
}

.coupon-disclaimer {
    font-size: 14px;
    line-height: 1.5;
    color: #6C757D;
	margin: 0% 10%;
}

.wp-block-column .c20-coupon {
	width: 100%;
}



@media screen and (max-width: 1600px) {
	
}

@media screen and (max-width: 768px) {

	.wp-block-column .c20-coupon {
	    width: 340px;
	}
}



@media (min-width: 600px) and (max-width: 991px) {

    .wp-block-columns {
        flex-wrap: wrap;
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2n) {
        margin-left: 0 !important;
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child) {
        flex-basis: 100% !important;
    }
}


.wp-block-column .c20-coupon {
	width: 100%;
}

@media (max-width: 991px) and (min-width: 800px) {

    .wp-block-column:nth-child(2n) {
        /*margin-left: 0;*/
    }
}


@media screen and (max-width: 768px) {


}


@media screen and (max-width: 480px) {

	.wp-block-column .c20-coupon {
	    width: 100%;
	}
}


/*End Coupon*/

@media print {
    #main-header,
    #main-navigation,
    .banner-page,
    .breadcrumbs,
    #sidebar,
    .logos-home,
    #main-footer,
    #fixed-cta,
    .wpcf7-submit {
        display: none !important;
    }
    body{
        color: #ff0000;
    }
    input{
        height: 50px;
    }
    section{
        margin-bottom: 60px;
    }
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after {
	clear: both;
}




/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
