/*!
Theme Name: Rebecca
Theme URI: http://rebeccabelmore.com/
Author: Archer Pechawis
Author URI: http://allnationsmedia.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rebecca
Tags: custom-background, custom-logo, custom-menu, featured-images, 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.

Rebecca is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

	/* Main divs */

body	{
	color: #fff;
	background: #475465;
	}

body.home	{
	background-image: url('img/rb-bg-neutral-density.jpg');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	}

.navbar {padding-top:16px;}

ul#menu-menu-1 {
/* 
background: white;
 */
}

ul#menu-menu-1 a.nav-link, a.active {
	color: #fff;
	font-size: 18px;
	font-family: Verdana, Helvetica, sans-serif;
}

body.home ul#menu-menu-1 a.nav-link, a.active {
	text-shadow:
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
}

.dropdown-menu {
	color: rgba(255,255,255,.7);
	background: #475465;
}

.dropdown-menu a.dropdown-item {
	color: rgba(255,255,255,.7);
	background: #475465;
}

.dropdown-menu a.dropdown-item:hover {
	color: #fff;
	background: #475465;
}

body.home div.entry-content {
	text-shadow:
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
}

h1.entry-title {
	color: white;
	text-shadow: 0px 1px 10px #000;
	}

body.home p {
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 25px;
	font-weight: normal;
	padding: 10px;
	}

div#top {position: absolute; bottom: 100px;}
div.sub {margin-top: 40px;}

.outline {text-shadow: 1px 1px 5px #000}

#video {
	margin-top: 40px;
	margin-bottom: 40px;
	}

div.topmargin {
	margin-top: 20px;
}

div#carousel-wpsmart-flexslider {
	min-height: 700px;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-ms-flex-align:center;
	align-items:center;
	}
	
.carousel-indicators {
	position: absolute;
	bottom: 22px;
}
div.carousel div.item img {
	margin: 0px auto;
}

.carousel .carousel-control { visibility: hidden; }
.carousel:hover .carousel-control { visibility: visible; }

/* 
CAROUSEL FADE HACK
 */
.carousel-inner .item {
  opacity: 0;
  transition: none;
  transform: translate3d(0,0,0) !important;
  height: auto;
}

.carousel-inner .active {
  transition: opacity 1s ease-in-out, height 1s;
  opacity: 1;
  height: auto;
}

/* 
CAROUSEL FADE WHITE FLASH FIX

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item.next,
.carousel-inner > .item.active.right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-inner > .item.prev,
.carousel-inner > .item.active.left {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-inner > .item.next.left,
.carousel-inner > .item.prev.right,
.carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
 */

/* 
body links
 */
.entry-content a {
	color: rgba(255,255,255,.5);
	}
	

.entry-content a:hover {
	text-decoration : underline;
	color: #fff;
	}


ul.bluedrop {
	background: #475465;
	padding-left: 10px;
	width: auto;
	}


form.topform {
	padding-top: 4px;
	}

.form-control-small {
	font-size: .75rem;
	line-height: 1.0;
	padding: .175rem .75rem;
	}

.btn-outline-successful {
	color: #fff;
	background-color: transparent;
	background-image: none;
	border-color: #fff;
	font-size: .75rem;
	line-height: 1.0;
	padding: .175rem .75rem;
}

.footer {
    position: absolute;
    bottom: 0;
    height: 60px;
    line-height: 60px;
}

@media (min-width: 300px) { 
	
	div#carousel-wpsmart-flexslider {
	min-height: 300px;
	margin-bottom: 30px;
	}
	
	 }

@media (min-width: 576px) { 
	
	div#carousel-wpsmart-flexslider {
	min-height: 300px;
	margin-bottom: 30px;
	}
	
	 }

@media (min-width: 768px) { 
	
	div#carousel-wpsmart-flexslider {
	min-height: 300px;
	margin-bottom: 30px;
	}
	
 }

@media (max-width: 769px) { 
	
h1.entry-title {
	font-size: 1.5rem;
	}
	
body.home	{
	background-image: url('img/rb-bg-neutral-density-sm.jpg');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	}

 }

/* 
ALL HACKS AFTER LATE FEBRUARY
 */
 
/* 
 MENU HAX
 */
 
.navbar-expand-md .navbar-nav .dropdown-menu {
overflow: auto;
}

.dropdown-menu a.dropdown-item {
white-space: wrap;
}
/* 
li.sub-menu-columns a.dropdown-item {
display: inline-block;
width: 50%;
white-space: normal;

}
li.sub-menu-columns a.dropdown-item:nth-child(odd) {
float: left;
margin-right: 10px;
}
li.sub-menu-columns a.dropdown-item:nth-child(even) {
float: right;
margin-top: -30px;
}
 */
