/*  changes the divider to a diamond */

body hr.section-divider:after {content: "\f219";}

hr {
    margin-top: 10px;
    margin-bottom:10px;
    border: 0;
    border-top: 2px solid #A558B3;
}




/* changes the titles to lesser font size */

body .entry-title {font-size: 40px;} 


/* NAV BAR CHANGES
------------------*/
/* keeps the navbar color same but gives it a 50% tranasparency */

.navbar.navbar-default {background-color: rgba(84,56,126,0.5);}
.navbar {min-height:30px;}
.navbar {margin-bottom :20px}


/* changes padding above and below the text in the navbar*/
.navbar-nav > li > a {
	padding-top: 5px;
	padding-bottom: 5px;
}

.dropdown-menu > li > a {
	padding: 10px 10px;
	/*opacity: .5;*/
}

.dropdown-menu, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: rgba(223,192,224,0.85);
}


/* FONTS */
/* changes the body fonts to same as the nav bar and titles. */

div.entry-content {font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;}


/* social icon size change */
.social-icons ul li a {
    font-size: 48px;
}



/*  changes headers to different sizes from the defaults */

h1,
.h1 {
  font-size: 40px;
}

h2,
.h2 {
  font-size: 36px;
}

h3,
.h3 {
  font-size: 28px;
}

h4,
.h4 {
  font-size: 24px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 14px;
}


.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}





.page-header {

    border-bottom: None;
    padding-bottom: None;
    margin: None;
    
}



/*    === Changes product pages to full page with NO sidebar 
body.woocommerce #secondary {
    display: none;
}
body.woocommerce #primary {
    width: 100%;
}
*/

.collapse.navbar-collapse.navbar-ex1-collapse,
.navbar.navbar-default > .container {
    padding: 5;
}
/*#colophon nav.col-md-6 {
    display: none;
}
/*.copyright.col-md-6 {
    float: left;
    text-align: left;
}*/

