/*
Theme Name: Sonesta
Author: Ewa Szymanska
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('font-awesome.min.css');


*, .btn{
	border-radius: 0 !important;
}

.col-lg-4 {
	flex: none;
}

body {

	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.7em;
	color: rgba(0, 0, 0, 0.6);
	text-align: justify;
}

.page-id-2 article {
	min-height: 50vh;
	background: url('img/bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 0 !important;
}

@media (min-width: 1200px) {
	.page-id-2 article {
		min-height: 80vh;
	}
}


@media (min-width: 576px) {

	html {
	  min-height: 100vh;
	}

}

article {
	margin-bottom: 2rem;
}

img{
	max-width: 100%;
	height: auto;
}

ul li{
	list-style-type: none;
}

ul{
	padding-left: 0;
}

nav.navbar{
	background: #fff;
	padding: 20px 0 !important;
}

a {
	color:#ff8827;
}
a:hover {
	color: #01b5c0;
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:active{
	color: #ff8827;
}

#menu-main{
	display: flex;
	align-items: center;
	margin: auto;
}

#menu-main li.menu-item{
	display: block;
	padding-left: 15px;
}

#menu-main li.menu-item a{
	color: rgba(0, 0, 0, 0.6);
}


#menu-main li.menu-item a:hover, #menu-main li.menu-item a:active, #menu-main li.menu-item a:focus, #menu-main li.current-menu-item a{
	color: #ff8827;
}


article{
	display: flex;
	align-items: center;
}

article .container .row div{
	background-color: rgba(1, 181, 192, 0.85);
	padding: 50px;
	color: #fff;
}

#phone div{
	font-size: 200%;
	font-weight: bold;
	background-color: rgba(255, 136, 39, 0.85);
	padding: 30px 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#links{
	margin-top: 100px;
}

#links div{
	background: transparent;
	padding: 0;
}

#links a{
	display: inline-block;
	background-color: rgba(255, 136, 39, 0.85);
	color: #fff;
	padding: 20px 40px;
	font-weight: bold;
	font-size: 150%;
	margin-right: 3px;
}

h1{
	color: #fff;
	font-size: 2.3rem;
}

h1, h2{
	font-weight: bold;
	text-align: left;
}

.text-xl {
	font-size: 300%;
}

h2{
	font-size: 150%;
}

p{
	margin: 2em 0;
}

.footer {
	color: #fff;
}

.footer a{
	color: #fff;
}

.footer p{
	margin-top: 0;
	margin-bottom: 1em;
}

.footer.navbar{
	padding: 0;
}

.footer .container{
	padding: 20px;
}

.footer nav ul li.menu-item{

}

#footer{
	background: #01b5c0;
}

#footer .row{
	justify-content: space-between;
}

.footer #menu-main-1 .fa{
	color: #fff;
}

#prefooter{
	background: rgba(1, 181, 192, 0.95);
}

#searchform label{
	display: none;
}

#s, #searchsubmit{
	border: 1px solid #fff;
	border-radius: none;
	padding: 0.2em;
}

#s{
	background: transparent;
	width: 100%;
	color: #fff;
}

#searchsubmit{
	background: #fff;
	color: #01b5c0;
	float: right;
	padding: 0.2em 1em;
}

#searchsubmit:hover{
	cursor: pointer;
}

.widget_icaal_share_buttons{
	margin-bottom: 1.5em;
}

.navbar-light .navbar-brand{
	font-size: 200%;
	font-weight: bold;
	color: #ff8827;
}

.navbar-light .navbar-brand .blue{
	color: #01b5c0;
}

nav .container{
	padding: 1em 0;
}
.navbar-light .navbar-toggler{
	border: none;
}

.navbar-toggler {
    margin-left: 5px;
}

@media (max-width: 768px) {
	#links a{
		margin-right: 0;
		margin-top: 3px;
		display: block;
		width: 100%;
	}
	
	#phone div{
        font-size: 150%;
     }
}


@media (max-width: 576px) {
	.navbar-light .navbar-brand{
		font-size: 120%;
	}

	li.menu-item, #menu-main{
		display: block;
		padding: 15px;
	}
	
	#navphone p {
		display: none !important;
	}
	
	article .container .row div {
    padding: 50px 15px;
	}
	
	#menu-main li.menu-item{
		padding-left: 0px;
	}
}

nav .fa{
	color: #ff8827;
}

.testimonials{
	background: rgba(1, 181, 192, 0.95);
	color: #fff;
	padding: 50px;
}

@media (min-width: 576px) and (max-width: 1200px) {
	.navbar-expand-sm > .container{
		flex-wrap: wrap !important;
	}

	#nav-content{
		justify-content: flex-start !important;
	}

	#menu-main{
		padding: 0;
	}

	#menu-main li.menu-item:first-of-type{
		padding-left: 0;
	}

	#nav-content{
		justify-content: space-between !important;
	}
}

@media (min-width: 576px) and (max-width: 768px){
	#nav-content{
		display: block !important;
	}
}

.m-b-0 {
	margin-bottom: 0;
}

.m-b-1 {
margin-bottom: 1rem;
}

.p-05 {
	padding: .5rem;
}

nav.social-share-links a, nav.social-share-links button {
	margin-left: .5rem;
}
nav.social-share-links a:first-of-type {
	margin-left: 0 !important;
}

nav.social-share-links a i, nav.social-share-links button {
	background: #fff;
	border-radius: none;
}
nav.social-share-links a i:hover, nav.social-share-links button:hover {
	background: #efefef;
}

nav.social-share-links button {
	border: none;
	line-height: 14px;
}

.text-xs-left {
	text-align: left;
}

.icon-float {
	float: left;
	margin-right: .5rem;
}

.icon-indent {
	display: table-cell;
	position: relative;
	top: -4px;
}

.card-contact {
	background: #fff;
	padding: 1rem;
	box-shadow: 0 6px 32px rgba(0,0,0,0.1);
}

.text-secondary {
	color: #01b5c0;
}

.p-y-3 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.card {
	background: #fff;
	border-radius: none;
	box-shadow: 0 6px 32px rgba(0,0,0,0.1);
}

.card-block {
	padding: 1rem;
}

.card-block p {
	margin: 1rem 0;
}

.decoration-none, .decoration-none:hover {
	text-decoration: none !important;
}

.bg-faded {
	background: #f7f7fa;
}

.m-b-2 {
	margin-bottom: 2rem;
}

.text-dark {
	color: #444;
}

.btn-blue {
	color: #fff;
	background: #01b5c0;
	border-color: #01b5c0;
}
.btn-blue:hover {
	color: #fff;
	background: #179da5;
	border-color: #179da5;
}

.btn-white {
	color: #fff;
	border: 1px solid #fff;
}
.btn-white:hover {
	color: #fff;
	text-decoration: underline;
}

#googlemap iframe {
  pointer-events: none;
}

#menu-main li {
	text-align: left;
}

@media (min-width: 576px) and (max-width: 767px) {
	.hidden-sm-down {
		display: none !important;
	}
}

#menu-main .btn-nav a {
	color: #fff !important;
	background: #ff8827;
	border: #ff8827 2px solid;
	padding: .5rem 1rem;
	border-radius: none;
}
#menu-main .btn-nav:hover a {
	color: #ff8827 !important;
	background: none !important;
}

#menu-main .nav-hide {
	display: none;
}

/**
 * ICAAL Google Maps Plugin Styling
 */

.gm-style-cc {
  display: none;
}

.map-container {
  width: 100%;
  height: 300px;
}

@media (min-height: 768px) {
  .map-container {
    height: 600px;
  }
}

.directions-map-container {
  position: relative;
}

.directions-map-panel {
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  overflow: hidden;
}
.directions-map-panel.active{
  overflow: scroll;
}

.directions-map-panel.active .directions-map-form {
  display: none;
}
.directions-map-panel.active .directions-map-results {
  display: block;
}

.directions-map-form {
  padding: 1rem;
  text-align: center;
}

.directions-map-title,
.directions-map-input,
.alert {
  margin: 0 0 1rem;
}

.directions-map-input {
  text-transform: uppercase;
}

.directions-map-input::-webkit-input-placeholder {
  text-transform: none;
}

.directions-map-input::-moz-placeholder {
  text-transform: none;
}

.directions-map-input:-ms-input-placeholder {
  text-transform: none;
}

.directions-map-input::placeholder {
  text-transform: none;
}

.alert-danger {
  color: red;
}

.directions-map-results {
  display: none;
}

.directions-map-results__origin,
.directions-map-results__destination,
.directions-map-results__info,
.directions-map-results__steps .step {
  padding: 1rem;
}

.directions-map-results__info {
  background-color: #d9edf7;
  text-align: center;
}

.directions-map-results__destination,
.directions-map-results__steps .step:nth-child(even) {
  background-color: #f5f5f5;
}

@media (min-width: 768px) and (min-height: 400px) {
  .directions-map-panel {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-360px, -50%);
            transform: translate(-360px, -50%);
    z-index: 5;
    max-width: 360px;
    max-height: 500px;
    overflow: scroll;
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(0,0,0,0.25);
  }
  .directions-map-panel.active {
    left: 0;
    -webkit-transform: translate(36px, -50%);
            transform: translate(36px, -50%);
  }
}

@media (min-width: 992px) and (min-height: 400px) {
  .directions-map-panel {
    -webkit-transform: translate(-485px, -50%);
            transform: translate(-485px, -50%);
  }
}

@media (min-width: 1200px) and (min-height: 400px) {
  .directions-map-panel {
    -webkit-transform: translate(-570px, -50%);
            transform: translate(-570px, -50%);
  }
}

.content-bottom {
	margin-bottom: 2rem;
}

.content-bottom p:first-of-type {
	margin-top: 0 !important;
}
