/**
 * ------------------------------------------------------------------------
 * JA Property Template
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2019 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
*/


/* MAIN STYLE
---------------------*/

* {
	box-sizing: border-box;
}

body {
  color: #fff;
  font-family: 'PT Root UI', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.67;
  margin: 0;
  padding: 0;
  position: relative;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

#errorboxoutline {
  align-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding: 30px;
  position: relative;
  z-index: 10;
}

/* OutLine */
#outline {
	text-align: center;
}


/*Add image background*/
#outline:before {
  background-image: url('../images/bg-404.jpg');
  background-position: center;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
}

#outline:after {
  background: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

/* Eror Code */
.error-code {
  font-size: 100px;
  line-height: 1;
  margin: 0 auto 36px;
  text-transform: uppercase;
  font-weight: bolder;
}

/* Message Error */
.error-message {
}

/* Message Error */
.error-message h2 {
  display: inline-block;
  font-size: 36px;
  margin-bottom: 10px;
  margin-top: 0;
  position: relative;
}

.error-message h2 span {
  position: relative;
  z-index: 3;
  padding: 0px;
}
.error-message h2 span (max-width: 767px){

  position: relative;
  z-index: 3;
  padding: 16px;
}


#errorboxbody p {
  display: block;
  margin: 0 0 30px;
  position: relative;
  z-index: 3;
  opacity: 0.6;
  
}

/* Button Home */
.button-home,.button-properties,.button-get-intouch {
  background: #002C5B;
  border: 2px solid #fff;;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  padding: 20px 48px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 30px;
  width: 315px;
}


.error-buttons {
      font-size: 17px;
    line-height: 1.2;
    margin-left: 20px;
    position: relative;
    top: 15px;
}

.button-home:hover,
.button-home:focus,
.button-home:active,
.button-properties:hover,
.button-properties:focus,
.button-properties:active,
.button-get-intouch:hover,
.button-get-intouch:focus,
.button-get-intouch:active{
  background: #fff;
  color: #002c5b;
   border: 2px solid #002c5b;
}



@media (max-width: 767px){
	/* OutLine */
	#outline {
	}

	/* Eror Code */
	.error-code {
	  font-size: 70px;
    margin-bottom: 20px;
	}

	/* Message Error */
	.error-message {
	}
    .error-message h2 span {
  padding: 16px;
}

	/* Message Error */
	.error-message h2 {
	  font-size: 30px;
	}

  .button-home {
    padding: 16px 32px;
  }

  #errorboxbody p {
    font-size: 16px;
  }
}
/* Targeting the icon directly */
.ion-ios-arrow-round-forward {
    font-size: 25px; 
    margin-left: 10px;
    vertical-align: middle; 
    cursor: pointer;

    /* If you want to change its position relative to the text */
    display: inline-flex; 
    transition: transform .2s ease;  
}
