/*======================
Variables
Global
Header
Nav
Hero
Pages
    Home
    Services
    Misk (revs., feedback, contact, etc)
Footer
@media

=======================*/
/* Variables
=======================*/
.rev-cont:before {
  color: #97121F;
  background: #c51728;
}

/*END: Variables
=======================*/
/* Global
=================================*/
#content h1, #content h2, #content h3, #content h4 {
  color: #FF0D15;
}
#content a {
  color: #5a5dc7;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
#content a:hover {
  text-decoration: none;
  opacity: 0.5;
}
h1, h2{
    text-transform: uppercase;
}
.btn {
    background-color: #000240!important;
    color: #ffffff!important;
    margin: auto;
    padding: 10px 30px;
    border-radius: 0px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 40px;
    text-decoration: none;
    box-shadow: 0 10 30 rgba(0,0,0,0.12);
}
.btn:hover {
	background-color: #ff0d15;
	color: #fff;		
	text-decoration: none;
}
button,
input[type=submit],
.btn-primary,
.biziq-button,.client-button {
  background: #FF0D15;
  padding: 1em;
  color: #fff;
  border-radius: 0;
  border: none;
  transition: all 300ms ease-in-out;
}
button:hover,
input[type=submit]:hover,
.btn:hover, .btn-primary:hover,
.biziq-button,.client-button:hover {
  cursor: pointer;
  background: #5a5dc7;
}

form {
  background: transparent !important;
  margin-top: 1em;
}
form ::-webkit-input-placeholder {
  color: #FF0D15;
}
form ::-moz-placeholder {
  color: #FF0D15;
}
form :-ms-input-placeholder {
  color: #FF0D15;
}
form ::-ms-input-placeholder {
  color: #FF0D15;
}
form ::placeholder {
  color: #FF0D15;
}

.inner_hero img {
  width: 100%;
}

.breakout {
  left: 0 !important;
}

/*END: Global
=================================*/
/* Header
==================================*/
.sticky-background {
  height: 15em !important;
}

.phone-attached .sticky-background {
  height:8.4em !important;
}

.logo-wrap, .phone-wrap {
  height: 5em;
}

.logo img {
	min-width:170px;
}

#container .container,
#content {
  padding-top: 3em;
}

header#header {
  max-height: 9.2em;
}
header#header, header#header .sticky-background {
	background-color: #2e3052;
	background-image: url("https://dazemarblegranite.com/wp-content/uploads/header_pattern.png");
	background-size: 600px;
    background-repeat: repeat;
}
header#header .header-c {
  padding: 0;
}
/*header#header .header-c .logo p {
  margin: 0.5em;
}*/
header#header .header-c .logo a {
  color: #FF0D15;
  font-size: 2em;
  line-height: 0.8em;
  max-width: 5em;
  margin-left: 2em;
}
header#header .header-c a.hidden-logo {
  max-width: 10em;
  padding-left: 3em;
}
header#header .header-c a.hidden-logo div {
  color: #FF0D15;
  font-size: 1.5em;
}
header#header .header-c a.hidden-logo img {
  margin-top: 0.2em;
  margin-left: 0.2em;
  height: auto;
}
header#header .header-c .topPhone {
  padding-right: 3em;
}
header#header .header-c .topPhone a {
  background: #FF0D15;
}
header#header .header-c .topPhone span {
  margin-top: 0.5em;
  color: #fff;
  font-weight: 700;
  display: block;
}
header#header .header-c .nav-wrap {
  background: #000240;
}
header#header .header-c .nav-wrap .nav-bar ul li a {
  margin: 0 0.5em;
  color: #fff;
}

/*END: Header
==================================*/
/* Nav
==================================*/
.menu-bar, .menu-icon {
  background: #000240 !important;
}

#mobile-menu-container, #mobile-menu-container ul {
  background: #000240 !important;
}
#mobile-menu-container li.current_page_item a, #mobile-menu-container ul li.current_page_item a {
  color: #FFF;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  background: #5a5dc7;
}

/*END: Nav
==================================*/
/* Single Hero
==================================*/
.hero {
  margin: 0 -15px;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}

.hero .cta img {
  width: 100%;
}
.hero .cta .cta_wrapper {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  top: 0;
  height: 100%;
  width: 100%;
}
.hero .cta .cta_wrapper .cta_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.hero .cta .cta_wrapper .cta_content .heading {
  width: 100%;
  font-size: 3em;
  color: #fff;
  text-shadow: 0 0 5px #000;
  line-height: 0.8em;
}
.hero .cta .cta_wrapper .cta_content .cta_button {
  margin-top: 1em;
  font-size: 2em;
}
.hero .cta .cta_wrapper .cta_content .cta_button a {
  display: block;
  background: #000240;
  color: #fff !important;
  padding: 1em;
}

/*END: Single Hero
==================================*/
/* Pages
==================================*/
/* Home
==============================*/
.home_section_3 {
  margin-top: 2em;
  padding: 3em 0;
  background-image: url(/wp-content/uploads/parallax_bath.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home_section_3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 10;
}
.home_section_3 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home_section_3 .row .home_cards {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 70%;
  z-index: 20;
}
.home_section_3 .row .home_cards li {
  padding: 1em;
  max-width: 27em;
}
.home_section_3 .row .home_cards li .card_container {
  background: white;
  height: 100%;
  color: #000;
  padding: 1.5em;
}
.home_section_3 .row .home_cards li .card_container .heading {
  background: #FF0D15;
  color: #fff;
  margin: -1.5em -1.5em 1em;
  padding: 1em;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.home_section_3 .row .home_cards li .card_container .content {
  text-align: center;
  color: #666;
  font-weight: 700;
  line-height: 1.7em;
}

.home_section_4 {
  text-align: center;
  padding: 3em;
  line-height: 2.5em;
}

.home_section_5 {
  padding: 3em;
  background-color: #dadcff;
}
.home_section_5 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home_section_5 .row .location_wrapper {
  background: #000240;
  padding: 2em 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 70%;
}
.home_section_5 .row .location_wrapper .locations_header {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 1em;
}
.home_section_5 .row .location_wrapper .locations {
  width: 70%;
}
.home_section_5 .row .location_wrapper .locations ul {
  list-style: none;
  padding: 0;
}
.home_section_5 .row .location_wrapper .locations ul li {
  margin: 1em 0;
}
.home_section_5 .row .location_wrapper .locations ul li i {
  margin-right: 0.5em;
  color: #FF0D15;
}

/*END:END: Home
==============================*/
/* Services
==============================*/
/*END: Services
==============================*/
/* Misk
==============================*/
.up-down i {
  font-size: 6em;
  color: #FF0D15;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  -o-transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.up-down i:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.page-id-16 #container {
  padding: 1em 0 3em;
}
.page-id-16 img {
  margin-bottom: 1em;
}

.rev-cont:before {
  background: #5a5dc7;
  color: #0006c0;
}

.page-contact-us form {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/*END: Misk
==============================*/
/*END: Pages
==================================*/
/* Footer
==================================*/
footer#footer {
  background: #000240;
}
footer#footer h2 {
  color: #FFF;
}
footer#footer i {
  color: #FF0D15;
  margin-right: 0.5em;
}
footer#footer .today {
  color: #FF0D15;
}
footer#footer .box {
  padding-top: 0;
  text-align: left;
}
footer#footer .box .socialicons {
  text-align: left;
}
footer#footer #copyright {
  color: #fff;
}

/*END: Footer
==================================*/
/* @media
=================================*/
@media screen and (max-width: 900px) {
    
    .phone-wrap{
        display: none !important;
    }
    
  header#header {
    max-height: 20em;
  }

  .phone-and-hidden-logo {
    display: none !important;
  }

  .up-down i {
    font-size: 3em;
  }

  .logo a {
    margin: 0 !important;
  }

  .home_section_3 {
    padding: 0;
  }
  .home_section_3 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home_section_3 .row .home_cards {
    width: 100% !important;
    padding: 0 1em;
  }
  .home_section_3 .row .home_cards li {
    width: 100% !important;
    max-width: 100% !important;
  }

  .location_wrapper {
    width: 100% !important;
  }
  .location_wrapper .fa-ul li {
    margin-top: 0 !important;
  }
    
    .home #content {
        padding-top: 0 !important;
    }
    .hero .sub-heading {
        display: none !important;
    }   
    
}

@media screen and (max-width: 812px)
{
	
	.hero .cta .cta_wrapper .cta_content .heading {
    padding-top: 1.3em;
    width: 100%;
    font-size: 2em;
    color: #fff;
    text-shadow: 0 0 5px #000;
    line-height: 1.3em;
}
}
/*END: @media
=================================*/


.hero .sub-heading {
    display: block;
    color: #fff;
    margin: 1em;
    font-size: 2em;
    text-shadow: 0 0 5px #000;
    width: 100%;
}

.service_center h1 {
    text-align: center;
}


.cta_button a{
    padding-top: .5em !important;
    padding-bottom: .5em !important;
}






