/*
	Theme Name: Orbis Jewellery Ltd
	Theme URI: http://www.orbisjewellery.co.uk
	Description: A mobile responsive and HTML5 theme built for Orbis Jewellery Ltd
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	
	Version: 2.1.1
	
	Tags: black, blue, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
	
	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Table of Contents

	- Imports
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Enterprise Pro Black
		- Enterprise Pro Green
		- Enterprise Pro Orange
		- Enterprise Pro Red
		- Enterprise Pro Teal
	- Media Queries
		- Retina Display
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 767px

*/


/*
Imports
---------------------------------------------------------------------------------------------------- */

@font-face {
	font-family: 'Icon';
	src:url('fonts/Icon.eot');
	src:url('fonts/Icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/Icon.woff') format('woff'),
		url('fonts/Icon.ttf') format('truetype'),
		url('fonts/Icon.svg#Icon') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;border-color:#826886!important;}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

input[type="search"] {
width: 100%;
color: #7c7c7c;
font-style: italic;
font-family: "garamond-premier-pro-display",serif;
font-size: 18px;
letter-spacing: 1.5px;
padding: 2px 0px 0px 2px;
background: transparent;
box-shadow: none;
border: none !important;
}

.site-header .widget_search {
    float:left;
    width: 340px;
}

.site-header .search-form {
    width: 100%;
}

#text-8 {
    float: right;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


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

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #EFEFF1;
	color: #333;
	font-family: 'EB Garamond', sans-serif;
	font-weight: 300;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

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

a {
	color: #34073E;
	text-decoration: none;
}

a:hover {
	color: #333;
}

p {
	margin: 0 0 24px;
	padding: 0;
	font-size: 20px;
}

.site-footer p {
    	margin-bottom: 0;
    	font-size: 14px;
}

strong {
	font-weight: 700;
}

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

li {
	list-style-type: none;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #390D40;
	font-family: 'EB Garamond', sans-serif;
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
}

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

input,
select,
textarea {
	background-color: #d3d3d3;
	border: 1px solid #ececec;
	border-radius: 3px;
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.06);
	color: #000;
	font-size: 16px;
	font-weight: 400;
	padding: 10px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #666;
	opacity: 1;
	font-weight: 400;
}

::-webkit-input-placeholder {
	color: #666;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.home-top .more-link {
	background-color: #390D40;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	padding: 16px 24px;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.home-top .more-link:hover {
	background-color: #333;
	color: #fff;
}

.entry-content .button:hover,
.footer-widgets .button {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 700;
	text-transform: uppercase;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1456px;
}

.valuations-header .wrap {
    max-width: 100%;
}

.enterprise-pro-landing .wrap {
	max-width: 800px;
}

.about-header .wrap, .silver-header .wrap, .repairs-header .wrap, .sterling-silver-header .wrap, .gold-header .wrap, .platinum-header .wrap {
    	max-width: 100%;
}

.site-inner {
	background-color: #EFEFF1;
	border-top: none;
	clear: both;
	padding-top: 0px;
}

.home .site-inner {
	background-color: #EFEFF1;
}

.home-top .su-row {
    margin-bottom: 0;
}
.home-top .su-row .su-column {
    margin: 0 0 0 1%!important;
}
.home-top .su-column-size-1-4 {
    width: 24%;
}
.home-top .su-column-size-1-2 {
    width: 50%;
}
.su-row .su-column:first-child {
    margin-left: 0 !important;
}
#text-3 {
    margin-bottom: 0;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

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

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

/* Content */

.content {
	float: right;
	width: 740px;
}

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

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

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

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

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

/* Secondary Sidebar */

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

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

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 1.2%;
}

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

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

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

.one-fourth {
    width: 24%;
    margin: 0.5% !important;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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

.header-third {
    width: 33.33%;
    float: left;
    line-height:0!important;
}
.one-quarter {
    width: 24.25%;
    float: left;
    margin:0.5%;
}
.one-quarter.first {
    margin-left: 0 !important;
}
.one-quarter.last {
    margin-right: 0 !important;
}
.contact-details li {
    font-size: 20px;
}
.contact-details li h4 {
    font-size: 24px!important;
    font-weight: bold!important;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	color: #333;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

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

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	margin-top: 8px;
}

.entry-content .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
}

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

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #31b2ed;
}

.widget-title,
.footer-widgets .featured-content .widget-title {
	border-bottom: 1px solid #ececec;
	font-size: 16px;
	margin: 0 0 20px;
	padding: 0 0 5px;
}

.home-bottom .widget-title,
.sidebar .widget-title {
	margin: -40px -40px 40px;
	padding: 30px 40px;
}

/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

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

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 12px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 12px 24px;
}

.wp-caption-text {
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption {
	margin: 0 0 10px;
}


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

.widget {
	word-wrap: break-word;
	margin-bottom: 0px;
}

.widget li {
	border-bottom: 1px dotted #ececec;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget ul > li:last-child,
.widget p:last-child {
	margin-bottom: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

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

.after-entry .widget.featured-content,
.featured-content,
.home-bottom .widget.featured-content,
.sidebar .widget.featured-content {
	border-bottom-width: 0;
	padding: 0;
}

.after-entry .featured-content .widget-title,
.featured-content .widget-title {
	margin: 0;
	padding: 30px 40px;
}

.featured-content .entry {
	background: none;
	border: none;
	border-bottom: 1px solid #ececec;
	box-shadow: none;
	margin: 0;
	padding: 0;
}

.featured-content .entry-header {
	border-bottom: 1px solid #ececec;
	margin: 0;
	padding: 30px 40px;
}
.page .entry-header {
    	display: none;
}

.featured-content .entry-title {
	font-size: 20px;
	margin: 0;
}

.featured-content .entry-content {
	padding: 40px;
}

.featured-content .alignnone {
	background: #f8f8f8;
	border-bottom: 1px solid #ececec;
	margin-bottom: 0;
}
	
.featured-content img {
	margin-bottom: -7px;
}

.featured-content .more-link {
	display: block;
	font-weight: 700;
	margin-top: 20px;
}

.featured-content .more-from-category,
.featured-content ul {
	border-bottom: 1px solid #ececec;
	margin: 0;
	padding: 40px;
}

.footer-widgets  .featured-content .alignnone {
	margin-bottom: 24px;
}

.footer-widgets .featured-content .entry {
	background: none;
	border: none;
	margin-bottom: 30px;
}

.footer-widgets .featured-content .entry-header,
.footer-widgets .featured-content .more-from-category,
.footer-widgets .featured-content ul {
	border: none;
	padding: 0 0 10px;
}

.footer-widgets .featured-content .entry-content {
	padding: 0;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.home-top .genesis_responsive_slider {
	margin: 0;
}

.site-container #genesis-responsive-slider {
	border-width: 0;
	padding: 0;
}

.site-container #genesis-responsive-slider .flex-control-nav {
	margin-top: -40px;
}

.site-container #genesis-responsive-slider .more-link {
	float: none;
	text-align: center;
}

.site-container #genesis-responsive-slider li {
	border-width: 0;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

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

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


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

.site-header {
	background-color: #EFEFF1;
	min-height: 150px;
}

.site-header .wrap {
	padding: 10px 0;
	max-width:1456px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 0 0 4px;
	width: 277px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-family: 'Titillium Web', sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover {
	color: #31b2ed;
}

.header-image .site-title > a {
	background-position: top !important;
	float: left;
	min-height: 200px;
	width: 100%;
}

.site-description {
	color: #aaa;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 1.5;
	text-transform: uppercase;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 62%;
}

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

.site-header .genesis-nav-menu li {
	border: none;
	margin: 0;
	padding: 0;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-family: 'EB Garamond', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	width: 100%;
}
.genesis-nav-menu a {
	color: #333;
	font-size:22px;
}
#menu-item-3175 a {
    padding-left: 0 !important;
}
.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
	border-right: 1px solid #999 !important;
}
.genesis-nav-menu .sub-menu .menu-item {
	border: none !important;
}
#menu-item-3180 {
    border: none !important;
}
.nav-header .genesis-nav-menu a {
    padding: 6px 24px !important;
}
.genesis-nav-menu a {
	display: block;
	padding: 10px 24px;
}
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #380B42;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #ececec;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 250px;
	z-index: 99;
	background:#EFEFF1;
}

.genesis-nav-menu .sub-menu a {
	background-color: #f8f8f8;
	border-bottom: 1px solid #999;
	border-top: none;
	color: #333;
	font-size: 16px;
	padding: 10px 24px;
	position: relative;
	width: 250px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -52px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
	list-style-type: none;
	padding: 0;
}

.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
	display: inline-block;
	padding: 20px 24px;
}

.genesis-nav-menu > .search {
	padding: 8px 0 0;
}

.genesis-nav-menu > .search input {
	font-size: 12px;
	padding: 12px 20px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .widget_nav_menu {
	color: #333;
	display:inline-block;
	margin-top:4%;
    	width: 100%;
    	text-align: left;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

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

.nav-primary {
	background-color: #EFEFF1;
	text-align:center;
}

.nav-primary,
.nav-primary a {
	color: #333;
}

.nav-primary .sub-menu a {
	background-color: transparent;
	color: #333;
}

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

.nav-secondary {
	text-transform: none;
	letter-spacing: 0;
	margin-bottom: 20px;
}

.nav-secondary .genesis-nav-menu a {
	padding: 6px 20px;
}

.site-footer .nav-secondary .genesis-nav-menu a {
	color: #aaa;
}

.nav-secondary .genesis-nav-menu a:hover {
	color: #31b2ed;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: block;
	font: normal 45px/1 'dashicons';
	margin: 0 auto;
	padding: 10px 10px 0;
	text-align: center;
}

.site-header .responsive-menu-icon::before {
	padding: 0;
}


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

/* Home Page
--------------------------------------------- */

.home-banner.widget-area, .silver-header.widget-area, .about-header.widget-area, .repairs-header.widget-area {
    padding: 10px 0;
}

.home-banner.widget-area {
    padding: 10px 0 0;
}

.home-top {
	background: #EFEFF1;
}

.home-top .widget:first-child h4 {
	padding-top: 20px;
}

.home-top .entry {
	background: none;
}

.home-top .featured-content a.alignleft,
.home-top .featured-content a.alignnone,
.home-top .featured-content a.alignright {
	margin-bottom: 0;
}

.home-top a.alignleft, 
.home-top a.alignright {
	width: 66%;
}

.home-top .featured-content,
.home-top .featured-content .entry {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.home-top .featured-content .entry-header {
	border: none;
	padding: 10% 40px 0;
}

.home-top .featured-content .entry-title {
	font-size: 30px;
}

.home-top .featured-content .entry-content {
	padding: 0 40px;
}

.home-top .more-link {
	display: table;
	text-align: center;
}

.home-bottom .widget {
	background-color: transparent;
	float: left;
	padding: 0;
	width: 100%;
}

.home-bottom .widget:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}

/* Entries
--------------------------------------------- */

.entry {
	background-color: #EFEFF1;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	padding: 10px 40px;
	margin-bottom: 0px;
}

.entry-header {
	border-bottom: 1px solid #ececec;
	margin: -40px -40px 0px;
	padding: 40px;
}

.entry-content ol,
.entry-content p,
.entry-content ul {
	margin-bottom: 26px;
}

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

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: none;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	color: #aaa;
	font-size: 14px;
	margin-bottom: 0;
}

.entry-meta a {
	font-weight: 700;
}

.entry-header .entry-meta {
	margin: 10px 0 0;
}

.entry-footer {
	margin-top: 22px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #ececec;
	margin: 0 -40px;
	padding: 40px 40px 0;
}

.entry-tags {
	float: right;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	margin-bottom: 40px;
}

.after-entry .widget {
	margin: 0;
	padding: 40px;
}

.after-entry .widget-title {
	border-top: 1px solid #ececec;
	margin: -40px -40px 30px;
	padding: 30px 40px;
}

.after-entry .widget:first-child .widget-title {
	border-top: 0;
}

.after-entry .featured-content .entry:last-of-type,
.after-entry .featured-content .more-from-category {
	border-bottom: none;
}

.after-entry .featured-content .more-from-category {
	padding: 20px 40px;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	color: #333;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #31b2ed;
	color: #fff;
}

.entry-pagination.pagination {
	margin: 0 0 10px;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	margin-bottom: 40px;
}

.comment-respond {
	padding: 40px 40px 16px;
}

.comment-respond h3 {
	border-bottom: 1px solid #ececec;
	margin: -40px -40px 40px;
	padding: 30px 40px;
}

.entry-comments {
	border-bottom-width: 0;
}

.entry-comments h3,
.entry-pings h3 {
	border-bottom: 1px solid #ececec;
	margin: 0;
	padding: 30px 40px;
}

.comment-list li.depth-1 {
	border-bottom: 1px solid #ececec;
	padding-bottom: 40px;
}

.comment-content {
	clear: both;
}

.comment-list li {
	padding: 40px 40px 0;
}

.comment-list li li {
	padding-right: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author,
.entry-comments .comment-author a {
	color: #333;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	margin-bottom: 0;
}

.comment-meta,
.comment-meta a {
	color: #aaa;
	font-size: 14px;
}

.entry-comments .comment-author a:hover,
.comment-meta a:hover {
	color: #31b2ed;
}

.ping-list li {
	padding: 40px 40px 16px;
}

.entry-pings .reply {
	display: none;
}

.comment-reply-link {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar .widget {
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	padding: 40px;
}


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

.footer-widgets {
	background-color: #fff;
	border-top: 1px solid #ececec;
	clear: both;
	padding-top: 40px;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets li {
	border-bottom: 1px dotted #ececec;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

.footer-widgets-1 {
	margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


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

.site-footer {
background-color: #EFEFF1;
border-top: 1px solid #ddd;
color: #666;
font-size: 12px;
letter-spacing: 1px;
padding: 40px 0;
text-align: center;
text-transform: uppercase;
margin-top: 10px;
}

.site-footer a {
	color: #390D40;
}

.site-footer a:hover {
	color: #aaa;
}

.site-footer p {
	margin-bottom: 0;
}


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

/* Enterprise Pro Black
--------------------------------------------- */

.enterprise-pro-black .comment-meta a,
.enterprise-pro-black .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-black .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-black .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-black .genesis-nav-menu a:hover,
.enterprise-pro-black .site-footer a,
.enterprise-pro-black a:hover {
	color: #aaa;
}

.enterprise-pro-black .comment-meta a:hover,
.enterprise-pro-black .entry-comments .comment-author a,
.enterprise-pro-black .entry-title a,
.enterprise-pro-black .genesis-nav-menu a,
.enterprise-pro-black .sidebar .widget-title a,
.enterprise-pro-black .site-footer a:hover,
.enterprise-pro-black .site-title a,
.enterprise-pro-black .site-title a:hover,
.enterprise-pro-black a {
	color: #333;
}

.enterprise-pro-black .nav-primary a {
	color: #fff;
}

.enterprise-pro-black .archive-pagination .active a,
.enterprise-pro-black .archive-pagination li a:hover,
.enterprise-pro-black .button,
.enterprise-pro-black .home-top .more-link,
.enterprise-pro-black button,
.enterprise-pro-black input[type="button"],
.enterprise-pro-black input[type="reset"],
.enterprise-pro-black input[type="submit"] {
	background-color: #333;
	color: #fff;
}

.enterprise-pro-black .button:hover,
.enterprise-pro-black .home-top .more-link:hover,
.enterprise-pro-black button:hover,
.enterprise-pro-black input:hover[type="button"],
.enterprise-pro-black input:hover[type="reset"],
.enterprise-pro-black input:hover[type="submit"] {
	background-color: #aaa;
	color: #fff;
}

/* Enterprise Pro Green
--------------------------------------------- */

.enterprise-pro-green .comment-meta a:hover,
.enterprise-pro-green .entry-comments .comment-author a:hover,
.enterprise-pro-green .entry-title a:hover,
.enterprise-pro-green .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-green .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-green .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-green .genesis-nav-menu a:hover,
.enterprise-pro-green .site-footer a:hover,
.enterprise-pro-green .site-title a,
.enterprise-pro-green .site-title a:hover,
.enterprise-pro-green a {
	color: #2bc876;
}

.enterprise-pro-green .comment-meta a,
.enterprise-pro-green .site-footer a {
	color: #aaa;
}

.enterprise-pro-green .entry-comments .comment-author a,
.enterprise-pro-green .entry-title a,
.enterprise-pro-green .genesis-nav-menu a,
.enterprise-pro-green .sidebar .widget-title a,
.enterprise-pro-green a:hover {
	color: #333;
}

.enterprise-pro-green .nav-primary a {
	color: #fff;
}

.enterprise-pro-green .archive-pagination .active a,
.enterprise-pro-green .archive-pagination li a:hover,
.enterprise-pro-green .button,
.enterprise-pro-green .home-top .more-link,
.enterprise-pro-green button,
.enterprise-pro-green input[type="button"],
.enterprise-pro-green input[type="reset"],
.enterprise-pro-green input[type="submit"] {
	background-color: #2bc876;
	color: #fff;
}

.enterprise-pro-green .button:hover,
.enterprise-pro-green .home-top .more-link:hover,
.enterprise-pro-green button:hover,
.enterprise-pro-green input:hover[type="button"],
.enterprise-pro-green input:hover[type="reset"],
.enterprise-pro-green input:hover[type="submit"] {
	background-color: #333;
	color: #fff;
}

/* Enterprise Pro Orange
--------------------------------------------- */

.enterprise-pro-orange .comment-meta a:hover,
.enterprise-pro-orange .entry-comments .comment-author a:hover,
.enterprise-pro-orange .entry-title a:hover,
.enterprise-pro-orange .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-orange .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-orange .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-orange .genesis-nav-menu a:hover,
.enterprise-pro-orange .site-footer a:hover,
.enterprise-pro-orange .site-title a,
.enterprise-pro-orange .site-title a:hover,
.enterprise-pro-orange a {
	color: #ff6f00;
}

.enterprise-pro-orange .comment-meta a,
.enterprise-pro-orange .site-footer a {
	color: #aaa;
}

.enterprise-pro-orange .entry-comments .comment-author a,
.enterprise-pro-orange .entry-title a,
.enterprise-pro-orange .genesis-nav-menu a,
.enterprise-pro-orange .sidebar .widget-title a,
.enterprise-pro-orange a:hover {
	color: #333;
}

.enterprise-pro-orange .nav-primary a {
	color: #fff;
}

.enterprise-pro-orange .archive-pagination .active a,
.enterprise-pro-orange .archive-pagination li a:hover,
.enterprise-pro-orange .button,
.enterprise-pro-orange .home-top .more-link,
.enterprise-pro-orange button,
.enterprise-pro-orange input[type="button"],
.enterprise-pro-orange input[type="reset"],
.enterprise-pro-orange input[type="submit"] {
	background-color: #ff6f00;
	color: #fff;
}

.enterprise-pro-orange .button:hover,
.enterprise-pro-orange .home-top .more-link:hover,
.enterprise-pro-orange button:hover,
.enterprise-pro-orange input:hover[type="button"],
.enterprise-pro-orange input:hover[type="reset"],
.enterprise-pro-orange input:hover[type="submit"] {
	background-color: #333;
	color: #fff;
}

/* Enterprise Pro Red
--------------------------------------------- */

.enterprise-pro-red .comment-meta a:hover,
.enterprise-pro-red .entry-comments .comment-author a:hover,
.enterprise-pro-red .entry-title a:hover,
.enterprise-pro-red .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-red .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-red .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-red .genesis-nav-menu a:hover,
.enterprise-pro-red .site-footer a:hover,
.enterprise-pro-red .site-title a,
.enterprise-pro-red .site-title a:hover,
.enterprise-pro-red a {
	color: #ff473a;
}

.enterprise-pro-red .comment-meta a,
.enterprise-pro-red .site-footer a {
	color: #aaa;
}

.enterprise-pro-red .entry-comments .comment-author a,
.enterprise-pro-red .entry-title a,
.enterprise-pro-red .genesis-nav-menu a,
.enterprise-pro-red .sidebar .widget-title a,
.enterprise-pro-red a:hover {
	color: #333;
}

.enterprise-pro-red .nav-primary a {
	color: #fff;
}

.enterprise-pro-red .archive-pagination .active a,
.enterprise-pro-red .archive-pagination li a:hover,
.enterprise-pro-red .button,
.enterprise-pro-red .home-top .more-link,
.enterprise-pro-red button,
.enterprise-pro-red input[type="button"],
.enterprise-pro-red input[type="reset"],
.enterprise-pro-red input[type="submit"] {
	background-color: #ff473a;
	color: #fff;
}

.enterprise-pro-red .button:hover,
.enterprise-pro-red .home-top .more-link:hover,
.enterprise-pro-red button:hover,
.enterprise-pro-red input:hover[type="button"],
.enterprise-pro-red input:hover[type="reset"],
.enterprise-pro-red input:hover[type="submit"] {
	background-color: #333;
	color: #fff;
}

/* Enterprise Pro Teal
--------------------------------------------- */

.enterprise-pro-teal .comment-meta a:hover,
.enterprise-pro-teal .entry-comments .comment-author a:hover,
.enterprise-pro-teal .entry-title a:hover,
.enterprise-pro-teal .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-teal .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-teal .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-teal .genesis-nav-menu a:hover,
.enterprise-pro-teal .site-footer a:hover,
.enterprise-pro-teal .site-title a,
.enterprise-pro-teal .site-title a:hover,
.enterprise-pro-teal a {
	color: #34bfba;
}

.enterprise-pro-teal .comment-meta a,
.enterprise-pro-teal .site-footer a {
	color: #aaa;
}

.enterprise-pro-teal .entry-comments .comment-author a,
.enterprise-pro-teal .entry-title a,
.enterprise-pro-teal .genesis-nav-menu a,
.enterprise-pro-teal .sidebar .widget-title a,
.enterprise-pro-teal a:hover {
	color: #333;
}

.enterprise-pro-teal .nav-primary a {
	color: #fff;
}

.enterprise-pro-teal .archive-pagination .active a,
.enterprise-pro-teal .archive-pagination li a:hover,
.enterprise-pro-teal .button,
.enterprise-pro-teal .home-top .more-link,
.enterprise-pro-teal button,
.enterprise-pro-teal input[type="button"],
.enterprise-pro-teal input[type="reset"],
.enterprise-pro-teal input[type="submit"] {
	background-color: #34bfba;
	color: #fff;
}

.enterprise-pro-teal .button:hover,
.enterprise-pro-teal .home-top .more-link:hover,
.enterprise-pro-teal button:hover,
.enterprise-pro-teal input:hover[type="button"],
.enterprise-pro-teal input:hover[type="reset"],
.enterprise-pro-teal input:hover[type="submit"] {
	background-color: #333;
	color: #fff;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

}

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

	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content {
		width: 620px;
	}
	
	.site-header .widget-area {
		width: 600px;
	}

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

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

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

.one-fourth {
    width: 100% !important;
    margin: 0 !important;
    float: left !important;
}

.one-fourth-item {
width: 50%;
float: left;
}

.one-half {
    width: 100% !important;
    margin: 0 !important;
    float: left !important;
}

.cart-tab.right {
    display: none;
}

section#woocommerce_products-3 {
    display: inline-block;
}

.overlay-text-left-1 {
left: 32% !important;
top: 30% !important;
font-size: 27px !important;
}
.overlay-text-left-2 {
left: 32% !important;
top: 30% !important;
font-size: 27px !important;
}
.overlay-text-right-1 {
right: 32% !important;
top: 30% !important;
font-size: 27px !important;
}
.overlay-text-right-2 {
right: 32% !important;
top: 30% !important;
font-size: 27px !important;
}

.fourth-item-cont img {
    width: 100%;
}

}


@media only screen and (max-width: 600px) {
.home-mobile.widget-area {
    display: block!important;
}
.home-mobile .fourth-item-cont {
    width: 50%;
    float: left;
}

.fourth-item-cont .divisions span {
    position: relative;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    margin: 0 auto;
    text-align: Center;
    display: inline-block;
    width: 100%;
    font-size: 24px !important;
	padding-bottom:5px;
}
.home-mobile .su-column.su-column-size-1-4, .home-mobile .su-column.su-column-size-1-2 {
    margin-bottom: 0 !important;
}
.home-mobile .su-row {
    margin-bottom: 10px;
}
.fourth-item-cont {
    line-height: 0!important;
}
.site-header .wrap {
    padding: 20px 5% 0;
}
.header-image .site-title > a {
    min-height: 150px;
}
.span12 {
    width: 50%!important;
    float: left;
    margin: 0 !important;
}
.hover-text {
    position: relative!important;
    bottom: 0!important;
    margin-bottom: 0 !important;
    font-size:18px!important;
}
.filter-container .widget.widget_berocket_aapf {
    width: 100% !important;
    margin: 0 !important;
}
#berocket_aapf_widget-3 {
    width: 100% !important;
}
#berocket_aapf_widget-4, #berocket_aapf_widget-10, #berocket_aapf_widget-5, .tax-product_cat #berocket_aapf_widget-3 {
    width: 100% !important;
}
#berocket_aapf_widget-5, #berocket_aapf_widget-10, #berocket_aapf_widget-4, #berocket_aapf_widget-7 {
    min-height: auto!important;
}
.home-bottom.widget-area {display:none;}

.page-id-3652 #gform_3 .gform_footer.top_label, .page-id-3652 #gform_3 .gform_body {
    width: 100% !important;
}
.home-top {
    display: none;
}
.home .home-mobile .span12 {
    width: 50% !important;
}
.home-top {
    display: none;
}
.home .span12 {
    width: 25% !important;
}
.home .site-inner {
    display: none;
}
.home-mobile .span12 .divisions .hover-text {
    min-height: 95px!important;
}
.home-mobile .span12 .divisions p {
    margin-bottom: 0;
}
.home-mobile .widget-title.widgettitle {
    text-align: center;
    font-size: 24px;
    padding-top: 20px !important;
    padding-bottom: 20px;
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
}
.cont-details .email, .cont-details .phone  {
    float: none!important;
}
.cont-details {
    display: inline-block;
    width: 100%;
    text-align: center!important;
}
}


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

	.wrap {
		max-width: 768px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.title-area {
		width: 100%;
	}

	.site-header .widget-area {width:100%;}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .search-form,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}
	
	.featured-content .alignnone {
		display: block;
		text-align: center;
	}
	
	.home-top a.alignleft, 
	.home-top a.alignright {
		width: 100%;
	}
	
	.home-top .featured-content .entry-header {
		clear: both;
		padding: 40px 40px 0;
	}
	
	.home-top .featured-content .entry-content {
		padding: 0 40px 40px;
	}

}

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

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

.full-width-content .widget_revslider h2 {
    font-size: 16px !important;
    line-height: 20px !important;
}

	.site-header .widget-area {width:100%!important;}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.home-top .more-link {
		display: block;
	}
	
	.home-bottom .widget {
		margin: 0 0 40px;
		width: 100%;
	}
	
	.header-image .site-title a {
		background-size: contain !important;
	}
	
	.genesis-nav-menu.responsive-menu,
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		background: none;
		border: none;
		display: block;
		line-height: 1;
		padding: 16px 20px;
		text-transform: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 15px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.05);
		border: none;
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 12px 20px;
		position: relative;
		text-transform: none;
		width: 100%;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu {
		padding-bottom: 16px;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.07);
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu,
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}

	.repairs-block {
    		display: block;
    		width: 50%;
    		margin: 0 auto;
	}

.span12 {
    width: 50%!important;
    float: left;
    margin: 0 !important;
}
.hover-text {
    position: relative!important;
    bottom: 0!important;
    margin-bottom: 0 !important;
    font-size:18px!important;
}.entry {
    padding: 0!important;
}
.filter-container .widget.widget_berocket_aapf {
    width: 50%!important;
    margin: 0!important;
}
#berocket_aapf_widget-3 {
    width: 50%!important;
}
#berocket_aapf_widget-9 {
    width: 100% !important;
}

.about-container .two-fifths, .about-container .three-fifths {
    width: 100%!important;
}

.divisions-hover {
    opacity: 1!important;
}
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
   float: none !important;
    width: 100% !important;
    text-align: left !important;
}
.cart-tab .woocommerce-Price-amount.amount {
    font-weight: bold!important;
    font-size:24px;
}
.cat-image {

max-width: 80px;
    float: left;
}

.at-box {
	display: inline-block;
    border-right: 1px solid #eee;
   padding: 0 5px;
   /*width: 12%;*/
	width: 14%;
}

@media (max-width: 1024px) {
.at-box {
   width: 13.9%;
}
}

@media (max-width: 770px) {
.at-box {
   width: 13%;
}
}

@media (max-width: 465px) {
.at-box {
   width: 32%;
}
.filter-container {
    	overflow: hidden;
	width: 100%;
	display: inline-block;
}
#berocket_aapf_widget-7 {
    width: 100% !important;
}
.filter-container .widget{
	width: 49% !important;
	float: left;
	margin-right: 1% !important;
}

.filter-container #berocket_aapf_widget-9{
	width: 100% !important;
	float: left;
	margin-right: 1% !important;
}
}

@media screen and (max-width: 1139px) and (min-width: 1024px) {
.home-top .hover-text {
    bottom: 25%;
}
.home-top #text-3 li:nth-child(4) .hover-text {
    bottom: 35%;
}
.fourth-item-cont .overlay-text-left-1 {
    left: 20%;
    top: 30%;
}
.fourth-item-cont .overlay-text-left-2 {
    left: 30%;
    top: 25%;
}
.fourth-item-cont .overlay-text-right-1 {
    right: 25%;
    top: 25%;
}
.overlay-text-right-2 {
    right: 30%;
    top: 32%;
}
}

@media screen and (max-width: 1024px) and (min-width:600px) {
.home-top .divisions h3.hover-text {font-size: 20px!important;bottom:25%;min-height:100px;}
.home-top #text-3 li:nth-child(4) .hover-text {bottom: 35%;}
.home-top .fourth-item-cont .overlay-text-left-2 {
    left: 33%!important;
    top: 30%!important;
	font-size:18px!important;
}
.home-top .fourth-item-cont  .overlay-text-left-1 {
    left: 22%!important;
    top: 32%!important;
    font-size: 18px!important;
}
.home-top .fourth-item-cont  .overlay-text-right-1 {
    right: 25%!important;
    top: 30%!important;
    font-size: 18px!important;
}
.home-top .fourth-item-cont  .overlay-text-right-2 {
    right: 35%!important;
    top: 30%!important;
    font-size: 18px!important;
}
.span12 p {
    margin-bottom: 0;
}
#text-2 {
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
}
@media screen and (max-width: 960px) {
.home-banner h2 {
    font-size: 24px !important;
    line-height: 28px !important;
}
}

@media screen and (max-width: 768px) {
.home-top .su-column-size-1-4 {
    width: 24%!important;
	float:left!important;
}
.home-top .su-column-size-1-2 {
    width: 50%!important;
	float:left!important;
}
}

.at-box a {
	color: #390D40 !important;
	font-weight: bold;
	
}

.at-box a:hover {
	color: #222 !important;
}

.at-title {
	font-weight: bold;
}

.at-title-head {
	font-weight: bold;
}


.at-value {
	font-size: 14px;
}

.woocommerce ul.products li.product .price {
    display: none !important;
}

.woocommerce ul.products li.product .button {
    display: none !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {

    margin: 0 3.8% 0.2em 0 !important;

}

@media (max-width: 1139px) {
  .cat-title-heads{
    display: none;
  }
}
@media (min-width: 1140px) {
	.at-title  {
	   display: none;
  }
}

.filter-container {
	overflow: auto;
}

.filter-container .widget{
	width: 24%;
	float: left;
	margin: 0.5%!important;
}

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
	display: none;
}
.woocommerce ul.product_list_widget li {
    width: 25%;
    float: left;
    text-align: center;
}
.home .woocommerce ul.product_list_widget li img {
    width: 364px;
    display: inline-block;
    margin-left: 0 !important;
    text-align: center;
    float: none;
}
.home .product-title {
    width: 100% !important;
    display: inline-block;
}

/*
Home Overlay
---------------------------------------------------------------------------------------------------- */
.page .span12 {
    width: 24%;
    float: left;
    margin: 0.5%;
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
}
.span12 {
    width: 24%;
    float: left;
    margin: 0.5%;
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
}
.divisions {
    border-radius: 0px;
    position: relative;
    background: #494949 none repeat scroll 0% 0%;
    line-height: 0;
    padding: 0px;
    border: medium none;
}
#text-2 .divisions-hover {opacity:0.7;}
.divisions-hover {
    opacity: 0.4;
    transition: all 0.35s ease 0s;
}
.hover-text {
    position: absolute;
    bottom: 120px;
    left: 0px;
    color: rgb(255, 255, 255);
    box-sizing: border-box;
    padding: 10px 10px 10px 10px;
    text-align: center;
    width: 100%;
    font-family: 'EB Garamond', sans-serif;
    font-weight:normal;
}
.home-top #text-3 li:nth-child(1) {
margin-left: 0;
margin-right: 0.25%;
}
.home-top #text-3 li:nth-child(4) {
margin-right: 0;
margin-left: 0.25%;
}
#text-3 li:nth-child(4) .hover-text {
    bottom: 135px;
}
.hover-text hr {
    box-shadow: none;
    color: #fff;
    width: 50px;
}
.fourth-item-cont {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    position: relative;
}
.overlay-text-left-1 {
    position: absolute;
    left: 30%;
    top: 41%;
    color: #fff;
    font-size: 24px;
    text-align:center;
line-height: 1.4;
}

.overlay-text-right-1 {
    position: absolute;
    right:32%;
    top: 35%;
    color: #fff;
font-size: 24px;
    text-align:center;
line-height: 1.4;
}
.overlay-text-left-2 {
    left: 37%;
    position: absolute;
    top: 41%;
    color: #fff;
font-size: 24px;
    text-align:center;
line-height: 1.4;
}
.overlay-text-right-2 {
    right: 37%;
    position: absolute;
    top: 41%;
    color: #fff;
font-size: 24px;
    text-align:center;
line-height: 1.4;
}
.home-top hr {
	color: #fff;
	box-shadow: none;
	border: 1px solid #fff;
}
.pos {
    display: inline-block;
}
.widget_shopping_cart .cart_list li {
    width: 100%!important;
}
.home-top .product_list_widget {
    display: inline-block;
}

.home-mobile.widget-area {
    display: none;
}

#berocket_aapf_widget-7 ul.berocket_aapf_widget li {
    list-style-type: none;
    padding-left: 0;
    display: inline-block;
}

.berocket_aapf_widget li.slider span.left input, .berocket_aapf_widget li.slider span.right input {
	font-size: 16px !important;
}
.icon {
    float: left;
    margin-right: 2%;
}
.details {
    display: inline-block;
}
.contact-details li {
    list-style-type: none !important;
}
.gform_wrapper .gfield_required {
    color: #390D40!important;
}
.gfield_label {font-size: 17px!important;}
.fa {
    color: #390D40!important;
}

.flexible-content .site-inner {
	max-width: 50%;
	padding-top: 0px;
	margin:0 auto;
}

.page-id-3508.flexible-content .site-inner, .page-id-3521.flexible-content .site-inner, .page-id-3524.flexible-content .site-inner, .page-id-3527.flexible-content .site-inner {
	max-width:100%!important;
}

.flexible-content .content .entry {
	padding: 0;
	margin-bottom: 0;
}

.hero {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
	color: #fff;
}

.dark-overlay {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 30%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,0.7) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.1)), color-stop(30%,rgba(0,0,0,0.3)), color-stop(80%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.3) 30%,rgba(0,0,0,0.5) 80%,rgba(0,0,0,0.7) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.3) 30%,rgba(0,0,0,0.5) 80%,rgba(0,0,0,0.7) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.3) 30%,rgba(0,0,0,0.5) 80%,rgba(0,0,0,0.7) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.3) 30%,rgba(0,0,0,0.5) 80%,rgba(0,0,0,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#e6000000',GradientType=0 );
}

.hero .wrap {
	padding: 100px 0;
}

.page-id-3652 .hero .wrap {
	padding: 25px 0;
}


.page-id-3508 .hero .wrap, .page-id-3521 .hero .wrap, .page-id-3524 .hero .wrap, .page-id-3527 .hero .wrap {
    max-width: 968px;
    text-align:left;
    padding:100px 0 0 0;
}

.image-text,
.text-image {
	display: table;
	width: 100%;
	height: 100%;
}

.flexbox .image-text,
.flexbox .text-image {
	display: flex;
}

.left-half,
.right-half {
	width: 50%;
	display: table-cell;
}

.flexbox .left-half,
.flexbox .right-half {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.image-text .right-half,
.text-image .left-half {
	padding: 0 30px;
	vertical-align: middle;
}

.image-text h2,
.text-image h2 {
	margin-bottom: 30px;
}

.dark {
	background: #32373b;
	color: #fff;
}

.dark h2 {
	color: #fff;
}

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

	.flexible-content .site-inner {
		padding: 0;
	}

	.left-half,
	.right-half {
		width: 100%;
		display: block;
	}

	.flexbox .left-half,
	.flexbox .right-half {
		display: block;
		flex-direction: column;
		justify-content: center;
	}

	.flexbox .image-text,
	.flexbox .text-image {
		display: block;
	}

	.row {
		padding: 40px 0;
	}

	.text-image .right-half,
	.image-text .left-half {
		text-align: center;
	}

	.image-text .left-half {
		margin-bottom: 40px;
	}

}

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

	.hero .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
	
}

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

	.image-text .right-half,
	.text-image .left-half {
		padding: 0 40px;
	}

}

#berocket_aapf_widget-9 { 
	width: 100%;
	margin-bottom: 20px; 
}

.dia-shape li {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	width:8%;
}

label[data-for= checkbox_12pa_shape]
{
 background: url(/wp-content/uploads/2016/08/oval2.png) no-repeat center bottom;
    min-height: 75px;
min-width: 50px;
    display: inline-block !important;
    cursor: pointer;
    text-align: center;
} 

label[data-for= checkbox_539pa_shape]
{
 background: url(/wp-content/uploads/2016/08/pear.png) no-repeat center bottom;
    min-height: 75px;
min-width: 50px;
    display: inline-block !important;
    cursor: pointer;
    text-align: center;
} 

label[data-for= checkbox_1102pa_shape]
{
 background: url(/wp-content/uploads/2016/08/heart.png) no-repeat center bottom;
    min-height: 75px;
min-width: 50px;
    display: inline-block !important;
    cursor: pointer;
    text-align: center;
}

label[data-for= checkbox_1262pa_shape] 
{
 background: url(/wp-content/uploads/2016/08/round.png) no-repeat center bottom;
    min-height: 75px;
min-width: 50px;
    display: inline-block !important;
    cursor: pointer;
    text-align: center;
}

label[data-for= checkbox_4047pa_shape]
{
 background: url(/wp-content/uploads/2016/08/asscher.png) no-repeat center bottom;
    min-height: 75px;
min-width: 50px;
    display: inline-block !important;
    cursor: pointer;
    text-align: center;
}

label[data-for= checkbox_4062pa_shape]
{
 background: url(/wp-content/uploads/2016/08/cushion.png) no-repeat center bottom;
    min-height: 75px;
min-width: 50px;
    display: inline-block !important;
    cursor: pointer;
    text-align: center;
}

label[data-for= checkbox_4231pa_shape]
{
 background: url(/wp-content/uploads/2016/08/emerald.png) no-repeat center bottom;
    min-height: 75px;
min-width: 50px;
    display: inline-block !important;
    cursor: pointer;
    text-align: center;
}

label[data-for= checkbox_4471pa_shape]
{
 background: url(/wp-content/uploads/2016/08/radiant.png) no-repeat center bottom;
    min-height: 75px;
min-width: 50px;
    display: inline-block !important;
    cursor: pointer;
    text-align: center;
}

label[data-for= checkbox_4562pa_shape]
{
 background: url(/wp-content/uploads/2016/08/marquise.png) no-repeat center bottom;
    min-height: 75px;
min-width: 50px;
    display: inline-block !important;
    cursor: pointer;
    text-align: center;
}

label[data-for= checkbox_4889pa_shape]
{
 background: url(/wp-content/uploads/2016/08/princess.png) no-repeat center bottom;
    min-height: 75px;
min-width: 50px;
    display: inline-block !important;
    cursor: pointer;
    text-align: center;
}

label[data-for= checkbox_5132pa_shape]
{
 background: url(/wp-content/uploads/2016/08/trilliant.png) no-repeat center bottom;
    min-height: 75px;
min-width: 50px;
    display: inline-block !important;
    cursor: pointer;
    text-align: center;
}

li.slider {
	margin-left: 10px;
}

.menu-text {
    font-size: 22px;
}
.contact-details {
    margin-left: 0 !important;
}
.cat-title-heads {
    background: #390D40;
    color: #fff;
    opacity: 0.6;
}
.berocket_filter_slider.ui-widget-content .ui-slider-range {
    background: none repeat scroll 0 0 #390D40!important;
}
.berocket_filter_slider.ui-widget-content, .berocket_filter_price_slider.ui-widget-content {
    background: none repeat scroll 0 0 #826787!important;
}
.berocket_filter_slider.ui-widget-content .ui-slider-handle, .berocket_filter_price_slider.ui-widget-content .ui-slider-handle {
    background: url("/wp-content/uploads/2016/08/handler.png") no-repeat scroll center center / cover transparent;
}
.tax-product_cat .sidebar {
    display: none;
}
#berocket_aapf_widget-9 {
    width: 70%;
    margin-bottom: 4px;
	min-height:130px;
}
#berocket_aapf_widget-3 {
    width: 28%;
    min-height: 150px;}

#berocket_aapf_widget-9 .berocket_aapf_widget- {
    display: none;
}

.slide .ui-state-default, .slide .ui-widget-content .ui-state-default, .slide .ui-widget-header .ui-state-default {
 background: #826786;
}
.repairs-block {
    display: block;
    width: 50%;
    margin: 0 auto;
}

#berocket_aapf_widget-5 .berocket_aapf_widget .berocket_term_parent_0.berocket_term_depth_0, #berocket_aapf_widget-10 .berocket_aapf_widget .berocket_term_parent_0.berocket_term_depth_0, #berocket_aapf_widget-4 .berocket_aapf_widget .berocket_term_parent_0.berocket_term_depth_0 {
    width: 25%;
    float: left;
}

#berocket_aapf_widget-5,#berocket_aapf_widget-10,#berocket_aapf_widget-4,#berocket_aapf_widget-7 {
    min-height: 156px;
}

@media only screen and (max-width: 1024px) {
.dia-shape li {

    width: 16%;
}
}

@media only screen and (max-width: 500px) {
.dia-shape li {
    width: 30%;
}
}

.home-slider-header .wrap {
    	max-width: 100%;
}
.page-id-3498 .su-column.su-column-size-1-4 {
    	background: #fff;
    	border: 1px solid #e3e3e3;
    	min-height: 540px;
}
.su-column .button {
    	margin-top: 20px;
}
.fcs-cont h3 {
    	color: #fff;
	font-size:38px;
}
.fcs-cont {
    	max-width: 50%;
}
.su-column p {
    	padding: 0 20px;
}
.fcs-menu-item-cont {
    	display: inline-block;
    	width: 100%;
}
.fcs-menu-items {
    	width: 25%;
    	float: left;
    	display: inline-block;
}
.fcs-menu-link.active {
    	background: rgba(255,255,255,0.9);
}
.fcs-menu-link {
    	display: inline-block;
    	padding: 20px 30px;
    	background: rgba(188,188,188,0.7);
    	width: 100%;
	font-size: 24px;
	color: #000;
}
.text-full {padding: 20px 0;max-width: 968px;margin: 0 auto;}

.text-full p {
    	margin: 10px;
}
.page-id-3498 .entry {
    padding-top: 30px;
}
.widget-title .fa.fa-info-circle {
    margin-left: 5px;
}

@media only screen and (min-width:1024px) and (max-width: 1140px)  {
#berocket_aapf_widget-9, #berocket_aapf_widget-3 {
    min-height: 250px !important;
}
#berocket_aapf_widget-4 .berocket_aapf_widget .berocket_term_parent_0.berocket_term_depth_0 {
    width: 18%!important;
    margin-right: 2%!important;
}
#berocket_aapf_widget-4 .berocket_label_widgets {
    width: 100%!important;
    display: inline-block!important;
}
.genesis-nav-menu a {
    font-size: 16px!important;
}
.berocket_aapf_widget-title {
    font-size: 16px!important;
}
.dia-shape li {
    width: 12%!important;
}
}

.berocket_aapf_widget-title {
    font-size: 22px!important;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"] {
    font-size: 16px!important;
}

.pum-theme-3582 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
    background-color: rgba( 57, 13, 64, 1 )!important;
}
#gform_submit_button_2 {
    background-color: rgba( 57, 13, 64, 1 ) !important;
    color: #fff;
}
#gform_submit_button_2:hover {
    background-color: #fff !important;
    color: #390d40;
}
.pum-theme-3582 .pum-title, .pum-theme-default-theme .pum-title {
    color: #390D40!important;
}
#text-8 {
    float: none;
    width: 100%!important;
    display: inline-block;
    background: #e4e4f2;
    padding: 20px;
}
#text-8 p {
    font-size: 17px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.term-diamonds .products li:nth-child(2n+1) {
    background: #E4E4F2!important;
    padding: 10px 0 !important;
    margin-right: 0 !important;
}
.christmas-title {
    text-transform: uppercase;
    font-size: 44px;
}
.christmas-list {
    display: inline-block;
    width: 100%;
}
.christmas-list-item {
    width: 25%;
    float: left;
    list-style-type: disc !important;
}
.about-container {
	display:inline-block;
	width:100%;
	border-top:1px solid #dedddd;
	margin-top:20px;
	padding-top:20px;
}
.about-container .three-fifths {
    width: 75%;
    float: left;
}
.about-container .two-fifths {
    width: 25%;
    float: left;
}
.about-container ul {
    list-style-position: inside;
}
.about-container p {
	margin-left:0!important;
}
.facebook-like .fa {
    color: #fff !important;
    background: #3b5998;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.facebook-like {
    color: #3b5998;
    font-weight: 600;
    font-family: 'lato',sans-serif;
}
.page-id-3652 .site-inner, .page-id-3693 .site-inner {
    max-width: 100%;
}
.page-id-3652 .hero .wrap, .page-id-3693 .hero .wrap {
    max-width: 1140px;
}
.page-id-3652 .gform_body {
    width: 75%!important;
    float: left;
}
.page-id-3652 .gform_footer.top_label {
    clear: none!important;
    width: 25%!important;
    margin: 0!important;
    float: left!important;
    padding: 0;
}
.page-id-3652 .gfield_label {
    display: none !important;
}
.page-id-3652 input {
    padding: 10px !important;
    margin-right: 0 !important;
    width: 100% !important;
}
.ginput_container {
    margin-top: 0 !important;
}
.page-id-3652 .gfield {
    margin-top: 0 !important;
}
.page-id-3652 .gform_wrapper {
    display: inline-block;
    width: 100%;
}
.terms-container {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #dedddd;
}
.terms-container p {
    font-size: 16px;
}
.button-clear {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    display:inline-block;
}
.button-clear:hover {
    background: #fff;
    border: 1px solid #fff;
    color:#390D40;
}
#gform_confirmation_message_3 {
    text-align: center;
}
.home .span12 {
    width: 24.37%!important;
}
.cont-details {
    font-size: 20px;
}
.cont-details .phone {
    float: left;
}
.cont-details .email {
    float: right;
}
.home-slider-header.widget-area {
    display: none;
}