/*
  Theme Name:  Omi - Multipurpose HTML Landing Pages
  Theme URL: https://mediacity.co.in/omi
  Author: Media City
  Author URI: https://mediacity.co.in
  Creation Date: 01 March 2017
  Description: A default stylesheet for Omi - Multipurpose HTML Landing Pages.
  Version: 1.0
*/

/*=======================================================================
							[Table of Contents]
=========================================================================

01. Typography 
02. General
03. Preview
04. Preloader

/* Colors Used
  Blue : #FF4C4A;
  Red: #E30200;
*/

/* ================================= */
		/*===== Typography =====*/
/* ================================= */
body {  
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.73;
  color: #3A3A3A;
  font-size: 15px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale;
}
html,
body {
  height: 100%;
}
h1, h2, h3, h4, h5, h6 { 
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  color: #000;
  margin: 0;
  text-transform: uppercase;
}
h1 {
  font-size: 41px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
a {  
  color: #FF4C4A;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover, 
a:focus {
  color: #E30200;
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.73;
  color: #3A3A3A;
  font-size: 15px;
  font-weight: 400;
}
blockquote {  
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.64;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0; 
}

/* ================================= */
    /*===== General =====*/
/* ================================= */
.overlay-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);   
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;      
}
.parallax {
  width: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;   
  position: relative;      
}
.btn {
  padding: 10px 38px;
}
.btn-default {
  font-size: 14px;
  text-align: center;
  color: #FFF;
  border-radius: 0;
  padding: 10px 15px;
  border: none;
  background: #FF4C4A;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-default:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #E30200;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-default:hover, 
.btn-default:focus, 
.btn-default:active {
  color: #FFF;
  background: #FF4C4A;
}
.btn-default:hover:before, 
.btn-default:focus:before, 
.btn-default:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn-orange {
  font-size: 14px;
  text-align: center;
  color: #FFF;
  border-radius: 0;
  padding: 10px 15px;
  border: none;
  background: #E30200;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-orange:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FF4C4A;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-orange:hover, 
.btn-orange:focus, 
.btn-orange:active {
  color: #FFF;
}
.btn-orange:hover:before, 
.btn-orange:focus:before, 
.btn-orange:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.section-heading {
  line-height: 1;
  letter-spacing: 2.9px;
  color: #FFF;
  padding: 30px 0 20px;
}
.section-heading span {  
  color: #FF4C4A;
}
.margin-top {
  margin-top: 30px;
}
/* ================================= */
    /*===== Preview Header =====*/
/* ================================= */
.preview-header {
  position: relative;
  width: 100%;
  padding: 50px 0 75px;
  overflow: hidden;
}
.preview-header .overlay-bg {    
  background: rgba(0,0,0,0.9);
}
.logo {
  margin-bottom: 30px;
}
.preview-header-dtl p {
  color: #FFF;
}
.preview-header-btn {
  margin-top: 54px;
}
@media(max-width:767px) {
  .preview-header {   
    height: 100%;
  }
  .logo {
    margin: 10px 0 0;
  }
  .preview-header-btn {
    margin-top: 10px;
  }
  .preview-header-btn .btn-default {
    margin: 10px 0;
  }
}

/* ================================= */
    /*===== Preview Pages =====*/
/* ================================= */
.preview-pages {
  background-color: #F5F5F5;
  padding: 0 0 60px;
}
.preview-pages .section-heading { 
  color: #E30200;
  padding: 60px 0 40px;
}
.preview-page-img {
  box-shadow: 0px 3px 9.3px 0.7px rgba(198, 198, 198, 0.35);
  margin: 30px 0;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
.preview-page-img:hover {
  box-shadow: 0px 3px 9.3px 1px rgba(0, 0, 0, 0.3);
}
.preview-block {
  margin-bottom: 30px;
}

/* ================================= */
    /*===== Features =====*/
/* ================================= */
.features {
  background-color: #000;
  padding: 30px 0 60px;
  position: relative;
}
.features .overlay-bg {    
  background: rgba(0,0,0,0.9);
}
.features .section-heading { 
  position: relative;
}
.features .section-heading span { 
  color: #FF4C4A;
}
.features ul li {
  color: #FFF;
  margin: 10px 0;
  font-size: 16px;
}
.features ul li:nth-child(even) {
  color: #FFF;
}
.features ul li i {
  margin-right: 10px;
}
@media(max-width:767px) {
  .features ul li {
    text-align: center;
  }
}
hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #999;
}

/* ================================= */
    /*===== Footer =====*/
/* ================================= */
.footer {
  background-color: #000;
  padding: 30px 0;
}
.features .section-heading { 
  color: #E30200;
}
.footer p {
  color: #FFF;
  margin-top: 10px;
}
.footer p a {
  color: #FF4C4A;
}
.footer-btn {
    text-align: right;
  }
@media(max-width:767px) {
  .footer p {
   text-align: center;
  }
  .footer-btn {
    text-align: center;
  }
}

/* ================================= */
    /*===== Preloader =====*/
/* ================================= */
.preloader { 
  background: #E30200;
  bottom: 0;
  top: 0;
  left: 0; 
  right: 0;  
  position: fixed;
  z-index: 9999999;
}
.status {
  background-image: url(../images/logo-white.png);
}
.status,
.status-message {   
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; 
  right: 0;  
  background-position: center;
  background-repeat: no-repeat;     
}
.status-message {
  padding-top: 30%;
}