/*
Theme name: Bobby Hotel Wordpress Template Site
Description: Custom Theme
*/

/*
	Source post-css styles are located in the postcss directory.
	The compiled bundle is in assets/bundle.css; The README.md
	file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment. It will override bundle.css styles.
*/

p {  }

.sub-nav__photo-video { text-align: center; }
.anchor-links { 
	text-align: center; 
	color: #d94528;
	font-size: 36px;
	padding-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
	font-style: italic;
	text-decoration: none !important;
	text-transform: uppercase;  
}
.anchor-links:hover {  
	color: #3e6c84;
}
.section-gallery {
    padding: 75px 0 70px;
}

.article .article__body { -webkit-column-count: 1; column-count: 1; }


.page-id-561 .logo-white { background: url(https://bobbyhotel.com/wp-content/themes/bobby-hotel-wordpress-template-site/dist/images/images/logo-orange.svg) no-repeat 0 0/contain; }

@media (max-width: 767px) {
.footer .footer__logos img { max-width: 82px; }
}

.StripeElement { border: none !important; margin-bottom: 10px; }
.StripeElement--focus { border: solid 2px #456c85 !important; }