@import url(//fonts.googleapis.com/css?family=Playfair+Display:400,700,400italic,700italic&subset=latin,latin-ext);
/*
Theme Name: Candy Queen
Theme URI: http://mage-themes.com/
Author: Mage Themes
Author URI: http://mage-themes.com/
Description: Candy Queen Wordpress theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: candyqueen
Tags: one-column, responsive-layout, custom-menu

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* Set assets path for different color variation */
/* CandyQueen */
/* Lavender Color Variation */
/*
$default-text-color: #595959;
$ghost_white: #f7f8fa;
$cerise_pink: #8563b7;
$aubergine: #3a2729; //used just for span in logo
$border-color: #d5d5d5;
$thick-border-color: #e3dff0;
$url: #aec059; //used once on hover in services
$form-button-color: #8563b7;
$form-button: #c3da82;
$form-button-hover: #b5d335;
$form-error: #e3e0f3; //background color for error state on contact form
*/
/* Blue Color Variation */
/*
$default-text-color: #595959;
$ghost_white: #f7f8fa;
$cerise_pink: #3bafd6;
$aubergine: #372825; //used just for span in logo
$border-color: #d5d5d5;
$thick-border-color: #c6eafa;
$url: #aec059; //used once on hover in services
$form-button-color: #372825;
$form-button: #c3da82;
$form-button-hover: #b5d335;
$form-error: #c6eafb; //background color for error state on contact form
*/
.header h1, .header h1 a, .page .abstract p {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
/* custom */
#breadcrumbs{
    list-style:none;
    margin:10px 0;
    overflow:hidden;
}
 
#breadcrumbs li{
    float:left;
    margin-right:15px;
}
 
#breadcrumbs .separator{
    font-weight:700;
    font-size:20px;
    color:#999;
}
.cart-tab {
	top: 11em;
!important
}
.main .container:after, .menu .menu_container:after, .menu ul.items:after, .menu ul.social:after, .page .products:after, .page .services:after, .page .portfolio:after, .page .portfolio .items:after, .page .team:after, .page .team ul:after, .page .contact:after, .blog-page:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
}
.l_menu {
	width: 960px;
	position: relative;
	top: 28px;
}
.left_menu {
	float: left;
	width: auto;
	margin-left: 12%;
!important
}
.right_menu {
	float: right;
	width: 275px;
}
.left_menu ul li {
	display: inline;
	float: left;
	margin-right: 15px;
}
h1, h2, h3, h4, .header h1 a, .page .portfolio .item, .page .portfolio .item a, .page .portfolio .items div, .page .portfolio .items div a, .page .contact {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.page .promo .flexslider, .page .promo .flexslider .flex-control-paging li a {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.menu ul.items li {
	margin-right: 20px !important;
}
#imagelightbox {
	border: 10px solid #f8c6c1;
	position: fixed;
	z-index: 9999;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-clip: padding-box;
	-webkit-box-shadow: 0px 4px 0 rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 4px 0 rgba(0, 0, 0, 0.09);
	box-shadow: 0px 4px 0 rgba(0, 0, 0, 0.09);
}
#imagelightbox-overlay {
	background-color: rgba(255, 255, 255, 0.5);
	position: fixed;
	z-index: 9998;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#imagelightbox-close {
	width: 2.5em;
	height: 2.5em;
	text-align: left;
	text-indent: -9999px;
	background-color: #382727;
	position: fixed;
	z-index: 10000;
	top: 2.5em;
	right: 2.5em;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-clip: padding-box;
}
#imagelightbox-close:hover {
	background-color: #e93478;
}
#imagelightbox-close:before, #imagelightbox-close:after {
	width: 2px;
	background-color: #fff;
	content: '';
	position: absolute;
	top: 20%;
	bottom: 20%;
	left: 50%;
	margin-left: -1px;
}
#imagelightbox-close:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#imagelightbox-close:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#imagelightbox-loading, #imagelightbox-loading div {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#imagelightbox-loading {
	width: 2.5em;
	/* 40 */
	height: 2.5em;
	/* 40 */
	background-color: #f8c6c1;
	position: fixed;
	z-index: 10003;
	top: 50%;
	left: 50%;
	padding: 0.625em;
	/* 10 */
	-webkit-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.35);
	box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.35);
	/* 40 */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#imagelightbox-loading div {
	width: 1.25em;
	/* 20 */
	height: 1.25em;
	/* 20 */
	background-color: #fff;
	-webkit-animation: imagelightbox-loading .5s ease infinite;
	-moz-animation: imagelightbox-loading .5s ease infinite;
	-o-animation: imagelightbox-loading .5s ease infinite;
	animation: imagelightbox-loading .5s ease infinite;
}
 @-webkit-keyframes imagelightbox-loading {
 from {
 opacity: .5;
 -webkit-transform: scale(0.75);
}
 50% {
 opacity: 1;
 -webkit-transform: scale(1);
}
to {
	opacity: .5;
	-webkit-transform: scale(0.75);
}
}
 @-moz-keyframes imagelightbox-loading {
 from {
 opacity: .5;
 -moz-transform: scale(0.75);
}
 50% {
 opacity: 1;
 -moz-transform: scale(1);
}
to {
	opacity: .5;
	-moz-transform: scale(0.75);
}
}
 @-o-keyframes imagelightbox-loading {
 from {
 opacity: .5;
 -o-transform: scale(0.75);
}
 50% {
 opacity: 1;
 -o-transform: scale(1);
}
to {
	opacity: .5;
	-o-transform: scale(0.75);
}
}
 @keyframes imagelightbox-loading {
 from {
 opacity: .5;
 transform: scale(0.75);
}
 50% {
 opacity: 1;
 transform: scale(1);
}
to {
	opacity: .5;
	transform: scale(0.75);
}
}
body, h1, h2, h3, h4, h5, h6, ul, li, form, div, p {
	margin: 0;
	padding: 0;
}
ul {
	list-style-type: none;
}
body {
	font-size: 15px;
	font-family: "Playfair Display", serif;
	text-align: center;
	color: #595959;
	background: #f7f8fa url(../../uploads/2014/07/background-e1404671381858.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
div {
	width: auto;
	height: auto;
	margin: 0 auto;
}
a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
}
.main {
	text-align: left;
}
.main .page {
	padding-top: 83px;
}
.main .container {
	width: 960px;
}
#container {
	padding-top: 80px;
  margin-top: 200px;
}
 @media all and (max-width: 960px) {
.main .container {
	width: 94%;
}
}
 @media all and (max-width: 960px) {
.main .container {
	width: 100%;
}
}
.header {
	/* background: url(images/wave-pattern.png) repeat-x center bottom;*/
	border-bottom: 2px solid #F0F0F0;
	position: fixed;
	width: 100%;
	z-index: 30;
	padding-bottom: 0px;
}


.header .container {
	width: 100%;
	height: 123px;
	background: #f7f8fa;
}
 @media all and (max-width: 600px) {
.header .container {
	height: auto;
}
}

.header h1 {
	font-weight: bold;
	font-size: 60px;
	line-height: 45px;
	text-transform: uppercase;
	width: 394px;
}
 @media all and (max-width: 600px) {
.header h1 {
	font-size: 24px;
	width: auto;
}
}
.header h1 a {
width: auto;
margin-top: -64px;
height: 130px;
padding: 20px 45px 20px 40px;
color: #A6C558;
text-align: center;
background: url(images/background-logo.png) no-repeat 0 0;
}

 @media all and (min-width: 960px) {
/* .header h1 a {
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          .header h1 a:hover {
            background-position: 0 -4px;
            padding-top: 16px; } */}
 @media all and (max-width: 600px) {
.header h1 a {
	background: none;
	padding: 10px;
	height: auto;
	width: auto;
}
}
.header h1 a span {
	font-weight: normal;
	font-size: 42px;
	color: #382727;
}
 @media all and (max-width: 600px) {
.header h1 a span {
	font-size: 24px;
}
}
.menu {
	width: 960px;
}
 @media all and (max-width: 960px) {
.menu {
	width: 100%;
}
}
.menu .menu_container {
	margin: 0 auto;
	border-bottom: 1px solid #d5d5d5;
	width: 80%;
	position: relative;
}
 @media all and (max-width: 960px) {
.menu .menu_container {
	width: 92%;
}
}
 @media all and (max-width: 600px) {
.menu .menu_container {
	width: 100%;
}
}
 @media all and (max-width: 960px) {
.menu ul.items, .menu ul.social {
	text-align: center;
}
}
.menu ul.items li, .menu ul.social li {
	float: left;
	margin-right: 12px;
}
 @media all and (max-width: 960px) {
.menu ul.items li, .menu ul.social li {
	display: inline-block;
	float: none;
	margin: 0 6px;
}
}
.menu ul.items {
	overflow: hidden;
	height: 60px;
}
 @media all and (max-width: 960px) {
.menu ul.items {
	height: auto;
}
}
.menu ul.items li a {
	font-size: 24px;
	display: block;
	color: #595959;
	text-transform: uppercase;
	padding: 20px 0;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
 @media all and (max-width: 960px) {
.menu ul.items li a {
	padding: 10px 0;
}
}
.menu ul.items li a:hover, .menu ul.items li a.active {
	color: #92D050;
}
.menu ul.social {
	position: absolute;
	top: 13px;
	right: 0;
}
 @media all and (max-width: 960px) {
.menu ul.social {
	position: static;
	margin-bottom: 10px;
}
}
.menu ul.social a {
	display: block;
	padding: 0;
	text-indent: -9999px;
	width: 34px;
	height: 34px;
	background-image: url(images/icons-sprite.png);
	background-repeat: no-repeat;
}
.menu ul.social a.google {
	background-position: 0 0;
}
.menu ul.social a.google:hover {
	background-position: 0 -39px;
}
.menu ul.social a.linkedin {
	background-position: -40px 0;
}
.menu ul.social a.linkedin:hover {
	background-position: -40px -39px;
}
.menu ul.social a.facebook {
	background-position: -120px 0;
}
.menu ul.social a.facebook:hover {
	background-position: -120px -39px;
}
.menu ul.social a.pinterest {
	background-position: -160px 0;
}
.menu ul.social a.pinterest:hover {
	background-position: -160px -39px;
}
.menu ul.social a.twitter {
	background-position: -80px 0;
}
.menu ul.social a.twitter:hover {
	background-position: -80px -39px;
}
.menu ul.social a.instagram {
	background-position: -200px 0;
}
.menu ul.social a.instagram:hover {
	background-position: -200px -39px;
}
 @media all and (max-width: 960px) {
.menu ul.top-items, .menu ul.social {
	text-align: center;
}
}
.menu ul.top-items li, .menu ul.social li {
	float: left;
	margin-right: 12px;
}
 @media all and (max-width: 960px) {
.menu ul.top-items li, .menu ul.social li {
	display: inline-block;
	float: none;
	margin: 0 6px;
}
}
.menu ul.top-items {
	overflow: hidden;
	height: 60px;
}
 @media all and (max-width: 960px) {
.menu ul.top-items {
	height: auto;
}
}
.menu ul.top-items li a {
	font-size: 14px;
	display: block;
	color: #595959;
	text-transform: uppercase;
	padding: 20px 0;
	margin-right: 20px;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
 @media all and (max-width: 960px) {
.menu ul.top-items li a {
	padding: 20px 0;
}
}
.menu ul.top-items li a:hover, .menu ul.items li a.active {
	color: #92D050;
}


@media all and (max-width: 600px) {
.page {
	padding-top: 0;
	margin-top: -20px;
}
}
.page .container {
	background-color: #f7f8fa;
}
.page .promo {
	min-height: 200px;
	background: #f8c6c1;
}
.page .promo .flexslider {
	margin: 0;
	border: none;
	background: #f8c6c1;
	border-bottom: 5px solid #f8c6c1;
	position: relative;
	zoom: 1;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-clip: padding-box;
}
.page .promo .flexslider .slides {
	zoom: 1;
}
.page .promo .flexslider .flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}
.page .promo .flexslider .flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.page .promo .flexslider .flex-control-paging li a {
	width: 15px;
	height: 15px;
	background: #e93478;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background-clip: padding-box;
}
.page .promo .flexslider .flex-control-paging li a:hover, .page .promo .flexslider .flex-control-paging li a.flex-active {
	background: #f8c6c1;
}
.page .promo .flexslider .flex-control-nav {
	bottom: 20px;
	z-index: 20;
	height: 15px;
}
.page .promo .flexslider .flex-control-nav li {
	margin: 0 8px;
}
.page .abstract {
	margin-bottom: 50px;
}
.page .abstract p {
	width: 80%;
	padding: 30px 0;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	border-bottom: 1px solid #d5d5d5;
}
.page .abstract p em {
	color: #e93478;
	font-size: 18px;
}
.page .services h2, .page .portfolio h2, .page .team h2 {
	margin-bottom: 45px;
	padding-top: 8px;
	line-height: 125px;
	font-size: 35px;
	text-align: center;
	font-style: italic;
	background-image: url(images/headings-sprite.png);
	background-repeat: no-repeat;
	color: #f7f8fa;
}
.page .services h2, .page .portfolio h2 {
	background-position: center 0;
}
.page .products, .page .services {
	width: 90.4167%;
	text-align: center;
}
 @media all and (max-width: 960px) {
.page .products, .page .services {
	width: 98%;
}
}
.page .products h3, .page .services h3 {
	font-style: italic;
	margin-bottom: 15px;
	font-size: 18px;
	color: #e93478;
	margin-bottom: 20px;
}
.page .products {
	line-height: 20px;
	margin-bottom: 50px;
}
.page .products .product {
	float: left;
	margin: 0 2.88018%;
	width: 27.573%;
}
 @media all and (max-width: 800px) {
.page .products .product {
	width: 100%;
	margin: 2.88018% 0;
}
}
.page .products .product div, .page .products .product div a {
	width: 220px;
	height: 220px;
}
.page .products .product div {
	position: relative;
	margin-bottom: 15px;
}
.page .products .product div a {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(images/items-sprite.png);
	background-repeat: no-repeat;
	background-position: 0 -220px;
}
.page .products .product div a:hover {
	background-position: -220px -220px;
}
.page .services {
	margin-bottom: 50px;
}
.page .services div {
	padding-top: 90px;
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	margin: 0 2.88018%;
	width: 27.573%;
}
 @media all and (max-width: 600px) {
.page .services div {
	float: none;
	width: 100%;
	margin: 2.88018% 0;
}
}
.page .services div.service {
	background-image: url(images/icon-service.png);
}
.page .services div.event {
	background-image: url(images/icon-event.png);
}
.page .services div.delivery {
	background-image: url(images/icon-delivery.png);
}
.page .services div ul li {
	padding: 5px 0;
	text-align: left;
	font-size: 14px;
}
 @media all and (max-width: 600px) {
.page .services div ul li {
	text-align: center;
}
}
.page .services div ul li a {
	background: url(images/icons-sprite.png) no-repeat -219px -78px;
	line-height: 20px;
	padding-left: 24px;
	color: #e93478;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
 @media all and (max-width: 600px) {
.page .services div ul li a {
	float: none;
}
}
.page .services div ul li a:hover {
	color: #aec059;
}
.page .services .description {
	font-size: 20px;
	padding: 0 10%;
	margin-bottom: 40px;
}
.page .portfolio {
	width: 80%;
	margin-bottom: 20px;
}
 @media all and (max-width: 960px) {
.page .portfolio {
	width: 100%;
	text-align: center;
}
}
.page .portfolio .items.levels {
	margin-bottom: 30px;
	padding-top: 30px;
	border-bottom: 1px solid #d5d5d5;
	display: none;
}
.page .portfolio .items .close {
	display: block;
	text-align: center;
	margin: 0 auto 30px;
	width: 35px;
	height: 20px;
	background: url(images/icons-sprite.png) no-repeat -171px -97px;
	text-indent: -9999px;
	opacity: .8;
}
.page .portfolio .items .close:hover {
	opacity: 1;
}
.page .portfolio .item, .page .portfolio .item a, .page .portfolio .items div, .page .portfolio .items div a {
	width: 220px;
	height: 220px;
	text-align: center;
	color: #f7f8fa;
	font-size: 30px;
}
.page .portfolio .item, .page .portfolio .items div {
	position: relative;
	float: left;
	margin: 0 18px 30px;
}
 @media all and (max-width: 960px) {
.page .portfolio .item, .page .portfolio .items div {
	float: none;
	display: inline-block;
}
}
.page .portfolio .item a, .page .portfolio .items div a {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(images/items-sprite.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.page .portfolio .item a:hover, .page .portfolio .item a.active, .page .portfolio .items div a:hover, .page .portfolio .items div a.active {
	background-position: -220px 0;
}
.page .portfolio .item a span, .page .portfolio .items div a span {
	width: 220px;
	height: 220px;
	display: table-cell;
	vertical-align: middle;
}
.page .portfolio .items div a {
	background-position: 0 -220px;
}
.page .portfolio .items div a:hover {
	background-position: -220px -220px;
}
.page .team {
	width: 80%;
	margin-bottom: 50px;
}
 @media all and (max-width: 960px) {
.page .team {
	width: 98%;
}
}
 @media all and (max-width: 600px) {
.page .team {
	text-align: center;
}
}
.page .team h2 {
	padding-top: 40px;
	background-position: center -143px;
}
.page .team h3 {
	font-size: 18px;
	font-style: italic;
	color: #e93478;
}
.page .team p {
	margin-bottom: 7px;
}
.page .team p span {
	color: #e93478;
}
.page .team p strong {
	text-transform: uppercase;
	font-weight: normal;
}
 @media all and (max-width: 600px) {
.page .team ul {
	display: block;
	margin: 0 auto;
}
}
.page .team ul li {
	display: inline-block;
}
.page .team img {
	float: left;
	margin-right: 16px;
}
 @media all and (max-width: 600px) {
.page .team img {
	float: none;
	display: block;
	margin: 0 auto;
}
}
.page .team ul li a {
	display: block;
	text-indent: -9999px;
	width: 26px;
	height: 26px;
	background-image: url(images/icons-sprite.png);
	background-repeat: no-repeat;
	margin: 0 2px;
	overflow: hidden;
}
.page .team ul li a.google {
	background-position: 0 -80px;
}
.page .team ul li a.google:hover {
	background-position: 0 -108px;
}
.page .team ul li a.linkedin {
	background-position: -28px -80px;
}
.page .team ul li a.linkedin:hover {
	background-position: -28px -108px;
}
.page .team ul li a.facebook {
	background-position: -84px -80px;
}
.page .team ul li a.facebook:hover {
	background-position: -84px -108px;
}
.page .team ul li a.twitter {
	background-position: -56px -80px;
}
.page .team ul li a.twitter:hover {
	background-position: -56px -108px;
}
.page .team ul li a.pinterest {
	background-position: -112px -80px;
}
.page .team ul li a.pinterest:hover {
	background-position: -112px -108px;
}
.page .team ul li a.instagram {
	background-position: -140px -79px;
}
.page .team ul li a.instagram:hover {
	background-position: -140px -107px;
}
.page .team div {
	float: left;
	width: 46%;
	padding: 0 2%;
	margin-bottom: 50px;
}
 @media all and (max-width: 600px) {
.page .team div {
	width: 100%;
	padding: 0;
	margin-bottom: 25px;
}
}
 @media all and (min-width: 960px) {
.page .team div:nth-child(2n) {
	text-align: right;
}
.page .team div:nth-child(2n) img {
	float: right;
	margin-left: 16px;
	margin-right: 0;
}
.page .team div:nth-child(2n) ul li {
	float: right;
}
.page .team div:nth-child(2n) ul li a {
	direction: rtl;
}
}
.page .map {
	position: relative;
}
.page .map #map_canvas, .page .map .address {
	width: 100%;
}
.page .map #map_canvas {
	z-index: 1;
	height: 366px;
}
.page .map .address {
	position: absolute;
	top: 0;
	background: url(images/wave-pattern.png) center top repeat-x;
	height: 16px;
	z-index: 2;
}
.page .map .address div {
	position: absolute;
	top: 60px;
	left: 10%;
	width: 40%;
	background: #f7f8fa;
	text-align: center;
	padding-bottom: 35px;
	font-size: 16px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-clip: padding-box;
	-webkit-box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.06);
}
 @media all and (max-width: 600px) {
.page .map .address div {
	width: 70%;
	position: relative;
	left: auto;
}
}
.page .map .address div h3 {
	line-height: 70px;
	padding-top: 35px;
	margin-top: -20px;
	background: url(images/headings-sprite.png) no-repeat center -318px;
	font-size: 22px;
	color: #f7f8fa;
	font-style: italic;
	margin-bottom: 25px;
}
.page .map .address div h4 {
	color: #e93478;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 10px;
}
.page .map .address div strong {
	font-weight: normal;
	color: #e93478;
}
.page .contact {
	border-top: 6px solid #f8c6c1;
	background: #e93478;
	color: #f7f8fa;
	font-size: 14px;
	padding: 30px 0;
}
.page .contact .form {
	float: left;
	margin-left: 10%;
	width: 40%;/*
    p, input, textarea, button {
      margin: 0 1.5625%; //or 6px / 384px * 100%; in sass
    }
    */ }
 @media all and (max-width: 600px) {
.page .contact .form {
	width: 80%;
	float: none;
	margin: 0 auto 40px;
}
}
.page .contact .form span.wpcf7-not-valid-tip {
	float: left;
	color: #fff;
}
.page .contact .form div.wpcf7-response-output {
	margin: 0;
	padding: 0;
	margin-bottom: 16px;
	border: none;
}
.page .contact .form p {
	font-size: 21px;
	font-style: italic;
	margin-bottom: 26px;
}
.page .contact .form input.field, .page .contact .form textarea {
	padding: 15px 20px;
}
.page .contact .form .name, .page .contact .form .email, .page .contact .form .message, .page .contact .form .button {
	margin-bottom: 16px;
}
.page .contact .form input.field, .page .contact .form textarea, .page .contact .form input.button {
	border: none;
	font-style: italic;
	font-family: "Playfair Display", serif;
	font-size: 15px;
	color: #595959;
	outline: none;
	-webkit-box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.06);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-clip: padding-box;
}
.page .contact .form input.field, .page .contact .form input.button {
	height: 50px;
}
.page .contact .form .name, .page .contact .form .email {
	width: 48%;
	float: left;
}
 @media all and (max-width: 320px) {
.page .contact .form .name, .page .contact .form .email {
	width: 100%;
	float: none;
}
}
.page .contact .form .name {
	margin-right: 2%;
}
 @media all and (max-width: 320px) {
.page .contact .form .name {
	margin-right: 0;
}
}
.page .contact .form .email {
	margin-left: 2%;
}
 @media all and (max-width: 320px) {
.page .contact .form .email {
	margin-left: 0;
}
}
.page .contact .form input.field {
	float: left;
	width: 100%;
	background-color: #f7f8fa;
	background-image: url(images/icons-sprite.png);
	background-repeat: no-repeat;
	padding-left: 40px;
}
.page .contact .form input.field[name="your-email"] {
	background-position: 10px -157px;
}
.page .contact .form input.field[name="your-email"].error {
	background-position: 10px -214px;
}
.page .contact .form input.field[name="your-name"] {
	background-position: 10px -266px;
}
.page .contact .form input.field[name="your-name"].error {
	background-position: 10px -323px;
}
.page .contact .form input.field.error {
	background-color: #f8c6c1;
}
.page .contact .form textarea {
	height: 148px;
	width: 100%;
	resize: none;
	background: #f7f8fa;
}
.page .contact .form textarea.error {
	background-color: #f8c6c1;
}
.page .contact .form input.button {
	background: #c3d982;
	color: #e93478;
	font-size: 22px;
	width: 100%;
	cursor: pointer;
	-webkit-text-shadow: 0 1px 0 #f7f8fa;
	-moz-text-shadow: 0 1px 0 #f7f8fa;
	text-shadow: 0 1px 0 #f7f8fa;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.page .contact .form input.button:hover {
	background: #b5d335;
}
.page .contact .more {
	float: right;
	margin-right: 10%;
	width: 26.3542%;
}
 @media all and (max-width: 600px) {
.page .contact .more {
	width: 80%;
	float: none;
	margin: 0 auto;
}
}
.page .contact .more h4 {
	font-size: 18px;
	font-style: italic;
	margin-bottom: 10px;
}
 @media all and (max-width: 600px) {
.page .contact .more h4 {
	width: 96.875%;
	margin: 0 auto 10px;
}
}
.page .contact .more a {
	color: #f7f8fa;
}
.page .contact .more a:hover {
	color: #f7f8fa;
}
.page .contact .more p {
	margin-bottom: 40px;
}
 @media all and (max-width: 600px) {
.page .contact .more p {
	width: 96.875%;
	margin: 0 auto 40px;
}
}
 @media all and (max-width: 600px) {
.page .contact .more ul {
	width: 96.875%;
	margin: 0 auto;
}
}
.page .contact .more ul li {
	font-size: 14px;
	background: url(images/icons-sprite.png) no-repeat -219px -80px;
	line-height: 20px;
	padding-left: 24px;
	margin-bottom: 5px;
}
.wp-blog .footer .container {
	background: #f7f8fa;
}
.footer .container {
	padding: 34px 0;
	background: #f7f8fa url(images/pink-wave-pattern.png) center top repeat-x;
	text-align: center;
}
.footer .container p, .footer .container p a {
	color: #000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
/* removed for blog version
.anchor {
  display: block;
  position: relative;
  top: -216px;
  visibility: hidden;
}
*/
.more .menu {
	width: auto;
}
.screen-reader-text {
	display: none;
}
.searchform input, .searchform button {
	border: 1px solid #d5d5d5;
	font-style: italic;
	font-family: "Playfair Display", serif;
	font-size: 15px;
	color: #595959;
	outline: none;
	margin-bottom: 15px;
	padding: 5px 10px;
	-webkit-box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.06);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-clip: padding-box;
}
.promo {
	display: none;
}
.blog-page {
	width: 85%;
	top: 200px;
	padding: 50px 0;
  margin-top: 200px;
}
.blog-page p {
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-size: 14px;
}
.blog-page h1, .blog-page h2 {
	font-size: 45px;
  line-height: 100%;
}
.blog-page h3 {
	font-size: 35px;
  line-height: 100%;
}
.blog-page h1, .blog-page h2, .blog-page h3, .blog-page h4, .blog-page h5, .blog-page h6, .blog-page p, .blog-page ul {
	margin-bottom: 15px;
}
.blog-page a {
	color: #92D050;
}
.blog-page a:hover {
	color: #000000;
}
.blog-page input, .blog-page textarea, .blog-page button {
	border: 1px solid #d5d5d5;
	font-style: italic;
	font-family: "Playfair Display", serif;
	font-size: 15px;
	color: #595959;
	outline: none;
	margin-bottom: 15px;
	padding: 5px 10px;
	-webkit-box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.06);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-clip: padding-box;
}
.blog-page input[type="submit"] {
	font-size: 22px;
	cursor: pointer;
	-webkit-text-shadow: 0 1px 0 #f7f8fa;
	-moz-text-shadow: 0 1px 0 #f7f8fa;
	text-shadow: 0 1px 0 #f7f8fa;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-page label {
	display: block;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	max-width: 100%;
	margin-bottom: 20px;
	color: #767676;
}
.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}
.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}
.wp-caption.aligncenter {
	margin-top: 5px;
	margin-bottom: 5px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}
.wp-caption-text {
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.gallery-item:hover .gallery-caption {
	opacity: 1;
}
.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption, .sticky .entry-date {
	display: none;
}
.bypostauthor > article .fn:before {
	content: "\f408";
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
}
.bypostauthor > article .fn:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}
.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
	max-width: 100%;
	height: auto;
}
.blog-page img, .post.tag-image img {
	max-width: 100%;
	height: auto;
}
.blog-page img.alignleft, .post.tag-image img.alignleft {
	margin-right: 20px;
}
.blog-page img.alignright, .post.tag-image img.alignright {
	margin-left: 20px;
}
pre {
	white-space: pre-wrap;
	/* css-3 */
	white-space: -moz-pre-wrap;
	/* Mozilla, since 1999 */
	white-space: -pre-wrap;
	/* Opera 4-6 */
	white-space: -o-pre-wrap;
	/* Opera 7 */
	word-wrap: break-word;
}
.post {
	margin-bottom: 20px;
	padding: 10px;
}
.post .post-link {
	background: url(images/icon-next.png) right bottom no-repeat;
	padding-right: 20px;
}
.post.sticky {
	text-align: center;
	background: #fff;
	padding: 20px;
	border-bottom: none;
}
.post.sticky p, .post.sticky ul {
	font-size: 16px;
}
.post.sticky h2 {
	margin-top: -40px;
	padding-top: 60px;
	background: url(images/icon-pin.png) top center no-repeat;
	font-style: italic;
}
.post.sticky ul, .post.sticky .tags {
	text-align: left;
}
.post .info {
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 15px;
}
.post .tags {
	padding-left: 30px;
	background: url(images/icon-tags.png) left center no-repeat;
}
.post ul li {
	margin-bottom: 10px;
	padding-left: 24px;
	background: url(images/icons-sprite.png) no-repeat -219px -76px;
}
.post ul.info {
	list-style-type: none;
}
.comments-area ol {
	list-style-type: none;
	padding: 0;
	margin: 20px 0;
}
.comments-area ol li {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.comments-area ol li ol.children {
	padding-left: 70px;
}
.comments-area .comment-body {
	padding-left: 70px;
}
.comments-area .comment-meta {
	font-size: 14px;
	margin-bottom: 10px;
}
.comments-area .comment-reply-link {
	padding-left: 25px;
	background: url(http://shop.mothersshea.com/wp-content/themes/candyqueen/images/icon-reply.png) left center no-repeat;
}
.comments-area .comment-author {
	line-height: 60px;
	margin-left: -70px;
}
.comments-area .comment-author img.avatar {
	float: left;
	border: 5px solid #f8c6c1;
	margin-right: 10px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	background-clip: padding-box;
}
/* external css */
.su-heading-inner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #92D050;
	line-height: 0px;
}
.current_page_item > a {
	color: #92D050 !important;
	font-weight: bold;
}
.footer p a:hover {
	color: #A3D050;
}
.fw_banner_top {
	background: url(http://bayfreetips.com/rodney/wp-content/uploads/2014/07/bannertop.jpg) no-repeat;
	height: 200px;
	opacity: 0.3;
}
.fw_container {
	width: 900px;
	margin: 0 auto;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 15px;
	color: #111111;
	line-height: 19px;
}
.fw_container img { padding:10px;}
.shop_container {
	width: 900px;
	margin: 0 auto;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 15px;
	color: #111111;
	line-height: 19px;
}
.b_post_right h2 {color: #333;
    float: left;
    font-size: 2em;
    font-weight: normal;
    line-height: 110%;
    margin: 0;
    padding: 0;
    width: 100%;
    word-wrap: break-word;}
	
.b_post_left img { width:310px;
height:200px;
border:7px solid #ccc;
}
.b_post_right p {float: left;
    font-size: 1.0em;
    line-height: 1.6em;
    width: 100%;
    word-wrap: break-word;
	color:#111111;
	}

/* contact form css */
.wpcf7 input, 
.wpcf7 textarea{
    padding:10px;
    color:#8e8e8e;
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
    line-height: 20px;

    border: solid 1px #9f9f9f; 
    
    box-shadow: inset 2px 2px 8px #bababa;
    
    -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
    
}

.wpcf7 .wpcf7-list-item{
  padding-left: 0;
  margin-left: 0;
  margin-right: 25px;
}

.wpcf7 .wpcf7-list-item input{
  border: none;
  padding-left: 0;
  margin-left: 0;
}

.wpcf7 select{
  outline: none;
  font-size:16px;
  font-family:Arial, Helvetica, sans-serif;
}

.wpcf7 input:hover, 
.wpcf7 input:focus, 
.wpcf7 input:active, 
.wpcf7 textarea:hover, 
.wpcf7 textarea:focus, 
.wpcf7 textarea:active {
  background: #ebf7f5;
  outline: none;
}


.wpcf7 input.wpcf7-submit{

    -webkit-transition: 0;
  -moz-transition: 0;
  -o-transition: 0;
  transition: 0;
  
  border: none;
  position: relative;
  
  color: #fff;
  
  text-shadow: 1px -2px 0px black;
  
  text-transform: uppercase;
  
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  
  font-size: 14px;
  
  padding-top: 11px;
  padding-bottom: 10px;
  padding-left: 35px;
  padding-right: 35px;
  
  /* Gradient background */
  background-color: #000000;
  background: -webkit-gradient(linear, left top, left bottom, from(#4d1b5c), to(#000000));  
  background:  -moz-linear-gradient(top, #4d1b5c, #000000);  
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d1b5c', endColorstr='#000000');
  -ms-filter: &quot;progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d1b5c, endColorstr=#000000)&quot;;
  
  /* Drop Shadow */
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  
}

/* On hover */
.wpcf7 input.wpcf7-submit:hover{
  
  cursor: pointer;
  text-decoration: none;
  
  background-color: #000000;
  background: -webkit-gradient(linear, left top, left bottom, from(#4d1b5c), to(#6d2f80));  
  background:  -moz-linear-gradient(top, #4d1b5c, #6d2f80);  
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d1b5c', endColorstr='#6d2f80');
  -ms-filter: &quot;progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d1b5c, endColorstr=#6d2f80)&quot;; 
}

/* On click */
.wpcf7 input.wpcf7-submit:active{
  top: 1px;
  
  color: #d8c6e2;
  
  background-color: #000000;
  background: -webkit-gradient(linear, left top, left bottom, from(#4d1b5c), to(#4d1b5c));  
  background:  -moz-linear-gradient(top, #4d1b5c, #4d1b5c);  
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d1b5c', endColorstr='#4d1b5c');
  -ms-filter: &quot;progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d1b5c, endColorstr=#4d1b5c)&quot;; 
  
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* CF7 Messages */
.wpcf7 .wpcf7-validation-errors{
    border:none;
    background-color:#f4ae46;
    margin:0;
    padding:20px;
    
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.wpcf7 .wpcf7-mail-sent-ok{
    border:none;
    background-color:#7ad33f;
    margin:0;
    padding:20px;
    
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.wpcf7 .wpcf7-mail-sent-ng{
    border:none;
    background-color:#cf2d38;
    margin:0;
    padding:20px;
  
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  
    color: white;
}

.wpcf7 span.wpcf7-not-valid-tip{
    border:none;
    background-color:#cf2d38;
    padding:10px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius:10px;
    width: 180px;
    color: white;
    
    /* Drop shadow */
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}

.wpcf7-form .fleft{
  float: left;
}

.wpcf7-form .mright20{
  margin-right: 20px;
}

.wpcf7-form .mright40{
  margin-right: 40px;
}

.wpcf7-form .clear{
  clear: both;
}
.wpcf7-form p {line-height:40px;}


/* submenu css */

ul.fmenu ul { /* this targets all sub menus */
	display: none; /* hide all sub menus from view */
	position: absolute;
	top: 99%; /* this should be the same height as the top level menu -- height + padding + borders */
}
ul.fmenu ul li { /* this targets all submenu items */
	float: none; /* overwriting our float up above */
	width: auto; /* set to the width you want your sub menus to be. This needs to match the value we set below */
	background-color: #fff;
	color: #595959;
}
ul.fmenu ul li a { /* target all sub menu item links */
	font-size: 14px;
	padding: 10px 20px; /* give our sub menu links a nice button feel */
}
ul.fmenu ul li a:hover, ul.fmenu ul li a.active {
	color: #92D050;
}
ul.fmenu li:hover > ul {
	display: block; /* show sub menus when hovering over a parent */
}
.sub-menu {
	padding: 0px !important;
	margin:0px !important;
	background:#fff;

} 
.sub-menu li  { 
	float: none !important; 
	display: block !important;
	padding:10px !important;
  background: #fff;
   -webkit-transiton: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.sub-menu li:hover
{
  background: #f7f8fa;
}
.sub-menu li a { padding:2px 10px!important; margin:opx !important;}
/*.sub-menu { 
	position: absolute !important;  

} 
.sub-menu li:hover { 
	display: block !important; 
} 


.sub-menu li a { 
	width: 118px !important; 
	position: relative  !important; 
	border-left: 1px solid black !important; 
	border-right: 1px solid black !important; 
	border-bottom: 1px solid black !important; 
	background: #333 !important; 
	color: #fff !important; 
}

.sub-menu li a:hover { 
	color: #000 !important; 
}
*/

.ui-tabs-nav li a { font-size:25px !important; line-height:40px !important;}

.wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav li a {line-height:40px !important;}

/*
*  Elance fix
*/
.single .product
{
  padding: 0px 30px;

}
#sidebar
{
  padding: 0px 30px;
}
.woocommerce .woocommerce-breadcrumb, .woocommerce-page .woocommerce-breadcrumb
{
  padding: 0px 20px !important;
}
.fw_banner_top
{
  opacity: 1;
  display: none;
}
.page-template-default .page > .container , .page-template-blog-php .page > .container, .page-template-full-width-php .page > .container
{
  margin-top: 200px;
}
.menu ul.items .sub-menu  .menu-item
{
  margin-right: 0px !important;
  padding-right: 20px !important;
}
ul.fmenu ul 
{
  display: none;
  position: absolute;
  top: 99%;
  opacity: 0;
  visibility: hidden;
  margin-left: -10px !important;
   -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 1.2s;
}
ul.fmenu li:hover > ul
{
  opacity: 1;
  visibility: visible;
}
.menu
{
  width: 960px;
	overflow: hidden;
}
.menu ul.items 
{
	overflow: hidden;
	height: 65px;
}

.wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav li a 
{
  line-height: 40px !important;
  padding: 10px 20px !important;
  text-decoration: none;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
.wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav li.ui-corner-top
{
  height: auto !important;
  margin-left: 10px;
}
.wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav
{
  overflow: hidden !important;
  -webkit-transiton: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav li a
{
  background-color: transparent;
   -webkit-transiton: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.related.products h2
{
   padding-bottom: 20px;
}
.related.products li.product
{
  max-width: 150px;
}
.related.products li.product img
{
  max-width: 100%;
}
 @media all and (max-width: 960px) {
.header {

        display:none;

}
  .page-template-default .page > .container, .page-template-blog-php .page > .container, .page-template-full-width-php .page > .container {
margin-top: 0px;!important
}
  .main .page {
 padding-top: 0px;!important
}
  .fw_container {
      width:100%;!important
      }
  .woocommerce ul.products li.product {
    width:80%;
    }
  .woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n) {
    float:none;
    }
  .blog-page h3 {
    line-height: 40px;
    }
  .blog-page {
    margin-top: 0px;
    }
  h1, h2, h3, h4 {
    line-height: 40px;
    }
  #container {
    margin-top: 0px;
    }
}
 @media all and (max-width: 600px) {
.header {
	position: relative;


}
}