/* CSS Document */

 /*
 *
 *1.0 - General 
 *
 *--------------------
 */
html {
  scroll-behavior: smooth;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #444347;
	/*line-height: 31px;*/
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 {
	font-family: 'Crimson Text', serif;
	margin-bottom: 20px;
	margin-top:0px;
	font-weight: 300;
}
h1 {
	font-size: 47px;
	color: #723ba7;
}
h1.event {
	font-family: 'Allura', cursive;
	color: #853A95;
	font-size: 68px;	
}
h1.eventmain19 {
	font-family: 'Lobster', cursive;
	color: #853A95;
	font-size: 68px;	
}
h1.eventminor19 {
	font-family: 'Crimson Text', cursive;
	color: #C2151C;
	font-size: 68px;	
}
h1.eventraffle {
	font-family: 'Crimson Text', cursive;
	color: #853A95;
	font-size: 55px;	
}
h1.event17 {
	font-family: 'Rye', cursive;
	color: #373042;
	font-size: 42px;	
}
h1.event17sub {
	font-family: 'Lily Script One', cursive;
	color: #373042;
	font-size: 42px;	
}
h2.event18 {
	font-family: 'Average Sans', sans-serif;
	color: #673B90;
	font-size: 38px;	
}
h1.gumbo {
	font-family: 'Cookie', cursive;
	color: #373042;
	font-size: 100px;	
}
h1.gumbo2 {
	font-family: 'Fredericka the Great', cursive;
	color: #373042;
	font-size: 60px;	
}
h2 {
	color: #373042;
	font-size: 29px;
}
h2.event {
	font-family: 'Allura', cursive;
	color: #373042;
	font-size: 38px;	
}
h2.event {
	font-family: 'Allura', cursive;
	color: #373042;
	font-size: 42px;	
}
h3 {
	font-size:21px;
}
h3.event {
	font-family: 'Allura', cursive;
	color: #373042;
	font-size: 32px;
}
h3.event17 {
	font-family: 'Rye', cursive;
	color: #373042;
	font-size: 30px;	
}
h4 {
}
p {
	margin-bottom: 20px;
	margin-top:0px;
	color:#74737A;
	font-size:18px;
	font-weight:300;
}

a{
	color:#602D92;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:#877AA7;
}
hr {
    overflow: visible; /* For IE */
    height: 30px;
    border-style: solid;
    border-color: black;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
hr:before { /* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}
.lead-font {
	font-size: 21px;
}
ul, ol{
	//margin-bottom:20px;
	padding-left:20px;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
}
ul li{
	//list-style:none;
	font-weight: 300;
}
ol{
	//padding-left: 27px;
}
ol li{
	color:#74737A;
	font-weight: 300;
}
.tp-btn {
	background-color: #877AA7;
	color: #fff;
	font-size: 18px;
	padding: 8px 30px;
	text-transform: uppercase;
	font-weight: 500;
	/*margin-bottom:5px;*/
	border-radius: 4px;
	box-shadow: 2px 2px 0px #625D7F;
}
.tp-btn:hover{
	color:#fff;
	background-color:#602D92;
}
.divider{
	border-bottom:2px solid #dedede;
	padding-bottom:28px;
	border-bottom-style: dashed;
	margin-bottom:30px;
}
::selection {
	background: #74737A;
	color: #fff;
}
.has-padding {
	padding:10px;
}
.purple {
	color: #8c5fa8;
	font-weight: 600;
}
.white {
	color: #fff !important;
	font-weight: 500;
}

//@media (max-width: 820px) {
    //.navbar-header {
        //float: none;
    //}
    //.navbar-toggle {
        //display: block;
    //}
    //.navbar-collapse {
        //border-top: 1px solid transparent;
        //box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    //}
    //.navbar-collapse.collapse {
        //display: none!important;
    //}
    //.navbar-nav {
        //float: none!important;
        //margin: 7.5px 15px;
    //}
    //.navbar-nav>li {
        //float: none;
    //}
    //.navbar-nav>li>a {
        //padding-top: 10px;
        //padding-bottom: 10px;
    //}
    //.collapse.in{
        //display:block !important;
    //}
//}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu{ display: none; }
    .navbar .nav-item:hover .nav-link{   }
    .navbar .nav-item:hover .dropdown-menu{ display: block; }
    .navbar .nav-item .dropdown-menu{ margin-top:0; }
}	

table {
        max-width: none;
        table-layout: fixed;
        word-wrap: break-word;
	font-size:14px;
}

.vertical-align {
    display: flex;
    align-items: center;
}

/*---------------------------------------------------------------
 /*
 *
 *3.1 - Header
 *
 *---------------------------------------------------------------
 */

.nopadding {
  padding:0px !important;
}

.tp-topbar {
	background-color: #602d92;
	padding: 6px 0px;
}
.tp-topbar ul.topbar-links{
	margin-bottom:0px;
}
.tp-topbar .topbar-links{
	float:right;
        position:relaitve;
	z-index:5;
}
.tp-topbar ul.topbar-links li {
	list-style: none;
	float: left;
	color: #9b62d1;
	margin-right: 10px;
	font-size: 14px;
	font-family: 'Roboto Slab', serif;
	text-transform: uppercase;
}
.tp-topbar ul.topbar-links li a {
	color: #ad72e5;
	margin-right: 7px;
	font-size: 14px;
	font-family: 'Roboto Slab', serif;
	text-transform: uppercase;
}
.tp-topbar ul.topbar-links li a:hover{
	color:#fff;
}
#top-search {
	float: left;
	height: 30px;
	background: #592789;
	border: none;
	outline: none;
	line-height: 24px;
	padding: 7px 15px;
	color: #fff;
	display: none;
	webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
li.search a {
	float:left;
}
li.search a i{
	margin-top: 0px;
	margin-left: 12px;
	font-size: 13px;
}
.tp-header .navbar-default {
  background-color: #723ba7;
  border: none !important;
  border-radius: 0px;
  padding-right:10px;
}
.tp-header .navbar-default .navbar-collapse {
  border: 0px !important;
  box-shadow: 0px 0px 0px !important
}
.tp-header .nav-item .dropdown {
  margin-bottom:-15px !important;
}
.tp-header .navbar-nav>li {
  margin-right: 5px;
}
.tp-header .navbar-brand {
	float: left;
	padding: 0px;
	margin-left:0px!important;
}
.tp-header .navbar {
	position: relative;
	//padding-top: 15px;
	//padding-bottom: 15px;
        padding: 0px !important;
	margin-bottom: 0px;
}
.tp-header .navbar-default .navbar-nav>li>a {
	color: #e7cffd;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}
.tp-topbar .btn-donate{
	background-color:#877AA7;
	color:white !important;
	padding:0px 5px 0px 5px !important;
}
.tp-header .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #fff;
	background-color: transparent;
}
.dropdown-menu {
	position: absolute;
	right: 0;
	top: 95%;
	left: auto;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0 !important;
	margin: 2px 0 0 !important;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #54277f;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px !important;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #e7cffd;
	white-space: nowrap;
	font-size: 16px;
}
.dropdown-toggle:hover {
	color:#877AA7;
}
.dropdown-menu>li>a:hover {
	background:white;
	color:black;
}
.tp-header .btn-donate {
	background-color: #54277f;
	padding: 5px 15px;
	//margin-top: 10px;
	border: none;
}
.tp-header .btn-donate:hover{
	background-color:#877AA7!important;
}

/*---------------------------------------------------------------
 /*
 *
 *3.2 - Banner
 *
 *---------------------------------------------------------------
 */

#banner{}
.banner{}

.banner .flex-direction-nav .flex-prev{left:0px;}
.banner .flex-direction-nav .flex-next{right:0px;}
.banner .flexslider{border: 0px; }
.banner .flexslider .container{margin-right:0px !important; margin-left:0px !important;}
.banner ul.slides .caption{
	/*padding-top: 100px;*/
	position: absolute;
	bottom: 10%;
	width:50%;
}
.banner .caption .special-font{
	vertical-align: middle;
	font-family: 'Special Elite', cursive;
	font-size:50px;	
	text-transform:uppercase;
	z-index: 100;
}
.banner .caption h1{
	color:#fff;
	text-transform: uppercase;
	font-family: 'Special Elite', cursive;
	margin-bottom:0px;
        text-shadow: 1px 1px #111;
}
.banner .caption h1 span{
	font-size:140px;
	font-weight:bold;
	line-height:150px;
}
.banner .caption .text-white{
	color:#fff;
        text-shadow: 1px 1px #111;
}
.slider2{}
.banner ul.slides .slider2{
	/*padding-top: 100px;*/
	position: absolute;
	bottom: 10%;
	width:50%;
	z-index: 100;
}
.banner .caption .text-dark{
	color:#723ba7;
        /*background: rgb(255,255,255);
        background: rgba(255,255,255,0.7);*/
}

.banner h2.special-font{
	color:#723ba7;
	text-transform: uppercase;
	font-family: 'Special Elite', cursive;
	margin-bottom:0px;
        text-shadow: 1px 1px #111;
}
.banner .caption h2 span{
	color:#f637a4;
	text-transform: uppercase;
	font-family: 'Special Elite', cursive;
	margin-bottom:0px;
	font-size:70px;
}
.banner .caption .tp-btn{
	background:#fff;
	/*padding: 12px 38px 6px 38px;*/
	padding: 3% 6% 2% 6%;
	font-size:26px;
	color:#602D92;
	font-family: 'Special Elite', cursive;
}
.slider2 .tp-btn-slide{
	color: #fff;
	/*padding: 12px 70px 6px 55px;*/
	padding: 3% 6% 2% 6%;
	font-size:26px;
	background-color:#602D92;
	font-family: 'Special Elite', cursive;
	text-transform:uppercase;
	/*margin-bottom:5px;*/
}
.slider2 .tp-slide{
	color: #fff;
	padding: 12px 38px 6px 38px;
	font-size:26px;
	background-color:#723ba7;
	font-family: 'Special Elite', cursive;
	text-transform:uppercase;
}

@media (max-width: 1200px) { 
  .banner ul.slides .caption{
    width:90% !important;
    padding-left:10px;
  }
  .banner ul.slides .slider2{
    width:90% !important;
    padding-left:10px;
  }
  .banner .caption .special-font{
    font-size:26px !important;
  }
  .banner .caption .tp-btn {
    font-size:26px !important;
  }
  .slider2 .tp-btn-slide{
    font-size:26px !important;
  }
  .banner .caption {
    font-size:14px !important;
  }
}

@media (max-width: 800px) { 
  .banner .caption .special-font{
    font-size:18px !important;
    padding:0px !important;
  }
  .slider2 .tp-btn-slide{
    font-size:14px !important;
    padding: 1% 1% 1% 1% !important;
  }
  .banner .caption {
    font-size:14px !important;
  }
  .banner .caption .tp-btn{
    font-size:14px !important;
    padding: 1% 1% 1% 1% !important;
  }
  p {
    font-size:14px !important;
  }
}

/*---------------------------------------------------------------
 /*
 *
 *3.3 - About Section
 *
 *---------------------------------------------------------------
 */
 #about-section{}
.about-section{
	padding:100px 0px;
}
.about-section .about-desc{border-bottom: 2px solid #dedede;
padding-bottom: 28px;
border-bottom-style: dashed;
margin-bottom: 30px;
display:inline-block;}
.about-section .about-desc .special-font{
	font-size:72px;
	font-family: 'Crimson Text', cursive;
	text-transform:uppercase;
	text-align:right;
	padding-right:30px;
}
.about-section .about-desc .special-font .special-font-color{
	color:#877AA7;
}
.about-section .about-features{
	margin-top:10px;
}
.about-section .about-features .abt-features-blk{
	margin-bottom:10px;
}


/*---------------------------------------------------------------
 /*
 *
 *3.4 - Program Section
 *
 *---------------------------------------------------------------
 */

#program-section{}
.program-section{
	padding:100px 0px;
	background-color:#f5f2f8;
}
.program-section .prgm-title{
	margin-bottom:40px;
}
.program-section .bc-program-blocks{}
.program-section  .bc-program-blocks .bc-program-block{}
.bc-program-block h3 a{
	color:#363438;
}
.bc-program-block h3 a:hover{
	color:#877AA7;
}
.program-section .btn-block{
	margin-top: 50px;
	text-align: center;
}
.program-section .btn-block .tp-btn{
	padding: 15px 30px;
}
/*---------------------------------------------------------------
 /*
 *
 *3.5 - Help Section
 *
 *---------------------------------------------------------------
 */

#help-section{}
.help-section{
	padding:100px 0px;
}
.help-section .help-title{
	margin-bottom: 40px;
}
.help-section .bc-help-blocks{
	text-align:center;
}
.help-section .bc-help-blocks .bc-help-block{
}
.help-section .bc-help-blocks .bc-help-img{
	margin-bottom: 30px;
}
.help-section .bc-help-block .tp-btn{ 
	padding: 8px 20px;
	margin-top: 17px;
}

.imglogo {
    padding-top:10px;
    padding-left:15px;
    margin-bottom:-25px;
    position:relative;
    top:-30px;
    z-index:0;
}

.padheader {
    height:112px;
}

.padding15 {
    padding:15px;
}

.padding10 {
    padding:10px;
}

.nopadright {
    padding-right:0px !important;
}

.nopadleft {
    padding-left:0px !important;
}

.rightpad30 {
    padding-right:30px;
}



/*---------------------------------------------------------------
 /*
 *
 *3.6 - News Section
 *
 *---------------------------------------------------------------
 */

#news-section{}
.news-section{
	padding:100px 0px;
	background-color:#f5f2f8;
}
.news-section .news-title{
	margin-bottom: 28px;
}
.news-section .bc-blog{
	margin-bottom: 12px;
}
.news-section .blog-pic{
	margin-bottom: 30px;
}
.news-section .blog-pic img{ 
	width:100%;
}
.news-section .bc-blog-post{}
.news-section .bc-blog-post h2 a{ 
	color:#363438
}
.news-section .bc-blog-post h2 a:hover{ 
	color:#877AA7
}
.news-section .bc-blog-post .meta{}
.news-section .bc-blog-post .meta i{
	margin:0px 5px;
	color:#95949a;
}
.news-section .bc-blog-post .meta-date, .news-section .bc-blog-post .meta-tag, .news-section .bc-blog-post .meta-comment{
	margin-right:5px;
	font-size:13px;
}
.news-section .bc-blog-post .meta-date{}
.news-section .bc-blog-post .meta-tag{}
.news-section .bc-blog-post .meta-comment{}
.news-section .bc-blog-post .tp-btn{
	margin-top: 5px;
}


/*---------------------------------------------------------------
 /*
 *
 *3.7 - Bc-facts Section
 *
 *---------------------------------------------------------------
 */



/*---------------------------------------------------------------
 /*
 *
 *3.8 - News letter Section
 *
 *---------------------------------------------------------------
 */

#news-letter-section{}
.news-letter-section{
	padding:46px 0px;
	background-color:#2e2d2f;
}
.news-letter-section h2{
	color:#fff;
	line-height: 54px;
	margin-bottom:0px;
}
.news-letter-section .news-letter{}
.news-letter-section .news-letter .form-control{
	background-color:#383739;
	border:none;
	/*padding: 24px 12px;*/
	color:#fff;
	font-size:18px;
}
.news-letter-section .news-letter .input-group-btn .btn{
	background-color: #877AA7;
	border: none;
	padding: 13px 26px;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}


/*---------------------------------------------------------------
 /*
 *
 *3.9 - Footer
 *
 *---------------------------------------------------------------
 */

#footer{}
.footer{
	padding:100px 0px;
	background-color:#383739;
}
.footer h1{
	color:#fff;
	text-transform:uppercase;
	font-family: 'Averia Serif Libre', serif;
	font-size: 48px;
}
.footer .ft-desc p{
	border-bottom:2px solid #2e2d2f;
	margin-bottom:50px;
	padding-bottom: 28px;
	/*line-height: 31px;*/
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color:#cfcfe1;
	-webkit-font-smoothing: antialiased;
}
.footer .ft-desc .call{
	color: #877AA7;
}
.footer .ft-blocks{}
.footer .ft-blocks .ft-block{}
.ft-block h2{
	color:#fff;
}
.ft-block ul {
	padding:0px !important;
	margin:0px !important;
}
.ft-block ul li, .ft-block ul li a{
	color:#E6E6FA;
	line-height:30px;
        font-size:11pt;
	list-style-type: none;
}
.ft-block ul li a:hover{
        color: #877AA7;
}
.ft-block ul li i{
	margin-right:10px;
}

/*---------------------------------------------------------------
 /*
 *
 *3.10 - Tiny Footer
 *
 *---------------------------------------------------------------
 */

#tiny-footer{}
.tiny-footer{
	padding:30px 0px 2px 0px;
	background-color:#2e2d2f;
}
.tiny-footer p {
	font-size:16px;
	color:#847e89;
}
.tiny-footer ul{float: right;}
.tiny-footer ul li{
	float: left;
	margin-right: 10px;
	font-size: 20px;
	list-style: none;
}
.tiny-footer li a{
	color:#847e89;
}
.tiny-footer li a:hover{
	color:#877AA7;
}

 
/*----------------------------------------------------
 *
 *  Repeatable css 
 *
 *----------------------------------------------------
 */
 
 .main-container {
	 padding:70px 0px;
 }
.bc-breadcrumb{
	background-color:#f1f0f2;
}
.bc-breadcrumb .breadcrumb{
	background-color: transparent;
	 padding: 20px 15px 0px;
}
.bc-breadcrumb .breadcrumb>li {
	display: inline-block;
	font-size:16px;
}
.bc-breadcrumb .breadcrumb>li::after {
        content: "\00a0";
}
.bc-breadcrumb .breadcrumb>.active {
	color: #db3694;
}
.lead-text{
	font-size:21px;
	color:#924BB7;
	font-weight:300;
}
.bc-pic{
	margin-bottom:30px;
}
.bc-ct{}
.left-side{}
.right-side{} 
.angle-double-right  li{
   display:block;
}
 .angle-double-right li:before { 
 	content: "\f101" !important; 
	font-family: FontAwesome; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: inherit; 
	color: #877AA7; 
	font-size: 18px;
	margin-right: 10px;
}
 .donate{
	 background-color:#774ba1;
	 padding: 22px 15px 70px;
	 margin-bottom:20px;
	 border-radius:2px;
}
 .donate h2{
	 color:#fff;
	 line-height:42px;
 }

input.form-control, select.form-control {
	display: block;
	width: 100%;
	height:51px;
	padding: 6px 12px;
        margin-bottom:16px !important;
	font-size: 18px;
	line-height: 1.42857143;
	color: #999;
	background-color: #f5f3f6;
	background-image: none;
	font-weight:300;
	border:1px solid #e1e0e1;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
textarea.form-control{background-color: #f5f3f6; border:1px solid #e1e0e1; font-size: 18px;}
.radio label, .checkbox label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
	line-height: 1;
}
 .donate .btn-donate {
	background-color: #54277f;
	padding: 10px 20px;
	border: none;
	color:#fff;
	font-size:19px;
	text-transform: uppercase;
font-weight: 500;
float:right;
margin-top:20px;
}
.donate .radio label{
	color:#fff;
}
 .newsletter{
	 background-color:#877AA7;
	 padding: 20px 29px 50px;
	 margin-bottom:20px;
	 border-radius:2px;
}
 .newsletter h2, .newsletter p{
	 color:#fff;
 }
 .newsletter .tp-btn{
	 border-radius:0px;
	 border-color:transparent;
	 border:0px;
	 background-color:#54277F;
	 float:right;
	 -webkit-box-shadow: 0px 0px 0px rgba(225, 9, 132, 1);
-moz-box-shadow: 0px 0px 0px rgba(225, 9, 132, 1);
box-shadow: 0px 0px 0px rgba(225, 9, 132, 1);
padding:10px 20px;
border-radius:4px;
 }
 .help{
	 background-color:#382F3F;
	 padding: 30px 23px;
	 margin-bottom:20px;
	 border-radius:2px;
}
.help ul{
	margin-bottom:0px;
}
.help h2, .help ul li a{
	color:#eee;
}
 .help ul li a:hover{
	color:#fff;
}
  .help .angle-double-right li:before{
	  color:#fff;
  }

 
 /*----------------------------------------------------
 *
 *  4.0 - About us
 *
 *----------------------------------------------------
 */
 
 #about{}
 .about-page{}
 .box{
	 background-color: #ececec;
	padding: 42px 20px;
	text-align: center;
}
 .box i,  .box-ct h1,  .box-ct h3{
	 color:#877AA7;
}
.doing-things{
	margin-bottom:10px;
}
 .box-ct{padding-top: 39px;}
 .box-ct h1{
	 font-family: 'Averia Serif Libre', serif;
	 margin-bottom: 0px;
}
 .box-ct h3{}
 .doing-things .divider{
	 margin-bottom:0px;
 }
 /*.doing-things:last-of-type {
    background: #ff0000;
}*/
 
  /*----------------------------------------------------
 *
 *  5.0 - Abt Breast Cancer
 *
 *----------------------------------------------------
 */
 
 #abt-breast-cancer{}
 .abt-breast-cancer{}
.wh-bc-blocks{}
 .abt-breast-cancer .wh-bc-blocks .wh-bc-block{} 
 .abt-breast-cancer .wh-bc-blocks .divider{
	 
	 }
 
   /*----------------------------------------------------
 *
 *  6.0 - Diagnosis
 *
 *----------------------------------------------------
 */
 
 #diagnosis{}
 .diagnosis{}
  .diagnosis .angle-double-right li {
  }
  
 /*----------------------------------------------------
 *
 *  7.0 - Sign Symptoms
 *
 *----------------------------------------------------
 */
  
  #sign-symptoms{}
  .sign-symptoms{}
  
  
  
  /*----------------------------------------------------
 *
 *  8.0 - Prevention Cancer
 *
 *----------------------------------------------------
 */
  
  

  
    /*----------------------------------------------------
 *
 *  9.0 - Screening
 *
 *----------------------------------------------------
 */
 

 /*----------------------------------------------------
 *
 *  10.0 -  Secondary Breast Cancer
 *
 *----------------------------------------------------
 */
 

   /*----------------------------------------------------
 *
 *  11.0 -  Early detection
 *
 *----------------------------------------------------
 */
 #early-detection{}
 .early-detection{}
  /*----------------------------------------------------
 *
 *  12.0 -  Treatment
 *
 *----------------------------------------------------
 */
  #treatment{}
  .treatment{}
  
  /*----------------------------------------------------
 *
 *  13.0 -  Stage
 *
 *----------------------------------------------------
 */  
  #stage{}
  .stage{}  
  
  /*----------------------------------------------------
 *
 *  14.0 -  Blog
 *
 *----------------------------------------------------
 */
 
 #blog{}
 .blog{}
 .blog .meta{}
 .blog .meta i{
		margin:0px 5px;
		color:#95949a;
	}
	.blog .meta-date, .blog .meta-tag, .blog .meta-comment, .blog .meta-admin, .blog .meta-date{
		margin-right:5px;
		font-size:13px;
	}
	.blog .meta-date{}
	.blog .meta-tag{}
	.blog .meta-comment{}
	.tp-pagination .pagination>.active>a{
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #877AA7;
	border-color: #877AA7;
	margin-right: 10px;
	border-radius: 2px;
	}
	.tp-pagination .pagination>li>a{
	color: #706f74;
	padding: 9px 16px;
	margin-right: 10px;
	border-radius: 2px;
}
	.tp-pagination .pagination>li>a:hover{
	color: #fff;
	background-color: #877AA7;
	border-color: #877AA7;
	margin-right: 10px;
	padding: 9px 16px;
}
	.search-widget, .category-widget, .popular-post-widget{
		margin-bottom:30px;
	}
	.title-heading{
		margin-bottom:30px;
	}
	.blog .divider{
		padding-bottom: 30px;
	}
	.search-widget{}
	.search-widget .input-group-addon {
		padding: 6px 18px;
		font-size: 14px;
		font-weight: 400;
		line-height: 1;
		color: #fff;
		text-align: center;
		background-color: #877AA7;
		border: 1px solid #877AA7;
		border-radius: 0px 2px;
		font-size: 18px;
	}
   .category-widget{}
   .popular-post-widget{}
   .tags-widget{}
   .tags-widget a{
	   margin:5px 7px 0px;
}
   .tags-widget a.tp-btn{
	   font-size: 18px;
	   padding: 4px 14px;
	   background-color:#f1f1f1;
	   color:#444347;
	   -webkit-box-shadow: none;
	   text-transform:inherit;
	   font-weight:300;
}
 .tags-widget a.tp-btn:hover{
	 background-color:#877AA7;
	 color:#fff;
 }
    /*----------------------------------------------------
 *
 *  15.0 -  Blog Detali
 *
 *----------------------------------------------------
 */
 
  #blog-detail{}
  .blog-detail{}
 .blog-detail .meta{}
 .blog-detail .meta i{
		margin:0px 5px;
		color:#95949a;
	}
	.blog-detail .meta-date, .blog-detail .meta-tag, .blog-detail .meta-comment, .blog-detail .meta-admin, .blog-detail .meta-date{
		margin-right:5px;
		font-size:13px;
	}
	.blog-detail .meta-date{}
	.blog-detail .meta-tag{}
	.blog-detail .meta-comment{}
	.blog-detail .divider{
		padding-bottom: 30px;
	}
	.blog-detail blockquote{
	padding: 10px 20px;
	margin: 0 0 40px;
	font-size: 17.5px;
	border-left: 10px solid #723ba7;
	background-color: #f3f1f4;
	}
	.blog-detail blockquote p{
	color: #723ba7;
	}
	.blog-detail mark{
		background-color: transparent;
		color: #723ba7;
	}
	#tp-author{}
	 .tp-author{
		 padding-top: 30px;
		padding-bottom: 30px;
	}
	 .tp-author .tp-author-details{
		 margin-top:30px;
		}
	 .tp-author .tp-author-details .tp-author-pic{
		 text-align:center;
	}
	 .tp-author .tp-author-details .tp-author-desc{}
	 .tp-author .tp-author-details .tp-author-desc h3 a{
		 color:#723ba7;
	}
	#tp-comments{}
	.tp-comments{margin-top: 50px;}
	.tp-comments .tp-comment{}
	.tp-comments .tp-comment .tp-comment-pic img{
		margin-right: 20px
	}
	.tp-comments .tp-comment .tp-user-name{}
	.tp-comments .tp-comment .tp-user-name a{
		color: #723ba7;
	}
	.tp-comments .tp-comment .tp-comment-meta{
		font-size: 13px;
		color: #877AA7;
		font-family: 'Roboto', sans-serif;
	}
	.tp-comments .tp-comment .tp-btn-reply{
		float: right;
		background-color: #818084;
		color: #fff;
		font-size: 14px;
		font-weight: 500;
		border: none;
		border: none;
		text-transform: uppercase;
		border-radius: 2px;
	}
	.tp-comments .divider{
		padding-bottom: 0px;
	}
	#leave-reply{}
	.leave-reply{}
	.leave-reply .form-horizontal{}
	.leave-reply .form-horizontal .form-group {
		 margin-right: 0px;
		 margin-left: 0px;
	}
 /*----------------------------------------------------
 *
 *  16.0 - Event 
 *
 *----------------------------------------------------
 */
 #event{}
 .event{}
 .event .meta-event{}
 .event .meta-event i{
	 margin-right: 5px;
}
 .event .meta-event .meta-date, .event .meta-event .meta-time, .event .meta-event .meta-addr{
	 margin-right: 10px;
}
 
 /*----------------------------------------------------
 *
 *  17.0 - Event Detail
 *
 *----------------------------------------------------
 */
  #event-detail{}
  .event-detail{}
   .event-detail .meta-event i{
	 margin-right: 5px;
}
  .event-detail .meta-event .meta-date, .event-detail .meta-event .meta-time, .event-detail .meta-event .meta-addr{
	 margin-right: 10px;
}
    /*----------------------------------------------------
 *
 *  18.0 -  Contact
 *
 *----------------------------------------------------
 */
  #contact{}
  .contact{}
  .contact address{
	  color: #74737A;
	  font-size: 18px;
	font-weight: 300;
 }
   .contact .ct-map{
	   margin-top:40px;
	   }

.location-map {
        height:260px;
        background-color: #f9f1e6;
} 
.location-map iframe {
        width:100%;
        height:260px;
        border:0;
}
     /*----------------------------------------------------
 *
 *  19.0 -  Donate Form
 *
 *----------------------------------------------------
 */
  #donate-form{}
  .donate-form{}
  .donate-form .donate-form-blk, .donate-form .fact-donate{margin-top: 50px;}
  .donate-form .form-horizontal .control-label {
	padding-top: 7px;
	margin-bottom: 0;
	text-align: left;
	font-weight: 300;
}
 .fact-donate h1.special-font-color{
	color: #877AA7;
	font-family: 'Crimson Text', serif;
	text-transform: uppercase;
	font-size:71px;
}
 .fact-donate h1{
	color: #877AA7;
	font-family: 'Crimson Text', serif;
	text-transform: uppercase;
	font-size:60px;
	margin-bottom:0px;
}
 .fact-donate h2{
	color: #723ba7;
	font-family: 'Crimson Text', serif;
	text-transform: uppercase;
	font-size:39px;
	margin-bottom:0px;
}
  .donate-form .female, .donate-form .female-color{
	  font-size:70px;
	  color:#e5e1ea;
	  margin-right:7px;
	  margin-bottom:20px;
  }
 .donate-form .female-color{
	 color: #e9178f;
 }
 .donate-form  .tp-btn{
	 margin-top:40px;
 }
  /*----------------------------------------------------
 *
 *  20.0 - Volunteer
 *
 *----------------------------------------------------
 */
  #volunteer{}
 .volunteer{}

  /*----------------------------------------------------
 *
 *  21.0 - Columns
 *
 *----------------------------------------------------
 */
 
 #columns{}
 .columns{}
  .columns .divider{
	  border-bottom: 2px solid #dedede;
	padding-bottom: 8px;
	border-bottom-style: dashed;
	margin-bottom: 30px;
}
   /*----------------------------------------------------
 *
 *  22.0 - Alerts
 *
 *----------------------------------------------------
 */
 #alert{}
 .alert{}
 .alert-standard{
	 color: #b9b5b4;
	background-color: #ffffff;
	border-color: #e6e4e9;
}
 
 
   /*----------------------------------------------------
 *
 *  23.0 - List
 *
 *----------------------------------------------------
 */
 #list{}
 .list{}
 .check li, .long-arrow-right li, .circle li, .circle-o li{
   display:block;
}
 .check li:before { 
 	content: "\f00c"; 
	font-family: FontAwesome; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: inherit; 
	color: #877AA7; 
	font-size: 18px;
	margin-right: 10px;
}
 .long-arrow-right li:before { 
 	content: "\f178"; 
	font-family: FontAwesome; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: inherit; 
	color: #877AA7; 
	font-size: 18px;
	margin-right: 10px;
}
 .circle li:before { 
 	content: "\f111"; 
	font-family: FontAwesome; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: inherit; 
	color: #877AA7; 
	font-size: 18px;
	margin-right: 10px;
}
 .circle-o li:before { 
 	content: "\f10c"; 
	font-family: FontAwesome; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: inherit; 
	color: #877AA7; 
	font-size: 18px;
	margin-right: 10px;
}
 
   /*----------------------------------------------------
 *
 *  24.0 - 404 page
 *  
 *----------------------------------------------------
 */
 
 #error{}
 .error{}

 .error .special-font-color{
	color:#877AA7;
	font-family: 'Averia Serif Libre', serif;
	text-transform: uppercase;
}
.error-bx{}
.error-bx h1, .error-bx span{ color:#877AA7;
	font-family: 'Averia Serif Libre', serif;
	text-transform: uppercase;}
.error-bx h1{ font-size:300px; margin-bottom:0px; line-height:310px;}
.error-bx span{ font-size:80px; margin-bottom:30px; display:block;}
 
 /*----------------------------------------------------
 *
 *  25.0 - Faq
 *
 *----------------------------------------------------
 */
 #faq{}
 .faq{}
 .faq .general-info,  .faq .volunteer-faq,  .faq .donation{
	 margin-top:30px;
}
 .faq .volunteer-faq{}
 .faq .donation{}
 
 
 
 /*CUSTOM TIMELINE*/
.timeline {
  margin:0 auto;
  overflow:auto;
  padding:2%;
}
.right-content, .left-content {
  float:left;
  display:block;
  width:45%;
  padding:1% 2%;
}
.left-content {
  border-right:6px dashed orange;	
  text-align:right;
}
.left-content p {
  margin:150px 0 0;
}
.right-content p {
  margin:80px 0 150px;
}
.timeline p {
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7 ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;	
}
.left-content .more-padding {
  padding-right:100px;
}
.right-content .more-padding {
  padding-left:100px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    max-height:100%;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
}

.hiddenemailform {
    position: absolute;
    left: -5000px;
}

ul.icon
{
	list-style-type: none;
}

ul.icon li
{
	text-indent: -1.4em;
	margin: 0.5em 2em;
}

ul.icon li:before
{
	font-family: 'FontAwesome';
	content: "\f0da";
	float: left;
	width: 1.4em;
        color: gray;
}

ul.icon li.money:before { content: "\f0d6"; color:#8c8; }
ul.icon li.mapmarker:before { content: "\f041"; }

.inlineimage {
    max-width: 470px;
    margin-right: auto;
    margin-left: auto;
}

.images {
    display: inline-block;
    max-width: 98%;
    height: auto;
    width: 22%;
    margin: 1%;
    left: 20px;
    text-align: center
}

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  display: block;
  width: 100%;
  height:51px;
  padding: 16px 12px;
  font-size: 18px;
  line-height: 1.42857143;
  color: #999;
  background-color: #f5f3f6;
  border: 1px solid #e1e0e1;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
  background: white;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

#mc_embed_signup {
}

#mc-embedded-subscribe-form {
  background-color: #2e2d2f;
}

input.button {
	background-color: #877AA7;
	border: none;
	padding: 13px 26px;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}

#mc_embed_signup {
  background:#fff;
  clear:left;
  font:14px Helvetica,Arial,sans-serif;
  width:100%;
}

.popup-overlay{
  display:none;
  position:fixed;
  top:0;
  left:0;
  rigth:0;
  bottom:0;
  background-color:rgba(0,0,0,.5);
  width:100%;
  height:100%;
  text-align:center;
  padding:1rem;
  align-items:center;
  justify-content:center !important;
  z-index: 1005;
}
  .popup{
    display:inline-block;
    width:400px;
    min-height:200px;
    background-color:white;
    border-radius: 5px;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items:center;
    justify-content:center;
    padding:20px;
}

a.dfw,
a.hou{
  margin-top:0;
  display:inline-block;
  color:white;
  background-color:#673862;
  border-radius: 5px;
  padding: .25rem 1rem;
  text-decoration: none;
  text-transform: uppercase;
  font-family: sans-serif;
  margin-right:1rem;
  &:last-of-type{
    margin-right:0;
  }
}

.btn-shelter
{
  background-color:#602D92 !important;
  color:white !important;
  font-size:24pt !important;
}

.100percent
{
  width:100%;
}
