/*-----------------------------------------------------------------------------------

Theme Name:Sterling
Theme URI:http://themeforest.net/user/TrueThemes/portfolio?ref=TrueThemes
Description:Sterling is a Responsive Wordpress Theme with a multitude of amazing CMS features.
Author:TrueThemes
Author URI:http://www.truethemes.net
Version:2.0
License:GNU General Public License
License URI:license.txt
Tags:translation-ready,theme-options,custom-menu,responsive,html5

---------------------------------- Stylesheet Guide ---------------------------------

1.  Global Styles + CSS Reset
2.  Layout Structure
3.  Main Navigation
4.  Header
5.  Typography
6.  Lists
7.  Images + Links
8.  Forms
9.  Sidebars
10. Sub Navigation
11. Homepage
12. Blog
13. Gallery
14. Utility Pages
15. FAQ + Team Members
16. Footer
17. Shortcodes
18. Wordpress + Widgets
19. Progressive Enhancements
20. PrettyPhoto
21. Responsive Media Queries
22. WooCommerce

-----------------------------------------------------------------------------------*/



/*-----------------------------------------------------------------*/
/* 1. Global Styles + CSS Reset
/*-----------------------------------------------------------------*/
.home-slider-post + .home-slider-post {
display:none;	
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
border:0;
font-size:100%;
font:inherit;
vertical-align:baseline;
margin:0;
padding:0;
}

body,
html {background:#FFF;}

body {
font-family:"HelveticaNeue-Regular","Helvetica Neue",Helvetica,Arial,sans-serif !important;
color:#636B75;
line-height:1;
margin:0;
}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
display:block;
}

ul {
list-style:none;
}

blockquote,q {
quotes:none;
}

blockquote:before,blockquote:after,q:before,q:after {
content:none;
}

table {
border-collapse:collapse;
border-spacing:0;
}

hr {
clear:both;
margin:0;
}

a {
outline:none;
}

.hr {
clear:both;
border:0;
height:50px;
width:100%;
background: url(images/global/bg-hr-dotted.png) 0 50% repeat-x;
}

p + .hr {
margin-top:-7px;	
}

.hr-dotted {
background: url(images/global/bg-hr-dotted.png) 0 50% repeat-x;
}

.hr-dotted-double {
background: url(images/global/bg-hr-dotted-double.png) 0 50% repeat-x;
}

.hr-solid {
background: none;
border-bottom: 1px solid #DADADA;
height:25px;
margin-bottom:25px;
}

.hr-solid-double {
background: url(images/global/bg-hr-solid-double.png) 0 50% repeat-x;
}








/*-----------------------------------------------------------------*/
/* 2. Layout Structure
/*-----------------------------------------------------------------*/

.top-aside, header, .banner, .banner-slider, .small_banner, #content-container, .footer-callout, footer {
min-width:960px;
}

#main-wrap {
width:960px;
overflow:visible;
position:relative;
padding:40px 0;
z-index:1;
margin:0 auto;
}

.tt-overlay {
height: 100%;
width: 100%;
position: absolute;
top: 0;
z-index: -1;	
}

.center-wrap {
width:960px;
margin:0 auto;
position:relative;
}

.page_content {
float:left;
width:670px;
}

.page_content_right {
float:right;
width:670px;
}

body > div > .full-width {
width:960px !important;
}

header {
width:100%;
position:relative;
z-index:100;
margin:0 auto;
padding:32px 0;
background:#FFF url(images/global/bg-ui-gradient.png) left top repeat-x;
}

#content-container {
width:100%;
background:#FFF url(images/global/bg-ui-gradient.png) left top repeat-x;
}

.small_banner,
.banner {
color: #FFF;
z-index: 1;
}

#tt-boxed-layout {
width:90%;
margin:0 auto;
max-width:1200px;
-moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
}










/*-----------------------------------------------------------------*/
/* 3. Main Navigation
/*-----------------------------------------------------------------*/
nav select {
  display: none;
}

header nav {
position:absolute;
top:50%;
right:0;
margin-top:-8px;
z-index:9999;
}

header nav ul{
padding:0px;
list-style-image:none;
}

nav > ul > li {
display:inline-block;
position:relative;
}

nav a {
font-size:16.5px;
text-decoration:none;
padding:3px 5px;
}

header nav .sub-menu a:hover{
color: #555;
}

header .sub-menu li:hover {
background:#eee;
border-radius:4px;
box-shadow:inset 0 0 2px #CCC;
}

nav > ul ul {
display:none;
}

.submenu {
overflow:hidden;
font-size:13px;
height:14px;
}

.submenu ul {
padding-bottom:1px;
}

.submenu strong {
float:left;
}

.submenu li {
float:left;
line-height:1em;
margin:0 16px;
}

header .sub-menu {
position:absolute;
background-color:#FFF;
z-index:2;
left:-12px;
top:40px;
width:210px;
box-shadow:0 0 3px #c3c3c3;
border-radius:8px;
/* padding:20px 15px 15px; */
padding:20px;
}

header .sub-menu a {
font-size:13px;
display:inline-block;
width:100%;
padding:9px 10px;
}

header .sub-menu .sub-menu {
left:231px;
top:0;
}

header .sub-menu .sub-menu:before {
content:'';
}

header .sub-menu li {
position:relative;
margin:0;
}

/* header .sub-menu .current-menu-item a {
font-weight:bold;	
} */










/*-------------------------------------------------------------------------
/* 4. Header
/*-----------------------------------------------------------------*/
p,dl,ol,ul,a:visited
header nav *,
.submenu *,
blockquote,
.home_2_aside p a:link,
.home_2_aside p a:visited,
.tool_tip,
.post-details strong,
.faq-questions ol li a,
.home-vertical-sidebar *,
.home-vertical-sidebar #mc_signup .mc_var_label,
#home-marketing-icons .tt-icon,
header .current-menu-item ul a,
header .current-menu-parent ul a,
header .current-menu-ancestor ul .current-menu-item ul a,
header .current-menu-ancestor .sub-menu a,
header .current-menu-ancestor .sub-menu .current-menu-ancestor .sub-menu a {
color:#636B75;
}

.footer-callout-content .callout-text {color: #747C88;}

header nav,
.footer-callout,
#gallery-nav,
footer .foot-heading,
h1,
h2,
h3,
h4,
h5,
h6,
.page-banner-heading {
font-weight:400;
font-family:"HelveticaNeue-Regular","Helvetica Neue",Helvetica,arial,sans-serif;
}

.companyIdentity {
overflow:hidden;
position:relative;
}

.companyIdentity img {
float:left;
margin-right:9px;
box-shadow:none;
background:none;
border:none;
padding:0;
}

.companyIdentity h1 {
position:absolute;
top:50%;
left:65px;
margin-top:-13px;
}

.companyIdentity a {
text-decoration:none;
}

.top-aside {
padding:8px 0;
}

.top-aside * {
font-size:11px;
color:#FFF;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.top-aside p, .top-aside ul {
margin:0;
padding:0;
}

.top-aside .one_half + .one_half {
text-align:right;
float:right;
}

.top-aside ul,
.top-aside li {
margin:0;
padding:0;
list-style:none;
}

.top-aside .one_half + .one_half ul {
margin:0;
padding:0;
float:right;
}

.top-aside ul li {
float:left;
}

.top-aside ul li + li {
margin-left:10px;
}

.top-aside ul li a {
color:#FFF;
padding-right:10px;
background:url(images/global/bg-seperator.png) 100% 50% no-repeat;
/* opacity:0.6; */
font-weight:500;
}

.top-aside ul li a:hover {
/* opacity:1.0; */
}

.top-aside ul li:last-child a {
background:none;
padding-right:0
}

.top-aside li ul.sub-menu li {
float:none;
text-align:left;
margin:0;
padding:0;
}

.top-aside li ul.sub-menu li a {
background:none;
padding:0px;
}

.top-aside li ul.sub-menu {
clear:both;
}

.top-aside li a.sf-with-ul {
background:none;	
}

.shadow.top {
position:absolute;
top:0;
height:60%;
width:100%;
z-index:-1;
background:url(images/shadows/shadow-1.png) left top repeat-x;
}

.shadow.bottom,
.top-aside-shadow {
position:absolute;
bottom:0;
width:100%;
height:30%;
z-index:-1;
background:url(images/global/bg-ui-shadow-bottom.png) center bottom repeat-x;
}

.top-aside-shadow {
height:10%;
background:url(images/global/bg-top-aside-shadow.png) center bottom repeat-x
}

body > section + div .shadow {
height:50%;
left:0;
position:absolute;
top:0;
width:100%;
z-index:-1;
}

.small_banner {
width:100%;
position:relative;
padding:25px 0;
}

.small_banner .center-wrap {
z-index:250;
}

.small_banner .page-banner-description,
.small_banner .page-banner-heading,
.breadcrumbs > a {
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

.small_banner .page-banner-description {
font-size: 13.2px;
margin-top: -0.8%;
position: absolute;
right: 0;
text-align: right;
top: 50%;
width: 70%;
}

.small_banner .page-banner-heading {
margin:0;
font-size:25px;
display:inline-block;
margin-top:-3px;
}

.small_banner .banner-no-crumbs .page-banner-heading {
margin-top:0px !important;
}

.small_banner .banner-no-crumbs #banner-search {
top:4px !important;
}

#banner-search {
display:none;
}


div.breadcrumbs {
font-size:11px;
width:100%;
margin:0 0 0 -4px;
}

.breadcrumbs > a {
display:inline-block;
margin:0 4px;
opacity:0.8;
}

.breadcrumbs a:hover {
text-decoration:underline;
color:#FFF;
opacity:0.95;
}

.current_crumb {
font-weight:700;
color:#FFF;
opacity:1.0;
}

.small_banner *, .banner *{color:#FFF;}

.dots {
z-index:200;
}

.banner-slideshow .circle{
border-color: #000;
opacity:0.4;
}

.circle {
float:left;
border:6px solid #ebebeb;
border-radius:6px;
width:0;
margin-left:8px;
cursor:pointer;
}

.circle.current,circles:hover {
border-color:#d6d6d6;
}










/*-----------------------------------------------------------------*/
/* 5. Typography
/*-----------------------------------------------------------------*/
a {
text-decoration:none;
}

p {
margin-bottom:18px;
font-size:13px;
line-height:1.6em;
}

.callout-text p {
font-size:16px !important;
}

blockquote {
margin-top:20px;
font-size:13px ;
line-height:1.6em;
padding-left:36px;
position:relative;
}

strong {
font-weight:700;
}

h1 {
font-size:26px;
margin-bottom:11px;
}

h2 {
font-size:24px !important;
margin-bottom:11px;
}

h3 {
font-size:23px !important;
}

h4 {
font-size:18px !important;
}

h5 {
font-size:16px !important;
}

h6 {
font-size:13px !important;
text-transform:uppercase;
}

h1 + p {
margin-top:19px;
}

h2 + p {
margin-top:16px;
}

h3 + p{
margin-top:15px;
}

h4 + p {
margin-top:12px;
}

h5 + p {
margin-top:12px;
}

h6 + p {
margin-top:10px;
}

blockquote:before {
content:url(images/global/quotation-marks.png);
position:absolute;
top:0;
left:0;
}

.custom-logo {
float:left;
margin-left:12px;
outline:none;
text-decoration:none;
}

.custom-logo .logo-text {
font-weight:700;
font-size:2em;
letter-spacing:-0.5px;
color:#FFF;
padding-left:7px;
word-spacing:4px;
}

.custom-logo img {
margin-bottom:-17px;
}

em {
font-style:italic;
}

html {
-webkit-text-size-adjust: none !important; /* Prevent font scaling in landscape */
}








/*-----------------------------------------------------------------*/
/* 6. Lists
/*-----------------------------------------------------------------*/
ul,
ol {
color:#636b73;
font-size:13px !important;
padding-left:28px;
list-style-position:outside;
line-height:1.5em;
}

ul li,
ol li {
margin-bottom:16px;
}

.feature_list li {
position:relative;
margin-bottom:34px;
}

.feature_list {
padding-top:10px;
}

.feature_list li:before {
content:url(images/global/feature-mark.png);
position:absolute;
top:-2px;
left:-29px;
}

.custom-menu {
list-style:none;
}










/*-----------------------------------------------------------------*/
/* 7. Images + Links
/*-----------------------------------------------------------------*/

img,img a {
border:0;
padding:0;
outline:none;
}
img{
max-width: 100%;
height: auto;
}

img a,a img {
cursor:pointer;
}

a:hover {
text-decoration:underline;
}

footer a {
color:#FFF;
}

header nav a,
.search .current_page_parent a {
color:#707885;
}

header nav ul li ul li a {
font-weight:normal;
}

header nav a:hover,
.subnav a:hover {
text-decoration:none;
}

.img-frame {
background:url(images/global/img-frames.png);
margin-bottom:20px;
}

.banner-slider .img-frame {
margin-bottom:0px;
}

.img-frame img {
margin:10px 0 0 10px;
}

.full-banner {
width:100%;
height:181px;
background-position:0px -1113px;
}

.small-banner {
width:670px;
height:189px;
background-position:0px -908px;
}

.full-third-portrait {
width:300px;
height:373px;
background-position:-224px -517px;
}

.full-fourth-portrait {
width:203px;
height:297px;
background-position:-530px -332px;
}

.full-half {
width:465px;
height:295px;
background-position:0px 0px;
}

.full-third {
width:300px;
height:199px;
background-position:0px -305px;
}

.full-third-short {
width:300px;
height:145px;
background-position:0px -1486px;
}

.full-fourth {
width:217px;
height:153px;
background-position:0px -519px;
}

.small-half {
width:320px;
height:206px;
background-position:-481px 0px;
}

.small-third {
width:203px;
height:140px;
background-position:-315px -306px;
}

.small-fourth {
width:145px;
height:109px;
background-position:-530px -215px;
}

.blog-frame {
width:640px;
height:181px;
background-position:0px -1299px;
margin-bottom:20px;
}

.edit-page-button { clear:left;margin-top:30px; }

.edit-page-button a {
background-image:url(images/shortcodes/button-sprite.png);
text-decoration:none;
font-size:13px;
font-weight:700;
height:20px;
line-height:12px;
border-radius:3px;
text-shadow:0 1px 0 rgba(255, 255, 255, 0.4);
box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
display:inline-block;
margin:0 5px 20px;
padding:8px 10px 0;
}

.edit-page-button a {
background-position:0 -630px;
border:1px solid #DAB347;
color:#835503;
text-shadow:0 1px 0 rgba(255, 255, 255, 0.6);
}

.edit-page-button a:hover {
border:1px solid #DAB347;
background-position:0 -658px;
color:#422B01;
}

.top-aside .current-menu-item a,
.top-aside .current-menu-parent a,
.top-aside .current-menu-parent .sub-menu .current-menu-item a {
opacity: 0.6 !important;
color:#FFF !important;
}

.top-aside .current-menu-parent .sub-menu a {
opacity: 1.0 !important;
color:#FFF !important;
}

.top-aside a {
opacity: 1;
transition: opacity .20s ease-in-out;
-moz-transition: opacity .20s ease-in-out;
-webkit-transition: opacity .20s ease-in-out;
}

.top-aside a:hover {
opacity: 0.6;
}

.tour-pagination-links {
clear:both;
width:100%;
padding-top:15px;
}

.tour-pagination-links a {
font-size:14px;
}

.tour-pagination-next {
float:right;
}

.tour-pagination-previous {
float:left;
}













/*-----------------------------------------------------------------*/
/* 10. Sub Navigation
/*-----------------------------------------------------------------*/
div + .subnav_cont > * {
margin-left:0;
}

.sidebar .subnav > ul {
list-style-image:none;
padding-left:0;
}

.sidebar .subnav li {
border-bottom:1px solid #dcddde;
border-top:1px solid #FFF;
margin-bottom:0;
min-height:18px;
}

.sidebar .subnav li:first-child {
border-bottom:1px solid #EEE;
}

.sidebar .subnav a {
min-height:18px;
padding:11px 0 11px 23px;
display:block;
}

.sidebar .subnav ul .has_subnav ul a {
padding:9px 0 9px 23px;
}

.sidebar .subnav a:hover {
background:url(images/global/bg-subnav-link-hover.png) top right no-repeat;
}

.sidebar li:first-child {
border-top:none;
}

.sidebar .subnav ul ul {
border-top:1px solid #dcddde;
padding:5px 0;
}

.has_subnav {
padding-bottom:0 !important;
}

.sidebar .subnav .current_subpage,
.sidebar .subnav .current_subpage a,
.sidebar .subnav .current_subpage a:hover{
color:#FFF;
}

.sidebar .subnav .current_subpage ul a,
.sidebar .subnav .current_subpage ul a:hover {
background:none;
color:#636B75;
}

.subnav ul a:link,
.subnav ul a:visited{
color:#636B75;
}

.sidebar .subnav ul ul li {
border:none;
margin:0;
padding:0;
list-style-position:inside;
}

.subnav > ul ul {
background:#F4F4F4 url(images/global/bg-subnav-subnav.png) right top repeat-y;
}

ul{
padding:5px 0 0 16px;
list-style-image:url(images/global/bullet-type-1.png);
}

.sidebar .subnav ul {
list-style-image:none;
list-style-type:none;
}

.sidebar .subnav ul .has_subnav ul a,
.sidebar .subnav ul .has_subnav ul a:hover{
background:url(images/global/bullet-type-1.png) 90% 50% no-repeat;
}

.sidebar .subnav .has_subnav ul li a,
.sidebar .subnav .has_subnav ul li a:hover,
.sidebar .subnav .has_subnav .current_subpage a,
.sidebar .subnav .has_subnav .current_subpage a:hover{
margin-right:0px;
}

.current_subpage {
border: none !important;
}

hr{
border: none;
border-top: 1px solid #DADADA;
}










/*-----------------------------------------------------------------*/
/* 11. Homepage
/*-----------------------------------------------------------------*/
.banner {
height:324px;
position:relative;
z-index:2;
width:100%;
overflow:visible;
}

.banner .center-wrap {
position:relative;
}

.wide {
text-align:center;
font-size:25px;
}




/* ------ Homepage - jQuery Slider ------ */
.banner-slider,
.top-aside {
z-index:1;
position:relative;
}

.banner-slider .center-wrap {
padding:35px 0;
}

.banner-slide.current {
display:block;
}

.banner-slider *{
color:#FFF;
}

.main-wrap-slider {
clear:both;
}

#slides {
position:relative;
}

.slides_container {
width:960px;
}

.slides_container div {
display:block;
z-index:525;
overflow:hidden;
}

.slides_control .home-slider-post p:last-child {
margin-bottom:0px;
}

.pagination {
margin:50px auto 0 0;
float: left;
left: 50%;
max-width: 960px;
position: relative;
list-style:none;
}

.pagination li {
float: left;
margin: 0 10px 0 0;
position: relative;
right: 50%;
}

.pagination li a {
display: block;
background: url(images/global/bg-slider-nav.png);
width: 8px;
height: 9px;
text-indent: -9999px;
}

.pagination li.current a,
.pagination li a:hover { background: url(images/global/bg-slider-nav.png) -8px 0; }


.slides_container .single-post-thumb {
border: none;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.45);
margin-bottom:5px;
}

.banner-slider h1,
.banner-slider h2,
.banner-slider h3,
.banner-slider h4,
.banner-slider h5,
.banner-slider h6 {
margin-top:35px;
color:#FFF;
}

#slides .next,
#slides .prev {
display:none;	
}

.banner-slider .next,
.banner-slider .prev {
z-index:9999;
width:54px;
height:51px;
margin:-20px 0 0;
display:block;
background:url(images/global/bg-slider-navigation-arrows.png) no-repeat 0 0;
position:absolute;
top:50%;
cursor:pointer;
text-indent:-9999px;
opacity:0.6;
-webkit-transition:all .3s ease;
}

.banner-slider .prev {left:0px;}
.banner-slider .next {right:0px; background-position:100% 0; }

.banner-slider .next:hover,
.banner-slider .prev:hover {opacity:0.9;}




/* ------ Homepage - Vertical Layout ------ */
.home-vertical-callout .img-frame {
float:left;
margin:0 18px 18px 0;
}

.home-vertical-callout {
clear:left;
margin-bottom:10px;
}

.home-vertical-content {
padding-top:8px;
}

.home-vertical-sidebar {
box-shadow:0 1px 3px #c3c3c3;
border-radius:5px;
background: #f7f7f7;
padding:25px 0;
font-size:13px;
}

.home-vertical-sidebar > * {
margin-left:24px;
}

.home-vertical-sidebar .sidebar-widget {
padding-top:5px;
}

.home-vertical-sidebar .widget-heading {
font-weight:500;
margin-bottom:24px;
font-size:15px;
}

.home-vertical-sidebar .recent-post-widget-text {
margin-top:2px;
margin-bottom:18px;
padding-bottom:18px;
border-bottom:1px solid #dcdcdc;
font-size:13px;
width:92%;
}

.home-vertical-sidebar .recent-post-widget-text a {
background:url(images/global/arrow-right.png) right center no-repeat;
display:inline-block;
padding-right:28px;
}

.home-vertical-sidebar a:hover {
text-decoration:none;
}

.recent-post-widget-title {
font-weight:bold;
margin-bottom:0px;
}

.home-vertical-sidebar .recent-post-widget-text {
font-size:11px;
}

.home-vertical-sidebar .recent-post-widget-text:last-child {
padding-bottom:10px;
border-bottom:0;
}






/* ------ Homepage - Lightbox Layout ------ */
.main-wrap-home-lightbox {
padding-top:70px !important;
}

.home-lightbox-banner-content {
position:absolute;
top:62px;
left:570px;
}

.home-lightbox-banner-content p {
font-size:13px;
}

.hero-image {
position:absolute;
bottom:0px;
right:0px;
}

.hero-wrap {
background:url(images/global/bg-home-banner-hero.png) left bottom no-repeat;
position:absolute;
left:-40px;
top:18px;
width:575px;
padding-bottom:89px;
height:320px;
}

.home-primary-image {
position:absolute;
left:27px;
top:20px;
z-index:900;
}

.home-secondary-image {
position:absolute;
left:98px;
top:65px;
z-index:800;
}

.lightbox-link {
background:url(images/global/bg-home-lightbox-link.png) 0 0 no-repeat;
width:450px;
height:315px;
z-index:9999;
display:block;
position:absolute;
left:27px;
top:20px;
outline:none;
text-indent:-9999em;
}

.lightbox-link:hover {
background-position:-450px 0;
}







/* ------ Homepage - Marketing Content Layout ------ */
#home-marketing-content,
#home-marketing-blogposts {
width:54.6%;
float:left;
font-size:13px;
}

#home-marketing-content p {
margin-top:5px;
}

#home-marketing-icons,
#home-marketing-testimonials {
width:43.8%;
float:right;
margin-right:-5px;
font-size:13px;
}

#home-marketing-icons p {
display:inline;	
}

#home-marketing-testimonials .testimonials {
margin-top:-5px;
}

#home-marketing-icons .tt-icon {
width:34%;
float:left;
line-height:18px;
padding-bottom:0;
margin-right:5px;
}

#home-marketing-icons .tt-icon:first-child + .tt-icon + .tt-icon{
clear: left;
}

#home-marketing-icons .tt-icon:last-child {
padding-bottom:8px;
}

#home-marketing-icons .tt-icon:hover {
text-decoration:none;
}

#home-marketing-icons .tt-icon-link strong:hover {
text-decoration:underline;
}

.section_title {
text-transform:uppercase;
font-weight:400;
color:#555;
font-size:11px;
}

.article_preview {
margin-top:25px;
font-size:13px;
}

.article_preview strong a {
padding:2px 0 2px 25px;
background:url(images/global/bg-blog-comments.png) no-repeat scroll 0 4px transparent;
}

.article_preview p {
padding-left:25px;
padding-top:3px;
}









/*-----------------------------------------------------------------*/
/* 12. Blog
/*-----------------------------------------------------------------*/
.blog_page_content {
width:645px !important;
}

.member-name {
color: #5B626D;
}


.sidebar {
width: 270px !important;
float: right !important;
background: url(http://www.thelifeinsurancegurus.com/wp-content/uploads/background-gradient.png) no-repeat;
padding-left: 25px;
}

div + .blog_sidebar {
width: 270px !important;
float: right !important;
background: url(http://www.thelifeinsurancegurus.com/wp-content/uploads/background-gradient.png) no-repeat;
padding-left: 25px;
}

.tt-share {
padding:8px 0 5px 0;	
}

.facebook-share iframe {
height:20px;
width:85px;
}

.retweet-share iframe {
width:90px !important;
margin:0;
}

.facebook-share,
.retweet-share,
.pinterest-share {
display:inline-block;
}

.pinterest-share {
margin-left:9px;	
}

footer .facebook-share,
footer .retweet-share {
display:inline-block;
clear:none;
margin:0;
}

.preview h2 {
margin-bottom:6px;
}

.no-posted-by {
padding-bottom:15px;
}

.metadata {
font-style:italic;
font-size:13px;
margin-bottom:25px;
display:block;
color:#999;
padding:3px 0 3px 20px;
background:url(images/global/bg-meta-data.png) 0px 2px no-repeat;
}

.blog-feature {
margin-bottom:20px;
}

article {
width:640px;
font-size:13px;
margin-bottom:100px;
}

.blog-main-preview {
margin-bottom:70px !important;
}

.articles_preview .tabs_type_2 {
margin-top:30px;
}

article hr {
margin-top:30px;
}

.post-tags {
display:none;
}

.post-details {
border-top:1px solid #E5E5E5;
margin-top:30px;
width:100%;
padding:10px 0 0;
}

.post-thumb a,
.post-thumb iframe,
.single-post-thumb {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #DCE1E7;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
display: block;
float: left;
padding: 8px;
margin-bottom:22px;
}

.single-post-thumb + p {
clear:left;
}

.post-thumb iframe {
float:none;
}

.post-categories,
.post-leave-comment {
background:url(images/global/image-sprite.png) 0 0 no-repeat;
}

.post-categories {
float:left;
background-position:-504px -58px;
padding:5px 0 5px 24px;
}

.post-leave-comment {
float:right;
background-position:-465px -21px;
margin-left:12px;
padding:5px 0 5px 24px;
}

#respond {
clear:both;
padding:45px 0 0 40px;
}

.comment-title {
background:url(images/global/bg-blog-comments.png) no-repeat scroll 0 50% transparent;
font-size:18px;
margin-bottom:13px;
padding:5px 0 5px 26px;
}

#cancel-comment-reply-link {
color:#AF3435;
text-decoration:underline;
margin-left:20px;
background:url(images/global/icon-cancel-reply.png) 0 50% no-repeat;
padding:25px 25px 25px 20px;
}

#blog-comment-outer-wrap {
background:url(images/global/bg-blog-comment-wrap.png) 0 0 repeat-x;
margin-top:-1px;
}

.tt-comment-count {
font-size:16px;
background:url(images/global/arrow-up-2.png) 31px 29px no-repeat;
padding-bottom:18px;
margin-bottom:0px;
}

.tags a {
text-decoration:underline;
}

#blog-comment-outer-wrap a {
font-size:13px;
}

.topmargin {
margin-top:25px;
}

.preview h2 {
line-height:30px;
}

.archive-heading {
font-weight:bold;
color:#333;	
}

/* ----- Discussion & Comments ----- */
.discussion-wrap {
padding-top:80px;
}

#blog-comment-outer-wrap ul li,
#blog-comment-outer-wrap ol li{
margin-bottom:0px;
}

.discussion-wrap .comment-gravatar {
margin-left:0;
}

.comment-wrap {
float:left;
padding-top:10px;
width:100%;
}

.comment-wrap ul {
margin:0 !important;
padding:0 !important;
}

.comment-content {
float:left;
width:550px;
padding:30px 0 0;
}

.comment-gravatar {
background:#FFF;
width:70px;
height:70px;
float:left;
border:1px solid #EEE;
margin:25px 0 0 25px;
}

.comment-content .comment-gravatar {
margin:8px 0 0 25px;
}

.comment-gravatar img {
border:1px solid #EEE;
margin:4px 0 0 4px;
}

.comment-text {
width:400px;
float:left;
margin:6px 0 0 20px;
padding:0 0 15px 10px;
}

.comment-author {
font-weight:700;
display:block;
/* padding-bottom:5px; */
}

.comment-date {
color:#999;
font-style:italic;
font-size:11px;
display:block;
padding-bottom:15px;
}

.comment-text p {
font-size:13px;
margin-bottom:15px;
}

.comment-ol {
list-style:none;
margin:0;
padding:0;
}

.comment-ol li ul {
list-style:none;
margin:0;
padding:0;
}

.comment-ol li ul li .comment-content {
float:left;
width:585px;
margin:0 0 0 35px;
}

.comment-ol li ul li ul li .comment-content {
float:left;
width:550px;
margin:0 0 0 70px;
}

.comment-ol li ul li ul li ul li .comment-content {
float:left;
width:515px;
margin:0 0 0 105px;
}

.comment-ol li ul li ul li ul li ul li .comment-content {
float:left;
width:480px;
margin:0 0 0 140px;
}

.comment-ol li ul li .comment-content .comment-text {
width:423px;
}

.comment-ol li ul li ul li .comment-content .comment-text {
width:388px;
}

.comment-ol li ul li ul li ul li .comment-content .comment-text {
width:353px;
}

#commentform {
margin:30px 0 50px;
}

#commentform label {
display:inline;
font-weight:400;
font-size:13px;
}

ol #respond {
margin-top:30px;
}

#respond small {
color:#7B7B7B;
}

.cancel-comment-reply {
display:block;
margin:20px 0;
}













/* ----- Search Results ----- */
.search-list {
padding:0 5px 5px 25px;
}

.search-list li {
margin-bottom:25px;
}

.search-list {
list-style:decimal;
}

.search-list p {
margin-left:-25px;
}

.search-list + .wp-pagenavi {
margin-top:15px;
}

.search-list li strong a:hover {
text-decoration:underline;
}



/* ----- 404 Page not found ----- */
.page-not-found {
background:url(images/global/bg-page-not-found.png) 0 0 no-repeat;
height:266px;
padding:80px 0 0 430px;
margin:0 0 10px 75px;
}

.page-not-found strong {
color:#5B626D;
font-size:14px;
font-weight:600;
}

.error404 header .current-menu-item a,
.error404 header .current-menu-parent a,
.error404 header .current-menu-parent ul .current-menu-item a,
.error404 header .current-menu-ancestor ul .current-menu-ancestor a,
.error404 header .current_page_parent a {
color:#636B75;
}







/*-----------------------------------------------------------------*/
/* 16. Footer
/*-----------------------------------------------------------------*/
footer {
clear:both;
width:100%;
padding-top:30px;
position:relative;
font-size:13px;
z-index:1;
overflow:visible;
}

.footer-content {
padding-bottom:40px;
}

footer .sidebar-widget {
padding-top:0px;	
}

.tt-relative {
position:relative;
}

.footer-social {
float:left;
}

.footer-search {
float:right;
}

.footer-callout {
width:100%;
background:#E4E4E4 url(images/global/bg-footer-callout.png) left top repeat-x;
padding:37px 0;
}

.footer-callout-content {
float:left;
width:76%;
line-height:20px;
}

.footer-callout-button {
float:right;
margin:14px 0 0 0;
}

.footer-callout-content p {
font-size:17px;
margin-bottom:0px;
text-shadow: 1px 1px 2px #FFF;
}

.footer-callout-content .callout-heading {
font-size:20px;
letter-spacing: -0.3px;
}

.footer-bottom {
font-size:11px;
background:url(images/global/bg-footer-bottom.png) left top no-repeat;
}

form.search {
margin:0;
padding:0;
}

form.search p {
margin-top:10px;
}

footer > div > p {
font-size:11px;
float:left;
width:450px;
padding-top:20px;
}

footer ul{
list-style-image:url(images/global/bullet-type-1-footer.png);
}

footer nav {
padding:16px 0 0 0;
float:right;
}

footer nav a {
font-size:11px;
}

footer nav > ul > li+li {
margin-left:10px;
}

footer *,
.social_links a:link,
.social_links a:active,
.social_links a:visited, 
footer a:hover,
footer span,
.client_identity {
color:#FFF;
}

footer .current-menu-item a {
color:#FFF;
font-weight:bold;
}

footer .foot-heading {
margin-bottom:12px;
color:#FFF;
font-size:16px;
font-weight:500;
}

footer .social_icons,
#contact-info-wrap .social_icons {
padding-left:0;
}

footer .social_icons a,
#contact-info-wrap .social_icons a {
padding-left: 22px;
}

.footer-default-one,
.construction-default-one {
width:41.6%;
float:left;
}

.footer-default-two,
.construction-default-two {
width:18.75%;
float:left;
margin-left:6.25%;
}

.footer-default-three,
.construction-default-three {
width:26.04%;
float:right;
}

footer .footer-default-three .social_icons li,
footer .construction-default-three .social_icons li,
#contact-info-wrap .social_icons li {
float:left;
margin-right:20px;
}

.display-none {display:none;}

.footer-copyright {
clear:both;
width:100%;
padding:15px 0;
background:url(images/global/bg-footer-copyright.png) center top no-repeat;
}

.footer-nav {
list-style:none;
margin:0;
padding:1px 0 0 0;
}

.footer-nav li {
float:left;
margin-bottom:0;
}

.footer-nav li + li {
margin-left:10px;
}

.footer-nav li a {
color:#FFF;
padding-right:10px;
background:url(images/global/bg-seperator.png) 100% 50% no-repeat;
font-weight:500;
}

.footer-nav li:last-child a {
background:none;
}

.footer-nav .current_page_parent a {
color:#FFF;
}

.foot-copy {
float:left;
}

.footer-nav {
float:right;
margin-left:110px;
}

.foot-copy p {
padding:0;
margin:0;
}

.footer-copyright p,
.footer-copyright ul {
font-size:11px;
}

.footer-logo {
padding-bottom:10px;
}








/*-----------------------------------------------------------------*/
/* 17. Shortcodes
/*-----------------------------------------------------------------*/
 
 /*----- Buttons ----- */
a.button {
background-image:url(images/shortcodes/button-sprite.png);
text-decoration:none;
font-size:13px;
font-weight:700;
height:20px;
line-height:12px;
border-radius:3px;
text-shadow:0 1px 0 rgba(255, 255, 255, 0.4);
box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
display:inline-block;
padding:8px 10px 0;
}

a.button.large {
line-height:14px;
height:24px;
padding:11px 10px 0;
}



/* Blue */
a.button.blue {
background-position:0 -126px;
border:1px solid #8DC5DA;
color:#42788E;
}

a.button.blue:hover {
border:1px solid #7CAEC0;
background-position:0 -154px;
}

a.button.large.blue {
background-position:0 -182px;
}

a.button.large.blue:hover {
background-position:0 -217px;
}

/* Green */
a.button.green {
background-position:0 -252px;
border:1px solid #ADC671;
color:#5D7731;
}

a.button.green:hover {
border:1px solid #8BB14D;
background-position:0 -280px;
}

a.button.large.green {
background-position:0 -308px;
}

a.button.large.green:hover {
background-position:0 -343px;
}





/* ----- Tabs - Type 1 ----- */
.tabs_type_1 {
width:100%;
height:468px;
box-shadow:0 0 6px #c3c3c3;
border-radius:10px;
background-color:#f8f8f8;
overflow:hidden;
position:relative;
margin-bottom:30px;
}

.tabs_type_1 dt {
width:22%;
border-bottom:1px solid #ededed;
font-size:13px;
font-weight:700;
cursor:pointer;
padding:16px 0 16px 3%;
}

.tabs_type_1 dt img {
display:inline-block;
margin-right:15px;
position:relative;
top:5px;
}

.tabs_type_1 dd {
margin-left:26%;
background-color:#FFF;
height:84%;
box-shadow:inherit;
overflow:auto;
position:absolute;
top:0;
right:0;
display:none;
z-index:1000;
padding:4%;
}

.tabs_type_1 dt:first-child {
margin-top:2.4%;
}

.tabs_type_1 dd.current {
display:block;
}

.tabs_type_1 dd .column_group p:first-child {
margin-top:0;
}

.tabs_type_1_arrow {
position:absolute;
top:0;
left:23%;
z-index:1001;
width:18px;
height:36px;
background-image:url(images/shortcodes/arrow.png);
background-repeat:no-repat;
}



/* ----- Tabs - Type 2 ----- */
.tabs_type_2 {
position:relative;
margin-top:40px;
font-size:13px;
padding-top:10px;
height:380px;
}

.tabs_type_2 dt {
float:left;
margin-left:1.25%;
margin-right:3.5%;
cursor:pointer;
font-weight:bold;
}

.tabs_type_2 dd {
display:none;
position:absolute;
background-image:url(images/shortcodes/tabs-type2-BG.png);
background-repeat:repeat-x;
top:50px;
padding:30px;
}

.tabs_type_2 dd.current {
display:block;
}

.tabs_type_2_arrow {
position:absolute;
top:38px;
z-index:1001;
width:28px;
height:15px;
background-image:url(images/shortcodes/arrow-up-2.png);
background-repeat:no-repat;
}



/* ----- Accordion ----- */
.accordion {
font-size:13px;
margin-bottom:40px;
}

.accordion dt {
width:100%;
border:1px solid #e9e9e9;
border-radius:5px;
margin-bottom:4px;
text-indent:50px;
font-weight:500;
background-image:url(images/shortcodes/accordion-BG.png);
background-position:bottom left;
background-repeat:repeat-x;
position:relative;
cursor:pointer;
padding:20px 0;
}

.accordion dd {
display:none;
line-height:20px;
padding:10px;
}

.accordion dd.current {
display:block;
}

.accordion dd p:first-child {
margin-top:8px;
}

.accordion dt:before {
content:url(images/shortcodes/plus-sign.png);
position:absolute;
left:-37px;
top:50%;
margin-top:-12px;
}

.accordion dt.current:before {
content:url(images/shortcodes/minus-sign.png);
}



/* ----- Tooltip ----- */
.tool_tip {
width:195px;
font-size:13px;
background-color:#fff;
box-shadow:0 0 4px #c3c3c3;
background-image:url(images/shortcodes/tool-tipBG.png);
background-repeat:repeat-x;
border-radius:6px;
position:absolute;
padding:18px 22px 15px;
}

.tool_tip:after {
content:url(images/shortcodes/arrow-down.png);
position:absolute;
bottom:-16px;
left:50%;
margin-left:-14px;
}



/* ----- Product Callout ----- */
.product_callout {
border-radius:10px 10px 10px 10px;
position:relative;
padding:30px 35px;
}

.product_callout p {
font-size:14px;
margin-right:115px;
margin-top:0;
line-height:22px;
}

.product_callout h3 {
margin-bottom:10px;
font-size:23px;
}

.product_callout .button {
margin-top:-20px;
position:absolute;
right:35px;
top:50%;
}

.callout_light {
background:url(images/shortcodes/callout-bg-light.png) left bottom repeat-x;
border:1px solid #EEE;
}

.callout_dark {
background:#555 url(images/shortcodes/callout-bg-dark.png) left bottom repeat-x;
border:1px solid #555;
}

.callout_dark h3,.callout_dark p {
color:#FFF;
}



/* ----- Columns ----- */
.one_half, .one_third, .one_fourth, .one_fifth, .two_thirds, .one_sixth {
float:left;
}

.one_half {
width:48%;
}

.page_content_right .one_half,
.page_content .one_half {
width:320px;
}

.one_third {
width:30.65%;
}

.page_content_right .one_third,
.page_content .one_third {
/*width:203px;*/
}

.one_fourth {
width:22%;
}

.page_content_right .one_fourth,
.page_content .one_fourth {
width:145px;
}

.one_fifth {
width:16.8%;
}

.page_content_right .one_fifth,
.page_content .one_fifth {
width:110px;
}

.page_content_right .two_thirds,
.page_content .two_thirds {
width:435px;
}

.one_half + .one_half,.one_third + .one_third,.two_thirds + .one_third,.one_fourth + .one_fourth,.one_fifth + .one_fifth,.one_third + .two_thirds, .one_sixth + .one_sixth {
margin-left:4%;
}

.column-clear {
clear: both;
height:25px;
}

.two_thirds {
width:65.30%;
}
.one_sixth { width: 13.33%; overflow: hidden;}






/* ----- Notification Boxes ----- */
.notification {
border: 1px solid;
border-bottom-width: 2px;
color: #4f4f4f;
display: block;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
font-size: 11px;
line-height: 19px;
margin-bottom: 20px;
overflow: hidden;
position: relative;
-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.15), 0px 0px 2px rgba(0,0,0,0.05);
-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.15), 0px 0px 2px rgba(0,0,0,0.05);
box-shadow: 0px 1px 2px rgba(0,0,0,0.15), 0px 0px 2px rgba(0,0,0,0.05);
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
width:100%;
}

.notification p {
padding: 16px 16px 16px 42px;
text-shadow: 0px 1px 0px rgba(255,255,255,0.65);
margin-bottom:0px;
}

.notification p strong {
color: #303030;
font-weight: bold;
}


.notification.success {
background-color: #dde6ba;
border-color: #d0e289 #c6d881 #b8cb71;
background: -moz-linear-gradient(top,
#fff,
#e6efc2 2%,
#d9e2b7
);
background: -webkit-gradient(linear, left top, left bottom,
from(#fff),
color-stop(0.02, #e6efc2),
to(#d9e2b7)
);
background: linear-gradient(top,
#fff,
#e6efc2 2%,
#d9e2b7
);
filter: PROGID:DXImageTransform.Microsoft.Gradient(StartColorStr='#e6efc2',EndColorStr='#d9e2b7');
}

.notification.success p {
background: transparent url(images/shortcodes/tick.png) no-repeat scroll 14px 17px;
}

.notification.success p strong {
color: #417800;
}

.notification.error {
background-color: #f6dbd6;
border-color: #f7d5d6 #f1c8ca #f2b5b8;
background: -moz-linear-gradient(top,
#fff,
#fbe2e3 2%,
#eeccce
);
background: -webkit-gradient(linear, left top, left bottom,
from(#fff),
color-stop(0.02, #fbe2e3),
to(#eeccce)
);
background: linear-gradient(top,
#fff,
#fbe2e3 2%,
#eeccce
);
filter: PROGID:DXImageTransform.Microsoft.Gradient(StartColorStr='#fbe2e3',EndColorStr='#eeccce');
}

.notification.error p {
background: transparent url(images/shortcodes/cross.png) no-repeat scroll 14px 17px;
}

.notification.error p strong {
color: #d43c41;
}

.notification.warning {
background-color: #f9f9b4;
border-color: #f7dc72 #f4d96c #eace61;
background: -moz-linear-gradient(top,
#fff,
#ffffb9 2%,
#f0efae
);
background: -webkit-gradient(linear, left top, left bottom,
from(#fff),
color-stop(0.02, #ffffb9),
to(#f0efae)
);
background: linear-gradient(top,
#fff,
#ffffb9 2%,
#f0efae
);
filter: PROGID:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffb9',EndColorStr='#f0efae');
}

.notification.warning p {
background: transparent url(images/shortcodes/exclamation.png) no-repeat scroll 14px 17px;
}

.notification.warning p strong {
color: #777909;
}

.notification.tip {
background-color: #dceffa;
border-color: #b8e1fd #a6d4f4 #9ed1f5;
background: -moz-linear-gradient(top,
#fff,
#e0f4ff 2%,
#d4e6f0
);
background: -webkit-gradient(linear, left top, left bottom,
from(#fff),
color-stop(0.02, #e0f4ff),
to(#d4e6f0)
);
background: linear-gradient(top,
#fff,
#e0f4ff 2%,
#d4e6f0
);
filter: PROGID:DXImageTransform.Microsoft.Gradient(StartColorStr='#e0f4ff',EndColorStr='#d4e6f0');
}

.notification.tip p strong {
color: #0068a4;
}

.notification.tip p {
background: transparent url(images/shortcodes/tip.png) no-repeat scroll 14px 17px;
}

.notification.neutral {
background-color: #f0f0f0;
border-color: #e4e4e4 #d9d9d9 #cbcbcb;
background: -moz-linear-gradient(top,
#fff,
#f0f0f0 2%,
#e4e4e4
);
background: -webkit-gradient(linear, left top, left bottom,
from(#fff),
color-stop(0.02, #f0f0f0),
to(#e4e4e4)
);
background: linear-gradient(top,
#fff,
#f0f0f0 2%,
#e4e4e4
);
filter: PROGID:DXImageTransform.Microsoft.Gradient(StartColorStr='#f0f0f0',EndColorStr='#e4e4e4');
}

.notification.neutral p strong {
color: #303030;
}

.notification.neutral p {
background: transparent url(images/shortcodes/neutral.png) no-repeat scroll 14px 17px;
}






 /*----- Text Styles ----- */
.large-callout p {
font-size:15px;
/* font-weight:300; */
font-family:Helvetica, Arial, sans-serif;
}






/*-----------------------------------------------------------------*/
/* 18. Wordpress + Widgets
/*-----------------------------------------------------------------*/
.sticky,
.gallery-caption,
.bypostauthor {font-size:inherit;}

.widget-heading {
font-size:14px;
margin-bottom:14px;
color:#383C43;
}

.sidebar-widget {
border-bottom: 1px solid #DCDDDE;
margin-bottom: 10px;
padding-bottom: 15px;
min-height: 90px;
}

.top-aside .sidebar-widget {
padding:0;
margin:0;
}

.entry-content img {
margin:0 0 10px;
}

.alignleft,img.alignleft {
display:inline;
float:left;
}

.alignright,img.alignright {
margin-left:10px;
display:inline;
float:right;
}

.aligncenter,img.aligncenter {
display:block;
clear:both;
margin:0 auto;
}

.wp-caption {
margin-bottom:10px;
text-align:center;
padding-top:5px;
}

.wp-caption img {
border:0 none;
margin:0;
padding:0;
}

.wp-caption p.wp-caption-text {
line-height:1.5;
font-size:11px;
margin:0;
}

.wp-smiley {
max-height:1em;
margin:0 !important;
}

blockquote.left {
margin-right:20px;
text-align:right;
margin-left:0;
width:33%;
float:left;
}

blockquote.right {
margin-left:20px;
text-align:left;
margin-right:0;
width:33%;
float:right;
}


/* ------ WP-Pagenavi ------ */
.wp-pagenavi {
clear: both;
font-size: 9px;
height: 110px;
letter-spacing: 1.6px;
padding-top: 10px;
text-align: left;
text-transform: uppercase;
margin-top: 25px;
}

.blog_page_content .wp-pagenavi {
margin-top: -20px;
}

.wp-pagenavi a, 
.wp-pagenavi .current {
margin: 0 4px;
padding: 7px 9px;
border-radius: 3px 3px 3px 3px;
}

.wp-pagenavi a {
background-color: #F6F6F6;
border:1px solid #EFEFEF;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FAFAFA), to(#F6F6F6));
background-image: -webkit-linear-gradient(top, #FAFAFA, #F6F6F6);
background-image:    -moz-linear-gradient(top, #FAFAFA, #F6F6F6);
background-image:     -ms-linear-gradient(top, #FAFAFA, #F6F6F6);
background-image:      -o-linear-gradient(top, #FAFAFA, #F6F6F6);
}

.paged-navigation .next, 
.paged-navigation .prev {
background: none repeat scroll 0 0 transparent;
border: 0 none;
}


.wp-pagenavi a:hover, 
.paged-navigation a:hover {
text-decoration: none;
}

.wp-pagenavi a:hover,
.wp-pagenavi .current {
background: url(images/global/bg-input-gradient.gif) repeat-x scroll -1px -2px #F9F9F9;
border:1px solid #DDD;
color: #666666;
}

.wp-pagenavi .current {
font-weight:400;
}

.gallery-wp-navi .wp-pagenavi {
height: 40px;
letter-spacing: 1.6px;
padding-top: 10px;
text-align: left;
text-transform: uppercase;
margin-top: 20px;
}

.wp-pagenavi .pages {
color:#555;
}





/* -------------------------------------------------------------------------
/* 19. Progressive Enhancements
/*-----------------------------------------------------------------*/
* {
text-rendering:optimizelegibility;
}

.alert_green,
.alert_red,
.alert_blue,
.alert_yellow{
-webkit-border-radius:5px;
   -moz-border-radius:5px;
		border-radius:5px;
}




.businessListing {
  background-color: #FFFFFF;
  border: 1px solid #D2D2D2;background: url("http://www.thelifeinsurancegurus.com/wp-content/themes/Sterling/images/shortcodes/icons/vcard.png") no-repeat scroll 0 0 transparent;
  padding: 10px 10px 10px 80px ;
  border-radius: 5px 5px 5px 5px;
  margin-top: 10px; 
  text-align: center;
  width: 420px;
}

#cityLeft {
width:65.2%;
float:left;
}

#cityRight {
width:30.6%;
margin-left:4%;
}

.cityFactsHeading {
  color: #194F6F;
  font-size: 13px;
  font-weight: bold;
}

#cityFacts tr td {
  border: 1px solid #D2D2D2;
  padding: 10px;
}

#cityFacts table{
  border-collapse: collapse;
  padding: 0;
  width: 100%;
}

#map {
height: 320px;
width: 580px;
}

.slides_container h3{
margin-top: 2px;
}

#bwapsheader {
display: none !important;
}

.bwapsListingSnippet {
padding: 0px !important;
}

#bwapsilisting {
width: 100% !important;
padding: 0px !important;
}

#nearbyCities{
margin-top: 11px;
}





#insurance-calc fieldset {
	border: 1px solid #0D90D0;
	padding: 0;
        width: 580px;
        margin-left:auto;
        margin-right:auto;
}

#insurance-calc fieldset h3 {
	margin: 0;
	background-color: #0D90D0;
	color: #fff;
	padding: 3px 5px;
	font-size: 18px;
	border-bottom: 1px solid #bdd3e9;
}

#insurance-calc fieldset .field-row {
	border-bottom: 1px solid #bdd3e9;
	padding: 3px 5px;
	margin: 0;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
}

#insurance-calc fieldset .sub-row{
	display: block;
	border-bottom: none;
	overflow: hidden;
}

#insurance-calc fieldset h4 {
	margin: 0;
	padding-bottom: 3px;
	font-size: 1em;
	font-weight: normal;
}

#insurance-calc fieldset .field-row.even {
	background-color: #e2f3fa;
}

#insurance-calc fieldset .field-row label{
	display: block;
	float: left;
	width: 450px;
	line-height: 25px;
}

#insurance-calc fieldset .sub-row label{
	padding-left: 25px;
	width: 425px;
	font-style: italic;
}

#insurance-calc fieldset .field-row label.error{
	display: inline;
	width: auto;
	float: left;
	margin-left: 10px;
	color: #ff3a52;
	padding: 0;
	font-style: italic;
}

#insurance-calc fieldset .field-row .field-input{
	display: inline;
	width: 120px;
	float: left;
}

#insurance-calc fieldset .field-row .field-input input{
	width: 100px;
	margin: 2px 1px;
	border: 1px solid;
	padding: 3px;
}

#insurance-calc fieldset .field-row .field-input span{
	float: left;
	margin-right: 5px;
}

#insurance-calc fieldset .field-row .field-input .radio-option{
	width: auto;
	margin-right: 15px;
}

#insurance-calc fieldset .field-row .field-input .radio-option div.radio{
	margin: 3px;
	line-height: 25px;
}

#insurance-calc fieldset .field-row .field-input .radio-option input{
	width: auto;
}

#insurance-calc fieldset .field-row input.error{
	border-color: #ff3a52;
	background-color: #ffebed;
}


#insurance-calc fieldset .field-row input.number{
	margin-left: 10px;
	width: 30px;
}

#insurance-calc fieldset .field-row.disabled {
	color: #ccc;
}

#insurance-calc fieldset .field-row.disabled input {
	border-color: #ccc;
	background: #eee;
}

#insurance-calc #form-footer {
	padding: 10px 0;
}

#insurance-calc #form-footer .formInstruction {
	padding: 5px;
}


#calc-results {
	margin-top: 15px;
	/*margin-left: -20%*/
	padding: 15px;
	width: 830px;
	background: #fff;
}

#insurance-calc #insurance_estimate_wrap {
  margin-bottom: 25px;
}

#insurance-calc #covered {
  font-size: 1.5em;
}


#calc-results .close {
	background-color: transparent;
	background-image: url('http://www.thelifeinsurancegurus.com/wp-content/uploads/closebutton.png') !important;
	background-repeat: no-repeat;
	background-position: left top;
	height: 34px !important;
	position: absolute !important; 
	top: -10px; 
	right: -10px !important;
	width: 34px !important;
}

#calc-results #insurance_estimate {
	font-weight: bold;
	color: #496885;
}

#calc-results #visualization {
	margin: 15px 0;
	padding: 15px 0;
	border: 1px dashed #ccc;
	border-left: none;
	border-right: none;
}

.tabs_type_1_arrow {
	left: 232px !important;
}

#quote {
padding: 20px 25px;
background-color: #f2f2f2; /*Change colour here and in .arrow-down*/
float: left;
font: italic 17px/22px Georgia, "Times New Roman", Times, serif;
color: #53646d;
text-shadow: 1px 1px 0 #ffffff;
/*Uncomment to add round corners*/
/* -moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px; */
}

.arrow {
float: left;
margin-left: 25px;
width: 0;
height: 0;
border-top: 30px solid #f2f2f2; /*Change colour here to match .testimonial*/
border-left: 30px solid transparent;
border-right: 0px solid transparent; /*Make this 30px to create a triangle*/
}


#quoteauthor {
margin: 0 8px;
color: #1e4673;
padding-top: 5px;
font: bold 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#quoteauthorlocation  {
color: #53646d;
font-weight: normal;
}

#quotearea {
min-height:150px;
}


.timeline .stream {
position: relative;
width: 100%;
overflow: hidden;
height: 500px !important;
}

#mce-EMAIL {
width: 172px;
height: 23px;
}

#mc-embedded-subscribe {
width: 85px;
height:30px;
margin-left: 5px;
}

#mc-embedded-subscribe-form{
margin-top: 5px;
margin-bottom: 10px;
}

ul#yiw-featured-post {padding:10px 0 0 0;font-size:100%;line-height:30px;}
ul#yiw-featured-post li {line-height:20px;margin:0 0 10px 0;font-size:90%;border-bottom:1px solid #c6c5c5;display:block;overflow:hidden;background:#f7f9f9;}
ul#yiw-featured-post .featured-thumb {float:left;}
ul#yiw-featured-post li a:link, .widget_featured-posts li a:visited {min-height:80px;}
ul#yiw-featured-post li:hover {background:#f7f9f9;}
h4.featured-title{clear:none;margin:0;float:right;width:166px;padding:4px 4px 0px 3px;font-size:16px;text-align:left;letter-spacing: 0px;line-height:20px;}
/* HACKS & UTILITA' */
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
/* CSS rule for IE6 */
* html .clearfix {height:1%;}
/* CSS rule for IE7 */
*:first-child+html .clearfix {min-height: 1px;}

/* elimina il bullet per il tema di default */
ul#yiw-featured-post>li:before {content: ""!important;}

.sidebar-widget h2{
margin-bottom: 0px !important;
}

.sidebar-widget p{
margin-bottom: 0px !important;
}

.omc-social-media-icon {
float: left;
margin-right: 7px;
border: 1px solid #E5E5E5;
width: 83px;
background: url(http://wp-avenue.themesector.com/wp-content/themes/Avenue/images/social-bg.png) repeat;
text-align: center;
padding: 10px 0 10px 0;
}

.omc-social-media-icon.last {
margin-right: 0px !important;
}

.omc-icon { 
height: 32px;
display: block;
margin: 0 0 5px 25px;
width: 32px;
}

.omc-Feed {
background-image: url('http://www.thelifeinsurancegurus.com/wp-content/uploads/feed_32.png');
}

.omc-Facebook {
background-image: url('http://www.thelifeinsurancegurus.com/wp-content/uploads/facebook_32.png');
}

.omc-Twitter {
background-image: url('http://www.thelifeinsurancegurus.com/wp-content/uploads/twitter_32.png');
}


.adlistings {
margin-top: -20px;
}

.adlistings li{
margin-bottom:0px;
}

.listingDescriptionBody {
color: #636b73 !important;
font-size: 12px;
line-height: 19px;
}



.listingDescriptionBody li{
list-style-image: none !important;
}


#callout{
width: 100%;
border-bottom: none;
background: url(http://insured101.com/wp-content/themes/insured/library/images/contrast.png) repeat;
}


#callout .eightcol {
float: none !important;
margin: auto !important;
}

#sign {
margin: 10px 0px 0px 130px;
}

#companies {
border-bottom: 1px solid #e1e1e1;
margin-bottom: 10px;
}

#companies img {
width: 100%;
height: auto;
}

#socialsignals img {
margin: 0 auto;
display: block;
}

 .sixcol {
    width: 48.618784527%;
  }

  .first {
    margin-left: 0;
  }

  .onecol,
  .twocol,
  .threecol,
  .fourcol,
  .fivecol,
  .sixcol,
  .sevencol,
  .eightcol,
  .ninecol,
  .tencol,
  .elevencol,
  .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }

#callout {
height: 461px;
}

#callout .right {
margin-left: 0%;
}

#callout .twelvecol {
padding: 0 14%;
}

#callout h1 {
font-size: 66px !important;
font-weight:900;
text-align:center;
}

#quotebox {
width: 290px;
padding: 1px 10px 5px 10px;
background-color: #d4f2fa;
text-align: justify;
height: 304px;
}

#quoteboxheader {
margin: 0 -19px;
background: #7fc04c;
color: #ffffff;
}

#quoteboxheader h2 {
font-size: 1.43em;
color: #ffffff;
padding: 15px 0;
text-align: center;
margin: 0.48em 0 0.83em 0;
}

#quotebox form {
margin: -15px 0px 0px 0px;
text-align: center;
}

#step {
font-size: 16px;
margin-top: -6px;
margin-bottom: 24px;
}

#arrowleft {
border-width: 9px 0px 0px 9px;
border-style: solid;
content: "";
margin: -19px 0 0 0;
border-color: #5a8e32 transparent transparent transparent;
position: absolute;
margin-left: 0px;
}

#arrowright {
border-width: 0 0 9px 9px;
border-style: solid;
content: "";
margin: -19px 0px 0px 319px;
border-color: transparent transparent transparent #5a8e32;
position: absolute;
margin-left: 319px;
}

#zipcode {
font-size: 30px;
height: 44px;
margin: 0;
vertical-align: baseline;
width: 280px;
text-align: center;
}


#submit {
font-size: 30px;
height: 44px;
margin: 0;
vertical-align: baseline;
width: 284px;
margin-top: 5px;
text-align: center;
}

#submitButton {
margin-top: -40px;
}

#securityBox {
margin-top: 15px;
}

#calloutwrapper {
display: block;
position: fixed;
width: 100%;
top: 0px;
left: 0px;
z-index: 5000;
height: 33px;
}

#calloutbar {
background: #eb593c;
color: #ffffff;
font-size: 14px;
font-weight: normal;
height: 30px;
line-height: 30px;
margin: 0;
overflow: visible;
padding: 0;
position: fixed;
text-align: center;
width: 100%;
z-index: 1000;
border-bottom: 3px solid rgb(140, 227, 255);
}