/*
Theme Name: Advanced Twenty Seventeen Child
Theme URI: http://saturnsolutions.com
Template: twentyseventeen
Author: SaturnSolutions
Author URI: http://saturnsolutions.com/
Description: Twenty Seventeen brings your site to life with immersive featured images and subtle animations. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

<script src='https://www.google.com/recaptcha/api.js'></script>

*/
@import url('../twentyseventeen/style.css');

.ats-align-left {
    text-align: left;
}

.ats-align-center {
    text-align: center;
}

.ats-align-right {
    text-align: right;
}

.ats-layout-boxed #page,
.ats-layout-boxed .site-navigation-fixed {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.site-footer .ats-wrap1 {
    padding-bottom: 0;
}

.site-footer .ats-wrap2 {
    padding-top: 30px;
}

.footer-copyright-container {
    margin-top: -30px;
}

.ats-hide-panel-title .twentyseventeen-panel .entry-header {
    display: none;
}

.ats-hide-panel-title .twentyseventeen-panel .entry-content {
    float: none !important;
    width: 100% !important;
}



.custom-logo-link img {
	max-height: 115px;
}


.page .panel-content .entry-title,
.page-title,
body.page:not(.twentyseventeen-front-page) .entry-title {
	color: #5394B5;
	font-size: 32px;
	letter-spacing: 1px;
	text-align: center;
	font-family: "Alegreya SC", Georgia, serif;
}


.mcr_social_links {
	position: absolute;
	top: 50px;
	right: 0px;
	display: block;
	
}

.mcr_social_links a {
	display: inline-block;
	width: 38px;
	height: 38px;
	margin: 1px 0 0 0;
}

a.mcr_social_facebook {
	background:url(images/mcr_social_icons.png) 0 0 no-repeat;
}
a.mcr_social_email {
	background:url(images/mcr_social_icons.png) -35px 0 no-repeat;
}

a.mcr_social_facebook:hover {
	background:url(images/mcr_social_icons.png) -74px 0 no-repeat;
}
a.mcr_social_email:hover {
	background:url(images/mcr_social_icons.png) -109px 0 no-repeat;
}




/* BOOKING FORM */

.booking_form .bk_calendar_frame {
    margin: 15px 0px;
    float: left;
    width: 45%;
	
}

.booking_form .form-group {
    margin: 15px 0px;
    width: 45%;
    margin-left: 350px !important;
}



@media (max-width: 1170px) {
    .ats-preview.ats-layout-boxed #page,
    .ats-preview.ats-layout-boxed .site-navigation-fixed {
        max-width: 960px;
    }
}

@media screen and (min-width: 30em) {
    .ats-widget-area-advanced .widget-column {
        float: left !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .ats-widget-area-advanced .widget-column:first-child {
        padding-left: 0 !important;
    }

    .ats-widget-area-advanced .widget-column:last-child {
        padding-right: 0 !important;
    }

	.page-one-column .panel-content .wrap {
		max-width: 1000px;
	}


}

@media screen and (max-width: 48em) {
    .ats-widget-area-advanced .widget-column {
        width: 100% !important;
    }
}