

/*
Theme Name: xposebeautyco_theme
Theme URI: /wp-content/themes/xposebeautyco_theme/
Author: The Stem Group
Author URI: https://www.thestemgroup.com/
Description: This is the description for the theme.
Version: 1.0
License: Not for resale, personal use or useage by other parties but cleint.
License URI: http://www.thestemgroup.com
Tags: two-columns
Text Domain: blank


This theme is protected under copyright of the designer
*/


@charset "UTF-8";
/*  Main Structure */




html, body {
	min-height:100%;
	background-color: #ffffff;
	margin:0px;
	font-size:16px;
}

.container {
    min-height: calc(100vh - 290px);
}

/*  Footer  */



#footer {
	height:250px;
	width:100%;
	min-width:1190px;
	margin:0;
	padding:0;
    border-top: solid thin #a6a6a6;
	text-align:center;

}


#footer_c1 {
	width:455px;
	height:235px;
	display:inline-block;
	text-align:left;
	vertical-align:text-top;
	color:#ffffff;
	text-decoration:none;
    font-family:'Poppins', sans-serif;
	font-size:1.2rem; /* 12 pt */
	font-weight:lighter;
}

#footer_c2 {
	width:200px;
	height:130px;
	margin: 50px 40px 0 40px;
	display:inline-block;
	vertical-align:text-top;
	text-align:center;

}

#footer_c3 {
	width:455px;
	height:155px;
	margin:50px 0 0 0;
	display:inline-block;
	text-align:center;
	vertical-align:text-top;
	
}

#footer-copyright-wrapper {
	height:40px;
	width:100%;
	min-width:1100px;
	margin:0 0 0 0;
	padding:0;
	text-align:center;
	background-color: #f4f4f4;
    color: #000000;

}

#footer-copyright {
    height: auto;
    width: 1190px;
    margin: 15px auto 0 auto;
    font-family:'Poppins', sans-serif;
    font-size: 0.8rem;
    color: #000000;
    display: inline-block;
}



/*  Header  */


#slogan-wrapper {
	height:30px;
	width:100%;
	text-align:center;
	margin:0 auto 0 auto;
    background-color:#000000;
	display:block;
}

#slogan {
    height: 25px;
    width: 1190px;
    margin: 5px auto 0 auto;
    font-family:'Poppins', sans-serif;
    font-size: 1.125rem;
    letter-spacing: 0.3rem;
    display: inline-block;
}



#home-toplinks-wrapper {
	height:40px;
	width:100%;
    margin: 0 0 0 0;
}

#home-toplinks {
    height: 10px;
    width:1100px;
    margin: 0 auto 0 auto;
	text-align:center;
	margin:0 auto 0 auto;
}


#home-toplinks-left {
    height: 20px;
    width: 350px;
    font-family:'Poppins', sans-serif;
    font-size: 0.7rem;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    margin: 20px 215px 0 0;
    float: left;
}


#home-toplinks-right {
    height: 20px;
    width: 280px;
    font-family:'Poppins', sans-serif;
    font-size: 0.8rem;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    text-align: right;
    margin: 20px 0 0 255px;
    float: left;
}



#header {
    height:165px;
    width:100%;
	text-align:center;
    display: block;

}

.header-logo {
    margin: 0 20px 0 0;
    float: left;
}


#logo {
    height:auto;
    width:auto;
    margin: 0 0 15px 0;
    display: inline-block;
}



#navigation {
    height: 42px;
    width:1190px;
    margin:0 auto 0 auto;
    padding: 0;
    
}


/* navigation fancy pants */


a.nav {
  text-decoration: none;
  color: #000000;
  display: flex;
  display: inline-block;
}

ul.nav {
  list-style: none;
  position: relative;
  text-align: left;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
  display: inline-block;
}

li.nav {
  float: left;
    list-style: none;
}

/* clear'n floats */
ul.nav:after {
  clear: both;
}

ul.nav:before,
ul.nav:after {
    content: " ";
    display: table;
}

nav {
  position: relative;
  text-align: center;
  letter-spacing: 1px;
}

/* prime */
ul.primary li a {
  display: block;
  padding: 9px 13px; /*Space between navigation element*/
}

ul.primary li:last-child a {
  border-right: none;
}

ul.primary li a:hover {
  color: #000;
}

/* subs */
ul.sub {
  position: absolute;
  z-index: 200;
  min-width:158px;  /* width of sub menu */
  padding: 0;
  width: auto;
  display:none;
}

ul.sub li {
  float: none;
  margin: 0;
}

ul.sub li a {
  border-bottom: none; /* add to place line below menu items */
  border-right: none;
  color: #000;
  padding: 15px 10px;
}

ul.sub li:last-child a {
  border-bottom: none;
}

ul.sub li a:hover {
  color: #000;
  background: #eeee;
}




/* subs */
ul.subsub {
  position: absolute;
  z-index: 200;
  min-width:158px;  /* width of sub menu */
  padding: 0;
  width: auto;
  display:none;
}

ul.subseb li {
  float: none;
  margin: 0;
}

ul.subseb li a {
  border-bottom: none; /* add to place line below menu items */
  border-right: none;
  color: #000;
  padding: 15px 30px;
}

ul.subseb li:last-child a {
  border-bottom: none;
}

ul.subseb li a:hover {
  color: #000;
  background: #eeee;
}







/* sub display*/
ul.primary li:hover ul {
  display: block;
  background: #fff;
    text-decoration: none;
}

/* keeps the tab background white */
ul.primary li:hover a {
  background: #fff;
  color: #666;
  text-shadow: none;
    text-decoration: none;
}

ul.primary li:hover > a{
  color: #000;
} 








/*  slideshow  */




#banner-home {
	height:600px;
	width:100%;
	min-width:1190px;
	background-image:url(/wp-content/themes/xposebeautyco/images/banner-13.jpg);
	background-size:cover;
	background-position:bottom;
    border-top: 1px solid #b8b8b8;
    margin: 0 0 0 0;
	overflow:hidden;

}




#banner-shop {
	height:600px;
	width:100%;
	min-width:1190px;
	background-image:url(/wp-content/themes/xposebeautyco/images/banner-3.jpg);
	background-size:cover;
	background-position:bottom;
    border-top: 1px solid #b8b8b8;
    margin: 0 0 0 0;
	overflow:hidden;

}



#banner-salon-prices {
	height:600px;
	width:100%;
	min-width:1190px;
	background-image:url(/wp-content/themes/xposebeautyco/images/banner-6.jpg);
	background-size:cover;
	background-position:bottom;
    border-top: 1px solid #b8b8b8;
    margin: 0 0 0 0;
	overflow:hidden;

}



#banner-hair-extensions {
	height:600px;
	width:100%;
	min-width:1190px;
	background-image:url(/wp-content/themes/xposebeautyco/images/banner-18.jpg);
	background-size:cover;
	background-position:bottom;
    border-top: 1px solid #b8b8b8;
    margin: 0 0 0 0;
	overflow:hidden;

}



#banner-hair-loss-replacement {
	height:600px;
	width:100%;
	min-width:1190px;
	background-image:url(/wp-content/themes/xposebeautyco/images/banner-1.jpg);
	background-size:cover;
	background-position:bottom;
    border-top: 1px solid #b8b8b8;
    margin: 0 0 0 0;
	overflow:hidden;

}




#banner-book-appointment {
	height:600px;
	width:100%;
	min-width:1190px;
	background-image:url(/wp-content/themes/xposebeautyco/images/banner-8.jpg);
	background-size:cover;
	background-position:bottom;
    border-top: 1px solid #b8b8b8;
    margin: 0 0 0 0;
	overflow:hidden;

}




#banner-masterclass {
	height:600px;
	width:100%;
	min-width:1190px;
	background-image:url(/wp-content/themes/xposebeautyco/images/banner-15.jpg);
	background-size:cover;
	background-position:bottom;
    border-top: 1px solid #b8b8b8;
    margin: 0 0 0 0;
	overflow:hidden;

}



#banner-contact {
	height:600px;
	width:100%;
	min-width:1190px;
	background-image:url(/wp-content/themes/xposebeautyco/images/banner-10.jpg);
	background-size:cover;
	background-position:bottom;
    border-top: 1px solid #b8b8b8;
    margin: 0 0 0 0;
	overflow:hidden;

}



#banner-about {
	height:600px;
	width:100%;
	min-width:1190px;
	background-image:url(/wp-content/themes/xposebeautyco/images/banner-2.jpg);
	background-size:cover;
	background-position:bottom;
    border-top: 1px solid #b8b8b8;
    margin: 0 0 0 0;
	overflow:hidden;

}




#banner-faq {
	height:600px;
	width:100%;
	min-width:1190px;
	background-image:url(/wp-content/themes/xposebeautyco/images/banner-12.jpg);
	background-size:cover;
	background-position:bottom;
    border-top: 1px solid #b8b8b8;
    margin: 0 0 0 0;
	overflow:hidden;

}





#contact-bar-wrapper {
	height:40px;
	width:100%;
	text-align:center;
	margin:0 auto 0 auto;
	display:block;
    background-color: #000000;
    z-index: 60;
    position: relative;
}

#contact-bar {
    height: 30px;
    width: 1190px;
    margin: 10px auto 0 auto;
    font-family:'Poppins', sans-serif;
    font-size: 1rem;
    display: inline-block;
}






/*  Content  */



.content {
	height:auto;
	min-height:100px;
	width: 1100px;
	margin:30px auto 40px auto;
	background-color:#ffffff;
	overflow: hidden;
}

.content-m0 {
	height:auto;
	min-height:100px;
	width: 1100px;
	margin:0 auto 0 auto;
	background-color:#ffffff;
	overflow: hidden;
}




.uni-header-full {
	height:30px;
	width: 1100px;
	margin:0 auto 0 auto;
    padding: 10px;
    background-color: #343434;
	overflow: hidden;
}


.uni-content-full {
	height:auto;
	min-height:100px;
	width: 800px;
	margin:0 auto 30px auto;
    padding: 40px 150px 40px 150px;
	background-color:#f6f5f5;
	overflow: hidden;
	
}




.uni-header-50 {
    height: 30px;
    width: 550px;
    padding: 10px;
    background-color: #343434;
}

.uni-content-50 {
    height: auto;
    width: 510px;
    padding: 20px;
	background-color:#f6f5f5;
}


/*  Home */


#home-cta-4 {
	height: 700px;
	width: 530px;
	margin:0 30px 30px 0;
	float:left;
	background-image:url(/wp-content/themes/xposebeautyco/images/home-cta-blonde.jpg);
    
}

#home-cta-5 {
	height: 700px;
	width: 530px;
	margin:0 0 30px 0;
	float:left;
	background-image:url(/wp-content/themes/xposebeautyco/images/home-cta-dark.jpg);
	
}


#home-cta-6 {
    height: 300px;
    width: 1100px;
    margin: 0 0 30px 0;
	background-image:url(/wp-content/themes/xposebeautyco/images/home-cta-6.jpg);
    
}




#home-hello {
	height:auto;
	min-height:400px;
	width: 750px;
	margin:40px 175px 40px 175px;
	background-color:#ffffff;
	overflow: hidden;
    
}



#home-hello-left {
    min-height: 100px;
	height: auto;
	width: 530px;
	margin-right:30px;
	float:left;
    
}

#home-hello-right {
    min-height: 100px;
	height: auto;
	width: 530px;
	float:left;
	
}

#trust-left {
    min-height: 100px;
	height: 530px;
	width: 530px;
	margin-right:30px;
	float:left;
	background-image:url(/wp-content/themes/xposebeautyco/images/home-trust-left.jpg);
}

#trust-right {
    min-height: 100px;
	height: 380px;
	width: 530px;
    margin: 30px 0 0 0;
    vertical-align: middle;
	float:left;
	
}





#home-cta-left {
	min-height:100px;
	height: 710px;
	width: 347px;
	margin:0 26px 30px 0;
    border: 1px solid #b8b8b8;
	float:left;
	background-image:url(/wp-content/themes/xposebeautyco/images/home-cta-left.jpg);
}

#home-cta-middle {
	min-height:100px;
	height: 710px;
	width: 347px;
	margin:0 26px 30px 0;
    border: 1px solid #b8b8b8;
	float:left;
	background-image:url(/wp-content/themes/xposebeautyco/images/home-cta-middle.jpg);
	
}

#home-cta-right {
	min-height:100px;
	height: 710px;
	width: 347px;
    margin:0 0 30px 0;
    border: 1px solid #b8b8b8;
	float:left;
	background-image:url(/wp-content/themes/xposebeautyco/images/home-cta-right.jpg);
	
}



#home-mission-wrapper {
	height:auto;
	width:100%;
    padding: 20px 0 20px 0;
	margin:0 auto 0 auto;
	box-shadow: 0 0 20px rgba(0,0,0,0.3) inset;
    background-color: #f4f4f4;
    margin-bottom: 20px;
}



#home-mission {
    height: auto;
    width: 750px;
	text-align:left;
	margin:0 auto 0 auto;
}









#home-top10-midspan-wrapper {
	height:600px;
	width:100%;
	padding: 30px 0 0 0;
    margin: 0 0 30px 0;	
    background-image: url(/wp-content/themes/stemsupport/images/background-keyboard.jpg);
    background-attachment: fixed;
    background-position: top;
	background-size: cover;
	box-shadow: 0 0 20px rgba(0,0,0,0.3) inset;
}

#home-top10-midspan {
    height: auto;
    width:1090px;
    margin: 0 auto 0 auto;
	text-align:center;
	margin:0 auto 0 auto;
}


#home-top10-left {
    height: auto;
    width: 530px;
    margin: 0 30px 0 0;
    float: left;
}


#home-top10-right {
    height: auto;
    width: 530px;
    margin: 0 0 0 0;
    float: left;
}






/*   Video wrapper  */

.video-container {
    height: 620px;
    width: 1100px;
    margin: 0 0 30px 0;
    position: relative;
}

.video-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}

/* Just styling the content of the div, the *magic* in the previous rules */
.video-container .caption {
  z-index: 1;
  position: relative;
  text-align: center;
  color: #dc0000;
  padding: 10px;
}







/*  Boxes   */

/*  Salon Prices Page   */

.salon-prices-service-wrapper-left {
    height: 550px;
    width: 550px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
	background-color:#f6f5f5;
}

.salon-prices-service-header {
    height: 30px;
    width: 550px;
    padding: 10px;
    background-color: #343434;
}

.salon-prices-service-content {
    height: 460px;
    width: 510px;
    padding: 20px;
	background-color:#f6f5f5;
}

.salon-prices-service-content-f {
    height: auto;
    width: 400px;
    padding: 20px;
}

.salon-prices-service-wrapper-right {
    height: 550px;
    width: 550px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
	background-color:#f6f5f5;
}

.salon-prices-service-wrapper-left-l {
    width: 550px;
    float: left;
    display: flex;
    margin: 0 0 30px 0;
}


.salon-prices-service-content-l {
    height: 610px;
    width: 510px;
    padding: 20px;
	background-color:#f6f5f5;
}

.salon-prices-service-wrapper-right-l {
    height: 700px;
    width: 550px;
    float: left;
    display: flex;
    margin: 0 0 30px 0;
}


/*  Hair Loss Page   */








#contact-left {
	min-height:100px;
	height: auto;
	width: 252px;
	margin-right:30px;
	float:left;
}

#contact-middle {
	min-height:100px;
	height: auto;
	width: 252px;
	margin-right:30px;
	float:left;
}

#contact-right {
	min-height:100px;
	height: auto;
	width: 535px;
	float:left;
	
}


#content_50_left {
	min-height:100px;
	height: auto;
	width: 535px;
	margin-right:30px;
	float:left;
}

#content_50_right {
	min-height:100px;
	height: auto;
	width: 535px;
	float:left;
	
}

#content_33_left {
	min-height:100px;
	height: auto;
	width: 346px;
	margin-right:30px;
	float:left;
	background-color:#F00;
}

#content_33_middle {
	min-height:100px;
	height: auto;
	width: 347px;
	margin-right:30px;
	float:left;
	background-color:#0030FF;
	
}

#content_33_right {
	min-height:100px;
	height: auto;
	width: 347px;
	float:left;
	background-color:#EBF428;
	
}

#content_66_33_left {
	min-height:100px;
	height: auto;
	width: 713px;
	margin-right:30px;
	float:left;
	background-color:#F00;
}


#content_66_33_right {
	min-height:100px;
	height: auto;
	width: 357px;
	float:left;
	background-color:#EBF428;
	
}

#content_33_66_left {
	min-height:100px;
	height: auto;
	width: 357px;
	margin-right:30px;
	float:left;
	background-color:#F00;
}


#content_33_66_right {
	min-height:100px;
	height: auto;
	width: 713px;
	float:left;
	background-color:#EBF428;
	
}


/*			blog structure            */


#content_blog_left {
	min-height: 100px;
	height: auto;
	width: 820px;
	margin-right: 30px;
	float: left;
}
#content_blog_right {
	min-height: 100px;
	height: auto;
	width: 210px;
	float: left;
}
#toparticle {
	height: auto;
	width: 820px;
	background-color: #DDDDDD;
}
#toparticleimage {
	height: 400px;
	width: 400px;
	margin: 0 40px 10px 0;
	float: left;
	overflow: hidden;
}


/* 2 colum */

#gridcontainer {
	margin: 20px 0;
	width: 100%;
}
#griditemleft2 {
	float: left;
	width: 390px;
	height: 400px;
	margin: 0 40px 40px 0;
	background-color: #DDDDDD;
}
#griditemright2 {
	float: left;
	width: 390px;
	height: 400px;
	margin: 0 0 40px 0;
	background-color: #DDDDDD;
}
#gridpostimage2 {
	height: 250px;
	width: 390px;
	margin: 0 0 10px 0;
	overflow: hidden;
}

/* 3 colum */

#griditemleft3 {
	float: left;
	width: 246px;
	height: 400px;
	margin: 0 40px 40px 0;
	background-color: #DDDDDD;
}
#griditemright3 {
	float: left;
	width: 246px;
	height: 400px;
	margin: 0 0 40px 0;
	background-color: #DDDDDD;
}
#gridpostimage3 {
	height: 250px;
	width: 246px;
	margin: 0 0 10px 0;
	overflow: hidden;
}

/* Feature Image control */
img.attachment-category-thumbnail.size-category-thumbnail.wp-post-image {
	display: block;
	max-width: 100%;
	min-width: 100%;
	max-height: auto;
	width: auto;
	height: auto;
}



/*  Special Elements  */




#rounded_box {
	height:47px;
	width:246px;
	padding-top:8px;
	margin-bottom:17px;
	background-color:#FFFFFF;
	border-radius: 0px 00px 40px 40px / 0px 0px 200px 200px;
	box-shadow:0px 0px 20px #9f9f9f;
}	
	
	
	
.clear {
	clear:both;
	width:100%;
	height:1px;
}

.clearfooter {
	height:240px;/*Must be footer height plus required distance content is to be from footer*/
	clear:both;
}


hr.thin {
	height:1px;
	border:0;
	color:#ffffff;
	background-color:#000000;
	width:80%;
}

.left {
    float: left;
}



/*  Image Alignment  */


img {
	border:none;
}


.img_top_left {
	margin-bottom:40px;
	margin-left:40px;
	margin-right:0px;
	margin-top:0px;
	float:right;

}

.img_mid_left {
	margin-bottom:40px;
	margin-left:40px;
	margin-right:0px;
	margin-top:40px;
	float:right;

}




.alignright-nb {
	margin-left: 100px;
    margin-right: -150px;
	margin-bottom: 40px;
	margin-top: -60px;
	float: right;
}
.alignleft-nb {
	margin-left: -150px;
    margin-right: 100px;
	margin-bottom: -40px;
	margin-top: 40px;
	float: left;
}





/*  Fonts  */





h1 {
	font-family:'Poppins', sans-serif;
	font-size: 1.75rem; /* 12 pt */
    margin-top: 0;
	color: #000000;
	font-weight:normal;
	
}

h2 {
	font-family:'Poppins', sans-serif;
	font-size: 1.5rem; /* 12 pt */
    margin-top: 0;
	color: #000000;
	font-weight:normal;
	
}

h3 {
	font-family:'Poppins', sans-serif;
	font-size: 1.375rem; /* 12 pt */
    margin-top: 0;
	color: #000000;
	font-weight:bold;
	
}



h4 {
	font-family:'Poppins', sans-serif;
	font-size: 1.25rem; /* 12 pt */
    margin-top: 0;
	color: #000000;
	font-weight:bold;
	
}


h5 {
	font-family:'Poppins', sans-serif;
	font-size: 1.125rem; /* 12 pt */
    margin-top: 0;
	color: #000000;
	font-weight:bold;
	
}

h6 {
	font-family:'Poppins', sans-serif;
	font-size: 1rem; /* 12 pt */
    margin-top: 0;
	margin:0px;
	color: #000000;
	font-weight:bold;
	
}

p {
	font-family:'Poppins', sans-serif;
	font-size: 1rem; /* 12 pt */
	color: #000000;
	line-height: 1.5em;
    font-weight: 200;
	
}


ul {
	font-family:'Poppins', sans-serif;
	font-size: 1rem; /* 12 pt */
	color: #000000;
	line-height: 1.5em;
    font-weight: normal;
}


li {
	font-family:'Poppins', sans-serif;
	font-size: 1rem; /* 12 pt */
	color: #000000;
	line-height: 1.5em;
    font-weight: normal;
}


.excerpt {
	font-size: 2rem;
}

.white {
	color: #ffffff;
}

.yellow {
	color:#EEFF00;
}

.red {
	color: #FF0004;
}

.green {
	color: #00FF15;
}

.mainslogan {
    color: #ffffff;
    padding-top: 200px;
}

.center {
    text-align: center;
}


/*  Links  */



.social a:link {
	color:#ffffff;
	text-decoration:none;
}
.social a:visited {
	color:#ffffff;
	text-decoration:none;
}
.social a:hover {
	color:#ffffff;
	text-decoration:none;
	text-shadow:1px 1px 2px black;
}
.social a:active {
	color:#ffffff;
	text-decoration:none;
}




.link_footer a:link {
	color:#404040;
    font-family:'Poppins', sans-serif;
	font-size: 0.9rem; /* 12 pt */
	font-weight:bold;
	margin:0px;
}
.link_footer a:visited {
	color:#404040;
	text-decoration:none;
    font-family:'Poppins', sans-serif;
	font-size: 0.9rem; /* 12 pt */
	font-weight:bold;
	margin:0px;
}
.link_footer a:hover {
	color:yellow;
	text-decoration:none;
	text-shadow:1px 1px 2px black;
    font-family:'Poppins', sans-serif;
	font-size: 0.9rem; /* 12 pt */
	font-weight:bold;
	margin:0px;
}
.link_footer a:active {
	color:#404040;
	text-decoration:none;
    font-family:'Poppins', sans-serif;
	font-size: 0.9rem; /* 12 pt */
	font-weight:bold;
	margin:0px;
}


/*** CONTENT : POSTS AND PAGES ***/





.widget-title {
	/* Style for widget titles */
	font-family: verdana;
	font-weight: 300;
	font-size: 1rem;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 20px;
}
/* Style for widget links */
.archive_link a:link {
	color: #515050;
	text-decoration: none;
}
.archive_link a:visited {
	color: #515050;
	text-decoration: none;
}
.archive_link a:hover {
	color: #FA0000;
	text-decoration: none;
	text-shadow: 1px 1px 2px black;
}
.archive_link a:active {
	color: #515050;
	text-decoration: none;
}
/* Style for space between widgets */
.widget-container {
	padding-bottom: 20px;
}
/* Style for photo captions */
.wp-caption-text {
	text-align: center;
}
/* Style for edit link */
.post-edit-link {
	font-family: verdana;
	font-size: 1rem;
	color: #F00;
}
.edit-link a:link {
	color: #F00;
	text-decoration: none;
}
.edit-link a:visited {
	color: #F00;
	text-decoration: none;
}
.edit-link a:hover {
	color: #F00;
	text-decoration: none;
	text-shadow: 1px 1px 2px black;
}
.edit-link a:active {
	color: #F00;
	text-decoration: none;
}
/* Style for search box text */
.screen-reader-text {
	font-family: verdana;
	font-size: 0.75rem;
	color: #000000;
}
/* Style to hide search field */
label.screen-reader-text {
	display: none;
}
/* Entry and Page Titles */
h2.entry-title {
	font-family: verdana;
	font-size: 1.5rem;
	color: #000000;
	font-weight: bold;
	margin: 0px;
}
h3.entry-title {
	font-family: verdana;
	font-size: 1.125rem;
	color: #000000;
	font-weight: bold;
}
h3.entry-title a {
	font-family: verdana;
	font-size: 1.125rem;
	color: #000000;
	font-weight: bold;
	margin: 0px;
}
h2.home-title {
	font-family: verdana;
	font-size: 1.125rem;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h2.latestpost {
	display: block;
	font-family: verdana;
	font-size: 2rem;
	color: #848484;
	font-weight: bold;
	padding: 0 0 40px 0;
	text-align: center;
}
h2.page-title {
	font-family: verdana;
	font-size: 1.5rem;
	color: #000000;
	font-weight: bold;
	margin: 0px;
}

/* Media Alignment */
.alignright {
	/* Style for right-aligned images in posts */
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	float: right;
}
.alignleft {
	/* Style for left-aligned images in posts */
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	float: left;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}



/* Entry Content */
.entry-content {
/* Style that affects actual entry/post content */
}
.entry-content a {
}
.entry-content a:hover {
}
.entry-content ol li {
}
.entry-utility {
	font-family: verdana;
	font-size: 0.8rem;
	color: #000000;/* Style for the entry utility, which sits below a post and provides info like categories, tags, feeds, and an edit link (for authors) */
}
.entry-meta {
	font-family: verdana;
	font-size: 0.8rem;
	color: #000000;	/* Style for the entry metadata (author, etc.) */
}
.meta-prep meta-prep-author {
	font-family: verdana;
	font-size: 0.8rem;
	color: #000000;
}
.skip-link {
	font-family: verdana;
	font-size: 0.8rem;
	color: #000000;/* Style for the skip link *//*position: absolute;
	left: -9000px;*/
}
.navigation {
	font-family: verdana;
	font-size: 0.8rem;
	color: #000000;/* Style for the navigation links (next/previous post) on a given post */
}
/*** CONTENT : COMMENTS ***/

div#comments {
/* Style that affects the DIV containing all the comments */
}
.comments h3 {
/* H3 header style for comments */
}
.comments ol {
/* Comments are displayed as ordered lists by default, so you want to style that list so it looks the way you want */
}
.comments ol li {
/* Style each list item in the comments ordered list */
}
.comments img {
	/* Style for the user avatar beside each comment */
	float: left;
	margin: 0 12px 8px 0;
}
.comments .comment {
/* Style that applies to each individual comment in a series of comments */
}
.children ul li {
/* A style that refers to the children (as in, responses to) any given comment */
}
.comment-reply-link {
/* Style for the "Reply" link on a comment */
}
.comment-meta {
/* Style for metadata for a comment */
}
div#respond {
/* DIV that contains the comment response form */
}
div#respond h3 {
/* H3 header for the comment response form */
}
/*** CONTENT : SIDEBAR ***/
div#primary {
/* Primary Widget Area DIV */
}
div#secondary {
/* Secondary Widget Area DIV */
}
.widget-area {
/* Class that applies to BOTH widget areas */
}
.xoxo {
	list-style: none;/* Class that applies to each item in each widget area (an unordered list class) */
}
.sticky {
}
.gallery-caption {
}
.bypostauthor {
}
#nav-below {
	width: 100%;
	text-align: center;
	display: block;
}
.navigation {
	display: block;
	list-style: none;
	font-size: 12px;
}
.navigation li {
	display: inline-block;
}
.navigation li a {
	display: block;
	float: left;
	padding: 4px 9px;
	margin-right: 7px;
	border: 1px solid #efefef;
	text-align: center;
}
.navigation li span.current {
	display: block;
	float: left;
	padding: 4px 9px;
	margin-right: 7px;
	border: 1px solid #efefef;
	background-color: #f5f5f5;
}
.navigation li span.dots {
	display: block;
	float: left;
	padding: 4px 9px;
	margin-right: 7px;
}



blockquote {
	width: 60%;
  	margin: 10px auto 10px auto;
    background:#f9f9f9;
    border:1px solid #ccc;
    font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    padding:.5em 20px;
    quotes:"\201C""\201D""\2018""\2019";
	
    }
	
	
    blockquote:before {
    color:#ccc;
    content:open-quote;
    font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-size:4em;
    line-height:.1em;
    margin-right:.25em;
    vertical-align:-.4em;
    }
	
    blockquote p {
    display:inline;
    }
	
    blockquote cite {
    color:#ACACAC;
    font-size: 1.2rem;
    display: block;
    margin-top: 10px;
    }





/*			blog structure            */


#content_blog_left {
	min-height: 100px;
	height: auto;
	width: 820px;
	margin-right: 40px;
	float: left;
}
#content_blog_right {
	min-height: 100px;
	height: auto;
	width: 200px;
	float: left;
}
#toparticle {
	height: auto;
	width: 820px;
}
#toparticleimage {
	height: 195px;
	width: 400px;
	margin: 0 40px 10px 0;
	float: left;
	border-radius:20px;
	overflow: hidden;
	border: 1px solid #ff994c;	
	box-shadow:0px 0px 10px #6d6d6d;
}


/* 2 colum */

#gridcontainer {
	margin: 20px 0;
	width: 100%;
}
#griditemleft {
	float: left;
	width: 390px;
	height: 400px;
	margin: 0 40px 40px 0;
}
#griditemright {
	float: left;
	width: 390px;
	height: 400px;
	margin: 0 0 40px 0;
}
#gridpostimage {
	height: 195px;
	width: 390px;
	margin: 0 0 10px 0;
	overflow: hidden;
	border-radius:20px;
	overflow: hidden;
	border: 1px solid #ff994c;	
	box-shadow:0px 0px 10px #6d6d6d;
}



/* Feature Image control */
img.attachment-category-thumbnail.size-category-thumbnail.wp-post-image {
	display: block;
	max-width: 100%;
	min-width: 100%;
	max-height: auto;
	width: auto;
	height: auto;
}




.button {
  background-image: url("http://lbbmag.com//wp-content/themes/lbbmag/images/button-bg-l.png");
  width:270px;
  height:78px;
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  color: white; 
}

.button1:hover {
  background-image: url("http://lbbmag.com//wp-content/themes/lbbmag/images/button-bg-d.png");
  color: white;
}



/*** FOOTER ***/



/*** YOUR CSS ***/
