
/* Remove Page Icon/Title */
.page .entry-title.format-icon {
display:    none;
}

/* Remove hr */
.entry-header .featurette-divider {
    display: none;
}



/*make the menu sub-menu items drop down on mouse hover */
ul.nav li.dropdown:hover > ul.dropdown-menu{
    display: block;
    margin: 0;
}

/* Prevent menu word-wrap  */
.navbar .nav li {
white-space: nowrap; 
}

/* Adjust the Slider Height */
#customizr-slider.carousel .item {
height:         350px;
min-height:     350px;
line-height:   350px;
}

/* Make Carousel fade - adapt 2s to required delay */
.carousel-inner > .item {
-webkit-transition: opacity 2s ease-in-out ;
transition:         opacity 2s ease-in-out ;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
opacity:        1;
z-index:        1;
left:           0;
}
.carousel-inner > .active.left {
opacity:        0;
z-index:        2;
left:           0;
}
.carousel-inner > .active.right {
opacity:        0;
z-index:        2;
left:           0;
}




/* 2px=thickness, solid=style (dotted - dashed - solid - double - groove - ridge - inset - outset), green=color 3F6886*/
header.tc-header {
border-bottom:  5px solid #749BB8;
}


/* Text control above menu */
.navbar-wrapper .navbar h2 {
  float: right;
  padding-right: 5px;
  font-style: normal;
  line-height: 19px;
  text-align: right;
  color: #3F6886;
   /* max-width: 240px; */
}

h2.site-description {
  font-size: 17px;
  padding-top: 0px;
  line-height: 20px;
   color: #5683A3;
 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.site-description:after {
    content:      "Stop smoking, lose weight, beat phobias,overcome fears";
    display:      block;
    font-size:    0.8em;      /* optional */
    font-weight:  normal;     /* optional */
    opacity:      0.7;        /* optional */
}



/* All Carousels */
.carousel-control {
display:        none;
}
 
/* Front-page Carousel only */
.home .carousel-control {
display:        none;
}



body {
/* Adjust sitewide (#5A5A5A) text color */    
color:              #3F6886;
/* Adjust sitewide (1.2em) text size */    
font-size:          1.0em;
/
/* Adjust sitewide text alignment */
text-align: justify; 
/* left|right|center|justify */
}


h1 { color:#3F6886; font-size:22px; }
h2 { color:#3F6886; font-size:18px; }
h3 { color:#3F6886; font-size:15px; }
h4 { color:#3F6886; font-size:14px; }
h7 { color:#3F6886; font-size:14px; }
.disclaimer {font-size: 0.85em;}

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

/* Header Social Icons */
.navbar-inner .social-block {
font-size: 1.25em;
}
/* Footer Social Icons */
.colophon .social-block {
font-size: 1.25em;
}

