 /*
Theme Name:   BBE Child Starter
Template:     bbe
Version:      1.0
Text Domain:  bbe-child-starter
Author: DopeWp
*/

body{padding-top:0 !important;}

.HeaderImg{
	width:100%;
}

.noborder {
    border: 0 none !important;
    box-shadow: none !important;
}

.AimFeatured{
	width:80%;
  text-align:center;
  margin:0 auto;
}

.page-header {
    margin: 0 0 40px !important;
    padding-bottom: 0 !important;
}
.bbe-container-wrap{
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.mt0{margin-top: 0 !important;}

/*navbar opacity - transparent */
.navbar.navbar-fixed-top{
    /*background: rgba(255, 255, 255, 0.95);*/
  	background-color: #fff;
}

/*navbar hover color */
.navbar-nav>li>a:hover {
    color: #093769 !important;
    background-color: rgb(255, 255, 255) !important;
}

.dropdown-menu>.active>a {
	color: #000 !important;
  font-weight: bolder;
}

/*make the menu sub-menu items drop down on mouse hover */
ul.nav li.dropdown:hover > ul.dropdown-menu{
    display: block;
    margin: 0;
}
 
.image-bg-title { 
  font-size: 4vw !important; 
  padding-top: 30px;
  text-shadow: 2px 2px 4px #1d1d1d !important;
}

@media (min-width:768px) { 
  /*body { padding-top: 60px }*/ /* height of the menu collapsed */
	.menu-open .nav-bg { height: 50px } /* change to your height of the child menu */
	.menu-open #page {
        padding-top:60px;
	    transition: all .2s ease-in-out;
	}
  
  #page { height:1000px;/* demo only */
}

	.navbar-nav.nav > li { position: static }
	.navbar-nav.nav .dropdown-menu {
	    left: 700px !important;
	    right: 250px !important;
	    box-shadow: none;
	    border: none;
	    margin: 0 auto;
	    max-width: 1170px;
	    /*background:#e7e7e7;*/
      background:#fff;
	    padding: 0;
	}

	.navbar-nav.nav .dropdown-menu > li { float: left }
	.navbar-nav.nav .dropdown-menu > li > a {
	    width: auto !important;
	    background: transparent;
	    line-height: 49px;
	    padding-top: 0;
	    padding-bottom: 0;
	    margin: 0;
	}
  
  /* active show child menu */
	.navbar-nav .dropdown.active ul {display:inline;}  
}

/*Custom height of the navbar*/
.navbar-nav > li > a {
  padding-top:35px !important; 
  padding-bottom:35px !important;
  font-size: 17px !important;
}
.navbar {min-height:90px !important}

.navbar.navbar-fixed-top .navbar-inner{
    background: rgba(255, 255, 255, 0.3);
}

/*Logo size*/
#top-logo{height:80px;}

/*Shrink navbar on scroll*/
nav.navbar{
  /*background-color:#ccc;*/
    /*Animation
  	-webkit-transition: all 0.4s ease;
  	transition: all 0.4s ease;
  */
}

nav.navbar.shrink {
  min-height: 35px !important;
  height: 50px !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#top-logo.shrink {
  min-height: 35px !important;
  height: 50px !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navbar-nav > li > a.shrink {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#bbe-footer-wrap {
	background-color: #f3f3f3 !important;
}

/*Slider height*/
.carousel .item {
  height: 500px;
}

.item img {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 500px;
}

.navbar-default .navbar-nav > li > a {
  color: #00487C !important;
}

/* IMAGE CIRCLES */
.btn05 {
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	/*width: 300px;
	height: 300px;*/
}
.btn05 img {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}
.btn05 .ovrly {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn05 .buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn05 .buttons .fa {
    background: rgb(256, 256, 256);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 100px;
    height: 100px;
    opacity: 0;
    position: relative;
    -webkit-transition: all 0.3s, color 0.1s 0.3s;
    -moz-transition: all 0.3s, color 0.1s 0.3s;
    -o-transition: all 0.3s, color 0.1s 0.3s;
    transition: all 0.3s, color 0.1s 0.3s;
    color: transparent;
	background-image: url("/wp-content/uploads/2017/07/logo-2.png");
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: center; 
	background-size: 70%;
}
.btn05 .buttons .fa-link {
    left: -10px;
}
.fa-link::before {
    float: left;
    margin-left: 30px;
}
.btn05 .buttons .fa-search {
    left: 10px;
}
.btn05:hover .buttons .fa {
    opacity: 1;
    left: 0;
    color: rgba(50, 50, 50, 0.9);
}
.btn05:hover .ovrly {
    opacity: 1;
}