/*
Theme Name: Stockholm
Theme URI: http://demo.select-themes.com/stockholm
Description: Stockholm Theme
Tags: agency, business, ajax, portfolio, blog, shop, multi-purpose, clean, elegant, white, photography, modern, fullscreen, stylish, design
Author: Select Themes
Author URI: http://demo.select-themes.com
Version: 3.7
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

.book-btn{
  border:1px solid #dd9933;
  padding:10px 20px;
  text-transform: uppercase;
  font-weight:bold;
  font-size:16px;
  transition-duration: .35s;
  transform: scale(1.0);
  background: transparent;
  margin-top:30px;
  display: block;
  width:max-content;
}
.book-btn:hover{
  background: #dd9933;
  transform: scale(1.1);
  color:white;
}

.book-btn:active{
  transform: scale(0.9);
}

@media all and (max-width:1620px){
  .has_fixed_background.title .title_subtitle_holder{
    opacity:0;
  }
}