
@media only screen {.preview-mode-theme-mismatch-warning {display: none !important;}
}

.text-bg  {
    display: table;
/* keep the background color wrapped tight */
    margin: 0px auto 0px auto;
/* keep the table centered */
    padding:5px;font-size:20px;background-color:#fff;
}

/* Gallery margins */

.galleryoutermargin {
	margin-left: -10px !important;
	margin-right: -10px !important;
}

/* ******** custom Navbar ********* */

/* Adjust mobile CTA's */

@media screen and (max-width: 576px){ 

.nav-button{ 
	padding: 5px 10px !important;
	margin-top: 5px !important
}
}

/* Remove dropdown icon from toggle */

.full-menu-nav .drop-down-indicator {
display: none;
}

/* Increase Toggle size */

.full-menu-nav{
font-size: 25px !important;
margin-top: -6px ;
}


/* Hide mobile menu toggle */
@media screen and (max-width: 576px){
	.hide-menu-item {
		display: none !important; 
			}
}

/* Adjust dropdown padding */
.dropdown-menu {
padding: 20px;
}


/* pull text logo up */

.branding-link {
      margin-top: -5px !important;
}

.dropdown-button-margin {
	margin-bottom: 2px;
}

/* ******** custom Navbar end ********* */