/*
	Theme Name: Minimum Child Theme
	Theme URI: http://www.studiopress.com/themes/minimum
	Description: Minimum is a two or three column child theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
 
	Version: 2.0
 
	Tags: blue, gray, white, one-column, two-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

* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Featured Image
* Inner
* Page Title
* Home Featured
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Portfolio
* Headlines
* Ordered / Unordered Lists
* Post Info / Meta
* Author Box
* Column Classes
* Featured Post Grid
* Archive Page
* Images
* Post Navigation
* Primary Sidebar
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form / eNews and Update Widget
* Calendar Widget
* Footer Widgets
* Footer
* Custom Footer
* Comments
* Gravity Forms
* Responsive Design

*/


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
}

.email {
	border:3px solid #893bc3;
	width:475px;
	height:44px;
	font-size:26px;
	color:#893bc3 !important;
	padding:0 20px;
	margin:2px 25px 0 0;
}

.email::-webkit-input-placeholder {
  color: #893bc3;
}
.email:-moz-placeholder {
  color: #893bc3;
}
.email:-ms-input-placeholder {
  color: #893bc3;
}

input,
select,
textarea {
	border: 1px solid #ddd;
}

input,
label,
select,
textarea {
	color: #3e3e3e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

li,
ol,
ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-position:outside;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	
	color: #893bc3;
	text-decoration: underline;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

a:hover {
	color: #893bc3;
	text-decoration: none;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

.page-template-front-page-php {
		background: #dce6f2;
}

.page-template-default {
		background: #FFF;
}

::-moz-selection {
	background-color: #ed702B;
	color: #fff;
}

::selection {
	background-color: #ed702B;
	color: #fff;
}


/* Wrap
------------------------------------------------------------ */

.wrap {
	margin: 0 auto;
	width: 1140px;
}

.minimum-landing .wrap {
	width: 800px;
}


/* Header
------------------------------------------------------------ */

#header {
	background-position: top center!important;
	margin: 0 auto;
	min-height: 60px;
	overflow: hidden;
	width: 1140px;
	height:126px;
}

#title-area {
	float: left;
	overflow: hidden;
	width: 61%;
}

#title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	margin: 15px 0 10px;
	text-transform: uppercase;
	display:none;
}

#title a,
#title a:hover {
	color: #3e3e3e;
	text-decoration: none;
}

#description {
	display: none;
}

#header .widget-area {
	float: right;
	width: 38%;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 400px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 100%;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */



.menu-primary,
.menu-secondary,
#header .menu {
	clear: both;
	color: #3e3e3e;
	font-size: 13px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#header .menu {
	float: right;
	width: auto;
}

.menu-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;
	margin:0 0 0 66px;
}


.menu-primary .first-li{
	margin:0 0 0 0px;
}

.menu-primary a,
.menu-secondary a,
#header .menu a {
	color: #000;
	display: block;
	padding: 14px 0px 13px 0px;
	position: relative;
	text-decoration: none;
	font-size:22px;
	
	
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary li:hover a,
.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 li:hover a,
.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 li:hover a,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a {
	
	background:url(images/menu-hover-bg.png) repeat-x;
	
	
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
	background: none;
	border-top: none;
	color: #000;
	font-size: 18px;
	padding: 10px;
	position: relative;
	text-transform: none;
	width: 195px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {
	color: #FFF;
	background:#893bc3;
}

.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 215px;
	z-index: 9999;
	-moz-box-shadow:    2px 2px 3px 2px #333;
    -webkit-box-shadow: 2px 2px 3px 2px #333;
    box-shadow:         2px 2px 3px 2px #333;
	background:#FFF;
}

.menu-primary li ul li,
.menu-secondary li ul li,
#header .menu li ul li {
	margin:0;
}

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
	width: 175px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
	margin: -39px 0 0 184px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
#header .menu li:hover>ul,
#header .menu li.sfHover ul {
	left: auto;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
	float: right;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 20px;
	text-transform: uppercase;
}

.menu li.right a {
	color: #3e3e3e;
	display: inline;
}

.menu li.right a:hover {
	color: #ed702B;
}

.menu li.search {
	padding: 0 10px;
}

.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

.menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Featured Image
------------------------------------------------------------ */

#featured-image {
	text-align: center;
	width: 100%;	
}




/* Inner
------------------------------------------------------------ */

#inner {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0;
}

.minimum #inner {
	padding: 0 0 40px;
}

.minimum #inner .wrap {
	border-top: 5px solid #f5f5f5;
	padding: 60px 0;
}


/* Page Title
------------------------------------------------------------ */

#page-title {
	background-color: #f5f5f5;
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 0;
}

#page-title p {
	font-size: 48px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0;
}

a.page-title-button {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #3e3e3e;
	border-radius: 5px;
	color: #fff;
	float: right;
	font-size: 24px;
	margin: 7px 45px 0 0;
	padding: 11px 20px 10px;
}

a.page-title-button:hover {
	background-color: #ed702b;
}


/* Home Featured
------------------------------------------------------------ */

#home-featured {
	overflow: hidden;
	padding: 60px 0;
	width: 100%;
}

#home-featured a.icon-facebook,
#home-featured a.icon-facebook:hover,
#home-featured a.icon-google,
#home-featured a.icon-google:hover,
#home-featured a.icon-pinterest,
#home-featured a.icon-pinterest:hover,
#home-featured a.icon-twitter,
#home-featured a.icon-twitter:hover {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50px;
	background: #ddd url(images/icons.png);
	border-radius: 50%;
	display: block;
	height: 140px;
	margin: 0 auto 30px;
	padding: 0;
	text-indent: -9999px;
	width: 140px;
}

#home-featured a.icon-facebook:hover,
#home-featured a.icon-google:hover,
#home-featured a.icon-pinterest:hover,
#home-featured a.icon-twitter:hover {
	background: #ed702b url(images/icons.png);
}

#home-featured a.icon-facebook,
#home-featured a.icon-facebook:hover {
	background-position: 0 0;
}

#home-featured a.icon-google,
#home-featured a.icon-google:hover {
	background-position: -138px 0;
}

#home-featured a.icon-pinterest,
#home-featured a.icon-pinterest:hover {
	background-position: 0 -138px;
}

#home-featured a.icon-twitter,
#home-featured a.icon-twitter:hover {
	background-position: -138px -138px;
}

.home-featured-1,
.home-featured-2,
.home-featured-3,
.home-featured-4 {
	float: left;
	margin: 0;
	overflow: hidden;
	text-align: center;
	width: 25%;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 12px;
	margin: 0 0 30px;
	padding: 10px 15px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 15px 20px;
}

.taxonomy-description p {
	font-size: 14px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 100%;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	width: 740px;
}

.sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 100%;
}

.hentry {
	margin: 0 0 50px;
}

.single-portfolio .hentry {
	margin: 0;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	margin: 0 0 18px;
}

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;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.sticky {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	padding: 20px 30px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px dotted #ddd;
	clear: both;
	margin: 0 0 25px;
}


/* Portfolio
------------------------------------------------------------ */

.post-type-archive-portfolio .portfolio {
	float: left;
	margin: 0 15px 30px;
	width: 340px;
}

.portfolio-featured-image a img {
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	border: 10px solid #f5f5f5;
	transition: all 0.2s ease-in-out;
}

.portfolio-featured-image a img:hover{
	border: 10px solid #ddd;
}

.single-portfolio #content {
	text-align: center;
}

.single-portfolio img {
	border: 20px solid #f5f5f5;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.25;
	margin: 0 0 10px;
}

h1,
h1 a,
h1 a:visited {
	font-size: 28px;
}

h2{
	font-size: 24px;
}
h2 a,
h2 a:visited {
	font-size: 24px;
}

h3,
h3 a,
h3 a:visited {
	font-size: 20px;
}

h4,
h4 a,
h4 a:visited {
	font-size: 16px;
}



.single-portfolio h1 {
	margin: 0 0 20px;
}

h2 a,
h2 a:visited {
	color: #3e3e3e;
}

h2 a:hover {
	color: #ed702B;
	text-decoration: none;
}

.sidebar h2 a,
.sidebar h2 a:hover {
	font-size: 16px;
}


.widget-area h4 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight:bold;
}

.widget-area h4 a {
	color: #3e3e3e;
	text-decoration: none;
}

h5 {
	font-size: 18px;
}

h6,
.taxonomy-description h1 {
	font-size: 16px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 18px;
}

.archive-page ul li,
.entry-content ul li {
	padding: 0;
	margin:0 0 5px 20px;
        font-size:14px !important;
}


.entry-content ul li span {
	font-size:14px !important;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info / Meta
------------------------------------------------------------ */

.post-info,
.post-meta {
	clear: both;
	color: #999;
	font-size: 12px;
	text-transform: uppercase;
}

.post-info {
	margin: 0 0 25px;
}

.genesis-grid .post-info {
	margin: 0 0 10px;
}

.post-meta {
	border-top: 1px dotted #ddd;
	padding: 10px 0 0;
}

.post-info a,
.post-info a:visited,
.post-meta a,
.post-meta a:visited {
	color: #999;
	font-weight: normal;
}

.post-info a:hover,
.post-meta a:hover {
	color: #3e3e3e;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background: none;
	margin: 0 0 50px;
	overflow: hidden;
}

.author-box p {
	font-size: 16px;
}


/* 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 p {
	font-size: 16px;
}

.genesis-grid-even,
.genesis-grid-odd {
	border-bottom: 1px dotted #ddd;
	margin: 0 0 30px;
	padding: 0;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}


/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.post-image {
	margin: 0 10px 10px 0;
}

.alignleft .avatar {
	margin: 0 10px 0 0;
}

.alignright .avatar {
	margin: 0 0 0 10px
}

.author-box .avatar {
	float: left;
	margin: 0 20px 0 0;
}

.comment-list li .avatar {
	float: left;
	margin: 0 10px 10px 0;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 20px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft,
.wp-caption.alignleft {
	display: inline;
	margin: 0 20px 20px 0;
}

img.alignright,
.wp-caption.alignright {
	display: inline;
	margin: 0 0 20px 20px;
}

.wp-caption {
	padding: 20px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 14px;
	margin: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	font-size: 14px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}


/* Primary Sidebar
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 14px;
	width: 350px;
}


.sidebar-content #sidebar {
	float: left;
}

.sidebar p {
	font-size: inherit;
	margin: 0 0 15px;
}

#sidebar a,
#sidebar a:visited {
	color: #3e3e3e;
}

#sidebar a:hover {
	color: #ed702b;
}

.sidebar .widget {
	margin: 0 0 40px;
}

#footer-widgets ul li,
#sidebar ul li {
	list-style-type: disc;
	margin: 0 0 5px 2px;
}

#footer-widgets ul li:first-child,
#sidebar ul li:first-child {
	margin-top:12px; 
}

#footer-widgets ul li a,
#footer-widgets ul li a:visited,
#sidebar ul li a,
#sidebar ul li a:visited {
	color: #ed702b;
	font-weight: normal;
}

#footer-widgets ul li a:hover,
#sidebar ul li a:hover {
	color: #3e3e3e;
}

#sidebar .tagcloud a,
#sidebar .tagcloud a:visited {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: none;
	background-color: #3e3e3e;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
}

#sidebar .tagcloud a:hover {
	background-color: #ed702b;
	color: #fff;
}


/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
#cat {
	display: inline;
	padding: 3px;
	width: 95%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px dotted #ddd;
	margin: 0 0 10px;
	overflow: hidden;
	padding: 0 0 10px;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */


input[type="button"],
input[type="submit"],
.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #893bc3;
	border: none;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	text-align:center;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	text-transform:uppercase;
	padding:7px 15px;
}

input:hover[type="button"],
input:hover[type="submit"],
.navigation li a:hover,
.navigation li.active a {
	background-color: #8a6bae;
	border: none;
	text-decoration: none;
}


.news-submit {
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #893bc3;
	border: none;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	font-size:18px;
	width:160px;
	height:50px;
	line-height:50px;
	text-align:center;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	text-transform:uppercase;
	padding:0 !important;
}

.news-sbumit:hover {
	background-color: #8a6bae;
	border: none;
	text-decoration: none;
}


select,
input[type="text"]{
	width:240px;
	padding:5px 0;
}
input[type="text"] {
	width:220px;
	padding:5px 10px;
}

/* Search Form / eNews and Update Widget
------------------------------------------------------------ */

.enews #subbox,
.s {
	-moz-box-shadow: 0 0 5px #ccc inset;
	-webkit-box-shadow: 0 0 5px #ccc inset;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px #ccc inset;
	box-sizing: border-box;
	color: #999;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	padding: 15px;
	text-transform: uppercase;
	width: 100%;
}

#nav .searchform {
	margin: 3px 0 0;
}

.enews #subbutton,
.searchsubmit {
	display: none;
}

.enews p {
	margin: 0 0 10px;
}

#nav {
	border-top:1px solid purple;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	background-color: #f5f5f5;
	border-top: 1px solid #e4e4e4;
	clear: both;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer-widgets .wrap {
	overflow: hidden;
	padding: 40px 0 20px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
}

#footer-widgets p {
	font-size: inherit;
	margin: 0 0 20px;
}

#footer-widgets ul {
	margin: 0;
}

.footer-widgets-1 {
	float: left;
	margin: 0 30px 0 0;
	width: 360px;
}

.footer-widgets-2 {
	float: left;
	width: 360px;
}

.footer-widgets-3 {
	float: right;
	width: 360px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	background-color: #000000;
	clear: both;
	color: #FFF;
	font-size: 13px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	border-top:10px solid #893bc3;
}

#footer .wrap {
	overflow: hidden;
	padding:0;
}

#footer p {
	color: inherit;
	font-size: inherit;
	height:80px;
	line-height:80px;
}

#footer a,
#footer a:visited {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer .gototop {
	float: left;
	width: 35%;
}

#footer .creds {
	float: right;
	text-align: right;
	width: 60%;
}




/* Custom Footer
------------------------------------------------------------ */

#footer .custom-footer,
#footer .custom-footer .menu {
	text-align: left;
}

#footer .custom-footer .widget {
	clear: both;
}


#footer .custom-footer .menu {
	float: none;
	margin: 0 0 20px;
}

#footer .custom-footer li {
	display: inline-block;
	float: none;
	margin: 0 30px;
	list-style-type: none;
}

#footer .custom-footer li a,
#footer .custom-footer li a:visited {
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#footer .custom-footer li a:hover {
	color: #999;
	text-transform: uppercase;
}


#footer p span {
	float:right;
}

/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	-moz-box-shadow: 0 0 5px #ccc inset;
	-webkit-box-shadow: 0 0 5px #ccc inset;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px #ccc inset;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 20px 0 10px;
	padding: 15px 20px;
}

.comment-list li ul li {
	margin-right: -20px;
}

.comment-content {
	clear: both;
}

.comment-content p {
	font-size: 16px;
	margin: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 12px;
	margin: 0 0 5px;
}

.reply {
	font-size: 14px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.alt,
.depth-1,
.even {
	border-left: 5px solid #f5f5f5;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 6px 10px !important;
}

div.gform_footer input.button {
	color: #fff;
	padding: 10px 20px !important;
}

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;
}

/*

.page-id-371 .ginput_container,
.page-id-401 .ginput_container,
.page-id-395 .ginput_container,
.page-id-387 .ginput_container
{
	float:right;
}



.page-id-371 h1,
.page-id-401 h1,
.page-id-395 h1,
.page-id-387 h1,
.page-id-388 h1,
.page-id-405 h1
{
	color: #893bc3
}

.page-id-371 .gform_wrapper ul.gfield_checkbox, .gform_wrapper ul.gfield_radio,
.page-id-401 .gform_wrapper ul.gfield_checkbox, .gform_wrapper ul.gfield_radio,
.page-id-395 .gform_wrapper ul.gfield_checkbox, .gform_wrapper ul.gfield_radio,
.page-id-387 .gform_wrapper ul.gfield_checkbox, .gform_wrapper ul.gfield_radio  
{
	float:left !important;
}

.page-id-371 .gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li,
.page-id-401 .gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li,
.page-id-395 .gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li,
.page-id-387 .gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li
{
	float:left !important;
}

.page-id-371 .gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li,
.page-id-401 .gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li,
.page-id-395 .gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li,
.page-id-387 .gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li
{ 
	margin:8px 0 8px 15px !important;
}


*/

/*==============================================================*/


.btn-img {
	background:url(images/btn.png) no-repeat;
	width:108px;
	height:108px;
	float:right;	
}

.btn-img:hover {
	background:url(images/btn.png) no-repeat 0 -108px;
}

.five-buttons-outer {
	margin:0 auto;
	text-align:center;
	width:93%;
}

.five-buttons {
	float:left;
}


.btn-one,.btn-two,.btn-three,.btn-four,.btn-five {
	float:left;
	width:202px;
	height:93px;
	margin:0 10px 10px 0;
}

.btn-one {
	background:url(images/one-button.png) no-repeat;	
}

.btn-two {
	background:url(images/two-button.png) no-repeat;
}

.btn-three {
	background:url(images/three-button.png) no-repeat;
}

.btn-four {
	background:url(images/four-button.png) no-repeat;
}

.btn-five {
	background:url(images/five-button.png) no-repeat;
}

.btn-one:hover {
	background:url(images/one-button.png) no-repeat 0 -95px;
	
}

.btn-two:hover {
	background:url(images/two-button.png) no-repeat 0 -95px;	
}

.btn-three:hover {
	background:url(images/three-button.png) no-repeat 0 -95px;
}

.btn-four:hover {
	background:url(images/four-button.png) no-repeat 0 -95px;	
}

.btn-five:hover {
	background:url(images/five-button.png) no-repeat 0 -95px;
}

.in-news-outer {
	width:82%;
	margin:0 auto;
	text-align:left;
}

.in-news{
	float:left;
}

.in-news h3 {
	float:left;
	height:75px;
	line-height:75px;
	margin:42px 0 0 0;
}

.nbc-news,.abc-news,.sixty-mints {
	float:left;
	margin:40px 0 0px 52px;	
}

.in-news a img:hover {
	opacity:0.6;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.page-template-front-page-php #content {
	width:100%;
	border-top:6px solid #000;
	padding:28px 0 0 0;
}

.home-left{
	float:left;
	width:305px;
	background:#aaf2a0;
	padding:20px;
}

.home-middle{
	float:left;
	width:305px;
	background:#a6f8e3;
	padding:20px;
	margin:0 0 0 25px;
}

.home-right{
	float:left;
	width:305px;
	background:#fcd5b5;
	padding:20px;
	margin:0 0 0 25px;
}


.home-left h3, .home-middle h3 , .home-right h3 {
	margin:15px 0 15px 0;
}
.widget-button {
	margin:100px 0 0 0;
	background:#000000;
	width:170px;
	height:50px;
	
}

.widget-button:hover {
	background:#7fb579;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.widget-button:hover {
	color:#FFF;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.widget-button-two {
	margin:50px 0 0 0;
	background:#000000;
	width:170px;
	height:50px;
	
}

.widget-button-two:hover {
	background:#7cbaab;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.widget-button-two:hover a{
	color:#FFF;
}

.widget-button-three {
	margin:120px 0 0 0;
	background:#000000;
	width:170px;
	height:50px;
	
}

.widget-button-three:hover {
	background:#bd9f87;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.widget-button-three:hover a {
	color:#FFF;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.widget-button a , .widget-button-two a , .widget-button-three a{
	display:block;
	color:#FFF;
	width:170px;
	height:50px;
	line-height:50px;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	font-size:18px;
}

#media {
	float:left;
	width:100%;
	margin:50px 0 40px 0;
}
.social-media {
	float:left;
	width:20%;
}
.social-media a {
	margin:0 9px 0 0;
}

.news-letter {
	float:right;
	width:67.5%;
}


.sidebar #randomtext-2 {
	background:#aaf2a0;
	padding:25px;
}
.sidebar #text-3{
	background:#aaf2a0;
	padding:25px;
	margin:0 0 30px 0;
}

.sidebar #text-4 {
	padding:25px;
	margin:0 0 30px 0;
	border-top:5px solid #893bc3;
}

.sidebar #text-5 {
	padding:25px;
	margin:0 0 30px 0;
	border-top:5px solid #893bc3;
}

.page-template-front-page-php #text-10 .widget-wrap .textwidget h3 {
	margin:0 0 25px 0;
}

.page-template-front-page-php #text-11 .widget-wrap .textwidget h3 {
	margin:0 0 18px 0;
}

.page-template-front-page-php h1,
.page-template-front-page-php h1 a,
.page-template-front-page-php h1 a:visited {
	font-size: 60px;
	text-transform:uppercase;
}

.page-template-front-page-php h2,
.page-template-front-page-php h2 a,
.page-template-front-page-php h2 a:visited {
	font-size: 28px;
}

.page-template-front-page-php h3,
.page-template-front-page-php h3 a,
.page-template-front-page-php h3 a:visited {
	font-size: 24px;
}

.fb {
	float:left;
	background:url(images/fb-two.png) no-repeat 0 0;
	min-width:50px;
	min-height:50px;
	margin:0 10px 0 0;
}

.fb:hover {
	background:url(images/fb-two.png) no-repeat 0 -52px;
}
.twt {
	float:left;
	background:url(images/twt-two.png) no-repeat 0 0;
	min-width:50px;
	min-height:50px;
	margin:0 10px 0 0;
}
.twt:hover {
	background:url(images/twt-two.png) no-repeat 0 -52px;
}
.yt {
	float:left;
	background:url(images/yt-one.png) no-repeat 0 0;
	min-width:50px;
	min-height:50px;
}
.yt:hover {
	background:url(images/yt-one.png) no-repeat 0 -52px;
}


#top-content{
	background:#000000;
	width:100%;
	color:#FFF;
	padding:5px 0;
	height:55px;
	line-height:55px;
	font-weight:bold;
	font-size:18px;
	margin:0 0 7px 0;
}


.top-txt {
	float:left;
}
.top-images {
	float:left;
}
.top-images a {
   	display: block;
    	float: left;
    	height: 40px;
    	margin: 20px 4px 0;
	transition: all 0s ease-in-out 0s;
}
.top-images a:hover,
.top-images .active {
	background:url(images/triangle-hover.png) no-repeat bottom center;
}

#menu-icon {
    color: #FFF;
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: 700;
    height: 35px;
    line-height: 35px;
    background:#8a6bae;
    margin: 2px 0 10px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
	display:none;
	}

	#back-top {
		float:left;
		width:100%;
		text-align:center;

	}

	a.go-to-top {
		width: 135px;
		height: 130px;
		font-size: 0;
		cursor: pointer;
		outline: 0;
		background:url(images/b-t-top.png) no-repeat;
		display:block;
		margin: 0 auto;
	}

	a.go-to-top:hover {
		background:url(images/b-t-top.png) no-repeat 0 -125px;
	}

	#footer p .my-account {
		float:right;
	}
	#footer p .my-account a {
		display:block;
		width:160px;
		height:80px;
		text-align:center;
		background:#893bc3;
		color:#FFF;
		line-height:80px;
		font-weight:bold;
		font-size:18px;
	}

	#footer p .my-account a:hover {
		background:#8a6bae;
	}
	.getsh{

   	 	margin-left: 26px;
    		margin-top: 15px	
	}


	.search-result-td {
		padding-left:15px;
	}


	.sidebar #text-12 {
		padding:25px;
	}

	.page-template-clinics_list-php table {
		width:96%;
		margin:0 auto;
		padding:2px;
		background:#eee;
	}
	
	.page-template-clinics_list-php table tr th {
		text-align:left;
		border-bottom:1px dotted #666;
		font-size:14px;
	}
	.page-template-clinics_list-php table tr td {
		text-align:left;
		border-bottom:1px dotted #666;
		font-size:14px;
	}

	.page-template-adding_clinic-php table {
		width:60%;
		margin:0 auto;
		padding:10px;
		background:#eee;
	}

	.page-template-update_clinic-php table {
		width:60%;
		margin:0 auto;
		padding:10px;
		background:#eee;
	}

	#slider {
		width:100%;
		background:#8a6bae;
	}

	.shop-button {
		float:left;
		margin:25px 0 0 0;
	}

	.abc-news img:hover {
		opacity:0.7;
	}

	div.results_row_right_column {
		width:28% !important;
	}

	div.results_row_center_column {
		width:30% !important;
	}

	.download-section {
    		text-align: center;
	}

	.download-section h2 {
    		font-size: 15px;
    		text-transform: uppercase;
		font-weight: 600;
		text-align: center;
	}

	.download-section h3 {
	    	font-size: 14px;
    		margin-bottom: 15px;
	}

	body .download-section ul li{
		list-style-type:none;
		position:relative;
	   	margin: 0;
		padding-bottom:18px;
	}

	body .download-section ul li:after{
		content:'';
		width:4px;
		height:4px;
		position:absolute;
		background-color:#000;
		border-radius:20px;
	    	bottom: 8px;
	    	right: 50%;
	}

	.custom-logo-section h2{
    		font-size: 20px;
		background-color: #604a7b;
    		color: #fff;
    		padding: 5px 7px;
		width: 75%;
    		margin: 0 auto;
    		margin-bottom: 10px;
		text-align:center;
	}

	.custom-logo-section img{
		margin-bottom:10px;
	}

	.iosuser-section h2 {
    		font-weight: 600;
   		display: inline-block;
    		margin-bottom: 5px;
	}

	.iosuser-section{
    		background: #d9d9d9;
    		overflow: hidden;
    		border: 5px solid #7f7f7f;
	    	padding: 15px 15px;
		padding-bottom: 50px;
		position:relative;
	}

	.iosuser-section h3{
    		margin-bottom: 20px;
	}

	.iosuser-section h4 {
    		font-size: 13px;
    		margin: 11px 0;
		font-weight:600;
    		font-size: 14px;
	}

/***************Glasses section bulletproof*****************/

	.All-glasses-section{
		background-color: #000;
    		padding: 20px 0;
    		position: absolute;
    		width: 100%;
    		bottom: 0;
    		left: 0;
	}

	.All-glasses-section img{
		float:left;
		margin-left: 10%;
	   	cursor: pointer;
	}

	.glass-1,.glass-2,.glass-3,.glass-4,.glass-5,.glass-6,.glass-7,.glass-8,.glass-9,.glass-10,.glass-11{
		width:46px;
		float:left;
	}

	.glass-1 h2,.glass-2 h2,.glass-3 h2,.glass-4 h2,.glass-5 h2,.glass-6 h2,.glass-7 h2,.glass-7 h2,.glass-8 h2,.glass-9 h2,.glass-10 h2,.glass-11 h2{
    		display: none;.
		color: #fff;
    		font-size: 18px;
    		font-weight: 500;
		color:#fff;
	    	position: absolute;
		top:0px;
    		left: 2px;
		cursor:pointer;
		font-size:14px;
	}

	.glass-1:hover h2,.glass-2:hover h2,.glass-3:hover h2,.glass-4:hover h2,.glass-5:hover h2,.glass-6:hover h2,.glass-7:hover h2,.glass-8:hover h2,.glass-9:hover h2,.glass-10:hover h2,.glass-11:hover h2{
    		display: block;
	}

	.glass-1 h2 {
    		left: 3%;
		display:none;
	}
	.glass-2 h2 {
    		left: 7%;
		display:none;
	}

	.glass-3 h2 {
    		left: 17%;
		display:none;
	}

	.glass-4 h2 {
    		left: 21%;
		display:none;
	}

	.glass-5 h2 {
    		left: 30%;
		display:none;
	}

	.glass-6 h2 {
    		left: 43%;
		display:none;
	}
	
	.glass-7 h2 {
    		left: 50%;
		display:none;
	}

	.glass-8 h2 {
    		left: 60%;
		display:none;
	}

	.glass-9 h2 {
    		left: 70%;
		display:none;
	}

	.glass-10 h2 {
    		left: 80%;
		display:none;
	}

	.glass-11 h2 {
    		left: 85%;
		display:none;
	}

/***************End of Glasses section bulletproof*****************/

	.shop-now-section {
    		background-color: #d9d9d9;
    		padding: 20px 20px;
	}

	.shop-now-section h2 {
    		display: block;
    		font-size: 21px;
    		padding-top: 75px;
    		padding-left: 7px;
    		font-weight: 600;
		margin-bottom:0;
	}

	a.shop-and-save {
    		text-align: left !important;
    		display: block;
   		padding-left: 9px;
    		font-weight: 400;
	}

	.shop-now-section img {
   		margin: 0;
	}

	.shop-now-section a {
    		text-align: center;
    		display: block;
    		color: #000;
    		font-weight: 500;
		font-size:18px;
    		text-transform: uppercase;
	    	text-decoration: underline;
		letter-spacing:1.2px;
	}

	
	.promo-section h3 {
    		font-size: 70px;
    		font-weight: 600;
    		color: #fff;
    		margin-bottom: 0;
		display:inline-block;
	}

	.promo-section{
	   	position: relative;
		background-color: #604a7b;
    		padding: 0px 6px;
    		margin-top: 10px;
    		border: 4px solid #3b597d;
	}

	.promo-section sup{
    		font-size: 38px;
    		position: absolute;
    		top: 10px;
    		font-weight: 900;
	}

	.promo-section sub {
    		position: absolute;
    		top: 47px;
    		left: 85px;
    		font-size: 23px;
    		font-weight: 400;
	}

	.promo-section h4 {
   		display: inline-block;
    		float: right;
    		padding-top: 16px;
    		padding-right: 20px;
		color:#fff;
		font-size:13px;
	}

	.promo-section a {
    		position: absolute;
    		top: 30px;
    		right: 10px;
    		color: #fff;
    		font-weight: 300;
    		font-size: 17px;
	}

	.promo-section h5 {
    		position: absolute;
    		right: 30px;
    		bottom: 17px;
    		color: #fff;
    		font-size: 13px !important;
	}

	.shop-now-section ul {
    		margin-top: 20px;
	}

	.shop-now-section h5 {
    		font-size: 20px;
   		margin-bottom: 0;
	}

	.shop-now-section ul li{
		background:url(http://irlen.com/wp-content/uploads/2016/02/good-mark-icon.png) no-repeat;
	    	list-style-type: none;
    		padding-left: 26px;
    		background-position: 0 3px;
		
	}

	.shop-now-section h6 {
    		font-size: 13px;
   	 	text-align: center;
    		font-weight: 600;
    		padding: 0 42px;
	}

	img.works-image-1 {
    		display: block;
    		margin: 78px auto;
	}


	

/* Responsive Design
------------------------------------------------------------ */

@media only screen and (max-width: 1200px) {

	.wrap, 
	#header {
		width: 960px;
	}

	#content {
		width: 560px;
	}

	.post-type-archive-portfolio .portfolio {
		width: 280px;
	}

	.promo-section h3{
		font-size:40px;
	}

	.promo-section sup {
    		font-size: 20px;
       		top: 10px;
   	}

	.promo-section sub {
     		top: 30px;
    		left: 48px;
    		font-size: 15px;
 	}	

	.promo-section h4{
		padding-top:5px;
	}

	.promo-section a {
		top:17px;
		font-size:16px;
	}

	.promo-section h5{
		bottom:0px;
	}

	.promo-section{
		padding-bottom:3px;
	}

	.shop-now-section h6 {
       		padding: 0 25px;
    		display: inline-block;
	}

	.iosuser-section{
		padding-bottom:70px;
	}

	.glass-1, .glass-2, .glass-3, .glass-4, .glass-5, .glass-6, .glass-7, .glass-8, .glass-9, .glass-10, .glass-11{
		width: 9%;
	} 

	img.works-image-1 {
       		margin: 115px auto;
	}

	.All-glasses-section img{
		margin-left: 0%;
		}


}

@media only screen and (max-width: 1024px) {

	body {
		font-size: 16px;
		margin: 0 auto;
		width: 100%;
	}
	
	p {
		font-size: 16px;
	}
	
	.archive-page,
	.content-sidebar #content,
	.content-sidebar-sidebar #content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.full-width-content #content,
	.menu-primary,
	.menu-secondary,
	.minimum-landing .wrap,
	.sidebar,
	.sidebar-content #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content,
	.wrap,
	#content-sidebar-wrap,
	#footer .creds,
	#footer .gototop,
	#footer-widgets .wrap,
	#header,
	#header ul.menu,
	#header .widget-area,
	#sidebar-alt
	{
		width: 100%;
	}
	.getsh {
    		margin-left: 17px;
    		margin-top: 15px;
	}
	
	#title-area {
		width: 60%;
		float:left;
	}
	#header .widget-area {
		width:20%;
		float:right;
	}
	

	.menu-primary,
	.menu-secondary,
	#description,
	#footer .creds,
	#footer .gototop,
	#header ul.menu,
	#header .search-form,
	#title,
	#title-area {
		float: none;
		text-align: center;
	}


	#title-area {
		width: 60%;
		float:left;
	}
	#header .widget-area {
		width:40%;
		float:right;
	}
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	#header .search-form,
	#wrap {
		margin: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	#content,
	#description,
	#footer-widgets .wrap,
	#header .widget-area,
	#title,
	#title a,
	#title a:hover,
	#header .search-form,
	#title-area {
		padding: 0;
	}

	#header {
		background-size: contain !important;
	}
	
	#title {
		margin: 10px 0 0;
	}

	.menu-primary li,
	.menu-secondary li,
	#header ul.menu li {
		display: inline-block;
		float: none;
		margin:0 0 0 38px;
	}
	.menu-primary .first-li{
		margin:0 0 0 0;
	}
	
	.menu-primary a,
	.menu-secondary a,
	#header .menu a {
		border: none;
		padding:10px 0;
	}

	a.page-title-button,
	.menu li.right {
		display: none;
	}

	.menu li li {
		text-align: left;
	 }

	 #page-title {
		 padding: 10px 0;
	 }

	#page-title p {
		font-size: 24px;
		text-align: center;
	}

	.minimum #inner,
	#inner {
		padding: 20px;
	}

	.minimum #inner .wrap {
		padding: 30px 0;
	}

	.post-type-archive-portfolio .portfolio {
		margin: 10px 15px;
		width: 45%;
	}

	.single-portfolio img {
		border: none
	}

	#footer-widgets .widget {
		padding: 20px 20px 0;
	}

	#footer .custom-footer li {
		margin: 0 10px;
	}

	#footer .wrap {
		box-sizing: border-box;
		padding:0;
	}
	.five-buttons {
		float:left;
		text-align:center;
		alignment-adjust:central;
	}
	
	.in-news h3 {
		float:none;
		text-align:center;
	}
	
	.home-left{
		float:left;
		width:270px;
		margin:20px 7px 5px 0;
		
	}
	
	
	.home-middle{
		width:270px;
		margin:20px 7px 5px 0;
		
	}
	
	.home-right{
		width:270px;
		margin:20px 0 5px 0;
	}

	.widget-button {
	margin:122px 0 0 0;
	
	
	}


	.widget-button-three {
    		margin: 146px 0 0;
	}
	
	
	.email {
		width:400px;
		margin:2px 15px 0 0;
	}
	.page-template-front-page-php #text-11 .widget-wrap .textwidget h3, .page-template-front-page-php #text-10 .widget-wrap .textwidget h3 {
		font-size:25px;
	}


	.page-template-front-page-php h3, .page-template-front-page-php h2 a, .page-template-front-page-php h3 a:visited {
   		 font-size: 25px;
	}

	#top-content {
		height:110px;
	}

	.top-txt {
		float:none;
		text-align:center;
	}
	.top-images {
		float:none;
		text-align:center;
	}
	

	#footer p span {
		float:none;
	}
	
}

@media only screen and (max-width: 960px) {
	
	#nav {
		
	}

	.menu-primary {
		display:none;
	}
	#menu-icon {
		display:block;
		
	}
	.menu-primary li ul,
	.menu-secondary li ul,
	#header .menu li ul {
		height: auto;
		left: 0;
		margin: 0 0 0 -1px;
		position: relative;
		width: 100%;
		z-index: 0;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow:         none;
		display:block !important;
		visibility:visible !important;
		float:none;
		
	}
	
	.menu-primary li li a,
	.menu-primary li li a:link,
	.menu-primary li li a:visited,
	.menu-secondary li li a,
	.menu-secondary li li a:link,
	.menu-secondary li li a:visited,
	#header .menu li li a,
	#header .menu li li a:link,
	#header .menu li li a:visited {
		background: none;
		border-top: none;
		color: #000;
		font-size: 17px;
		padding: 5px 20px;
		position: relative;
		text-transform: none;
		width: 85%;
		
	}

	.menu-primary li li a:active,
	.menu-primary li li a:hover,
	.menu-secondary li li a:active,
	.menu-secondary li li a:hover,
	#header .menu li li a:active,
	#header .menu li li a:hover {
		color:#893bc3;
		background:none;
	}
	.menu-primary .first-li{
		margin:0 0 0 15px;
	}
	
	.menu-primary li,
	.menu-secondary li,
	#header ul.menu li {
		display:inherit;
		float: none;
		margin:0 0 0 15px;
		text-align:left;
	}
	.menu li li {
		text-align: left;
	 }
	 
	 .menu-primary a,
	.menu-secondary a,
	#header .menu a {
		color: #000;
		display: block;
		padding: 10px 0px 10px 0px;
		position: relative;
		text-decoration: none;
		font-size:18px;
		
		
	}
	
	.menu-primary li a:active,
	.menu-primary li a:hover,
	.menu-primary li:hover a,
	.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 li:hover a,
	.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 li:hover a,
	#header .menu .current_page_item a,
	#header .menu .current-cat a,
	#header .menu .current-menu-item a {
		
		background:none;
		color:#893bc3;
		
		
	}
	.in-news-outer {
		width:100%;
	}
	
	.in-news {
		float: left;
		width: 100%;
	}

	.nbc-news,.abc-news,.sixty-mints {
		float:none;
		margin:20px auto;
		width:100%;
		text-align:center;	
	}

	#middle-content {
		float:left;
		width:100%;
	}
	
	.home-left{
		float:none;
		width:270px;
		margin:20px auto 5px auto;
	}
	
	.home-middle{
		float:none;
		width:270px;
		margin:20px auto 5px auto;
	}
	
	.home-right{
		float:none;
		width:270px;
		margin:20px auto 5px auto;
	}

	.widget-button {
		margin:122px 0 0 0;
	}


	.widget-button-three {
    		margin: 146px 0 0;
	}
	.social-media {
  	 	float: none;
    		width: 100%;
		text-align:center;
			
	}

	.social-media-outer {
		float: none;
    		margin:0 auto;
    		min-height: 50px;
    		text-align: center;
    		width: 170px;
	}
	
	.news-letter {
   		 float: none;
   	 	 margin: 30px auto;
    		 text-align: center;
    		 width: 100%;
	}

	

	.email {
		width:75%;
		margin:0px auto 10px auto;
		float:none;
	}

	#title-area {
		width: 99%;
		float:none;
		texta-align:center;
	}
	
	#header .widget-area {
		width:100%;
		float:none;
		
	}

	.btn-img {
		background: url(images/btn.png) no-repeat;
		width:108px;
		height:108px;
		margin:10px auto 10px auto; 
		float:none;
	}
	
	
	#footer p {
		color: inherit;
		font-size: inherit;
		height:auto;
		line-height:30px;
	}

	#header {
		height:auto;
	}
	
	.shop-button {
		float: none;
		margin: 10px auto 20px auto;
	}

	.shop-button-a {
		width:100%;
		display:block;
		text-align:center;
	}

	.home-left{
		float:none;
		width:270px;
		margin:20px auto 5px auto;
		padding:15px 5px;
		
	}
	
	
	.home-middle{
		width:270px;
		margin:20px auto 5px auto;
		padding:15px 5px;
		float:none;
	}
	
	.home-right{
		width:270px;
		margin:20px auto 5px auto;
		padding:15px 5px;
		float:none;
	}

	.five-buttons {
		float:none;	
		width:100%;
	}
	.getsh {
    		display: block;
    		margin: 0 auto;
	}

	.shop-now-section h2{
		padding-top:20px;
	}

	.promo-section h3 {
   	 	font-size: 70px;
   	}

	.promo-section sup {
    		font-size: 38px;
       		top: 10px;
   	}

	.promo-section sub {
     		top: 47px;
    		left: 85px;
    		font-size: 23px;
   	}

	.promo-section h4 {
      		padding-top: 16px;
    		padding-right: 20px;
       		font-size: 13px;
	}

	.promo-section a {
        	top: 30px;
    		right: 10px;
    		font-size: 17px;
	}

	.promo-section h5 {
       		right: 30px;
    		bottom: 17px;
    		font-size: 13px !important;
	}

	.promo-section{
		width:45%;
		margin:0 auto;
		margin-top:45px;
	}

	.shop-now-section h6{
		display:block;
	}

	.shop-now-section ul{
		width:50%;
		float:none;
		margin:0 auto;
		margin-top:25px;
	}
	
	img.works-image-1 {
       		margin: 25px auto;
	}

	.glass-1, .glass-2, .glass-3, .glass-4, .glass-5, .glass-6, .glass-7, .glass-8, .glass-9, .glass-10, .glass-11 {
    		width: 9%;
	}

	

}

@media only screen and (max-width: 680px) {
	#footer .widget p {
		text-align:center; 
	}

	#footer p .my-account {
		width:100%;
	}
	#footer p .my-account a {
		display:block;
		width:160px;
		height:80px;
		text-align:center;
		background:#893bc3;
		color:#FFF;
		line-height:80px;
		font-weight:bold;
		font-size:18px;
		margin: 0 auto;
	}

	#footer p .my-account a:hover {
		background:#8a6bae;
	}

	.promo-section{
		width:60%
	}
}

@media only screen and (max-width: 600px) {
	
	
	#home-featured {
		padding: 30px 0 0;
	}

	.home-featured-1,
	.home-featured-2,
	.home-featured-3,
	.home-featured-4 {
		padding: 0 0 30px;
		width: 50%;
	}

	.genesis-grid-even,
	.genesis-grid-odd {
		width: 100%
	}

	.post-type-archive-portfolio .portfolio {
		margin: 0 0 20px;
		text-align: center;
		width: 100%;
	}

	.portfolio-featured-image a img,
	.portfolio-featured-image a img:hover {
		border: none;
	}

	.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 {
		padding: 0;
		width: 100%;
	}

	.navigation li a,
	.navigation li.disabled,
	.navigation li a:hover,
	.navigation li.active a {
		padding: 5px 10px;
	}
	
	.five-buttons {
		float:none;	
		width:100%;
	}
	.btn-one, .btn-two, .btn-three, .btn-four, .btn-five {
    		float: none;
   		height: 93px;
    		margin: 0 auto 20px auto;
    		width: 202px;
	}

}

@media only screen and (max-width: 415px) {
	
	.custom-logo-section h2 {
    		font-size: 17px;
	}

	.iosuser-section h3 {
      		font-size: 18px;
	}

	.shop-now-section h2 {
    		padding-top: 28px;
	}

	.promo-section {
    		width: 100%;
	}

	.shop-now-section ul {
   		width: 100%;
	}
}

@media only screen and (max-width: 300px) {

	.home-featured-1,
	.home-featured-2,
	.home-featured-3,
	.home-featured-4 {
		padding: 0 0 30px;
		width: 100%;
	}

}