/* Main layout and menu adjustments */
main, .path-frontpage.user-logged-in main {
	margin-top: 120px;
}
.user-logged-in main {
	margin-top: 155px;
}
.layout-container {
  padding: 0;
}
#toolbar-bar {
  z-index: 1111 !important;
}
.navbar-brand img {
  margin-top: -.5rem;
  margin-right: .5rem;
}

.layout-content {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mm-navbar__title {
	color:#f5f5f5 !important;
}

.mm-menu_theme-dark {
    --mm-color-background: #1a3765 !important;
}
#mm-1 {
	background-image: url(/themes/tweme/images/mobile-nav-bg.png) !important;
}

/* Front Page */

.path-frontpage .navbar-brand:hover {
	color:white;
}

.path-frontpage .js-form-type-search {
 width: 90%;
}
.front-section-spacer {
	margin-top:60px;
}
.pager {
	margin-left: 15px;
}
/* Pagenation */
.pager__items{
    margin-top: .5rem;
    margin-bottom: .5rem;
}
.pager__item.is-active a {
	color: #ccc;
}
.pager__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}
.pager__item a:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.pager__item a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-item:first-child .pager__item a {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.page-item:last-child .pager__item a {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

td {
	 border: 1px solid black;
}

/* Form Styles */
.button, input, select, textarea {
	width:100%;
}
#edit-submit {
	color: #fff !important;
    cursor: default !important;
    background-color: #0275d8 !important;
    border-radius: .25rem !important;
    height: 40px !important;
    border: 0 !important;
    margin-top: 25px;
}
label {
    margin-top: .5rem;
    margin-bottom: .2rem;
	display: block;
}
input {
	height: 40px !important;
	display: block;
	margin: 3px 0;
}
textarea {
	display: block;
	margin-top: .25rem;	
}
.field-content.btn.btn-primary {
	margin-top:8px;
}
.field-content.btn.btn-primary a {
	color:#fff;
}
.field-content.btn.btn-primary a:hover {
	color:#fff;
}
.webform-button--submit {
	color: #fff !important;
    cursor: default !important;
    background-color: #0275d8 !important;
	border-radius: .25rem !important;
	height: 40px !important;
	border:0 !important;
	margin-top:25px;
}

/* Full Screen Front Page Slider */
.navbar-expand-lg {
	position: fixed;
	width: 100%;
	margin-bottom: 80px;
}
.path-frontpage .navbar-expand-lg {
	background:none;
}
.path-frontpage .navbar-expand-lg .nav-item a, .path-frontpage .navbar-expand-lg .nav-item a:hover, .path-frontpage .navbar-brand {
	color: #fff;
}
.path-frontpage .navbar-expand-lg.affix .nav-item a, .path-frontpage .navbar-expand-lg.affix .nav-item a:hover, .path-frontpage .navbar-expand-lg.affix .navbar-brand {
	color: inherit;
}
.navbar-expand-lg.affix {
	background-color: #f7f7f7;
}
.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
	main {
		min-height: 370px;
	}
	.facebook-icon-menu {
		display:none;
	}
	.responsive-menu-toggle-wrapper.responsive-menu-toggle {
    display: inherit !important;
	}
	.contact-image {
	    text-align: center!important; 
	}
	.page-node-3 .views-field-field-event-image img {
		max-width:365px;
	}
}
@media (min-width: 992px) {
	main {
	min-height: 746px;
	}
	.user-logged-in .navbar-expand-lg {
	margin-top: 80px;
	}
	ul.navbar-nav li a {
    margin: 0 12px !important;
    margin: 0 12px !important;
	}
	.contact-image img {
		position: relative;
		top: -85px;
		float:right;
	}
	.responsive-menu-toggle-wrapper.responsive-menu-toggle {
    display: none !important;
	}
	.facebook-icon-menu {
	padding-bottom: 20px;
	}
	.navbar-toggleable-md .navbar-nav {
		margin-left: 20px;
	}
	.navbar-light .navbar-nav .nav-link {
		font-size: 16px;
		padding-top: 4px;
	}
	.nav-item {
		padding-left: 3px;
	}

	ul.navbar-nav li {
		list-style:none;
	}
	ul.navbar-nav li a {
		position:relative;
		display:block;
		text-align:center;
		margin:0 25px;
		color:#262626;
		font-size:30x;
		text-transform:uppercase;
		transition:.5s;
		padding:5px 10px;
	}
	ul.navbar-nav li a:hover {
		color:#fff;
		text-decoration:none;
	}
	ul.navbar-nav li a:before {
		content:'';
		position:absolute;
		bottom:12px;
		left:12px;
		width:12px;
		height:12px;
		border:3px solid #0275d8;
		border-width:0 0 3px 3px;
		transition:.5s;
		opacity:0;
	}
	ul.navbar-nav li a:after {
		content:'';
		position:absolute;
		top:12px;
		right:12px;
		width:12px;
		height:12px;
		border:3px solid #0275d8;
		border-width:3px 3px 0 0;
		transition:.5s;
		opacity:0;
	}

	ul.navbar-nav li a:hover:before {
		bottom:-12px;
		left:-12px;
		opacity:1;
	}
	ul.navbar-nav li a:hover:after {
		top:-12px;
		right:-12px;
		opacity:1;
	}
}

/* Footer Styles */	
footer h2 {
  font-size: 1rem;
  text-transform: uppercase;
}

footer a {
  color:#fff;
}

footer a:hover {
  color:#f5f5f5;
}

.col_white_amrc { color:#FFF;}
footer { width:100%; background-color:#1a3765; min-height:80px;}
.pt2 { padding-top:40px ; margin-bottom:20px ;}
footer p { font-size:13px; color:#CCC; padding-bottom:0px; margin-bottom:8px;}
.mb10 { padding-bottom:15px ;}
.footer_ul_amrc { margin:0px ; list-style-type:none ; font-size:14px; padding:0px 0px 10px 0px ; }
.footer_ul_amrc li {padding:0px 0px 5px 0px;}
.footer_ul_amrc li a{ color:#CCC;}
.footer_ul_amrc li a:hover{ color:#fff; text-decoration:none;}
.fleft { float:left;}
.padding-right { padding-right:10px; }

.footer_ul2_amrc {margin:0px; list-style-type:none; padding:0px;}
.footer_ul2_amrc li p { display:table; }
.footer_ul2_amrc li a:hover { text-decoration:none;}
.footer_ul2_amrc li i { margin-top:5px;}

.bottom_border { border-bottom:1px solid #323f45; padding-bottom:20px;}
.foote_bottom_ul_amrc {
	list-style-type:none;
	padding:0px;
	display:table;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.foote_bottom_ul_amrc li { display:inline;}
.foote_bottom_ul_amrc li a { color:#999; margin:0 12px;}
.social_footer_ul { display:table; margin:15px auto 0 auto; list-style-type:none;  }
.social_footer_ul li { padding-left:20px; padding-top:10px; float:left; }
.social_footer_ul li a { color:#CCC; border:1px solid #CCC; padding:8px;border-radius:50%;}
.social_footer_ul li i { width:20px; height:20px; text-align:center;}

#block-tweme-content > article:nth-child(1) > footer:nth-child(1), #block-tweme-content > article > footer {
	display:none;
} 
.page-node-22 #block-tweme-page-title, .block-footer contextual {
	display:none !important;
}
.footerfix {
    margin-left: auto;
    margin-right: auto;
}

/* Misc Layout */
#block-tweme-breadcrumbs {
  display: none;
}

#block-tweme-local-tasks {
  margin-bottom: 1rem;
}

#block-tweme-content img {
  max-width: 100%;
  height: auto;
}
#block-views-block-gallery-admin-edit-block-3 .views-col {
	min-width:50%;
}
.how-section1{
}
.how-section1 h4{
    color: #ffa500;
    font-weight: bold;
    font-size: 30px;
}
.how-section1 .subheading{
    color: #3931af;
    font-size: 20px;
}
.how-section1 .row
{
    margin-top: 10%;
}
.how-img 
{
    text-align: center;
}

/* Card Styles */

.card-pricing.popular {
    z-index: 1;
    border: 3px solid #007bff;
}
.card-pricing .list-unstyled li {
    padding: .5rem 0;
    color: #6c757d;
}
.card-pricing h4 {
	font-size: 1.3rem;
	border-bottom: 1px solid #ccc;
}
.card-deck .h6 {
	font-size: 22px;
}
@media (min-width: 576px) and (max-width: 1050px) {
	.card-deck .card {
    min-width: 100%;
	}
}
.card-deck .card {
	margin-left: 0;
	margin-right: 15px;
}
.card-deck .card:not(:first-child) {
	margin-left: 0; 
}
.card-deck .card:not(:last-child) {
	margin-right: 0; 
	margin-right: 15px;
}	

/* Rentals Card Styles */
.rental-card {
	min-width:255px;
}

/* Rental Page Styles */

.rental-slider img {
	position: relative !important;
	width: 100%;
}
.rental-page .description-heading {
	display:none;
}
.rental-page .card-pricing {
	max-width: 350px;
	margin-left: auto !important;
	margin-right: auto  !important;
}

/* Core Tweme Styles */
@media (max-width: 992px) { 
	#block-tweme-main-menu { display: none; }
	/* Responsive Menu CSS located in sites/all/files/css/responsive_menu_breakpoint.css */
	.responsive-menu-toggle {
		position: absolute;
		right: 15px;
		top: 28px;
	}
	.responsive-menu-toggle-icon::before, .responsive-menu-toggle-icon::after, .responsive-menu-toggle-icon span.icon {
    background: #000 !important;
	}
	.responsive-menu-toggle-icon span.label {
    display:none; !important;
	}
	.navbar-nav .nav-link {
    padding-left: 15px;
	}
}

/* Rates Styles */
#block-views-block-rates-tables-block-3 {
	margin-top:60px;
}

/* Events Styles */
.sned-event-date, .dates-of-events {
	margin-bottom: 15px;
	font-weight: 400;
	font-size: 20px;
}
.event-item {
	margin: 10px 0 10px 0;
	padding: 10px;
}
.event-item hr{
    width: 30vw;
    border-bottom: 1px solid #ccc;
	float:left;
}

/* Gallery */
.gallery-block{
  padding-bottom: 60px;
  padding-top: 60px;
}

.gallery-block .heading{
    margin-bottom: 50px;
    text-align: center;
}

.gallery-block .heading h2{
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.gallery-block.compact-gallery .item{
  overflow: hidden;
  margin-bottom: 0;
  background: black;
  opacity: 1;
}

.gallery-block.compact-gallery .item .image{
  transition: 0.8s ease;
}

.gallery-block.compact-gallery .item .info{
  position: relative;
    display: inline-block;
}

.gallery-block.compact-gallery .item .description{
  display: grid;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    font-size: 17px;
    line-height: 18px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    opacity: 1;
    color: #fff;
    transition: 0.8s ease;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.39));
}

.gallery-block.compact-gallery .item .description .description-heading{
  font-size: 1em;
  font-weight: bold;
}

.gallery-block.compact-gallery .item .description .description-body{
  font-size: 0.8em;
  margin-top: 10px;
  font-weight: 300;
}

@media (min-width: 576px) {

  .gallery-block.compact-gallery .item .description {
    opacity: 0; 
  }

  .gallery-block.compact-gallery .item a:hover .description {
    opacity: 1; 
  } 

  .gallery-block .zoom-on-hover:hover .image {
    transform: scale(1.3);
    opacity: 0.7; 
  }
}
