/*
Theme Name: New Red Flame
Theme URI: http://redflame.com.au/
Author: WebDevElement
Author URI: http://webdevelement.com/
Description: WordPress Custom Responsive Theme
Version: 1.0
Tags: bootstrap, responsive, custom theme
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i');

html, body {

}
body {
  font-family: 'Roboto', sans-serif;
  color: #545200;
}
.container-fluid {
	max-width: 1200px;
}
a {
  color: #d54a0a;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
a:hover, a:focus {
  color: #a53a08;
  text-decoration: underline;
}

.section {
  padding: 120px 0 50px;
}
.section-20 {
  padding: 20px 0;
}
.section-30 {
  padding: 30px 0;
}
.section-40 {
  padding: 40px 0;
}
.section-50 {
  padding: 50px 0;
}
.section-60 {
  padding: 60px 0;
}
.section-70 {
  padding: 70px 0;
}
.section-80 {
  padding: 80px 0;
}
.section-page {
  padding: 150px 0 50px;
}
.section h2, .section-20 h2 {
  color: #d9531f;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 20px;
}
.red {
  color: #d9531e;
}
.hightlight {
  font-size: 16px;
}

/*  */
.padbtm50 {
  padding-bottom: 50px;
}
.padrght50 {
  padding-right: 50px;
}
@media (max-width:767px) {
  .section {
    padding: 140px 0 50px;
  }
  .section-page {
    padding: 165px 0 50px;
  }
}


/* =========== Header Styles =========== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255,255,255,1);
  border-bottom: 1px solid #cccccc;
  padding: 20px 0px 10px;
  z-index: 99999;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.header.transparent, .header.affix.transparent {
  background-color: transparent;
  border-bottom: 1px solid transparent;
}
.header .logo img, .header .menu-in {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.header.affix {
  background-color: rgba(255,255,255,1);
  padding: 10px 0;
}
.header.affix .logo img {
  width: 90px;
}
.header.affix .menu-in {
  padding-top: 15px;
}
.header .container {
  height: 100%;
}
.logo-div {

}
.logo-div .logo {
  display: inline-block;
}
.menu-div {
  display: table;
  height: 100%;
  min-height: 100%;
}
.menu-in {
  display: table-cell;
  vertical-align: middle;
  padding-top: 25px;
}
.btni {
  display: inline-block;
  padding: 6px 15px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn-menu {
  display: block;
  width: 61px;
}
.btn-menu .i-bar {
  display: block;
  width: 100%;
  height: 4px;
  margin-bottom: 5px;
  background-color: #5b5404;
  border-radius: 5px;
}
.btn-menu .i-bar:last-child {
  margin-bottom: 0px;
}
@media (max-width:767px) {
  .header {
    padding: 0px 0px 0px;
  }
  .header.affix {
    padding: 0px 0px;
  }
  .logo-div .logo {
    padding: 15px;
  }
  .menu-div {
    width: 100%;
    background-color: #d8d7c5;
    padding: 0;
  }
  .transparent .menu-div {
    background-color: transparent;
  }
  .menu-in {
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .header.affix .menu-in {
    padding-top: 5px;
  }
}


/* Overlay style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(43,47,49,0.9);
  z-index: 9999;
}

/* Menu style */
.overlay nav {
  text-align: center;
  position: relative;
  top: 50%;
  height: 44%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative;
}
.overlay ul li {
  display: block;
  height: 20%;
  height: calc(100%/8);
  min-height: 44px;
}
.overlay ul li a {
  font-size: 28px;
  font-weight: 300;
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  display: block;
  color: #fff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.overlay ul li a:hover,
.overlay ul li a:focus {
  opacity: .5;
}

/* Effects */
.overlay-hugeinc {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-hugeinc.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.overlay-hugeinc nav {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.overlay-hugeinc nav ul {
  opacity: 0.4;
  -webkit-transform: translateY(-25%) rotateX(35deg);
  transform: translateY(-25%) rotateX(35deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}
.overlay-hugeinc.open nav ul {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.overlay-hugeinc.close nav ul {
  -webkit-transform: translateY(25%) rotateX(-35deg);
  transform: translateY(25%) rotateX(-35deg);
}
@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px;
    top: 60%;
  }
  .overlay ul li {
    min-height: 34px;
  }
}

#video-background {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(images/bg-video.jpg) no-repeat;
  background-size: cover; 
}

/* =========== Home Template Styles =========== */
.homepage-hero-module {
  border-right: none;
  border-left: none;
  position: relative;
  text-align: center;
}
.no-video .video-container video,
.touch .video-container video {
  display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
  display: block !important;
}
.video-container {
  position: relative;
  bottom: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  padding-bottom: 1080px;
  overflow: hidden;
  background: #d2d2d2;
}
.video-container .bg-redflame {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(images/bg-redflame.png) no-repeat center center;
}
.video-container .headline h1 {
  font-size: 45px;
  font-weight: 400;
}
.video-container .headline h3 {
  font-size: 30px;
  font-weight: 300;
  margin-top: 40px;
}
.video-container .poster img {
  width: 100%;
  bottom: 0;
  position: absolute;
}
.video-container .filter {
  z-index: 100;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
}
.video-container video {
  position: absolute;
  z-index: 0;
  bottom: 0;
  max-width: initial;
}
.video-container video.fillWidth {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(images/bg-video.jpg) no-repeat;
  background-size: cover;
  background-color: rgba(0,0,0,.85);
/*  width: 100%;*/
  opacity: .9;
}
.video-container .title-container {
  z-index: 1000;
  position: absolute;
  top: 45%; /* OLD 56% */
  width: 100%;
  color: #fff;
}

.home-wrap-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 0 20px;
  color: #fff;
  background-color: rgba(217,83,30,0.8);
  z-index: 1;
}
.home-wrap-bottom .quote {
  padding-top: 30px;
}
.home-wrap-bottom .quote p.qcontent {
  display: inline-block;
  position: relative;
  font-weight: 300;
  quotes: "“" "”";
  text-align: left;
  width: 350px;
}
.home-wrap-bottom .quote p.qcontent:before {
  position: absolute;
  left: -45px;
  bottom: 0;
  content: open-quote;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: bold;
  font-size: 4em;
  line-height: .85;
}
.home-wrap-bottom .quote p.qcontent:after {
  position: absolute;
  right: -45px;
  bottom: -30px;
  content: close-quote;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: bold;
  font-size: 4em;
  line-height: .85;
}
.home-wrap-bottom .quote p.qcontent span {
  display: block;
  text-align: right;
}
.home-wrap-bottom .quote p.qauthor {
  display: inline-block;
  width: 350px;
  text-align: right;
  font-size: 11px;
  padding-right: 40px;
}
.home-wrap-bottom .quote p.qauthor span {
  display: inline-block;
  padding: 0 5px;
}
.home-wrap-bottom .icon-wrap {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  margin: 10px 16px;
}
.home-wrap-bottom .icon-wrap .icon-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  font-size: 10px;
  text-transform: uppercase;
}
.home-wrap-bottom .icon-wrap .livicon-evo {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
}
.home-wrap-bottom a {
  color: #fff;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  display: inline-block;
} 
.home-wrap-bottom a:hover, 
.home-wrap-bottom a:focus {
	color: #d2d2d2;
	opacity: .5;
}
.to_projects {
  outline: none;
}
@media (max-width:767px) {
  .video-container {
    height: auto;
    padding-bottom: 470px;
    background: url(images/bg-video.jpg) no-repeat center;
    background-size: cover;
  }
  .video-container video {
    display: none;
  }
  .video-container .bg-redflame {
    background: initial;
    -webkit-box-shadow: inset 0px 250px 80px rgba(0,0,0,.8);
    box-shadow: inset 0px 250px 80px rgba(0,0,0,.8);
  }
  .video-container .title-container {
    top: 40%;
  }
  .video-container .headline h1 {
	 display: none;
    font-size: 20px;
  }
  .video-container .headline h3 {
	 display: none;
    font-size: 16px;
    margin-top: 20px;
  }
  .home-wrap-bottom .icon-wrap {
    width: 80px;
    height: 80px;
    margin: 0px 10px;
  }
  .home-wrap-bottom .icon-wrap .livicon-evo {
    width: 50px !important;
  }
  #topfilter {
    padding: 0;
  }
  #icon-wrapper {
    margin-top: 30px;
  }
}

/* =========== Work With Section Styles =========== */
#workwith {
  background-color: #d7d7c4;
}
.concarousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 80px;
}
.concarousel img {
  display: inline-block;
  padding: 0 33px;
  height: 80px;
}

/* =========== Approach Section Styles =========== */
#services {

}
#services .icon {
  display: inline-block;
  width: 48px;
  height: 48px;
}
.icon-investor {
  background: url(images/icon_01.png) no-repeat center center;
}
.icon-brochure {
  background: url(images/icon_03.png) no-repeat center center;
}
.icon-project {
  background: url(images/icon_04.png) no-repeat center center;
}
.icon-brand {
  background: url(images/icon_02.png) no-repeat center center;
}
.icon-advertising {
  background: url(images/icon_06.png) no-repeat center center;
}
.icon-wpsite {
  background: url(images/icon_08.png) no-repeat center center;
}
.icon-ui-ux {
  background: url(images/icon_07.png) no-repeat center center;
}
.icon-pdf {
  background: url(images/icon_05.png) no-repeat center center;
}

/* =========== Approach Section Styles =========== */
#approach {

}
#approach strong {
  display: inline-block;
  padding-bottom: 10px;
}

/* =========== Team & Testimonial Section Styles =========== */
#teamtestim {
  position: relative;
  overflow: hidden;
}
#testimonials {
  background-color: #dfdcd3;
}
#inner-one {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(images/bg-primary.png) no-repeat center center;
  background-size: cover;
}
#inner-two {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(images/bg-secondary.png) no-repeat center center;
  background-size: cover;
}

/* Team Section Styles */
#team {
  background-color: #d9531f;
}
#team .team-list {
  list-style: none;
  padding: 0;
  width: 1170px;
}
#team .team-list li {
  position: relative;
  float: left;
  width: 14.15%;
  margin: 1.25%;
}
#team .team-list-item {
  position: relative;
  width: 170px;
  height: 170px;
  display: inline-block;
  margin: 15px;
}
#team .team-list-item img {
  display: inline-block;
}
#team .team-list-item > .overlay-content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(43,4,1,.9);
  opacity: 0;
  -webkit-transition: opacity .8s ease;
  transition: opacity .8s ease;
  overflow: hidden;
  color: #ffffff;
  padding: 15px 10px 15px 15px;
}
#team .team-list-item > .overlay-content h2 {
  margin: 0 0 5px;
  padding: 0;
  font-size: 13px;
}
#team .team-list-item > .overlay-content p {
  padding: 0;
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: 300;
}
#team .team-list-item:hover > .overlay-content {
  opacity: 1;
}
.slick-prev {
  left: 0px;
  background: url(images/arrows_1.png) no-repeat scroll -8px -4px;
}
.slick-next {
  right: 0px;
  background: url(images/arrows_1.png) no-repeat scroll -38.5px -4px;
}
.slick-prev, .slick-next {
  width: 15px;
  height: 70px;
  background-color: #d54a0a;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1;
}
.slick-prev:hover, .slick-prev:focus {
  background: url(images/arrows_2.png) no-repeat scroll -8px -4px;
}
.slick-next:hover, .slick-next:focus {
  background: url(images/arrows_2.png) no-repeat scroll -38.5px -4px;
}
.slick-prev:hover, .slick-prev:focus, 
.slick-next:hover, .slick-next:focus {
  color: #000000;
  background-color: #a53a08;
}
.slick-prev::before, .slick-next::before {
  display: none;
}

/* Testimonial Section Styles */
#testimonial-carousel {
  height: 296px;
  font-size: 16px;
}
.carousel, .carousel-inner, .carousel-inner .item, .carousel-inner .item div {
  height: 100%;
}
.carousel-inner .item div:before {
  color: #ffffff;
  content: "\201C";
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: bold;
  font-size: 5em;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.carousel-inner .item div h2 {
  color: inherit;
  text-transform: inherit;
  font-size: 24px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 60px;
}
.carousel-inner .item div h3 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
}
.carousel-inner .item div em {
  font-size: 14px;
  line-height: 2;
} 
.carousel-control {
  top: 50%;
  bottom: initial;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  color: #545200;
  background-image: none !important;
  border: 1px solid #545200;
  text-shadow: none;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.carousel-control:focus, .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=100);
  outline: 0;
  opacity: 1;
  background-color: #545200;
}
@media (max-width:767px) {
  #testimonial-carousel {
    height: auto;
  }
}


/* =========== Portfolio Section Styles =========== */
#filters, .filters {
  list-style: none;
  padding: 0;
  margin: 40px 0 25px;
  text-align: center;
}
#filters > li , .filters > li {
  display: inline-block;
  position: relative;
  padding: 8px 16px;
  text-transform: uppercase;
  font-size: 16px;
}
#filters > li > a, .filters > li > a {
  color: #d9531f;
  text-decoration: none;
}
#filters > li.active > a, .filters > li.active > a {
  color: #bf9f88;
}
.project {
  position: relative;
  width: 33.33333333%;
  float: left;
  overflow: hidden;
}
.project:hover .project-overlay {
  opacity: 1;
}
.project-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity .8s ease, border .4s ease;
  transition: opacity .8s ease, border .4s ease;
  text-align: center;
  color: #fff;
}
.project-overlay img {
  -webkit-filter: grayscale(100%);
  filter: gray;
}
.project-overlay .vcenter {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: table;
  background-color: rgba(26,2,0,0.77);
  padding: 20px;
}
.project-overlay .vcenter .centrize {
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
}
.project-overlay h2 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 10px;
}
.project-overlay h3 {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  color: #ffffff;
  margin: 0 0 10px;
}
.project-overlay p {
  font-size: 12px;
}

.project_wrap{
  background: #eff3f5;
}
.portfolio_details{
  overflow: hidden;
}
.portfolio_details > *{
  transition: all 0.4s ease-in;
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.portfolio_details .portfolio_nav{
  width: 100%;
  height: 32px;
  display: block;
  margin-top: 58px;
}
.portfolio_details .portfolio_nav .portfolio_nav_prev, 
.portfolio_details .portfolio_nav .portfolio_nav_next, 
.portfolio_details .portfolio_nav .portfolio_nav_close {
  width: 32px;
  height: 32px;
  display: inline-table;
  text-align: center;
  float: left;
  line-height: 1;
  font-size: 16px;
  color: #292d2f;
  background-color: #d54a0a;
  float: right;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
.portfolio_details .portfolio_nav .portfolio_nav_prev:hover, 
.portfolio_details .portfolio_nav .portfolio_nav_next:hover, 
.portfolio_details .portfolio_nav .portfolio_nav_close:hover {
  color: #ffffff;
  background-color: #a53a08;
}
.portfolio_details .portfolio_nav .portfolio_nav_prev i, 
.portfolio_details .portfolio_nav .portfolio_nav_next i, 
.portfolio_details .portfolio_nav .portfolio_nav_close i {
  display: table-cell;
  vertical-align: middle;
}
.portfolio_details_info {
  background-color: #efefef;
  margin-bottom: 108px;
}
.portfolio_photos {
  width: 67.6%;
  float: left;
  position: relative;
}
.portfolio_info {
  width: 32.4%;
  float: right;
  height: 100%;
  padding: 30px;
  padding-bottom: 45px;
}
.portfolio_info h2 {
  font-size: 24px;
  margin-top: 0px;
  position: relative;
}
.portfolio_info .project_cats {
  font-size: 13px;
  font-style: italic;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E9EDEF;
}
.portfolio_info .project_cats a {
  color: #000000;
}
.portfolio_info .project_cats a:hover {
  color: #FFDE00;
}
.portfolio_info .project_content {
  line-height: 1.8;
}
.portfolio_info a.live_preview {
  font-size: 16px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.project_know_more i.fa{
  font-size: 15px;
}
.portfolio_photos .flex-viewport {
  max-height: 580px;
}
.portfolio_photos ul li.flex-active-slide {
  position: relative;
  overflow: hidden;
}
.portfolio_photos ul li.flex-active-slide img, .portfolio_photos ul li img{
  width: 100%;
  height: auto;
}
.portfolio_photos ul li .fa{
  visibility: hidden;
}
.portfolio_photos ul li.flex-active-slide .fa, .portfolio_photos ul li .fa{
  visibility: hidden;
  width:100%;
  height: 100%;
  position: absolute;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: rgba(239,243,245,0.6);
}
.portfolio_photos ul li.flex-active-slide .fa:before, .portfolio_photos ul li .fa:before {
  color: #ffde00;
  font-size: 32px;
  position: relative;
  top: 48%;
}
.portfolio_photos ul li.flex-active-slide:hover .fa, .portfolio_photos ul li:hover .fa{
  visibility: visible;
  opacity: 1;  
}
.projects_wrap .flex-direction-nav {
  text-indent: 99999px;
}
.projects_wrap .flex-direction-nav .flex-prev {
  background: url(images/arrows_1.png) no-repeat scroll;
  background-color: #d54a0a;
  cursor: pointer;
}
.projects_wrap .flex-direction-nav .flex-prev:hover {
  background-color: #a53a08;
  background-image: url(images/arrows_2.png);
}
.projects_wrap .flex-direction-nav .flex-next {
  background: url(images/arrows_1.png) no-repeat scroll -31px 0px;
  background-color: #d54a0a;
  cursor: pointer;
}
.projects_wrap .flex-direction-nav .flex-next:hover {
  background-color: #a53a08;
  background-image: url(images/arrows_2.png);
}
.btn-more {
  border: none;
  text-decoration: none;
  background-color: #d54a0a;
  font-size: 16px;
  font-weight: bold;
  color: #292d2f;
  padding: 10px 25px;
  text-align: center;
  line-height: normal;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.btn-more:hover {
  background-color: #a53a08;
  color: #ffffff;
}
@media (max-width:991px) {
  .portfolio_photos {
    width: 100%;
    float: none;
  }
  .portfolio_info {
    width: 100%;
    float: none;
  }
}
@media (max-width:767px) {
  .projects_wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
}

/* =========== Contact Section Styles =========== */
#contact {

}
#contact p span {
  display: inline-block;
  padding-bottom: 10px;
  color: #d9531f;
}
#contact p.phone {
  position: relative;
  padding-left: 25px;
}
#contact p.phone a {
  color: #545200;
  text-decoration: none;
}
#contact p.phone:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -22px;
  content: "\f10b";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  color: #d9531f;
}

/* =========== Form Styles =========== */

#contact p span.wpcf7-form-control-wrap, .wpcf7-text{
	width: 100% !important;
	}
.gform_wrapper {
  margin: 4px 0 16px !important;
}
.form-control {
  display: block;
  width: 100% !important;
  height: 34px;
  padding: 6px 12px !important;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
}
.form-control:focus {
  border-color: #d9531e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(217,83,30,0.6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(217,83,30,0.6);
}
.gform_wrapper .top_label div.ginput_container {
  margin-top: 25px !important;
}
.gform_wrapper .top_label li:first-child {
  margin-top: 0px !important;
}
.gform_wrapper .top_label li:first-child div.ginput_container {
  margin-top: 0px !important;
}
.gform_wrapper .top_label .gfield_label {
  display: none !important;
}
.gform_wrapper .gform_footer.top_label:after {
  content: " ";
  display: block;
  clear: both;
}
.btn {
  padding: 8px 30px;
  font-weight: 700;
  border-radius: 0px;
}
.btn-primary {
  color: #fff;
  background-color: #d54a0a;
  border-color: #d54a0a;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
  background-color: #a53a08 !important;
  border-color: #a53a08 !important;
}
.gform_wrapper .gform_footer .btn-primary {
  float: right !important;
}


/* =========== Map Styles =========== */
#map {
  width: 100%;
  height: 600px;
}

/* =========== Page Styles =========== */


/* Page Not Found Style */
.error-template {
  padding: 40px 15px;
  text-align: center;
}
.error-actions {
  margin-top:15px;
  margin-bottom:15px;
}
.error-actions .btn { 
  margin-right:10px;
}

/* =========== Gallery Styles =========== */


/* =========== Footer Styles =========== */
footer {
  font-size: 14px;
  padding: 50px 0;
  background-color: #2a2e21;
  color: #fff;
  letter-spacing: 1px;
}
footer .navbar {
  position: relative;
  min-height: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: none;
}
footer .nav li a {
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
  padding: 0px 7px;
  border-left: 1px solid #fff;
  line-height: 1em;
}
footer .nav li:first-child a {
  padding: 0px 5px 0 0;
  border-left: none;
}
footer .nav li a:hover,
footer .nav li a:focus {
  outline: 0;
  color: #9B9B9B;
  background-color: transparent;
}
@media (max-width: 768px) {
  footer .navbar-nav {
    margin: 7.5px 0px;
  }
  footer .nav li {
    float: left;
  }
}
footer .navbar-nav > .active > a {
  border-radius: 0;
  color: #9B9B9B;
}
footer .navbar-nav > .active > a:hover,
footer .navbar-nav > .active > a:focus {
  color: #9B9B9B;
}
footer h3 {
  font-size: 1em;
  font-weight: normal;
  color: #9B9B9B;
  text-transform: uppercase;
}
footer a {
  color: #ffffff;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
footer a:hover,
footer a:focus {
  color: #9B9B9B;
  text-decoration: none;
}
footer p {
  color: #ffffff;
  line-height: 1.85;
}
footer hr {
  margin-top: 60px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ffffff;
}
footer ul {
  list-style: none;
  letter-spacing: 1px;
  padding: 0;
}
footer ul.footlist {
  font-size: .8em;
}
footer ul li {
  padding-bottom: 4px;
  color: #d2d2d2;
}
.copyright {
  line-height: 1.5em;
}
.copyright a {
  margin: 0 2px;
}
.copyright a:hover,
.copyright a:focus {
  color: #9B9B9B;
}

.widget-div {
  position: relative;
}
.social-list {
  position: absolute;
  bottom: -35px;
  right: 80px;
  height: 36px;
}
.social-list a {
  color: rgba(255,255,255,0.2);
  font-size: 40px;
  line-height: 40px;
}
.gotop {
  position: absolute;
  bottom: -35px;
  right: 15px;
  width: 45px;
  height: 45px;
  background-color: rgba(255,255,255,0.2);
  text-align: center;
  overflow: hidden;
}
.gotop a {
  color: #ffffff;
  font-size: 40px;
  line-height: 40px;
  outline: none;
}

/* =========== Extra Styles =========== */
.input-group-btn > .btn {
  padding: 6px 20px;
}
#toggle-view {
  list-style: none;
  margin: 0;
  padding: 0;
}
#toggle-view .fa {
  display: none;
}
#toggle-view div ul {
  list-style: none;
  margin: 0;
  padding: 0;
}