/*
	Theme Name: eleven40 Child Theme
	Theme URI: http://www.studiopress.com/themes/eleven40
	Description: eleven40 is a two or three column child theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 1.0
	Tags: black, blue, green, orange, red, white, dark, light, three-columns, two-columns, left-sidebar, right-sidebar, fixed-width, custom-menu, featured-images, full-width-template, post-formats, sticky-post, theme-options, threaded-comments
	Template: genesis
	Template Version: 1.8
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/
/* Table of Contents
* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Inner
* Page Title
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* eleven40 Blue
* eleven40 Green
* eleven40 Red
* Responsive Design
*/
/* Import Fonts
------------------------------------------------------------ */
@import url(https://fonts.googleapis.com/css?family=Lora|Oswald|Lora:400italic,400);

.Lora-italic-400 {
    font-family: 'Lora', sans-serif !important;
    font-style: italic;
    font-weight: 400;
}

.Lora-normal-700 {
    font-family: 'Lora', sans-serif !important;
    font-style: normal;
    font-weight: 700;
}

.Lora-italic-700 {
    font-family: 'Lora', sans-serif !important;
    font-style: italic;
    font-weight: 700;
}

/* Seans Styles
/* Defaults
------------------------------------------------------------ */
.content-padding {
    padding: 20px;
}

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
    color: #333;
    font-family: 'Lora', serif;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
    background-color: #f5f5f5;
    border: 0;
}

input,
label,
select,
textarea {
    box-sizing: border-box;
    color: #333;
    font-family: 'Lora', serif;
    font-size: 14px;
}

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

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

/* Hyperlinks
------------------------------------------------------------ */
a, a:visited {
    color: #2E67B2;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

/* Body
------------------------------------------------------------ */
::-moz-selection {
    background-color: #F15851;
    color: #fff;
}

::selection {
    background-color: #F15851;
    color: #fff;
}

/* Wrap
------------------------------------------------------------ */
#wrap {
    background: url(images/bg.jpg) repeat scroll 0 0 transparent;
}

.wrap {
    margin: 0 auto;
    width: 1000px !important;
}

/* Header
------------------------------------------------------------ */
#header {
    width: 100% !important;
    background: url(images/companyfolders/bg-header.gif) repeat;
    white-space: nowrap !important;
}

#header .wrap {
    width: 1000px !important;
    min-height: 63px;
    border: 0;
}

#logo {
    height: 63px;
    width: 319px;
    cursor: pointer;
    float: left;
}

#title-area {
    float: left;
    overflow: hidden;
    width: 30%;
}

#title {
    font-family: 'Oswald', arial, serif;
    font-size: 30px;
    line-height: 1.4;
    margin: 12px 0 0 32px;
    text-shadow: 0 1px #333;
}

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

#description {
    display: none;
}

#header .widget-area {
    float: left;
}

/* Image Header - Partial Width
------------------------------------------------------------ */
.header-image #title-area,
.header-image #title,
.header-image #title a {
    display: block;
    float: left;
    height: 63px;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    width: 319px;
    margin-left: 0;
}

.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 {
    clear: both;
    color: #333;
    font-size: 14px;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}*/

#header .menu {
    float: right;
    font-size: 13px;
    margin-right: 25px;
}

.menu-primary {
    /*
    border-bottom: double #ddd;
    border-top: double #ddd;
    */
}

.menu-primary ul,
.menu-secondary ul {
    float: left;
    width: 100%;
}

.menu-primary li,
.menu-secondary li,
#header .menu li {
    float: left;
    list-style-type: none;
}

.menu-primary a,
.menu-secondary a,
#header .menu a {
    color: #333;
    display: block;
    font-family: Verdana, Geneva, sans-serif;
    padding: 10px 15px;
    position: relative;
    text-decoration: none;
}

#header .menu a {
    color: #ccc;
    line-height: 19px;
    padding: 22px 10px 17px;
}

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

.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: #fff none;
    border: 1px solid #ddd;
    border-top: none;
    color: #333;
    font-size: 12px;
    padding: 9px 10px 8px;
    position: relative;
    text-align: left;
    text-transform: none;
    width: 138px;
}

#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
    background: url(images/bg-pattern.png);
    border: 1px solid #333;
    border-top: none;
    color: #fff;
}

.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: #F15851;
}

#header .menu li li a:active,
#header .menu li li a:hover {
    background: url(images/bg-pattern.png);
}

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

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
    width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
    margin: -36px 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,
#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-family: 'Oswald', arial, serif;
    padding: 10px 15px;
}

.menu li.right a {
    background: none;
    border: none;
    color: #333;
    display: inline;
    text-decoration: none;
}

.menu li.right a:hover {
    color: #F15851;
    text-decoration: none;
}

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

/* Inner
------------------------------------------------------------ */
#inner {
    /*	width:1000px !important;*/
    clear: both;
    margin: 0 auto;
    height: 100%;
}

#inner .wrap {
    margin: 0 auto;
}

/* Page Title
------------------------------------------------------------ */
.page-title {
    border-bottom: double #ddd;
    border-top: double #ddd;
    font-family: 'Lora', serif;
    font-size: 30px;
    line-height: 1.0;
    overflow: hidden;
    padding: 25px 0;
    text-align: center;
}

.page-title p {
    font-size: inherit;
    line-height: 1.0;
    margin: 0;
}

/* Breadcrumb
------------------------------------------------------------ */
#breadcrumbs p {
    font-size: 14px;
}

.breadcrumb {
    border: none;
    font-size: 14px;
    margin: -10px 0 30px;
    padding: 10px 15px;
}

/* Taxonomy Description
------------------------------------------------------------ */
.taxonomy-description {
    background-color: #fff;
    margin: 0 0 0;
    padding: 0 0 10px;
}

.taxonomy-description p {
    font-size: 14px;
    padding: 10px 0 0 0;
}

/* Content-Sidebar Wrap
------------------------------------------------------------ */
#content-sidebar-wrap {
    float: left;
}

.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 !important;
}

/* Content
------------------------------------------------------------ */
#content {
    /*border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;*/
    float: left;
    padding: 20px;
    min-height: 450px;
    background: #fff;
    box-shadow: 0 0 3px #808080;
    /*: url(images/content-bg.png) repeat-y scroll 0 0 transparent;*/
}

.content-sidebar #content,
.sidebar-content #content {
    width: 665px !important;
}

.content-sidebar #content {
    border-left: none;
}

.content-sidebar-sidebar #content {
    border-left: none;
    padding: 0;
    width: 690px;
}

.sidebar-content #content {
    border-right: none;
    float: right;
    padding: 0;
}

.sidebar-sidebar-content #content {
    border-right: none;
    float: right;
    padding: 0;
    width: 680px;
}

.full-width-content #content {
    border: none;
    padding: 0;
    width: 1000px !important;
}

.post {
    margin: 0 0 19px;
    border-bottom: 1px solid #ddd;
}
.single .post {
    border-bottom: none;
}

.entry-content {
    overflow: hidden;
    margin-bottom: 12px;
}

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

.clear {
    clear: both;
}
.clear2 {
    clear: both;
    overflow: hidden;
}

.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;
    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 {
    font-family: 'Oswald', arial, serif;
    font-weight: normal;
    line-height: 1.25;
    margin: 0 0 10px;
}

h1 {
    font-size: 34px;
    /*font-size: 38px;*/
}

.taxonomy-description h1 {
    margin: 0;
}

h2,
h2 a,
h2 a:visited {
    font-size: 36px;
}

h2 a,
h2 a:visited {
    color: #333;
    font-family: 'Oswald', arial, serif;
}

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

.genesis-grid h2,
.genesis-grid h2 a,
.genesis-grid h2 a:visited {
    /*font-size: 24px;*/
    font-size: 30px;
    /*line-height: 1.4;*/
}

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

h3 {
    /*font-size: 30px;*/
    font-size: 26px;
}

h4 {
    font-size: 24px;
}

.after-post h4 {
    color: #aaa;
    margin: 0 0 15px;
}

.widget-area h4 {
    font-size: 16px;
}

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

/*
#footer-widgets h4 {
	color: #ddd;

        font-size: 20px;
	margin: 0 0 20px;
	padding: 0;
	text-shadow: 0 2px #111;
}
*/
#footer-widgets h4 {
    color: #ddd;
    font-size: 19px;
    margin: 0 0 12px;
    font-family: 'Oswald', arial, serif;
    font-weight: normal;
    line-height: 1.25;
}

h5 {
    font-size: 20px;
}

/* Ordered / Unordered Lists
------------------------------------------------------------ */
.after-post ul,
.entry-content ol,
.entry-content ul {
    margin: 0;
    padding: 0 0 18px;
}

.after-post ul li,
.archive-page ul li,
.entry-content ul li {
    background: url(images/list.png) no-repeat top left;
    list-style-type: none;
    margin: 0 0 5px 20px;
    padding: 0 0 0 15px;
    word-wrap: break-word;
}

.after-post ul li {
    background: url(images/list-after-post.png) no-repeat top left;
    margin: 0 0 5px 15px;
}

.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 {
    color: #666;
    font-size: 14px;
    margin: -5px 0 15px;
    text-transform: lowercase;
}

/* Post Meta
------------------------------------------------------------ */
.post-meta {
    border-top: 1px solid #ddd;
    clear: both;
    color: #666;
    font-size: 14px;
    padding: 5px 0 0;
    text-transform: lowercase;
}

/* Author Box
------------------------------------------------------------ */
.author-box {
    background-color: white;
    margin: 30px 0 20px;
    overflow: hidden;
    padding: 14px 20px 20px;
    border: 1px solid #ddd;
}

.author-box p {
    font-size: 14px;
    line-height: 18px;
}

.author-box div > strong {
    font-size: 18px;
}

/* After Post
------------------------------------------------------------ */
.after-post {
    background: url(images/bg-pattern.png);
    border: double #ddd;
    clear: both;
    color: #fff;
    margin: 30px 0;
    padding: 25px;
    overflow: hidden;
    text-shadow: 0 1px #111;
}

.after-post p {
    color: #fff;
}

.after-post form {
    background: url(images/arrow.png) no-repeat 40px 0;
    display: block;
    padding: 10px 0 10px 120px;
}

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

/* Archive Page
------------------------------------------------------------ */
.archive-page {
    float: left;
    padding: 20px 0 0;
    width: 50%;
}

/* Post Icons
------------------------------------------------------------ */
.post-comments,
.tags {
    background: url(images/icon-dot.png) no-repeat left;
    margin: 0 0 0 3px;
    padding: 0 0 0 10px;
}

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

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 4px;
}

.author-box .avatar {
    background-color: #fff;
    float: left;
    margin: 6px 20px 0 0;
    border: 2px solid #ddd;
    padding: 0;
    border-radius: 3px;
}

.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;
}
.pagination-previous.alignleft {
    float: right;
}

.alignright {
    float: right;
    margin: 0 0 10px 15px;
}
.pagination-next.alignright {
    float: left;
}

.wp-caption {
    background-color: #FFF;
    padding: 5px;
    text-align: left;
}

p.wp-caption-text {
    font-size: 14px;
    color: #9f9f9f;
    margin: 5px 0;
    font-family: 'Lora', sans-serif !important;
    font-style: italic;
}

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

.gallery-caption {
}

/* Post Navigation
------------------------------------------------------------ */
.navigation {
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.navigation li {
    display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
    background-color: #444;
    border: none;
    color: #fff;
    font-family: 'Oswald', arial, serif;
    font-size: 14px;
    padding: 5px 12px;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #F15851;
    border: none;
    text-decoration: none;
}

/* Primary / Secondary Sidebars
------------------------------------------------------------ */
.sidebar {
    display: inline;
    float: right;
    font-size: 14px;
    padding: 20px;
    width: 240px !important;

    background: url(images/bg-texture-dark.png) repeat scroll top right transparent;
    box-shadow: 0 0 3px #808080;
}

#sidebar-alt {
    float: left;
    padding: 0;
    width: 175px !important;
    background: transparent;
    box-shadow: none;
}

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

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

.sidebar p {
    font-size: inherit;
    margin: 0 0 15px;
}

.sidebar .widget {
    margin: 0 0 25px;
}

.sidebar .widget {
    margin: 0 0 25px;
}

#footer-widgets .widget {
    margin: 0;
}

.sidebar.widget-area ul li {
    border-bottom: 1px solid #ddd;

    list-style-type: none;
    margin: 0 0 10px;
    padding: 0 0 10px;
    word-wrap: break-word;
}

/*
#footer-widgets ul li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0 0 10px;
	word-wrap: break-word;
}
*/
#footer-widgets ul li {
    list-style-type: none;
    margin: 0 0 10px;
    padding: 0 0 10px;
    word-wrap: break-word;
    border-bottom: 1px solid #444;
}

#footer-widgets a img {
    margin-right: 10px
}

#footer-widgets ul li {
    border-bottom: 1px solid #444;
}

/* 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 5px;
    overflow: hidden;
    padding: 0 0 10px;
}

#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
    margin: 0 0 10px;
    padding: 0;
}

/* User Profile
------------------------------------------------------------ */
.user-profile {
    overflow: hidden;
}

/* Buttons
------------------------------------------------------------ */
input[type="button"],
input[type="submit"] {
    background-color: #F15851;
    color: #fff;
    cursor: pointer;
    line-height: 19px;
    padding: 8px 10px;
    text-decoration: none;
}

input:hover[type="button"],
    /*
    input:hover[type="submit"] {
        background: url(images/gradient.png) 0 -33px;
        text-decoration: none;
    }
    */
    /* Search Form
    ------------------------------------------------------------ */
.s {
    margin: 0 -7px 0 0;
    padding: 9px 8px;
    width: 80%;
}

#nav .s {
    background-color: #fff;
    margin: 2px -7px 0 0;
}

/* eNews and Update Widget
------------------------------------------------------------ */
/*
.enews #subbox {
	margin: 5px -7px 0 0;
	padding: 9px 8px;
	width: 70%;
}
*/
/* 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: url('images/footer-widgets.png');
	border-top: 3px solid #222;
	clear: both;
	font-size: 14px;
	overflow: hidden;
}
#footer-widgets .wrap {
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 25px;
}
#footer-widgets .widget {
	background: none;
	border: none;
	clear: both;
	color: #888;
	padding: 30px 0 0;
}
#footer-widgets p {
	color: #888;
	font-size: inherit;
	margin: 0 0 10px;
}
#footer-widgets ul {
	margin: 0;
}
#footer-widgets .latest-tweets {
	background: url(images/footer-twitter.png) top right no-repeat;
}
#footer-widgets .latest-tweets li span a,
#footer-widgets .latest-tweets li span a:visited {
	color: #bbb;
	text-decoration: none;
}
#footer-widgets .latest-tweets li span a:hover {
	color: #bbb;
	text-decoration: underline;
}
#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}
.footer-widgets-1 {
	float: left;
	margin: 0 40px 0 0;
	width: 300px !important;
}
.footer-widgets-2 {
	float: left;
	width: 300px !important;
}
.footer-widgets-3 {
	float: right;
	width: 300px !important;
}
*/
#footer-widgets h4 {
    font-size: 19px;
    margin: 0 0 12px;
    font-family: 'Oswald', arial, serif;
    font-weight: normal;
    line-height: 1.25;
}

#footer-widgets p {
    color: #888;
    font-size: 13px;
    font-family: Lora, serif
}

#footer-widgets ul {
    font-size: 13px;
    font-family: Lora, serif
}

#footer-widgets a img {
    margin-right: 10px
}

#footer-widgets {
    background: url(images/footer-widgets.png);
    border-top: 3px solid #222;
    clear: both;
    font-size: 14px;
    overflow: hidden;
    min-width: 1004px;
}

#footer-widgets .wrap {
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 25px;
    border: 0;
}

#footer-widgets .widget {
    background: none;
    border: none;
    clear: both;
    color: #888;
}

/*
#footer-widgets p {
    color: #888;
    font-size: inherit;
    margin: 0 0 10px;
}
*/
#footer-widgets ul {
    margin: 0;
}

#feedburner_email_widget_sbef {
    overflow: hidden;
    float: left;
    width: 300px;
    margin: 0 0 18px;
}
#feedburner_email_widget_sbef label{
    margin-bottom: 6px;
    color: #888;
    font-size: 13px;
    font-family: Lora, serif;
    display: inline-block;
}
#feedburner_email_widget_sbef_email {
    float: left;
    width: 210px;
    margin-top: 0;
    font-size: 11px;
    border: 0;
    background: url(images/bg-footer-email.jpg) no-repeat;
    line-height: 15px;
    height: 30px;
    font-family: Verdana, Geneva, sans-serif;
    color: #323232;
    padding-left: 5px;
    margin-right: 5px;
}
#feedburner_email_widget_sbef_submit {
    background: url('images/subsr-submit.png');
    border: 0;
    cursor: pointer;
    margin: 0;
    height: 30px;
    width: 85px;
    text-indent: -9999px;
}

#footer-widgets .latest-tweets {
    background: url(images/footer-twitter.png) top right no-repeat;
}

#footer-widgets .latest-tweets li span a,
#footer-widgets .latest-tweets li span a:visited {
    color: #bbb;
    text-decoration: none;
}

#footer-widgets .latest-tweets li span a:hover {
    color: #bbb;
    text-decoration: underline;
}

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

.footer-widgets-1 {
    float: left;
    margin: 30px 40px 0 10px;
    width: 300px !important;
}

.footer-widgets-2 {
    margin-top: 30px;
    float: left;
    width: 300px !important;
}

.footer-widgets-3 {
    margin-top: 30px;
    float: right;
    width: 300px !important;
    margin-right: 10px;
}

#email_newsletter {
    margin-left: 20px;
    margin-top: 15px;
    margin-bottom: 10px;
    float: left;
    width: 320px;
}

/* Social Icons
------------------------------------------------------------ */
.social td {
    padding-right: 5px;
}

.social {
    margin-bottom: 5px;
}

.social p{
    margin: 10px 0 0 0;
}

.addthis_inline_share_toolbox_75il {
    margin: 15px 0;
}

.addthis_inline_share_toolbox_n1j9 {
    margin: 10px 0 35px 0;
}

#___plusone_0 {
    width: 58px !important;
}

/*
.twitter-share-button {
    width: 78px !important;
}*/
/*
.addthis_button_facebook_like {
    width: 150px;
}
*/
#footer-widgets ul li.social-facebook,
#footer-widgets ul li.social-linkedin,
#footer-widgets ul li.social-pinterest,
#footer-widgets ul li.social-plus,
#footer-widgets ul li.social-rss,
#footer-widgets ul li.social-twitter {
    border: none;
    float: left;
}

#footer-widgets ul li.social-facebook a,
#footer-widgets ul li.social-facebook a:hover,
#footer-widgets ul li.social-linkedin a,
#footer-widgets ul li.social-linkedin a:hover,
#footer-widgets ul li.social-pinterest a,
#footer-widgets ul li.social-pinterest a:hover,
#footer-widgets ul li.social-plus a,
#footer-widgets ul li.social-plus a:hover,
#footer-widgets ul li.social-rss a,
#footer-widgets ul li.social-rss a:hover,
#footer-widgets ul li.social-twitter a,
#footer-widgets ul li.social-twitter a:hover {

    background: #333 url(images/social-icons.png);
    display: block;
    height: 32px;
    margin: 0 20px 0 0;
    padding: 0;
    text-indent: -9999px;
    width: 32px;
}

#footer-widgets ul li.social-facebook a:hover,
#footer-widgets ul li.social-linkedin a:hover,
#footer-widgets ul li.social-pinterest a:hover,
#footer-widgets ul li.social-plus a:hover,
#footer-widgets ul li.social-rss a:hover,
#footer-widgets ul li.social-twitter a:hover {
    background: #F15851 url(images/social-icons.png);
}

#footer-widgets ul li.social-facebook a {

    background-position: 0 0;
}

#footer-widgets ul li.social-facebook a:hover {
    background-position: 0 0;
}

#footer-widgets ul li.social-linkedin a {
    background-position: -32px 0;
}

#footer-widgets ul li.social-linkedin a:hover {
    background-position: -32px 0;
}

#footer-widgets ul li.social-pinterest a {
    background-position: -64px 0;
}

#footer-widgets ul li.social-pinterest a:hover {
    background-position: -64px 0;
}

#footer-widgets ul li.social-plus a {
    background-position: -96px 0;
}

#footer-widgets ul li.social-plus a:hover {
    background-position: -96px 0;
}

#footer-widgets ul li.social-rss a {
    background-position: -128px 0;
}

#footer-widgets ul li.social-rss a:hover {
    background-position: -128px 0;
}

#footer-widgets ul li.social-twitter a {
    background-position: -160px 0;
}

#footer-widgets ul li.social-twitter a:hover {
    background-position: -160px 0;
}

/* Footer
------------------------------------------------------------ */
#footer {
    clear: both;
}

#footer .wrap {
    font-size: 14px;
    overflow: hidden;
    padding: 10px 0;
}

#footer p {
    font-size: inherit;
}

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

#footer a:hover {
    color: #F15851;
    text-decoration: none;
}

#footer .gototop {
    float: left;
    width: 45%;
}

#footer .creds {
    float: right;
    text-align: right;
    width: 50%;
}

/* Comments
------------------------------------------------------------ */
#comments,
#respond {
    margin: 0 0 15px;
    overflow: hidden;
}
.children #respond {
    background-color: #fff;
    padding-left: 15px;
}

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

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

.comment-content p {
    font-size: 14px;
    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;
    font-weight: 300;
    clear: both;
}

.nocomments {
    text-align: center;
}

#comments .navigation {
    display: block;
}

.bypostauthor {
}

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

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

/* Gravity Forms
------------------------------------------------------------ */
div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
    box-sizing: border-box;
    font-size: 14px !important;
    padding: 4px 5px !important;
}

div.gform_footer input.button {
    color: #fff;
}

div.gform_wrapper .ginput_complex label {
    font-size: 14px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
    background: none;
    margin: 0 0 10px;
    padding: 0;
}

div.gform_wrapper .gform_footer {
    border: none;
    margin: 0;
    padding: 0;
}

/* eleven40 Blue
------------------------------------------------------------ */
.eleven40-blue a,
.eleven40-blue a:visited {
    color: #2b97ed;
}

.eleven40-blue ::-moz-selection {
    background-color: #2b97ed;
    color: #fff;
}

.eleven40-blue ::selection {
    background-color: #2b97ed;
    color: #fff;
}

.eleven40-blue #header .wrap {
    background: url(images/blue/logo.png) top left no-repeat;
}

.eleven40-blue .menu-primary a,
.eleven40-blue .menu-secondary a,
.eleven40-blue h2 a,
.eleven40-blue h2 a:visited {
    color: #333;
}

.eleven40-blue #header .menu li li a,
.eleven40-blue #header .menu li li a:link,
.eleven40-blue #header .menu li li a:visited {
    color: #fff;
}

.eleven40-blue h2 a:hover,
.eleven40-blue .menu li.right a:hover,
.eleven40-blue .menu-primary li a:active,
.eleven40-blue .menu-primary li a:hover,
.eleven40-blue .menu-primary li li a:active,
.eleven40-blue .menu-primary li li a:hover,
.eleven40-blue .menu-primary .current_page_item a,
.eleven40-blue .menu-primary .current-cat a,
.eleven40-blue .menu-primary .current-menu-item a,
.eleven40-blue .menu-secondary li a:active,
.eleven40-blue .menu-secondary li a:hover,
.eleven40-blue .menu-secondary li li a:active,
.eleven40-blue .menu-secondary li li a:hover,
.eleven40-blue .menu-secondary .current_page_item a,
.eleven40-blue .menu-secondary .current-cat a,
.eleven40-blue .menu-secondary .current-menu-item a,
.eleven40-blue #footer a:hover,
.eleven40-blue #header .menu li a:active,
.eleven40-blue #header .menu li a:hover,
.eleven40-blue #header .menu li li a:active,
.eleven40-blue #header .menu li li a:hover,
.eleven40-blue #header .menu .current_page_item a,
.eleven40-blue #header .menu .current-cat a,
.eleven40-blue #header .menu .current-menu-item a {
    color: #2b97ed;
}

.eleven40-blue .navigation li a:hover,
.eleven40-blue .navigation li.active a {
    background-color: #2b97ed;
}

.eleven40-blue input[type="button"],
.eleven40-blue input[type="submit"] {
    background: url(images/blue/gradient.png) 0 0;
    border: 1px solid #2b97ed;
}

.eleven40-blue input:hover[type="button"],
.eleven40-blue input:hover[type="submit"] {
    background: url(images/blue/gradient.png) 0 -33px;
}

.eleven40-blue #footer-widgets ul li.social-facebook a:hover,
.eleven40-blue #footer-widgets ul li.social-linkedin a:hover,
.eleven40-blue #footer-widgets ul li.social-pinterest a:hover,
.eleven40-blue #footer-widgets ul li.social-plus a:hover,
.eleven40-blue #footer-widgets ul li.social-rss a:hover,
.eleven40-blue #footer-widgets ul li.social-twitter a:hover {
    background: #2b97ed url(images/social-icons.png);
}

.eleven40-blue #footer-widgets ul li.social-facebook a:hover {
    background-position: 0 0;
}

.eleven40-blue #footer-widgets ul li.social-linkedin a:hover {
    background-position: -32px 0;
}

.eleven40-blue #footer-widgets ul li.social-pinterest a:hover {
    background-position: -64px 0;
}

.eleven40-blue #footer-widgets ul li.social-plus a:hover {
    background-position: -96px 0;
}

.eleven40-blue #footer-widgets ul li.social-rss a:hover {
    background-position: -128px 0;
}

.eleven40-blue #footer-widgets ul li.social-twitter a:hover {
    background-position: -160px 0;
}

/* eleven40 Green
------------------------------------------------------------ */
.eleven40-green a,
.eleven40-green a:visited {
    color: #27d665;
}

.eleven40-green ::-moz-selection {
    background-color: #27d665;
    color: #fff;
}

.eleven40-green ::selection {
    background-color: #27d665;
    color: #fff;
}

.eleven40-green #header .wrap {
    background: url(images/green/logo.png) top left no-repeat;
}

.eleven40-green .menu-primary a,
.eleven40-green .menu-secondary a,
.eleven40-green h2 a,
.eleven40-green h2 a:visited {
    color: #333;
}

.eleven40-green #header .menu li li a,
.eleven40-green #header .menu li li a:link,
.eleven40-green #header .menu li li a:visited {
    color: #fff;
}

.eleven40-green h2 a:hover,
.eleven40-green .menu li.right a:hover,
.eleven40-green .menu-primary li a:active,
.eleven40-green .menu-primary li a:hover,
.eleven40-green .menu-primary li li a:active,
.eleven40-green .menu-primary li li a:hover,
.eleven40-green .menu-primary .current_page_item a,
.eleven40-green .menu-primary .current-cat a,
.eleven40-green .menu-primary .current-menu-item a,
.eleven40-green .menu-secondary li a:active,
.eleven40-green .menu-secondary li a:hover,
.eleven40-green .menu-secondary li li a:active,
.eleven40-green .menu-secondary li li a:hover,
.eleven40-green .menu-secondary .current_page_item a,
.eleven40-green .menu-secondary .current-cat a,
.eleven40-green .menu-secondary .current-menu-item a,
.eleven40-green #footer a:hover,
.eleven40-green #header .menu li a:active,
.eleven40-green #header .menu li a:hover,
.eleven40-green #header .menu li li a:active,
.eleven40-green #header .menu li li a:hover,
.eleven40-green #header .menu .current_page_item a,
.eleven40-green #header .menu .current-cat a,
.eleven40-green #header .menu .current-menu-item a {
    color: #27d665;
}

.eleven40-green .navigation li a:hover,
.eleven40-green .navigation li.active a {
    background-color: #27d665;
}

.eleven40-green input[type="button"],
.eleven40-green input[type="submit"] {
    background: url(images/green/gradient.png) 0 0;
    border: 1px solid #27d665;
}

.eleven40-green input:hover[type="button"],
.eleven40-green input:hover[type="submit"] {
    background: url(images/green/gradient.png) 0 -33px;
}

.eleven40-green #footer-widgets ul li.social-facebook a:hover,
.eleven40-green #footer-widgets ul li.social-linkedin a:hover,
.eleven40-green #footer-widgets ul li.social-pinterest a:hover,
.eleven40-green #footer-widgets ul li.social-plus a:hover,
.eleven40-green #footer-widgets ul li.social-rss a:hover,
.eleven40-green #footer-widgets ul li.social-twitter a:hover {
    background: #27d665 url(images/social-icons.png);
}

.eleven40-green #footer-widgets ul li.social-facebook a:hover {
    background-position: 0 0;
}

.eleven40-green #footer-widgets ul li.social-linkedin a:hover {
    background-position: -32px 0;
}

.eleven40-green #footer-widgets ul li.social-pinterest a:hover {
    background-position: -64px 0;
}

.eleven40-green #footer-widgets ul li.social-plus a:hover {
    background-position: -96px 0;
}

.eleven40-green #footer-widgets ul li.social-rss a:hover {
    background-position: -128px 0;
}

.eleven40-green #footer-widgets ul li.social-twitter a:hover {
    background-position: -160px 0;
}

/* eleven40 Red
------------------------------------------------------------ */
.eleven40-red a,
.eleven40-red a:visited {
    color: #ed2b46;
}

.eleven40-red ::-moz-selection {
    background-color: #ed2b46;
    color: #fff;
}

.eleven40-red ::selection {
    background-color: #ed2b46;
    color: #fff;
}

.eleven40-red #header .wrap {
    background: url(images/red/logo.png) top left no-repeat;
}

.eleven40-red .menu-primary a,
.eleven40-red .menu-secondary a,
.eleven40-red h2 a,
.eleven40-red h2 a:visited {
    color: #333;
}

.eleven40-red #header .menu li li a,
.eleven40-red #header .menu li li a:link,
.eleven40-red #header .menu li li a:visited {
    color: #fff;
}

.eleven40-red h2 a:hover,
.eleven40-red .menu li.right a:hover,
.eleven40-red .menu-primary li a:active,
.eleven40-red .menu-primary li a:hover,
.eleven40-red .menu-primary li li a:active,
.eleven40-red .menu-primary li li a:hover,
.eleven40-red .menu-primary .current_page_item a,
.eleven40-red .menu-primary .current-cat a,
.eleven40-red .menu-primary .current-menu-item a,
.eleven40-red .menu-secondary li a:active,
.eleven40-red .menu-secondary li a:hover,
.eleven40-red .menu-secondary li li a:active,
.eleven40-red .menu-secondary li li a:hover,
.eleven40-red .menu-secondary .current_page_item a,
.eleven40-red .menu-secondary .current-cat a,
.eleven40-red .menu-secondary .current-menu-item a,
.eleven40-red #footer a:hover,
.eleven40-red #header .menu li a:active,
.eleven40-red #header .menu li a:hover,
.eleven40-red #header .menu li li a:active,
.eleven40-red #header .menu li li a:hover,
.eleven40-red #header .menu .current_page_item a,
.eleven40-red #header .menu .current-cat a,
.eleven40-red #header .menu .current-menu-item a {
    color: #ed2b46;
}

.eleven40-red .navigation li a:hover,
.eleven40-red .navigation li.active a {
    background-color: #ed2b46;
}

.eleven40-red input[type="button"],
.eleven40-red input[type="submit"] {
    background: url(images/red/gradient.png) 0 0;
    border: 1px solid #ed2b46;
}

.eleven40-red input:hover[type="button"],
.eleven40-red input:hover[type="submit"] {
    background: url(images/red/gradient.png) 0 -33px;
}

.eleven40-red #footer-widgets ul li.social-facebook a:hover,
.eleven40-red #footer-widgets ul li.social-linkedin a:hover,
.eleven40-red #footer-widgets ul li.social-pinterest a:hover,
.eleven40-red #footer-widgets ul li.social-plus a:hover,
.eleven40-red #footer-widgets ul li.social-rss a:hover,
.eleven40-red #footer-widgets ul li.social-twitter a:hover {
    background: #ed2b46 url(images/social-icons.png);
}

.eleven40-red #footer-widgets ul li.social-facebook a:hover {
    background-position: 0 0;
}

.eleven40-red #footer-widgets ul li.social-linkedin a:hover {
    background-position: -32px 0;
}

.eleven40-red #footer-widgets ul li.social-pinterest a:hover {
    background-position: -64px 0;
}

.eleven40-red #footer-widgets ul li.social-plus a:hover {
    background-position: -96px 0;
}

.eleven40-red #footer-widgets ul li.social-rss a:hover {
    background-position: -128px 0;
}

.eleven40-red #footer-widgets ul li.social-twitter a:hover {
    background-position: -160px 0;
}

/* Popup
------------------------------------------------------------ */
.popup {
    width: 425px;
    height: 293px;
    border: 4px solid #000000;
}

.popup h4 {
    font-family: Georgia, sans-serif;
    font-size: 28px;
    color: #000000;
    padding-top: 32px;
    padding-left: 20px;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
    margin-bottom: 15px;
}

.popup p {
    margin: 0 0 25px;
}

.jqmWindow {
    display: none;
    position: fixed;
    width: 430px;
    height: 296px;
    background-color: #FFF;
    color: #333;
    top: 20%;
    left: 35%;
    /*margin:-102px 0 0 -303px;*/
}

.jqmOverlay {
    background-color: #000;
}

* iframe.jqm {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: expression(this.parentNode.offsetWidth+'px');
    height: expression(this.parentNode.offsetHeight+'px');
}

* html .jqmWindow {
    position: absolute;
    top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight)/100) + 'px');
}

#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 500px;
}

/* Responsive Design
------------------------------------------------------------ */
@media only screen and (max-width: 1200px) {
    .wrap {
        width: 1000px !important;
    }

    #content-sidebar-wrap {
        width: 770px;
    }

    #content {
        width: 400px;
    }

    .content-sidebar #content,
    .sidebar-content #content {
        width: 630px;
    }

    .content-sidebar-sidebar #content,
    .sidebar-sidebar-content #content {
        width: 440px;
    }

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

    .genesis-grid-even,
    .genesis-grid-odd {
        float: left;
        margin: 0 0 30px;
        padding: 0;
        width: 100%;
    }

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

    .footer-widgets-1 {
        width: 290px;
    }

    .footer-widgets-2 {
        width: 300px;
    }

    .footer-widgets-3 {
        width: 290px;
    }
}

@media only screen and (max-width: 800px) {
    body {
        width: 100%;
        margin: 0 auto;
    }

    #wrap {
        /*        width: 1020px;*/
    }

    .archive-page,
    .content-sidebar #content,
    .content-sidebar-sidebar #content,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar,
    .sidebar-content #content,
    .sidebar-content-sidebar #content,
    .sidebar-sidebar-content #content,
    .wrap,
    #content-sidebar-wrap,
    #footer .creds,
    #footer .gototop,
    #sidebar-alt {
        width: 100%;
    }

    #inner .wrap {
        padding: 5px;
    }

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

    .eleven40-blue #header .wrap {
        background: url(images/blue/logo.png) top center no-repeat;
    }

    .eleven40-green #header .wrap {
        background: url(images/green/logo.png) top center no-repeat;
    }

    .eleven40-red #header .wrap {
        background: url(images/red/logo.png) top center no-repeat;
    }

    #title {
        min-height: 62px;
        margin: 18px 0 0;
    }

    .menu-secondary,
    #header .widget-area,
    #title-area {
        padding-top: 6px;
        text-align: center;
    }

    .menu-primary li,
    .menu-secondary li,
    #header ul.menu li {
        display: inline-block;
    }

    .menu-primary a,
    .menu-secondary a,
    #header .menu a {
        padding: 10px;
    }

    .menu li.right {
        display: none;
    }

    .page-title {
        font-size: 24px;
        padding: 10px 20px;
    }

    .page-title p {
        line-height: 1.2;
    }

    .content-sidebar #content,
    .content-sidebar-sidebar #content,
    .sidebar,
    .sidebar-content #content,
    .sidebar-content-sidebar #content,
    .sidebar-sidebar-content #content {
        border: none;
        padding: 0;
        width: 100%;
    }

    h1,
    h2,
    h2 a,
    h2 a:visited {
        font-size: 30px;
    }

    .after-post form {
        background: none;
        padding: 0;
    }

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

    #footer .creds,
    #footer .gototop {
        float: none;
    }

    #footer p {
        padding: 0 20px;
        text-align: center;
    }
}

.royalSlider,
.rsOverflow,
.rsSlide,
.rsVideoFrameHolder,
.rsThumbs {
    background-image: url(images/bg.jpg) !important;
    background-repeat: repeat repeat;
}

.photo {
    float: right;
}

.yarpp-thumbnail-block {
    float: left;
    width: 207px;
    padding-right: 22px;
}

.yarpp-thumbnail-block-last {
    padding-right: 0;
}

.yarpp-thumbnail-title {
    padding: 15px 0 0 0;
}

.yarpp-thumbnail {
    display: table-cell;
    text-align: center;
    width: 207px;
    height: 140px;
}

.yarpp-related-inner {
    padding-top: 20px;
}
.yarpp-related a{
    font-weight: normal !important;
    font-size: 14px;
}
#footer-widgets a, #footer-widgets a:visited {
    color: #F15851;
}

#footer-widgets a:hover {
    color: #F72920;
    text-decoration: none;
}

#sidebar ul.social {
    margin: 6px 0 10px;
    border: 1px solid #d8dcdf;
    border-bottom-width: 0;
}

#sidebar ul.social li {
    border: 0;
    margin: 0;
    height: 26px;
    vertical-align: middle;
    padding: 17px 10px;
    background: url("images/social_item_bg.gif");
}

#sidebar ul.social li a {
    text-decoration: none;
}

.social_btn {
    background: url(images/button.png) no-repeat;
    border: 1px solid #D8DCDF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #425763;
    float: right;
    font-size: 11px;
    font-weight: bold;
    line-height: 11px;
    padding: 6px 10px;
    position: relative;
    text-transform: uppercase;
    font-family: 'Lora', serif;
}

.social_btn:hover {
    background-position: 0 -27px;
}

.social_btn:active {
    background-position: 0 -54px;
}

.social_img {
    background: url("images/social.png") no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 4px 5px -3px 0;
}

.share-this .h2 {
    font-size: 26px;
    font-family: 'Oswald', arial, serif;
    margin-right: 20px;
}

#authorsure-author-profile ul {
    height: 42px;
    width: 100%;
    background: url("images/bg-social-author-page.png") repeat-x; /*margin: 0px 0px 30px 0px;*/
    float: left;
    clear: left; /*padding:0;*/
    position: relative;
    text-align: center !important;
}

#authorsure-author-profile ul li {
    display: inline-block;
    list-style: none none; /*padding: 3px; margin:0;*/
    position: relative;
    padding-right: 20px !important;
    padding-top: 8px !important;
    text-align: center !important;
    width: auto !important;
}

#authorsure-author-profile ul img {
    border: none;
    padding-top: 8px !important;
    margin: 0;
    vertical-align: middle;
}

.authorsure-author-title {
    margin-bottom: 15px !important;
}

p#authorsure-posts-heading {
    margin: 5px 0 !important;;
}

#authorsure-author-profile img.avatar, .authorsure-author-box img.avatar {
    float: left;
    border: 1px solid #A9A9A9;
    margin: 0 20px 0 0 !important;
    padding: 10px;
    position: relative;
}

#authorsure-author-profile a {
    target-new: tab !important;
}

#authorsure-author-profile img.photo {
    float: left; /*border: 1px solid #A9A9A9;*/
    margin: 0 20px 10px 0 !important;
    background-color: #dddddd;
    padding: 2px !important;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.author-box img {
    border: none;
    padding-top: 8px;
    margin: 0;
    vertical-align: middle;
}

.author-box img.photo {
    float: left;
    margin: 5px 20px 10px 0 !important;
    background-color: #dddddd;
    padding: 2px !important;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.share_button {
    display: inline-block;
    margin: 0 15px 0 0;
    padding-top: 11px;
    float: left;
}

/*
.author-box strong {
    color: red;
    padding-top: -10px;
    margin-top: -10px;
}
*/
.size-full {
    /*
    margin-bottom: 20px;
    margin-top: 30px;
    */

    /*margin: 0 0 10px 15px;*/
    margin: 0;
}

.navigation a {
    font-size: 16px;
    font-weight: bold;
}

h2.entry-title, h2.entry-title a, .archive #inner h2.entry-title a, .home #inner h2.entry-title a {
    font-size: 30px;
}

.h3 {
    font-family: Oswald, arial, serif;
    font-size: 26px;
    font-weight: normal;
    line-height: 1.25;
    display: block;
    margin: 0 0 10px;
}

.post .entry-content h2 {
    font-size: 26px;
}

.eleven40-post-image {
    margin: 0 15px 15px 0;
    float: left;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 4px;
}

.home-featured img {
    margin-top: 10px;
    margin-bottom: 10px;
}

.comment-author.vcard img {
    padding-right: 10px;
}
#wrap .special_offer{background-color: #529af2;width: 970px;margin: 4px 0 5px;font-size: 20px;color: #f4f4f4;line-height: 23px;padding: 0 15px;min-height: 23px;border: 1px solid #c3c3c3;}
#wrap .special_offer .h2{font-size: 20px;line-height: 23px;font-weight: bold;float: left;text-shadow: 1px 1px 0 #656565;color: #F4F4F4;font-family: 'Myriad Pro Semibold',sans-serif;text-transform: uppercase;}
.special_offer .red_button {
    border: 1px solid #e74c47;
    display: inline-block;
    background-color: #f25953;
    text-transform: none;
    height: 17px;
    width: 67px;
    text-shadow: none;
    color: white;
    padding: 0 13px;
    margin: 2px 0 0 25px;
    font: 11px Arial, sans-serif;
    line-height: 18px;
}

#wrap .no_offer {
    margin-top: 20px;
}

.popup span {
    font-size: 34px;
    font-family: 'Oswald', arial, serif;
    font-weight: normal;
    line-height: 1.25;
    margin: 0 10px 10px;
}

.title_inline {
    font-family: 'Oswald', arial, serif;
    font-size: 24px;
}

.mocup_examples img {
    margin: 0 0 5px;
}

.mocup_examples td {
    padding-bottom: 10px;
}

.t2col p {
    padding-right: 20px;
}

.featuredpost .post a:hover {
    text-decoration: underline;
}

.featuredpost .post a {
    font-family: Lora, serif;
    color: #2E67B2;
}

#at-jumboshare {
    margin-bottom: 10px;
}

#at-jumboshare .at4-share-container {
    padding: 0 10px;
}

#at-jumboshare .at4-share-btn {
    margin: 0 7px 0 0;
}

#at-jumboshare .at4-share-btn span.at15nc {
    margin-right: 3px;
    width: 30px !important;
    height: 25px !important;
}

#at-jumboshare .at4-share-btn span.at15t_twitter {
    background-position-y: -8387px;
}

#at-jumboshare .at4-share-btn span.at15t_facebook {
    background-position-y: -2532px;
}

#at-jumboshare .at4-share-btn span.at15t_linkedin {
    background-position-y: -4643px;
}

#at-jumboshare .at4-share-btn span.at15t_pinterest_share {
    background-position-y: -6181px;
}

#at-jumboshare .at4-share-btn span.at15t_google_plusone_share {
    background-position-y: -3491px;
}

#at-jumboshare .at4-share-btn span.label {
    padding-right: 3px;
    height: 25px;
    line-height: 26px;
}

#at-jumboshare .at4-count-container {
    vertical-align: top;
    padding: 2px 24px 2px 0;
}

#at-jumboshare .at4-count {
    font-size: 40px;
    line-height: 37px;
}

#header_search {float: right;margin-top: 18px;width: 190px;height: 25px;}
#header_search form input[type=text]{float:left;padding:0 10px;margin:3px;width:135px;font-size:11px;border:0;background:none;line-height:15px;height:25px;font-family:Verdana, Geneva, sans-serif;color:#7d7d7d;}
#header_search form input[type=submit]{ float:left;width:25px;height:25px;cursor:pointer;background:none;border:0;}


#header form {
    float: right;
    background: url("images/bgr_search.png") no-repeat right;
    width: 190px;
    height: 25px;
}

#header form input[type=text] {
    float: left;
    padding: 5px 10px;
    margin: 0;
    width: 165px;
    font-size: 11px;
    border: 0;
    background: none;
    line-height: 15px;
    height: 24px;
    font-family: Verdana, Geneva, sans-serif;
    color: #7d7d7d;
    -moz-box-sizing: padding-box;
}

#header form input[type=submit] {
    float: left;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background: none;
    border: 0;
}

#nav {
    float:left;
}

.header-subwrap {
    float:right;
    background: url(images/companyfolders/bg-header.gif) repeat;
}

.social-item {
    padding-left: 6px;
    float: left;
    height: 27px;
}

.half-table {
    width: 320px;
    float: left;
    padding-right: 20px;
}

.half-table.right {
    padding-right: 0;
}

.third-table {
    width: 31%;
    float: left;
    padding-right: 10px;
    min-width: 130px;
}

.third-table.last {
    padding-right: 0;
}

.fourth-table {
    width: 24%;
    float: left;
    padding-right: 1%;
    text-align: left;
    overflow: hidden;
    box-sizing: border-box;
}

.fourth-table.last {
    padding-right: 0;
}

@media only screen and (max-width: 1005px) {
    #header {
        width: 100% !important;
    }

    #header .wrap {
        width: 100% !important;
    }

    .title-area {
        width: 100%;
    }

    #header_search {
        display: none;
    }

    #header .widget-area {
        width: 100%;
        padding-top: 0;
        float: right;
        background: url(images/bg.png) repeat scroll;
    }

    #header .menu a {
        padding: 10px;
    }

    #header .menu li ul {
        display: none;
    }

    #inner {
        width: 100% !important;
    }
    .special_offer_wrapper{
        padding-top: 1px;
    }
    #wrap .special_offer {
        width: initial;
        padding: 0 5px;
    }

    #wrap .special_offer .h2 {
        padding-left: 0;
    }

    #wrap .special_offer .red_button {
        padding: 0 5px;
        margin: 2px 0 0 5px;
    }

    #inner .wrap {
        width: 100% !important;
        padding: 0;
    }

    .content-sidebar #content {
        width: 100% !important;
        float: none;
        min-height: inherit;
        box-sizing: border-box;
        padding: 5px;
    }

    .sidebar {
        float: none;
        width: 100% !important;
        background: none;
        box-shadow: none;
    }

    #footer-widgets {
        min-width: inherit;
    }

    #footer-widgets .wrap {
        padding: 0;
        width: 100% !important;
    }

    #footer-widgets .wrap .widget-area {
        float: left !important;
        margin: 10px !important;
        width: 97% !important;
    }

    #footer-widgets a img {
        margin: 0 30px 10px 0;
    }

    #footer .wrap {
        width: 100% !important;
    }
}

@media only screen and (max-width: 720px) {
    #wrap .special_offer .h2 {
        font-size: 16px;
        float: none;
    }
    #wrap .special_offer .red_button {
        line-height: 19px;
    }

    .header-subwrap {
        width: 100%;
    }
}

@media only screen and (max-width: 705px) {
    .half-table {
        width: 100%;
    }

}

@media only screen and (max-width: 500px) {
    #nav {
        padding-right:54px;
    }

    .entry-content .post-image {
        float: none !important;
    }

    .entry-content .post-image {
        float: none !important;
    }

    #header form {
        width: 100%;
        margin-top: 0;
    }

    #wrap .special_offer .red_button {
        float: none;
        margin-bottom: 2px;
    }

    .author-box .author-wrapper img {
        float: none;
    }

    .ats-contact {
        display: none;
    }

    #authorsure-author-profile img.photo {
        float: none;
    }

    #footer-widgets .wrap .widget-area {
        margin-left: 0;
    }

    .comment-author.vcard img {
        /*float: none;*/
    }

    .comment-list cite {
        display: block;
    }
}
@media only screen and (max-width: 500px) {
    .fourth-table {
        width: 49%;
    }
}
@media only screen and (max-width: 353px) {
    .half-table, .third-table, .fourth-table {
        width: 100%;
    }
}
#ppm-tabs h3.close a:before {
    content: '';
    background-image: url(../../plugins/ppm-accordion/css/plus_icon.png);
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-left: -37px;
    margin-right: 11px;
    margin-bottom: -7px;
}
#ppm-tabs h3.open a:hover:before, #ppm-tabs h3.close a:hover:before, #ppm-tabs h3.open a:before {
    background-position: 0 -26px;
}
#ppm-tabs h3.close a{
    background: none;
}
.dc_blog {
    display: block;
    margin-bottom: 13px;
}
.popup2 {
    width: 231px;
    height: 235px;
    border: 4px solid #000000;
    padding: 21px 45px;
}
.popup2 img {
    float: left;
    margin: 9px 17px 26px 0;
    width: 66px;
    height: 66px;
}
.popup2 h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    color: #000000;
    font-weight: normal;
    height: 35px;
    margin: 0 0 17px !important;
    text-align: center;
    line-height: initial !important;
}
.popup2 p {
    font-family: 'Lora', sans-serif !important;
    font-size: 14px !important;
    line-height: 17px !important;
}
.popup2 .h4 {
    font-family: 'Oswald', sans-serif !important;
    font-size: 19px !important;
    line-height: 21px !important;
    margin-bottom: 12px !important;
}
.popup2 hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(247, 247, 247, 1), rgba(220, 220, 220, 1), rgba(247, 247, 247, 1));
    width: 100%;
    margin: 0 0 15px;
}
.popup2 a {
    color: white !important;
    background-color: #f15851;
    border-radius: 3px;
    width: 100%;
    display: block;
    text-align: center;
    font-family: 'Lora', sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 35px;
    margin-top: 21px;
}
.jqmWindow2{
    display: none;
    position: fixed;
    width: 329px;
    height: 285px;
    background-color: #FFF;
    color: #333;
    top: 50%;
    left: 50%;
    margin: -142px 0 0 -164px;
    z-index: 1000;
}
