/*
Theme Name:     Sure Child
Description:    A child theme based on the Twenty Ten parent theme.
Author:         Darren G. O'Loughlin
Template:       twentyten
Version:		1.0
Text Domain:	sure-child
*/

@import url("../twentyten/style.css");

/****************************************/
/*             Custom Fonts             **
******************************************
https://www.google.com/fonts#UsePlace:use/Collection:Cuprum:400,700|Ek+Mukta:500,700,300,200|Khand:500,700|Economica:700|Marvel|Josefin+Sans:600|Roboto+Condensed:300|Roboto:500

font-family: 'Cuprum', sans-serif;
font-family: 'Ek Mukta', sans-serif;
font-family: 'Khand', sans-serif;
font-family: 'Economica', sans-serif;
font-family: 'Marvel', sans-serif;
font-family: 'Josefin Sans', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;

******************************************
**          end Custom Fonts            */
/****************************************/

@import url(https://fonts.googleapis.com/css?family=Cuprum:400,700|Ek+Mukta:500,700,300,200|Khand:500,700|Economica:700|Marvel|Josefin+Sans:600|Roboto+Condensed:300|Roboto:500);

html {
    font-size: 62.5%;
}

body,
#page,
input,
textarea {
	color: #383838;
	font-size: 20px;
	background: #fff;
	font-family: 'Ek Mukta', sans-serif;
	font-weight: 300;
}

.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: #6f6f6f;
	font-family: 'Ek Mukta', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	color: #fefefe;
}

#site-header-content {
	max-width: 1038px;
	margin: 0 auto;
	line-height: 48px;
}

#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: 27px;
	background: url(images/arrow-right-round-white.png) right 14px no-repeat;
}

a.dgo-header-link:hover {
	background-image: url(images/arrow-right-round-yellow.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 {
	background: url(images/icon-cart-white-small.png) right center no-repeat;
}

a.dgo-header-link.link-cart:hover {
	background-image: url(images/icon-cart-yellow-small.png);
}

.color-red {
	color: #F00;
}

.color-blue {
	color: #a6f340 !important;
}

/***** Cart Pop-up **************/
#dgo-cart-load,
#dgo-cart-pop {
	display: none;
	position: fixed;
	z-index: 99999;
	top: 10%;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 80%;
	max-width: 420px;
	height: auto;
	padding: 30px 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(images/bg-inside.jpg) center top no-repeat;
	background-size: cover;
}

/***** Specific page backgrounds ***********/

.parent-pageid-8 #dgo-sect-1 { /* page permalink = (individual products) */ background-image: url(images/bg-individual-product.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: #efeda2;
	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;
	top: 10px;
	width: 342px;
	background: url(images/global-health-trax-logo.png) no-repeat;
	background-size: contain;
	z-index: 99;
}

.dgo-logo.nav-min {
	top: -24px;
	width: 227px;
	background: url(images/global-health-trax-logo-color.png) no-repeat;
}

.dgo-logo img {
	width: 100%;
}
/***** end Logo **********************/


/***** Main menu ***********************/
#dgo-main-menu {
	background: #fff;
	font-family: 'Ek Mukta', sans-serif;
	font-weight: 300;
}

.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: 22px;
	font-size: 2.2rem;
	text-decoration: none;
	color: #052f47;
	margin: 0 27px;
	padding: 0 0 10px 0;
	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(images/arrow-up-blue-2.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(images/arrow-up-blue-2.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: -1px;
}

.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: #35b2a2;
}

.main-navigation-full .nav-menu .sub-menu li a {
	display: block;
	border: none;
	margin: 0;
	padding: 0 16px;
	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;
	padding-top: 137px;
	font-family: 'Ek Mukta', sans-serif;
	font-weight: 300;
	font-size: 22px;
	font-size: 2.2rem;
}

nav#menu.showMobileMenu {
	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;
	}
	
	.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;
	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(images/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;	
}

.hentry {
	margin: 0;
}

#content .entry-title {
	display: 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;
	clear: none;
}

#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: #35b2a2;
	font-weight: 500;
	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(images/arrow-right-blue-2.png) 20px center no-repeat;
}

#content a.content-read-more-link:hover {
	color: #fff;
	text-decoration: none;
	background-image: url(images/arrow-right-white-large.png);
	background-color: #35b2a2;
	border-color: #35b2a2;
}

#content p,
#content ul,
#content ol,
.collapseomatic_content {
	line-height: 1.7;
	margin: 0 0 27px 0;
}

#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(images/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%;
}

img.saliva-test {
	width: 60%;
	max-width: 415px;
}

img.saliva-test-nar {
	display: none;
}
/***** 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 {
		border: none;
	}

	.dgo-sidebar-2 aside .widget-title,
	#content aside .widget-title {
		display: block;
		background: #e3e8eb;
		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 {
		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(images/arrow-right-blue-2.png) right 5px no-repeat;
		background-size: 6px;
	}

	.dgo-sidebar-2 aside ul li:hover,
	#content aside ul li:hover {
		background: url(images/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(images/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 .menu-products-menu-container ul,
		#content aside .menu-products-menu-container ul {
			margin: 0 !important;
		}

		.dgo-sidebar-2 aside .menu-products-menu-container li,
		#content aside .menu-products-menu-container 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-products-menu-container li.current-menu-item,
		#content aside .menu-products-menu-container li.current-menu-item,
		.dgo-sidebar-2 aside .menu-products-menu-container li:hover,
		#content aside .menu-products-menu-container li:hover {
			background-position: 95% center;
			background-color: #64b4ae;
		}

		.dgo-sidebar-2 aside .menu-products-menu-container li a,
		#content aside .menu-products-menu-container li a {
			display: block;
			color: #231f20;
			border-top: #a7b7c1 1px solid;
			padding: 16px 8px 16px 36px;
			background: url(images/bullet-leaf2-green.png) left center no-repeat;
		}

		.dgo-sidebar-2 aside .menu-products-menu-container li.current-menu-item a,
		#content aside .menu-products-menu-container li.current-menu-item a,
		.dgo-sidebar-2 aside .menu-products-menu-container li:hover a,
		#content aside .menu-products-menu-container li:hover a {
			color: #fff;
			background-image: url(images/bullet-leaf2-white.png);
		}
		/***** 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;
			background: #fff url(images/arrow-right-white-bg-blue-2.png) right center no-repeat;
			background-size: contain;
		}

		a.side-contact-link:hover {
			color: #fff !important;
			text-decoration: none !important;
			background-color: #35b2a2;
		}
		/***** end More Information widget ******/
	/***** end Sidebar Menu ************/


	/***** Testimonials ****************/
	.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 3% 0 3% !important;
	}

	.testimonial_body p:before {
		content: '“';
	}

	.testimonial_body p:after {
		content: '”';
	}

	.testimonial_body p:before,
	.testimonial_body p:after {
		position: relative;
		top: 71px;
		font-family: Arial, Helvetica, sans-serif;
		color: #f3f6b6;
		font-size: 150px;
		font-size: 15rem;
		line-height: 0;
	}

	#secondary .testimonial_body p:before,
	#content .testimonial_body p:before {
		content: '”';
		display: block;
		font-family: "Arial Black", Gadget, sans-serif;
		font-size: 96px;
		font-size: 9.6rem;
		color: #f3f6b6;
		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;
		text-align: center;
		margin-top: 30px;
		line-height: 1.2;
	}

	.testimonial_author {
		font-weight: 300;
	}

	#secondary .testimonials-read-more,
	#content .testimonials-read-more {
		border: none;
		width: auto;
		padding: 0;
	}

	#secondary .testimonials-read-more a,
	#content .testimonials-read-more a {
		font-size: 15px;
		font-size: 1.5rem;
		color: #898989;
		text-align: center;
		padding: 15px 0;
		background-position: 90% 46%;
		background-size: 6px;
	}

	#secondary .testimonials-read-more:hover a,
	#content .testimonials-read-more:hover a {
		color: #fff;
		text-decoration: none;
	}
	/***** end Testimonials ************/
/***** end Sidebar content *****************/


/***** Home page content *****************/
.page-template-page-home #dgo-sect-1 {
	height: 542px;
	background: none;
}

	/***** Home Slide Show *************/
	.metaslider {
		position: relative;
		width: 100%;
		height: 542px;
		overflow: hidden;
	}

	.slides {
		position: absolute;
		left: 50%;
		top: 50%;
		height: 100%;
		width: 1918px;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		z-index: 9;
	}

	.flex-direction-nav a {
		top: 265px !important;
	}

	.metaslider .caption-wrap {
		width: 780px !important;
		top: 70px;
		bottom: inherit !important;
		left: 630px !important;
		background: none !important;
		font-family: 'Economica', sans-serif;
		font-size: 30px;
		font-size: 3rem;
		opacity: 1 !important;
	}

	.metaslider .caption {
		padding: 0 !important;
	}

	.metaslider .caption a,
	.metaslider .caption a:visited,
	.metaslider .caption a:hover {
		color: #fff;
		text-decoration: none;
	}

	.metaslider .caption img {
		position: relative;
		float: left;
		z-index: 99;
	}

	.metaslider .caption span {
		display: block;
		position: relative;
		float: left;
		background: url(images/bg-trans-black2.png) repeat !important;
		width: 139px;
		padding: 20px 20px 20px 80px;
		top: 122px;
		left: -70px;
		line-height: 1.2;
		z-index: 9;
	}

	.metaslider .caption p {
		background: url(images/arrow-right-white-shadow.png) 92% bottom no-repeat;
		text-shadow: #333 2px 2px 8px;
	}

	.metaslider .slides li:hover .caption p {
		background-image: url(images/arrow-right-blue-shadow.png);
	}

	.metaslider .slide-202 .caption-wrap {
		width: 700px !important;
		left: 660px !important;
	}

	.metaslider .slide-202 .caption span {
		top: 84px;
		left: -65px;
	}

	.metaslider .slide-203 .caption-wrap {
		width: 600px !important;
		top: 90px;
		left: 730px !important;
	}

	.metaslider .slide-203 .caption span {
		top: 65px;
		left: -65px;
	}
	/***** end Home Slide Show *********/

.page-template-page-home #content {
	float: none;
	width: 100%;
}

.page-template-page-home #content .entry-content>h1,
.page-template-page-home #content .entry-content>p {
	width: 90%;
	max-width: 880px;
	margin: 0 auto 27px auto;
}

.page-template-page-home #content hr {
	width: 69%;
	background-color: #cac7f2;
	margin-top: 40px;
}

.page-template-page-home #content a.content-read-more-link {
	float: none;
	left: inherit;
	margin: 0 auto;
	font-size: 24px;
	font-size: 2.4rem;
	width: 150px;
	background-size: 10px;
}

	/***** Home sidebar content ****************/
	#dgo-sect-5 {
		background: url(images/bg-home-sect.jpg) center top no-repeat;
		padding: 60px 0;
	}

	#dgo-sect-5 #secondary {
		display: flex;
		width: 100%;
		max-width: none;
	}

	#dgo-sect-5 aside {
		float: left;
		width: 24%;
		padding: 2%;
		margin-right: 5%;
		background: #fff;
	}

	#dgo-sect-5 aside:last-child {
		margin-right: 0;
	}

	#dgo-sect-5 aside img {
		width: 100%;
		height: auto;
	}

	#dgo-sect-5 aside h3 {
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 30px;
		font-size: 3rem;
		color: #958786;
		text-align: center;
		padding: 30px 0 20px 0;
	}

	#dgo-sect-5 aside p {
		font-size: 16px;
		font-size: 1.6rem;
		color: #484848;
		line-height: 1.6;
		padding: 10px 4%;
	}

	#dgo-sect-5 aside .home-side-text {
		min-height: 100px;
	}

	#dgo-sect-5 aside a.home-side-link,
	#dgo-sect-5 aside a.home-side-link:visited {
		display: block;
		width: 72%;
		margin: 0 auto;
		padding: 2px 5% 2px 4%;
		font-family: 'Roboto', sans-serif;
		font-size: 17px;
		font-size: 1.7rem;
		color: #bebbbf;
		border: #dcdfdc 1px solid;
		border-bottom-width: 2px;
		border-radius: 5px;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		background: #fff url(images/arrow-right-white-bg-blue-2.png) right center no-repeat;
		background-size: contain;
	}
	
	#dgo-sect-5 aside a.home-side-link:hover {
		color: #fff;
		text-decoration: none;
		background-color: #35b2a2;
	}
	/***** end Home sidebar content ************/


	/***** Testimonials  ***********************/
	#dgo-home-quote {
		display: none;
		padding: 90px 0;
	}

	.page-template-page-home #dgo-home-quote {
		display: block;
	}

	.page-template-page-home .easy_testimonial {
		margin-bottom: 80px !important;
		font-style: normal;
	}

	.page-template-page-home .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 {
		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: #64b4ae;
		background: #64b4ae;
	}

	.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(images/arrow-right-blue-2.png) right center no-repeat;
		background-size: 9px;
		padding: 15px 15px 14px 50px;
	}

	.testimonials-read-more:hover a {
		color: #fff;
		background-image: url(images/arrow-right-white.png);
	}
	/***** end Testimonials  *******************/
/***** end Home page content *************/


#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 {
	margin-top: 0 !important;
	background: #f6fbfb;
	border-color: #cdd5da;
}

#secondary aside#text-3,
#content aside#text-3 {
	border-color: #cdd5da;
}

aside#text-2 .widget-title {
	display: none;
}

#secondary .testimonials-read-more.read-more-side a,
#content .testimonials-read-more.read-more-side a {
	background: #f6fbfb url(images/arrow-right-blue-2.png) 90% center no-repeat;
	background-size: 5px;
	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(images/arrow-right-white-small.png) 90% center no-repeat;
}

/***** 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 {
	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 {
	content: '“';
	padding-right: 4px;
}

.page-template-page-testimonials #content .testimonial_body p:after {
	content: '”';
	padding-left: 4px;
}

.page-template-page-testimonials #content .testimonial_body p:before,
.page-template-page-testimonials #content .testimonial_body p: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.product-3,
.dgo-product-item.product-6,
.dgo-product-item.product-9,
.dgo-product-item.product-12,
.dgo-product-item.product-15,
.dgo-product-item.product-18 {
	margin-right: 0;
}

.dgo-product-grid hr {
	display: none;
	background-color: #d4d4d4;
	width: 70%;
}

.dgo-product-grid hr.product-4,
.dgo-product-grid hr.product-7,
.dgo-product-grid hr.product-10,
.dgo-product-grid hr.product-13,
.dgo-product-grid hr.product-16,
.dgo-product-grid hr.product-19 {
	display: block;
}

#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: #e4d11b url(images/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: #35b2a2;
}

.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 {
	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 {
	display: none !important;
}
/***** end Product List page ***************/


/***** Individual Product page *************/
.page-template-page-product #content h1.entry-title,
.page-template-page-product-candido #content h1.entry-title {
	display: inline-block;
	font-size: 30px;
	font-size: 3rem;
	color: #35b2a2;
}

h1.entry-title-null ~ div.dgo-product-add-to-cart {
    display: none;
}

.page-template-page-product-candido #content h1.entry-title {
	min-width: 40%;
}

.dgo-product-add-to-cart,
.dgo-product-price {
	position: relative;
	float: right;
	line-height: 1;
	top: 7px;
}

.dgo-product-add-to-cart {
    width: 180px;
	margin-right: 60px;
}

#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: #35b2a2 url(images/icon-cart-white-small.png) 90% center no-repeat;
	background-size: 18px;
	min-width: 96px;
	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;
}

#content a.btn-addToCart:hover,
#content a.submit-addToCart:hover {
	text-decoration: none;
	background-color: #000;
}

.dgo-product-price {
	font-family: 'Cuprum', sans-serif;
	font-size: 27px;
	font-size: 2.7rem;
	color: #bfbfbf;
}

.dgo-product-price span {
}

.dgo-product-price sup {
	bottom: 0.6ex;
	font-size: 18px;
	font-size: 1.8rem;
}

#dgo-product-images {
	position: relative;
	clear: both;
	float: left;
	width: 43%;
	max-width: 300px;
	margin-right: 10%;
}

#dgo-product-images img {
	display: block;
	width: 100%;
	height: auto;
}

.page-template-page-product .hentry {
	position: relative;
	float: left;
	width: 45%;
	max-width: 275px;
}

.page-template-page-product .hentry,
#dgo-product-images {
	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: 40px;
    clear: right;
}
/***** 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: #e4d11b;
	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: #35b2a2;
}

#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 {
	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;
}
/***** end Special Offer content ***********/


/***** Candido product page ****************/
#content a.candido-nav {
	color: #7b7b7b;
	display: block;
	margin-bottom: 40px;
}

.candido-return {
	float: left;
}

.candido-continue {
	float: right;
}

.page-template-page-product-candido .dgo-product-add-to-cart {
	margin-right: 40px;
}

.page-template-page-product-candido #content table {
	border: none;
	font-family: 'Khand', sans-serif;
	font-size: 18px;
}

.page-template-page-product-candido #content th {
	font-family: 'Cuprum', sans-serif;
	font-size: 21px;
	line-height: 1.2;
	padding: 0 0 6px 8px;
	height: 90px;
	vertical-align: bottom;
}

.page-template-page-product-candido #content th:first-child {
	padding: 3px;
}

.page-template-page-product-candido #content th div {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	height: 0;
	width: 0;
}

.page-template-page-product-candido #content th,
.page-template-page-product-candido #content td {
	border-right: #ccc 1px solid;
	color: #000;
}

.page-template-page-product-candido #content td {
	text-align: center;
	padding: 3px 3px 6px 6px;
	width: 60px;
}

.page-template-page-product-candido #content td:first-child {
	text-align: left;
	width: auto;
}

.page-template-page-product-candido #content th:last-child,
.page-template-page-product-candido #content td:last-child {
	border-right: none;
}

.page-template-page-product-candido #content tr.row-month {
	font-family: 'Cuprum', sans-serif;
	background: #ccc;
	font-size: 19px;
}

.page-template-page-product-candido #content tr.row-green {
    background: #35b2a2;
}

.page-template-page-product-candido #content tr.row-month td {
	color: #fff;
	padding: 3px 3px 3px 6px;
}
/***** end Candido product page ************/


/***** 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: #a5cf4e;
    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: 'Ek Mukta', sans-serif;
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
}

#dgo-footer li {
	list-style-type: none;
}

#dgo-site-info {
	background: #363636;
	clear: left;
}

#dgo-site-info a,
#dgo-site-info a:visited {
	color: #fff;
	text-decoration: none;
}

#dgo-site-info a:hover {
	color: #fff;
	text-decoration: underline;
}

#dgo-site-info ul {
	margin: 0;
}

#dgo-footer-sect-1 {
	padding: 60px 0;
}

#footer-col1,
#footer-col2,
#footer-col3 {
	position: relative;
	float: left;
}

#footer-col1 {
	width: 27%;
	max-width: 300px;
}

#footer-col2 {
	width: 23%;
	max-width: 186px;
	padding: 0 7%;
	margin: 0 7%;
	border-right: 1px dashed;
	border-left: 1px dashed;
	border-color: #999;
}

#footer-col3 {
	width: 23%;
	max-width: 234px;
}

.dgo-logos {
	text-align: center;
}

.dgo-logos a {
    display: block;
}

.dgo-logos hr {
	background-color: #999;
}

.dgo-footer-logo {
    padding-bottom: 20px;
}

.footer-logo-ght {
/*	margin-left: -20%;*/
}

.footer-logo-green-leaf,
.footer-logo-global-health,
.footer-logo-vln {
	padding-bottom: 40px;
}

.dgo-social {
	position: relative;
	display: inline-block;
	width: 100%;
    margin-top: 60px;
}

.dgo-social .social-icon {
	position: relative;
	display: inline-block;
	padding: 33px;
	margin: 0 20% 40px 0;
	background: url(images/social-icons-sprite.png) no-repeat;
	background-size: cover;
}

.dgo-social a.social-icon:hover {
	background: url(images/social-icons-sprite-hover.png) no-repeat;
	background-size: cover;
}

.dgo-social .social-icon:nth-child(2n) {
    margin-right: 0;
}

.dgo-social .linkedin,
.dgo-social a.linkedin:hover {
	background-position: -67px 0;
}

.dgo-social .facebook,
.dgo-social a.facebook:hover {
	background-position: -134px 0;
}

.dgo-social .googleplus,
.dgo-social a.googleplus:hover {
	background-position: -201px 0;
}

.dgo-social .twitter,
.dgo-social a.twitter:hover {
	background-position: -268px 0;
}

.dgo-address {
	font-weight: 200;
}

.dgo-address li {
	line-height: 1.7;
}

.dgo-address li.phone-footer {
	padding-top: 46px;
}

.dgo-signet,
.dgo-copyright {
	font-weight: 200;
	border-top: #787878 1px solid;
	padding-top: 30px;
	margin-top: 30px;
}

#dgo-site-info .dgo-footer-links li a,
#dgo-site-info .dgo-footer-links li a:visited {
	font-weight: 500;
	color: #efeda2;
	line-height: 2;
	text-decoration: none;
}

#dgo-site-info .dgo-footer-links li a:hover {
	text-decoration: underline;
}

.dgo-signet ul {
	margin: 0;
}

.dgo-signet li {
	display: inline;
}

.dgo-signet a,
.dgo-signet a:visited {
	text-decoration: none;
	color: #fff;
}

.dgo-signet a:hover {
	text-decoration: underline;
}

.dgo-signet img {
	position: relative;
	top: 7px;
	width: 176px;
}

.dgo-copyright {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3;
}

#dgo-footer-sect-2 {
	padding: 30px 0;
	border-top: #8e8e8e 1px solid;
}

#dgo-footer-sect-2 p {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 200;
	line-height: 1.2;
	padding: 0 5%;
}

.rep-branding {
    display: none;
    line-height: 1.2;
}

.rep-branding.show-branding {
    display: block;
}

.rep-branding span {
    display: block;
    color: #aaa;
    padding-top: 5px;
}
/***** 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: 5%;
	}

	#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%;
	}

	/***** Footer ***************************/
	#footer-col1 {
		width: 210px;
		margin-bottom: 60px;
		margin-left: 5%;
	}

	.dgo-social .social-icon {
		margin: 0 8% 40px 8%;
	}
	/***** end Footer ***********************/
}

@media screen and (max-width: 970px) {
	/***** Footer ***************************/
	#footer-col2 {
		padding: 0 6%;
		margin: 0 6%;
	}
	/***** end Footer ***********************/
}

@media screen and (max-width: 960px) {
	.page-template-page-product #content h1.entry-title {
		margin: 0;
	}

	.dgo-product-add-to-cart {
		margin-right: 0;
		margin-top: 20px;
		clear: right;
	}
}

@media screen and (max-width: 920px) {
	#site-header-content.nav-min  a.dgo-header-link.link-cart {
		margin-right: 9%;
	}

	/***** Footer ***************************/
	#dgo-footer-sect-1 {
		padding: 60px 0 30px 0;
	}

	#footer-col1 {
		width: 40%;
		max-width: 400px;
	}

	#footer-col2 {
		width: 40%;
		max-width: 190px;
		padding: 0 0 0 8%;
		margin: 0 0 60px 8%;
		border-right: none;
	}

	#footer-col3 {
		clear: left;
		float: none;
		width: 80%;
		max-width: none;
		margin: 0 auto;
		padding-top: 50px;
		border-top: 1px dashed;
	}

	.dgo-footer-links {
		float: left;
	}

	.dgo-signet,
	.dgo-copyright {
		border: none;
		padding-top: 0;
		margin-top: 0;
	}

	.dgo-signet {
		float: right;
		width: 180px;
	}

	.dgo-copyright {
		clear: both;
		text-align: center;
		padding-top: 60px;
	}
	/***** end Footer ***********************/
}

@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;
	}

	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 {
		background-position: left 4px;
	}
	/***** end Sidebar Menu ************/


	/***** Home Slide Show *************/
	.page-template-page-home #dgo-sect-1 {
		height: auto;
	}

	.metaslider {
		height: 361px;
	}

	.slides {
		width: 1277px;
	}

	.flex-direction-nav a {
		top: 175px !important;
	}

	.metaslider .caption-wrap {
		font-size: 20px;
		font-size: 2rem;
		left: 420px !important;
		top: 50px;
	}

	.metaslider .slide-202 .caption-wrap {
		left: 436px !important;
		top: 50px;
	}

	.metaslider .slide-203 .caption-wrap {
		width: 400px !important;
		left: 475px !important;
		top: 60px;
	}

	.metaslider .slides .caption img {
		width: 350px !important;
	}

	.metaslider .slides .slide-202 .caption img {
		width: 300px !important;
	}

	.metaslider .slides .slide-203 .caption img {
		width: 240px !important;
	}

	.metaslider .caption span {
		width: 89px;
		padding: 14px 16px 14px 50px;
		top: 75px;
		left: -40px;
	}

	.metaslider .slide-202 .caption span {
		top: 54px;
		left: -40px;
	}

	.metaslider .slide-203 .caption span {
		top: 46px;
		left: -40px;
	}

	.metaslider .caption p {
		background-size: 17px;
	}
	/***** end Home Slide Show *********/


	/***** Home sidebar content ****************/
	#dgo-sect-5 {
		background-position: 40% top;
		background-size: cover;
	}

	#dgo-sect-5 #secondary {
		display: block;
	}

	#dgo-sect-5 aside {
		width: 40%;
		padding: 3%;
		margin-right: 7%;
		margin-bottom: 30px;
	}

	#dgo-sect-5 aside#widget_sp_image-3 {
		margin-right: 0;
	}

	#dgo-sect-5 aside:last-child {
		clear: left;
		float: none;
		margin: 0 auto;
	}

	#dgo-sect-5 aside h3 {
		padding: 40px 0 16px 0;
	}

	#dgo-sect-5 aside p {
		padding: 10px 8%;
	}
	/***** end Home sidebar content ************/
}

@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 {
		display: none !important;
		width: 100%;
	}

	.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 {
		display: block !important;
	}
	/***** end Product List page ***************/


	/***** Footer ******************************/
	#dgo-footer-sect-2 p {
		padding: 0;
	}
	/***** end Footer **************************/
}

@media screen and (max-width: 700px) {
	a.dgo-header-link,
	.search-form {
		padding-left: 2%;
		margin-left: 2%;
	}
}

@media screen and (max-width: 680px) {
	#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: 255px;
		top: 10px;
		background: url(images/global-health-trax-logo.png) no-repeat;
		background-size: contain;
	}
	/***** 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) {
	#dgo-sect-1 {
		height: 226px;
		background-size: cover;
	}

	/***** 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 {
		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 {
		clear: right;
		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;
	}

	.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 {
		margin: 0;
	}

	.page-template-page-home #content h2 {
		font-size: 30px;
		font-size: 3rem;
	}

	.page-template-page-home #content h3 {
		font-size: 19px;
		font-size: 1.9rem;
	}

	.page-template-page-home #content li {
		padding-right: 0;
	}

		/***** Testimonials *************/
		#dgo-home-quote {
			padding: 75px 0;
		}

		.page-template-page-home .easy_testimonial {
			margin-bottom: 60px !important;
		}

		.page-template-page-home .testimonial_body {
			font-size: 27px;
			font-size: 2.7rem;
		}

		.page-template-page-home .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) {
	/***** Footer ********************/
	#dgo-footer-sect-1 {
		padding: 65px 0;
	}
	/***** end Footer ****************/
}

@media screen and (max-width: 610px) {
	.page-template-page-home #content hr {
		display: none;
	}
}

@media screen and (max-width: 580px) {
	/***** Footer content **********************/
	#dgo-footer-sect-1 {
		padding: 40px 0;
	}
	/***** end Footer content ******************/
}

@media screen and (max-width: 560px) {
	.dgo-product-add-to-cart {
		margin-top: 0;
	}
}

@media screen and (max-width: 558px) {
	/***** Footer ***************************/
	#footer-col1,
	#footer-col2,
	#footer-col3 {
		float: none;
		width: 100%;
		max-width: none;
		margin: 0;
		padding: 0;
	}

	.dgo-footer-logo {
        padding-bottom: 10px;
	}

	.footer-logo-green-leaf,
	.footer-logo-global-health,
	.footer-logo-vln {
		padding-bottom: 20px;
	}

	#footer-col2,
	#footer-col3 {
		padding-top: 40px;
		margin-top: 40px;
	}

	#footer-col2 {
		border-left: none;
		border-top: 1px dashed;
	}

	.dgo-address,
	.dgo-social {
		display: block;
		width: 80%;
		max-width: 190px;
		margin: 0 auto;
	}

	.dgo-social {
        margin-top: 60px;
	}

	#footer-col3 {
	}

	.dgo-footer-links,
	.dgo-signet,
	.dgo-copyright {
		float: none;
		width: 80%;
		max-width: 240px;
		margin: 0 auto;
	}

	.dgo-signet {
		border-top: #787878 1px solid;
		border-bottom: #787878 1px solid;
		padding: 20px 0 30px 0;
		margin: 25px auto;
	}

	.dgo-copyright {
		padding-top: 0;
		text-align: left;
	}
	/***** end Footer ***********************/
}

@media screen and (max-width: 522px) {
	#dgo-sect-1 {
		height: 170px;
	}

	/***** 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 {
		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;
	}

	.dgo-product-price,
	.dgo-product-add-to-cart {
		padding: 20px 0 50px;
	}

	.dgo-product-price span {
		display: inline-block;
	}

	.dgo-product-add-to-cart {
		clear: none;
		float: left;
	}

	#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 *********/


	/***** Home page content *****************/
	.page-template-page-home #content {
		width: 100%;
		margin: 0;
	}

	.page-template-page-home #content .entry-content img {
		width: 100%;
	}

		/***** Home Slide Show *************/
		.metaslider {
			height: 272px;
		}
	
		.slides {
			width: 963px;
		}

		.flex-direction-nav a {
			top: 135px !important;
		}

		.metaslider .caption-wrap {
			top: 30px;
			left: 290px !important;
		}

		.metaslider .slide-202 .caption-wrap {
			left: 330px !important;
			top: 36px;
		}

		.metaslider .slide-203 .caption-wrap {
			width: 340px !important;
			left: 360px !important;
			top: 40px;
		}

		.metaslider .slides .caption img {
			width: 280px !important;
		}

		.metaslider .slides .slide-202 .caption img {
			width: 224px !important;
		}

		.metaslider .slides .slide-203 .caption img {
			width: 180px !important;
		}

		.metaslider .caption span {
			top: 43px;
			left: -40px;
		}

		.metaslider .slide-202 .caption span {
			top: 22px;
			left: -43px;
			padding-left: 53px;
		}

		.metaslider .slide-203 .caption span {
			top: 17px;
		}
		/***** end Home Slide Show *********/


		/***** Testimonials *************/
		.page-template-page-home .easy_testimonial {
			margin-bottom: 65px !important;
		}

		.page-template-page-home .testimonial_body {
			font-size: 22px;
			font-size: 2.2rem;
			padding: 0 2% !important
		}

		.page-template-page-home .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 *********/
	/***** end Home page content *************/
}

@media screen and (max-width: 500px) {
	#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: 275px;
		top: 23px;
	}
	/***** 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: 91px;
	}

	/***** Home sidebar content ****************/
	#dgo-sect-5 {
		background: none;
		border-top: #c5c5c5 1px solid;
		margin-top: 40px;
	}

	#dgo-sect-5 aside {
		float: none;
		width: 90%;
		padding: 3%;
		margin: 0 auto 50px auto;
		border-bottom: #c5c5c5 1px solid;
	}

	#dgo-sect-5 aside h3 {
		padding: 40px 0 16px 0;
	}

	#dgo-sect-5 aside p {
		padding: 10px 8%;
	}
	/***** end Home sidebar content ************/
}

@media screen and (max-width: 480px) {
	img.saliva-test {
		display: none;
	}

	img.saliva-test-nar {
		display: block;
	}
}

@media screen and (max-width: 422px) {
	.dgo-phone,
	.nav-min .dgo-phone {
		font-size: 22px;
		font-size: 2.2rem;
	}

	/***** Logo **********************/
	.dgo-logo,
	.dgo-logo.nav-min {
		width: 255px;
		top: 26px;
	}
	/***** end Logo ******************/


	/***** Burger *************/
	#toggle-menu,
	.nav-min #toggle-menu {
		top: 37px;
	}
	/***** end Burger *********/

	nav#menu {
		padding-top: 90px;
	}
}

@media screen and (max-width: 410px) {
	/***** Home Slide Show *************/
	.metaslider .caption-wrap {
		font-size: 17px;
		font-size: 1.7rem;
		left: 260px !important;
	}

	.metaslider .slide-202 .caption-wrap {
		left: 310px !important;
	}

	.metaslider .slide-203 .caption-wrap {
		left: 340px !important;
	}

	.metaslider .caption span {
		width: 77px;
	}

	.metaslider .caption-wrap p {
		background-size: 14px;
	}
	/***** end Home Slide Show *********/
}

@media screen and (max-width: 353px) {
	/***** Logo **********************/
	.dgo-logo,
	.dgo-logo.nav-min {
		width: 215px;
		top: 30px;
	}
	/***** end Logo ******************/
}

@media screen and (max-width: 350px) {
	/***** Footer **********************/
	#dgo-footer {
		font-size: 18px;
		font-size: 1.8rem;
	}
	/***** end Footer ******************/
}

@media screen and (max-width: 330px) {
	.dgo-phone,
	.nav-min .dgo-phone {
		font-size: 22px;
		font-size: 2.2rem;
	}
}
/*********** end Media Queries *************/