@charset "UTF-8";
/* 
Theme Name: Code Blocks
Description: Agency Theme
Requires at least: 4.9.6
Version: 1.0
Text Domain: codeblocks
Tags: custom-colors, custom-menu, custom-logo, featured-images
Author: SEOReseller Team
Author URI: https://www.seoreseller.com/
Theme URI: https://wordpress.org/themes/codeblocks/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*** Global ***/
body {
    font-family: Arial;
    padding: 0;
    margin: 0;
    font-size: 16px;
}
h1 {
    font-size: 3em;
}
h2 {
    font-size: 2em;
}
h3 {
    font-size: 1.8em;
}
h4 {
    font-size: 1.6em;
}
h5 {
    font-size: 1.4em;
}
h6 {
    font-size: 1.2em;
}
hr {
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
.wp-caption, .gallery-caption {
    font-size: 0.8em;	
}
a {
    text-decoration: none;
}
p, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    line-height: 1.25;
}
p, a {
    line-height: 1.5;
}
article ul, article ol {
    margin-left: 40px;
}
.container {
    max-width: 1290px;
    padding: 0 20px;
    box-sizing: border-box;
	margin: auto;
}
.footer-widget img {
    max-width: 100%;
}
.container:after {
    clear: both;
    content: '';
    display: block;
    overflow: hidden;
}
section > article.type-page > p, section > article.type-page > blockquote, section > article.type-page > .comments, section > article.type-page > strong, section > article.type-page > ul, section > article.type-page > ol, section > article.type-page > h1, section > article.type-page > h2, section > article.type-page > h3, section > article.type-page > h4, section > article.type-page > h5, section > article.type-page > h6, section > article.type-page > em, section > article.type-page > dl, section > article.type-page > address, section > article.type-page > pre, section > article.type-page > table, section > article.type-page > a {
    max-width: 1290px;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: auto;
    box-sizing: border-box;
}

pre {
	white-space: pre-wrap;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
.bypostauthor li, section > article.type-page > blockquote, blockquote {
    background-color: #f1eeee;
}
section > article.type-page > blockquote, blockquote {
    border-left: 5px solid #cecece;
    padding-top: 40px;
    padding-bottom: 40px;
}
section > article.type-page > blockquote, section > article.type-page > ul, section > article.type-page > ol, section > article.type-page > table {
    max-width: 1250px;
}
blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}
/*** Images ***/
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignleft, img.alignright {
    float: none;
    margin: 0;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
img, video {
    height: auto;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption, .gallery-caption {
    color: #666;
    font-size: 0.8125rem;
    font-style: italic;
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
figcaption, figure {
    display: block;
}
figure {
	margin: 1em 0;
}
/*** Content Elements ***/
hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a:active,
a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

ul,
ol {
	margin: 0 0 1.5em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}
/*** Widgets ***/

.widget {
	padding-bottom: 3em;
}

h2.widget-title {
	color: #222;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}

.widget-title a {
	color: inherit;
}

/*** Screen Reader Text ***/

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal;
}

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


/*** Skip Link ***/

.skip-link {
	left: -9999rem;
	top: 2.5rem;
	z-index: 999999999;
	text-decoration: underline;
}

.skip-link:focus {
	display: block;
	left: 6px;
	top: 7px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	line-height: normal;
	padding: 15px 23px 14px;
	z-index: 100000;
	right: auto;
}

/* widget forms */

.widget select {
	width: 100%;
}


/* widget lists */

.widget ul {
	list-style: none;
	margin: 0;
}

.widget ul li,
.widget ol li {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 0.5em 0;
}

.widget:not(.widget_tag_cloud) ul li + li {
	margin-top: -1px;
}

.widget ul li ul {
	margin: 0 0 -1px;
	padding: 0;
	position: relative;
}

.widget ul li li {
	border: 0;
	padding-left: 24px;
	padding-left: 1.5rem;
}

/* Widget lists of links */

.widget_top-posts ul li ul,
.widget_rss_links ul li ul,
.widget-grofile ul.grofile-links li ul,
.widget_pages ul li ul,
.widget_meta ul li ul {
	bottom: 0;
}

.widget_nav_menu ul li li,
.widget_top-posts ul li,
.widget_top-posts ul li li,
.widget_rss_links ul li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links li,
.widget-grofile ul.grofile-links li li {
	padding-bottom: 0.25em;
	padding-top: 0.25em;
}

.widget_rss ul li {
	padding-bottom: 1em;
	padding-top: 1em;
}

/* Widget markup */

.widget .post-date,
.widget .rss-date {
	font-size: 0.81em;
}

/* Text widget */

.widget_text {
	word-wrap: break-word;
}

.widget_text ul {
	list-style: disc;
	margin: 0 0 1.5em 1.5em;
}

.widget_text ol {
	list-style: decimal;
}

.widget_text ul li,
.widget_text ol li {
	border: none;
}

.widget_text ul li:last-child,
.widget_text ol li:last-child {
	padding-bottom: 0;
}

.widget_text ul li ul {
	margin: 0 0 0 1.5em;
}

.widget_text ul li li {
	padding-left: 0;
	padding-right: 0;
}

.widget_text ol li {
	list-style-position: inside;
}

.widget_text ol li + li {
	margin-top: -1px;
}

/* RSS Widget */

.widget_rss .widget-title .rsswidget:first-child {
	float: right;
}

.widget_rss .widget-title .rsswidget:first-child:hover {
	background-color: transparent;
}

.widget_rss .widget-title .rsswidget:first-child img {
	display: block;
}

.widget_rss ul li {
	padding: 2.125em 0;
}

.widget_rss ul li:first-child {
	border-top: none;
	padding-top: 0;
}

.widget_rss li .rsswidget {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 300;
	line-height: 1.4;
}

.widget_rss .rss-date,
.widget_rss li cite {
	color: #767676;
	display: block;
	font-size: 10px;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.18em;
	line-height: 1.5;
	text-transform: uppercase;
}

.widget_rss .rss-date {
	margin: 0.5em 0 1.5em;
	padding: 0;
}

.widget_rss .rssSummary {
	margin-bottom: 0.5em;
}

/* Contact Info Widget */

.widget_contact_info .contact-map {
	margin-bottom: 0.5em;
}

/* Gravatar */

.widget-grofile h4 {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0;
}

/* Recent Comments */

.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
	border: 0;
}

/* Recent Posts widget */

.widget_recent_entries .post-date {
	display: block;
}

/* Tag cloud widget */

.tagcloud ul li {
	float: left;
	border-top: 0;
	border-bottom: 0;
	padding: 0;
	margin: 4px 4px 0 0;
}

.tagcloud,
.widget_tag_cloud,
.wp_widget_tag_cloud {
	line-height: 1.5;
}

.widget .tagcloud a,
.widget.widget_tag_cloud a,
.wp_widget_tag_cloud a {
	border: 1px solid #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	padding: 4px 10px 5px;
	position: relative;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	width: auto;
	word-wrap: break-word;
	z-index: 0;
}

.widget .tagcloud a:hover,
.widget .tagcloud a:focus,
.widget.widget_tag_cloud a:hover,
.widget.widget_tag_cloud a:focus,
.wp_widget_tag_cloud a:hover,
.wp_widget_tag_cloud a:focus {
	border-color: #bbb;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}

/* Calendar widget */

.widget_calendar .wp-calendar-table {
	margin-bottom: 0;
}

.widget_calendar .wp-calendar-nav {
	display: table;
	width: 100%;
	margin: 0 0 1.5em;
	padding: 0.4em 0;
}

.widget_calendar .wp-calendar-nav span {
	display: table-cell;
}

.widget_calendar .wp-calendar-nav-prev,
.widget_calendar .wp-calendar-nav-next {
	width: 40%;
}

.widget_calendar th,
.widget_calendar td,
.widget_calendar .wp-calendar-nav span {
	text-align: center;
}

.widget_calendar tfoot td {
	border: 0;
}

/* Gallery widget */

.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/*** Tables ***/
table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
}

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

tr {
	border-bottom: 1px solid #eee;
}

td {
	padding: 0.4em;
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}
/*** Galleries ***/
.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
	width: 50%;
	box-sizing: border-box;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

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

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

/*** Colors ***/
/* Primary */
footer#footer-section, a.read-more-btn, .home-services .uagb-section__overlay {
	background-color: #294cc7 !important;
}
/* Secondary */
a.head-btn-class, a.foot-soc-icon:hover, a.read-more-btn:hover, input[type="submit"]:hover, button.search-submit:hover, input#submit:hover, .wp-block-button .wp-block-button__link:hover, .sr-partner-audit-widget input:hover, .web-audit-gen-form-button:hover, .wp-block-button .wp-block-button__link:hover, .cta-button.wp-block-button .wp-block-button__link {
    background-color: #ffc400 !important;
}
/* Accent 1 */
a.head-btn-class:hover, .foot-soc-icon, .copyright-section, button.search-submit, input[type="submit"], input#submit, .sr-partner-audit-widget input, .web-audit-gen-form-button {
    background-color: #031040 !important;
}
/* Accent 2 */
.cta .uagb-section__overlay {
	background-color: #173294 !important;
}
/* white */
.footer-btn-class svg, .post-cont-wrap, .cta-button.wp-block-button .wp-block-button__link:hover {
	background-color: #FFFFFF !important;	
}

/*** black ***/
.wp-block-button .wp-block-button__link, hr {
	background-color: #333333 !important;
}
/* Text Colors */
.post-cont-wrap h2 a, .post-banner h1, #site-navigation ul.main-menu a:hover, #site-navigation ul.main-menu .current-menu-item a, a:hover, a:visited, .uagb-tm__author-name {
	color: #294cc7 !important;
}

.footer-widget li a:hover, span.author a:hover, span.comments a:hover, .pagination a:hover, span.page-numbers.current, .sidebar a:hover, .comment-form a:hover, a.footer-btn-class:hover, .home-services a:hover {
	color: #ffc400 !important;
}

a, a.head-btn-class, #site-navigation ul.main-menu a, a.read-more-btn:hover, span.date, span.author, span.comments, span.author a, span.comments a, .pagination a, input[type="submit"]:hover, button.search-submit:hover, .sidebar a, .comment-form a, input#submit:hover, .cta-button.wp-block-button .wp-block-button__link, .cta-button.wp-block-button .wp-block-button__link:hover, .sr-partner-audit-widget input:hover, .web-audit-gen-form-button:hover {
	color: #333333 !important;
}
a.head-btn-class:hover, .footer-content, .footer-widget li a, .footer-widget h3, .copyright-section, a.read-more-btn, button.search-submit, input[type="submit"], input#submit, a.footer-btn-class, a.footer-logo, wp-block-button .wp-block-button__link, .home-services h4, .home-services a, .sr-partner-audit-widget input, .web-audit-gen-form-button, a.ab-item, body a.read-more-btn {
	color: #FFFFFF !important;
}
a.head-btn-class:hover svg {
	fill: #FFFFFF;
}
.overlay-banner {
    background-color: rgba(255,255,255,0.8);
}

/*** Animation **/
ul.sub-menu, a.foot-soc-icon, .home-services a img, .sr-partner-audit-widget input, .cta-button.wp-block-button .wp-block-button__link {
	-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;
}
.home-services a:hover img{
	transform: scale(1.2);
	-webkit-transform: all .4s ease-in-out;
	-moz-transform: all .4s ease-in-out;
	-ms-transform: all .4s ease-in-out;
	-o-transform: all .4s ease-in-out;	
}
/*** Header ***/
header#masthead {
    z-index: 9000;
    position: relative;
    padding: 10px 0;
}
/*** Navigation ***/
a.drop-icon:before {
    content: ' ▾';
}
#site-navigation ul.sub-menu {
    background: #efefef;
}
#site-navigation ul li {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
}
#site-navigation ul li a {
    padding: 15px;
    display: block;
}
#site-navigation ul li .sub-menu a {
    padding: 10px 15px;
}
#site-navigation ul.sub-menu li, #site-navigation ul.sub-menu li a {
    display: block;
    border: 0;
}
#site-navigation ul.main-menu {
    display: none;
    padding: 0;
	margin-bottom: 0;
}
a.icon-toggle {
    font-size: 0;
    padding: 10px;
    background: #333333;
    border-radius: 3px;
    display: block;
    max-width: 25px;
    width: 100%;
    margin-left: auto;
}
span.btn-shape {
    display: block;
    height: 2px;
    width: 100%;
    background: #FFFFFF;
    margin: 5px 0px;
}
.mobile-toggle {
    width: 30%;
}
#site-navigation ul li.menu-item-has-children a {
    padding-right: 45px;
}
#site-navigation ul li.menu-item-has-children a.drop-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    text-align: center;
    background: #efefef;
    line-height: normal;
    padding: 14px;
    box-sizing: border-box;
	height: 100%;
}
/*** Header **/
header#masthead.sticky {
    background: rgba(255,255,255,0.9);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9000;
}
img.custom-logo {
    max-height: 80px;
    max-width: 100%;
    width: auto;
    height: auto;
}
.site-logo {
    display: flex;
    align-items: center;
    padding: 10px 60px 10px 0;
}
a.custom-logo-link {
    width: 70%;
    font-weight: 700;
    font-size: 1.5em;
}
.sticky img.custom-logo {
    max-height: 40px;
}
.tag-line {
    display: block;
    font-size: 0.8em;
}
/*** Head Btn ***/
.head-btn-class img, .head-btn-class svg {
    max-width: 15px;
    vertical-align: middle;
}
a.head-btn-class {
    font-size: 0;
    padding: 16px;
    width: 14px;
    overflow: hidden;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 20px;
    line-height: 1;
    text-align: center;
	border-radius: 3px;
}
/*** Sidebar ***/
form.search, .sidebar-widget {
    margin-bottom: 20px;
}
.sidebar ul li {
    list-style: none;
}
.sidebar ul {
    padding: 0;
}
.container.single-post-wrap {
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 50px;
}
main.single-wrap, aside.sidebar {
    width: 100%;
}
/*** Blog Posts ***/
span.author:after, span.date:after {
    content: ' · ';
}
.comment-author cite.fn {
    margin-right: 10px;
}
li.comment {
    padding: 20px;
}
.comment.even {
    background: #ecebeb;
}
section.archive-wrap {
    margin-bottom: 50px;
}
.comment-form-comment label {
    display: block;
    margin-bottom: 20px;
}
.post-details-wrap {
    margin: 20px 0;
}
.post-banner {
    margin-bottom: 50px;
    background-repeat: no-repeat;
    background-size: cover;
}
.overlay-banner {
    padding: 150px 0;
}
.post-banner h1 {
    margin-bottom: 0;
    text-align: center;
}
.comment-author.vcard img {
    float: left;
    margin-right: 10px;
}
.comment-body p {
    overflow: hidden;
    display: block;
}
.reply {
    display: block;
    clear: both;
}
.comment-author.vcard {
    background: #ecebeb;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.comments ul {
    list-style: none;
    padding: 0;
}

article.type-post {
    width: 100%;
    box-sizing: border-box;
}
.post-cont-wrap {
    padding: 20px;
}
a.read-more-btn {
    border-radius: 3px;
    padding: 10px;
    display: inline-block;
}
span.date, span.author, span.comments {
    font-size: 12px;
    text-transform: uppercase;
}
.post-cont-wrap p {
    margin-top: 20px;
}
img.wp-post-image {
    max-width: 100%;
    height: auto;
}
article.type-post {
    width: 100%;
}
article.type-post .post-wrap {
    box-shadow: 0 1px 11px 2px rgba(0,0,0,0.1);
}
.post-box-wrap {
    display: flex;
	flex-wrap: wrap;
}
article.type-post .post-wrap {
    box-shadow: 0 1px 11px 2px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}
.pagination {
    margin: 20px auto 50px;
}
/*** Search ***/
input.search-input, button.search-submit, input {
    padding: 10px;
}
button.search-submit, input#submit, input[type="submit"] {
    padding: 10px 20px;
    border: 0;
    cursor: pointer;
}
button.search-submit {
    cursor: pointer;
    width: 30%;
    border: 0;
}
input.search-input {
    width: 70%;
}
form.search {
    display: flex;
}
textarea#comment {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}
/*** Footer ***/
a.footer-logo {
    font-size: 20px;
    font-weight: 700;
}
footer#footer-section {
    padding: 70px 0 0;
}
.site-footer > .container {
    padding-bottom: 70px;
}
.site-footer .container {
    display: flex;
    flex-wrap: wrap;	
}
.footer-section-three img, .footer-btn-class svg {
    width: 15px;
    height: 15px;
}
.copyright-section {
    padding: 20px 0;
    text-align: center;
}
.copyright-section .container {
    display: block;
}
a.foot-soc-icon, .footer-btn-class svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    padding: 10px 0;
    border-radius: 100%;
    box-sizing: border-box;
    line-height: 1;
    width: 35px;
    height: 35px;
    text-align: center;
    vertical-align: middle;
}
a.footer-btn-class, .footer-content, a.footer-logo {
    display: inline-block;	
}
a.footer-btn-class {
    vertical-align: middle;
    margin-right: 15px;
    margin-bottom: 15px;
}
.footer-content, a.footer-logo {
    margin-bottom: 25px;
}
.footer-widget h3 {
    margin-top: 0;
}
.footer-widget ul {
    list-style: none;
    padding: 0;
}
.footer-widget li a {
    margin-bottom: 10px;
	display: inline-block;
}
a.foot-soc-icon {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}
.footer-widget {
    width: 100%;
}

/*** Gutenberg ***/
.testimonials .uagb-tm__content:before {
    content: url('img/quote.png');
    width: 120px;
    left: 0px;
    position: absolute;
    top: 0px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 100px;
    resize: none;
}
.contact-icon {
    text-align: center;
}
.contact-icon span {
    padding-left: 10px;
}
.two-col {
    display: flex;
    flex-direction: column;
}
.two-col label, .two-col label input {
    width: 100%;
}
.two-col label {
    padding-left: 0px;
    padding-bottom: 20px;
}
.wpcf7-response-output {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.web-audit-gen-calltoaction-button, .web-audit-gen-form-button, .cta-button.wp-block-button .wp-block-button__link {
    padding: 16px !important;
    border: 0;
    cursor: pointer;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
}
ul.slick-dots {
    padding: 0;
}
/*** Responsive ***/
@media only screen and (min-width: 767px) {
	ul.sub-menu {
		position: absolute;
		opacity: 0;
		margin: 0;
		padding: 20px 0;
		max-width: 300px;
		width: 100%;
		text-align: left;
		display: none;
	}	
	#site-navigation ul li.menu-item-has-children:hover > ul.sub-menu {
		opacity: 1;
		display: block;
	}	
	ul.sub-menu ul.sub-menu {
		left: 100%;
		top: -20px;
		display: none;
	}
	#site-navigation ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children:hover > ul.sub-menu  {
		opacity: 1;
		display: block;
	}	
	#site-navigation ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children > a:after {
		content: ' ▸';
	}
	#site-navigation ul li {
		width: auto;
	}
	.mobile-toggle {
		display: none;
	}
	#site-navigation ul.main-menu {
		display: block;
	}	
	#site-navigation ul li.menu-item-has-children a.drop-icon {
		display: none;
	}
	#site-navigation ul li.menu-item-has-children a {
		padding-right: 15px;
	}
	#site-navigation ul li.menu-item-has-children > a:after {
		content: ' ▾';
	}
	#masthead .container {
		display: flex;
		align-items: center;
		margin: auto;
	}
	.site-logo {
		width: 25%;
	}
	nav#site-navigation {
    	width: 75%;
	}
	#site-navigation ul.main-menu {
		text-align: right;
	}	
	a.head-btn-class {
		width: 175px;
		position: relative;
		font-size: inherit;
		top: auto;
		right: auto;
	}
	.site-footer .container {
		flex-wrap: nowrap;	
	}
	.footer-widget.footer-section-one {
		width: 55%;
	}
	.footer-widget.footer-section-two {
		width: 20%;
	}	
    .footer-widget.footer-section-three {
		width: 25%;
	}	
	.footer-widget.footer-section-one {
		padding-right: 40px;
	}
	.footer-widget.footer-section-two {
		padding-right: 20px;
	}
	article.type-post {
		width: 33%;
		padding: 10px;
	}	
	.post-box-wrap {
		margin: -10px;		
	}	
	.single-wrap article.type-post {
		width: 100%;
		padding: 0;
	}
	main.single-wrap {
		width: 70%;
	}
	aside.sidebar {
		width: 30%;
	}
	aside.sidebar {
		padding-left: 40px;
	}
	.container.single-post-wrap {
		flex-wrap: nowrap;
	}
	h1 br,h2 br, h3 br , h4 br, h5 br, h6 br{
		display:block;
	}
	.two-col {
		flex-direction: row;
		margin-bottom: 20px;
	}
	.two-col label {
		width: 50%;
	}
	.two-col label:not(:first-child) {
		padding-left: 20px;
		padding-top:0px;
	}
	.cta .wp-block-buttons.alignleft {
		float: right;
	}
	img.alignleft {
		float: left;
		margin-right: 1.5em;
	}
	img.alignright {
		float: right;
		margin-left: 1.5em;
	}
	.gallery-item {
		max-width: 25%;
	}

	.gallery-columns-1 .gallery-item {
		max-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%;
	}
}
@media only screen and (max-width: 767px) {
	#site-navigation ul li a {
		padding: 15px;
		display: block;
		border-bottom: 1px solid #cecece;
	}
	ul.sub-menu {
		padding: 0;
		display: none;
	}
}
@media only screen and (max-width: 1290px) {
	section > article.type-page > blockquote, section > article.type-page > ul, section > article.type-page > ol, section > article.type-page > table {
		margin-left: 20px;
		margin-right: 20px;
	}
}