/*----------------------------------------------------
@File: Default Styles
@Author: Rocky Ahmed
@URL: http://wethemez.com
@Developed By: Rocky Ahmed
Author E-mail: rockybd1995@gmail.com

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */
/*=====================================================================
@Default Styles

Table of Content:
01/ Variables
02/ predefin
03/ header
04/ button
05/ banner
06/ breadcrumb
07/ about
08/ team
09/ project 
10/ price 
11/ team 
12/ blog 
13/ video  
14/ features  
15/ career  
16/ contact 
17/ footer

=====================================================================*/
/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/
/*=================== fonts ====================*/
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:700|Roboto:400,400i,500");
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */
/*---------------------------------------------------- */
/*----------------------------------------------------*/


.single-amenities {
  border: 1px solid #eee;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  @media (max-width: 991px) {
    .single-amenities {
      margin-bottom: 30px; } }
  .single-amenities .amenities-thumb {
    position: relative;
    overflow: hidden; }
    @media (max-width: 575px) {
      .single-amenities .amenities-thumb img {
        width: 100%; } }
    .single-amenities .amenities-thumb:before {
      position: absolute;
      content: "";
      background: rgba(255, 255, 255, 0.4);
      z-index: 999;
      left: 110%;
      top: 0;
      height: 100%;
      width: 130%;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
  .single-amenities .amenities-details {
    padding: 25px; }
    .single-amenities .amenities-details .amenities-meta {
      margin-top: 15px; }
      .single-amenities .amenities-details .amenities-meta span {
        padding-right: 15px;
        text-transform: uppercase; }
        .single-amenities .amenities-details .amenities-meta span i.fa {
          padding-right: 10px; }
    .single-amenities .amenities-details h5 {
      font-size: 18px;
      font-family: "Playfair Display", serif;
      margin: 15px 0px 15px; }
      .single-amenities .amenities-details h5 a {
        color: #222222;
        font-size: 18px;
        line-height: 27px; }
  .single-amenities:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid transparent; }
    .single-amenities:hover .amenities-thumb:before {
      left: -130%; }

