﻿/*
Theme Name: Resort
Theme URI: demos.pixelatethemes.com/resortwp
Author: themechampion
Author URI: www.themechampion.com
Description: Resort business wp theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: resort
Tags:two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
*/

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  
  
.about-us-widget_a {
    color: #85ab00;
}
.about-us-widget_a:hover{
    color: #fff;
}

.footer-1 .socials {
    margin-top: 1.4em;
}


.room-suite .ro-img {
    position: relative;
    text-align: center;
    z-index: 0;
    overflow: hidden;
}

.room-suite  .ro-img:before {
    position: absolute;
    background-color: rgba(167, 204, 56, 0.4);
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: all 300ms;
    transition: all 300ms;
    opacity: 0;
}

.room-suite .ro-img:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    z-index: 1;
}

a:hover{
	text-decoration:none;
}

.activities-content .res-btn a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}