/* 

	Version: 1.0 
	Author: Bloemendaal in Vorm
	Author URI: http://www.bloemendaalinvorm.nl
	
*/
/*-----------------------------------------------------------------------------------

	0.	Clearfix
	1.  Basics
	2.	Masthead
	3.  Albums
	
-----------------------------------------------------------------------------------*/

/*---------------------------------------------- 
0. Clearfix
------------------------------------------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.clearfix {
  *display: inline-block;
  height: 1%;
}
.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
}


/*---------------------------------------------- 
1. Basics
------------------------------------------------*/

/* Links -------------------------------------- */
a {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
a:hover,
a:focus {
  text-decoration: none;
}

.btn-red {
	font-weight: 600;
	background: #ed1c24;
	color: #fff;
}

.btn-red:hover {
	color: #fff;
}

.btn-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  background: #352171;
  text-decoration: none;
  font-style: normal;
}

body {
	font-family: 'Open Sans', sans-serif;
}

h1,h2,h3,h4 {
	font-weight: 700;
}


/* -- Formulier -----------------------------*/
.tml-field {
  padding: .8rem 1.25rem;
  line-height: 1.5;
  border-radius: 10rem;
  border: none;
  background: #f5f5f5;
}

.tml-field:active,
.tml-field:focus {
  box-shadow: none;
}

.tml-button {
  color: #fff;
  background: #f7931e;
  font-weight: 700;
  padding: 1rem 1.25rem;
  border-radius: 10rem;
  border: none;
  text-transform: uppercase;
}

.tml-rememberme-wrap .tml-label {
  font-weight: 400;
}

.tml-button:hover {
  color: #fff;
  background: #f9ab4f;
}

.tml-links {
  list-style: none;
  padding: 0;
}
.tml-links a {
  color: #F7931E;
}



/*---------------------------------------------- 
2. Masthead
------------------------------------------------*/
#masthead {
	margin-bottom: 30px;
}

#masthead #logo {
	padding: 1em 0;
}

#masthead #logo img {
	max-width: 280px;
}

	#masthead-top,
	#masthead-nav {
		border-bottom: 1px solid #e6e6e6;
	}

  .navbar-collapse {
    padding: 1.5rem 0;
  }

	.navbar-nav .nav-link {
		font-size: 1rem;
		font-weight: 600;
		background: none;
		color: #000;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
		.navbar-nav .nav-link:hover,
		.navbar-nav .nav-item.current-menu-ancestor > a {
			color: #ed1c24;
		}
		
		.navbar-nav .nav-item.active a {
			font-weight: 700;
			color: #ed1c24;
		}

.dropdown-menu {
	background: #ed1c24;
	box-shadow: none;
	border: none;
	padding: 0.75em 1.5em;
}

.dropdown-menu li + li {
  margin-top: .5rem;
}

	.dropdown-menu li a {
		font-size: 1rem;
		font-weight: 400;
    background: none;
    padding: 0;
		color: rgba(255,255,255,0.6);
    text-decoration: none;
	}

		.dropdown-menu li a:hover,
		.dropdown-menu li.active a {
			color: rgba(255,255,255,1);
      background: none !important;
		}

.dropdown-item.active, .dropdown-item:active {
  font-weight: 700;
  background: none !important;
}
				
@media all and (min-width: 992px) {
  .navbar-nav .nav-item + .nav-item {
    margin-left: 1.5rem;
  }
  
  .navbar-collapse {
    padding: 0;
  }
}

/*---------------------------------------------- 
3. Albums
------------------------------------------------*/
	#albums  .album-row {
		margin-top: 40px;		
	}
	
		#albums  .album-row > div {
			padding: 7.5px;
		}
		
			#albums  .album-row > div img {
				margin: 0 auto;
        opacity: .85;
        transition: opacity .5s;
			}

      #albums  .album-row > div:hover img {
        opacity: 1;
			}
			
	#albums .image-box {
		padding: 1.25rem;
		background: #f5f5f5;
	}

/*---------------------------------------------- 
4. Pages
------------------------------------------------*/
#middle {
  padding: 4rem 0;
}

#middle h1 {
	margin-bottom: 1.5em;		
}

#middle h3 {
	margin-bottom: 1em;		
}

/* -- Footer ----------------------------------*/
.footer-upper {
  margin-top: 2rem;
  border-top: 2px solid rgba(53,33,113,.08);
  padding: 2.25rem 0;
}

.footer-upper .text-900 {
  font-weight: 700;
  color: #352171;
}

  .list-social {
    margin: 0;
  }

.footer-base {
  padding: 1.5rem 0;
  background: rgba(53,33,113,.08);
}

  .footer-base span {
    font-size: 1rem;
    padding: 0;
    color: #352171;
  }