/*
Theme name: Bodmin Blinds Child
Description: HomeGuard
Template: bodmin-blinds
*/

/******* Bodmin Blinds WordPress CSS *******/

/* Common elements styling */

.post .entry ul { margin-left: 25px; }
.post .entry ol { margin-left: 25px; }
.post .entry a img { border: 0 }

p img { padding: 0;	max-width: 100%; }
img.centered { display: block; margin-left: auto; margin-right: auto; }
img.alignright { margin: 2px 0 2px 7px; display: inline; }
img.alignleft { margin: 2px 7px 2px 0; display: inline; }
.alignright { float: right; display: inline; }
.alignleft { float: left; display: inline; }
.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.content .wpgmza_map { margin:0!important; }
h3.article-title{ display:none; }
.callout { display: none; }

/* Calendar widget */
#wp-calendar { empty-cells: show; margin: 10px auto 0; }
#wp-calendar #next a { padding-right: 10px; text-align: right; }
#wp-calendar #prev a { padding-left: 10px; text-align: left; }
#wp-calendar a { display: block; }
#wp-calendar caption { text-align: center; width: 100%; }
#wp-calendar td { padding: 3px 0; text-align: center; }
.wp-caption { border: 1px solid #ddd; text-align: center; padding-top: 4px; margin: 10px; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0;}

/* Big images in rich text editor should not break page layout */
.post .entry { overflow: hidden; } 

/******* /Bodmin Blinds WordPress CSS *******/

/* ==========================================================================
	#Reset
========================================================================== */
* { padding: 0; margin: 0; outline: 0; }

/* ==========================================================================
	#Base
========================================================================== */
html,
body { height: 100%; }

html { overflow-y: scroll; }
body { background: #f5f6f7; font-family: "Alef", Arial, sans-serif; font-size: 13px; line-height: 1.69; color: #000; }

a { cursor: pointer; color: #000; text-decoration: none; }
a:hover { text-decoration: underline; }

h1,
h2,
h3,
h4,
h5,
h6 { font-weight: normal; }

h1 { font-size: 25px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 15px; }
h6 { font-size: 12px; }

blockquote { border: 1px solid #eeeeee; padding: 10px; margin-bottom: 10px; }

strong { font-family: "Alef", cursive; font-weight: 700; }

img { border: 0; vertical-align: middle; }

ul,
ol { list-style-position: inside; }

/* ==========================================================================
	#Helpers
========================================================================== */
.alignleft { float: left; }
.alignright { float: right; }

.clearfix:before,
.clearfix:after { display: table; content: ' '; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* ==========================================================================
	#General
========================================================================== */
.container { width: 960px; padding-bottom: 22px; margin: 0 auto; background: #fff; box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.16), -6px -4px 10px 0px rgba(0, 0, 0, 0.16); }
.shell { width: 962px; margin: 0 auto; } 

.main-inner { overflow: hidden; }

.content { width: 563px; padding-left: 29px; }

/* ==========================================================================
	#Header
========================================================================== */
.header { position: relative; }

.bar { width:960px; overflow: hidden; padding: 7px 0; background: #1c1c1c; white-space: nowrap; }
.bar .contacts { float: right; margin-right: 21px; font-family: "Open Sans", sans-serif; line-height: 1.6; color: #fff; text-transform: uppercase; }
.bar .contacts p { font-size: 14px; }
.bar .contacts span { padding-left: 4px; font-weight: 700; } 

.logo { position: absolute; bottom: 39px; left: 30px; width: 177px; height: 167px; background: url(images/logo.png) no-repeat 0 0; text-indent: 100%; overflow: hidden; white-space: nowrap; z-index: 9999; }

/* ==========================================================================
	#Navigations
========================================================================== */
.nav-secondary { float: left; padding-left: 9px; }
.nav-secondary ul { overflow: hidden; }
.nav-secondary li { float: left; }
.nav-secondary a { font-family: "Open Sans", sans-serif; font-size: 12px; line-height: 2.17; color: #fff; text-transform: uppercase; }

.description-bar { float: left; padding-left: 30px; }
.description-bar p { font-family: "Open Sans", sans-serif; font-size: 12px; line-height: 2.17; color: #fff; text-transform: uppercase; }

.nav { margin-bottom: 23px; }
.nav ul { overflow: hidden; border-bottom: 1px solid #eeeeee; list-style: none outside none; }
.nav li { display: table-cell; width: 1%; padding-top: 12px; text-align: center; *float: left; *width: auto; }
.nav li + li { padding-left: 2px; border-left: 1px solid #eee; *padding-left: 10px; }
.nav li:first-child a { padding-left: 2px; *padding-left: 20px; }
.nav li:last-child { border-right: 0; }
.nav a { display: block; font-size: 14px; line-height: 1.86; color: #1c1c1c; text-transform: uppercase; opacity: 0.8; filter: alpha(opacity=80); *padding: 10px 23px; }

.nav .current-menu-item, 
.nav li:hover { border-bottom: 2px solid #004eb7; }

.nav li:hover a { text-decoration: none; padding-bottom: 9px; *padding-bottom: 8px; } 
.nav .current-menu-item a { padding-bottom: 9px; *padding-bottom: 8px; }

/* ==========================================================================
	#Article
========================================================================== */
.article-title { padding-bottom: 9px; font-size: 25px; line-height: 1; }
.article p { padding-bottom: 10px; opacity: 0.8; filter: alpha(opacity=80); }
.article a { opacity: 0.8; filter: alpha(opacity=80); }

img.alignleft { float: left; margin: 10px 10px 10px 0; }
img.alignright { float: right; margin: 10px 0 10px 10px; }

/* ==========================================================================
	#Sidebar
========================================================================== */
.sidebar { float: right; width: 280px; margin: 7px 32px 0 0; }

.widgets { list-style: none outside none; }

.widget { padding: 2px; background: #004eb7; }
.widget-inner { padding: 18px 23px 23px 23px; border: 1px solid #FFFFFF; }
.widget-title { padding-bottom: 12px; font-family: 'Lobster', cursive; font-size: 30px; line-height: 1; color: #FFFFFF; }
.widget-inner p,
.widget-inner a,
.widget-inner label { font-size: 13px; line-height: 1.71; color: #fff; }

/* ==========================================================================
	#Section Widgets
========================================================================== */
.section-products { margin: 34px 0 0 46px; }
.section-products .widgets,
.section-products .products { list-style: none outside none; }

.section-products .products { overflow: hidden; }
.section-products .product { float: left; width: 195px; text-align: center; }
.section-products .product-title { padding: 11px 0 5px 0; font-size: 18px; line-height: 1.44; text-transform: uppercase; font-weight: bold; }
.section-products .product ~ .product { margin-left: 30px; }
.section-products .product-head { position: relative; padding-bottom: 35px; }
.section-products .product-head img { border-radius: 50%; }
.section-products .product-head span { position: absolute; bottom: 0; left: 50%; width: 12px; height: 34px; margin-left: -6px; background: url(images/product-blue-part.png) no-repeat 0 0; }

/* ==========================================================================
	#Section Callout
========================================================================== */
.section-callout .callout { overflow: hidden; width: 920px; height: 123px; margin: 35px auto 0 auto; background: url(images/callout.jpg) no-repeat 0 0; color: #fff; }
.section-callout .callout h2 { padding-bottom: 6px; font-family: "Open Sans", sans-serif; font-size: 29px; line-height: 1; font-weight: 700; text-transform: uppercase; }
.section-callout .callout .callout-content { float: left; width: 700px; margin: 48px 0 0 20px; }

.list-white-bullets ul { overflow: hidden; list-style: none outside none; }
.section-callout .list-white-bullets li { float: left; font-family: "Open Sans", sans-serif; font-size: 20px; line-height: 1.20; background: transparent url(images/white-bullet.png) 0 center no-repeat; }
.section-callout .list-white-bullets li + li { padding: 0 10px; }
.section-callout .list-white-bullets li:first-child { padding-right: 7px;  background: none; }

.section-callout .callout-actions { float: right; margin: 84px 24px 0 0; } 
.section-callout .callout-actions .link-more { font-family: "Open Sans", sans-serif; font-size: 12px; line-height: 2.17; color: #fff; text-transform: uppercase; }

/* ==========================================================================
	#Section Features
========================================================================== */
.section-features { margin: 21px 0 0 20px; }
.section-features .cols { overflow: hidden; }
.section-features .col-1of3:first-child { width: 306px; }
.section-features .col-1of3 { float: left; width: 307px; }
.section-features .col-1of3 a:hover { text-decoration: none; }

.feature-light-orange { background: #0258cd; }
.feature-orange { background: #004eb7; }
.feature-links-dark-orange { background: #0346a0; }

.feature-light-orange,
.feature-orange { padding: 48px 20px 0 27px; }

.feature-orange { padding-left: 32px; }

.feature-light-orange h4,
.feature-orange h4 { font-size: 26px; font-family: "Open Sans", sans-serif; line-height: 1.2; color: #fff; font-weight: normal; opacity: 0.8; filter: alpha(opacity=80); padding-bottom: 11px; }

.feature-light-orange p,
.feature-orange p { font-size: 14px; line-height: 1.36; color: #fff; text-transform: uppercase; opacity: 0.8; filter: alpha(opacity=80); }

.feature-links-dark-orange { overflow: hidden; background-color: #0346a0; padding: 24px 0 24px 29px; }

.feature-links-dark-orange .list-links { float: left; height: 100%; overflow: hidden; }
.feature-links-dark-orange .list-links ul { list-style: none outside none; }
.feature-links-dark-orange .list-links ~ .list-links { padding-left: 36px; }
.feature-links-dark-orange .list-links a { font-size: 13px; color: #fff; opacity: 0.8; filter: alpha(opacity=80); }
.feature-links-dark-orange .list-links li { color:#FFF; line-height: 1; }
.feature-links-dark-orange .list-links li + li { padding-top: 14px; }
.feature-links-dark-orange .list-links a:hover { text-decoration: underline; }

/* ==========================================================================
	#Footer
========================================================================== */
.footer { overflow: hidden; padding: 12px 0 28px 0; }
.footer .credit-cards { float: right; padding-top: 9px; } 
.footer .copyright { float: left; font-size: 11px; line-height: 2.00; opacity: 0.5; filter: alpha(opacity=50); }

/* Additional styles */

.article-entry .post { margin-bottom: 10px; }

.slides { height: 246px; overflow: hidden; }
.slides ul { list-style: none; }