/*
	Theme Name: TheDomains
	Theme URL: http://thedomains.com
	Description: A custom child theme for the Genesis framework.
	Author: Nuts and Bolts Media
	Author URI: http://www.nutsandboltsmedia.com
	Version: 2.0
	Template: genesis
*/

/* Table of Contents

* Defaults
* Hyperlinks
* Body
* Background Ad Widget Areas
* Wrap
* Header
* Header Banner Widget Area
* Primary Navigation
* Secondary Navigation
* Primary Navigation Extras
* Homepage
* Inner
* Breadcrumb
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Themedy Widgets
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Contest Landing Page
* Mobile Menu
* Responsive Design

*/


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

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5625;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
.sticky,
.wp-caption {
	background-color: #f5f5f5;
}

input,
textarea {
	background: url(images/bg-field.png) repeat-x top #fff;
	border: 1px solid #ddd;
	font-size: 13px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #555;
}

select {
	border: 1px solid #ddd;
	background: #fff;
}

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

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

.widget:after, .clearfix:after, .section-columns:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

div.sharedaddy .sd-content {
	float: left !important;
	width: 100% !important;
}

.share-before,
.share-after {
	text-align: center;
}


/*
Background Ad Widget Areas
------------------------------------------------------------ */

.bg-ad-left {
 top: 35%;
 width: 50%;
 position: fixed;
 padding-right: 510px;
 text-align: center;
 box-sizing: border-box;
 /* vertically center */
 top: 50%;
 transform: translateY(calc(-50% + 40px));
}

.bg-ad-right {
 top: 35%;
 top: 35%;
 width: 50%;
 position: fixed;
 padding-left: 510px;
 text-align: center;
 box-sizing: border-box;
 right: 0;
 /* vertically center */
 top: 50%;
 transform: translateY(calc(-50% + 40px));
}

#dotglobaldiv, 		
#dotglobaliframe {		
	width: 725px;		
	height: 90px;		
	margin: 0 auto;		
	display:block;		
}

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

a {
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
	color: #007acc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


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

body {
/* 	background-image: url('https://www.thedomains.com/wp-content/main-bg-online-the-domain-ad.png') !important; */
	background-color: white;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: cover !important;
	background-position: center;
	background-attachment:fixed !important;
	overflow-x: hidden;
}

::-moz-selection {
	background-color: #007acc;
	color: #fff;
}

::selection {
	background-color: #007acc;
	color: #fff;
}


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

.site-container {
	-moz-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	margin: 0 auto;
	width: 1020px;
}

.wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


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

.site-header {
	margin: 45px auto;
	width: 100%;
	margin-bottom: 15px;
	margin-top: 15px;
}

.site-header .wrap {
	margin: 0 40px;
	height: auto;
	clear: both;
}

.title-area {
	float: left;
	overflow: hidden;
	margin-top: 20px;
}

.site-title {
	font-size: 36px;
	line-height: 1.25;
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
}

.site-title a,
.site-title a:hover {
	color: #24272a;
	text-decoration: none;
}

.site-description {
	font-size: 14px;
	margin-bottom: 0;
	line-height: 20px;
}

.site-header .widget-area {
	float: right;
	margin-top: 10px;
}


.site-header .widget-area .widget {
	margin: 0;
}

.site-title.logo a {
	display: block;
	line-height: 0;
}


/* Header Banner Widget Area
------------------------------------------------------------ */

#header-banner {
	display: block;
	position: relative;
	max-width: 100%;
	overflow-x: hidden;
}

#header-banner .widget {
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	padding-top: 10px;
	padding-bottom: 5px;
}

.sf-widget-holder {
	margin-bottom: 0 !important;
}

/* Top Banner Widget Area
------------------------------------------------------------ */

#top-banner {
	display: none;
}

#mobile-top-banner {
	display: none;
}

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

.nav-primary {
	background-color: #f9f9f9;
	border-bottom: 1px solid #ddd;
	margin-top: 20px;
}

.menu-primary {
	clear: both;
	color: #606060;
	font-size: 13px;
	margin: 0 auto;
	padding: 0 20px 0 40px;
	width: auto;
	float: left;
}

.menu-primary ul {
	-moz-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:  0px 5px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow:  0px 5px 0px 0px rgba(0, 0, 0, 0.1);
}

.menu-primary li {
	float: left;
	list-style-type: none;
	margin-right: 25px;
}

.menu-primary li.last {
	float: right;
}

.menu-primary a {
	color: #888;
	display: block;
	position: relative;
	text-decoration: none;
	line-height: 40px;
}

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

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited {
	background: none;
	background-color: #F9F9F9;
	border: 1px solid #ddd;
	border-top: none;
	color: #888;
	font-size: 12px;
	padding: 9px 10px 8px;
	position: relative;
	text-transform: none;
	width: 138px;
	line-height: 20px;
}

.menu-primary li li li:first-child > a,
.menu-primary li li li:first-child > a:link,
.menu-primary li li li:first-child > a:visited {
	border-top: 1px solid #ddd;
}

.menu-primary li li a:active,
.menu-primary li li a:hover {
	background-color: #f5f5f5;
	color: #333;
}

.menu-primary li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

.menu-primary li ul a{
	width: 140px;
}

.menu-primary li ul ul {
	margin: -39px 0 0 159px;
}

.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 {
	left: auto;
}

.menu-primary li a.sf-with-ul {
	padding-right: 10px;
}

.menu-primary li a .sf-sub-indicator {
	background: url(images/icon-plus-light.png) no-repeat;
	height: 11px;
	position: absolute;
	text-indent: -9999px;
	top: 15px;
	width: 7px;
	right: 0;
	.top: 5px;
}

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

#wpadminbar li:hover ul ul {
	left: 0;
}

ul#nav_social_links {
	float: right;
	margin-right: 40px;
}

ul#nav_social_links li {
	float: left;
	list-style: none;
	margin-top: 7px;
}

ul#nav_social_links li a {
	display: block;
	text-indent: -9999px;
	width: 24px;
	height: 24px;
	background: url(images/spr-social.png) no-repeat left top;
	margin-left: 5px;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

ul#nav_social_links li.dribbble a { background-position: 0 0; }
	ul#nav_social_links li.dribbble a:hover { background-position: 0 bottom; }
ul#nav_social_links li.pinterest a { background-position: -24px 0; }
	ul#nav_social_links li.pinterest a:hover { background-position: -24px bottom; }
ul#nav_social_links li.twitter a { background-position: -48px 0; }
	ul#nav_social_links li.twitter a:hover { background-position: -48px bottom; }
ul#nav_social_links li.facebook a { background-position: -72px 0; }
	ul#nav_social_links li.facebook a:hover { background-position: -72px bottom; }
ul#nav_social_links li.googleplus a { background-position: -96px 0; }
	ul#nav_social_links li.googleplus a:hover { background-position: -96px bottom; }
ul#nav_social_links li.linkedin a { background-position: -120px 0; }
	ul#nav_social_links li.linkedin a:hover { background-position: -120px bottom; }
ul#nav_social_links li.rss a { background-position: -144px 0; }
	ul#nav_social_links li.rss a:hover { background-position: -144px bottom; }
ul#nav_social_links li.email a { background-position: -168px 0; }
	ul#nav_social_links li.email a:hover { background-position: -168px bottom; }


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

.nav-secondary .wrap {
	margin: 0 40px;
	position: relative;
}

.menu-secondary {
	background-color: #fff;
	clear: both;
	color: #333;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: auto;
	border-bottom: 1px solid #aaa;
	border-top: 3px solid #24272a;
	padding-right: 50px;
}

.menu-secondary ul {
	float: left;
	width: 100%;
	-moz-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:  0px 5px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow:  0px 5px 0px 0px rgba(0, 0, 0, 0.1);
}

.menu-secondary li {
	float: left;
	list-style-type: none;
}

.menu-secondary a {
	color: #24272a;
	display: block;
	padding: 0 15px;
	position: relative;
	text-decoration: none;
	line-height: 46px;
}

.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a {
	background-color: #f9f9f9;
}

.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited {
	background: none;
	background-color: #fff;
	border: 1px solid #aaa;
	border-top: none;
	color: #333;
	font-size: 12px;
	padding: 9px 10px 8px;
	position: relative;
	text-transform: none;
	width: 138px;
	line-height: normal;
	padding: 10px 15px;
}

.menu-secondary li li li:first-child > a,
.menu-secondary li li li:first-child > a:link,
.menu-secondary li li li:first-child > a:visited {
	border-top: 1px solid #aaa;
}

.menu-secondary li li a:active,
.menu-secondary li li a:hover {
	background-color: #f9f9f9;
}

.menu-secondary li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 170px;
	z-index: 9999;
}

.menu-secondary li ul a {
	width: 140px;
}

.menu-secondary li ul ul {
	margin: -37px 0 0 159px;
}

.menu-secondary li a.sf-with-ul {
	padding-right: 30px;
}

.menu-secondary li a .sf-sub-indicator {
	background: url(images/icon-plus.png) no-repeat;
	height: 13px;
	position: absolute;
	text-indent: -9999px;
	top: 16px;
	width: 7px;
	right: 18px;
	.top: 4px;
}

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

#nav_search {
	list-style: none;
	position: absolute;
	right: 0;
	top: 3px;
	z-index: 20;
}

#nav_search #searchtoggle {
	background: url(images/icon-search.png) no-repeat center #24272a;
	display: block;
	text-indent: -9999px;
	padding-left: 0;
	padding-right: 0;
	width: 45px;
	height: 47px;
	cursor: pointer;
	float: right;
	-moz-transition: background .20s linear;
	-webkit-transition: background .20s linear;
	transition: background .20s linear;
}

#nav_search #searchtoggle.active {
	background-color: #007acc;
}

#searchtoggle_area {
	display: none;
	clear: both;
	text-align: right;
	float: right;
	background: #007acc;
	padding: 15px;
	margin-top: -1px;
	.padding-bottom: 0;
}

#searchtoggle_area #s {
	border: 1px solid #c04725;
	padding: 5px;
}


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

.menu li.right {
	display: none;
}


/* Homepage
------------------------------------------------------------ */

.slide .meta-item {
	margin-bottom: 10px;
}

.slide .meta-item a {
	padding-left: 24px;
	line-height: 16px;
	color: #505050;
	font-size: 10px;
	text-transform: uppercase;
	display: inline-block;
}

.slide-author a {
	background: url(images/icon-author.png) no-repeat left center;
}

.slide-date a {
	background: url(images/icon-date.png) no-repeat left center;
}

.slide-comments a {
	background: url(images/icon-comments.png) no-repeat left center;
}

.homepage-row {
	margin-bottom: 40px;
}


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

.site-inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 40px;
	padding-top: 0;
	position: relative;		
	z-index: 10;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 14px;
	margin: 0 0 30px;
	padding: 0 0 6px;
	border-bottom: 1px solid #aaa;
	font-weight: bold;
	text-transform: uppercase;
	color: #aaa;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

.content-sidebar-wrap {
	float: left;
	width: 770px;
}

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

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}


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

.content {
	float: left;
	width: 450px;
}

.content-sidebar .content,
.sidebar-content .content {
	width: 620px;
}

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

.full-width-content .content {
	width: auto;
}

.post, .search-results .entry {
	margin: 0 0 50px;
	padding: 0 0 20px;
	border-bottom: 1px solid #aaa;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	margin: 0 0 10px;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 10px 30px 5px 70px;
	font-style: italic;
	font-size: 16px;
	line-height: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

blockquote p {
	color: #999;
	font-style: italic;
	font-size: 16px;
	line-height: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

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

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


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

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	line-height: 1.25;
	margin: 0 0 10px;
}

h1 {
	font-size: 26px;
	font-weight: bold;
}

.taxonomy-description h1 {
	margin: 0;
}

h2,
h2 a,
h2 a:visited {
	font-size: 24px;
	font-weight: bold;
}

h2 a,
h2 a:visited {
	color: #333;
}

h2 a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
	font-size: 14px;
	margin: 0 0 5px;
}

h3 {
	font-size: 22px;
	font-weight: bold;
}

h4 {
	font-size: 20px;
	font-weight: bold;
}

.taxonomy-description,
.archive-description,
.widget-area h4,
.widgettitle,
.featuredpost h2.widgettitle {
	border-bottom: 1px solid #aaa;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1.2pt;
}

.taxonomy-description h1,
.archive-description h1 {
	font-size: 14px;
}

.taxonomy-description p,
.archive-description p {
	text-transform: none;
}

.widget-area h4 a {
	color: #333;
	text-decoration: none;
}

h5 {
	font-size: 18px;
}

h2.entry-title {
	clear: both;
	margin-bottom: 25px;
}

.entry-title a {
	color: #000;
}

.entry-title a:hover {
	text-decoration: underline;
	color: #007acc;
}

.content h2.entry-title a {
	font-size: 23px;
	line-height: 30px;
}

.content img.post-image {
	margin-bottom: -25px;
	margin-right: 0;
	width: 100%;
	height: auto;
	.margin-bottom: 0;
	float: none;
}


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

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

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

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

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


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

.entry-header .entry-meta,
.entry-footer .entry-meta,
.top-posts .featuredpost p.entry-meta {
	font-size: 14px;
	margin: 10px 0 5px;
	text-transform: uppercase;
	color: #555;
	font-weight: 700;
	font-style: italic;
}

.entry-header .entry-meta a,
.entry-footer .entry-meta a {
	color: #9b9b9b;
}


.entry-header .entry-meta a:hover,
.entry-footer .entry-meta a:hover {
	color: #000;
}

.entry-header {
	border-bottom: 4px double #dddddd;
	padding-bottom: 7px;
	margin-bottom: 35px;
}


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

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

.author-box-content p {
	font-size: 14px;
}


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

.sticky {
	background-color: #f5f5f5;
	margin: -10px 0 40px;
	padding: 20px;
}


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

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


/* Post Icons
------------------------------------------------------------ */

.widget .entry-comments-link,
.post .entry-comments-link,
.entry-tags {
	background: url(images/icon-sep.png) no-repeat center left;
	margin: 0 0 0 5px;
	padding: 0 0 0 15px;
}

.entry-header .entry-meta .entry-time {
	background: url(images/icon-sep.png) no-repeat center right;
	margin: 0 3px 0 0;
	padding: 0 15px 0 0;
}


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

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

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

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

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

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

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

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

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

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
	text-align: left;
}

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

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

p.wp-caption-text {
	font-size: 14px;
	margin: 5px 0;
}

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

.gallery-caption {
}


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

.pagination {
	font-size: 14px;
	overflow: hidden;
	width: 100%;
	padding: 10px 0;
	text-transform: uppercase;
	font-weight: bold;
}

.pagination li {
	display: inline;
}

.pagination li a,
.pagination li.disabled,
.pagination li a:hover,
.pagination li.active a {
	padding: 15px 18px;
	color: #666;
	background: #eee;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #007acc;
	color: #fff;
}


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

.sidebar {
	display: inline;
	float: right;
	font-size: 14px;
	width: 300px;
}

.sidebar-secondary {
	float: left;
	width: 150px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

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

.sidebar p {
	font-size: inherit;
}

.widget {
	margin: 0 0 40px 0;
}

.sidebar.widget-area ul li,
.footer-widgets .widget-area ul li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	margin: 0 0 7px 0;
	padding: 0 0 5px 0;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}

.widget_categories li {
	list-style: none;
	float: left;
}

.widget_categories li a,
#tabs-4 a {
	display: block;
	margin: 0 4px 4px 0;
	padding: 5px 8px;
	background: #313131;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

#tabs-4 a {
	float: left;
}

.widget_categories li a:hover,
#tabs-4 a:hover {
	background: #007acc;
}


/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
#cat {
	display: inline;
	padding: 3px;
	width: 85%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px solid #ddd;
	margin: 0 0 25px;
	overflow: hidden;
	padding: 0 0 25px;
}

.featuredpage ul li,
.featuredpost ul li {
	list-style: none;
	border-bottom: 1px solid #ddd;
    margin: 0 0 25px;
    padding: 0 0 25px;
}

.more-from-category {
	padding: 5px 15px 0;
}

.featuredpost ul li a,
.featuredpost h2.entry-title,
.featuredpost h2.entry-title a,
.featuredpost h2.entry-title a:hover {
	background: none;
	clear: none;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	color: #454545;
	margin: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	line-height: 1.25;
}

.featuredpost h2.entry-title {
	margin: 0 0 10px;
}

.featuredpost ul li a {
	font-size: 13px;
}

.featuredpost h2.entry-title a:hover,
.featuredpost ul li a:hover {
	color: #007acc;
}

.top-posts .featuredpost,
.top-posts .featuredpost .post {
	overflow: visible;
}

.top-posts .featuredpost h2.entry-title {
	line-height: 30px;
	padding-left: 15px;
	margin-bottom: 25px;
	margin-left: 0;
	max-width: 150px;
}

.top-posts .featuredpost img {
	margin-bottom: -15px;
}

.top-posts .featuredpost h2.entry-title a {
	background: #313131;
	color: #fff;
	display: inline;
	font-size: 14px;
	font-weight: 700;
	padding: 15px 0;
	-moz-box-shadow: 15px 0 0 #313131, -15px 0 0 #313131;
	-webkit-box-shadow: 15px 0 0 #313131, -15px 0 0 #313131;
	box-shadow: 15px 0 0 #313131, -15px 0 0 #313131;
	line-height: 30px;
}

.top-posts .featuredpost h2.entry-title a:hover {
	color: #fff;
}

.top-posts .featuredpost h2 a:hover {
	-moz-box-shadow: 15px 0 0 #007acc, -15px 0 0 #007acc;
	-webkit-box-shadow: 15px 0 0 #007acc, -15px 0 0 #007acc;
	box-shadow: 15px 0 0 #007acc, -15px 0 0 #007acc;
	background: #007acc;
	color: #fff;
}

.top-posts .featuredpost p {
	margin-bottom: 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 5px 15px 0;
}

.user-profile .posts_link {
	padding: 0 15px;
}


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

input[type="button"],
input[type="submit"],
a.button,
.button,
.comment-reply a {
	font-size: 12px;
	line-height: 19px;
	text-decoration: none;
	padding: 8px 12px;
	font-weight: bold;
	background: #007acc;
	border: none;
	color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	text-transform: uppercase;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

input:hover[type="button"],
input:hover[type="submit"],
a.button:hover,
.button:hover,
.comment-reply a:hover {
	background: #313131;
}

input:active[type="button"],
input:active[type="submit"],
a.button:active,
.button:active,
.comment-reply a:active {
	background: #313131;
	-webkit-box-shadow: inset 2px 3px 5px 0px #000;
	-moz-box-shadow: inset 2px 3px 5px 0px #000;
	box-shadow: inset 2px 3px 5px 0px #000;
}


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

.site-header .search-form {
	float: right;
	padding: 12px 0 0;
}

.search-form input[type="search"] {
	margin: 10px -7px 0 0;
	padding: 6px 5px;
	width: 180px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews #subbox {
	margin: 5px -7px 0 0;
	padding: 6px 5px;
	width: 75%;
}


/* 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;
}


/* Themedy Widgets
------------------------------------------------------------ */

.latest-tweets ul {
	margin: 0;
}

.sidebar .latest-tweets ul li {
	list-style: none;
	padding-left: 40px;
	background: url(images/twitter-sidebar.png) 0 5px no-repeat;
	margin-bottom: 15px;
	font-size: 13px;
	border: none;
	font-style: italic;
	color: #666;
}

.latest-tweets ul li.last {
	background: none;
	padding: 0;
	border: none;
	margin: 0;
	font-weight: bold;
}

.themedy_ad_widget ul {
	padding: 0;
	margin: 0;
}

.themedy_ad_widget .ads-125 {
	width: 310px;
}

.themedy_ad_widget ul li,
.sidebar.widget-area .themedy_ad_widget ul li,
.footer-widgets .themedy_ad_widget ul li {
	float: left;
	list-style: none;
	height: 145px;
	margin: 10px 10px 0 0;
	width: 145px;
	border: none;
}

.themedy_ad_widget ul li img {
	padding: 9px;
	background: #f9f9f9;
	border: 1px solid #ddd
}

.footer-widgets #flickr_badge_wrapper {
	width: 220px;
}

#flickr_badge_wrapper {
	width: 310px;
}

.flickr_badge_image {
	float: left;
	margin: 0 10px 10px 0;
	overflow: hidden;
}

.flickr_badge_image img {
	padding: 8px;
	background: #f9f9f9;
	border: 1px solid #ddd;
	width: auto;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.flickr_badge_image img:hover {
	opacity: .7;
}

.footer-widgets .flickr_badge_image img {
	padding: 0;
	background: none;
	border: none;
}

.themedy_video_desc {
	margin-top: 10px;
	font-size: 11px;
}

#tabs ul {
	margin: 0;
	padding: 0;
}

#tab-items {
	height: 40px;
	border-left: 1px solid #dbdbdb;
}

#tabs #tab-items li {
	float: left;
	list-style: none;
	border: none;
	padding: 0;
	margin: 0;
	background: none;
}

#tabs #tab-items li a {
	line-height: 39px;
	padding: 0 12px;
	display: block;
	color: #aaa;
	text-transform: uppercase;
	text-shadow: 1px 1px #fff;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	border: 1px solid #dbdbdb;
	background: #f9f9f9;
	border-width: 1px 1px 1px 0;
	-webkit-box-shadow: inset -1px 1px 0px 0px rgba(255, 255, 255, 1);
    box-shadow: inset -1px 1px 0px 0px rgba(255, 255, 255, 1);
}

#tabs #tab-items li a:hover {
	text-decoration: none;
	color: #4d4d4d;
}

#tabs #tab-items li a.selected {
	background: #fff;
	border-bottom: 1px solid #fff;
	color: #555;
}

#tabs .alignleft {
	margin: 0 10px 0 0;
}

#tabs .tabs-inner {
	background: #fff;
	border: 1px solid #dbdbdb;
	padding: 20px 20px 0 20px;
}

.tabs-inner .tab-tags {
	padding-bottom: 20px;
}

#tabs .tab li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	width: 100%;
}

#tabs .tab li:last-child {
	border: none;
}

#tabs .tab h3 {
	margin-bottom: 10px;
	overflow: hidden;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
}

#tabs .tab h3 a,
#tabs .tab h3 a:visited {
	font-size: 12px;
	font-weight:bold;
	line-height: 20px;
	color: #454545;
}

#tabs .tab h3 a:hover {
	color: #007acc;
	text-decoration: none;
}

#tabs .entry-header .entry-meta {
	margin-bottom: 0;
	overflow: hidden;
}

.widget-comment a {
	color: #666;
	font-size: 14px;

}

.widget-comment em {
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
}

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

.footer-widgets {
	border-top: 1px solid #dddddd;
	clear: both;
	font-size: 13px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	color: #666;
}

.footer-widgets .wrap {
	overflow: hidden;
	padding: 40px;
}

.footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
}

.footer-widgets .textwidget {
	padding: 0;
}

.footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

.footer-widgets p {
	font-size: inherit;
	margin: 0 0 10px;
}

.footer-widgets ul {
	margin: 0;
}

.footer-widgets ul li {
	margin: 0 0 0 20px;
}

.footer-widgets #wp-calendar thead,
.footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	width: 33.333%;
}

.footer-widgets-2 {
	float: left;
	width: 33.333%;
}

.footer-widgets-3 {
	float: right;
	width: 33.333%;
}

.footer-widgets h4.widgettitle {
	background: none;
	border: none;
	padding: 0;
	color: #fff;
	font-size: 18px;
	margin: 0 0 25px 0;
}


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

.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h2 a,
.footer-widgets h2 a:visited,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5,
.footer-widgets h6,
.footer-widgets p,
.site-footer h1,
.site-footer h2,
.site-footer h2 a,
.site-footer h2 a:visited,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6,
.site-footer p {
	color: #bfbfbf;
}

.site-footer a,
.footer-widgets a {
	color: #fff;
	text-decoration: none;
}

.site-footer a:hover,
.footer-widgets a:hover {
	text-decoration: underline;
}

.site-footer {
	background-color: #222325;
	clear: both;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	color: #bfbfbf;
}

.site-footer .wrap {
	overflow: hidden;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 40px;
}

.site-footer p {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}


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

.entry-comments,
#respond {
	padding: 0 0 15px;
	overflow: hidden;
}

.entry-comments h3, #respond h3 {
	border-bottom: 1px solid #aaa;
    margin-bottom: 20px;
    padding-bottom: 10px;
	font-size: 26px;
}

#author,
#comment,
#email,
#url {
	margin: 0 0 15px 0;
	padding: 10px 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 0 0 15px 0;
	width: 97%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

ol.comment-list li.comment {
	list-style: none !important;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	margin: 20px 0 5px;
	padding: 10px 0;
}

.comment-list li {
	padding: 10px 0 10px 20px;
	border-left: 1px solid #ddd;
}

.comment-list li.depth-1 {
	border: none;
	padding-left: 0;
}

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

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

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

.comment-meta {
	font-size: 11px;
}

.nocomments {
	text-align: center;
}

.entry-comments .pagination {
	display: block;
	background: none;
	padding: 0;
}

#cancel-comment-reply-link {
	margin-left: 15px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

.comment-author {
	font-size: 16px;
}

a.comment-reply-link {
	font-size: 11px;
	padding: 6px 10px;
}

.comment-meta a {
	font-size: 10px;
	font-style: italic;
	font-weight: 700;
	text-transform: uppercase;
	color: #9B9B9B;
}

.comment-meta a:hover {
	color: #000;
}

.form-allowed-tags, .comment-notes, .logged-in-as {
	margin-bottom: 15px;
	font-size: 12px;
	color: #9B9B9B;
}

#commentform label {
	display: block;
}

.comment-policy-box {
	border: 2px solid #147CCA;
	font-size: 12px;
	padding: 15px;
	margin-bottom: 20px;
}

.comment-policy-box h4 {
	text-align: center;
}

.comment-policy-box p,
.comment-policy-box ul {
	margin-bottom: 10px;
}

.comment-policy-box ul li {
	text-indent: 15px;
    margin-left: 25px;
	font-size: 14px;
}

/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	box-sizing: border-box;
}

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;
}


/* Contest Landing Page
------------------------------------------------------------ */

.dotsite {
	font-size: 30px !important;
	padding: 20px !important;
	line-height: 80px !important;
}

.thedomains-contest {
	background: #fff;
}

.thedomains-contest p {
	font-size: 18px;
}

.thedomains-contest #mobile_menu_area #pull {
	display: none;
}

.thedomains-contest .site-container {
	box-shadow: none;
	max-width: 900px;
}

.thedomains-contest .content {
	margin-bottom: 40px;
}

.thedomains-contest .entry-header {
	border-bottom: none;
}

.thedomains-contest h2 {
	font-size: 36px;
}

.thedomains-contest h3 {
	font-size: 30px;
}

.contest-top {
	background: url(images/contest-top.JPG) top center no-repeat;
	min-height: 600px;
}

.contest-top .wrap {
	max-width: 900px;
	margin: 0 auto;
}

.top-text {
	padding: 250px 5%;
	width: 100%;
}

.top-text h1 {
	float: right;
	font-size: 80px;
	letter-spacing: 2px;
}

.contest-rules {
	font-size: 13px;
}


/* Mobile Menu
------------------------------------------------------------ */

#mobile_menu_area {
	height: auto;
	display: none;
}

#mobile_menu_area #mobile_menu > ul {
	display: none;
	overflow: hidden;
}

#mobile_menu_area #pull {
	display: inline-block;
	width: 100%;
	position: relative;
	text-indent: 15px;
	background-color: #666666;
	background-image: url(images/mobile_bg.png);
	background-image: linear-gradient(to bottom, #666666, #444444);
	background-repeat: repeat-x;
	background-position: bottom;
	min-height: 33px;
	padding-top: 14px;
	position: relative;
	outline: none;
	border-bottom: 1px solid #222;
	cursor: pointer;
	-webkit-box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.2);
}

#mobile_menu_area #pull:hover {
	text-decoration: none;
}

#mobile_menu_area #pull ul li {
	display: block;
	list-style: none;
	width: 100%;
}

#mobile_menu_area #pull > span {
	display: block;
	height: 48px;
	line-height: 48px;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	right: 20px;
	top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.9);
}

#mobile_menu_area #pull a {
	width: 100%;
	font-size: 13px;
	display: block;
	padding: 8px 0;
	color: #ddd;
	font-weight: bold;
	text-decoration: none;
	-webkit-border-radius: 5px;
    border-radius: 5px;
	margin-bottom: 2px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}

#mobile_menu_area #pull a:hover,
#mobile_menu_area #pull .current_page_item > a,
#mobile_menu_area #pull .current-cat > a,
#mobile_menu_area #pull .current-menu-item > a {
	color: #fff;
	background: #444444;
	-webkit-box-shadow: inset 2px -2px 4px 0px rgba(0, 0, 0, 1);
    box-shadow: inset 2px -2px 4px 0px rgba(0, 0, 0, 0.1);
}

#mobile_menu_area #pull:after {
	content:"";
	background: url('images/mobile_button.png') no-repeat;
	background-size:38px 31px;
	width: 40px;
	height: 31px;
	display: inline-block;
	position: absolute;
	left: 20px;
	top: 6px;
}

#mobile_menu {
	padding: 0 5px;
	margin-bottom: 5px;
	margin-top: 35px;
}

#mobile_menu_area #pull .sub-menu a {
	text-indent: 25px;
}

#mobile_menu_area #pull .sub-menu .sub-menu a {
	text-indent: 35px;
}

#mobile_menu_area #pull .sub-menu .sub-menu .sub-menu a {
	text-indent: 45px;
}


/* Responsive Design
------------------------------------------------------------ */

@media only screen and (max-width: 1350px) {
	.bg-ad-left,
	.bg-ad-right {
		display: none;
	}

	#top-banner {
		display: block;
		position: relative;
		max-width: 100%;
	}

	#top-banner .widget {
		margin-bottom: 0;
	}

}

@media only screen and (max-width: 1050px) {
	.site-container {
		width: 920px;
	}

	.site-inner,
	.footer-widgets .wrap,
	.site-footer .wrap {
		padding-left: 20px;
		padding-right: 20px;
	}


	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 273px;
	}

	.content-sidebar .content,
	.sidebar-content .content {
		width: 560px;
	}


	.content-sidebar-wrap {
		width: 710px;
	}

	.content {
		width: 390px;
	}

	.menu-primary {
		padding: 0 20px;
	}

	ul#nav_social_links {
		margin-right: 20px;
	}

	.site-header {
		margin: 0 auto;
	}

	.site-header .wrap {
		margin: 25px 20px;
	}

	.nav-secondary .wrap {
		margin: 0 20px;
	}

}

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

	body {
		width: 100%;
		margin: 0 auto;
	}

	#posts_slider {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-o-border-radius: 0;
		border-radius: 0;
		margin: 0 -20px 20px -20px;
	}

	.archive-page,
	.content-sidebar .content,
	.content-sidebar-sidebar .content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.full-width-content .content,
	.sidebar,
	.sidebar-content .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-wrap,
	.site-footer .gototop,
	.footer-widgets .wrap,
	.sidebar-secondary,
	.site-container,
	#flickr_badge_wrapper,
	.footer-widgets #flickr_badge_wrapper,
	.themedy_ad_widget .ads-125 {
		width: 100%;
	}

	.site-container {
		width: auto;
		margin: 0 30px;
	}

	.site-inner {
		padding: 20px;
	}

	.breadcrumb,
	.pagination {
		margin: 0 0 30px 0;
	}

	.content {
		padding: 0;
	}

	.site-footer .wrap {
		padding-left: 20px;
		padding-right: 20px;
	}

	.author-box {
		margin: 0 20px 40px;
	}

	.footer-widgets .widget {
		padding: 20px 20px 0;
	}

	.footer-widgets .wrap {
		padding: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin: 0;
	}

}

			
@media only screen and (max-width: 900px) {		
	.title-area {		
		width: 100%;		
	}		
	.site-title {		
		text-align: center;		
	}		
	.site-header .widget-area {		
		clear: both;		
		float: none;		
		padding-top: 30px;		
	}
}

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

	.site-container {
		margin: 0;
	}

	.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%;
	}

	.title-area {
		float: none;
	}

	.site-header .wrap {
		text-align: center;
	}

	.top-posts .featuredpost h2 {
		max-width: none;
	}

	.nav-responsive {
		display: none;
	}

	#mobile_menu_area {
		display: block;
	}

	.nav-primary {
		display: none;
	}

	ul#nav_social_links {
		margin-left: 20px;
		float: left;
	}

	ul#nav_social_links li {
		margin: 5px 0;
	}

	#nav_search {
		width: auto;
		position:static;
	}

	#nav_search #searchtoggle {
		float: left;
		width: 100%;
	}

	#searchtoggle_area {
		float: left;
		margin-top: 0;
		width: 100%;
		text-align: center;
		padding: 10px 0;
		position: absolute; top: 0;
	}

	#tabs #tab-items li a {
		padding: 0 8px;
	}

	.menu-secondary {
		padding-right: 0;
	}

	#top-banner {
		display: none;
	}

	#mobile-top-banner {
		display: block;
		position: relative;
		max-width: 100%;
	}

	#mobile-top-banner .widget {
		margin-bottom: 0;
		padding-top: 10px;
	}

}