/*

    Theme Name: DMG Website THeme


	Description: Sample is a two or three column child theme created for the Genesis Framework.

    Author: Ecoda

    Author URI: http://www.ecoda.com.au/

 

    Version: 1.0

 

    Tags: blue, gray, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments

 

    Template: genesis

    Template Version: 1.8

 

	License: GNU General Public License v2.0 (or later)

	License URI: http://www.opensource.org/licenses/gpl-license.php

*/



/* Table of Contents



* Import Fonts

* Defaults

* Hyperlinks

* Body

* Wrap

* Header

* Image Header - Partial Width

* Image Header - Full Width

* Header / Primary / Secondary Navigation

* Primary Navigation Extras

* Inner

* Breadcrumb

* Taxonomy Description

* Content-Sidebar Wrap

* Content

* Column Classes

* Featured Post Grid

* Headlines

* Ordered / Unordered Lists

* Post Info

* Post Meta

* Author Box

* Sticky Posts

* Archive Page

* Post Icons

* Images

* Post Navigation

* Primary / Secondary Sidebars

* Dropdowns

* Featured Page / Post

* User Profile

* Buttons

* Search Form

* eNews & Updates Widget

* Calendar Widget

* Footer Widgets

* Footer

* Comments

* Gravity Forms

* Responsive Design



*/





/* Import Fonts

------------------------------------------------------------ */


@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,700);
@font-face {
	font-family: 'coolvetica';
	src: url(fonts/coolvetica.otf);
	src: url(fonts/coolvetica.ttf);
}
	

/* Defaults

------------------------------------------------------------ */



body, h1, h2, h2 a, h2 a:visited, h3, h4, h5, h6, p, select, textarea {
	color: #808081;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.5625;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote, input, select, textarea, .author-box, .breadcrumb, .sticky, .taxonomy-description, .wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

input, label, select, textarea {
	color: #808081;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
}

li, ol, ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

/* Hyperlinks

------------------------------------------------------------ */



a, a:visited {
	color: #221f1f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

/* Body

------------------------------------------------------------ */



body {
	overflow-x: hidden;
}



::-moz-selection {
 background-color: #0d72c7;
 color: #fff;
}

::selection {
	background-color: #0d72c7;
	color: #fff;
}

/* Wrap

------------------------------------------------------------ */



#wrap {
	margin: 0px auto;
	width: 1100px;
	padding: 0;
}

/* Header

------------------------------------------------------------ */



#header {
	margin: 0 auto;
	min-height: 200px;
	width: 100%;
	position: relative;
}

#title-area {
	float: left;
	overflow: hidden;
	margin-top: 73px;
	width: 219px;
}

#title {
	font-size: 36px;
	line-height: 1.25;
	margin: 0;
	text-transform: uppercase;
}

#title a, #title a:hover {
	color: #333;
	padding: 0 0 0 20px;
	text-decoration: none;
}

#description {
	position: absolute;
	right: -69px;
	top: 0;
	background: url(images/header-bg.jpg) no-repeat;
	width: 413px;
	height: 707px;
}

#header .widget-area {
	float: left;
	margin-left: 36px;
	margin-top: 142px;
}

/* Image Header - Partial Width

------------------------------------------------------------ */



.header-image #title-area, .header-image #title, .header-image #title a {
	display: block;
	float: left;
	height: 125px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 219px;
}

.header-image #title-area {
	background: url(images/logo.png) no-repeat;
}

/* Header / Primary / Secondary Navigation

------------------------------------------------------------ */



.menu-primary, .menu-secondary, #header .menu {
	clear: both;
	color: #333;
	font-size: 22px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

u-primary ul, .menu-secondary ul, #header .menu ul {
	float: left;
	width: 100%;
}

.menu-primary li, .menu-secondary li, #header .menu li {
	float: left;
	list-style-type: none;
}

.menu-primary a, .menu-secondary a, #header .menu a {
	color: #808081;
	display: block;
	padding: 0 28px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

.menu-primary li a:active, .menu-primary li a:hover, .menu-primary .current_page_item a, .menu-primary .current-cat a, .menu-primary .current-menu-item a, .menu-secondary li a:active, .menu-secondary li a:hover, .menu-secondary .current_page_item a, .menu-secondary .current-cat a, .menu-secondary .current-menu-item a, #header .menu li a:active, #header .menu li a:hover, #header .menu .current_page_item a, #header .menu .current-cat a, #header .menu .current-menu-item a {
	color: #221f1f;
}

.menu li:hover, .menu li.sfHover {
	position: static;
}

.menu-primary li a.sf-with-ul, .menu-secondary li a.sf-with-ul, #header .menu li a.sf-with-ul {
	padding-right: 25px;
}

.menu li a .sf-sub-indicator, .menu li li a .sf-sub-indicator, .menu li li li a .sf-sub-indicator {
	background: url(images/icon-plus.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 10px;
	width: 16px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

/* Inner

------------------------------------------------------------ */



#inner {
	margin: 0 auto;
}

/* Content-Sidebar Wrap

------------------------------------------------------------ */


.content-sidebar #content-sidebar-wrap, .full-width-content #content-sidebar-wrap, .sidebar-content #content-sidebar-wrap {
	width: 100%;
}

/* Content

------------------------------------------------------------ */



#content {
	padding: 0;
	min-height: 500px;
}

.full-width-content #content {
	width: 100%;
}

.entry-content {
}

.entry-content p {
	margin: 0 0 15px;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}

/* Column Classes

------------------------------------------------------------ */



.five-sixths, .four-fifths, .four-sixths, .one-fifth, .one-fourth, .one-half, .one-sixth, .one-third, .three-fifths, .three-fourths, .three-sixths, .two-fifths, .two-fourths, .two-sixths, .two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half, .three-sixths, .two-fourths {
	width: 48%;
}

.one-third, .two-sixths {
	width: 31%;
}

.four-sixths, .two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}

/* Featured Post Grid

------------------------------------------------------------ */



.genesis-grid-even, .genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}

/* Headlines

------------------------------------------------------------ */



h1, h2, h2 a, h2 a:visited, h3, h4, h5, h6 {
	line-height: 1.25;
	margin: 0 0 10px;
	color: #221f1f;
}

h1 {
	font-size: 30px;
}

h2, h2 a, h2 a:visited {
	font-size: 28px;
}

h2 a, h2 a:visited {
	color: #333;
}

h2 a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.widget-area h2, .widget-area h2 a {
	font-size: 14px;
	margin: 0 0 5px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.taxonomy-description h1, .widget-area h4 {
	background-color: #f5f5f5;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	padding: 9px 10px 8px;
}

.widget-area h4 a {
	color: #333;
	text-decoration: none;
}

#footer-widgets h4 {
	background: none;
	border: none;
	padding: 0;
}

h5 {
	font-size: 18px;
}

/* Ordered / Unordered Lists

------------------------------------------------------------ */



.entry-content ol, .entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}

.archive-page ul li, .entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul, .entry-content ol ol, .entry-content ul ul {
	padding: 0;
}

/* Images

------------------------------------------------------------ */



img {
	height: auto;
	max-width: 100%;
}

.avatar, .featuredpage img, .featuredpost img, .post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 5px 0 0 10px;
}

img.centered, .aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 14px;
	margin: 5px 0;
}

.wp-smiley, .wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}

/* Post Navigation

------------------------------------------------------------ */



.navigation {
	font-size: 14px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a, .navigation li.disabled, .navigation li a:hover, .navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover, .navigation li.active a {
	background-color: #f5f5f5;
}

/* Buttons

------------------------------------------------------------ */



input[type="button"], input[type="submit"] {
	background: url(images/gradient.png) 0 0;
	border: 1px solid #ccc;
	cursor: pointer;
	line-height: 19px;
	padding: 5px 7px;
	text-decoration: none;
}

input:hover[type="button"], input:hover[type="submit"] {
	background: url(images/gradient.png) 0 -33px;
	text-decoration: none;
}

/* Search Form

------------------------------------------------------------ */



#header .searchform {
	float: right;
	padding: 12px 0 0;
}

.sidebar .searchform {
	padding: 5px 0 0 15px;
}

.s {
	margin: 10px -7px 0 0;
	padding: 6px 5px;
	width: 180px;
}

#nav .s {
	background-color: #fff;
	margin: 2px -7px 0 0;
}

/* Footer

------------------------------------------------------------ */



#footer {
	clear: both;
	font-size: 9px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	margin-top: 500px;
	margin-bottom: 20px;
}

#footer .wrap {
	overflow: hidden;
}

#footer p {
	font-size: inherit;
}

#footer a, #footer a:visited {
}

#footer a:hover {
	text-decoration: none;
}

#footer .gototop {
	display: none;
}

#footer .creds {
	text-align: center;
}




/* Gravity Forms

------------------------------------------------------------ */



div.gform_wrapper input, div.gform_wrapper select, div.gform_wrapper textarea {
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #333;
}

div.gform_wrapper .ginput_complex label {
	font-size: 14px;
}

div.gform_wrapper li, div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}




/* DMG STYLES

------------------------------------------------------------ */

h1 {
	display: none;
}

h2 {
	text-indent: -9999px;
	background-repeat: no-repeat;
}


/* about ---------------------- */

#about {
	margin-top: 70px;
	width: 740px;
}

#about h2 {
	background-image: url(images/home-heading.png);
	height: 229px;
	width: 740px;
	margin-bottom: 35px;
}


/* counter ---------------------- */
#counter {
	margin-bottom: 60px;
	overflow: hidden;
}

#counter > div {
	float: left;
	padding: 4px;
	text-align: center;
}

#counter .label {
	clear: left;
	float: left;
	width: 100%;	
}

#counter .value {
	float: left;
	width: 100%;
	font-weight: bold;
	padding-top: 3px;
}

#years .value {
	color: #000;
	font-size: 14px;
	padding-top: 0;
}

#counter .info {
	padding-top: 7px;
}



/* brands ---------------------- */

#brands {
	clear: both;
	position: relative;
}

.divider {
	position: absolute;
	background: url(images/divider.png) no-repeat 50% 0;
	width: 100%;
	height: 3px;
	z-index: 101;
}

.smooth_slider {
	padding: 0;

}

.smooth_slideri {
	height: 800px;
}

.smooth_slideri > h2{
	display: none;
}

.slide-content {
	height: 800px;
	padding-top: 110px;
}

.smooth_nav {
	z-index: 100;
	top: 110px;
	left: 670px;
}
.smooth_nav a {
	background-image: url(images/slides/navigation.png) !important;
	margin-right: 8px;
}

#slide1 {
	background: url(images/slides/slide1-drink.jpg)  695px 1px no-repeat;
}

#slide2 {
	background: url(images/slides/slide2-drink.jpg) 642px 2px no-repeat;
}

#slide3 {
	background: url(images/slides/slide3-drink.jpg) 100% 65px no-repeat;
}

.slide-content h2 {
	height: 276px;
	background-repeat: no-repeat;
	margin-bottom: 35px;
}


#slide1 h2 {
	background-image: url(images/slides/slide1-heading.png);
}

#slide2 h2 {
	background-image: url(images/slides/slide2-heading.png);
}

#slide3 h2{
	background-image: url(images/slides/slide3-heading.png);
}

.slide-content p {
	width: 545px;
}

.slide-content a {
	display: block;
}

.slide-content .slide-link {
		margin-bottom: 45px;
		font-weight: bold;
		color: #000000;
}

.slide-content a.facebook, .slide-content a.twitter {
	float: left;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.slide-content a.facebook {
	background: url(images/facebook.png);
	width: 29px;
	height: 28px;
	margin-right: 35px;
}

.slide-content a.twitter {
	background: url(images/twitter.png);
	width: 28px;
	height: 22px;
}

/* contact ---------------------- */

#contact {
	position: relative;
	text-align: right;
}

 #dmgmap {
	position: absolute;
	z-index: -1;
	left: -146px;
	height: 1233px;
	width: 632px;
	background: url(images/map.jpg) no-repeat;
}
	
	
#contact h2 {
	background-image: url(images/contact-heading.png);
	margin-top: 114px;
	height: 68px;
	width: 541px;
	font-size: 0;
	float: right;
	text-indent: 9999px;

}

#contact h3 {
	clear: both;
	font-weight: bold;
	font-size: 70px;
	font-family: 'coolvetica', sans-serif;
	color: #000;
	text-transform: uppercase;
	line-height: .8em;
	margin-bottom: 18px;
}

#contact p {
	font-size: 36px;
	margin-bottom: 40px;	
	font-weight: bold;
	line-height: 1em;
}

#contact a {
	color: #808081;
}
/* Responsive Design

------------------------------------------------------------ */


 @media only screen and (max-width: 1100px) {

body {
	width: 100%;
	margin: 0 auto;
	overflow-x: visible;
}

#dmgmap, #description {
	display: none;
}

#contact {
	text-align: left;
}

#contact h2 {
	float: left;
}
}
