/* ------------------------------------------
Theme Name: Revalia
Author: Code Pages
Description: Revalia is a Wordpress Blog Theme in Elegant and clean Design. It is perfect for any personal blog. It follows the trendy design with a combination of pure elegance. It was designed by our small team of talented designers with passion
------------------------------------------ */

/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */

/*   01 - General & Basic Styles   */
/*   02 - loading Styles           */
/*   03 - General Header & Nav     */
/*   04 - Featured and Slider      */
/*   05 - Posts and Block Blog     */
/*   06 - Sidebar & Widget         */
/*   07 - Footer Styles            */





/*   01 - General & Basic Styles   */

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Muli:400,600,700|Playfair+Display:400,400i,700i');@import url("reset.css");
@import url("bootstrap.min.css");
@import url("font-awesome.css");
@import url("fonts.css");
@import url("slick-theme.css");
@import url("slick.css");
@import url("hover.css");
@import url("responsive.css");

/*   01 - General & Basic Styles   */

body {
overflow: hidden;
}

body {
overflow-x: hidden !important;
}

a:hover,
a:focus {
text-decoration: none;
o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
color: #337ab7;
}

a{
text-decoration: none;
o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
color: #cea352;
font-family: 'Montserrat', sans-serif;
}

b, strong {
font-weight: 700 !important;
}

.btn.focus, .btn:focus, .btn:hover {
color: #FFF;
text-decoration: none;
}

.h1, h1 {
font-size: 32px;
font-family: 'Montserrat', sans-serif;
}

.zero-clipboard {
position: relative;
}

.btn-clipboard {
background-color: #fff;
border: 1px solid #e1e1e8;
border-radius: 0 4px;
color: #767676;
cursor: pointer;
display: block;
font-size: 12px;
padding: 5px 8px;
position: absolute;
right: 0;
top: 0;
z-index: 10;
}

.h2, h2 {
font-size: 28px;
font-family: 'Montserrat', sans-serif;
}

.h3, h3 {
font-size: 25px;
font-family: 'Montserrat', sans-serif;
}

.h4, h4 {
font-size: 22px;
font-family: 'Montserrat', sans-serif;
}

.h5, h5 {
font-size: 18px;
font-family: 'Montserrat', sans-serif;
}

.h6, h6 {
font-size: 14px;
font-family: 'Montserrat', sans-serif;
}

textarea {
-webkit-font-smoothing: antialiased;
min-height: 125px;
}

input[type=text], input[type=password], input[type=email], textarea, input[type=file] {
display: inline-block;
float: left;
padding: 10px 15px;
border: 0;
border: 1px solid #e2e2e2;
background: #fff;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
font-family: 'Open Sans', sans-serif;
border-radius: 3px;
}


.body-wrapper {
    margin-bottom: 500px;
}

/*   02 - loading Styles           */


#loading{
background-color: #FFF;
height: 100%;
width: 100%;
position: fixed;
z-index: 111;
margin-top: 0px;
top: 0px;
}
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 50vh auto;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  }
}

/*   03 - General Header & Nav     */


.site-header {
    background: transparent;
    padding: 30px 100px;
    position: fixed;
    z-index: 1;
    width: 100%;
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.site-header .logo {
    padding-top: 5px;
}

.logo-dark {
    display: none;
}

.site-header.is-fixed {
    background: #166eff;
    padding: 20px 100px;
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/*.site-header.is-fixed .logo-light {
    display: none;
}

.site-header.is-fixed .logo-dark {
    display: block;
}*/

.site-banner {
    background-image: url(../images/slide-1.jpg);
    position: relative;
    height: 100vh;
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.site-banner .intro {
    position: absolute;
    display: inline-block;
    width: 100%;
    top: 50%;
    webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.intro p {
    font-size: 18px;
    color: #FFF;
    margin-top: 15px;
    line-height: 28px;
    margin-bottom: 0;
    font-family: 'Muli', sans-serif;
}

.main-nav ul.cairo-nav li {
    display: inline-block;
    line-height: 3.2;
}

.main-nav a {
    display: block;
    position: relative;
    color: #fff;
    transition: 0.5s;
    font-size: 14px;
    padding: 0px 20px;
    border-radius: 50px;
}

.main-nav a:hover {
    background: #fff;
    color: #156efe;
}

/*.site-header.is-fixed .main-nav a {
    color: #156efe;
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}*/

a.purchase {
    display: inline-block;
    font-weight: 700;
    padding: 12px 30px;
    text-align: center;
    text-transform: capitalize;
    background-color: #232323;
    color: #fff;
    font-size: 14px;
    border-radius: 50px;
}

a.purchase:hover {
    background-color: #ffffff;
    color: #000;
}

.multiple-items {
    padding: 60px 0px;
    background: #212121;
}

li.feature-item {
    padding: 0px 40px;
}

.feature-title span {
    font-family: "Playfair Display";
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0;
}

.feature-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #FFF;
}

li.feature-item p {
    font-size: 14px;
    font-family: 'Muli', sans-serif;
    color: #FFF;
}

.dfd-featured-title>h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
}

h3 span {
    font-family: "Playfair Display";
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0;
}

.container-fluid.inner {
    padding: 100px;
}

.demos-list-content {
    background: #FFF;
}

.content_title {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

.content_title h2 {
    text-align: center;
    margin: 0px;
    color: #1B191D;
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    line-height: 23px;
}

.content_title p {
    margin-bottom: 0;
    font-size: 16px;
    font-family: 'Muli', sans-serif;
    line-height: 22px;
    margin-top: 15px;
}


.demos-list-content .post-image {
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    transition: 0.7s;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.demos-list-content .post-image:hover {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.2);
}

.post-image img {
  o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.demos-list-content .post-image:hover img {
    opacity: 0.3;
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.img_title h2 {
    text-align: center;
    margin: 15px 0px;
    color: #000000;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 25px;
    font-family: 'Muli', sans-serif;
}

.Read-More {
    position: absolute;
    display: inline-block;
    width: 100%;
    top: 50%;
    webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    left: 0;
    z-index: 11;
    opacity: 0;
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.Read-More a {
    color: #FFF;
    font-weight: 700;
    line-height: 27px;
    display: inline-block;
    font-size: 13px;
    font-family: 'Muli', sans-serif;
    margin: 0;
    background: #166eff;
    padding: 10px 25px;
    border-radius: 50px;
}

.Read-More a:hover {
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.post-image:hover .Read-More {
opacity: 1;
}

#section-feature {
    padding: 90px 0;
    background: #FFF;
    position: relative;
}

#section-feature .features-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.feature-right {
    padding-top: 140px;
    padding-bottom: 140px;
}

.feature-left {
    padding-top: 140px;
    padding-bottom: 140px;
}

#section-feature-rtl .feature-left {
    padding-top: 150px;
    padding-bottom: 190px;
}

.features-item h2 {
    white-space: pre-line;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.3;
    margin: 0;
}

.features-item img {
    margin-top: 0px;
    margin-bottom: 30px;
}

.features-item p {
    margin-bottom: 0;
    white-space: pre-line;
    font-size: 16px;
    font-family: 'Muli', sans-serif;
    line-height: 22px;
    word-break: break-word;
}

.features-item a.purchase {
    border-radius: 3px;
    margin-top: 30px;
    background: #166eff;
}

.features-item a.purchase:hover {
    background: #232323;
    color: #FFF;
}

#section-feature .features-item .feature-img {
    margin-top: 50px;
}

#section-feature-plugin,
#section-feature-rtl,
#section-feature-shop {
    padding: 90px 0;
    background: #FFF;
    position: relative;
}

#section-feature-amp {
    padding: 90px 0 0px;
    background: #FFF;
    position: relative;
}

.amp-demo {
    background: url(../images/iphone6.png) no-repeat;
    background-size: 360px;
    background-position: 0 0;
    width: 370px;
    height: 570px;
    padding: 95px 37px 0px 27px;
}

.amp-demo iframe {
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
}

.feature-amp img {
    width: 220px;
}

h2.title-item {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.1;
}

h2.title-item span {
    font-family: "Playfair Display";
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0;
}

h2.title-item strong {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -.04em;
    display: block;
    margin-top: 15px;
}

.features-item-absolute {
    padding-left: calc(5% + 0px);
    position: absolute;
    right: 0;
    padding-right: 0;
    margin-right: -50px;
    top: 50px;
}

.feature-list .feature-inner {
    position: relative;
    background-color: rgba(32, 27, 47, 0.50);
    text-align: left;
    padding: 40px 40px 40px 120px;
    margin-bottom: 30px;
    min-height: 175px;
}

.feature-list .feature-inner img {
    position: absolute;
    top: 45px;
    left: 20px;
}

#section-themeoptions {
    background: #cea352;
    padding: 90px 0;
    color: #fff;
}

.branding-logo {
    margin-bottom: 30px;
}

.branding-logo p {
    font-family: 'Montserrat', sans-serif;
    margin: 5px 0px 0px 0px;
}

.advanced-logo {
    margin-bottom: 30px;
}

.content_title.dark,
.content_title {
    margin-bottom: 50px;
}

.content_title.dark h2 {
    text-align: center;
    margin: 0px;
    color: #ffffff;
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 1px;
}

.content_title.dark h1 {
    text-align: center;
    margin: 0px;
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 1px;
    margin-top: 35px;
    text-transform: uppercase;
}

.description-welcome.dark.content p {
    font-size: 23px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin: 15px 0px;
    letter-spacing: 3px;
}


#section-feature {
    padding: 90px 0;
    background: #fafafa;
    position: relative;
}

.features-item.col-md-6.col-sm-6.text-left {
    position: absolute;
    left: 0;
    top: 0px;
    padding: 0;
}

.features-item.col-md-6.col-sm-6.text-right {
    position: absolute;
    right: 0;
    top: 0px;
    padding: 0;
}

.icon-f-box {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    color: #222;
    padding: 30px;
    text-align: left;
    background: #fff;
    height: calc(100% - 40px);
    border: 2px Solid #FFF;
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.icon-f-box:hover {
    border: 2px Solid #0060ff;
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.icon-img {
    display: inline-block;
    width: calc(100% - 220px);
    float: left;
    padding-right: 15px;
}

.icon-f-box img {
    display: inline-block;
    width: 100%;
}

.icon-text {
    display: inline-block;
    width: calc(100% - 80px);
    float: left;
}

.icon-f-box strong {
    display: block;
    padding: 0px 0px 10px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 1.17;
    color: #202020;
    font-family: 'Montserrat', sans-serif;
}

.icon-f-box p {
    font-size: 13px;
    color: #000;
    font-family: 'Muli', sans-serif;
    line-height: 22px;
    margin-bottom: 0 !important;
}

.multiple-plugin {
    padding: 20px 0px;
    background: #fafafa;
}

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: -1;
    text-align: center;
    padding: 90px 0px;
    color: #fff;
    background-image: url(../images/slide-1.jpg);
    background-position: center -190px;
}

#footer .content_title h2 {
    text-align: center;
    margin: 0px;
    color: #ffffff;
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 1px;
}

#footer .description-welcome.content p {
    font-size: 23px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin: 15px 0px;
    letter-spacing: 3px;
}

.copyright p {
line-height: 1.83;
color: #6a6a6a;
font-size: 10px;
letter-spacing: 1px;
font-weight: 400;
margin-bottom: 15px;
font-family: 'Montserrat', sans-serif;
}

.socialfollow {
float: none;
clear: both;
margin: 10px 0;
}

.socialfollow a {
height: 40px;
width: 40px;
line-height: 20px;
text-align: center;
padding: 10px;
text-decoration: none;
border-radius: 50%;
display: inline-block;
-webkit-transition: all 0.31s ease;
-moz-transition: all 0.31s ease;
-ms-transition: all 0.31s ease;
-o-transition: all 0.31s ease;
transition: all 0.31s ease;
}

.socialfollow a:hover {
background: #cea352;
color: #FFF;
}

#to-top {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}
