/*
	Theme Name: 9seeds 2013
	Description: All your custom theme are belonging to us
	Author: 9seeds.com
	Author URI: http://9seeds.com/

	Template: genesis
*/

/* Fonts
------------------------------------------------------------ */

/* Colors
---------------------------------------------------------------

f48000 - Orange1
*/

/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333;
	font-family: "prenton",sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input {
	color: #333;
	font-family: "prenton",sans-serif;
	font-size: 14px;
	line-height: 24px;
}

blockquote,
input,
select,
textarea,
.author-box,
.sticky,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #f67f00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	border-top: solid 5px #f67f00;
	background-color: #FFF;
}

/* Wrap
------------------------------------------------------------ */

#wrap {
	margin: 0 auto;
}


/**
// If full width site
.wrap {
	margin: 0 auto;
	max-width: 960px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*/

/**
// If not responsive and full width
#wrap {
	min-width: 960px;
}
*/

/* Header
------------------------------------------------------------ */

#header {
	overflow: hidden;
	width: 100%;
	height: 100px;
	background: #000;
}

#header .wrap {
	width: 940px;
	margin: 0 auto 0;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 15px 0 0;
	width: 400px;
}

#title {
	font-size: 30px;
	line-height: 30px;
	margin: 0;
}

#title a,
#title a:hover {
	color: #333;
	text-decoration: none;
}

#description {
	font-size: 14px;
}

#header .widget-area {
	float: right;
	width: 550px;
	margin-top: 35px;

}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #header #title-area {
	background: url(images/logo.png) center top no-repeat;
	}

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	width: 222px;
	height: 80px;
	margin-top: 5px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}

#header ul.nav li a.sf-with-ul,
#header ul.menu li a.sf-with-ul,
#nav li a.sf-with-ul,
#subnav li a.sf-with-ul {

}

li a .sf-sub-indicator {
	display: none;
}

/* Header Right Navigation
------------------------------------------------------------ */

#header ul {
	margin: 5px 0 0 0;
}

#header ul.menu {
	float: right;
}

#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.menu li {
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}

#header ul.menu li a {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 0 12px 0 0;
	position: relative;
	text-decoration: none;
}

#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	color: #f48000;
}

#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	background-color: #FF0000;
}

#header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#header ul.menu li ul a {
	width: 140px;
}

#header ul.menu li ul ul {
	margin: -33px 0 0 159px;
}

#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
	left: auto;
}


/* Primary Navigation
------------------------------------------------------------ */

#nav {
	background-color: #333;
	border-bottom: 1px solid #666;
	clear: both;
	color: #fff;
	overflow: hidden;
	text-transform: uppercase;
	width: 100%;
}

#nav ul {
	float: left;
	width: 100%;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	background-color: #000;
	color: #fff;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#nav li li a:hover,
#nav li li a:active {
	background-color: #000;
}

#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#nav li ul a {
	width: 140px;
}

#nav li ul ul {
	margin: -33px 0 0 159px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	background-color: #333;
	border-bottom: 1px solid #666;
	clear: both;
	color: #fff;
	overflow: hidden;
	text-transform: uppercase;
	width: 100%;
}

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	background-color: #000;
	color: #fff;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#subnav li li a:hover,
#subnav li li a:active {
	background-color: #000;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#subnav li ul a {
	width: 140px;
}

#subnav li ul ul {
	margin: -33px 0 0 159px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}


/* Inner
------------------------------------------------------------ */

#inner {
	border-top: solid 5px #AAA;
}

#inner .wrap {
	width: 940px;
	margin: 0 auto 0;
}

.home #content-sidebar-wrap {
	padding: 0;
}

#content-sidebar-wrap {
	padding: 20px 0;
	float: left;
	width: 100%;
}

/* Home content
------------------------------------------------------------ */

.home #content {
	background: url(images/home-content-bg.png) repeat-y;
}

.home-left li, .home-right li {
	list-style: none;
}

.home-left {
	width: 580px;
	margin-right: 20px;
	float: left;
	padding-top: 20px;
}

.home-left img {
	margin-bottom: 20px;
}

.home-left .widget h2 {
	margin-bottom: 10px;
}

.widgettitle {
	background: #BBB;
	font-size: 16px;
	color: #FFF;
	text-transform: uppercase;
	padding: 5px;
}

.home-left .widget h2 a {
	font-weight: 500;
	font-size: 22px;
	color: #f48000;
}

.home-left p {
	padding: 10px 0;
	text-align: justify;
}

.home-right {
	width: 300px;
	float: right;
	margin-left: 20px;
	padding: 20px 0 0 20px;
}

.home-right .widget, sidebar .widget {
	margin-bottom: 20px;
}

.sidebar .widget {
	font-size: 18px;
}

.sidebar .widget ul {
	margin: 0;
}


.home-right li li, .sidebar .widget li {
	list-style: none;
	margin-bottom: 5px;
	padding-left: 12px;
	background: url(images/arrow-right.png) no-repeat;
	background-position: 0 7px;
}

/* Content
------------------------------------------------------------ */

#content {
	float: left;
	width: 59.49367%; /* 470/790 */
}

.full-width-content #content {
	width: 100%;
}

.sidebar-content #content {
	float: right;
}

blockquote {
	margin: 5px 15px 20px;
	padding: 15px 20px 0;
}

.post {
	margin: 0 0 40px;
}

.entry-title {
	margin-bottom: 10px;
}

.entry-title a {
	font-size: 30px;
}

.post-info {
	color: #CCC;
	font-size: 14px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	padding: 0 0 15px;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

hr,
.clear-line {
	background: transparent;
	border: none;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	width: 100%;
	margin: 0 0 15px;
}


/* 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-left: 3%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.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;
	margin-left: 0;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.25em;
	margin: 0 0 5px;
}

h1 {
	font-size: 32px;
}

h2,
h2 a,
h2 a:visited {
	font-size: 32px;
	font-weight: 500;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	margin: 5px 0;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	padding: 5px;
	background: #DDD;
	overflow: hidden;
	width: 100%;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}

/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
	overflow: hidden;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 10px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: block;
	float: right;
	font-size: 13px;
	line-height: 22px;
	width: 31.25%; /* 300/960 */
}

.sidebar-content #sidebar {
	float: left;
}

.sidebar .widget {
	margin: 0 0 15px;
	padding: 0 0 10px;
}

.widget-area ol,
.widget-area ul {
	margin: 15px 0 0 25px;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
	list-style-type: square;
	word-wrap: break-word;
}


/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.button,
.button:visited {
	background: url(images/button-bg.png) 0 -40px;
	border: 1px solid #df7602;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity:0.9;
	filter:alpha(opacity=90);
}

div.gform_footer input.button:hover,
.button:hover {
	background: url(images/button-bg.png) repeat-x left bottom;
	cursor: pointer;
	text-decoration: none;
	opacity:1;
	filter:alpha(opacity=100);
}

.gform_wrapper .top_label .gfield_label {
	font-weight: normal!important;
}

.gform_wrapper li, .gform_wrapper form li {
	margin: 0!important;
}

.gform_wrapper select {
	font-size: 13px;
	height: 32px;
}

/* Search Form
------------------------------------------------------------ */

.s {
	font-size: 12px;
	margin: 5px 2px 0 0;
	padding: 4px 5px;
	width: 195px;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	overflow: hidden;
	width: 100%;
	background: #DDD url(images/bg-slidearea.png);
	border-top: 5px solid #AAA;
}

#footer-widgets .wrap {
	width: 940px;
	margin: 0 auto 0;

}

#footer-widgets .widget-area {
	float: left;
	padding: 20px;
	width: 33%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#footer-widgets .widget {
	margin-bottom: 20px;
}

#footer-widgets h4 {
	background: none;
	border: none;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0;
	text-transform: uppercase;
}

#footer-widgets .widgettitle {
	color: #000;
}

#footer-widgets ul {
	margin-left: 0;
}

#footer-widgets li {
	list-style: none;
	margin-bottom: 5px;
	padding-left: 12px;
	background: url(images/arrow-right.png) no-repeat;
	background-position: 0 7px;
}

/* Footer
------------------------------------------------------------ */

#footer {
	overflow: hidden;
	width: 100%;
	height: 40px;
	padding-top: 20px;
	background: url(images/newsletter-bg.jpg);
	border-top: 5px solid #AAA;
}

#footer .wrap {
	width: 940px;
	margin: 0 auto 0;
}

#footer-right {
	text-align: right;
}

#footer-left p, #footer-right p {
	color: #FFF;
}

/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	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 {
	font-weight: bold;
	margin: 15px 0 5px;
	padding: 10px 5px 10px 10px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
	margin-right: -6px;
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 11px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}

/* Newsletter box
------------------------------------------------------------ */
#newsletter-box {
	background: url(images/newsletter-bg.jpg);
	height: 70px;
	overflow: hidden;
}

#newsletter-box .wrap {
	width: 940px;
	margin: 0 auto 0;
	overflow: hidden;
	font-size: 26px;
}

#newsletter-box li {
	list-style: none;
}
#newsletter-box .widget {
	text-align: center;
}

#newsletter-box span {
	float: left;
	color: #FFF;
	padding: 15px 0;
	line-height: 30px;
}

#newsletter-box .s1 {
	margin-right: 20px;
	position: relative;
	top: 3px;
}

#newsletter-box .s2 {
	float: right;
}

#newsletter-box .widget form {
	position: relative;
	top: 0;
}

#newsletter-box .widget .email {
	width: 200px;
	margin: 0;
	border: 1px solid #df7602;
	height: 18px;
	padding: 6px 10px;
}
#newsletter-box input {
	padding: 3px 5px 3px 10px;
	border-radius: 5px 0 0 5px;
}

#newsletter-box .widget input[type="submit"] {
	padding: 6px 10px;
	position: relative;
	left: -6px;
	height: 32px;
	font-size: 17px;
	line-height: 18px;
	border-radius: 0 5px 5px 0;
	top: 1px;
}

/* Home Hero
------------------------------------------------------------ */

#home-hero {
	border-top: solid 5px #AAA;
	background: #DDD url(images/bg-slidearea.png);
	overflow: hidden;
}

#home-hero .wrap {
	width: 940px;
	margin: 0 auto 0;
}

#home-hero .wrap li {
	list-style: none;
}

.hero-right {
	width: 550px;
	float: right;
}

.hero-left {
	float: left;
	width: 355px;
	background: url(images/grey-wordpress.png) center top no-repeat;
	text-align: center;
	font-family: "prenton",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 23px;
	color: #000;
	text-align: center;
	line-height: 40px;
	padding-top: 16px;
}

.extraspacebelow {
	margin-bottom: 20px;
}

.extraspaceabove {
	margin-top: 20px;
}

.hero-left .orange.custom {
	margin-top: 20px;
	padding: 10px 100px;
	font-size: 30px;
	text-transform: uppercase;
}

.custom, .custom:visited {
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

.custom:hover {
	background-color: #111;
	color: #fff;
}

.orange.custom, .orange.custom:visited {
	background-color: #f48000;
}

.orange.custom:hover {
	background-color: #d45500;
	text-decoration: none;
}

.post-type-archive-s9_portfolio .entry,
.post-type-archive-seeds_plugin .entry {
	width: 300px;
	float: left;
}

.post-type-archive-s9_portfolio .featured-image img,
.single-s9_portfolio .featured-image img,
.post-type-archive-seeds_plugin .featured-image img {
	border: solid 1px #CCC;
}

.single-s9_portfolio .featured-image {
	margin-right: 20px;
}

.single-seeds_plugin .entry-content ul li {
	padding-bottom: 20px;
}

.single-seeds_plugin .entry-content .edd_price_options ul li {
	padding-bottom: 0;
}


.single-seeds_plugin .entry-content .buyright ul li {
	padding-bottom: 0;
}

.wc-date {
	height: 30px;
}

.wc-date img {
	margin-left: 10px;
}

.s9plugins {
	height: 275px;
}

.plugtext {
	margin: 5px;
}

.buyright {
	width: 250px;
	float: right;
	margin: 0 0 20px 20px;
	padding: 10px;
	background: #EEE;
	border: solid 1px #000;
}

.fa a {
	margin-right: 10px;
}

.fa a:hover {
	text-decoration: none;
	color: #FFF;
}

.adbox {
	display: block;
	width: 920px;
	float: left;
	margin: 0 auto 20px;
	border: solid 1px #DDD;
	background: #EEE;
}

.inadbox {
	width: 250px;
	float: left;
	padding: 10px 10px 10px 30px;
}

.inadbox h2 {
	text-align: center;
}

.orange.custom.joinan {
	margin-top: 20px;
	padding: 10px 100px;
	font-size: 30px;
	text-transform: uppercase;
}

.clearfix {
	width: 100%;
	clear: both;
}

/* Smaller Screens
------------------------------------------------------------ */

@media only screen and (max-width: 940px) {

	#header {
		height: auto;
	}

	#header .wrap {
		width: 100%;
	}

	#header #title-area {
		margin: 0 auto 0;
		float: none;
	}

	#newsletter-box,
	#newsletter-box .wrap {
		width: 100%;
		height: auto;
		text-align: center;
	}

	#newsletter-box .wrap {
		margin-bottom: 0;
	}

	#newsletter-box span {
		margin: 0 auto 0;
		float: none;
	}

	#newsletter-box .widget form {
		top: 5px;
		height: 39px;
	}

	#home-hero {
		height: auto;
		width: 100%;
	}

	#home-hero .wrap {
		width: 100%;
	}

	.hero-left {
		width: 100%;
		background: none;
		height: auto;
		float: none;
		padding-bottom: 20px;
	}

	.hero-right {
		display: none;
		width: 100%;
		float: none;
		text-align: center;
	}

	#meteor-slideshow {
		margin: 0 auto 0;
		max-width: 100%;
	}


	#inner .wrap {
		max-width: 90%;
		padding: 10px;
	}

	.home #content {
		background: none;
	}

	.home-left, .home-right {
		width: 100%;
	}

	#footer {
		height: 70px;
	}

	#footer-widgets .wrap {
		width: 100%;
	}

	#footer-widgets .wrap .widget-area {
		float: left;
		min-width: 400px;
	}

	#footer .wrap {
		width: 100%;
	}

	.adbox {
		width: 98%;
	}
	.inadbox {
		width: 100%;
		text-align: center;
		padding: 10px 0;
	}

}

@media only screen and (max-width: 600px) {

	#header .widget-area {
		width: 100%;
		margin-top: 20px;
	}

	#header #title-area {
		margin: 10px auto 0;
	}

	#newsletter-box {
		float: left;
		max-width: 100%;
		padding-bottom: 10px;
	}

	#newsletter-box .wrap {
		height: 150px;
	}

	.hero-left .orange.custom {
		max-width: 90%;
		padding: 10px 50px;
	}

	#newsletter-box input {
		margin-bottom: 5px;
		border-radius: 0;
	}

	#newsletter-box .widget input[type="submit"] {
		border-radius: 0;
		margin-top: 15px;
	}


	.content-sidebar #content,
	.sidebar-content #content,
	.content-sidebar #sidebar,
	.sidebar-content #sidebar {
		width: 100%;
	}

	.one-half,
	.one-third,
	.two-thirds,
	.one-fourth,
	.three-fourths,
	.one-fifth,
	.two-fifths,
	.three-fifths,
	.four-fifths,
	.one-sixth,
	.five-sixths {
		float: none;
		width: 100%;
		padding: 0;
		margin: 0;
	}

	#footer-left,
	#footer-right {
		text-align: center;
	}

	#footer-widgets .wrap .widget-area {
		width: 90%
		padding: 10px;
	}
}