/*
Theme Name: Quad
Theme URI: https://quadnotion.com/
Description: Quad is a stylish WordPress theme based on slant concept with great focus on design & content presentation. This theme is a great choice for any small to medium sized creative/digital/fashion/ad agency, photo studio, small business, personal or freelancer to craft their website in a trendy look. Quad Theme created by Quadnotion.
Author: Quadnotion
Author URI: https://www.quadnotion.com
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.1
Tags: one-column, two-columns, right-sidebar, featured-image-header, featured-images, portfolio, blog, sticky-post, theme-options, translation-ready
Text Domain: quad

Designed & Handcrafted by Quadnotion
All files, unless otherwise stated, are released under the GNU General Public License
*/


/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION */
/* 02 - COMMON ELEMENTS */
/* 03 - BLOG STYLING */
/* 04 - WP ESSENTIALS*/
/* 05 - SHOP STYLING*/





/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - COMMON ELEMENTS */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.post-content-wrap ul , .page-content-wrap ul {
	margin-left: 0px;
}
.post-content-wrap ul li, .page-content-wrap ul li{
	list-style: inside disc;
}

.post-content-wrap ul ul, .page-content-wrap ul ul{
	margin-left: 25px;
}

.post-content-wrap ol li, .page-content-wrap ol li{
	list-style: inside decimal;

}
.post-content-wrap ol, .page-content-wrap ol{
	padding-left: 0px;
}
.post-content-wrap ol ol, .page-content-wrap ol ol{
	margin-left: 25px;
}
.post-content-wrap img , .page-content-wrap img{
	max-width: 100%;
	height: auto;
}



.blog-featured-img img{
	display: inline-block;
}

.page-content img{
	max-width: 100%;
	height: auto;
}

.quad-text-block{
	display: inline-block;
	position: relative;
}
.quad-text-block span{
	display: inline-block;
	text-decoration: inherit;
}

.quad-text-block a{
	text-decoration: inherit;
	color: inherit;
}




/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - BLOG STYLING */
/*-------------------------------------------------------------------------------------------------------------------------------*/
#blog-list-page .promo-text a{
    -webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
#blog-list-page .promo-text a:hover{
	color: #777;
}
.blog-content-wrap img{
	max-width: 100%;
	height: auto;
}

.post-featured-img{
	margin-bottom: 60px;
}
.quad-single-post .post-icon-wrap{
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.quad-single-post .post-icon{
	display: inline-block;
    font-size: 30px;
    padding-right: 10px;
    transform: translateY(8px);
    padding: 10px 20px;
    margin-left: 15px;
}
.quad-post-cats{
	font-size: 12px;
}
.quad-blog-list-pagination .prev-entries{
	display: inline-block;
	float: left;
	margin-left: 15px;
}
.quad-blog-list-pagination .next-entries{
	display: inline-block;
	float: right;
	margin-right: 15px;
}



.quad-sidebar .widget-heading{
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 2px;
	word-spacing: 2px;
}



.quad-sidebar.widget ul{
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.quad-sidebar.widget ul.sidebar-list ul ul{
	margin-left: 25px;
}
.quad-sidebar.widget ul li ul li{
	border-bottom: 1px solid #aaa;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.quad-sidebar.widget ul li{
	border-bottom: 1px solid #aaa;
}
.quad-sidebar.widget ul li:last-child{
	border-bottom: 1px solid transparent;
}
.quad-sidebar.widget ul li ul li:last-child{
	border-bottom: 1px solid transparent;
	border-top: 1px solid #aaa;
	padding: 0;
	margin: 0;
	padding-top: 5px;
	margin-top: 5px;
}
.quad-sidebar.widget ul li ul li:first-child{
	border-top: 1px solid #aaa;
	padding-top: 5px;
	margin-top: 5px;
}
.quad-sidebar.widget ul li ul li:nth-last-child(2){
	border-bottom: 1px solid transparent;
	padding: 0;
	margin: 0;
}
.quad-sidebar.widget ul li a{
	color: #292929;
}
.quad-sidebar.widget p{
	margin-bottom: 10px;
}
.sidebar-list > li:first-child .widget-heading{
	margin-top: 0px;
}
.archive-page-post-icon{
	padding-left: 10px;
}
#wp-calendar {
width:100%;
font-size:12px;
font-weight:300;
border-collapse:separate;
border-spacing:5px;
padding: 0px;
}
#wp-calendar caption{
	font-weight: 400;
}



#wp-calendar tbody
td {
margin-bottom:10px;
text-align:center;
-webkit-border-radius:2px;
-moz-border-radius:2px;
-ms-border-radius:2px;
-o-border-radius:2px;
border-radius:2px;
border:1px solid #f4f4f4;
padding:6px;
}

#wp-calendar tbody td:hover {
border-color:#e2e2e2;
}

#wp-calendar tbody
td.pad {
border:0;
}

#wp-calendar tbody td a{
	display: inline-block;
	width: 100%;
	background: #121212;
	color: #FFF;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}



#wp-calendar tfoot td#prev a,#wp-calendar tfoot td#next
a {
color:#292929;
font-size:12px;
font-weight:400;
position:relative;
text-transform:uppercase;
bottom:0px;
margin-bottom:1px;
}

#wp-calendar tfoot
td#prev {
text-align:left;
}

#wp-calendar tfoot
td#next {
text-align:right;
}

#wp-calendar thead
th {
font-size:13px;
font-weight:400;
color:#888;
text-align:center;
padding-bottom:10px;
}

.quad-sidebar .tagcloud a{
	font-size: 16px !important;
    line-height: 26px;
    text-decoration: underline;
    margin-right: 10px;
    color: #a9a9a9;
    font-weight: 400;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.quad-comments-wrap{
	padding-left: 25px;
	padding-right: 25px;
}

.comment-count{
	display: inline-block;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-weight: 600;
}
.commentlists li.comment > article, .commentlists li.pingback > article{
	position: relative;
	padding: 20px;
	margin-bottom: 25px;
	border-radius: 0px;
}
.comments ul.children li{
	margin-left: 10px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left 40px;

}

.cmntbox .edit-comment{
	display: inline-block;
	float: right;
}
.cmntbox .edit-comment a{
	padding: 8px 10px 5px;
	text-transform: uppercase;

	color: #999;
	letter-spacing: 1px;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.cmntbox .edit-comment a:hover{
	color: #000;
}
.logged-in-as{
	font-weight: bold;
}
.comment-respond a{
	color: #777;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.comment-respond a:hover{
	color: #000;
}

.comment-reply{
	padding: 2px 5px;
	position: absolute;
	right: 20px;
	top: 20px;
}

.comment-reply-title{
	color: #000;
}
.respond h3{
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 0px;
}
.respond form{
	margin-top: 25px;
}


.quad-post-categorires{
	border-top: 2px solid #f1f1ef;
	border-bottom: 1px solid #f1f1ef;
	padding: 20px 0px;
	margin-bottom: 20px;
	margin-top: 30px;
}
.quad-post-tags{
	border-top: #CCC solid 2px;
}
.quad-post-tags a{
	font-size: 11px;
	padding: 5px 7px;
	display: inline-block;
	margin-right: 3px;
	margin-bottom: 6px;
	background: #CCC;
	color: #333;
	text-transform: uppercase;
	-webkit-transition: all .5s ease-in-out;
	   -moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		 -o-transition: all .5s ease-in-out;
			transition: all .5s ease-in-out;
}

.archive-pagination-links a{
	border-radius: 0px;
}

.post-pagination-wrap p{
	margin-top: 10px;
}
.post-pagination-wrap p a:hover{
	color: #888;
}

.edit-comment .alert-box{
	color: #b11d1d;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - WP ESSENTIALS */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.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: transparent;
    max-width: 96%; /* Image does not overflow the content area */
    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: 10px 5px;
}
.wp-caption-text a{
	color: #1f1f1f;
}

.sticky{color:#000;}
.gallery-caption{
    color: #222;
}
.bypostauthor{color: #000;}

table, th, td {
   border: 1px solid #CCC;
   padding: 10px;
   margin-bottom: 18px;
}
thead, th{
	background: #f2f2f2;
}
table a{
	color: #1f1f1f;
}
blockquote {
	border-color: #999;
	background-color: #FFF;
}
address{
	font-family: serif;
}

/* 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: 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. */
}


.quad-blog-title-link h3{
	-webkit-transition: all .5s ease-in-out;
	   -moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		 -o-transition: all .5s ease-in-out;
			transition: all .5s ease-in-out;
}

.quad-blog-title-link:hover > h3{
	color: #aaa;

}



body.error404 .mastwrap{
	padding-top: 0px !important;
}

pre,
blockquote {
	background: #f8f8f8;
  page-break-inside: avoid;
}
blockquote {
  padding: 15px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #ccc;
}
blockquote p{
	margin: 0 !important;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:bequad,
blockquote small:bequad,
blockquote .small:bequad {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:bequad,
blockquote.pull-right footer:bequad,
.blockquote-reverse small:bequad,
blockquote.pull-right small:bequad,
.blockquote-reverse .small:bequad,
blockquote.pull-right .small:bequad {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

pre{
	padding: 20px;
	margin-top: 20px;
}

q{
	font-family: serif;
}




/* GUTENBERG STYLES */
.wp-block-embed.alignright{
	max-width: none;
	width: auto;
}
.wp-block-embed::after{
	clear: both;
}
.test {padding: 10px;}



.blog-listing-content-area .blog-list-content-wrap .blog-list-title h2 {
	font-size: 30px;
	line-height: 37px;
	color: #1F1F1F;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 20px;
}
.blog-listing-content-area .blog-list-content-wrap .blog-list-date h6 {
	font-size: 12px;
	letter-spacing: 2px;
	color: #A9A9A9;
	line-height: 21px;
	font-weight: 400;
	margin-bottom: 10px;
}
.blog-listing-content-area .blog-list-content-wrap .blog-list-link {
	margin-top: 25px;
	font-size: 20px;
}

.roofing-solution-wrap .container{
	display: flex;
}
a.kc_button.ty-cta-button{
	transition:0.2s;
}
a.kc_button.ty-cta-button:hover{
	background:linear-gradient(-90deg, #FCB5D0, #f7f7f7) !important
}
