/*
	Theme Name: Minimum Pro Theme
	Theme URI: http://my.studiopress.com/themes/minimum/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 3.0.0

	Tags: black, white, one-column, two-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/


/* Table of Contents

	- Imports
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Page Title
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Featured Post Grid
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/

/*
Imports
---------------------------------------------------------------------------------------------------- */

@font-face {
	font-family: 'Icon';
	src:url('fonts/Icon.eot');
	src:url('fonts/Icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/Icon.woff') format('woff'),
		url('fonts/Icon.ttf') format('truetype'),
		url('fonts/Icon.svg#Icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	color: #4a4a4a;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.625;

}

/*a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:	all 0.1s ease-in-out;
	-ms-transition:		all 0.1s ease-in-out;
	-o-transition:		all 0.1s ease-in-out;
	transition:			all 0.1s ease-in-out;
}
*/
::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #a39a73;
	text-decoration: none;
}

a img {
	margin-bottom: -6px;
	margin-bottom: -0.6rem;
}

a:hover {
	color: #000;
	text-decoration:underline;

}
/* hyperlinks inside "notes" - for the "on this page" sections */
.su-note-inner a:not(:hover) {
    color: #4a4a4a;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}



ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
	margin: 4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
 	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
}

h1 {
	font-size: 30px;
	font-size: 3rem;
}

h2 {
	font-size: 28px;
	font-size: 2.8rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
    height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #999;
	border-radius: 5px;
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	padding: 10px;
	padding: 1rem;

}

input:not([type=checkbox]),
select,
textarea {
  	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #333;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 300;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
	white-space: normal;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #0ebfe9;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	border-radius: 3px;
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* overwrite gravity forms issue */ 
.page-id-15 .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .page-id-15 .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0px;
}


/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 960px;
	overflow:hidden;
}
.page-template-page_blog-php .site-inner .wrap,
.single .site-inner .wrap,
.archive .site-inner .wrap{
	background-color:#fff;
	padding:20px;
	margin-top:20px;
	margin-bottom:20px;
}

.site-inner {
    background: url("images/fullback.png");
    clear: both;
	background-repeat:repeat;

}
.site-inner .wrap{
	
	min-height:500px;
}

.minimum-landing .site-inner {
	margin: 40px auto;
	margin: 4rem auto;
	padding: 60px 60px 20px;
	padding: 6rem 6rem 2rem;
	width: 800px;
}

/* Site Containers
--------------------------------------------- */

.home-featured {
	border-bottom: 5px solid #f5f5f5;
	margin-bottom: 60px;
	margin-bottom: 6rem;
	padding: 40px 0;
	padding: 4rem 0;
}

.home-featured li {
	list-style-type: none;
}

.home-featured .widget {
	padding: 0 20px;
	padding: 0 2rem;
}

.home-featured-1,
.home-featured-2,
.home-featured-3,
.home-featured-4 {
	float: left;
	text-align: center;
	width: 25%;
}

.home-featured .simple-social-icons ul li a {
	padding: 40px !important;
	padding: 4rem !important;
}

.home-featured .simple-social-icons ul li {
	margin: 0 0 30px !important;
	margin: 0 0 3rem !important;
}

.site-tagline {
	background-color: #f5f5f5;
	border-bottom: 1px solid #eee;
	margin-top: 60px;
	margin-top: 6rem;
	padding: 40px 0;
	padding: 4rem 0;
}

.site-tagline p {
	margin: 0;
}

.site-tagline-left {
	float: left;
	width: 50%;
}

.site-tagline-right {
	float: right;
	text-align: right;
	width: 50%;
}

.minimum .site-tagline {
	margin-top: 600px;
	margin-top: 60rem;
}

a.cta-button {
	background-color: #333;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1;
	padding: 15px 20px;
	padding: 1.5rem 2rem;
}

a.cta-button:hover {
	background-color: #0ebfe9;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: left;
	width: 591px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 100%;
}


/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	margin-right: 2.4rem;
	width: 72px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form {
	overflow: hidden;
	padding: 3px;
	padding: 0.3rem;
	width: 100%;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

img.alignnone {
	margin-bottom:1px;

}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

a.alignleft,
a.alignright {
	border: none;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	text-align: center;
}

.gallery-caption {
}

.widget-area {
	word-wrap: break-word;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.author-box {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px;
	padding: 4rem;
}

.single .author-box {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.author-box-title {
	color: #333;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding: 0;
	width: 47%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1;
}

.genesis-grid .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 0 10px;
	margin: 0 0 1rem;
}

.single-portfolio .entry-title {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.entry-title a,
.sidebar .widget-title a {
	border: none;
	color: #333;
}

.entry-title a:hover {
	color: #CCBD7D;
}

.widget-title {
	display:none;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	text-transform: uppercase;
}

#home-featured .widget-title {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

.featured-content .entry-title {
	border: none;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget .widget-title {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #0ebfe9;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #4A4A4A;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	z-index: 999;
	width: 100%;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 18px 0;
	padding: 1.8rem 0;
	width: 320px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	border: none;
	color: #333;
}

.site-description {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 300;
	line-height: 1.2;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Custom header */

.header-image .title-area {
	padding: 0;
}

.header-image .site-title a {
	height: 60px;
	display: block;
	text-indent: -9999px;
	max-width: 320px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 550px;
	color:#fff;
	padding-top:65px;
	font-family:Tahoma, Geneva, sans-serif;
}

.site-header .search-form {
	float: right;
	margin-top: 10px;
	margin-top: 1rem;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 400;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
    float: left;
    list-style: none outside none;
    text-align: center;
}

.genesis-nav-menu a {
	border: none;
	color: #333;
	display: block;
	font-size: 16px;
	padding: 5px 25px;
	position: relative;
	height:37px !important;
	
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a{
	border-bottom:3px solid #4a4a4a;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: none;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition:	opacity .4s ease-in-out;
	-moz-transition:	opacity .4s ease-in-out;
	-ms-transition:		opacity .4s ease-in-out;
	-o-transition:		opacity .4s ease-in-out;
	transition:			opacity .4s ease-in-out;
	width: 160px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	position: relative;
	width: 260px;
	text-align:left;
	color:#fff !important;
	padding: 4px 8px;
	height:auto !important;
	
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 159px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px 0;
	padding: 2rem 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 6px 0 0;
	padding: 0.6rem 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #ccbd7d;
}

.nav-primary a,
.nav-primary .genesis-nav-menu .sub-menu a {
	color:#4a4a4a;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
}

.nav-primary .sub-menu a:hover {
	color: #4A4A4A;
	background-color:#CCBD7D;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.site-footer .nav-secondary a {
	color: #fff;
	margin: 0 30px;
	margin: 0 3rem;
	padding: 0;
}

.site-footer .nav-secondary a:hover {
	color: #999;
}

.site-footer .nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
	padding: 16px;
	padding: 1.6rem;
}

.site-footer .nav-secondary .sub-menu a:hover {
	color: #0ebfe9;
}

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #333;
	content: "\e00e";
	font-family: 'Icon';
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.post-type-archive-portfolio .entry {
	float: left;
	margin-bottom: 60px;
	margin-bottom: 6rem;
	width: 50%;
}

.post-type-archive-portfolio .entry:nth-of-type(2n) {
	float: right;
	 padding-left: 30px;
	 padding-left: 3rem;
}

.post-type-archive-portfolio .entry:nth-of-type(2n+1) {
	clear: left;
	padding-right: 30px;
	padding-right: 3rem;
}

.single-portfolio .entry {
	text-align: center;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-meta a {
	border: none;
	font-weight: 300;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
	margin: 4rem 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #0ebfe9;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	margin-top: 10px;
	margin-top: 1rem;
	width: 310px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar img {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.sidebar p:last-child,
.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.sidebar .tagcloud a {
	background-color: #333;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	margin: 0 5px 5px 0;
	margin: 0 0.5rem 0.5rem 0;
	padding: 5px 10px;
	padding: 0.5rem 1rem; 
}

.sidebar .tagcloud a:hover {
	background-color: #0ebfe9;
	color: #fff;
}

.sidebar .enews-widget {
	background-color: #333;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #333;
	color: #999;
	clear: both;
}

.footer-widgets .wrap {
	border-bottom: 1px solid #444;
	padding: 40px 0 16px;
	padding: 4rem 0 1.6rem;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}

.footer-widgets-1 {
	margin-right: 60px;
	margin-right: 6rem;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.footer-widgets a:hover {
	color: #999;
}

.footer-widgets .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #424141;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	text-align: center;
}

.site-footer a,
.site-footer p {
	color: #fff;
}

.site-footer a:hover {
	color: #fff;
}

.site-footer a {
	border: none;
	font-weight: 300;
}

.site-footer p {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 0;
}


/*
Custome Css
---------------------------------------------------------------------------------------------------- */
.spa_parent{
	width:100%;
	min-height:200px;
	text-align:left;
	
}
.sp{
	background:url('images/sp1.png');
	background-repeat:no-repeat;
	display:block;
	width:84px;
	height:83px;
	position:absolute;
	z-index:1000;
}
.left_footer{
	float:left;
	width:30%;
	min-height:200px;
	color:#fff;
	font-size:12px;
	 padding-top: 30px;

}
.left_footer p{
	font-size:11px;
}
.right_footer{
	float:right;
	width:69%;
	min-height:200px;
	background-color:#4a4a4a;
	color:#fff;
	padding-top:30px;
}
.right_footer ul li{
	float:left;
	list-style-type:none;	
}
.right_footer ul li a{
	font-size:12px;
	text-decoration:none;
	padding: 0 12px;
	border-right:1px solid #ccbd7d;
}
.right_footer ul li a:hover{
	text-decoration:underline;
}
.right_footer .widget_text{
	clear:both;
	padding-top:70px;
	display:block;
	padding-left:10px;
	font-size:12px;
	
}
.contentandslide{
	width:100%;
	background-color:#fff;
	margin-top:20px;
	margin-bottom:20px;
	padding:10px;
	border-radius:5px;
	overflow:hidden;
}
.featurearea{
	width:100%;
	overflow:hidden;

	margin-bottom:20px;
}
.nletter{
	width:100%;
	min-height:145px;
	background-color:#4a4a4a;
	margin-bottom:20px;
	padding-top:10px;
}
.slide_left{
	width:520px;
	float:left;
	min-height:248px;

	padding-left: 10px;
    padding-top: 5px;
}
.slide_right{
	float:right;
	width:380px;
	min-height:248px;

	text-align:right;
}
.slide_left #homeheading {
    border-bottom: 3px solid #CCBD7D;
    padding-bottom: 10px;
	margin-bottom: 10px;
}
.slide_left h1{
max-width: 330px;
    font-size: 22px;
    font-weight: bold;
	margin-bottom:3px;
}
.slide_left p{
	font-size:15px;
	
}
.featurearea .widget{
	width:309px;
	height:395px;
	float:left;
	margin-left:16px;
	background-color:#fff;
}
.featurearea .widget:first-child{
	margin-left:0px;	
} 
.featurearea .widget h3, .sidebar .widget h3{
    background-color: #CCBD7D;
    color: #FFFFFF;
    display: block;
    font-size: 18px;
    font-weight: bold;
    height: 30px;
    margin-top: -7px;
    padding-left: 15px;
    padding-top: 4px;
}
.featurearea .widget .textwidget.specialtext {
height: 115px;
overflow: hidden;
}

.featurearea .widget .textwidget p{
    display: block;
    font-size: 12px;
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
}
	/* no longer used 
	.featurearea .widget .textwidget .widget_bottom_text{
		display:block;
		width:100%;
		padding-left:17px;
		font-size:18px;
		font-weight:bold;
		color:#CCBD7D;
	}
	.sidebar #black-studio-tinymce-14 .widget_bottom_text{
		display:block;
		width:100%;
		margin-top:10px;
		padding-left:17px;
		font-size:18px;
		font-weight:bold;
		color:#CCBD7D;
	}
	*/ 

.nletter h1{
	font-size:21px;
	font-weight:bold;
	text-align:center;
	color:#fff;
}
.nletter{
	text-align:center;
	color:#fff;
	font-size:13px;
	border-radius:5px;
}
.home_quote{
    border-bottom: 3px solid #4A4A4A;
    color: #4A4A4A;
    font-size: 16px;
    min-height: 130px;
    text-align: center;
    width: 100%;
   margin-bottom:20px;
}
.home_quote section{
	width:70%;	
	margin:auto;
}


.home_quote p{
   margin-bottom:2px;	
}
.home_quote p:before{
	content: url("images/left_quote.png");
    float: left;
    margin-left: -82px;
    position: absolute;
    z-index: 200;
	
}
.home_quote p:after{
	content: url("images/rightquote.png");
    	float: right;
    	margin-right: -14px;
   	/* position: absolute;  */
   	z-index: 100;
}
.first_same{
	width:100%;
	margin-bottom:20px;
	font-size:14px;
	 
}

.first_same .widget.featuredpost a.alignleft img {
  min-width: 162px;
}
.second_same{
	width:100%;
	min-height:193px;
	margin-bottom:20px;
	font-size:14px;
	border-bottom: 3px solid #4A4A4A;

}
.first_same h2, .second_same h2{
	font-size:21px;
	font-weight:bold;
	margin-bottom:7px;
	
}
.appointment{
	width:100%;
	min-height:115px;
	margin-bottom:20px;
	background-color:#ccbd7d;
	padding-left:40px;
	border-radius:5px;
	padding-top:6px;

}
.appointment .row1{
	display:block;
	clear:both;
	color:#4a4a4a;
	font-size:25px;
	font-weight:bold;
}
.appointment .row2{
	clear:Both;
	display:block;
	color:#fff;
	font-size:25px;
	font-weight:bold;
	margin-top:-8px !important;
	width:62%;
	
}
.appointment .row3{
	color:#fff;
}
.page-template-default .site-inner .wrap{
	background-color:#fff;
	padding:20px;
}
.page-template-page_internal-php .site-inner .wrap{
	background-color:#fff;
	padding:20px;
	margin-bottom:20px;
	margin-top:20px;
}
.page-template-default .site-inner .wrap{
	background-color:#fff;
	padding:20px;
	margin-bottom:20px;
	margin-top:20px;	
}
.page-template-page_internal-php h1,
.page-template-default h1{
	font-size:25px;
	font-weight:bold;
	border-bottom:2px solid #CCBD7D;
	padding-bottom:7px;
	color:4a4a4a;	
}
.page-template-page_internal-php h3{
	display:block;
	width:100%;
	min-height:22px;
	background-color:#9f9f9f;
	color:#fff;
	font-weight:bold;
	font-size:17px;
	padding-left:5px;
}
.sidebar #black-studio-tinymce-12{
    background-color: #4A4A4A;
    color: #FFFFFF;
    padding-bottom: 12px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
.sidebar .widget{
	font-size:14px;
}
.sidebar  #black-studio-tinymce-13,
.sidebar  .testimonial_sidebar.widget {
	background-color:#f2f2f3;
	text-align:center;
	font-size:17px;
	padding:25px;
}
#black-studio-tinymce-13 .textwidget p,
.sidebar  .testimonial_sidebar .textwidget p {
	margin-bottom:1px !important;
}
#black-studio-tinymce-13 .textwidget p:before,
.sidebar  .testimonial_sidebar .textwidget p:before {
	content: url("images/left_quote.png");
    margin-left: -34px;
    margin-top: -14px;
    position: absolute;
	
}
#black-studio-tinymce-13 .textwidget p:after,
.sidebar  .testimonial_sidebar .textwidget p:after {
	content: url("images/rightquote.png");
    margin-left: -15px;
    margin-top: 11px;
    position: absolute;
}
.sidebar #black-studio-tinymce-14{
    background-color: #F2F2F3;
    overflow: hidden;
    padding-bottom: 10px;
}
#black-studio-tinymce-14 .textwidget p{
	font-size:12px;
    padding-left: 16px;
    padding-right: 16px;
}

.sidebar #black-studio-tinymce-14 h3{
	margin-top:-21px;
}
.su-row{
	padding-top:20px;
	margin-bottom:0px !important;
}
.su-row #button1{
    background: url("images/bonb.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 26px;
    margin-left: -6px;
    margin-top: 10px;
    width: 136px;
    text-indent: 200%;
    overflow: hidden;
}
.su-row #button1:hover{
	background:url("images/bonb.png") repeat scroll 136px center rgba(0, 0, 0, 0);
	
}
.page-template-page_internal-php h2{
	font-weight:bold;
	font-size:20px;
}
.top_line{
	border-top:2px solid #CCBD7D;
}

#menu-about-us-menu li,
ul.su-siblings li {
	background:#CCBD7D !important;
	list-style-type: none;
	margin-bottom: 15px;
        /* background: none repeat scroll 0 0 #F0F0F0; */
	display:inline-block;
	width:100%;
}
#menu-about-us-menu,
ul.su-siblings{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#menu-about-us-menu li a,
ul.su-siblings li a{
	padding: 9px 10px !important;
	color: #FFFFFF !important;
	font-size: 18px !important;
	font-weight: bold !important;
	display:block;
	text-decoration: none;
}
#menu-about-us-menu li a:hover,
ul.su-siblings li a:hover{
	background:#D8C989;
}

.sidebar .widget input[type="text"],
.sidebar .widget input[type="email"]{
    border: medium none;
    border-radius: 5px;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 4px 4px 4px 10px;
    width: 238px;
	color:#4a4a4a;
}

#top_but{
	display:block;
	width:162px;
	height:34px;
	background:url(images/top_red.png);
	float:left;
	font-weight:bold;
	color:#fff;
	font-size:18px;
	padding-left:13px;
	background-repeat:no-repeat !important;
	box-sizing: content-box;  /* This is to IE7 compatible */
	
}
#top_but:hover {
    background: url("images/top_red.png") repeat scroll -180px center rgba(0, 0, 0, 0);
    text-decoration: none;
}
#links{
	display:block;
	float:left;
	margin-left:20px;
	width:200px;
	padding-top:5px;
}
#lef{
	float:left;
	display:block;
}
#fright_but{
	float:right;
	display:block;
	margin-right:20px;
	height:26px;
	width:136px;
	background:url(images/bonb.png);
}
#fright_but:hover{
	background:url("images/bonb.png") repeat scroll 136px center rgba(0, 0, 0, 0);
}
#fright_butt{
	float:right;
	display:block;
	margin-right:20px;
	height:26px;
	width:136px;
	background:url(images/vouc.png);
}
#fright_butt:hover{
	background:url("images/vouc.png") repeat scroll 136px center rgba(0, 0, 0, 0);
}
#readm{
	width:136px;
	height:26px;
	background-color:red;
	display:block;
}
#nletterd{
	width:580px;
	margin:0 auto;
	*height:29px !important;
}
#nletterd input[type="text"],
#nletterd input[type="email"]{
    border: medium none;
    border-radius: 5px;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 5px 4px 6px 10px;
    width: 238px;
	color:#4a4a4a;
}
#nletterd input[type="text"]{
	width:150px;
}
#nletterd #bitton,
.sidebar .widget #bitton,
a.linkbutton {
	width:163px;
	height:26px;
	padding:0px;
	background: url("images/vids.png") no-repeat rgba(0, 0, 0, 0);
	color: #000000;
	font-weight: bold;
	padding: 0 0 0 7px;
	text-align: left;
	text-transform: none;
/*	text-indent:-99999px;
	background-color:transparent;
	background:url('images/vids.png'); */

}
a.linkbutton {
	display: block;
	font-size: 16px;
}
a.center {
	margin: auto;
}

#nletterd #bitton:hover,
.sidebar .widget #bitton:hover,
a.linkbutton:hover {
	background:url('images/vids.png');
	background-position:-167px;
	text-decoration: none;
}
/* .sidebar .widget #bitton{
    background: url("images/rm.png") no-repeat scroll 0 0 / 100% 100% rgba(0, 0, 0, 0);
    color: #000000;
    font-weight: bold;
    height: 26px;
    padding: 0 0 0 7px;
    text-align: left;
    width: 163px;	
	
} */
.nletter p{
	margin-bottom:5px;
}
.row_right{
	float:right;
}
.row_right a{
    background:url(images/bigb.png);
    display: block;
    height: 32px;
    margin-right: 70px;
    margin-top: -15px;
    width: 163px;
    *margin-top:-40px !important;	
}
.row_right a:hover{
	background:url("images/bigb.png") repeat scroll 163px center rgba(0, 0, 0, 0);
}

#menu-icon{
	display:none;
}
.genesis-nav-menu a:hover{
	text-decoration:none;
}
.page-template-page_front-php .first_same .featuredpost .entry-title a{
	font-size:25px;
	font-weight:bold;
}
.page-template-page_front-php .first_same .featuredpost .entry{
	margin-bottom:18px;
	padding-bottom:1px;
	border-bottom:3px solid #4A4A4A;
	clear:both;
}
.page-template-page_front-php .first_same .featuredpost .more-link,
.page-template-page_blog-php .more-link{
    background: url("images/br.png");
    clear: both;
    color: #4A4A4A;
    display: block;
    font-weight: bold;
    height: 26px;
    padding-left: 10px;
    padding-top: 1px;
   width: 139px;
   background-repeat:no-repeat;	
}
.page-template-page_front-php .first_same .featuredpost .more-link {
    margin-left: 200px;
    margin-top: -57px;
   float: left;
}

.page-template-page_blog-php .more-link{
float: right;
    margin-top: -27px;
}

.page-template-page_front-php .first_same .featuredpost .more-link:hover,
.page-template-page_blog-php .more-link:hover{
	text-decoration:none;
	background:url('images/ro.png');
	width:136px;
	height:26px;
	background-repeat:no-repeat;
}
.page-template-page_front-php .first_same .featuredpost img{
border: 6px solid rgb(217,193,142);
border: 6px solid rgba(217,193,142, .9);
-webkit-background-clip: padding-box; /* for Safari */
background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}
.images_blog{
    background-color: #FF0000;
    float: left;
    height: 150px;
    margin-right: 13px;
    margin-top: 9px;
    width: 150px;
border: 6px solid rgb(217,193,142);
border: 6px solid rgba(217,193,142, .9);
-webkit-background-clip: padding-box; /* for Safari */
background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}
.custome_left_home{
	width:650px;
	float:left;

	height:395px;
}
.custom_right_home{
	float:right;
	width:309px;
	height:395px;
	
}
.page-id-61 hr{
	clear:both !important;
	margin-top:10px;
	margin-bottom:10px;
	color:#CCBC7E;
	background-color:#CCBC7E;
}
.page-id-61 .content h2{
		font-size:20px;
		font-weight:bold;
	}
.link_but{
	display: block;
	background:url('images/butbgs.png');
	
	float: right;
	min-height:26px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:1px;
	margin-bottom:10px;
	border-radius:5px;
	color:#000;
	font-weight:bold;
	
	background-repeat:no-repeat;
	background-position:right;
	background-color:#CCBC7E;
}
.link_but:hover{
	text-decoration:none !important;
}
.su-row .su-column{
	margin:0 0 0 0% !important;
}

.single-special .site-inner .wrap {
	background-color: transparent;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1179px) {

	.wrap {
		max-width: 960px;
	}
	

	.site-header .widget-area {
		width: 620px;
	}

	.content {
		width: 580px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar {
		width: 280px;
	}

}

@media only screen and (max-width: 990px) {

	.wrap {
		max-width: 768px;
	}
	#black-studio-tinymce-14 img{
		float:left;
		margin-right:20px;
		margin-top:-20px;
		
	}
	#black-studio-tinymce-14 .textwidget{
		padding-top:20px;
	}
	

	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.minimum-landing .site-inner,
	.sidebar,
	.site-tagline-left,
	.site-tagline-right{
		width: 100%;
	}
	.title-area{
		
		width:250px;
	}
	.featurearea .widget{
		float:none;
		margin:0 auto;
		margin-bottom:10px;
	}
	.home_quote p:after{
		margin-left:-20px;
	}
	.row_right a{
		margin-right:17px;
		margin-top:-5px;
	}
	
	.featurearea .widget:first-child{
		margin-left: auto;
	}
	.site-header .widget-area{
		width:400px;
	}
	.genesis-nav-menu a{
		padding:5px 9px;
	}

	.site-header {
		position: relative;
	}

	.site-inner {
		padding: 40px 5%;
		padding: 4rem 5%;
	}
	.slide_left{
		float:left;
		width:346px;
	}
	.slide_right{
		float:right;
		width:300px;
	}

	.post-type-archive-portfolio .entry,
	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		text-align: center;
	}

	.header-image .site-title a {
		margin: 0 auto 10px;
		margin: 0 auto 1rem;
	}

	.site-header .search-form {
		float: none;
		margin: 0 auto;
		width: 50%;
	}

	.site-description {
		font-size: 30px;
		font-size: 3rem;
	}

	.site-tagline {
		margin-top: 0;
		padding: 20px 0;
		padding: 2rem 0;
	}

	.minimum .site-tagline {
		margin-top: 400px;
		margin-top: 40rem;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
	}

	.site-tagline-left p {
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}

	.minimum-landing .site-inner {
		margin: 0;
		padding: 40px 40px 0;
		padding: 4rem 4rem 0;
	}
	
	.minimum-landing .site-container {
		padding: 5%;
	}

	.footer-widgets .widget,
	.nav-primary .wrap,
	.site-footer .wrap,
	.site-tagline {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-footer {
		padding: 40px 0;
		padding: 4rem 0;
	}
	.featurearea .widget{
		width:100%;
		height:200px;
	}
	.featurearea .widget img {
		float:left;
		margin-right:20px;
		
	}
	.page-template-page_front-php .first_same .featuredpost .more-link{
		margin-top:-18px;
	}
	.featurearea .widget h3, .sidebar .widget h3{
		margin-top:0px !important;
	}
	.custome_left_home{
		width:100%;
	}
	.custom_right_home{
		height: auto;
    		margin-top: 23px;
    		width: 100%;
	}

}

@media only screen and (max-width: 668px) {

	.site-header {
		padding-bottom: 10px;
		padding-bottom: 1rem;
	}

	.title-area {
		padding-bottom: 6px;
		padding-bottom: 0.6rem;
	}

	.minimum .site-tagline {
		margin-top: 200px;
		margin-top: 20rem;
	}

	.genesis-nav-menu a {
		padding: 20px 10px;
		padding: 2rem 1rem;
	}

	.site-footer .nav-secondary a {
		margin: 0 10px;
		margin: 0 1rem;
	}

	.responsive-menu {
		display: none;
	}

	#responsive-menu-icon {
		display: block;
	}

	.home-featured .simple-social-icons ul li a {
		font-size: 36px !important;
		font-size: 3.6rem !important;
		padding: 20px !important;
		padding: 2rem !important;
	}

	.genesis-grid-even,
	.genesis-grid-odd,
	.post-type-archive-portfolio .entry {
		width: 100%;
	}

	.post-type-archive-portfolio .entry:nth-of-type(2n),
	.post-type-archive-portfolio .entry:nth-of-type(2n+1) {
		float: none;
		padding: 0;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

}

@media only screen and (max-width: 600px) {

	.home-featured-1,
	.home-featured-2,
	.home-featured-3,
	.home-featured-4 {
		width: 50%;
	}
	.appointment .row2{
		margin:0 auto;
	}
	.genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:hover{
	border-bottom:0px;
}
	.title-area{
		width:100%;
	}
	.site-header .widget-area {
    	margin-top: -47px;
    	width: 100%;
	}
	.genesis-nav-menu .menu-item{
		width:100%;
		text-align:left;
	}
	.slide_left,
	.slide_right{
		width:100%;
	}
	.featurearea .widget{
		width:100%;
		float:none;
		margin:0 auto;
		height:400px;
		margin-bottom:15px;
		
	}
	.featurearea .widget img {
		float:none !important;
	}
	.custome_left_home{
		float:none !important;
	}
	#fright_but,
	#fright_butt{
		margin-left:10px;
	}
	#nletterd {
    	margin: 0 auto;
    	padding-bottom: 10px;
    	width: 100%;
	}
	.appointment {
    	background-color: #CCBD7D;
    	border-radius: 5px;
    	margin-bottom: 20px;
    	min-height: 115px;
    	overflow: hidden;
    	padding-bottom: 10px;
    	padding-left: 12px;
    	text-align: center;
    	width: 100%;
	}
	.row_right a {
    	float: none;
    	margin: 10px 55px 0 auto;
	}
	.left_footer{
			width:100%;
	}
	.right_footer{
			width:100%;
	}
	#menu-icon{
    			background: url("images/menu-icon.png") no-repeat scroll 10px center grey;
    			border-bottom: 1px solid #FFFFFF;
    			border-top: 1px solid #FFFFFF;
    			color: #000;
    			cursor: pointer;
    			display: block;
    			font-size: 18px;
    			font-weight: 700;
    			height: 35px;
    			line-height: 35px;
    			margin: 2px 0 0;
    			padding: 0;
    			text-align: center;
    			text-transform: uppercase;
    			width: 100%;
	}
	.genesis-nav-menu .sub-menu {
			visibility:visible !important;
			position:relative;
			display:block !important;
			left:0;
			opacity:1;
	}
	.genesis-nav-menu .sub-menu a, .nav-primary .genesis-nav-menu .sub-menu a {
		
			border:none;
			background-color:transparent;
			color:#000;
			padding-left:25px;
	}
		.nav-primary .wrap{
			padding-bottom:10px;
	}
		.menu-primary{
			display:none;
	}
		.slide_left, .slide_right{
			float:none;
			margin:0 auto;
			width:100%;
	}
	.page-template-page_front-php .first_same .featuredpost .more-link {
    			margin-bottom: 10px;
    			margin-left: 30px;
    			margin-top: 8px;
}
	.page-template-page_front-php .first_same .featuredpost .entry-title a{
		font-size:17px;
	}
	.featurearea .widget h3, .sidebar .widget h3{
		clear:both;
	}
.featurearea .widget h3, .sidebar .widget h3{
		margin-top:-5px !important;
	}	

}

@media only screen and (max-width: 320px) {

	.header-image .site-header .title-area .site-title a {
		background-size: contain !important;
	}

}


/* ----------------- CUSTOM CSS ADDED ---------------------------- */
/* ---------------------------------------------------------------- */

/* Indent field descriptions on the voucher order form */
body #gform_wrapper_1 .gform_body #gform_page_1_1 .gform_fields .gfield .gfield_description {
	padding: 10px 0 0 25px;
}

/* Hide the Total for formula */
body .gform_wrapper .gform_body .gform_fields  #field_1_28.gfield {display:none;}


/* Make the date picker wide enough */
body .gform_wrapper .gform_body .gform_fields .gfield .datepicker { width:120px !important; }

/* Make the time field wide enough: */

body .gform_wrapper .gform_body .gfield_time_hour input, .gform_wrapper .gform_body .gfield_time_minute input{width: 80% !important;}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_time_ampm select {padding: 19px 0 19px 0;}

/* Highly Gift Voucher SPECIALS  */
body .gform_wrapper .gform_body .gform_fields  .special {background-color: #ccbd7d; padding:5px;}

.hidden {
display: none;
}