
@charset "UTF-8";
/*
Theme Name: redbrix
Theme URI: 
Author: Deme
Description: redbrix.
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/

@font-face {
  font-family: 'NHGText';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/wp-content/themes/redbrix/fonts/NHGText-Roman.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'NHGText';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/wp-content/themes/redbrix/fonts/NHGDisp-Medium.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'NHGText';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/wp-content/themes/redbrix/fonts/NHGText-Bold.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-top: inherit;
	margin-bottom: inherit;
}


.fixed-top.static-header:not(.topmove) {
	position: absolute;
	top: 0 !important;
	-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.grecaptcha-badge {
	display: none;
}

body {
	-webkit-font-smoothing: antialiased;
}

body .fixed-top.topmove.static-header{
	-webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    transition: transform .3s ease;
}

body .fixed-top {
	-webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
}

body .fixed-top.topmove.bg-white {
	-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    visibility: visible;
    -webkit-transition: -webkit-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    transition: transform .3s ease;
	background-color: rgba(255, 255, 255, 0.95) !important;

}

body {
	font-family: 'NHGText';
	font-weight: 400;
}

body .fixed-top.topmove.bg-white .logo-url .logo {
	width: 175px;
	height: auto;
	transition: all 0.2s;
	max-width: inherit;
	padding: 20px 0;
}

.logo-url .logo {
	width: 175px;
	height: auto;
	transition: all 0.2s;
	max-width: inherit;
	padding: 36px 0;
}

footer .logo-url .logo {
	margin-bottom: 69px;
}

header .navbar {
	padding: 0;
}

.admin-bar .fixed-top {
	top: 32px;
}

/*
body:not(.at-top) header .navbar {
	background: #0f0f0f;
	transition: all 0.5s;
}
*/

/*
body:not(.at-top) header .navbar .logo {
	width: 150px;
	padding: 5px 0;
	transition: all 0.5s;
	overflow-x: hidden;
}
*/

footer {
	background: #fff;
	color: #212529;
	padding: 40px 0;
}

footer.banner-active {
	padding-bottom: 100px;
}

footer .navbar-nav .nav-link {
	padding: 0;
	margin-right: 20px;
}

.page-content {
	padding-top: calc(128px + 53px);
}

.page-template-work_template .page-content, .tax-type .page-content, .home .page-content, .page-template-about_template .page-content, .page-template-services_template .page-content  {
	padding-top: calc(128px + 120px);
}

.navbar-toggler {
	position: relative;
	z-index: 9999;
	padding-right: 0;
}

img {
	max-width: 100%;
}

.navbar-toggler-icon span {
	height: 4px;
	width: 32px;
	background-color: #1a1a1a;
	display: block;
	margin-bottom: 4px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
/*
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
*/
}

.navbar-toggler[aria-expanded="true"] span{
	margin-bottom: -4px;
	background-color: #1c1d2e;
}

.navbar-toggler[aria-expanded="true"] span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 6px;
	left: 0;
}

.navbar-toggler[aria-expanded="true"] span:nth-child(2) {
	width: 0%;
	opacity: 0;
}

.navbar-toggler[aria-expanded="true"] span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 0;
	left: 0;
}

.navbar-toggler:focus {
	box-shadow: none;
}


.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 51px;
	font-size: 19px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #1a1a1a;
	align-self: center;
}

.navbar-expand-lg .navbar-nav > li {
	display: flex;
	flex-wrap: wrap;
}

.contact-us-btn .nav-link div {
	padding: 12px 24px;
	background-color: #e61717;
	color: #fff;
}

a {
	color: #E61717;
	text-decoration: none;
}

a:hover {
	color: #E61717;
}

.collapsing {
	height: inherit;
	transition: none;
}

.navbar-expand-lg .navbar-nav .nav-link.dropdown-toggle {
	position: relative;
	/* padding-right: 15px; */
}

.dropdown-toggle::after {
	position: absolute;
	right: 0;
	top: calc(50% - 2px);
}

.section-pretitle {
	font-weight: 400;
	font-size: 15px;
	line-height: 120%;
	text-transform: uppercase;
	color: #8C8C8C;
	margin-bottom: 24px;
}

/* ================================================================= media */

/* @media all and (min-width: 992px) { */
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{ color: #000;  }
	.navbar .nav-item:hover .dropdown-menu.depth_0{ display: flex; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
/* } */



.welcome-section-title {
	font-size: 52px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.23;
	letter-spacing: normal;
	color: #1a1a1a;
	margin-bottom: 8px;
}

.welcome-section-subtitle {
	font-size: 31px;
	line-height: 41px;
	margin-bottom: 120px;
}

.welcome-section-info-title {
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #8c8c8c;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.welcome-block-info-title {
	font-size: 27px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.28;
	letter-spacing: normal;
	color: #1a1a1a;
	margin-bottom: 8px;
}

.welcome-section-info-content {
	font-size: 19px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: #1a1a1a;
	margin-bottom: 20px;
}

.featured-works-block img {
	object-fit: fill;
}

.featured-works-image {
	width: 100%;
	height: 0;
	padding-top: 62%;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 8px;
}

.single-work-right_text-image {
	width: 100%;
/*
	height: 0;
	padding-top: 62%;
	overflow: hidden;
*/
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}



.featured-works-section-title {
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #8c8c8c;
	text-transform: uppercase;
	margin-bottom: 24px;
}



.welcome-section {
	margin-bottom: calc(160px - 20px);
}

.featured-works-title {
	font-size: 19px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: #1a1a1a;
	margin-bottom: 24px;
}

.all-works-btn {
	font-size: 27px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #e61717;
}

.featured-works-section {
	margin-bottom: 160px;
}

body:not(.home) .featured-works-section {
	margin-bottom: calc(160px - 55px);
}

.info-sections-title {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #8c8c8c;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.info-sections-feature-row {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}

.pricing-block {
 display: flex;
 flex-flow: column nowrap;
}

.pricing-wrapper {
	margin-top: auto;
}

.pricing-block .info-sections-feature-description {
	margin-bottom: 24px;
}

.price-value {
	margin-bottom: 8px;
    font-weight: 500;
	font-size: 27px;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.28;
	letter-spacing: normal;
	color: #1a1a1a;
}

.price-hours {
	font-size: 19px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: #8c8c8c;
}

.general-section-title {
	font-size: 39px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: normal;
	color: #1a1a1a;
	margin-bottom: 8px;
}

.general-section-description {
	margin-top: 20px;
	font-size: 19px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: #1a1a1a;
}

.general-section-row {
	margin-bottom: 48px;
}

.info-sections-feature-title {
	font-size: 27px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.28;
	letter-spacing: normal;
	color: #1a1a1a;
	margin-bottom: 8px;
}

.info-sections-feature-description {
	font-size: 19px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: #1a1a1a;
}

.info-sections-feature-block {
	margin-bottom: 24px;
}

.learn-more-btn {
	font-size: 27px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #e61717;
	display: block;
}

.single-testimonial-section {
	background-color: #f5f5f5;
	padding: 160px 0;
	margin-top: 160px;
}

.single-testimonial-content {
	font-size: 39px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: normal;
	color: #1a1a1a;
/* 	padding-left: 102px; */
	position: relative;
	margin-bottom: 41px;
}

.single-testimonial-section .container, .single-cta-section .container {
	max-width: 980px;
}

.single-testimonial-name {
	font-size: 19px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: #1a1a1a;
/* 	padding-left: 102px; */
}

.single-testimonial-position {
/* 	padding-left: 102px; */
	font-size: 19px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: #8c8c8c;
}

.single-testimonial-content:before {
	content: '“';
	position: absolute;
	left: -85px;
	top: -30px;
	font-size: 164px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #e61717;
}

.single-testimonial-url {
	display: block;
	margin-top: 18px;
/* 	padding-left: 102px; */
	font-size: 19px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: #e61717;
}

.info-sections {
	margin-bottom: 160px;
}

.single-cta-section {
	padding: 120px 0;
	background-color: #f5f5f5;
	margin-top: calc(160px - 40px);
}

.single-cta-text {
	font-size: 35px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	color: #1a1a1a;
	margin-bottom: 24px;
}

.single-cta-url {
	display: inline-block;
	padding: 12px 24px;
    background-color: #e61717;
    color: #fff;
	font-size: 24px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
}

.single-cta-url:hover {
	color: #fff;
	background-color: #d11515;
}

.learn-more-btn.clutch-btn {
	margin-top: 24px;
	font-size: 19px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: #e61717;
	margin-bottom: 80px;
}

.gallery-awards-row img {
	max-width: 148px;
	width: 100%;
	margin: 0 1.4vw;
}

footer .widgettitle {
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #8c8c8c;
	text-transform: uppercase;
	margin-bottom: 16px;
}

footer .logo-url .logo {
	padding: 0;
}

footer .widget_nav_menu {
	font-size: 19px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: #1a1a1a;
}

footer .widget_nav_menu ul, footer .widget_nav_menu .nav-link {
	list-style-type: none;
	padding: 0;
	margin-bottom: 16px;
	font-size: 19px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: #1a1a1a;
}

.footer-contacts {
	font-size: 19px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: #1a1a1a;
	margin-bottom: 16px;
}

.copyright {
	font-size: 19px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: #1a1a1a;
}

.works-welcome-section {
	margin-bottom: 160px;
}

.works-welcome-section .section-title {
	font-size: 35px;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	color: #1a1a1a;
	font-weight: 500;
}

.works-welcome-section .section-content {
	font-size: 19px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: #1a1a1a;
}

.works-welcome-section .section-content p:last-child {
	margin-bottom: 0;
}

.page-template-services_template .works-welcome-section {
	margin-bottom: 80px;
}

.works-category {
	font-size: 27px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.28;
	letter-spacing: normal;
	color: #8c8c8c;
	margin-right: 40px;
	margin-bottom: 24px;
	display: inline-block;
}

.categories-section {
	margin-bottom: calc(80px - 24px);
}

.works-category.active {
	color: #1a1a1a;
	position: relative;
}

.works-category:last-child {
	margin-right: 0;
}

.works-category.active:before {
	content: '';
	width: 100%;
	padding: 1px;
	background-color: #1a1a1a;
	position: absolute;
	bottom: 0;
	left: 0;
}

.works-category:hover {
	color: #1a1a1a;
}

.works-section .single-testimonial-section {
	margin-top: calc(160px - 26px);
	margin-bottom: 160px;
}

.single-works-image {
	padding-bottom: 62%;
	margin-bottom: 6px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.single-works-title {
	font-size: 19px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: #1a1a1a;
	margin-bottom: 26px;
}

.service-row {
	margin-bottom: 40px;
}

.service-row-title {
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #8c8c8c;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.service-row.no-title {
	margin-top: -27px;
	margin-bottom: 109px;
}

.service-inner-row {
	margin-top: -3px;
}



.group-title {
	font-size: 27px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.28;
	letter-spacing: normal;
	color: #1a1a1a;
	margin-bottom: 8px;
}

.group-content {
	font-size: 19px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: #1a1a1a;
	margin-bottom: 82px;
}

.group-content ul {
	margin-top: calc(16px - 1rem);
	padding-left: 18px;
}

.group-content ul li {
	margin-bottom: 11px;
}

.section-general-title, .section-general-title h2 {
	font-size: 39px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: normal;
	color: #1a1a1a;
}

.section-general-description {
	font-size: 19px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: #1a1a1a;
	margin-top: 20px;
}

.section-general-row {
	margin-bottom: 114px;
}

.page-template-services_template .section-general-row {
	margin-bottom: 80px;
}

.page-template-services_template .section-general-description {
	margin-top: 0;
}

.service-row:nth-child(3) {
	margin-bottom: 80px;
}

.form-title {
	font-size: 39px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: normal;
	color: #1a1a1a;
	margin-bottom: 40px;
	font-weight: 500;
}

form label {
	width: 100%;
	font-size: 19px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: #1a1a1a;
	margin-bottom: 8px;
}

input, optgroup, select, textarea {
	background-color: #fafafa;
	border: 1px solid #d5d5d5;
	font-size: 19px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: #1a1a1a;
	padding: 9px;
}

textarea, input[type="text"], input[type="email"] {
	width: 100%;
}

.wpcf7-form {
	max-width: 650px;
}

input[type="submit"] {
	display: flex;
    margin-left: auto;
    font-size: 24px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
	padding: 12px 24px;
	background-color: #e61717;
	border: 2px solid #e61717;
	transition: all 0.2s;
}

input[type="submit"]:hover {
	background-color: #fff;
	color: #e61717;
}

input:focus {
	border: 1px solid #1a1a1a;
	outline: 0 none;
}

form p {
	margin-bottom: 32px;
}

.wpcf7-radio > span {
	display: block;
}

input[type=radio] {
    opacity: 0;
    width: 0;
    height: 0;
}

.wpcf7-list-item-label {
	position: relative;
	padding-left: 40px;
}

.wpcf7-list-item-label:before {
	content: '';
	position: absolute;
	left: 0;
	top: -1px;
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 2px solid #e61717;
}


input[type=radio]:checked + .wpcf7-list-item-label:after {
	content: '';
	width: 16px;
	height: 16px;
	background-color: #e61717;
	padding: 8px;
    position: absolute;
	left: 4px;
	top: 3px;
    border-radius: 50%;
}

textarea {
	height: 96px;
	min-height: 96px;
}

.about-welcome-section .section-content {
	font-size: 19px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: #1a1a1a;
	margin-bottom: 58px;
}

.about-welcome-section .section-content p {
	margin-bottom: 22px;
}

.about-welcome-section .section-title {
	font-size: 39px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: normal;
	color: #1a1a1a;
}

.person-image-block {
	margin-bottom: 24px;
}

.person-name {
	font-size: 27px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.28;
	letter-spacing: normal;
	color: #1a1a1a;
	margin-bottom: 16px;
}

.person-position {
	font-size: 19px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: #1a1a1a;
	margin-bottom: 16px;
}

.person-phone {
	display: block;
	font-size: 19px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: #1a1a1a;
	margin-bottom: 16px;
}

.person-email {
	font-size: 19px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: #e61717;
}

.page-template-about_template .single-cta-section {
	margin-top: 0;
}

.page-template-services_template .single-cta-section {
	margin-top: calc(120px - 82px);
}

.person-block {
	margin-bottom: 40px;
}

.team-section {
	margin-bottom: 80px;
}

.navbar-light .navbar-toggler-icon {
	background-image: none;
}

.navbar-light .navbar-toggler {
	border: none;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	padding-left: 10px;
	padding-right: 10px;
}

.row {
	margin-left: -10px;
	margin-right: -10px;
}

.left-side-title {
	font-size: 19px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: #1a1a1a;
	margin-bottom: 8px;
}

.left-side-text, .right-side-text, .single-work-right_text-content, .single-work-right_text-content, .single-work-right_text-content, .single-work-outcome-content, .single-work-two_columns-content {
	font-size: 19px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: #1a1a1a;
}

.right-side-title, .single-work-right_text-title, .single-work-left_text-title, .single-work-two_columns-title, .single-work-outcome-title {
	font-size: 27px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.28;
	letter-spacing: normal;
	color: #1a1a1a;
	margin-bottom: 8px;
}

.single-works .works-welcome-section {
	margin-bottom: 80px;
}

.single-works .page-content {
	padding-top: calc(128px + 80px);
}

.left-side-text, .right-side-text, .single-work-gallery-image, .single-work-section-content:not(.gallery-content) {
	margin-bottom: 24px;
}

.single-work-section-content.two_columns-content {
	margin-bottom: 80px;
}

.next-work-section {
	margin-top: 80px;
}

.single-work-section-content.single-testimonial-section {
	margin-top: 80px;
}

.about-work-section {
	margin-bottom: calc(80px - 24px);
}

.next-work-section-title {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.57;
	letter-spacing: normal;
	color: #8c8c8c;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.next-work-infocol-title {
	display: block;
	font-size: 35px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	color: #1a1a1a;
	margin-bottom: 25px;
}

.next-work-infocol-learnmore {
	display: block;
	font-size: 27px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #e61717;
}

.next-work-row.row, .outcome-content .row, .two_columns-content .row {
	margin-left: -39px;
	margin-right: -39px;
}

.next-work-row .col-md-6, .single-work-outcome-block.col-md-6, .two_columns-content .single-work-two_columns-block {
	padding-left: 39px;
	padding-right: 39px;
}

.single-work-right_text-inner {
	padding-left: 68px;
}

.single-work-left_text-inner {
	padding-right: 68px;
}

.single-work-section-content.two_columns-content, .single-work-section-content.outcome-content {
	padding-top: calc(80px - 24px);
}

.single-work-section-content.outcome-content {
	margin-bottom: 80px;
}

.banner-container {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #ffd100;
	padding: 17px 0px 16px 0px
}

.banner-container a {
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.42;
	letter-spacing: normal;
	color: #1a1a1a;
	text-transform: uppercase;
	text-decoration: underline;
	display: inline-block;
	position: relative;
	padding-right: 24px;
}

.banner-container a:after {
	content: url(img/fwrd.svg);
	position: absolute;
	right: 0;
	top: 0;
}

.banner-container img {
	width: 23px;
	height: auto;
	margin-right: 5px;
	padding-bottom: 5px;
}

.page-template-statement_template .page-content p {
	font-size: 27px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.28;
	letter-spacing: normal;
	color: #1a1a1a;
	margin-bottom: 40px;
}

.page-template-statement_template .page-content p a {
	font-size: 19px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: #e61717;
	position: relative;
	display: inline-block;
	padding-right: 24px;
}

.page-template-statement_template .page-content p a:after {
	content: url(img/up-arrow.svg);
	position: absolute;
	top: 0;
	right: 0;
}

.section {
	margin-bottom: 80px;
}

.back-btn {
	display: inline-block;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #fff;
	padding: 13px 24px;
	background-color: #e61717;
	margin-bottom: 120px;
}

.custom-blockquote {
	padding-left: 19px;
	border-left: 3px solid #E61717;
	margin: 40px 0;
}

.custom-blockquote blockquote {
	font-weight: 500;
	font-size: 21px;
	line-height: 120%;
	margin-bottom: 12px;
}

.custom-blockquote .blockquote-author {
	font-weight: 400;
	font-size: 19px;
	line-height: 140%;
	color: #8C8C8C;
}

.post-card__thumb {
	aspect-ratio: 1.69;
	margin-bottom: 16px;
}
.post-card__thumb img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.post-card__date {
	font-size: 17px;
	line-height: 140%;
	color: #8C8C8C;
	margin-bottom: 8px;
}
.post-card__title {
	font-size: 21px;
	line-height: 120%;
	color: #1A1A1A;
	margin-bottom: 8px;
	font-weight: 500;
}
.post-card__excerpt {
	font-size: 19px;
	line-height: 140%;
	color: #1A1A1A;
}

.post-card__excerpt p:last-of-type {
	margin-bottom: 0;
}

.posts-row {
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
	margin-bottom: 24px;
}

.posts-row > * {
	flex: 0 0 calc(33.333% - 27px);
}

@media (min-width: 1600px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
	    max-width: 1480px;
	}
	.text-padding-right {
		padding-right: 10%;
	}
}

@media (max-width: 1400px) {
	.single-testimonial-section .container, .single-cta-section .container {
		max-width: 860px;
	}	
}

@media (max-width: 1280px) {
	.single-testimonial-section .container, .single-cta-section .container {
		max-width: 780px;
	}	
}

@media (max-width: 1040px) {
	.single-testimonial-section .container, .single-cta-section .container {
		max-width: 620px;
	}	
}

@media (max-width: 800px) {
	.single-testimonial-section .container, .single-cta-section .container {
		max-width: 520px;
	}	
}


@media (min-width: 768px) and (max-width:1599px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
	    max-width: calc(100vw - 70px);
	}
	
}

@media (min-width:576px) and (max-width:767px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .single-testimonial-section .container, .single-cta-section .container {
	    max-width: calc(100vw - 30px);
	}
}

@media (max-width: 575px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .single-testimonial-section .container, .single-cta-section .container {
	    max-width: calc(100vw - 10px);
	}
}

@media (min-width: 992px) and (max-width:1599px) {
	.text-padding-right {
		padding-right: 10%;
	}
}


@media (max-width: 1024px) {
	
}

@media (max-width: 991px) {
	.posts-row > * {
		flex: 0 0 100%;
	}
	.post-card__date {
		font-size: 15px;
	}
	.post-card__excerpt {
		font-size: 17px;
	}
	
	.section-pretitle {
		font-size: 14px;
		line-height: 120%;
	}
	
	.navbar-toggler {
		top: 9px;
	}
	
	.single-work-right_text-inner {
		padding-left: calc(54px - 10px);
	}
	
	.single-work-left_text-inner {
		padding-right: calc(54px - 10px);
	}
	
	.works-welcome-section-row.row, .page-template-services_template .section-general-row.row, .row.service-inner-row, .next-work-row.row, .outcome-content .row, .two_columns-content .row, .row.about-work-section-row {
		margin-left: -27px;
		margin-right: -27px;
	}
	
	.works-welcome-section-row.row .works-welcome-section-col, .section-general-row.row .section-general-title, .page-template-services_template .section-general-description, .row.service-inner-row .service-inner-col, .next-work-row .col-md-6, .single-work-outcome-block.col-md-6, .two_columns-content .single-work-two_columns-block, .col-md-6.about-work-section-col  {
		padding-left: 27px;
		padding-right: 27px;
	}
	
	.works-welcome-section {
		margin-bottom: 110px;
	}
	
	.single-work-section-content.two_columns-content {
		margin-bottom: 110px;
	}
	
	.page-template-services_template .works-welcome-section {
		margin-bottom: 64px;
	}
	
	.service-row-title {
		margin-bottom: 24px;
	}
	
	.page-template-services_template .section-general-row {
		margin-bottom: calc(64px - 1rem);
	}
	
	.service-row.no-title {
		margin-bottom: 64px;
	}
	 
	
	#wpadminbar { 
		display:none !important;
	}
	
	html.no-js {
		margin-top: 0 !important;
	}
	
	
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-left: 10px;
	}
	
	
	.page-template-work_template .page-content, .tax-type .page-content, .home .page-content {
	    padding-top: calc(80px + 128px);
	}
	
	.welcome-section-title {
		font-size: 52px;
		margin-bottom: 110px;
	}
	
	.welcome-section-info-title, .featured-works-section-title, .service-row-title {
		font-size: 14px;
	}
	
	.welcome-section {
		margin-bottom: calc(120px - 20px);
	}
	
	header .navbar {
		background-color: #0f0f0f;
	}
	
	
	.logo-url .logo{
		width: 172px;
		padding: 40px 0;
	}
	
	.featured-works-section {
		margin-bottom: 120px;
	}
	
	.general-section-title, .section-general-title, .section-general-title h2, .about-welcome-section .section-title {
		font-size: 35px;
	}
	
	.single-testimonial-section {
		padding: 120px 0;
		margin-top: 120px;
	}
	
	.col-md-4.welcome-section-info-block, .col-md-4.info-sections-feature-block {
		padding: 0 21px;
	}
	
	.row.welcome-section-info-row, .row.info-sections-feature-row.pricing-row {
		margin-left: -21px;
		margin-right: -21px;
	}
	
	.info-sections.pricing-info-section {
    	margin-bottom: calc(120px - 24px);
	}
	
	.single-testimonial-content {
		font-size: 35px;
		margin-bottom: 24px;
	}
	
	.single-testimonial-url {
		margin-top: 24px;
	}
	
	.learn-more-btn.clutch-btn {
		margin-bottom: 60px;
	}
	
	.gallery-awards-row img {
		max-width: 111px;
	}
	
	.info-sections {
		margin-bottom: 120px;
	}
		
	body.scroll-lock {
		overflow: hidden;
	}
	
	footer .widgettitle {
		font-size: 14px;
	}

	.page-content {
		overflow-x: hidden;
	}
	
	.copyright {
		margin-top: 64px;
	}
	
	.navbar-nav {
		align-items: flex-end;
	}
	
	.navbar-expand-lg .navbar-nav .nav-link {
		font-size: 25px;
		padding: 0;
		margin-bottom: 32px;
	}

	.navbar-expand-lg .navbar-nav .contact-us-btn .nav-link {
		font-size: 24px;
		margin-bottom: 48px;
	}
	
	.navbar-collapse {
		padding-top: 20px;
	}
	
	.navbar-toggler[aria-expanded="true"] span {
		margin-bottom: 0;
		position: relative;
	}
	
	.page-template-services_template .page-content, .page-template-about_template .page-content {
    	padding-top: calc(128px + 80px);
	} 
	
	.service-row.no-title {
		margin-top: -70px;
	}
	
}

@media (max-width: 767px) {
	
	.page-template-statement_template .page-content p {
		font-size: 25px;
	}
	
	.page-template-statement_template .page-content p a {
		margin-top: 17px;
	}
	
	.section {
	    margin-bottom: 40px;
	}
	
	.banner-container a:after {
		display: none;
	}
	
	.banner-container a {
		font-size: 14px;
		padding-right: 0;
	}
	
	.banner-container img {
		width: 19px;
		height: auto;
		margin-right: 3px;
		padding-bottom: 3px;
	} 
	
	.page-template-services_template .single-cta-section {
		margin-top: calc(120px - 62px);
	}
	
	.single-works-title {
		font-size: 17px;
	}
	
	.pricing-block .info-sections-feature-description {
		margin-bottom: 8px;
	}
	
	.page-template-work_template .single-testimonial-section {
		margin-top: 0;
	}
	
	.page-template-work_template .works-section {
		margin-bottom: calc(80px - 24px);
	}
	
	body.page-template-work_template .featured-works-section {
		margin-bottom: calc(80px - 24px);
	}
	
	.works-section .single-testimonial-section {
		margin-bottom: 80px;
	}
	
	footer .widget_nav_menu ul, footer .widget_nav_menu .nav-link, .footer-contacts {
		font-size: 17px;
	}
	
	.navbar-collapse {
		height: 100vh
	}
	
	.works-welcome-section {
		margin-bottom: 80px;
	}
	
	.left-side-text, .right-side-text, .single-work-right_text-content, .single-work-right_text-content, .single-work-right_text-content, .single-work-outcome-content, .single-work-two_columns-content, .about-welcome-section .section-content {
		font-size: 17px;
	}
	
	.works-category {
		font-size: 25px;
		margin-right: 16px;
	}
	
	.left-side-title {
		font-size: 25px;
	}
	
	.right-side-title, .single-work-right_text-title, .single-work-left_text-title, .single-work-two_columns-title, .single-work-outcome-title {
		font-size: 25px;
	}
	
	.single-work-right_text-inner {
		padding-left: 0;
	}
	
	.single-work-left_text-inner {
		padding-right: 0;
	}
	
	.single-work-section-content:not(.single-img) {
/* 		margin-bottom: 80px !important; */
	}
	
	.single-work-section-content.two_columns-content {
		margin-bottom: calc(80px - 24px) !important;
	}
	
	.next-work-section-title {
		font-size: 13px;
	}
	
	.next-work-section {
		margin-bottom: 80px;
	}
	
	.next-work-imgcol {
		margin-bottom: 24px;
	}
	
	.single-work-right_text-content {
		margin-bottom: 24px;
	}
	
	.single-work-section-content.two_columns-content, .single-work-section-content.outcome-content {
		padding-top: 0;
	}
	
	.single-work-section-content.outcome-content {
		margin-top: calc(80px - 24px);
	}
	
	.single-work-two_columns-block.col-md-6 {
		margin-bottom: 24px;
	}
	
	.single-testimonial-url {
		font-size: 17px;
	}
	
	.next-work-infocol-title {
		font-size: 30px;
	}
	
	.group-content {
		font-size: 17px;
	}
	
	.left-side-inner {
		margin-bottom: 80px;
	}
	
	.works-welcome-section .section-title, .about-welcome-section .section-title {
		font-size: 30px;
		margin-bottom: 16px;
	}
	
	.page-template-services_template .page-content, .page-template-about_template .page-content {
    	padding-top: calc(80px + 80px);
	} 
	
	.service-row-title {
	    font-size: 13px;
	}
	
	.group-content {
		margin-bottom: 24px;
	}
	
	.group-content p:last-child {
		margin-bottom: 0;
	}
	
	.section-general-title h2 {
	    font-size: 30px;
	    margin-bottom: 8px;
	}
	
	.page-template-services_template .section-general-row {
		margin-bottom: calc(48px - 1rem);
	}
	
	.service-row.no-title {
    	margin-bottom:  calc(48px - 1rem);
	}
	
	.row.service-inner-row {
		margin-top: -20px;
	}
	
	.works-welcome-section .section-content, .section-general-description {
		font-size: 17px;
	}
	
	.page-template-services_template .works-welcome-section {
		margin-bottom: 48px;
	}
	
	.page-template-work_template .page-content, .tax-type .page-content, .home .page-content, .single-works .page-content {
    	padding-top: calc(80px + 80px);
	}
	
	.logo-url .logo, body .fixed-top.topmove.bg-white .logo-url .logo{
		width: 143px;
		padding: 20px 0;
	}
	
	.welcome-section-title {
		font-size: 40px;
		margin-bottom: 8px;
	}
	
	.welcome-section-subtitle {
		font-size: 29px;
		margin-bottom: 80px;
	}
	
	.welcome-section-info-title, .featured-works-section-title {
	    font-size: 13px;
	}
	

	.welcome-section {
    	margin-bottom: calc(80px - 20px);
	}
	
	.featured-works-section, .info-sections, .about-welcome-section .section-content {
    	margin-bottom: 80px;
    }
	
	.person-name {
		font-size: 25px;
	}
	
	.general-section-row {
    	margin-bottom: 24px;
    }
    
    .info-sections-feature-title, .price-value, .welcome-block-info-title {
	    font-size: 25px;
    }
    
    
    .single-testimonial-section {
	    padding: 80px 0;
		margin-top: 80px;
	}
	
	.single-testimonial-content, .general-section-title, .single-cta-text {
		font-size: 30px;
	}
	
	.single-testimonial-name, .single-testimonial-position, .learn-more-btn.clutch-btn, .price-hours, .general-section-description, .featured-works-title, .welcome-section-info-content, .info-sections-feature-description, .person-position, .person-phone, .person-email {
		font-size: 17px;
	}
	
	.welcome-section-info-content {
		margin-bottom: 24px;
	}
	
	.team-section {
		margin-bottom: 40px;
	}
	
	.single-testimonial-content:before {
	    content: '“';
	    position: absolute;
	    left: -7px;
	    top: -72px;
	    font-size: 127px;
	}
	
	.info-sections.pricing-info-section {
    	margin-bottom: calc(80px - 24px);
	}
	
	.single-cta-section {
		padding: 80px 0;
	}
	
	.single-cta-section {
		margin-top: 0;
	}
	
	footer .widget_nav_menu {
		margin-bottom: 40px;
	}
}

@media (max-width: 575px) {
	
	.categories-section {
		overflow-x: auto;
		white-space: nowrap;
	}
	
	.works-category:last-child {
		margin-right: 32px;
	}
	
	.categories-section::-webkit-scrollbar {
		display: none;
	}
		
	.welcome-section-title {
/*
		padding-bottom: 137px;
		margin-bottom: 175px;
*/
		position: relative;
	}
	
/*
	.welcome-section-title:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: calc(50% - 35px);
		padding: 7px 35px;
		background-image: url(/wp-content/themes/redbrix/img/line.svg);
		background-repeat: no-repeat;
		background-size: 100% auto;
	}
*/
	
	.navbar-toggler-icon span {
		width: 24px;
		height: 3px;
		margin-bottom: 3px;
	}
	
	.navbar-toggler[aria-expanded="true"] span {
		width: 29px;
	} 
	
	.gallery-awards-row img {
		width: 100%;
		margin: 0px 2px 24px 2px;
	}
}