/*
Theme Name:     Sure Child
Description:    A child theme based on the Twenty Ten parent theme.
Author:         Darren G. O'Loughlin
Template:       twentyten
Version:		1.2
Text Domain:	sure-child
*/

/****************************************/
/*             Custom Fonts             **
******************************************
https://fonts.google.com/?selection.family=Archivo+Narrow:700|Cuprum:400,700|Ek+Mukta:500,700,300,200|Khand:500,700|Economica:700|Marvel|Josefin+Sans:600|Roboto+Condensed:300|Roboto:500|Rubik:300,400,500,700

font-family: 'Cuprum', sans-serif;
	regular 400
	bold 700
font-family: 'Ek Mukta', sans-serif;
	thin 200
	light 300
	medium 500
	bold 700
font-family: 'Khand', sans-serif;
	medium 500
	bold 700
font-family: 'Economica', sans-serif;
	bold 700
font-family: 'Marvel', sans-serif;
	regular 400
font-family: 'Josefin Sans', sans-serif;
	semi-bold 600
font-family: 'Roboto', sans-serif;
	medium 500
font-family: 'Roboto Condensed', sans-serif;
	light 300
font-family: 'Archivo Narrow', sans-serif;
	bold 700
font-family: 'Rubik', sans-serif;
	light 300
	regular 400
	medium 500
	bold 700

******************************************
**          end Custom Fonts            */
/****************************************/

@import url('https://fonts.googleapis.com/css?family=Work+Sans|Archivo+Narrow:700|Cuprum:400,700|Ek+Mukta:500,700,300,200|Khand:500,700|Economica:700|Marvel|Josefin+Sans:600|Roboto+Condensed:300|Roboto:500|Rubik:300,400,500,700');

html {
    font-size: 62.5%;
}

body,
#page,
input,
textarea {
	color: #383838;
	font-size: 20px;
	background: #fff;
	font-family: 'Work Sans', sans-serif;
	font-weight: 300;
}

/* responsive images */
img {
  max-width: 100%;
  height: auto;
}

.clearb {
	clear: both;
}

body.page .edit-link {
	display: none;
}

#page,
#dgo-header,
#main,
#dgo-sect-1,
#dgo-footer {
	width: 100%;
}

.dgo-content,
#container {
	position: relative;
	float: none;
	margin: 0 auto;
	width: 92%;
	max-width: 1082px;
	padding: 0 4%;
}

#dgo-header {
	position: fixed;
	z-index: 999;
/*	border-bottom: #e2e6ea 1px solid; */
}

.site-header,
#dgo-main-menu {
	width: 96%;
	padding: 0 2%;
}

.site-header {
	background-color: #13a89e;
	font-family: 'Work Sans', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	color: #ffffff;
	height: 50px;
}

#site-header-content {
	max-width: 1038px;
	margin: 0 auto;
	padding-top: 15px;
}

#site-header-content.nav-min {
/*	line-height: 36px; */
}

a.dgo-header-link {
	position: relative;
	float: right;
/*	border-left: #e2e6ea 1px solid; */
	padding-left: 35px;
	margin-left: 35px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
}

a.dgo-header-link,
a.dgo-header-link:visited {
	color: #fefefe;
	text-decoration: none;
	padding-right: 16px;
	background: url(../png/arrow-right-round-white.png) right 14px no-repeat;
}

a.dgo-header-link:hover {
	background-image: url(../png/arrow-right-round-green.png);
}

.nav-min a.dgo-header-link {
	background-position: right 10px;
	background-size: 16px;
	padding-right: 22px;
	padding-left: 9px;
	margin-left: 9px;
	font-size: 15px;
	font-size: 1.5rem;
}

a.dgo-header-link.link-cart,
a.dgo-header-link.link-cart:visited {
	padding-right: 25px;
	background: url(../png/icon-cart-white-small.png) right center no-repeat;
}

a.dgo-header-link.link-cart:hover {
	background-image: url(../png/icon-cart-green-small.png);
}

.color-red {
	color: #F00;
}

.color-blue {
	color: #a6f340 !important;
}

/***** Cart Pop-up **************/
#dgo-cart-pop {
	display: none;
	position: fixed;
	z-index: 99999;
	top: 2%;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 80%; 
	max-width: 820px; 
	height: 96%; 
	max-height: 600px; 
	overflow-y: auto;
	overflow-x: hidden;
	padding: 15px 3%;
	background: #FFF;
	border: #333 1px solid;
	border-radius: 8px;
}

#dgo-cart-load {
	display: none;
	position: fixed;
	z-index: 99999;
	top: 10%;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 80%; 
	max-width: 450px; 
	height: 96%; 
	max-height: 200px; 
	overflow-y: auto;
	overflow-x: hidden;
	padding: 15px 3%;
	background: #FFF;
	border: #333 1px solid;
	border-radius: 8px;
}


#cart-title {
    padding-bottom: 6px;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 16px;
}

.cart-pop-links {
    padding-top: 40px;
}

#dgo-cart-pop a.link-cart {
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.2;
	border: #919618 1px solid;
	border-radius: 25px;
	padding: 16px 8%;
	margin-bottom: 8px;
    text-align: center;
}

#dgo-cart-pop #cart-pop-ret {
	background-color: #d7df23;
}

#dgo-cart-pop #cart-pop-continue,
#dgo-cart-pop #cart-pop-new {
	background-color: #8cc63f;
}

#dgo-cart-pop #cart-pop-ret:hover,
#dgo-cart-pop #cart-pop-new:hover {
	background-color: #000;
}

#dgo-cart-pop a#cart-pop-continue {
    padding: 10px 8%;
    margin-bottom: 30px;
}

#dgo-cart-pop p {
	font-size: 16px;
	font-size: 1.6rem;
}

#close-cart-load,
#close-cart-pop {
	position: absolute;
	top: -6px;
	right: -6px;
	display: block;
	background-color: #fff;
	border: #000 1px solid;
	border-radius: 17px;
	padding: 7px 5px;
	font-size: 3em;
	cursor: pointer;
}

#cart-pop-content #tempRefID,
#cart-pop-content .cart-empty-text,
#cart-pop-content.cart-empty .cart-pop-links {
	display: none;
}

#cart-pop-content.cart-empty .cart-empty-text {
	display: block;
}

.cart-pop-note {
	font-style: italic;
	padding-top: 20px;
}

#dgo-cart-load {
	background-color: #8cc63f;
	text-align: center;
}

#dgo-cart-load p {
	color: #fff;
	font-weight: bold;
}

#dgo-cart-load .product-title {
	color: #d7df23;
	line-height: 1;
	margin-bottom: 10px;
}

.go-to-cart {
	cursor: pointer;
	text-decoration: underline;
}

#cart-view li {
    list-style-type: none;
    font-size: 16px;
    padding: 5px 0;
}

#cart-view li * {
    margin: 0 6px;
    vertical-align: middle;
}

#cart-view #subtotal > li {
    float:right;
}

#cart-view .prod-name {
    display: inline-block;
    width: 25%;
    max-width: 160px;
}

.delete-prod,
#cart-view input[type="submit"] {
    cursor: pointer;
}

.delete-prod {
    color: #0066c0;
    font-size: 12px;
}
/***** end Cart Pop-up **********/

.search-form {
	position: relative;
	float: right;
	border-left: #e2e6ea 1px solid;
	padding-left: 35px;
	margin-left: 35px;
}

.nav-min .search-form {
	border-left: none;
	padding-left: 7px;
	margin-left: 7px;
	margin-right: -18px;
}

.search-form label {
	display: none;
}

.search-form input[type="text"] {
	font-family: 'Ek Mukta', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	border: none;
	background: #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
	width: 230px;
	padding: 2px 4px;
}

.nav-min .search-form input[type="text"] {
	width: 200px;
}

.search-form input[type="image"] {
	position: relative;
	top: 7px;
	left: -24px;
	padding-top: 1px;
}

.dgo-menu-obj {
	position: relative;
	max-width: 1082px;
	margin: 0 auto;
}

#page-container {
	position: relative;
	z-index: 99;
}

#dgo-sect-1 {
	height: 343px;
	background: url(../jpg/bg-inside.jpg) center top no-repeat;
	background-size: cover !important;
	display: none;
}

/***** Specific page backgrounds ***********/

.parent-pageid-8 #dgo-sect-1 { /* page permalink = (individual products) */ background-image: url(../jpg/bg-product-montage-2.jpg);}

/***** end Specific page backgrounds *******/


/***** Phone and text **************/
.dgo-phone {
	position: relative;
	float: right;
	font-family: 'Ek Mukta', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	color: #fff;
	margin-right: 0;
}

.nav-min .dgo-phone {
	font-size: 20px;
	font-size: 2rem;
	margin-right: 18px;
}

.dgo-phone .phone {
	position: relative;
	display: inline-block;
}

.dgo-phone .phone a {
	color: #fff;
	text-decoration: none;
}

.dgo-phone .phone a sup {
	color: #8dc63f;
	font-size: 1.7em;
	bottom: 4px;
	padding: 0 3px;
}

.nav-min .dgo-phone .phone a sup {
	font-size: 1.5em;
}
/***** end Phone and text **********/


/***** Logo **************************/
.dgo-logo {
	position: absolute;
	width: 250px;
	z-index: 99;
	padding-top: 22px;
}

.dgo-logo.nav-min {
	width: 125px;
}

/***** end Logo **********************/


/***** Main menu ***********************/
#dgo-main-menu {
	background: #fff;	
	font-family: 'Work Sans', sans-serif;
	color: #0c0c0c;
	letter-spacing: 1px;
	line-height: 150px;
	height: 150px;
}


.main-navigation-full {
	position: relative;
	float: right;
/*	height: 57px;*/
	z-index: 9;

}

.main-navigation-full.nav-min {
/*	height: 0px;
	top: -36px;
	right: 400px; */
}

.main-navigation-full .nav-menu {
	margin: 0;
}

.main-navigation-full .nav-menu li {
	position: relative;
	float: left;
	list-style-type: none;
	margin: 0;
}

.main-navigation-full.nav-min .nav-menu li {
/*	border-left: #e2e6ea 1px solid;
	line-height: 36px; */
}

.main-navigation-full.nav-min .nav-menu li:last-child {
/*	border-right: #e2e6ea 1px solid; */
}

.main-navigation-full .nav-menu .sub-menu li {
	background: #fff;
}

.main-navigation-full .nav-menu a,
.main-navigation-full .nav-menu a:visited {
	font-size: 19px;
	font-size: 1.9rem;
	text-decoration: none;
	color: #052f47;
	margin: 0 27px;
	padding: 0 0 10px 0;
	line-height: 50px;

/*	line-height: 4; */
}

.main-navigation-full.nav-min .nav-menu a {
	font-size: 18px;
	font-size: 1.8rem;
	color: #fff;
	margin: 0 9px;
	padding: 0 0 3px 0;
/*	line-height: 1; */
}

.main-navigation-full .nav-menu li:last-child a {
	margin-right: 0;
}

.main-navigation-full.nav-min .nav-menu li:last-child a {
	margin-right: 9px;
}

.main-navigation-full .nav-menu>li:hover>a,
.main-navigation-full .nav-menu>.current-menu-item>a,
.main-navigation-full .nav-menu .current-page-ancestor>a {
	background: url(../png/arrow-up-green.png) center bottom no-repeat;
}

.main-navigation-full.nav-min .nav-menu>li:hover>a,
.main-navigation-full.nav-min .nav-menu>.current-menu-item>a,
.main-navigation-full.nav-min .nav-menu .current-page-ancestor>a {
	background-image: url(../png/arrow-up-green.png);
}

.main-navigation-full.nav-min .nav-menu>li:first-child {
	display: none;
}

.main-navigation-full .nav-menu .sub-menu,
.main-navigation-full .nav-menu .sub-menu .sub-menu,
.main-navigation-full .nav-menu>li:hover .sub-menu .sub-menu {
	position: absolute;
	display: none;
	margin: -17px 0 0 0;
}

.main-navigation-full.nav-min .nav-menu .sub-menu,
.main-navigation-full.nav-min .nav-menu .sub-menu .sub-menu,
.main-navigation-full.nav-min .nav-menu>li:hover .sub-menu .sub-menu {
	margin: 0;
	border: #d2d2d2 1px solid;
	border-top: none;
}

.main-navigation-full .nav-menu .sub-menu .sub-menu {
	left: 100%;
	top: 16px;
}

.main-navigation-full .nav-menu>li.menu-item-has-children:nth-child(3) .sub-menu .sub-menu {
    left: auto;
    right: 100%;
}

.main-navigation-full .nav-menu>li:hover>.sub-menu,
.main-navigation-full .nav-menu>li>.sub-menu>li:hover>.sub-menu {
	display: block;
}

.main-navigation-full .nav-menu .sub-menu li {
	width: 100%;
	text-align: left;
	border-top: #d2d2d2 1px solid;
}

.main-navigation-full.nav-min .nav-menu .sub-menu li:first-child {
	border-top: none;
}

.main-navigation-full .nav-menu .sub-menu li:hover,
.main-navigation-full .nav-menu .sub-menu li.current-menu-item {
	background: #8cc63f;
}

.main-navigation-full .nav-menu .sub-menu li a {
	display: block;
	border: none;
	margin: 0;
	padding: 0 16px;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
/*	line-height: 39px; */
	white-space: nowrap;
}

.main-navigation-full.nav-min .nav-menu .sub-menu li a {
	color: #052f47;
}

.main-navigation-full .nav-menu .sub-menu>li:hover>a,
.main-navigation-full .nav-menu .sub-menu>li.current-menu-item>a {
	color: #fff;
}
/***** end Main menu *******************/


/***** Main Menu (mobile) ***********************/
nav#menu {
	height: 0;
    overflow: hidden;
	padding-top: 10px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
	font-size: 1.6rem;
}

nav#menu.showMobileMenu {
	padding-top: 200px;
	height: auto;
}

	/***** Burger *************/
	#toggle-menu {
		display: none;
		position: absolute;
		cursor: pointer;
		z-index: 9999;
	}

	.dgo-burger {
		padding: 14px 17px;
		font-size: 24px;
		color: #052f47;
		text-indent: -75px;
		line-height: 1;
		margin-top: 20px;
	}
	
	.menu-icon {
		position: relative;
		display: block;
		width: 55px;
	}
	
	.border-icon {
		height: 21px;
		border-top: 7px solid #6c6c6c;
		border-bottom: 7px solid #6c6c6c;
		text-indent: -9999px;
	}
	
	.border-icon:before {
		content:"";
		position: absolute; 
		top: 7px;
		left: 0;
		width: 100%;
		border-top: 7px solid #6c6c6c;
	}
	/***** end Burger *********/

.main-navigation ul {
	list-style-type: none;
	margin: 0;
}

.main-navigation li {
	position: relative;
/*	line-height: 48px; */
	background: #fff;
	z-index: 99;
}

.main-navigation li a,
.main-navigation li a:visited,
.main-navigation a.link-contact {
	display: block;
	text-decoration: none;
	color: #052f47;
	padding-left: 20px;
	font-size: 20px;
	font-size: 2rem;
	line-height: 25px;
	border-bottom: #d2d2d2 1px solid; 
}

.main-navigation a.link-contact {
	position: relative;
	display: none;
/*	line-height: 48px; */
	background: #fff;
	z-index: 99;
}

.main-navigation .sub-menu {
	height: 0;
}

.main-navigation li.showSubMenu .sub-menu {
	height: auto;
}

.main-navigation .sub-menu li a {
/*	padding-left: 60px; */
	background: url(../png/arrow-right-gray-light.png) 40px 15px no-repeat;
}

.main-navigation .menu-item-has-children span {
	position: absolute;
	right: 0;
	width: 48px;
	text-align: center;
	font-size: 32px;
	font-size: 3.2rem;
	color: #fff;
	background: #c7c7c7;
	cursor: pointer;
	z-index: 999;
}

.main-navigation .search-form {
	display: none;
	float: none;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 300;
	color: #052f47;
/*	line-height: 48px; */
	border-left: none;
/*	border-bottom: #d2d2d2 1px solid; */
	margin-left: 0;
}

.main-navigation .search-form {
	padding-left: 20px;
}

.main-navigation .search-form input[type="text"] {
	border: #a7b7c1 1px solid;
	width: 90%;
	max-width: 260px;
}
/***** end Main Menu (mobile) *******************/

#main {
	padding: 0;
}

/***** General page content ****************/
#dgo-sect-2 {
}

#container {
	position: relative;
	z-index: 9;
	margin: 65px auto 80px auto;
}

#content {
	float: left;
	width: 64%;
	color: #383838;
	font-size: 20px;
	font-size: 2rem;
	padding: 0;
	margin: 0 0 36px 0;	
	padding-top: 130px;  /* added to move content down below nav bar */
}

.hentry {
	margin: 0;
}

#content .entry-title {
	display: none;
}

h1, h2, h3, h4, h5, h6 {
    clear: none;
}

#content h1.entry-title,
#content h1,
#content h2 {
	font-family: 'Cuprum', sans-serif;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 700;
/*	line-height: 1.5; */
	color: #7b7b7b;
	margin: 0 0 27px 0;
}

#content h3 {
	clear: none;
	font-family: 'Cuprum', sans-serif;
	font-size: 27px;
	font-size: 2.7rem;
	font-weight: 700;
/*	line-height: 1.3; */
	color: #496980;
	padding-top: 24px;
	margin: 0 0 16px 0;
}

#content a,
#content a:visited {
	color: #8cc63f;
	font-weight: 400;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content a.content-read-more-link {
	position: relative;
	clear: both;
	float: right;
	display: block;
	width: 110px;
	padding: 4px 10px 2px 40px;
	border: #959595 1px solid;
	font-family: 'Cuprum', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #383838;
	background: #fff url(../png/arrow-right-green-3.png) 20px center no-repeat;
}

#content a.content-read-more-link:hover {
	color: #fff;
	text-decoration: none;
	background-image: url(../png/arrow-right-white-large.png);
	background-color: #8cc63f;
	border-color: #8cc63f;
}

#content p,
#content ul,
#content ol,
.collapseomatic_content {
/*	line-height: 1.7; */
	margin: 0 0 27px 0;
}

#content p {
/*    font-family: 'Rubik', sans-serif;*/
}

#content p strong {
	font-weight: 500;
}

#content ul {
	margin: 0 0 27px 10px;
}

#content ol {
	margin: 0 0 27px 36px;
}

.page-id-12 #content ul {
	margin: 0 0 60px 0;
}

#content ul li {
	list-style-image: url(../png/arrow-right-gray-light.png);
/*	line-height: 1.3; */
	margin: 0 0 20px 0;
}

#content ol li {
	list-style-type: decimal;
	margin: 0 0 10px 0;
}

#content aside {
	display: none;
}

.entry-content {
	padding: 0;
}

#content .widget-container {
	display: none;
}

.dgo-col {
	position: relative;
	float: left;
	width: 48%;
}

.dgo-col.col-01 {
	margin-right: 4%;
}

.wp-block-image .alignright,
.wp-block-image .alignleft {
    max-width: 100%;
    margin-top: 11px;
}

.wp-block-image img {
    height: auto;
}

.shop-button {
	border: 1px solid black;
    font-size: .6em;
    display: inline-block;
    margin-bottom: 2px;
    margin-right: 4px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 1;
    position: relative;
    top: -3px;
}

.nutritional-facts-button {
	box-sizing: border-box;
    font-family: Work Sans;
    font-weight: 300;
    font-size: 1em;
    padding: 1em 2em;
    background: #fff;
    color: #148479 !important;
    border: 1px solid #148479;
    border-width: 1px 1px;
    -webkit-border-radius: 1.5em;
    -moz-border-radius: 1.5em;
    border-radius: 1.5em;
    text-shadow: 0 1px 0 rgba(0,0,0,.05);
    width: 80%;
	max-width: 80%;
	white-space: nowrap; 
}    

.new-button {
    box-sizing: border-box;
	webkit-box-sizing: border-box;
    font-family: Work Sans;
    font-weight: 300;
    font-size: 1em;
    padding: .5em 1em;
    background: #87c140;
    color: #fff !important;
    border: 1px solid #87c140;
    border-width: 1px 0;
    -webkit-border-radius: 1.5em;
    -moz-border-radius: 1.5em;
    border-radius: 1.5em;
    text-shadow: 0 1px 0 rgba(0,0,0,.05);
}


/***** end General page content ************/


/***** Sidebar content *********************/
#secondary {
	float: right;
	width: 29%;
	max-width: 240px;
	padding: 0;
}

.dgo-sidebar-2 aside {
	margin-bottom: 70px;
}

.dgo-sidebar-2 aside img {
	width: 100%;
	height: auto;
}

.widget-title {
	display: none;
}

#main .widget-area ul {
	padding: 0;
}

.widget-area li a,
.widget-area li a:visited {
	color: #60697d;
}

.widget-container {
	list-style-type: none !important;
	margin: 0 0 50px 0;
}

	/***** Sidebar Menu ****************/
	.dgo-sidebar-2 aside,
	#content aside {
		border: #787878 1px solid;
	}

	.page-template-page-home .widget_nav_menu,
	.page-template-page-home-alt .widget_nav_menu {
		border: none;
	}

	.dgo-sidebar-2 aside .widget-title,
	#content aside .widget-title {
		display: block;
		background: #f7f7f7;
		font-family: 'Cuprum', sans-serif;
		font-size: 24px;
		font-size: 2.4rem;
		font-weight: normal;
		color: #999;
		padding: 14px 0;
		text-align: center;
/*		line-height: 1.2; */
	}

	.dgo-sidebar-2 aside ul.menu,
	.page-template-page-blog .dgo-sidebar-2 aside ul,
	.single-post .dgo-sidebar-2 aside ul,
	.archive .dgo-sidebar-2 aside ul,
	#content aside ul {
		margin: 20px 5px 15px 15px !important;
	}

	.page-template-page-home .widget_nav_menu ul.menu,
	.page-template-page-home-alt .widget_nav_menu ul.menu {
		margin: 0 !important;
	}

	.dgo-sidebar-2 aside ul li,
	#content aside ul li {
		font-family: 'Cuprum', sans-serif;
		font-size: 18px;
		font-size: 1.8rem;
		color: #a7b7c1;
		list-style-type: none;
		list-style-image: none;
/*		line-height:1.5; */
		margin-top: 12px;
		padding-left: 30px;
		background: url(../png/arrow-right-green-3.png) right 5px no-repeat;
	}

	.dgo-sidebar-2 aside ul li:hover,
	#content aside ul li:hover {
		background: url(../png/arrow-right-white.png) right 9px no-repeat;
	}

	.dgo-sidebar-2 aside ul li.current-menu-item,
	#content aside ul li.current-menu-item {
		background: url(../png/arrow-left-white.png) right 9px no-repeat;
	}

	.dgo-sidebar-2 aside ul li a:hover,
	#content aside ul li a:hover {
		text-decoration: none;
	}

		/***** Products menu widget *************/
		.dgo-sidebar-2 aside.widget_nav_menu .widget-title,
		#content aside.widget_nav_menu .widget-title {
			background: none;
			font-size: 32px;
			font-size: 3.2rem;
			color: #e3e6e9;
			letter-spacing: 5px;
			padding: 18px 0;
		}

		.dgo-sidebar-2 aside ul.menu,
		#content aside ul.menu {
			margin: 0 !important;
		}

		.dgo-sidebar-2 aside .menu li,
		#content aside .menu li {
			font-size: 15px;
			font-size: 1.5rem;
			font-weight: 700;
/*			line-height: 1; */
			margin: 0 0 -1px 0;
			padding: 0 4% 0 6%;
			background-position: 95% center;
		}

		.dgo-sidebar-2 aside .menu li.current-menu-item,
		#content aside .menu li.current-menu-item,
		.dgo-sidebar-2 aside .menu li:hover,
		#content aside .menu li:hover {
			background-position: 95% center;
			background-color: #8cc63f;
		}

		.dgo-sidebar-2 aside .menu li a,
		#content aside .menu li a {
			display: block;
			color: #231f20;
			border-top: #a7b7c1 1px solid;
			padding: 16px 8px 16px 43px;
			background: url(../png/bullet-vegan.png) left center no-repeat;
		}

		.dgo-sidebar-2 aside .menu li.current-menu-item a,
		#content aside .menu li.current-menu-item a,
		.dgo-sidebar-2 aside .menu li:hover a,
		#content aside .menu li:hover a {
			color: #fff;
		}
		/***** end Products menu widget *********/


		/***** More Information widget **********/
		#content #duplicate_widget-6 {
			display: none;
		}

		.widget-title,
		#content .widget-title {
			font-size: 21px;
			font-size: 2.1rem;
			text-transform: uppercase;
		}

		p.side-contact-text,
		#content p.side-contact-text {
			font-family: 'Cuprum', sans-serif;
			font-size: 18px;
			font-size: 1.8rem;
			font-weight: normal;
			color: #a7b7c1;
/*			line-height: 1.6; */
			margin: 0;
			padding: 20px 10%;
		}

		a.side-contact-link,
		a.side-contact-link:visited {
			display: block;
			font-family: 'Cuprum', sans-serif;
			color: #bebbbf !important;
			width: 68%;
			margin: 0 auto 30px auto;
			padding: 10px 5% 10px 7%;
			border: #dcdfdc 1px solid;
			border-bottom-width: 2px;
			border-radius: 7px 7px 0 0;
			background: #fff url(../png/arrow-right-white-bg-green.png) right center no-repeat;
			background-size: contain;
		}

		a.side-contact-link:hover {
			color: #fff !important;
			text-decoration: none !important;
			background-color: #8cc63f;
		}
		/***** end More Information widget ******/
	/***** end Sidebar Menu ************/


	/***** Testimonials ****************/
    blockquote.easy_testimonial {
        margin: 10px auto;
        padding-top: 10px;
        min-height: 80px;
    }

	.easy_testimonial {
		font-family: 'Ek Mukta', sans-serif;
		font-weight: 200;
		color: #052f47;
		padding: 0;
		border: none !important;
/*		line-height: 4rem; */
		margin-bottom: 30px !important;
	}

	.testimonial_body {
		font-size: 21px;
		font-size: 2.1rem;
		color: #052f47;
		font-style: normal;
/*		line-height: 1.7; */
		text-align: center;
		padding: 70px 7% 0 7% !important;
	}

	.testimonial_body p:before {
		content: '“';
        padding-right: 10px;
	}

	.testimonial_body p:after {
		content: '”';
        padding-left: 10px;
	}

	.testimonial_body p:before,
	.testimonial_body p:after {
		position: relative;
		top: 40px;
		font-family: 'Archivo Narrow', sans-serif;
        font-weight: 700;
		color: #00a79d;
		font-size: 125px;
		font-size: 12.5rem;
/*		line-height: 0; */
	}

	#secondary .testimonial_body p:before,
	#content .testimonial_body p:before {
		content: '”';
		display: block;
		color: #8dc63f;
		top: -30px;
	}

	#secondary .testimonial_body p:after,
	#content .testimonial_body p:after {
		display: none;
	}

	.testimonial_author {
		font-size: 18px;
		font-size: 1.8rem;
		color: #052f47;
		font-weight: 300;
		text-align: center;
		margin-top: 30px;
/*		line-height: 1.2; */
	}

	.testimonial_author .date {
        display: none;
	}

	#secondary .testimonials-read-more,
	#content .testimonials-read-more,
    #secondary .easy_testimonials_read_more_link,
    #content .easy_testimonials_read_more_link {
		border: none;
		width: auto;
		padding: 0;
	}

	#secondary .testimonials-read-more a,
	#content .testimonials-read-more a,
    #secondary a.easy_testimonials_read_more_link,
    #content a.easy_testimonials_read_more_link {
		font-size: 15px;
		font-size: 1.5rem;
		color: #898989;
		text-align: center;
		padding: 15px 0;
		background-position: 90% 46%;
		background-size: 6px;
        font-style: normal;
        text-transform: uppercase;
	}

	#secondary .testimonials-read-more:hover a,
	#content .testimonials-read-more:hover a,
    #secondary a.easy_testimonials_read_more_link:hover,
    #content a.easy_testimonials_read_more_link:hover {
		color: #fff;
		text-decoration: none;
	}
	/***** end Testimonials ************/
/***** end Sidebar content *****************/


/***** Testimonials  ***********************/
#dgo-home-quote {
    padding: 90px 0;
}

.page-template-page-home .easy_testimonial,
.page-template-page-home-alt .easy_testimonial {
    font-style: normal;
}

.page-template-page-home .testimonial_body,
.page-template-page-home-alt .testimonial_body {
    font-family: 'Ek Mukta', sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 200;
/*    line-height: 2; */
    max-width: 645px;
    padding: 0 15% !important;
    margin: 0 auto;
}

.page-template-page-home .testimonial_author,
.page-template-page-home-alt .testimonial_author {
    font-size: 26px;
    font-size: 2.6rem;
/*    line-height: 1.7; */
     margin-top: 50px;
    margin-bottom: 0;
}

.testimonials-read-more {
    display: block;
    position: relative;
    width: 290px;
    margin: 0 auto;
    border: #052f47 1px solid;
    padding-right: 50px;
}

.testimonials-read-more:hover {
    border-color: #8cc63f;
    background: #8cc63f;
}

.testimonials-read-more a,
.testimonials-read-more a:visited {
    display: block;
    text-decoration: none;
    font-family: 'Cuprum', sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    color: #000;
    text-transform: uppercase;
    background: url(../png/arrow-right-green-3.png) right center no-repeat;
    background-size: 9px;
    padding: 15px 15px 14px 50px;
}

a.easy_testimonials_read_more_link,
a.easy_testimonials_read_more_link:visited {
    display: block;
    position: relative;
    width: 290px;
    margin: 40px auto 0;
    text-decoration: none;
    font-family: 'Cuprum', sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    color: #000;
/*    line-height: 1; */
    text-transform: uppercase;
    background: url(../png/arrow-right-green-3.png) 84% center no-repeat;
    background-size: 9px;
    padding: 15px 0 14px 50px;
    border: #052f47 1px solid;
}

.home a.easy_testimonials_read_more_link,
.home a.easy_testimonials_read_more_link:visited {
    margin-top: 80px;
}

.testimonials-read-more:hover a,
a.easy_testimonials_read_more_link:hover {
    color: #fff;
    background: #8cc63f url(../png/arrow-right-white.png) 84% center no-repeat;
    background-size: 9px;
    border-color: #8cc63f;
}

#secondary .testimonials-read-more.read-more-side,
#content .testimonials-read-more.read-more-side {
	width: auto;
	border: none !important;
	text-align: center;
	padding: 0;
/*	line-height: 1; */
}

#secondary aside#text-2,
#content aside#text-2,
#content aside.randomTestimonialWidget {
	margin-top: 0 !important;
	background: #fafbe5;
	border-color: #cdd5da;
}

aside#text-2 .widget-title {
	display: none;
}

#secondary aside#text-3,
#content aside#text-3 {
	border-color: #cdd5da;
}

#secondary .easy_testimonial {
    margin-bottom: 0 !important;
}

#secondary .testimonials-read-more.read-more-side a,
#content .testimonials-read-more.read-more-side a {
	background: #fafbe5 url(../png/arrow-right-green-3.png) 90% center no-repeat;
	font-size: 15px;
	font-size: 1.5rem;
	color: #7d93a2;
	padding: 15px 0;
}

#secondary .testimonials-read-more.read-more-side:hover a,
#content .testimonials-read-more.read-more-side:hover a {
	color: #fff;
	text-decoration: none;
	background: #a7b7c1 url(../png/arrow-right-white-small.png) 90% center no-repeat;
}
/***** end Testimonials  *******************/


/***** Search Results Page *****************/
#content h1.page-title {
	font-size: 24px;
	font-size: 2.4rem;
}

.page-title span {
	font-family: inherit;
	font-size: 24px;
	font-size: 2.4rem;
}

.search .hentry {
	margin: 0 0 48px 0;
}

.search #content .entry-title {
	display: block;
}

.search .entry-meta,
.search .entry-utility {
	display: none;
}
/***** end Search Results Page *************/


/***** Testimonials Page *******************/
.page-template-page-testimonials .easy_t_single_testimonial,
.quote-item {
	position: relative;
	z-index: 8;
	margin-bottom: 80px !important;
}

.page-template-page-testimonials #content .testimonial_body {
    text-align: left;
    padding: 0 !important;
}

.page-template-page-testimonials #content .testimonial_body p {
    margin: 0;
}

.page-template-page-testimonials #content .testimonial_author {
    text-align: right;
}

.page-template-page-testimonials #content .testimonial_body p:before,
.quote-item .dgo-quote:before {
	content: '“';
	padding-right: 4px;
}

.page-template-page-testimonials #content .testimonial_body p:after,
.quote-item .dgo-quote:after {
	content: '”';
	padding-left: 4px;
}

.page-template-page-testimonials #content .testimonial_body p:before,
.page-template-page-testimonials #content .testimonial_body p:after,
.quote-item .dgo-quote:before,
.quote-item .dgo-quote:after {
	position: relative;
    display: inline-block;
	top: 34px;
	font-family: Arial, Helvetica, sans-serif;
	color: #7d93a2;
	font-size: 80px;
	font-size: 8rem;
/*	line-height: 0; */
}
/***** end Testimonials Page ***************/


/***** Blog Page ***************************/
.archive #content .entry-title,
.single-post #content .entry-title {
	display: block;
	margin-bottom: 27px;
}
/***** end Blog Page ***********************/


/***** Product List page *******************/
.dgo-product-item {
	position: relative;
	float: left;
	width: 29%;
	height: 440px;
	margin: 40px 6% 110px 0;
	text-align: center;
}

.dgo-product-item:nth-child(3n) {
	margin-right: 0;
}

.dgo-product-grid hr {
	display: none;
	background-color: #d4d4d4;
	width: 70%;
}

.dgo-product-grid hr:nth-child(3n+1) {
	display: block;
}

.dgo-product-grid hr:nth-child(1) {
    display: none;
}

#content .dgo-product-item a:hover {
	text-decoration: none;
}

#content .dgo-product-item .product-title {
	font-size: 24px;
	font-size: 2.4rem;
	color: #000;
/*	line-height: 1.2; */
}

.dgo-product-item img {
	width: auto !important;
	height: auto !important;
}

.dgo-product-item product-meta {
	display: block;
}

.dgo-product-item a.product-order-link,
.dgo-product-item a.product-order-link:visited,
.dgo-product-item a.product-more-link,
.dgo-product-item a.product-more-link:visited {
	display: block;
	position: absolute;
	bottom: 0;
	width: 48%;
	min-width: 79px;
	margin: 0 0 0 12%;
	padding: 8px 32px 4px 6%;
	font-family: 'Khand', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	color: #fff !important;
	text-align: left;
	text-transform: uppercase;
	background: #d7df23 url(../png/arrow-right-white.png) 90% center no-repeat;
	background-size: 10px;
}

.dgo-product-item a.product-order-link,
.dgo-product-item a.product-order-link:visited {
	background-color: #8cc63f;
}

.dgo-product-item a.product-order-link:hover,
.dgo-product-item a.product-more-link:hover {
	background-color: #000;
}

.dgo-product-item a.product-order-link,
.dgo-product-item a.btn-addToCart,
.dgo-product-item a.submit-addToCart {
	position: absolute;
	bottom: -50px;
	width: 48%;
	min-width: 79px !important;
	margin: 0 0 0 12%;
	text-align: left;
}

.page-template-page-product-list-vibrant a.btn-addToCart,
.page-template-page-product-list-trax a.btn-addToCart,
.page-template-page-product-list-vibrant a.submit-addToCart,
.page-template-page-product-list-trax a.submit-addToCart {
	display: none !important;
}
/***** end Product List page ***************/


/***** Individual Product page *************/
.page-template-page-product #content h1.entry-title {
	font-family: 'Work Sans';
	display: inline-block;
	font-size: 31px;
	font-size: 3.1rem;
	color: #13a89e;
    margin-bottom: 0;
}

h1.entry-title-null ~ div.dgo-product-add-to-cart {
    display: none;
}

.page-template-page-product #content h1.entry-title .sale-note {
    display: block;
	font-size: 17px;
	font-size: 1.7rem;
    color: #13a89e;
}

.dgo-product-add-to-cart,
#price-block {
	position: relative;
/*	float: right;
	line-height: 1; 
	top: 7px;*/
}

#price-block .prices {
/*    text-align: right; */
    margin-top: 10px;
    margin-bottom: 20px;
}

.dgo-product-add-to-cart {
    width: 250px;
    margin-right: 0;
}

#content a.btn-addToCart,
#content a.btn-addToCart:visited,
#content a.submit-addToCart,
#content a.submit-addToCart:visited {
	display: block;
	font-family: 'Khand', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	color: #fff;
	text-transform: uppercase;
	background: #8cc63f url(../png/icon-cart-white-small.png) 90% center no-repeat;
	background-size: 18px;
	min-width: 150px;
	padding: 8px 32px 4px 6%;
}

#content a.submit-addToCart,
#content a.submit-addToCart:visited {
    display: inline-block;
	padding: 8px 22px 4px 6%;
}

#content .selQty {
    position: relative;
    top: -3px;
    width: 44px;
    height: 30px;
    margin-right: 10px;
}

#content a.btn-addToCart:hover,
#content a.submit-addToCart:hover {
	text-decoration: none;
	background-color: #000;
}

.original-price, {
	font-family: 'Work Sans', sans-serif;
	font-size: 21px;
	font-size: 2.1rem;
	color: #c60000;
}

.dgo-product-price {
	font-family: 'Work Sans', sans-serif;
	font-size: 32px;
	font-size: 3.2rem;
	color: #111111;
}



#price-block .original-price,
#price-block .dgo-product-price {
    display: inline-block;
}

#price-block.on-sale .original-price {
    color: #f00;
    text-decoration: line-through;
    padding-right: 35px;
}

#price-block.on-sale .dgo-product-price {
    color: #000;
}

.dgo-product-price span {
}

.original-price sup,
.dgo-product-price sup {
	bottom: 0.6ex;
	font-size: 18px;
	font-size: 1.8rem;
}

#dgo-product-images {
	position: relative;
/*	clear: both;
	float: left; */
	width: 100%;
	margin-right: 10%;
}

#dgo-product-images img {
	display: block;
	max-width: 70%; 
	height: auto;
	text-align: center;
}

.page-template-page-product .hentry {
	position: relative;
	float: left;
	width: 45%;
	max-width: 275px;
}

.page-template-page-product .hentry {
	margin-top: 40px;
}

#dgo-product-images img {
	margin-bottom: 40px;
}

.page-template-page-product #content h2.entry-title,
.page-template-page-product .entry-content {
	clear: none;
}

.dgo-product-content {
	padding-top: 30px;
    clear: right;
}

.dgo-product-content h2 {
    clear: none;
}

@media screen and (max-width: 920px) {
    #price-block,
    .dgo-product-add-to-cart {
        float: none;
        clear: none !important;
    }

    #price-block {
        max-width: 350px;
    }

    #price-block .prices {
        position: relative;
/*        float: right; */
        margin-bottom: 0;
        top: 9px;
    }

    #price-block .original-price {
        padding-right: 20px;
    }
}
/***** end Individual Product page *********/


/***** Special Offer content ***************/
.dgo-special-add-to-cart {
	position: relative;
	float: right;
	width: 47%;
	max-width: 330px;
	padding: 0 0 25px;
	margin: 40px 0;
	background: #e7ec7a;
	border-radius: 10px;
	color: #000;
	overflow: hidden;
}

.dgo-special-add-to-cart.special-sect-2 {
	display: none;
}

#content .dgo-special-add-to-cart h3 {
	font-family: 'Ek Mukta', sans-serif;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	background: #000;
	margin: 0 0 18px;
	padding: 15px 0 10px;
}

.dgo-special-add-to-cart h3 span {
	color: #8cc63f;
}

#content .dgo-special-add-to-cart p {
	font-size: 18px;
	font-size: 1.8rem;
/*	line-height: 1.4; */
	padding: 0 6%;
}

#content .dgo-special-add-to-cart .btn-addToCart,
#content .dgo-special-add-to-cart .submit-addToCart {
	width: 84px;
	padding: 8px 32px 4px 8px !important;
	margin: 0 auto !important;
	background-color: #2b2b2b;
}

#content .dgo-special-add-to-cart .special-price {
    display: none;
}

#content .dgo-special-add-to-cart .special-price {
    display: none;
}
/***** end Special Offer content ***********/


/***** Contact form *******************/
.req {
    color: #f00;
}

.req-text {
    padding-bottom: 0;
}

.wpcf7 {
    width: 100%;
    max-width: 500px;
}

.wpcf7,
.wpcf7 p {
    font-family: 'Ek Mukta', sans-serif;
}

.wpcf7 p {
    margin-bottom: 0 !important;
}

.wpcf7-form * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wpcf7 label,
.wpcf7 input {
	font-family: 'Ek Mukta', sans-serif;
	font-size: 20px;
	color: #000;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
	font-family: 'Ek Mukta', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	padding: 6px 5px;
    margin-bottom: 10px;
	background: #fff;
}

.wpcf7 input,
.wpcf7 textarea {
	width: 100%;
}

.wpcf7 select {
}

.wpcf7>label,
.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7 label {
/*	font-weight: 500;*/
}

.wpcf7-list-item {
    display: block !important;
/*    margin: 0 !important;*/
}

.wpcf7-list-item input[type="checkbox"],
.wpcf7-list-item .wpcf7-list-item-label {
    display: inline-block;
    width: auto !important;
}

.wpcf7-list-item input[type="checkbox"] {
    margin: 0 10px 0 0;
}

.wpcf7 input[type="radio"] {
	margin: 0 0 10px 20px;
}

.wpcf7 select {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 0 10px 0;
}

textarea[name="your-message"] {
	height:	70px !important;
}

.wpcf7 input[type="submit"],
.wpcf7 input[type="number"],
.wpcf7-radio input {
	width: auto;
}

.wpcf7 input[type="submit"] {
	cursor: pointer;
}

#content input[type="submit"],
input[type="submit"] {
    font-family: 'Khand', sans-serif;
	font-weight: 500;
	color: #fff;
	text-align: center;
    text-transform: uppercase;
	background: #8cc63f;
    border: none;
    padding: 8px 8% 4px;
    margin: 15px 0 0;
}

#content input[type="submit"]:hover,
input[type="submit"]:hover {
	background-color: #000;
}
/***** end Contact form ***************/


/***** Footer content **********************/
#dgo-footer {
	z-index: 9;
	clear: both;
	font-family: 'Work Sans', sans-serif;
}

#dgo-footer li {
	list-style-type: none;
}

#dgo-site-info {
	background: #edeeee;
	clear: left;
	padding-top: 40px;
	padding-bottom: 20px;	
}

#dgo-site-info a,
#dgo-site-info a:visited {
	color: #000;
	text-decoration: none;
}

#dgo-site-info a:hover {
	color: #aaa;
	text-decoration: underline;
}

#dgo-site-info ul {
	margin: 0;
}

#footer-col1,
#footer-col2,
#footer-col3,
#footer-col4 {
	position: relative;
	float: left;
}

#footer-col1 {
	width: 30%;
}

#footer-col2 {
	width: 25%;
}

#footer-col3 {
	width: 25%;
}

#footer-col4 {
	width: 20%;
}

.dgo-address {
	color: #0c0c0c;
	font-size: 15px;
	text-align: left;
}

.phone-toll-free {
	color: #8dc63f;
}

.phone-local {
	color: #8dc63f;
}

#address-footer-1 {
	margin-top: 10px;
}

.dgo-footer-links {
	text-align: left;
}

#dgo-site-info .dgo-footer-links li a,
#dgo-site-info .dgo-footer-links li a:visited {
	color: #13a89e;
	font-size: 15px;
}

#dgo-site-info .dgo-footer-links li a:hover {
	text-decoration: underline;
}

.dgo-copyright {
	margin-top: 15px;
	font-size: 12px;
	margin-bottom: 20px;
}

.dgo-copyright p {
	margin-bottom: 0;
}

#dgo-footer-sect-1 {
	text-align: center;
}

#dgo-footer-sect-2 {

}


#dgo-footer-sect-2 p {
	font-size: 12px;

}
/***** end Footer content ******************/


/*********** Media Queries *****************/
@media screen and (min-width: 1919px) {
	.metaslider {
		max-width: none !important;
	}

	.slides {
		width: 100%;
	}
}

@media screen and (max-width: 1185px) {
    .dgo-product-add-to-cart {
		margin-right: 0;
        clear: right;
	}

	#content .dgo-special-add-to-cart h3 {
		font-size: 3.05vw;
	}
}

@media screen and (max-width: 1097px) {
	.nav-min a.dgo-header-link {
		padding-left: 7px;
		margin-left: 7px;
	}

	.nav-min .search-form input[type="text"] {
/*		width: 72px;*/
	}

	.main-navigation-full.nav-min .nav-menu a {
		margin: 0 7px;
	}
}

@media screen and (max-width: 1029px) {
	/***** Main menu ***********************/
	#dgo-main-menu {
		height: 88px;
	}

	#dgo-main-menu.nav-min {
		height: 0;
	}

	.dgo-menu-obj .menu-main-menu-container {
		display: none;
	}
	/***** end Main menu *******************/


	/***** Main menu (mobile) *****************/
	#toggle-menu {
		display: block;
		top: 60px;
		right: 0;
	}

	.nav-min #toggle-menu {
		top: 0;
	}

	.nav-min .dgo-burger {
		padding: 7px 17px;
		font-size: 18px;
		text-indent: -58px;
	}

	
	.nav-min .menu-icon {
		width: 33px;
	}

	
	.nav-min .border-icon {
		height: 12px;
		border-top: 4px solid #fff;
		border-bottom: 4px solid #fff;
	}

	
	.nav-min .border-icon:before {
		content:"";
		position: absolute; 
		top: 4px;
		left: 0;
		width: 100%;
		border-top: 4px solid #fff;
	}
	/***** end Main menu (mobile) *************/

	#site-header-content.nav-min  a.dgo-header-link.link-cart {
		margin-right: 11%;
	}

}


@media screen and (max-width: 960px) {
	.page-template-page-product #content h1.entry-title {
		margin: 0;
	}
}

@media screen and (max-width: 920px) {

	#site-header-content.nav-min  a.dgo-header-link.link-cart {
		margin-right: 9%;
	}

}

@media screen and (max-width: 880px) {

	a.side-contact-link,
	a.side-contact-link:visited {
		font-size: 2.2vw;
	}
}

@media screen and (max-width: 866px) {

	.dgo-product-add-to-cart {
		margin-top: 0;
	}
}

@media screen and (max-width: 805px) {

	#site-header-content a.dgo-header-link.link-contact {
		display: none;
	}

	.main-navigation a.link-contact {
		display: block;
	}

	#dgo-sect-1 {
		height: 229px;
		background-size: cover;
		display: none;
	}

	a.dgo-header-link,
	.search-form {
		padding-left: 3%;
		margin-left: 3%;
	}

	.search-form input[type="image"] {
		margin-right: -17px;
	}

	.nav-min .search-form input[type="image"] {
		margin-right: 0;
	}

	/***** Sidebar Menu ****************/
	.widget_nav_menu .widget-title {
		font-size: 16px;
		font-size: 1.6rem;
		padding: 8px 0;
	}

	.widget_nav_menu ul.menu {
		margin: 16px 5px 15px 10px !important;
	}

	.widget_nav_menu ul.menu li {
		font-size: 15px;
		font-size: 1.5rem;
	}

	.dgo-sidebar-2 aside ul li,
	.dgo-sidebar-2 aside ul.sub-menu li,
	.page-template-page-home .widget_nav_menu ul.menu li,
	.page-template-page-home-alt .widget_nav_menu ul.menu li {
		background-position: left 4px;
	}
	/***** end Sidebar Menu ************/
}


@media screen and (max-width: 722px) {
	/***** Product List page *******************/
	.dgo-product-item {
		width: 42%;
		height: 410px;
		margin: 40px 4% 80px 4% !important;
	}

	.dgo-product-grid hr:nth-child(3n+1) {
		display: none;
	}

	.dgo-product-grid hr.product-3,
	.dgo-product-grid hr.product-5,
	.dgo-product-grid hr.product-7,
	.dgo-product-grid hr.product-9,
	.dgo-product-grid hr.product-11,
	.dgo-product-grid hr.product-13,
	.dgo-product-grid hr.product-15,
	.dgo-product-grid hr.product-17,
	.dgo-product-grid hr.product-19,
	.dgo-product-grid hr.product-21,
	.dgo-product-grid hr.product-23,
	.dgo-product-grid hr.product-25,
	.dgo-product-grid hr.product-27,
	.dgo-product-grid hr.product-29,
	.dgo-product-grid hr.product-31 {
		display: block;
	}

    .dgo-product-grid hr {
		width: 100%;
	}
	/***** end Product List page ***************/

}

@media screen and (max-width: 700px) {
	a.dgo-header-link,
	.search-form {
		padding-left: 2%;
		margin-left: 2%;
	}
}

@media screen and (max-width: 680px) {
	#content {
		padding-top: 50px;  /* added to move content down below nav bar */
	}

	#site-header-content,
	#site-header-content.nav-min {
/*		line-height: 48px; */
	}

	.dgo-phone,
	.nav-min .dgo-phone {
		font-size: 24px;
		font-size: 2.4rem;
		margin-right: 0;
	}

	.dgo-phone .phone a sup,
	.nav-min .dgo-phone .phone a sup {
		font-size: 1.7em;
	}

	a.dgo-header-link,
	.nav-min a.dgo-header-link {
		font-size: 16px;
		font-size: 1.6rem;
		padding-right: 27px;
		padding-left: 6%;
		margin-left: 6%;
	}

	#site-header-content a.dgo-header-link.link-cart,
	#site-header-content.nav-min a.dgo-header-link.link-cart {
		margin-right: 0;
	}

	/***** Logo **********************/
	.dgo-logo,
	.dgo-logo.nav-min {
/*		width: 385px;*/
		width: 265px;
/*		top: -28px; */
	}
	/***** end Logo ******************/

	#dgo-main-menu,
	#dgo-main-menu.nav-min {
		height: 62px;
	}

	/***** Burger *************/
	#toggle-menu,
	.nav-min #toggle-menu {
		top: 54px;
		right: 2%;
	}

	.dgo-burger,
	.nav-min .dgo-burger {
		font-size: 18px;
		text-indent: -60px;
		padding: 14px 17px;
	}
	
	.menu-icon,
	.nav-min .menu-icon {
		width: 36px;
	}
	
	.border-icon,
	.nav-min .border-icon {
		height: 15px;
		border-top: 5px solid #6c6c6c;
		border-bottom: 5px solid #6c6c6c;
	}
	
	.border-icon:before,
	.nav-min .border-icon:before {
		top: 5px;
		border-top: 5px solid #6c6c6c;
	}
	/***** end Burger *********/

	nav#menu {
		padding-top: 112px;
	}
}

@media screen and (max-width: 657px) {
	#content {
		padding-top: 50px;  /* added to move content down below nav bar */
	}

	#dgo-sect-1 {
		height: 226px;
		background-size: cover;
		display: none;
	}

	/***** General page content ****************/
	#container {
		margin: 45px auto 40px auto
	}

	#content {
		width: 100%;
		margin: 0;
	}

	#content li {
		background-position: 0px 5px;
		background-size: 7px;
	}

	#content aside {
		display: block;
		width: 80%;
		margin: 60px auto !important;
	}

	#content aside img {
		width: 100%;
		height: auto;
	}

	#content aside#nav_menu-2,
	#content aside#text-2,
	#content aside#text-3,
	#content aside.randomTestimonialWidget {
		width: 41%;
		max-width: 240px;
	}

	#content aside#nav_menu-2 {
		float: left;
		margin: 30px 7% 60px 3% !important;
	}

	#content aside#text-2,
	#content aside#text-3,
	#content aside.randomTestimonialWidget {
		float: right;
		margin: 30px 3% 60px 3% !important;
	}

	.dgo-side-nar {
		display: none;
	}

	#content aside.widget_nav_menu .widget-title {
		font-size: 4.9vw;
		padding: 2.132vw 0;
		margin-bottom: 2.436vw;
	}

	#content .widget-title {
		font-size: 3.2vw;
		padding: 2.132vw 0;
	}

	#content aside .menu-products-menu-container li {
		font-size: 2.3vw;
	}

	#content aside .menu-products-menu-container li a {
		background-size: 5.1vw;
		padding: 2.436vw 0 2.436vw 48px;
	}

	#content .text-3 ul li {
		font-size: 2.75vw;
		padding: 1.523vw 13% 1.523vw 0;
	}

	a.side-contact-link,
	a.side-contact-link:visited {
		font-size: 20px;
		font-size: 2rem;
		padding: 10px 5% 10px 7%;
	}

	.dgo-col {
		float: none;;
		width: 100%;
	}

	.dgo-col.col-01 {
		margin-right: 0;
	}
	/***** end General page content ************/


	/***** Product List page *******************/
/*
	.page-template-page-product-list #content aside#nav_menu-2,
	.page-template-page-product-list #content aside#text-2,
	.page-template-page-product-list #content aside#text-3 {
		float: none;
		width: 80%;
		max-width: 240px;
		margin: 35px auto !important;
	}

	.page-template-page-product-list #content aside#text-2 {
		margin: 0 auto 35px auto !important;
	}
*/

/*
	.page-template-page-product-list #content aside#nav_menu-2 {
		display: none;
	}
*/
	/***** end Product List page ***************/


	/***** Individual Product page *************/
	.page-template-page-product #content .dgo-side-med aside#text-3 {
		width: 100%;
		margin: 60px auto 0 auto !important;
		background: #fff;
	}

	.dgo-product-add-to-cart {
		margin-top: 20px;
	}

	.on-sale .dgo-product-add-to-cart {
		margin-top: 0;
	}

	.dgo-special-add-to-cart {
		margin-top: 60px;
	}

	#content .dgo-special-add-to-cart {
		padding: 0 0 20px;
	}

	#content .dgo-special-add-to-cart h3 {
		font-size: 30px;
		font-size: 3rem;
		font-size: 4.55vw;
		padding: 8px 0 6px;
	}

	#content .dgo-special-add-to-cart p {
		font-size: 16px;
		font-size: 1.6rem;
		margin: 0 0 20px 0;
	}

	#dgo-product-images {
/*		margin-top: 0;*/
	}
	/***** end Individual Product page *********/


	/***** Sidebar content *********************/
	#secondary {
		display: none;
	}
	/***** end Sidebar content *****************/


	/***** Home page content *****************/
	.page-template-page-home #content,
	.page-template-page-home-alt #content {
		margin: 0;
	}

	.page-template-page-home #content h2,
	.page-template-page-home-alt #content h2 {
		font-size: 30px;
		font-size: 3rem;
	}

	.page-template-page-home #content h3,
	.page-template-page-home-alt #content h3 {
		font-size: 19px;
		font-size: 1.9rem;
	}

	.page-template-page-home #content li,
	.page-template-page-home-alt #content li {
		padding-right: 0;
	}

		/***** Testimonials *************/
		#dgo-home-quote {
			padding: 75px 0;
		}

		.page-template-page-home .easy_testimonial,
		.page-template-page-home-alt .easy_testimonial {
			margin-bottom: 60px !important;
		}

		.page-template-page-home .testimonial_body,
		.page-template-page-home-alt .testimonial_body {
			font-size: 27px;
			font-size: 2.7rem;
		}

		.page-template-page-home .testimonial_author,
		.page-template-page-home-alt .testimonial_author {
			font-size: 20px;
			font-size: 2rem;
		}

		.testimonial_body p:before,
		.testimonial_body p:after {
			top: 53px;
			font-size: 112px;
			font-size: 11.2rem;
		}

		.testimonials-read-more {
			width: 240px;
		}

		.testimonials-read-more a {
			font-size: 17px;
			font-size: 1.7rem;
		}
		/***** end Testimonials *********/
	/***** end Home page content *************/
}

@media screen and (max-width: 650px) {
	#content {
		padding-top: 50px;  /* added to move content down below nav bar */
	}
}

@media screen and (max-width: 610px) {
	#content {
		padding-top: 50px;  /* added to move content down below nav bar */
	}

	/***** Footer ***************************/
	#footer-col1,
	#footer-col2,
	#footer-col3,
	#footer-col4 {
		float: none;
		width: 100%;
		max-width: none;
		margin: 0;
		padding: 0;
	}

	.dgo-footer-logo {
        padding-bottom: 10px;
	}


	#footer-col2,
	#footer-col3,
	#footer-col4 {
		padding-top: 20px;
		margin-top: 20px;
		border-left: none;
		border-top: 1px dashed;
	}


	.dgo-address,
	.dgo-social {
		display: block;
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}


	.dgo-footer-links {
		float: none;
		width: 100%;
		display: block;
		margin: 0 auto;
		text-align: center;
	}	

	.dgo-social {
        margin-top: 20px;
	}


	.dgo-copyright {
		float: none;
		width: 100%;
		margin: 0 auto;
	}

	.dgo-copyright {
		padding-top: 0;
		text-align: left;
	    margin-bottom: 20px;
	}
	/***** end Footer ***********************/
}

@media screen and (max-width: 522px) {
	#content {
		padding-top: 50px;  /* added to move content down below nav bar */
	}

	#dgo-sect-1 {
		height: 170px;
		display: none;
	}

	/***** General page content ****************/
	#container {
		margin: 45px auto 0px auto;
	}

	#content li {
		background-position: 0px 11px;
		background-size: 8px;
	}

	#content aside#nav_menu-2,
	#content aside#text-2,
	#content aside#text-3,
	#content aside.randomTestimonialWidget {
		float: none;
		width: 80%;
		max-width: 240px;
		margin: 35px auto !important;
	}

	#content aside#nav_menu-2 {
		margin: 35px auto !important;
	}

	#content aside#text-2,
	#content aside#text-3 {
		margin: 0 auto 35px auto !important;
	}

	.dgo-side-nar {
		display: block;
	}

	.dgo-side-med {
		display: none;
	}

	#content aside.widget_nav_menu .widget-title {
		font-size: 32px;
		font-size: 3.2rem;
		margin-bottom: 16px;
	}

	#content aside .menu-products-menu-container li {
		font-size: 15px;
		font-size: 1.5rem;
	}

	#content aside .menu-products-menu-container li a {
		padding: 16px 0 16px 48px;
		background-size: 33px;
	}

	#content .widget-title {
		font-size: 24px;
		font-size: 2.4rem;
		padding: 14px 0;
	}

	#content .text-3 ul li {
		font-size: 18px;
		font-size: 1.8rem;
		padding: 10px 13% 10px 0;
	}
	/***** end General page content ************/


	/***** Product List page *******************/
	.dgo-product-item {
		float: none;
		width: 60%;
		max-width: 200px;
		height: auto;
		min-height: 300px;
		margin: 50px auto 100px auto !important;
	}

	.dgo-product-thumb img {
		padding-bottom: 50px;
	}

	.dgo-product-grid hr {
		display: block !important;
	}

	.dgo-product-grid hr.product-1 {
		display: none !important;
	}

	.page-template-page-product-list #content aside#nav_menu-2 {
		display: block;
	}
	/***** end Product List page ***************/


	/***** Individual Product page *************/
	.page-template-page-product #content h1.entry-title {
		display: block;
		margin: 0;
/*		line-height: 1; */
	}

    .page-template-page-product #content h1.entry-title .sale-note {
        padding-top: 13px;
    }


	.dgo-product-price,
	.dgo-product-add-to-cart {
		padding: 10px 0 50px;
	}

	.dgo-product-price span {
		display: inline-block;
	}


	#dgo-product-images {
		float: none;
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}

	.page-template-page-product #content .dgo-side-nar aside#text-3 {
		max-width: 240px;
	}

	.dgo-special-add-to-cart.special-sect-1 {
		display: none;
	}

	.dgo-special-add-to-cart.special-sect-2 {
		display: block;
	}

	#content .dgo-special-add-to-cart {
		clear: both;
		float: none;
		width: 100%;
		max-width: 245px;
		margin: 0 auto 40px;
	}

	#content .dgo-special-add-to-cart h3 {
		font-size: 27px;
		font-size: 2.7rem;
	}
	/***** end Individual Product page *********/


    /***** Testimonials *************/
    .page-template-page-home .easy_testimonial,
    .page-template-page-home-alt .easy_testimonial {
        margin-bottom: 65px !important;
    }

    .page-template-page-home .testimonial_body,
    .page-template-page-home-alt .testimonial_body {
        font-size: 22px;
        font-size: 2.2rem;
        padding: 0 2% !important
    }

    .page-template-page-home .testimonial_author,
    .page-template-page-home-alt .testimonial_author {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .testimonial_body p:before,
    .testimonial_body p:after {
        top: 42px;
        font-size: 90px;
        font-size: 9rem;
    }

    .testimonials-read-more {
        width: 220px;
        padding-right: 30px;
    }

    .testimonials-read-more a,
    .testimonials-read-more a:visited {
        padding: 15px 0 14px 30px;
    }
    /***** end Testimonials *********/
}

@media screen and (max-width: 500px) {
	#content {
		padding-top: 0px;  /* added to move content down below nav bar */
	}

	#site-header-content,
	#site-header-content.nav-min {
/*		line-height: 36px; */
	}

	a.dgo-header-link,
	.nav-min a.dgo-header-link {
		padding-left: 4%;
		margin-left: 4%;
	}

	.dgo-phone .phone a sup,
	.nav-min .dgo-phone .phone a sup {
		font-size: 1.4em;
	}

	/***** Logo **********************/
	.dgo-logo,
	.dgo-logo.nav-min {
/*		width: 325px;*/
		width: 230px;
		top: -24px;
	}
	/***** end Logo ******************/

	#dgo-main-menu,
	#dgo-main-menu.nav-min {
		height: 53px;
	}

	/***** Burger *************/
	#toggle-menu,
	.nav-min #toggle-menu {
		top: 38px;
		right: 0;
	}
	/***** end Burger *********/

	nav#menu {
		padding-top: 150px;
	}
}

@media screen and (max-width: 422px) {
	#content {
		padding-top: 0px;  /* added to move content down below nav bar */
	}

	.dgo-phone,
	.nav-min .dgo-phone {
		font-size: 22px;
		font-size: 2.2rem;
	}

	/***** Logo **********************/
	.dgo-logo,
	.dgo-logo.nav-min {
		width: 225px;
		top: -23px;
	}
	/***** end Logo ******************/


	/***** Burger *************/
	#toggle-menu,
	.nav-min #toggle-menu {
		top: 37px;
	}
	/***** end Burger *********/

	nav#menu {
		padding-top: 90px;
	}
}

@media screen and (max-width: 360px) {
	#content {
		padding-top: 0px;  /* added to move content down below nav bar */
	}

	/***** Logo **********************/
	.dgo-logo,
	.dgo-logo.nav-min {
		width: 175px;
		top: -7px;
	}
	/***** end Logo ******************/
}

@media screen and (max-width: 350px) {
	#content {
		padding-top: 0px;  /* added to move content down below nav bar */
	}
}

@media screen and (max-width: 330px) {
	#content {
		padding-top: 0px;  /* added to move content down below nav bar */
	}

	.dgo-phone,
	.nav-min .dgo-phone {
		font-size: 22px;
		font-size: 2.2rem;
	}
}
/*********** end Media Queries *************/