/* custom */

/* top menu */
.top-widget {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	padding-right: 0;
	z-index: 10;
}
.top-widget .widget_nav_menu {
	float: right;
}
.top-widget .search-icon {
	position: relative;
	width: 51px;
	height: 26px;
}
.top-widget .search-icon a {
	display: block;
	width: 23px;
	height: 20px;
  margin: 6px 0 6px 15px;
  padding-left: 18px;
  border-left: 1px solid #F6F6F6;
	background: transparent url("/app/themes/projectlightenup/custom/img/search.png") no-repeat right center;
}
body.page-template-main-site-page .top-widget .search-icon a,
body.blog .top-widget .search-icon a,
body.single .top-widget .search-icon a,
body.archive .top-widget .search-icon a {
	border-left: none;
	background-image: url("/app/themes/projectlightenup/custom/img/search-blk.png");
}
.top-widget .widget_text {
	float: right;
}
.top-widget #search-2 {
	position: absolute;
	display: none;
	top: 100%;
	right: 0;
	width: auto;
}
.top-widget #searchform {
	width: auto;
}
.top-widget #searchform input {
	height: 32px;
	margin: 0;
	vertical-align: top;
	border: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-shadow: 1px 1px 3px #000, 0 1px 1px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 1px 1px 3px #000, 0 1px 1px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 1px 1px 3px #000, 0 1px 1px rgba(0, 0, 0, 0.2) inset;
}
.top-widget #searchform input#s {
	margin-bottom: 0;
}
.top-widget #searchform label,
.top-widget #searchform .submit {
	display: none;
}
/* header */
#logo {
	display: none;
	/* background: transparent url("/app/themes/projectlightenup/custom/img/jennifer.png") no-repeat right center; */
}
#logo-wrap-bg {
	position: relative;
	background: none;
	/* background-position: center center;
	background-size: contain; */
}
#logo-wrap-bg .custom-img-wrap {
	display: inline-block;
	width: 100%;
}
#logo-wrap-bg .custom-img-1 {
	display: inline-block;
	/* float: left; */
	width: 154px;
	height: 177px;
	vertical-align: bottom;
	background: transparent url("/app/themes/projectlightenup/custom/img/jennifer.png") no-repeat left center;
	background-size: contain;
}
#logo-wrap-bg .custom-img-2 {
	display: inline-block;
	/* float: left; */
	width: 79%;
	max-width: 704px;
	/* margin-top: 48px; */
	padding-top: 13.5417%;
	vertical-align: bottom;
	background: transparent url("/app/themes/projectlightenup/custom/img/sitebanner.png") no-repeat left center;
	background-size: contain;
}
/* main-site-page, header-blog, footer-blog & archive */
#container-logo::after,
#container-logo::before,
#container-menu::after,
#container-menu::before {
	content: " ";
	display: table;
}
#container-logo::after,
#container-menu::after {
	clear: both;
}
#container-logo,
#container-menu {
	margin: 0 auto;
	padding: 0 25px;
}
body.page-template-main-site-page #container-logo,
body.page-template-main-site-page #container-menu,
body.blog #container-logo,
body.blog #container-menu,
body.single #container-logo,
body.single #container-menu,
body.archive #container-logo,
body.archive #container-menu {
	max-width: 1000px;
}
#wrapper-menu {
	position: relative;
	clear: both;
	margin: 20px auto;
	padding: 0 0 20px;
	border: medium none;
	background-color: #fff;
}
/* menu */
#menu-main-site-menu a {
	background-color: #FFF;   
}
#menu-main-site-menu li ul,
#menu-main-site-menu li a + ul {
	top: -10000px;
}
#menu-main-site-menu li:hover ul,
#menu-main-site-menu li a:hover + ul {
	top: 36px;
}
#menu-main-site-menu li li {
	width: 200px;
	min-height: 55px;
}
#menu-main-site-menu li li a {
	text-align: left;
}
/* band below header: #008EA1 to #07B6BB */
/* responsive */
@media screen and (max-width: 1009px) { /* custom width */
	.menu a {
		padding: 0 1.7em;
	}
	#logo-wrap-bg .custom-img-2 {
		width: 79%;
	}
}
@media screen and (max-width: 980px) {
	#logo-wrap-bg .custom-img-2 {
		width: 76%;
	}
}
@media screen and (max-width: 960px) { /* override jimmy's? */
	.js .main-nav {
		margin: 4px auto 0 auto;
		padding-top: 0;
	}
}
@media screen and (max-width: 930px) { /* custom width */
	.menu a {
		padding: 0 1.1em;
	}
}
@media screen and (max-width: 880px) { /* custom width */
	.menu a {
		padding: 0 1.1em;
	}
	#logo-wrap-bg .custom-img-2 {
		width: 73%;
	}
}
@media screen and (max-width: 830px) { /* custom width */
	.menu a {
		padding: 0 0.8em;
	}
}
@media screen and (max-width: 767px) { /* custom width */
	.menu a {
		font-size: 12px;
	}
	#logo-wrap-bg .custom-img-2 {
		width: 68%;
	}
}
@media screen and (max-width: 700px) { /* custom width */
	.menu a {
		padding: 0 0.5em;
	}
}
@media screen and (min-width: 651px) {
	.main-nav .menu {
		font-size: 0;
		line-height: 0;
		text-align: center;
	}
	.main-nav .menu li {
		display: inline-block;
		float: none;
	}
}
@media screen and (max-width: 650px) {
	.top-widget {
		margin: 0;
		text-align: right;
	}
	#logo-wrap-bg .custom-img-1 {
		width: 103px;
		height: 118px;
	}
	#logo-wrap-bg .custom-img-2 {
		/* width: 57%; */
		width: 100%;
		margin-top: -10px;
		padding-top: 77px;
	}
}
@media screen and (max-width: 480px) {
	.top-widget .search-icon {
		width: 37px;
	}
	.top-widget .search-icon a {
	  margin-left: 5px;
	  padding-left: 8px;
	}
	#logo-wrap-bg .custom-img-1 {
		height: auto;
		padding-top: 30%;
	}
}
a.pink-cta{
  background: #af3488;
  background: -moz-linear-gradient(top, #af3488 0%, #8c0c63 100%);
  background: -webkit-linear-gradient(top, #af3488 0%,#8c0c63 100%);
  background: linear-gradient(to bottom, #af3488 0%,#8c0c63 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af3488', endColorstr='#8c0c63',GradientType=0 );
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 30px;
  text-align: center;
  transition:.2s all;
  text-transform: uppercase;
}
a.pink-cta:hover{
  opacity:0.9;
}
@media (max-width: 680px){
  a.pink-cta{
    display:block;
    width:100%;
    box-sizing:border-box;
    max-width:320px;
    margin:0 auto 20px auto;
  }
}
@media (max-width: 370px){
  a.pink-cta{
    padding:10px;
  }
}