/* ==========================================================================
   Author's custom styles Assisi
   ========================================================================== 
*/

body {
	font-family: 'Montserrat', sans-serif;
	color: #7F8B99;
	margin-top: 125px;
}

.sidebar {
	background-color: #9dedd7;
}

.sidebar ol li a {
	color: #1ABC9C;
}

.sidebar h4 {
	font-size: 24px;
	color: #fff;
}

.row .col-md-8 img,
.blog-post {
    width: 100%;
    height: auto;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
		margin-bottom: 20px;
}

.row .col-md-8 .paypal-img {
	max-width: 200px;
	height: auto;
	border: 0;
	border-radius: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow none;
	margin-bottom: 20px;
}


.title {
	height: 200px;
	color: #1ABC9C;
}

.title h1 {
	display: block;
	position: relative;
	font-size: 3em;
	top: 45%;
}

h2, h3 {
	color: #1ABC9C;
}

h4 {
	color: #9d9d9d
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
}

.top-bar-assisi {
	color: #9dedd7;
	background: #1abc9c;
	text-transform: uppercase;
	padding: 20px;
	margin-bottom: 10px;
}

.assisi-email {
	float: right;
	color: #9dedd7;
	text-decoration: none;
}
.assisi-email:hover,
.assisi-email:focus {
	float: right;
	color: #fff;
	text-decoration: none;
}


p {
	font-size: 1.2em;
}

.top-bar-assisi p {
	display: inline-block;
	font-size: 14px;
}

.navbar-inverse {
	background: #fff;
}

.navbar-inverse .navbar-nav>li>a {
	color: #7F8B99;
	font-size: 18px;
	padding-right: 20px;
}

.navbar-inverse .navbar-nav>li>a:hover{
	color: #435061;
}

.navbar-inverse .navbar-nav>.active>a, 
.navbar-inverse .navbar-nav>.active>a:hover, 
.navbar-inverse .navbar-nav>.active>a:focus {
  color: #fff;
	border-bottom: 2px solid #fff!important;
}

.navbar-fixed-top {
	padding-bottom: 5px;
	transition: 0.3s;
	border: 0;
	box-shadow: 0px 2px 5px  rgba(0,0,0,.1);
}

.navbar-shrink {
	box-shadow: 10px 0px 5px rgba(0,0,0,.2);
	padding: 0;
}

.nav-logo {
	max-width: 300px;
	transition: all 0.3s;
	margin-left: 10px;
}

.nav-logo-shrink {
	width: 30px;
	padding: 10px 0;
	transition: all 0.3s;
}

.navbar-brand {
	padding-top: 0;
	padding-left: 0;
}

button.navbar-toggle {
	position: fixed;
	border-radius: 0;
	border: 0;
	top: 2px;
	right: 0px;
	padding: 16px;
	background: #1abc9c;
	border-radius: 4px;
}

/*Nav bar animation*/

.navbar-toggle .icon-bar {
	  position: relative;
	  transition: all 500ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
	  top: 6px;
	  transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
	  background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(4) {
	  top: -6px;
	  transform: rotate(-45deg);
}
.btn-donate,
#bs-example-navbar-collapse-1 ul > li:last-child a {
	color: #fff!important;
	background: #1abc9c;
	transition: all 0.1s;
	border-radius: 6px;
}

.btn-donate:focus,
.btn-donate:hover,
#bs-example-navbar-collapse-1 ul > li:last-child a:focus, 
#bs-example-navbar-collapse-1 ul > li:last-child a:hover {
	color: #1abc9c;
	background: #9dedd7;
}

.row {
	margin-top: 50px;
	margin-bottom: 50px;
}



/*Section    			 /////////////////////////////////////////// */
.container < .maps {
	padding: 0;
}

.section:nth-child(even) {
	background: #9dedd7;
}

.icon {
 	background: #29af8a;
	border-radius: 8px;	
}		

/*Carousel			 /////////////////////////////////////////// */
.fade-carousel {
		margin-top: 50px;
    position: relative;
    height: 80vh;
}
.fade-carousel .carousel-inner .item {
	height: 80vh;
	max-width: 100%;
	max-height: 100%;
}
.fade-carousel .carousel-indicators > li {
	margin: 0 2px;
	background-color: #fff;
	border-color: #fff;
	opacity: .7;
	width: 15px;
	height: 15px;
}
.fade-carousel .carousel-indicators > li.active {
  width: 15px;
  height: 15px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
		background: rgba(0,0,0,.6);
		padding: 40px 50px;
		border-radius: 8px;
    text-shadow: 1px 1px 0 rgba(0,0,0,.5);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero {
	color: #f5f5f5;
	background-color: #1abc9c;
	outline: none;
	margin: 20px auto;
	transition: all 0.3s;
	text-transform: uppercase;
}

.btn.btn-hero:hover,
.btn.btn-hero:focus {
 	color: #1abc9c;
	background-color: #f5f5f5;
}


/********************************/
/*       Slides backgrounds code for images is in the page-home template */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}


/********************************/
/*      TimeLine   					    */
/********************************/

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 50px;
  bottom: 40px;
  position: absolute;
  content: " ";
  width: 8px;
  background-color: #9dedd7;
  left: 50%;
  margin-left: -4px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 26px;
  left: 50%;
  margin-left: -14px;
  background-color: #1ABC9C;
  z-index: 100;
  border-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-title {
  margin-top: 0;
  color: #1abc9c;
	font-size: 2.2em;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

.timeline > li > .timeline-panel img {
  padding: 0;
}




/*Contact Form/////////////////////////////////////////// */

form {
	width: 100%;
}


input[type="text"], 
input[type="textfield"], 
input[type="email"], 
input[type="number"], 
input[type="url"], 
textarea {
	margin-top: 10px;
	width: 100%;
	background: transparent;
	border: none;
	1px solid #d4d4d4;
	margin-bottom: 40px;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175) inset;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175) inset;
	padding: 10px;
	border-radius; 4px;
}

input[type="text"]:focus, 
input[type="textfield"]:focus, 
input[type="email"]:focus, 
input[type="number"]:focus,
input[type="url"]:focus,
textarea:focus {

	width: 100%;
	color: #fff;
	border: none;
	background-color: #1abc9c;
	box-shadow: none;
	transition: all 0.3s;

}

textarea {
	border-bottom: 2px solid #1abc9c;
	transition: none;
}

textarea:focus {
	border-bottom: 2px solid #2c3e50;
	transition: none;
	transition: all 0.3s;
}

/*Blog posts/////////////////////////////////////////// */
.blog-post {
	padding: 0;
}

.blog-post a {
	font-size: 24px;
	color: #1abc9c;
	display: block;
	padding: 20px;
}

.blog-post a:hover,
.blog-post a:focus {
	text-decoration: none;
}

.blog-post a:visited {
	color: #1abc9c;
}

.blog-post a:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
	content: "\f016";
}

.blog-post:hover {
	background: #9dedd7;
}

.site-design {
	text-align: center;
	display: block;
	font-size: 12px;
}
/*Media Queries /////////////////////////////////////////// */

/* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
	
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {


}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

	.container {
		width: 100%;
	}
	.timeline > li > .timeline-panel {
		width: 100%;
		background: #fff;
	}
	
	.timeline > li > .timeline-panel:before {
		display: none;
	}
	
	.timeline > li > .timeline-panel:after {
		display: none;
	}
	
}

@media screen and (max-width: 640px){
	.row {
		margin-top: 25px;
	}	

	.title {
		height: 50px;
	}

	.title h1 {
		font-size: 2.2em;
		top: 0;
	}
	
	.timeline-title, h2 {
		font-size: 1.6em;
	}

	.top-bar-assisi {
		margin-bottom: 0;
	}

	.navbar-fixed-top {
		padding-bottom: 0;
	}

}


/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.hero h1 { 
		font-size: 2em; 
	}   
	
	.hero h3 {
		font-size: 1em;
	}
	
	.hero {
		min-width: 100%;
	}
	
	
	.container {
		width: 100%;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}










