/*!
Theme Name: fusionone
Theme URI: https://fusiononemarketing.com/
Author: Robert Humm
Author URI: https://fusiononemarketing.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fusionone
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/



/*--------------------------------------------------------------
# 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;
}
html{
  font-size:18px;
}
:root {
  --black-color: #000000;
  --maroon-color: #4A090C;
  --grey-color: #3f3f3f;
  --white-color: #FFFFFF;
  --background-maroon: #4A090C;
  --background-grey: #3f3f3f;
  --background-white: #FFFFFF;
  --background-black: #000000;
  --font-family-source-sans-pro: 'Urbanist', sans-serif;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
  color:var(--maroon-color);
  text-decoration:none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover, a:focus, a:active {
  color:var(--grey-color);
  text-decoration:none;
}

a:focus {
  outline:none;
}

a:hover, a:active {
  outline: 0;
}
p{
  margin:0 0 15px;
}
input,
textarea,
select,
button{
  font-family: 'Urbanist', sans-serif;
}
input:focus,
textarea:focus,
select:focus,
button:focus{
  outline:none;
  box-shadow:none;
}
img{
  max-width:100%;
  height:auto;
}
h1, h2, h3, h4, h5, h6{
  font-family: 'Urbanist', sans-serif;
  font-weight:normal;
  margin:0;
}

body {
  font-family: 'Urbanist', sans-serif;
  color:var(--black-color);
  font-size:16px;
  line-height:1.7;
  font-weight:400;
  margin:0;
  letter-spacing:0.5px;
}
.container {
  max-width:1220px;
  width:auto;
  margin:0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
/*--------------------------------------------------------------
# Site Header
--------------------------------------------------------------*/
.site-header{
  position:relative;
  top:0;
  width:100%;
  z-index:3;
  padding:15px 0;
}
.header-wrap{
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.site-logo img{
  max-height: 42px;
  width: auto;
}
/*--------------------------------------------------------------
# Nav Menu
--------------------------------------------------------------*/
nav.main-menu{
  position:relative;
  display:none;
}
nav.main-menu ul ul {
  display: none;
}
nav.main-menu ul li:hover > ul {
  display: block;
}
nav.main-menu ul {
  list-style: none;
  position: relative;
  margin:0;
  padding:0;
}
nav.main-menu ul li {
  display: inline-block;
  padding:0px;
  position:relative;
  float:left;
}
nav.main-menu ul li a {
  display: block;
  padding:0px 25px;
  color: var(--black-color);
  font-size: 16px;
  font-weight:700;
  text-transform: uppercase;
  letter-spacing: 1px
}
nav.main-menu ul li a:hover,
nav.main-menu ul li.current-menu-item a,
nav.main-menu ul li.active a{
  color:var(--maroon-color);
}
nav.main-menu ul li:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  background: 0 0;
  height: 0;
  width: 0;
  z-index: 3;
  transition: width .3s;
  z-index: 2;
}
nav.main-menu ul li.active:after, 
nav.main-menu ul li.current-menu-item:after, 
nav.main-menu ul li:hover:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0px;
  background:var(--background-maroon);
  height:2px;
  width: 100%;
  z-index: 6;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
nav.main-menu ul ul li:after,
nav.main-menu ul li.menu-item-has-children:after{
  display:none;
}
nav.main-menu ul ul {
  background:#641116;
  border-radius: 0px;
  padding: 0;
  position: absolute;
  top:100%;
  width:210px;
  z-index:3;
}
nav.main-menu ul ul li {
  display: block;
  position: relative;
  padding:0;
  margin:0;
  float:none;
}
nav.main-menu ul ul li a {
  padding:12px 15px;
  color:var(--white-color);
  font-weight:500;
  font-size:14px;
  text-align: left;
  border-bottom:0;
}
nav.main-menu ul ul li:hover a,
nav.main-menu ul ul li.current-menu-item a{
  color:var(--white-color) !important;
  background:var(--background-maroon);
  border-bottom:0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}   
nav.main-menu ul ul ul {
  position: absolute;
  left: 100%;
  top:0;
  min-width:220px;
  background:#222048;
}
nav.main-menu ul ul ul li a{
  color:var(--white-color);
}
nav.main-menu ul ul ul li:hover a,
nav.main-menu ul ul ul li.current-menu-item a{
  color:var(--white-color);
  background:var(--background-maroon) !important;
}

/*--------------------------------------------------------------
   # Home Slider
--------------------------------------------------------------*/
.home-banner {
  position:relative;
}
.home-banner:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:url(assets/images/banner-before.webp) no-repeat;
  background-size:cover;
  z-index:2;
}
.home-banner img {
  width: 100%;
  object-fit: cover;
  display: block;
  position: relative;
}
.home-banner-content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.home-banner .container {
  max-width: 1220px;
  margin: 0 auto;
  width:auto;
  height: 100%;
  padding: 0 15px;
}
.home-banner-main {
  display: flex;
  flex-direction:column;
  height: 100%;
  justify-content: center;
}
.banner-logo img{
  width: 200px;
  height: 87px;
}
.banner-logo {
  margin:0 auto;
}
/*--------------------------------------------------------------
   # Home Content
--------------------------------------------------------------*/
.home-site-content{
  position:relative;
  padding:40px 0 0;
}
.home-site-content:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background:var(--background-white) url(assets/images/body-bg.webp) no-repeat;
  background-size:contain;
  z-index:-1;
}
.home-our-services{
  background: #ededed;
  padding:20px;
  position: relative;
  top:0;
  z-index: 2;
  border-top:10px solid var(--maroon-color);
}
.services-wrap{
  margin-top:30px;
  display: flex;
  justify-content: space-between;
  flex-direction:column;
}
.our-service-title{
  font-size:24px;
  text-transform:uppercase;
  color:var(--maroon-color);
  font-weight:800;
  text-align:center;
  letter-spacing:4px;
  margin:0;
}
.service-box{
  position:relative;
  display:inline-block;
  background:var(--background-black);
  margin-bottom:30px;
}
.service-box:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:rgba(255, 255, 255, 0.23);
} 
.service-box .service-image img{
  width:100%;
  display:block;
  -webkit-filter: grayscale(0%);
}
.service-box:hover .service-image img {
  filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
  filter: gray;
  -webkit-filter: grayscale(100%);  
}
.service-image {
  position:relative;
}
.service-image:after{
  content:'';
  position:absolute;
  bottom:0;
  left:0;
  background:url(assets/images/service-title-after.webp) bottom no-repeat;
  width:100%;
  height:100%;
}
.service-title{
  position:absolute;
  right:0;
  bottom:10px;
  font-weight:600;
  font-size:20px;
  text-transform:uppercase;
  color:#3f3f3f;
  margin:0;
  letter-spacing:1px;
  padding-right:70px;
}
.service-box a{
  position:absolute;
  width:100%;
  height:100%;
  display:inline-block;
  z-index:1;
}
.service-link{
  background: #3f3f3f;
  display: inline-block;
  width:60px;
  height:60px;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height:60px;
  text-align: center;
}
.service-link:before{
  content: '';
  position: absolute;
  top: 0;
  right:60px;
  background: #3f3f3f;
  width: 127px;
  height: 2px;
}
.service-link img{
  vertical-align: middle;
  width:40px;
  height:40px;
}
.service-box:hover .service-link,
.service-box:hover .service-link:before{
  background: var(--background-maroon);
}
.service-box:hover .service-title{
  color:var(--maroon-color);
}
.market-focus-banner{
  background:url(assets/images/market-focus-bg.webp) no-repeat;
  background-size:cover;
  padding:40px 25px;
  position:relative;
  z-index:2;
  background-color:var(--background-maroon);
  background-blend-mode: multiply;
}
.market-focus-banner:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:rgba(83, 11, 15, 0.30);
  z-index:2;
}
.market-focus-wrap{
  display:flex;
  column-gap: 92px;
  position:relative;
  z-index:3;
  flex-direction:column;
}
.market-focus-title{
  font-size:22px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom:50px;
  color:#ededed;
  line-height: 1.1;
  letter-spacing:8px;
  position:relative;
}
.market-focus-title:before{
  content: '';
  position: absolute;
  top:20px;
  right:80px;
  width: 40px;
  height: 40px;
  background: url(assets/images/right-arrow.svg) right no-repeat;
  background-size: 40px;
  opacity: 0.3;
}
.market-focus-title:after{
  content: '';
  position: relative;
  bottom: -18px;
  left: 0;
  width: 52px;
  height: 8px;
  background: rgba(237, 237, 237, 0.20);
  display: block;
}
.market-focus-title span{
  font-size:32px;
  display:block;
  letter-spacing:11px;
}
.market-focus-content ul{
  list-style:none;
  margin:0;
  padding:0;
}
.market-focus-content ul li{
  color:#ededed;
  font-size:15px;
  font-weight:500;
  letter-spacing:4px;
  line-height:1.4;
  margin-bottom:18px;
  position:relative;
  padding-left: 30px;
}
.market-focus-content ul li:before{
  content: '';
  position: absolute;
  left: 0;
  top:0px;
  background: url(assets/images/list-right-arrow.svg) left no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px;
}
.featured-projects{
  padding:40px 0;
}
.featured-top-wrap,
.featured-wrap{
  display:flex;
  justify-content:space-between;
  column-gap:3px;
  flex-direction:column;
}
.featured-wrap{
	flex-wrap:wrap;
}

.featured-project-title{
  font-size:22px;
  font-weight:800;
  letter-spacing:4px;
  color:var(--maroon-color);
  text-transform:uppercase;
  margin-bottom:30px;
  text-align:center;
}
.featured-title{
  font-size:16px;
  font-weight:600;
  color:#ededed;
  letter-spacing:1px;
  margin-bottom:0;
  background:var(--background-maroon);
  padding:15px 20px;
  position:absolute;
  bottom:0;
  width:auto;
  line-height:1.2;
}
.featured-box{
  margin-bottom:3px;
}
.featured-image img{
  display:block;
  width:100%;
  object-fit: cover;
}
.featured-box:hover .featured-title{
  display:none;
  background:transparent;
  color:transparent;
}
.featured-box{
  position:relative;
  overflow: hidden;
}
.featured-box .overlay {
  position: absolute;
  bottom: 0%;
  left: 0;
  right: 0;
  background-color: rgba(83, 11, 15, 0.90);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .8s ease;
}
.featured-box a{
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  z-index:3;
}
.featured-box:hover .overlay {
  bottom: 0;
  height: 100%;
  width: 100%;
  bottom: 0;
}
.featured-text{
  font-size:14px;
  font-weight:400;
  color:var(--white-color);
  line-height:1.6;
  margin:50px 20px;
}
.featured-text h3{
  font-size:20px;
  font-weight:600;
  color:var(--white-color);
  margin-bottom:15px;
  padding-bottom:15px;
  position:relative;
}
.featured-text h3:after{
  content:'';
  position:relative;
  bottom:-15px;
  max-width:320px;
  border-bottom:1px solid rgba(255, 255, 255, 0.50);
  left:0;
  display:block;
}
.about-section{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+30,e6e6e6+30,e6e6e6+100 */
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 25%, #e6e6e6 25%, #e6e6e6 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 25%,#e6e6e6 25%,#e6e6e6 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 25%,#e6e6e6 25%,#e6e6e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
  margin: 0 calc(50% - 50vw)!important;
  max-width: 99.4vw;
  width: 100vw;
}
.about-wrap{
  display:flex;
  justify-content:space-between;
  column-gap:75px;
  flex-direction:column;
}
.about-title{
  color: var(--maroon-color);
  font-weight: 600;
  font-size:32px;
  letter-spacing: 4px;
  margin-bottom: 15px;
  margin-left:0;
  margin-top: 0;
  line-height:100%;
  text-align:center;
}
.about-image{
  width:100%;
}
.about-image img{
  width:100%;
  display:block;
}
.about-content{
  width:100%;
  font-size:16px;
  font-weight:600;
  line-height:1.6;
  color:#464646;
  margin-top:30px;
  padding-bottom:30px;
  text-align:center;
}
.about-text{
  margin-top:20px;
  max-width: 1020px;
  margin-left:auto;
  margin-right:auto;
}
.more-aboutlink a{
  color: var(--maroon-color);
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  margin-top:10px;
  display: inline-block;
}
.more-aboutlink a:hover{
  color:var(--black-color);
  text-decoration:none;
}
.testimonials-section{
  padding:40px 0;
}
.testimonial-title {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 4px;
  color: var(--maroon-color);
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
}
/*--------------------------------------------------------------
   # Site Footer
--------------------------------------------------------------*/
.footer-top{
  background:#f7f7f7;
  padding:40px 0;
}
.footer-top-wrap{
  display:flex;
  justify-content:space-between;
  column-gap:50px;
  flex-direction:column;
}
.ftr-logo img{
  width: 210px;
  height:auto;
}
.footer-widget {
  position:relative;
  text-align:center;
  padding-bottom:20px;
  margin-bottom:20px;
}
.footer-widget:after{
  content:'';
  position:absolute;
  right:0;
  top:initial;
  bottom:0;
  background:#e6e0e0;
  width:100%;
  height:1px;
}
.footer-widget:last-child:after{
  display:none;
}
.footer-widget:last-child{
  margin:0;
  padding:0;
}
.footer-widget-title{
  font-size:17px;
  text-transform:uppercase;
  color:var(--maroon-color);
  font-weight:900;
  margin-bottom:15px;
}
.widget_nav_menu ul{
  list-style:none;
  margin:0;
  padding:0;
}
.widget_nav_menu ul li{
  margin-bottom:2px;
}
.widget_nav_menu ul li a{
  font-size:13px;
  color:rgba(0, 0, 0, 0.80);
  text-transform:uppercase;
  font-weight:700;
  line-height:100%;
}
.widget_nav_menu ul li a:hover{
  color:var(--maroon-color);
}
.address-info,
.contact-info{
  font-size:14px;
  color:var(--black-color);
  font-weight:500;
  line-height:1.6;
  text-transform:uppercase;
}
.contact-info{
  font-weight:800;
  margin-top:18px;
  color:var(--maroon-color);
}
.contact-info a{
  color:var(--black-color);
  font-weight:500;
}
.contact-info a{
  color:var(--maroon-color);
}
.footer-bottom{
  background:var(--background-maroon);
  padding:12px 0;
  color:rgba(255, 255, 255, 0.90);
  font-weight:500;
  text-transform:uppercase;
  font-size:12px;
  text-align:center;
}
.ftr-btm-wrap{
  display:flex;
  justify-content:space-between;
  flex-direction:column;
}
.footer-bottom span,
.footer-bottom a{
  font-weight:800;
  color:rgba(255, 255, 255, 0.90);
}
.footer-bottom a:hover{
  color:#bfbcbc;
}
.created-by{
  margin-top:5px;
}
.social-icons ul{
  list-style:none;
  margin:0;
  padding:0;
}
.social-icons ul li{
  display:inline-block;
  margin-right:5px;
}
.social-icons ul li a{
  background: var(--background-maroon);
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
}
.social-icons ul li a svg{
  width: 20px;
  height: 20px;
  color:var(--white-color);
  text-align: center;
  vertical-align: middle;
}
.social-icons ul li a:hover{
  background:var(--background-black);
}
/*--------------------------------------------------------------
# Inner Content
--------------------------------------------------------------*/
.inner-banner {
  position: relative;
  background:var(--background-black);
}
.inner-banner:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(205, 220, 228, 0.5);
  width: 100%;
  height: 100%;
}
.inner-banner img {
  width: 100%;
  display: block;
}
.inner-banner-content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.inner-banner .container {
  max-width: 1220px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding: 0;
}
.inner-banner-main {
  display: flex;
  flex-direction: row;
  height: 100%;
  color: var(--black-color);
  justify-content: left;
  text-align: left;
  align-items: end;
}
.entry-header h1.entry-title {
  color:var(--white-color);
  font-size:28px;
  line-height: 100%;
  font-weight:900;
  text-transform: uppercase;
  margin-bottom:0;
  padding:0 0 15px;
  bottom:30px;
  position: relative;
  letter-spacing:2px;
  text-shadow: 0px 4px 4px rgb(0 0 0 / 57%);
  margin-left:15px;
}
.entry-header h1.entry-title:after{
  content:'';
  position:absolute;
  background:var(--background-maroon);
  width:45px;
  height:6px;
  left:0;
  bottom:-4px;
}
.site-main{
  padding:40px 0;
}
.site-content .entry-content{
  font-size:14px;
}
/*=========================================== 
   Blog & Single Post
=============================================*/
.blog article.post,
.single article.post,
.archive article.post,
.search article{
  margin-bottom: 30px;
  margin-top: 0px;
  line-height:1.6;
  border-bottom: 2px solid #eee;
  padding-bottom: 35px;
  position:relative;
}
.blog article.post:before,
.single article.post:before,
.archive article.post:before,
.search article:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background: rgba(255, 255, 255, 0.8);
}
.blog article.post:last-of-type,
.single article.post:last-of-type,
.archive article.post:last-of-type,
article.hentry:last-of-type,
.search article:last-of-type{
  border-bottom: 0px solid #eee;
  margin-bottom:0;
  padding-bottom:0;
}
.blog article.post h2,
.archive article.post h2,
article.hentry h2{
  font-size:20px;
  line-height:1.3;
  text-transform: uppercase;
  font-weight:700;
  margin-bottom:10px;
}
.blog article.post h2 a,
.archive article.post h2 a,
article.hentry h2 a{
  color:var(--black-color);
}
.blog article.post h2 a:hover,
.archive article.post h2 a:hover,
.blog article.post h2 a:focus,
.archive article.post h2 a:focus, 
.entry-meta a:hover, 
.entry-meta a:focus {
  color: #333333;
}
.entry-summary{
  position:relative;
}
.entry-media{
  margin-bottom:15px;
}
.entry-meta {
  font-size:11.5px; 
  line-height: 100%;
  margin-bottom: 15px;
}
.entry-meta a {
  color:var(--maroon-color);
  font-weight:600;
}
.entry-meta .post-cat, .entry-meta .post-date{
  font-style: italic;
}
.entry-meta .post-date{
  margin-left: 10px;
}
.entry-meta .post-cat {
  margin-right: 10px;
}
.single article.post h1,
.search .entry-header h1.entry-title,
.error404 .entry-header h1.entry-title{
    font-size:23px;
    margin-bottom: 0;
}
.single .entry-meta {
  font-size:14px;
}
.single .entry-media {
  text-align: center;
  margin-bottom: 20px;
}
a.entry-button {
  padding: 16px 20px;
  display: inline-block;
  line-height: 100%;
  font-size: 13px;
  text-transform: uppercase;
  color: var(--white-color);
  font-weight: 700;
  transition: all .5s;
  background: var(--background-maroon);
}
a.entry-button:hover {
  color:var(--white-color);
  background:var(--background-black);
}
.single_post_nav a{
  padding: 5px 0;
}
.entry-header,
.post-thumbnail,
.entry-content,
.entry-footer{
  position:relative;
}
/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
#secondary.widget-area{
  margin-top: 30px;
  max-width: 100%;
  margin-left: 0;
}
#secondary.widget-area .search-form span.screen-reader-text,
#secondary.widget-area .search-form .search-submit{
  display:none;
}
#secondary.widget-area .search-form input{
  width: 100%; 
  padding:16px 15px;
  border:0;
  transition: all .9s ease-in-out;
  transition: ease-in-out, width .9s ease-in-out;
}
#secondary.widget-area .search-form input:focus, 
#secondary.widget-area .search-form input:active {
  transition: all .9s ease-in-out!important;
  outline: none!important;
  border:0px solid #004a80!important;
  position: relative!important;
}
#secondary.widget-area .search-form label{
  display:block;
}
#secondary.widget-area .widget{
  margin-bottom:20px;
  border-bottom:0;
  background:var(--background-maroon);
  padding:25px;
  text-align:center;
  border-radius:15px 0 15px;
  border-bottom:7px solid #d6878c;
  border-top:7px solid #d6878c;
}
#secondary.widget-area .wp-block-search .wp-block-search__button{
  display:none;
}
#secondary.widget-area .widget h2{
  font-size:19px;
  text-transform: uppercase;
  color:var(--white-color);
  margin-bottom: 12px;
  font-weight: 900;
  position:relative;
  padding-bottom:12px;
}
#secondary.widget-area .widget h2:after{
  content:'';
  position:absolute;
  left:50%;
  bottom:0;
  background:var(--background-white);
  width:40px;
  height:3px;
  margin-left:-20px;
}
#secondary.widget-area .widget ul{
  margin:0px;
  padding:0px 0 0 15px;
  list-style: none;
}
#secondary.widget-area .widget ul li a,
#secondary.widget-area .widget a{
  font-size: 14px;
  text-transform: none;
  color: rgba(255, 255, 255, 0.7);
  line-height:1.2;
}
#secondary.widget-area .widget ul li{
  margin-bottom:4px;
}
#secondary.widget-area .widget ul li:last-of-type{
  margin-bottom:0;
}
#secondary.widget-area .widget ul li a:hover,
#secondary.widget-area .widget a:hover{
  color:var(--white-color);
}
#secondary.widget-area .widget:last-of-type {
  margin-bottom:0;
}
#secondary.widget-area input[type="search"]{
  padding: 15px;
  border: none;
  font-size: 14px;
  min-height: 60px;
}
.single  .page-header h1.page-title,
.archive .entry-header h1.entry-title{
  font-size:28px;
}
.error404 .entry-content .search-form input,
.search-no-results .entry-content .search-form input,
.search .page-content .search-form input{
  width: 100%;
  padding:21px 15px;
  border: 1px solid #ccc;
  transition: all .9s ease-in-out;
  transition: ease-in-out, width .9s ease-in-out;
  background:#eee;
  font-size:16px;
}
.error404 .entry-content .search-form span.screen-reader-text,
.error404 .entry-content .search-form .search-submit,
.search-no-results .entry-content .search-form span.screen-reader-text,
.search-no-results .entry-content .search-form .search-submit,
.search .page-content .search-form .search-submit{
  display: none;
}
.error404 .entry-content .search-form  label,
.search-no-results .entry-content .search-form  label,
.search .page-content .search-form  label{
  display:block;
  max-width: 355px;
}
.content-area.with-sidebar .row{
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.content-area.with-sidebar .row .col-md-8{
  width: 62%;
  padding: 0 15px;
}
.content-area.with-sidebar .row .col-md-4{
  width: 33.3%;
  padding: 0 15px;
}
#secondary.widget-area .widget label.wp-block-search__label{
  display:none;
}
.single .entry-footer{
  display:none;
}
.contact-form-area .contact-form form.wpcf7-form input[type="text"], 
.contact-form-area .contact-form form.wpcf7-form input[type="email"], 
.contact-form-area .contact-form  form.wpcf7-form input[type="tel"], 
.contact-form-area .contact-form form.wpcf7-form  textarea {
  background: #FFF;
  border: 1px solid #eee;
  border-radius: 0;
  padding: 12px 3%;
  font-size: 15px;
  font-weight: 500;
  color: var(--black-color);
  width: 94%;
}
.contact-form-area .contact-form form.wpcf7-form  span.wpcf7-form-control-wrap {
  margin-bottom: 15px;
  display: block;
}
.contact-form-area .contact-form form.wpcf7-form  textarea {
  height:80px;
}
.contact-form-area .contact-form form.wpcf7-form label{
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.contact-form-area .contact-form  form.wpcf7-form input[type="submit"] {
  background:var(--background-maroon);
  width:auto;
  color: var(--white-color);
  font-weight: 800;
  text-transform:uppercase;
  font-size:16px;
  border: 0;
  padding:13px 25px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  letter-spacing:0.8px;
}
.contact-form-area .contact-form form.wpcf7-form  input[type="submit"]:hover {
  background: var(--background-black);
}
.contact-form-area .contact-form form.wpcf7-form  input::placeholder, 
.contact-form-area .contact-form form.wpcf7-form  textarea::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.contact-form-area .contact-form  form.wpcf7-form input::-moz-placeholder, 
.contact-form-area .contact-form form.wpcf7-form  textarea::-moz-placeholder {
  opacity: 1;
}
.contact-form form.wpcf7-form  .wpcf7-not-valid-tip {
  color: #ff0000;
  font-size: 14px;
  font-weight: 500;
  display: block;
  text-transform: initial;
}
.single .site-content .entry-title{
  display:none;
}
article.hentry .entry-content  h2{
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 12px;
  letter-spacing: 1px;
  color:var(--black-color);
}
.entry-content ul.service-lists {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  margin:0;
  padding:10px 0 30px;
  list-style:none;
}
.entry-content ul.service-lists li{
  position:relative;
  margin-bottom:5px;
  padding-left:28px;
}
.entry-content ul.service-lists li:before{
  content: '';
  position: absolute;
  left: 0;
  top:4px;
  background:url(assets/images/check-mark.svg) left no-repeat;
  width: 18px;
  height: 18px;
  background-size: 18px;
}
.contact-form h3 {
  font-size:22px;
  font-weight:900;
  letter-spacing:1.2px;
  text-transform:uppercase;
  color: var(--maroon-color);
  margin-bottom:20px;
}
.map-area iframe{
  width:100%;
  margin-top:30px;
}
.post-navigation .nav-links a{
  font-weight:700;
  color:var(--maroon-color);
}
body.logged-in .site-header{
  top:30px;
}

h3{
  font-size:26px;
  font-weight: bold;
}
h4{
  font-size:22px;
  font-weight: bold;
}
h5{
  font-size:20px;
  font-weight:600;
}
h6{
  font-size:18px;
  font-weight:500;
}
.testimonial-wrap{
  text-align:center;
  max-width:1020px;
  margin:0px auto 0;
  font-size:15px;
  line-height: 1.6;
  color:var(--black-color);
  padding-left:15px;
  padding-right:15px;
}
.testimonial-wrap .slick-dots {
  display: flex;
  justify-content: center;
  margin: 30px 0 0;
  padding: 0;
  list-style-type: none;
}
.testimonial-wrap .slick-dots li {
    margin: 0 3px;
}
.testimonial-wrap .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color:#ccc;
  text-indent: -9999px;
  cursor:pointer;
}
.slick-dots li.slick-active button {
  background-color:var(--background-maroon);
}
.site-header.sticky_header{
  position:fixed;
  background:var(--background-white);
  padding: 9px 0;
  border-bottom:1px solid #efefef;
}
.site-header.sticky_header nav.main-menu ul li a{
  color:var(--black-color);
}
.testi-author{
  margin-top:25px;
}
.testi-author h3{
  color: var(--maroon-color);
  font-size: 18px;
  font-weight: 900;
}
.testi-desgi{
  font-size:14px;
}

