/*
	Theme Name: Refined Theme
	Theme URI: http://restored316designs.com/themes
	Description: A mobile responsive and HTML5 feminine WordPress theme built for the Genesis Framework by Lauren Gaige of Restored 316.
	Author: Restored 316 Designs // Lauren Gaige
	Author URI: http://www.restored316designs.com/
	Copyright: Copyright (c) 2017, Restored 316 LLC, Released 04/12/2017
	Version: 1.1.0

	Template: genesis
	Template Version: 2.0.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php

	Text Domain: refined-theme
*/


/* # Table of Contents
- 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
	- Convert Kit
	- Genesis eNews Extended
	- Gravity Forms
	- Soliloquy
	- Simply Instagram
	- Testimonial Rotator
	- WooCommerce
	- WP Recipe Maker
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- After Entry Widget Area
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/
 @import url("https://use.typekit.net/uqh6xhy.css");

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

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#666}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:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}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}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

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

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

/* ## 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 {
	color: #222222;
font-family: proxima-nova, arial, sans-serif;
font-style: normal;
font-weight: 300;
	font-size: 16px;
	letter-spacing: .5px;
	line-height: 26px;
	margin: 0;
	overflow-x: hidden;
	
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-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: #ee5846;
	text-decoration: none;
	
}

.single-post article p {margin:15px 0;}
.single-post article a {font-weight: bold !important;color:#111111;}
.single-post article a:hover {color:#333333;}
.single-post article h3 {text-transform: capitalize !important;padding-top:20px;}

a:hover {
	color: #111111;
	border-bottom: 2px solid #dfd6d3;
}

a img:hover, a img, img, a:hover img, img:hover, .site-title a, .shared-counts-wrap a, .shared-counts-wrap, .shared-counts-wrap span {border:none !important;}

p {
	margin: 0 0 28px;
	padding: 0;
}



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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

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

.screen-reader-text {
	display: none;
}

article img {border:none !important;}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222222;
	font-family: 'Playfair Display', Times, serif;
	font-style: normal;
	font-weight: bold;
	letter-spacing: .5px;
	line-height: 1.2;
	margin: 0 0 25px;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 16px;
}

.single-post h1 {color:#111111;border-bottom:0px solid #111111;font-size: 45px !important;padding-bottom: 30px;font-weight: bold !important;}


.single-post .entry-content h1,
.page .entry-content h1 {
	font-size: 38px !important;
}

.single-post article h2,
.page article h2 {
	font-size: 36px;
	text-transform: uppercase;
	color:#111111 !important;
}

.single-post article h3,
.page article h3 {
	font-size: 34px;
	color:#111111 !important;
}

.single-post article h4,
.page article h4 {
	font-size: 22px;

}

.single-post article h5,
.page article h5 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.page-id-1329 h3 span,.page-id-1580 h3 span {color:#222222;letter-spacing: 2px !important;}
.page-id-1580 h3 {font-size: 20px !important;letter-spacing: 2px;letter-spacing: 4px !important;}

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

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

img {
	height: auto;
}

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

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.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 img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #333333;
	color: #333;
	font-size: 12px;
	font-weight: 300;
	padding: 15px;
	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: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background: transparent !important;
	border: 1px solid #111111;
	color: #111111;
	cursor: pointer;
font-family: proxima-nova, arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	padding: 14px 44px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #111111;
	border-color: #111111;
	color: #FFF !important;
}

.button {
	display: inline-block;
}

a.more-link,
.more-from-category a,
a.wprm-jump-to-recipe-shortcode {
    background:transparent;
    color: #111111;
    border:1px solid #111111;
    display: table;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 5px;
    margin: 20px auto;
    padding: 14px 20px;
    text-align: center;
    text-transform: uppercase;
}

a.more-link {padding:14px 40px;}

.more-from-category a {
	display: table;
}

a.more-link:hover,
.more-from-category a:hover,
a.wprm-jump-to-recipe-shortcode:hover {
    color: #fff;


}

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

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #111111;
	padding: 10px 0;
}

th {
	font-weight: 400;
}


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

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

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	margin: 30px auto 30px;
}

.refined-landing .site-inner {
	width: 800px;
}

/* ## 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: 980px;
}

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

.content-sidebar-wrap .content .post {padding:20px !important;border:0px solid #eeeeee !important;margin-top:15px;}

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

/* ### Content */


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

.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: 580px;
}

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

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

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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





/* ## 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 {
	background: #F9F9F9;
	margin-bottom: 20px;
	padding: 5px 10px;
	text-align: center;
}

.author-box {
	background: #edeae8;
	padding: 50px;
	margin-bottom: 30px;
	color:#111111;
}

.author-box p {line-height:22px !important;}

.archive-description {
	background-color: #fff;
	margin-bottom: 30px;
	padding: 40px;
}

.archive-description h1 {
	margin: 0;
}

.author-box-title {
	font-size: 26px;
	margin-bottom: 15px;
	padding-bottom: 8px;
	border-bottom: 1px solid #fff;
	color:#111111;
}

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

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

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .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;text-transform: capitalize;
}

.entry-title,
.page-title {
	font-size: 30px;
	font-weight: 300;
	text-align: center;
	text-transform: capitalize;
}

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

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

.widget-title {
	font-weight: 300;
	font-size: 26px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	padding: 10px 0;
	text-align: center;
}

.sidebar h3.widget-title {color:#111111;
	font-size: 16px;border-bottom: 1px solid #f2f2f2;padding-bottom:12px;padding-left:0px !important;text-transform: uppercase;text-align:left;letter-spacing: 2px;font-family: proxima-nova, sans-serif !important;	font-weight: normal;}

.sidebar p {font-size: 14px !important;}

.footer-widgets .widget-title {
	border: none;
	padding: 0;
}

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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 24px 0;
}

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

.wp-caption-text {
	font-size: 11px;
	font-weight: 500;
	text-align: center;
}

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

.sticky {
}


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

.widget {
	word-wrap: break-word;
}

.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_calendar table {
	width: 100%;
}

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

/* Home Flexible Widgets
--------------------------------------------- */

.flexible-widgets .widget {
	float: left;
	margin-bottom: 0;
	padding: 2% 1%;
}

.site-inner .flexible-widgets .widget:first-child {
	color: #333333;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
}



.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-area .widget:nth-of-type(1),
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	width: 100%;
}

.above-blog-content .flexible-widgets.widget-area .widget:nth-of-type(1) {
	padding: 0 1%;
}

.flexible-widgets.widget-fourths .widget {
	width: 25%;
}

.flexible-widgets.widget-halves .widget {
	width: 50%;
}

.flexible-widgets.widget-thirds .widget {
	width: 33.33%;
}

.flexible-widgets.widget-halves .widget:nth-child(even),
.flexible-widgets.widget-thirds .widget:nth-child(3n+2),
.flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
	padding-right: 1%;
	clear: left;
}


/* Announcement Widget
------------------------------------------------------ */

.announcement-widget {
	background: #FAF7F2;
	font-weight: 300;
	font-size: 10px;
	letter-spacing: 2px;
	padding: 10px 20px;
	text-align: center;
	text-transform: uppercase;
}

.announcement-widget .button {
	padding: 5px 20px;
}

.woocommerce .announcement-widget .button {
	padding: 10px 20px !important;
}

.admin-bar .announcement-widget.fixed {
	top: 32px;
}

.announcement-widget.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.announcement-widget.fixed .wrap {
	margin: 0 auto;
}

.announcement-widget.fixed + div {
	border-top: 74px solid transparent;	
}

.announcement-widget .widget-title {
	display: none;
}

.announcement-widget .enews-widget p {
	background: transparent;
	float: left;
	font-size: 10px;
	font-weight: 300;
	letter-spacing: 2px;
	width: 30%;
	margin: 0;
	padding: 10px 20px;
	text-align: center;
	text-transform: uppercase;
}

.announcement-widget form {
	float: right;
	margin: 0 auto;
	padding: 0 30px;
	width: 70%;
}

.announcement-widget .enews-widget input {
	float: left;
	width: 27%;
	margin-right: 10px;
	margin-bottom: 0;
	padding: 12px;
}

.announcement-widget .enews-widget input[type="submit"] {
	background: #ae9d78;
	border-color: #ae9d78;
	color: #fff;
	width: auto;
	padding: 12px 34px;
	margin-right: 0;
}

.announcement-widget .enews-widget input[type="submit"]:hover {
	background: transparent;
	border-color: #333;
	color: #333;
}


/* Widget Above Custom Blog
------------------------------------------------------ */

.above-blog-content {
	background: #fff;
	padding-bottom: 30px;
}

.above-blog-content .featured-content .entry {
	margin: 0;
}

.above-blog-content .wrap {
	background: #fff url("images/sec-nav.png") no-repeat scroll center bottom / 1200px 10px;
}

/* Site Wide CTA
------------------------------------------------------ */

.site-wide-cta {
	background: #fff url(images/border.png) top center repeat-x;
	background-size: 1200px 1px;
	border: none;
	margin: 0 auto;
	padding: 30px;
}

.site-wide-cta .enews-widget {
	color: #333;
}

.site-wide-cta .enews-widget p {
	background: transparent;
	border-right: 1px solid #111111;
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	font-weight: 300;
	letter-spacing: 2px;
	width: 30%;
	margin-top: 8px;
	margin-bottom: 0;
	padding: 20px;
	text-align: center;
	text-transform: uppercase;
}

.site-wide-cta form {
	float: right;
	margin: 0 auto;
	padding: 20px 30px;
	width: 70%;
}

.site-wide-cta .enews-widget input {
	float: left;
	width: 27%;
	margin-right: 10px;
	margin-bottom: 0;
	padding: 12px;
}

.site-wide-cta .enews-widget input[type="submit"] {
	background: #ae9d78;
	border-color: #ae9d78;
	color: #fff;
	width: auto;
	padding: 12px 34px;
	margin-right: 0;
}

.site-wide-cta .enews-widget input[type="submit"]:hover {
	background: transparent;
	border-color: #333;
	color: #333;
}

/* ## Featured Content
--------------------------------------------- */
i.nalink a {color:#333333;font-weight:normal !important;}
.featured-content .entry {
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.page .featured-content article .entry-title {
	font-size: 20px;
	font-style: italic;
	text-transform: none;
}

.sidebar .featured-content article .entry-title,.sidebar .featured-content article .entry-title a {
	font-size: 13px;
	font-style: none;
	text-transform: capitalize;
	text-align:left;
	font-weight: normal !important;
	color:#173d5a !important;
	padding-bottom:10px;
	margin-bottom: 10px;
}
.sidebar .featured-content article .entry-title {border-bottom: 1px solid #f5f5f5;}
.sidebar .featured-content article .entry-title:hover {border-bottom: 1px solid #eeeeee;color:#e9ab07 !important;}
.sidebar .featured-content article .entry-title a  {}
.sidebar .featured-content article .entry-title a:hover  {border-bottom: none !important;}
.sidebar .featured-content .entry {	margin-bottom: 0;padding:0;}
	

.envira-lazy {border:8px solid #ece7e7 !important;}
.envira-lazy:hover {border:8px solid #fae8bd !important;}
/* # Plugins
---------------------------------------------------------------------------------------------------- */


/* ## Convert Kit
--------------------------------------------- */

div.ck_form {
	background: #faf7f2;
	border: none;
	box-shadow: none;
	color: #333;
}

div.ck_form_content h3 {
	color: #ae9d78;
	font-family: "Montserrat",sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
}

div.ck_form_content p {
	font-family: 'PT Sans', Century Gothic, Trebuchet MS, sans-serif;
	font-size: 14px;
}

div.ck_label {
	font-family: "Montserrat",sans-serif;
}

div.ck_form .ck_subscribe_button {
	background: transparent none repeat scroll 0 0;
    border: 1px solid #333;
    border-radius: 0;
    color: #333;
    cursor: pointer;
    font-family: "Montserrat",sans-serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 14px 44px;
    text-transform: uppercase;
}

div.ck_form .ck_subscribe_button:hover {
    background-color: #ae9d78;
    border-color: #ae9d78;
    color: #fff;
}

div.ck_form input[type="text"], 
div.ck_form input[type="email"] {
	background: #fff;
	border: none;
	border-radius: 0;
	padding: 15px 10px;
}

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

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

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

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

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

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

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
	font-style: italic;
	padding: 0;
}

div.gform_wrapper .top_label .gfield_label {
	font-weight: 300;
	text-transform: uppercase;
}

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

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 10px;
}

/* Simply Instagram
--------------------------------------------- */

.front-photo {
	box-shadow: none !important;
}

#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
	border-radius: 0 !important;
   font-family: 'PT Sans', Century Gothic, Trebuchet MS, sans-serif;
    font-size: 9px !important;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 10px 25px;
    text-transform: uppercase;
    width: auto;
}

/* Simple Social Icons
--------------------------------------------- */

.genesis-nav-menu .simple-social-icons ul li a,
.genesis-nav-menu .simple-social-icons ul li a:hover,
.announcement-widget .simple-social-icons ul li a,
.announcement-widget .simple-social-icons ul li a:hover {
	background: transparent !important;
}

.genesis-nav-menu .simple-social-icons ul li {
	margin: 0 6px 0px !important;
}

/* Testimonial Rotator
--------------------------------------------- */

.TestimonialRotatorWidget {
	text-align: left;
}

.testimonial_rotator.template-default .has-image .img img, 
.testimonial_rotator_single.has-image.template-default .img img {
	border-radius: 200px;
	max-width: 300px !important;
}

.testimonial_rotator h1, .testimonial_rotator h2 {
	margin-bottom: 10px;
	font-size: 28px;
	font-style: italic;
}

.testimonial_rotator.template-default .testimonial_rotator_author_info {
    border-left: none !important;
    margin: 10px 0 0 !important;
    padding: 0 !important;
}

/* WooCommerce
--------------------------------------------- */

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

.woocommerce .content {
    background: #fff;
    padding: 50px;
}

.single.woocommerce .content {
    padding: 0;
}

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

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
	background-color: transparent !important;
    border: 1px solid #333 !important;
    border-radius: 0px !important;
    color: #333 !important;
    cursor: pointer;
    font-size: 10px !important;
    font-weight: 400 !important;
    padding: 15px 25px !important;
    text-transform: uppercase !important;
    width: auto !important;
}

.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
	background-color: #ae9d78 !important;
	border-color: #ae9d78 !important;
	color: #fff !important;
}

/* WooCommerce Tabs
-------------------------- */

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-color: #faf7f2 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	display: none  !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background-color: #faf7f2  !important;
	border-radius: 0  !important;
	padding: 0  !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background-color: #fff  !important;
	border-radius: 0  !important;
	padding: 0  !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: #333  !important;
	padding: .5em 1em  !important;
	font-weight: 300 !important;
	font-family: "Montserrat",sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 2px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	color: #ae9d78  !important;
}

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

.woocommerce div.product .woocommerce-tabs h2 {
	font-style: italic;
}

.woocommerce ul.products li.product h3 {
	font-size: 20px !important;
}

.woocommerce .product-title {
	font-family: "Cormorant Garamond",serif;
	font-weight: 400;
	font-size: 18px;
	font-style: italic;
}

/* WooCommerce Widget
-------------------------- */

.woocommerce ul.cart_list li, 
.woocommerce ul.product_list_widget li, 
.woocommerce-page ul.cart_list li, 
.woocommerce-page ul.product_list_widget li {
	float: left;
	padding: 1% !important;
	width: 33.3333%;
}

.sidebar .woocommerce ul.cart_list li, 
.sidebar .woocommerce ul.product_list_widget li, 
.sidebar .woocommerce-page ul.cart_list li, 
.sidebar .woocommerce-page ul.product_list_widget li {
	float: left;
	padding: 1% !important;
	width: 50%;
}

.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
	width: 30.6% !important;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
	width: 100% !important;
}

/* WooCommerce Cart
-------------------------- */

.woocommerce-cart table.cart img {
	width: 100px !important;
}

.woocommerce-checkout #payment ul.payment_methods li {
	list-style: none;
}

.woocommerce-page input[type="checkbox"], 
.woocommerce-page input[type="radio"] {
	width: auto;
}

.woocommerce ul.products li.product .price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
	display: inline !important;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	padding: 17px 5px !important;
}

.woocommerce-checkout #payment {
	background-color: #FAF9F7 !important;
}

.woocommerce form .form-row textarea {
	height: 50px !important;
}

/* WooCommerce Other
-------------------------- */

.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-info::before,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price,
.woocommerce form .form-row .required {
	color: #ae9d78 !important;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info {
	border-top-color: #ae9d78 !important;
}

.woocommerce div.product p.price, 
.woocommerce div.product span.price {
	text-align: center;
}

.woocommerce span.onsale {
	background-color: #ae9d78 !important;
	font-size: 10px !important;
	padding: 4px 7px !important;
}

.woocommerce .up-sells {
	clear: both;
}

.woocommerce .quantity .qty {
	padding: 13px 0px !important;
}

figure.woocommerce-product-gallery__wrapper {
	margin: 0px;
}

/* WP Recipe Maker
--------------------------------------------- */

.wprm-recipe-simple {
	border: 2px solid #FAF7F2 !important;
	font-size: 14px !important;
	padding: 30px !important;
}

.wprm-recipe-simple h3.wprm-recipe-header,
.wprm-recipe-simple h2.wprm-recipe-name {
	margin: 20px 0 !important;
}

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

.site-header {
	min-height: 60px;background: #fbf8f6;
}

.site-header .wrap {
	padding: 50px 0 70px 0;
	
	
}

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

.title-area {
	float: inherit;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	
}

.header-full-width .title-area {
	float: inherit;
	margin: 0 auto;
	padding:0;
	text-align:center;
	width: 20%;
}

.header-image .title-area {
	background: none;
	padding: 0; text-align: center;
}

.site-title {
	font-family: 'PT Sans', Century Gothic, Trebuchet MS, sans-serif;
	font-size: 45px;
	font-weight: 300;
	letter-spacing: 10px;
	line-height: 1.2;
	text-transform: uppercase;
	width: 250px; text-align: center;
}

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

.header-image .site-title > a {
	background-position: center center !important;
    background-size: contain !important;
    display: block;
    height: 39px;
    width: 250px;
    margin: 0 auto;
    text-align: center;
}

.site-description {
	display: block;
	font-family: 'PT Sans', Century Gothic, Trebuchet MS, sans-serif;
	font-size: 14px;
	letter-spacing: 3px;
	margin-bottom: 0;
}

.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;
	padding:0;
	text-align: right;
	width: 250px;
}

.header-image .site-header .widget-area {
	padding:0;
}


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

.genesis-nav-menu {
	clear: both;
	font-size: 12px;
	font-weight: 300 !important;
	letter-spacing: 2px;
	line-height: 1;
	text-transform: uppercase;
	width: 100%;
}

.genesis-nav-menu li {
	float: none;
	list-style-type: none;
}

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

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: center;
}

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

.genesis-nav-menu a {
	color: #111111;
	font-family: proxima-nova, sans-serif !important;
font-style: normal !important;
font-weight: normal;
font-weight: 300 !important;
	font-size: 12px;
	letter-spacing: 3px;
	display: block;
	padding:0 15px;
	text-transform: uppercase;
}

.genesis-nav-menu a:hover {border-bottom:none;}
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	color: #da5f5d !important;
}

.genesis-nav-menu .sub-menu {
	background: #333333;
	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: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu::after, 
.genesis-nav-menu .sub-menu::before {
    border: medium solid transparent;
    bottom: 100%;
    content: " ";
    height: 0;
    left: 50%;
    pointer-events: none;
    position: absolute;
    width: 0;
}

.genesis-nav-menu .sub-menu::after {
    border-bottom-color: #FAF9F7;
}

.genesis-nav-menu .sub-menu::after {
    border-width: 8px;
    margin-left: -10px;
}

.genesis-nav-menu .sub-menu a {
	font-size: 12px;
	position: relative;
	width: 200px;
}

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

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: 50%;
	margin-left: -100px;
	opacity: 1;
}

.genesis-nav-menu .menu-item:hover > .sub-menu > .menu-item:hover > .sub-menu {
	left: 199px;
	margin-left: 0px;
	opacity: 1;
}

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

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

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 20px 0;
}

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

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	float: right;
	padding: 0;
	width: 13%;
}

.genesis-nav-menu > .search input {
	background: transparent;
	border: none;
}

.genesis-nav-menu .widget-area {
    float: right;
    padding:0;
    width: 20%;
}

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

.nav-header {
	background-color: transparent;
}

.site-header .sub-menu .sub-menu {
	margin-top: -51px;
}

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

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

.nav-primary {
	background: #fff url(images/border.png) bottom repeat-x;
	background-size: 1200px 1px;
}

.nav-primary a {
	font-size: 14px;
	padding: 15px;
	text-transform: none;
}

.admin-bar .nav-primary.fixed {
	top: 32px;
}

.nav-primary.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9;
}

.nav-primary.fixed .wrap {
	margin: 0 auto;
}

.nav-primary.fixed + div {
	border-top: 74px solid transparent;	
}

/* ## Secondary & Footer Navigation
--------------------------------------------- */

.nav-secondary,
.nav-footer  {
	background: #fff;
	text-align: center;
}

.nav-secondary {
	padding-bottom: 30px;
}

.nav-secondary .wrap {
	background: url(images/sec-nav.png) bottom center no-repeat;
	background-size: 1200px 10px;
	padding-bottom: 10px;
}

.nav-secondary .wrap {
	margin: 0 auto;
	width: 1200px;
}

.nav-footer a:after {
	content: "|";
	margin-left: 40px;
}

.nav-footer .genesis-nav-menu > .last > a:after {
	content: "";;
	margin: 0;
}

/* ## Header Left & Right Navigation
--------------------------------------------- */

.nav-header-left,
.nav-header-right {
	margin-top:15px;
}

.nav-header-left a,
.nav-header-right a {
	padding:0 18px;
}

.nav-header-left {
	float: left;
	text-align: center;
	width: 40%;
}

.nav-header-right {
	float: right;
	text-align: center;
	width: 40%;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

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

/* Category Index
--------------------------------------------- */

.category-index {
	background: #fff;
	padding: 30px;
}

.category-index .featured-content .entry {
	border: none;
	float: left;
	min-height: 310px;
	padding: 0px 5px;
	width: 33%;
}

.category-index .widget {
	padding: 20px 0px;
}

.category-index .widget-title {
	background: #fff url("images/border.png") repeat-x scroll center bottom / 1200px 1px;
}

.category-index .entry-title a {
	font-size: 25px;
}

.category-index ul li {	
	float: left;
	font-size: 13px;
	margin: 3px 5px;
	width: 23%;
}

/* Blog Page
--------------------------------------------- */

.refined-blog .content .entry {
	float: left;
	padding: 30px;
	width: 48.7179%;
}

.refined-blog .entry:nth-child(1) .custom-date {
	visibility: visible;
}

.refined-blog .entry:nth-of-type(2n+3) {
	margin-left: 2.5641%;
}

.refined-blog .entry:nth-child(1) {
	width: 100%;
}

.refined-blog .custom-date {
	visibility: hidden;
}

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

.entry {
	background: #fff;
	margin-bottom: 30px;
	padding: 30px;
}

.single-post .entry {
	padding-top: 10px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

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

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

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

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

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

p.entry-meta {
	margin-bottom: 0;
}

.entry-header .entry-meta {
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 20px;
}

.entry-header .entry-meta a {
	font-style: normal;
	font-weight: normal;
	padding: 0 8px 0 4px;
	text-transform: uppercase;
	color: #222222;
}

.entry-footer {
	background: rgba(0, 0, 0, 0) url("images/border2.png") no-repeat scroll center bottom / 1200px 1px;
	font-size: 10px;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
	padding: 0 0 20px;
	text-align: center;
	text-transform: uppercase;
}

.content article {
    position: relative;
}

.content article .custom-date {
	background: #fdeb96;
    border: 5px solid #fff;
    color: #000;
    font-family: "Cormorant Garamond",serif;
    font-style: italic;
    left: 0%;
    padding: 5px 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 10px;
}

.blog .content article .entry-title {text-align: left !important;padding-left:0px !important;}

.single-post .content article .custom-date {
	background: #f58974;
    color: #fff;
    left: 373.5px;
    padding:10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: -20px;
}

a.entry-title-link {border-bottom:5px solid #f3f0ed;}
a.entry-title-link:hover {border-color: #173d5a;}
.single-post .content article .entry-title {text-align:left;padding-left:0 !important;}

.my-date-day {
	font-size: 32px;
	display: block;
	line-height: 35px;
	margin: 0;
	padding: 0;
}

.my-date-month {
	font-size: 12px;
	letter-spacing: 5px;
	text-transform: uppercase;
	
}

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

.pagination {	
	clear: both;
	text-align: center;
	margin-bottom: 15px;
}

.adjacent-entry-pagination {
	background: #fff;
	padding: 30px;
	margin-bottom: 30px;
}

.single-post .pagination-previous {
	float: left;
	width: 45%;
}

.single-post .pagination-next {
	float: right;
	width: 45%;
}

.adjacent-entry-pagination a {
	font-family: "Cormorant Garamond",serif;
	font-size: 16px;
	font-style: italic;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 10px;
	padding: 8px 12px;
	text-transform: uppercase;
}

.archive-pagination li a:hover {
	text-decoration: underline;
}

.archive-pagination .active a {
	text-decoration: underline;
}

/* After Entry Widget Area
------------------------------------------------------------- */

.after-entry {
	background: #fff;
	margin: 30px 0;
	padding: 30px;
	text-align: center;
}

.after-entry .enews-widget {
    background: #faf7f2;
    text-align: center;
    padding: 30px;
}

.after-entry .widget {
	margin-bottom: 32px;
}

.after-entry .widget:last-child,
.after-entry p:last-child {
	margin: 0;
}

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

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

.comment-respond,
.entry-comments,
.entry-pings {
	background: #fff;
	padding: 30px;
	margin-bottom: 40px;
}

.entry-comments h3,
.entry-pings h3,
.comment-respond h3 {
	font-size: 24px !important;
	font-weight: 300;
	text-align: center;
}

.comment-respond,
.entry-pings {
	padding: 30px;
}

.comment-header,
.comment-meta {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: lowercase;
}

.comment-header a,
.comment-meta a {
	font-style: normal;
	text-transform: uppercase;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.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 {
	margin-bottom: 0;
}

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

.bypostauthor {
}

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


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

.sidebar li {
	margin-bottom: 0px;
	padding: 0px;
	list-style: circle;
	list-style-type: circle;
	margin-left:30px;
	
}

.sidebar li a {
	color: #333;
	font-size: 14px;
	
}

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

.sidebar .widget {
	background: #fff;
	margin-bottom:10px  !important;
	overflow: hidden;
	padding:0 30px !important;
}

.sidebar .enews-widget {
	background: #FAF7F2;
	border: 30px solid #fff;
	text-align: center;
}

.sidebar .widget li:nth-of-type(2n+1) {
	
}

.sidebar .widget li:nth-of-type(2n) {
	
}


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

#flex-footer {
	background-size: 1200px 1px;
	clear: both;
	padding-top:40px;
}

#flex-footer .widget-title,
#flex-footer a {

}

#flex-footer li {
		text-align: center;
}

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

.site-footer {
	background-color: #df9f9e;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1;
	padding: 0 0 80px 0;
	text-align: center;
	text-transform: uppercase;
}

.site-footer p {
	margin-bottom: 0;
	line-height:24px;

}

.site-footer a {
	line-height:34px;
}

	
.site-footer a {border-bottom:1px solid #fff;font-weight: bold;text-transform: uppercase;padding:2px 0; margin:0 14px;font-style:underline !important;font-size:20px;letter-spacing:2px !important;}
.site-footer a:hover {border-bottom:1px solid #333333;}
.site-footer p span {
	padding:20px 30px;
}

.bottom-copy {padding-top:20px !important;}
.bottom-copy,.bottom-copy2,.bottom-copy2 a {font-size:14px !important;text-transform:none !important;}
.bottom-copy3,.bottom-copy3 a {text-transform: uppercase !important;}	
.simple-social-icons {padding-bottom:20px !important;}

/* Fadeup Effect
---------------------------------------------------------------------------------------------------- */

.js .fadeup-effect {
	opacity: 0;
	overflow: hidden;
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInUp {
    from { opacity: 0; -webkit-transform: translateY(20px); }
    to { opacity: 1; -webkit-transform: translateY(0); }
} 

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
} 

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}



/* # Common Classes + Custom Classes
---------------------------------------------------------------------------------------------------- */

.large {font-size: 20px;line-height: 30px;}
.portfolio {margin-top:80px !important;float:left;display:block;clear:both;}
.portfolio .wrapper {float: left;margin:10x auto;clear: both;display: block;width:100%;background:url("") top left repeat-x;position:relative;padding:40px 30px;}
.portfolio .wrapper-inner {padding:10px;float: left;}
.portfolio .first {width:43%;position: absolute;top:-25px;left:65px;overflow: hidden;height:600px;border:1px solid #e5dcd9 !important;}
.portfolio .first img {}
.portfolio .second {width:53%;padding:0 40px 20px 60px;float: right;background:#fff;min-height: 600px;}
.portfolio .sixpush {height: 450px !important;top:30px !important;}
.portfolio .wrapper h3 {}


.contact-left {width:55%;float:left;display:inline;}
.contact-right {width:40%;float:right;display:inline;}

.contact-left input,.contact-left select,.contact-left textarea {border:1px solid #111111;margin-top:5px;}

.contact-left input[type="submit"] {border:none;font-weight: bold;font-family: 'Century Gothic', Helvetica, sans-serif;padding:12px 36px;background:#ff7448;font-size:22px;}

.contact-left input[type="submit"]:hover {background:#28bdc6;}

.contact-left p {text-transform: uppercase;font-size:16px;letter-spacing: 2px;font-weight:bold;font-family: 'Century Gothic', Helvetica, sans-serif;}


.contact-left2 {width:55%;float:right;display:inline;}
.contact-right2 {width:40%;float:left;display:inline;}

.contact-left2 input,.contact-left2 select,.contact-left2 textarea {border:1px solid #111111;margin-top:5px;}

.contact-left2 input[type="submit"] {border:none;font-weight: bold;font-family: 'Century Gothic', Helvetica, sans-serif;padding:12px 36px;background:#ff7448;font-size:22px;}

.contact-left2 input[type="submit"]:hover {background:#28bdc6;}

.contact-left2 p {text-transform: uppercase;font-size:16px;letter-spacing: 2px;font-weight:bold;font-family: 'Century Gothic', Helvetica, sans-serif;}






.homepage .one-third {text-align:center;}
.what-we-do {margin-top:40px;font-family: 'Century Gothic', Helvetica, sans-serif;text-align: center;text-transform: uppercase;padding:0;letter-spacing: 5px;font-size: 24px;background:#fff url(/wp-content/themes/genesis-sample/images/line0.png) center center repeat-x;}
.what-we-do span {background:#fff;padding:20px 30px;}

/* BUTTONS */

.btn-post {margin:20px 0 !important;clear:both;display:block;}
.btn-post a {font-weight: 300 !important;text-transform: uppercase;letter-spacing:5px;font-size:16px;}

.btn-post a:hover {border-color:#fa9c7d;text-shadow:1px 1px #b97660;}



.small-left a {font-weight:bold;padding:12px 18px !important;font-size:14px;line-height:18px !important;letter-spacing:2px !important;}
.lrg-center {text-align: center;}
.lrg-center a,.lrg-left a {padding:16px 46px !important;font-size:22px;line-height:22px !important;}

.black a {background:#aba29f;color:#fff;}
.yellow a {background:#bf816f;color:#fff;text-shadow:none !important;border:none;}
.yellow a:hover {background:#cc5757;}
/* PADS */
.pad10 {padding:5px !important;}
.pad20 {padding:10px !important;}
.mar10 {margin:35px 0!important;}

.homepart2 {background:#fff;padding:70px 0 50px 0;}
.homepart3 {background:#fff;padding:70px 0 40px 0;}
.homepage {background:#fef36e;padding:60px 0 100px 0;display:inline;float:left; background-attachment: fixed;
  background-size: cover;width:100%;}

.home2 {text-align: center;}

.home2 h3 {text-transform: uppercase;font-size:26px !important;}
.home2 p {font-size:16px !important;}




.webdesign-services { transition: 0.3s ease-in-out;cursor: pointer;position:relative;width:92%;float:left;clear:both;display:block;border:0px solid #111111;padding:50px 40px 50px 60px;background:#f9f9f9;margin:20px 0 20px 0}
.webdesign-services:hover {transform:scale(1.014);transition:0.3s ease-in-out;}
.webdesign-services-left {width:26%;float:left;display:inline}
.webdesign-services-left img {padding-top:60px}
.webdesign-services-right {width:68%;float:right;display:inline}
.webdesign-services h3 {text-transform: uppercase;font-weight: bold !important;font-size: 30px !important;padding-bottom:0px !important;margin-bottom:15px !important;color:#111111 !important;}
.webdesign-services-right .shortList {padding-bottom:20px !important}

.bord-bottom {	padding:15px 0 60px 0;
	margin-bottom:40px;
	/*font-weight: bold;*/
	background:url(/admin/upcache/lined-grey.png) bottom center no-repeat !important}
p.getstarted1 {
	padding:14px 0 0 0
}
p.getstarted1 a {
font-family: 'Century Gothic', Helvetica, sans-serif;
	background:#fdf16e;
	color:#000;
	font-size:1.375em;
	font-weight:bold;
	text-transform: uppercase;
	padding:20px 30px
}
p.getstarted1 a:hover {
	background:#000;
	color:#fff
}


p.getstarted2 {
	padding:14px 0 0 0
}
p.getstarted2 a {
font-family: 'Century Gothic', Helvetica, sans-serif;
	background:#3eada2;
	color:#fff;
	font-size:1.500em;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:bold;
	padding:20px 30px
}
p.getstarted2 a:hover {
	background:#000;
	color:#fff
}

#newsletter-form-sidebar {
	background:#8b76a2;
	color:#fff4f5;
	border-radius:8px;
	clear:both;
	width:100%;
	display:block
}
#newsletter-form-sidebar p {
	font-size:12px;
	padding:15px 20px 0
}
#newsletter-form-sidebar input[type=text] {
	border:0;
	font-size:14px;
	padding:8px 10px;
	background:#f7f7f7;
	color:#6f5a88;
	width:90%
}
#newsletter-form-sidebar input.email {
	background:#ebe1f7 url(/images/mail.gif) no-repeat center right
}
#newsletter-form-sidebar input.name {
	background:#ebe1f7 url(/images/name.png) no-repeat center right
}
#newsletter-form-sidebar input[type=submit] {
	background:#f6b162;
	border:none;
	color:#724b38;
	cursor:pointer;
	font-size:14px;
	font-weight:700;
	padding:8px 9px;
	text-transform:uppercase
}
#newsletter-form-sidebar input[type=submit]:hover {
	background:#6edbc5;
	color:#14594b
}
.optin-email {
	float:left;
	display:inline;
	width:59%;
	overflow:hidden;
	padding:10px 10px 20px 20px
}
.optin-submit {
	float:left;
	display:inline;
	width:22%;
	overflow:hidden;
	padding:10px 20px 20px 0
}
#newsletter-form-footer {
	background:#fff;
	border:9px solid #f6f6f6;
	clear:both;
	width:84%;
	padding:30px;
	margin:10px auto;
	position:relative;
	display:block
}
.newsletter-powered {
	clear:both;
	display:block;
	width:100%;
	padding-top:12px;
	height:22px;
	text-align:right
}
.newsletter-powered img {
	float:right;
	width:142px;
	height:14px;
	border:none
}
#newsletter-form-footer h5 {
	font-size:1.125em;
	padding:0 0 0 30px;
	background:url(/images/lined-light.png) center left repeat-x
}
#newsletter-form-footer h5 span {
	padding:10px;
	background:#fff
}
#newsletter-form-footer p {
	padding:5px 30px 0 20px
}
#newsletter-form-footer input[type=text] {
	font-size:14px;
	padding:16px 14px;
	background:#fff;
	color:#bdbdbd;
	border:3px solid #f2f2f2;
	width:83%
}
#newsletter-form-footer input.email {
	background:#fff url(/images/mail.gif) no-repeat center right
}
#newsletter-form-footer input.name {
	background:#fff url(/images/name.png) no-repeat center right
}
#newsletter-form-footer input[type=submit] {
	background:#8d61b0;
	color:#fff;
	cursor:pointer;
	font-size:14px;
	font-weight:700;
	padding:16px 14px;
	border:0;
	text-transform:uppercase
}
#newsletter-form-footer input[type=submit]:hover {
	background:#333;
	color:#fff
}
#newsletter-form-footer .optin-name {
	float:left;
	display:inline;
	width:29%;
	overflow:hidden;
	margin-right:5px;
	padding:20px
}
#newsletter-form-footer .optin-email {
	float:left;
	display:inline;
	width:29%;
	overflow:hidden;
	margin-right:5px;
	padding:20px 20px 20px 0
}
#newsletter-form-footer .optin-submit {
	float:left;
	display:inline;
	width:22%;
	overflow:hidden;
	padding:20px 0
}



/* madmimi */

.branded-email-form {}

.branded-email-form #mad_mimi_signup_form {border:6px solid #333333;color:#333333;background:#fff;padding:50px 30px 80px 30px}

.branded-email-form #mad_mimi_signup_form h3 {text-align:center;text-transform:uppercase;font-size:22px;color:#333333}
.branded-email-form #mad_mimi_signup_form input[type=text] {font-size:14px;
	padding:16px 14px;
	background:#fff;
	color:#333333;
	border:1px solid #333333;
	width:92%}

.branded-email-form #mad_mimi_signup_form input[type=submit] {background:#333333;
	color:#fff;
	cursor:pointer;
	font-size:18px;
	font-weight: bold;
	padding:18px 0;
	text-align: center;
	border:0;
	width:100%;
	text-transform:uppercase
}

.branded-email-form #mad_mimi_signup_form input[type=submit]:hover {background:#ff6767;
	color:#fff}
	
.branded-email-form #mad_mimi_signup_form .mimi_field {clear:both;padding-top:20px}
	
	/* top email */
	
	
#newsletter-form-top{  background:#ff594d;  width:100%;  text-align:center;  color:#fff;  padding:2px;  overflow:hidden;  height:60px;  z-index:1000;  font-size:14px;  line-height:60px;  position:fixed;  top:0;  left:0}

#newsletter-form-top .top-msg {color:#fff;font-weight: bold;padding-right:20px}

#newsletter-form-top button{-webkit-box-shadow:rgba(0,0,0,0.278431) 1px 1px 3px; background:#333;  border-bottom-left-radius:4px;  border-bottom-right-radius:4px;  border-top-left-radius:4px;  border-top-right-radius:4px;  border:none;  box-shadow:rgba(0,0,0,0.278431) 1px 1px 3px;  color:white;  cursor:pointer;  font-size:0.854em;  margin:0px 0px 0px 7px;  outline:none;  padding:2px 10px 1px;  position:relative;  text-decoration:initial}

#newsletter-form-top button:hover{  cursor:pointer;background:#444}

#newsletter-form-top button:active{  top:1px}

close{  width:20px;  height:19px;  bottom:18px;  right:30px;  background:url(http://hb-assets.s3.amazonaws.com/system/modules/hellobar/lib/sprite-8bit.png) no-repeat 0px -247px;  position:absolute}

close:hover{  background:url(http://hb-assets.s3.amazonaws.com/system/modules/hellobar/lib/sprite-8bit.png) no-repeat 0px -228px;  cursor:pointer;  height:19px}

open{-webkit-box-shadow:rgba(0,0,0,0.34902) 0px 0px 5px;background-image:url(http://hb-assets.s3.amazonaws.com/system/modules/hellobar/lib/sprite-8bit.png);background-position:0px -8px;background-repeat:no-repeat no-repeat;border:3px solid rgb(255,255,255);box-shadow:rgba(0,0,0,0.34902) 0px 0px 5px;display:block;height:0px;outline:none;overflow:hidden;padding:80px 0px 0px;position:absolute;right:30px;top:-50px;width:35px;z-index:100;background-color:#f2be31;display:none}

open:hover{ background-color:#dfaa1c; cursor:pointer}


.newsletter-form-top-left {text-align:right;float:left;display:inline;width:49%}
.newsletter-form-top-right {text-align:left;margin:0;float:left;display:inline;width:49%}


#newsletter-form-top input[type=text] {
	font-size:12px;
	padding:7px 10px;
	margin:0;
	background:#f8f8f8;
	color:#666666;
	text-transform: lowercase;
	border:none;
	width:83%
}

#newsletter-form-top input[type=submit] {
	background:#d8473c;
	color:#fff;
	cursor:pointer;
	font-size:12px;
	font-weight:700;
	padding:7px 14px;
	border:0;
	text-transform:uppercase
}
#newsletter-form-top input[type=submit]:hover {
	background:#9f3c35;
	color:#fff
}
#newsletter-form-top .optin-name {
	float:left;
	display:inline;
	width:29%;
	overflow:hidden;
	margin-right:0;
	padding:0
}
#newsletter-form-top .optin-email {
	float:left;
	display:inline;
	width:29%;
	overflow:hidden;
	margin-right:0;
	padding:0
}
#newsletter-form-top .optin-submit {
	float:left;
	display:inline;
	width:23%;
	overflow:hidden;
	margin-left:0;
	padding:0
}


.div-left {width:60%;display:inline;float:left;}
.div-right {width:48%;display:inline;float:right;}



.width22,.width22-last {
	display:inline !important;
	float:left;
	width:44% !important;
	margin:15px 20px 20px 20px;
	text-align:center;
	border:8px solid #f9f9f9;
	height:320px
}

.width22 a img,.width22-last a img {
	margin-left:auto !important;
	margin-right:auto !important;
	clear:both;
	display:block !important
}

.highlightstrong strong {
	color:#111111
}

.page-full .highlightstrong strong {
	color:#444444
}

.page-services {
background:#fff;
padding:15px 36px
	
}



.txt-smaller {font-size:0.938em}

.fixed2 {
	width:340px;
	position:fixed
}
.list-subcat li {
	line-height:32px;
	text-transform:capitalize
}
.list-subcat li a {
	font-size:16px
}
.deals li {
	width:93%;
	float:left;
	border-bottom:1px solid #444444;
	clear:both;
	display:block;
	padding:30px 20px
}
.deals .img-thumb {
	width:22%;
	display:inline;
	float:left
}
.deals .img-thumb img {
	border:1px solid #333333
}
.deals .desc5 {
	width:77%;
	display:inline;
	float:left
}
.deals .desc5 h3 {
	font-size:1.250em;
	text-transform:uppercase
}
.deals .desc5 h3 span {
	color:#07aeac
}
.deals {
	clear:both
}
.couponclick {
	clear:both;
	padding:20px 0
}
.couponclick a {
	background:url(/images/scissor.png) no-repeat 10px 10px;
	font-weight:normal;
	text-transform:uppercase;
	color:#222222;
	border:2px dashed #a678c2;
	padding:10px 18px 10px 36px
}
.couponclick a:hover {
	border:2px solid #faa10a
}
.steps .step-circle {
	margin-right:14px;
	text-align:center;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	font-weight:bold;
	padding:20px;
	background:#222222;
	color:#fff;
	font-size:24px
}
.steps {
	line-height:60px;
	font-size:18px;
	margin: 8px 0
}

.hyellow {
	background:#fecc67;
	color:#585334
}
p span.hyellow {
	padding:5px 10px
}
.highlight {
	background:#fecc67;
	padding:2px 4px;
	color:#d29315
}
.bg-gray {
	background:#f8f8f8
}
.small {
	line-height:1.375em;
	font-size:12px
}
div.center {
	text-align:center;
	margin:0 auto
}
p.quicktip {
	color:#333;
	background:#fecd5f url(/images/idea5.png) 4% 50% no-repeat;
	padding:32px 35px 32px 95px;
	width:74%;
	font-size:14px !important;
	line-height:22px !important;
	margin:20px auto 35px auto !important;
}
p.quicktip a {color:#324168;}
p.quicktip a:hover {border-color:#f49a88;}
.answer {
	margin:20px 30px;
	padding:10px 20px;
	border-left:4px solid #eee
}


.reviewer {display:block;clear:both;float:left;width:100%;border-bottom:6px solid #eeeeee;border-top:6px solid #eeeeee;margin:20px 0;padding:20px 0}
.reviewer-avatar {width:18%;float:left;display:inline}
.reviewer-info {width:100%;float:left;display:inline}
.reviewer-info h3 {clear:both;font-size:36px;text-transform:capitalize;line-height:46px}
.reviewer-info .reviewer-url,.reviewer-info .reviewer-url a {font-style:italic;line-height:24px;clear:both;font-size:14px}


.contentupgrade {width:100%;height:320px;clear:both;display:block}
.subscribeleft {width:35%;float:left;display:inline}
.subscriberight {width:65%;float:right;display:inline}
.subscriberight .btn-dl5 {margin-top:40px !important}

.btn-dl5 {
	text-align:center;
	margin:10px auto;
	width:86%;
	padding:30px 0
}


.btn-dl5 a.sub2 {}
.btn-dl5 a {
margin:15px auto;
	padding:20px 38px 20px 38px;
	letter-spacing:0;
	font-size:1.25em;
		color:#fff !important;
		background:#e9ab07;
	font-weight:normal !important;
	text-transform:uppercase;
	font-family: proxima-nova, sans-serif !important;	display:block;
	text-transform: uppercase;
	border:none !important;
}

.btn-dl5 .sub1 {letter-spacing:1px;font-size:11px !important;display:block !important;line-height:15px;padding:0;margin:0;}
.btn-dl5 a:hover {
	background:#173d5a;
	
}


.width70 {
	width:70%
}
.width301 {
	width:301px
}
.width330 {
	width:330px
}
.width320 {
	width:320px
}
.width310 {
	width:310px
}
.facebookbox {
	background:#fafafa;
	padding:10px 0;
	border:5px solid #eee
}
.width-half {
	float:left;
	display:inline;
	padding-right:1%;
	width:49%
}
.width-half:last-child {
	padding:0
}
.width-half3 {
	float:left;
	display:inline;
	padding-right:2%;
	width:48%
}
.width-half3:last-child {
	padding:0
}
.width-half4 {
	float:left;
	display:inline;
	padding-right:3%;
	width:47%
}
.width-half4:last-child {
	padding:0
}
.width-half5 {
	float:left;
	display:inline;
	padding:40px;
	margin:20px;
	width:46%;
	text-align:center;
	border:1px solid #f9f9f9
}

.width-half5 img {
	margin-left:auto !important;
	margin-right:auto !important;
	display:block !important
}

.width-half5 h3 {text-transform:uppercase;}
.width-half5 .txt-smaller {font-size:0.938em;line-height:26px;padding:0 0 20px 0}


.width-half5:last-child {
	padding:0
}
.listwithimgleft h4 {
	line-height:1.25em;
	font-size:1.25em
}
.height500 {
	height:600px
}
.height800 {
	height:860px
}
.listwithimgleft {
	line-height:2em;
	font-size:0.875em;
	width:100%;
	clear:both;
	float:left;
	display:block;
	padding:20px 0
}
.listwithimgleft img {
	padding:0!important;
	margin:0!important
}
.listwithimgleft .width-half {
	float:left;
	display:inline;
	padding-right:2%;
	width:48%
}
.listwithimgleft .width-half2 {
	float:right;
	display:inline;
	padding-left:1%;
	width:49%
}
.listwithimgleft .icon2 {
	width:42%;
	display:inline;
	float:left
}
.listwithimgleft .icon2 img {
	border:5px solid #f5f5f5 !important;
	width:130px;
	height:130px
}
.listwithimgleft .desc2 {
	padding-top:10px;
	width:56%;
	display:inline;
	float:right
}
.linkout {
	width:100%;
	clear:both;
	padding:4px 0;
	display:block
}
.listwithimgleft-last {
	border:none!important;
	padding-bottom:40px!important
}
.col1st,.col2nd {
	float:left;
	display:inline;
	font-size:16px;
	padding-right:1%;
	width:45%
}
.col1st {
	padding-left:20px;
	background:#f8f8f8;
	border-right:1px solid #eee
}
.col2nd {
	padding-left:20px
}
.col2 li {
	line-height:24px
}
.text-upper {
	text-transform:uppercase
}

.text-purple {color:#e9ab07 !important}

.table-price-compare {
	padding:10px 0;
	clear:both;
	display:block;
	width:98%
}
.table-price-compare .table-one-half {
	width:49%;
	display:inline;
	float:left
}
.table-price-compare .table-head {
	border-bottom:1px solid #333;
	margin-bottom:5px;
	padding-bottom:10px;
	color:#173d5a;
}
.table-price-compare .table-head p {
	text-align:center;
	font-weight:700;
	font-size:20px;
	letter-spacing: 2px;
	text-transform:uppercase;
	padding-bottom: 0px !important;
	margin-bottom:0px !important;
}
.demo ul {
	padding:0;
	margin:0
}
.demo ul li {margin:0;padding:0}

.demo {padding:10px 0 40px 0;}

.demo ul,.demo li {	margin:0 !important;
	padding:0 !important;list-style-type: none !important;list-style: none !important;}

.demo .btn-download a,.demo .btn-visit a {
	padding:14px 26px;
	color:#fff;
	border:none;
	font-size:20px;
	text-transform:uppercase;
	margin:0;
	background-image:none !important;
	list-style-type: none !important;list-style: none !important;
	background-color:#f8b70c !important;
	font-weight: normal !important;
	font-weight: 400 !important;
	font-style: normal;
}
.demo .btn-download a:hover,.demo .btn-visit a:hover {
	background-color:#173d5a !important;
	color:#fff
}


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

.demo .btn-shortvisit a {
	padding:10px 26px;
	color:#fff;
	font-family: 'Century Gothic', Helvetica, sans-serif;
	border:none;
	font-size:18px;
	text-transform:uppercase;
	margin:0;
	background-image:none !important;
	background-color:#333333 !important
}
.demo .btn-shortvisit a:hover {
	background-color:#fe5956 !important;
	color:#fff
}



.btn-visit {
	padding:14px 15px
}
.btn-visit a {
	padding:15px 20px 15px 38px;
	color:#fff;
	letter-spacing:2px;
	font-size:1.125em;
	background:#ec07a9;
	font-weight:normal;
	background:url(/images/arrow-out2.png) 13px 13px no-repeat !important;
	text-transform:uppercase
}
.btn-visit a:hover {
	border:2px solid #333333
}



.btn-dl {
	text-align:center;
	margin:10px auto;
}
.btn-dl a {margin:20px auto;display:block;
	width:65%;
	padding:15px 20px 15px 25px;
	letter-spacing:2px;
	font-size:1.25em;
	color:#fff !important;
	font-weight:normal !important;
	font-style: normal !important;
	text-transform:uppercase;
	font-family: proxima-nova, sans-serif !important;
font-weight: 300 !important;
border:none !important;	background:#f3b309;
}
.btn-dl a:hover {
	background:#173d5a;

}



.btn-dl2 {
	text-align:center;
	margin:10px auto;
	padding:30px 0;
}
.btn-dl2 a {
margin:15px auto;
	
	padding:20px 38px 20px 38px;
	letter-spacing:0;
	font-size:1.125em;
	color:#fff !important;
	background:#e9ab07;
	font-weight:bold;
	font-family: proxima-nova, sans-serif;
font-style: normal;
font-weight: 300 !important;
	text-transform: uppercase;
}
.btn-dl2 a:hover {
	background:#173d5a;
}


.affiliatelink {margin:20px 0;text-align: center}
.affiliatelink .btn-visit a {
	padding:16px 22px;
	color:#fff;
	font-weight:bold;
	border:none;
	font-size:20px;
	letter-spacing:0px;
	background-image:none !important;
	background-color:#000 !important
}
.affiliatelink .btn-visit a:hover {
	background-color:#333333 !important;
	color:#ffffff
}


.bigdloadlink {margin:20px 0;text-align: center}
.bigdloadlink .btn-visit a {
	padding:22px 40px;
	color:#fff;
	border:none;
	font-size:24px;
	letter-spacing:1px;
	background-image:none !important;
	background-color:#000 !important
}
.bigdloadlink .btn-visit a:hover {
	background-color:#444444 !important;
	color:#fff
}



.icon-check {
	background:url(/images/check.png) 0 5px no-repeat;
	padding-left:22px
}
.icon-cross {
	background:url(/images/cross.png) 0 5px no-repeat;
	padding-left:22px
}
.icon-warning {
	background:url(/images/cross.png) 0 5px no-repeat;
	padding-left:74px
}
.text-left {
	text-align:left
}
.text-center {
	text-align:center
}

.text-right {
	text-align:right
}


.warning {color:#fd685d;font-weight: bold}

.strong {
	font-weight:700
}
acronym {
	border-bottom:1px dotted #8468a3
}
.testimonial {
	background:url(/images/quoteicon.png) center left no-repeat;
	font-size:1.143em;
	line-height:2.125em;
	text-align:left;

	font-weight:100;
	padding:10px 30px 10px 60px;
	color:#000;

	margin:10px
}


.bordered-div2 .testimonial,.width-half3 .testimonial{font-family:"Trebuchet MS", Helvetica, sans-serif;font-size:1em;line-height:1.750em;font-style:italic;padding-right:20px;margin:0}
.testimonial a {
	
}

.testimonial-photo {padding:30px 20px;display:inline;float:left;width:24%}
.testimonial-photo img {padding-top:40px}
.testimonial2 {
display:inline;
	font-size:1.143em;
	line-height:2.125em;
	text-align:left;

	font-weight:100;
	padding:40px 20px;
	color:#000;
float:left;
width:68%;
	margin:0
}

.testimonial-stat {padding-top:20px;font-style:italic;font-size:0.875em;clear:both;display:block;}
.testimonial-head,.testimonial-head2 {font-style:italic;line-height:1.5em;font-size:1.750em;color:#000}
.testimonial-head span,.testimonial-head2 span{padding:5px 10px;background:#f0e5e1;}
.testimonial-head2 {font-size:1.500em}
.testimonial-larger {font-size:1.375em}


.question {
	background:url(/images/quoteicon.png) center left no-repeat;
	font-size:1.625em;
	line-height:1.625em;
	text-align:center;
	font-style:italic;
	font-weight:100;
	padding:30px 40px;
	border-top:8px solid #f2f2f2;
	border-bottom:8px solid #f2f2f2;
	
	margin:20px
}

.question2 {
	background:url(/images/quoteicon.png) center left no-repeat;
	font-size:1.625em;
	line-height:1.625em;
	text-align:center;
	font-style:italic;
	font-weight:100;
	padding:20px 40px;
	
	margin:20px
}

.quote4 {
	background:url(/images/quoteicon.png) left center no-repeat;
	padding-left:58px
}
.quote3 {
	background:url(/images/quoteicon.png) center left no-repeat;
	font-size:1.625em;
	line-height:1.625em;
	text-align:center;
	font-style:italic;
	font-weight:100;
	padding:30px 40px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	margin:20px
}
.quote4-2 {
	padding-left:58px
}
.quote {
	background:url(/images/quoteicon.png) center left no-repeat;
	font-size:1.8em;
	line-height:1.8em;
	text-align:center;
	font-weight:100;
	padding:30px 50px;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	margin:20px
}
.quote a {
	font-weight:100!important;
	font-size:1.4em;
	line-height:1.4em;
	color:#333!important
}


.landing-intro {padding-top:30px;width:92%;float:right;height:380px;font-size:1.375em;/*text-shadow: 1px 1px 0px rgba(0,0,0,0.2);*/color:#fbf5ff}
.landing-intro-big {font-family: 'Century Gothic', Helvetica, sans-serif;letter-spacing:0;font-size:2.875em;line-height:1.2em;text-transform:uppercase;font-weight:bold}
.landing-intro-small {width:88%}
.button-hire-me {margin-left:12%;margin-top:20px;width:50%;text-align:center}
.button-hire-me a {font-family: 'Century Gothic', Helvetica, sans-serif;padding:22px 60px;border-radius: 39px 39px 39px 39px;
-moz-border-radius: 39px 39px 39px 39px;
-webkit-border-radius: 39px 39px 39px 39px;background:#333333;width:100%;font-weight:bold;font-size:0.875em !important;text-transform:uppercase;display:block;clear:both;color:#fff}
.button-hire-me a:hover {background:#fdf16e;color:#000}
.icon-email-me {padding-left:5px}



.side-top-title {position:absolute;top:20px;right:30px;width:337px;height:33px}

.side-border-top {	}
.side-inside {margin-top:-12px;margin-bottom:-12px;z-index:9 !important;padding:30px 0 40px 0;float:left;width:94%;clear:both;display:block;border:6px solid #6b4688 }

.side-menu-services {margin-top:70px;margin-bottom:20px;background:#f7f7f7;display:block;clear:both;float:left;width:100%;padding-left:1%;padding-top:0}



.side-menu-services p {line-height:2.500em;border-bottom:1px solid #f1f1f1;margin-left:7%;padding:10px 0 10px 20px;width:80%;clear:both;float:left;display:block}
.side-menu-services p a {letter-spacing:1px;font-family: 'Century Gothic', Helvetica, sans-serif;text-transform:uppercase;font-size:1em;color:#666666}
.side-menu-services p a:hover {color:#000}


.icon-website-design span {background:url(/images/webdesignicon.png) center left no-repeat;width:32px;height:32px;padding:0 22px}
.icon-graphic-design  span {background:url(/images/painticon1.png) center left no-repeat;width:32px;height:32px;padding:5px 22px}
.icon-smm-marketing span {background:url(/images/ideaicon1.png) center left no-repeat;width:32px;height:32px;padding:5px 22px}
.icon-content-marketing span {background:url(/images/tooledit1.png) center left no-repeat;width:32px;height:32px;padding:5px 22px}
.icon-website-review span {background:url(/images/pencil1.png) center left no-repeat;width:32px;height:32px;padding:8px 22px}
.icon-web-maintenance span {background:url(/images/toolsettings1.png) center left no-repeat;width:32px;height:32px;padding:10px 22px}
.icon-web-maintenance {border-bottom:none !important}

.full-width-content .side-menu-services {background:#f7f7f7;margin:60px 0 40px 3%;width:92%}
.full-width-content .side-menu-services p {border-bottom:1px solid #eeeeee}
.full-width-content .side-menu-services p, .full-width-content .side-menu-services a {color:#555555}
.full-width-content .side-menu-services a:hover {color:#f67883}
.full-width-content .side-inside {border:4px solid #efefef}
.side-message {font-style:italic;border-bottom:none !important}
.full-width-content p.side-message a {color:#f67883}
.full-width-content p.side-message a:hover {color:#555555}

/*.body-details .icon-website-design span {background:url(/images/webdesignicon2.png) center left no-repeat;width:32px;height:32px;padding:0 22px}
.body-details .icon-graphic-design  span {background:url(/images/painticon2.png) center left no-repeat;width:32px;height:32px;padding:5px 22px}
.body-details .icon-smm-marketing span {background:url(/images/ideaicon2.png) center left no-repeat;width:32px;height:32px;padding:5px 22px}
.body-details .icon-content-marketing span {background:url(/images/tooledit2.png) center left no-repeat;width:32px;height:32px;padding:5px 22px}
.body-details .icon-website-review span {background:url(/images/pencil2.png) center left no-repeat;width:32px;height:32px;padding:8px 22px}
.body-details .icon-web-maintenance span {background:url(/images/toolsettings2.png) center left no-repeat;width:32px;height:32px;padding:10px 22px} */

.details-demo {clear:both;display:block;border-top:1px solid #eeeeee;padding-bottom:20px;padding-top:20px;margin-top:20px}

.details-demo p a {text-transform:uppercase;color:#fff;background-color:#a678c2 !important;padding:12px 14px;margin-right:6px}

.details-demo p a:hover {background-color:#444444 !important}


.sidebox {
	width:85%;
	clear:both;
	display:block;
	float:left;
	padding:20px 30px;
	margin:0
}

.servicedesign1 {background:#fc9c4e url(/images/bgstartblog1.png) bottom center no-repeat;text-align:center;margin:10px 0 10px 20px;width:82%}
.servicedesign1 h3 {background:none !important;letter-spacing:0 !important;text-transform:capitalize !important;font-size:2.2em !important;color:#9c5418 !important;border:none !important}
.servicedesign1  img {margin-top:20px}
.servicedesign1 p.textin {font-weight:bold;color:#fff;font-size:1.2em;padding-top:25px}
.servicedesign1 p.learnmore {margin:22px 0 20px 0;color:#fff;text-align:left;width:59%;text-transform:uppercase;font-weight:bold}
.servicedesign1 p.learnmore a {display:block;color:#fff;padding:10px 30px;background:#444444}
.servicedesign1 p.learnmore a:hover {background-color:#222222}


.page-full .blog-details {line-height:2em;width:98%;padding:0 1%}
.blog-details ul li {
	margin:8px 0;
	clear:both;
	display:block;
	padding:10px 0 10px 10px
}
.blog-details ul li ul li {
	margin:5px 0;
	padding:8px 0 8px 8px
}
.blog-details h3 {
	padding:6px 0;
	color:#9265b4;

}

.blog-details h3 a {
	font-family: 'Century Gothic', Helvetica, sans-serif;
	color:#444444;

}

.blog-details h3 a:hover  {
	color:#ff594d;

}

.page-full .blog-details h3 {color:#444444;line-height:1.375em;font-size:1.375em}

h1.title-really-largest {
	text-transform:uppercase;
	letter-spacing:-2px;
	padding-bottom:100px;
	padding-top:10%;
	padding-right:140px;
	font-size:8em;
	color:#fff;
	font-weight:700
}



.important-info {
	background:#f3f3f3;
	clear:both;
	display:block;
	padding:20px;
	border-radius:6px;
	margin:15px;
	font-family:"Trebuchet MS",Helvetica,sans-serif
}
.snippet {
	width:90%;
	margin:0 auto 10px 0
}
.snippet textarea {
	-webkit-transition:height .2s;
	-moz-transition:height .2s;
	transition:height .2s;
	margin:0 auto;
	width:93%;
	padding:20px;
	background-color:#f4fdd2;
	color:#718c12;
	font-size:1.125em;
	border:1px solid #b8cd6d
}
.blog-details ol textarea {
	margin:0 auto;
	width:80%;
	padding:10px;
	background-color:#f4fdd2;
	color:#718c12;
	font-family:"Trebuchet MS",Helvetica,sans-serif;
	border:1px solid #b8cd6d;
	height:120px
}
.comments h5,.post-lower-body h5,.related h4 {
	line-height:.875em;
	font-size:1.125em;
	text-transform:uppercase;
	padding:20px 30px;
	margin:20px 0;
	clear:both;
	display:block;
	font-weight:700;
	background:url(/images/lined-light.png) center left repeat-x
}
.post-lower-body h5 span {
	padding:20px;
	background-color:#fff
}


.blog-details .bulletcircle li,.bulletcircle li,.page-full .bulletcircle li,.page-full li {
	}
.blog-details ul.bulletcircle {
	padding:10px 0 8px 0 !important;
	margin:0 !important;
}
.blog-details ul.bulletcircle ul {
	padding-bottom:0!important
}
.blog-details .bulletline li {
	border-left:8px solid #e9e9e9;
	padding:10px 15px;
	margin:0 6px 8px 10px;
	background:#f6f6f6
}
.blog-details .bulletcheck li {
	background:url(/template/assets/images/checklist.png) 0 6px no-repeat;
	padding:0 0 5px 20px;
	margin:0 0 0 15px
}
.blog-details .sidequote {
	padding:0;
	float:right;
	margin:0;
	border:0;
	width:280px;
	background:url(/template/assets/images/pullquote.gif) top left no-repeat
}
.blog-details .sidequote p {
	padding:5px 10px 10px 45px;
	font-size:19px!important;
	line-height:28px;
	color:#999!important;
	text-align:left;
	font-style:italic
}



h2.head_small {color:##173d5a}
.head_small_bg {
	text-transform:uppercase;
	line-height:20px!important;
	font-size:16px!important;
	letter-spacing:1px;
	padding:8px 10px!important;
	background:#333;
	margin-bottom:8px;
	font-weight:700!important;
	color:#eee!important
}
h3.head-med {
	line-height:1.4em;
	font-size:1.5em;
	letter-spacing:0
}
h3.head-med2 {

	line-height:1.4em;
	font-size:1.5em;
	letter-spacing:0
}

.page-full h3.head-med2 {
	color:#444444 }

h3.head-med3 {
	line-height:1.375em;
	font-size:1.625em;
	letter-spacing:1px
}

.head_small {
	text-transform:uppercase;
	line-height:26px !important;
	font-size:20px !important;
	letter-spacing:1px;
	padding-bottom:8px;
	border-bottom:1px solid #eeeeee;
	margin:25px 0;
	font-weight:bold !important;
}

.download {
	clear:both;
	display:block;
	margin:18px 0;
	text-align:center
}
.download a {
	font-weight:700;
	font-size:14px;
	padding:8px 12px;
	border:1px solid #999;
	text-transform:uppercase;
	letter-spacing:5px
}
img.border {
	padding:4px;
	border:1px solid #ccc
}
.blog-details img.left,img.left {
	margin:10px 16px 4px 0!important;
	float:left
}
.blog-details img.right,img.right {
	margin:10px 0 3px 15px!important;
	float:right
}
.minSize {
	max-width:630px
}
.inline-image {
	display:inline
}
.right_img {
	margin:10px 0 3px 15px;
	float:right
}

.right_img .small a {color:#333333 !important;border-bottom:4px solid #ffe682;}

.right_img p {
	padding:0
}
.left_img {
	margin:5px 8px 4px 0;
	float:left
}
.left_img p {
	padding:0
}
.cover-download {
	clear:both;
	display:block;
	text-align:center;
	position:relative;
	padding:20px;
	margin:20px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	background:#f5f5f5
}
.noborder,.noborder:hover {
	border:none!important;
	border:0!important;
	-moz-box-shadow:0!important;
	-webkit-box-shadow:0!important;
	box-shadow:none!important;
	padding:5px!important
}


.padleft {
	padding-left:20px
}
.padleftright {
	padding:20px
}
.padright2 {
	padding-right:30px
}

.padright2 {
	padding-right:30px
}


.larger {
	letter-spacing: 1px !important;
	font-size:22px;
	margin-top:0 !important;
	color:#83716a !important;
}

.page-id-1329 .larger {font-size:40px !important; font-weight: bold;}
.page-id-1329 h3 {text-transform: uppercase;}
.page-id-1329 h2 {text-transform: uppercase;font-size:100px !important;letter-spacing:-2px;}
.page-id-1329 .top  {padding-top:40px;}

.larger8 {
	padding:0 0 60px 0;
	margin-bottom:50px;
	font-weight: bold;
	background:url(/admin/upcache/lined-grey.png) bottom center no-repeat !important;
	/*text-transform: uppercase;*/
	letter-spacing: 1px;

	font-size:1.2em
}

/* H1 for services page */

.larger9 {
text-transform: uppercase;
	padding:0 0 20px 0;
	font-weight:bold;
	letter-spacing:0;
	line-height: 1em;
	font-size:4.875em
}


.page h1.larger9 {
text-transform: uppercase;
	padding:0 0 20px 0;
	letter-spacing:2px;
	font-weight: bold !important;
	line-height:58px;
	font-size:48px !important;
}

.larger10 {
	padding:10px 120px 30px 120px;
	font-size:1.5em
}

.larger10-1 {
	padding:10px 60px 30px 60px;
	font-size:1em
}

.larger11 {
	padding:10px 0 50px 0;

	
	text-transform: uppercase;
	letter-spacing:4px;
	font-size:1.8em
}

.larger12 {
	padding:0 100px;

	line-height:1.5em;
	font-size:1.5em
}

.larger12-1 {
	padding:15px 0;

	font-size:1.2em
}

.larger13 {

	font-weight:bold;
	font-size:1.4em
}

.larger14 {
margin-bottom:50px;
	padding:26px 0 60px 0;

	background:url(/admin/upcache/lined-grey.png) bottom center no-repeat !important;
	font-weight:bold;
	text-transform: uppercase;
	letter-spacing: 5px;
	line-height: 1em;
	font-size:4em
}

.larger15 {

	font-size:1.250em
}


.service-featured {padding:50px 0 0 0;height:460px;border-bottom:10px solid #eeeeee;background:#f8f8f8 url(/admin/upcache/web-designer-toronto2.png) bottom center no-repeat !important}


.service-featured2 {padding-top:30px}

 


.larger4 {

	font-size:1.625em;
	font-weight:bold;
	font-style:italic;
	padding-right:200px
}

.larger3 {
	margin:5px 0;
	color:#da7084;
	font-size:1.25em
}
.larger2 {
	border-bottom:1px solid #f67883;
	margin:8px;
	color:#f67883;
	font-weight:700;
	font-size:1.25em
}
.larger2 a {
	font-weight:700;
	color:#da7084
}
.larger2 a:hover {
	color:#444
}
.subhead {
	margin-top:8px;
	font-size:1.375em;
	text-transform:uppercase
}

.larger5 {
	padding-top: 20px !important;
	margin:20px 0 22px 0 !important;
	font-size:1.750em;
	text-transform:uppercase;
	font-weight:normal;
	font-style: normal;
	font-weight: 400;
	color:#da7084;
	text-align:center;
}
.larger5 span {
	display:block;
	font-size:1.750em;
	padding-bottom:20px
}
.checklistbox {
	font-size:1em;
	border:1px solid #faba3a;
	background:#ffd889;
	color:#8c5413;
	padding:10px;
	width:40%;
	margin:10px 10px 20px 1px;
	font-weight:700
}
.cboxtxt {
	text-align:center;
	font-size:16px;
	border:1px solid #d6d6d6;
	background:#f8f8f8;
	padding:16px;
	width:95%;
	margin:10px auto;
	font-family:courier new
}
.cboxnobg {
	text-align:center;
	border:1px solid #d6d6d6;
	background:#f8f8f8;
	padding:16px;
	width:85%;
	margin:10px auto
}
.cboxtxtip {
	text-align:center;
	font-size:1.3em;
	border:1px solid #faba3a;
	background:#fecc67;
	color:#be7f02;
	padding:20px;
	width:75%;
	margin:10px auto 20px
}
.cbigtxt {
	text-align:center;
	font-size:16px;
	padding:10px;
	margin:10px auto;
	font-family:courier new
}
.csuperbigtxt {
	text-align:center;
	font-size:18px;
	padding:10px;
	margin:10px auto;
	font-family:courier new;
	font-weight:700
}
.ismalltxt {
	font-size:11px;
	font-family:Times;
	font-style:italic;
	color:#999
}
.ibigtxt {
	font-size:18px;
	font-family:Times;
	font-style:italic
}
.ibigtxt2 {
	font-size:40px;
	font-weight:bold;
	font-style:italic
}

.ibigtxt3 {
	font-family:Trebuchet MS;
	font-style:italic
}

.ibigtxtcenter {
	font-size:18px;
	font-family:Times;
	font-style:italic;
	text-align:center
}
.ibigboldtxtcenter {
	font-size:20px;
	font-family:Times;
	font-style:italic;
	text-align:center;
	font-weight:700
}
.box-how {
	width:90% !important;
	padding:30px 20px 30px 30px !important;
	border:5px solid #f7d670!important;
	clear: both !important;
	margin:10px auto 30px auto !important;
	font-size: 14px;
	line-height: 20px !important;
}
.nbigboldtxt {
	font-size:18px;
	font-family:courier new;
	line-height:28px;
	font-weight:700
}
.avatar-side-small {
	background:#fafafa;
	text-align:center;
	float:right;
	width:130px;
	height:170px;
	overflow:hidden;
	padding:5px 10px 10px;
	border:1px solid #444;
	font-size:11px;
	line-height:10px;
	margin:10px
}
.avatar-side-small span a {
	text-transform:lowercase;
	display:block
}
.avatar-side-small img {
	padding:0!important;
	margin:0 0 10px;
	border:none!important
}
.interview-style2 h3 a {
	font-size:22px;
	color:#888;
	font-family:times new roman;
	font-style:italic
}
.interview-photo2 {
	text-align:center;
	float:right;
	display:inline
}
.interview-photo2 img {
	padding:0 !important;
	margin:0 !important;
	border:none !important
}
.interview-photo2 img:hover {
	-moz-box-shadow:0!important;
	-webkit-box-shadow:0!important;
	box-shadow:none!important;
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	filter:grayscale(100%);
	margin:-65px 4px 0 2px;
	padding:10px 10px 0 3px
}
.interview-name {
	padding:10px 20px 0 20px;
	color:#333333;
	display:block;
	font-size:1.125em
}
.interview-photo2 span {
	display:block;
	margin:0;
	padding:0;
	color:#999999;
	font-size:11px;
	font-style:italic
}
.submitter {
	height:32px;
	width:20%;
	display:inline;
	float:left;
	background:#000;
	color:#eee;
	border:0
}
.pagination {
	padding:10px;
	text-align:center;
	margin:5px auto 16px;
	clear:both;
	display:block
}
.pagination a {
	padding:8px 12px;
	margin:2px;
	border:3px solid #f4f4f4;
	text-decoration:none;
	color:#666666
}
.pagination a:hover,div.pagination a:active {
	padding:8px 12px;
	border:3px solid #e8e8e8;
	color:#8a8a8a
}
.pagination span.current {
	padding:8px 12px;
	margin:2px;
	border:3px solid #e5e5e5;
	font-weight:700;
	background-color:#f4f4f4;
	color:#666666
}
.pagination span.disabled {
	padding:2px 5px;
	margin:2px;
	border:1px solid #eee;
	color:#ddd
}
div.sorter {
	display:block;
	width:94%;
	height:28px;
	line-height:28px;
	padding:8px 0;
	margin:5px 0;
	clear:both;
	margin-top:16px
}
div.sorter li {
	padding-right:8px
}
div.sorter strong {
	padding-right:7px
}
div.sorter,div.sorter li a,div.sorter strong {
	text-transform:uppercase;
	font-weight:700;
	font-size:1em;
	font-family:"Trebuchet MS",Helvetica,sans-serif
}
.left_ad {
	width:300px;
	float:left;
	display:inline
}
.ad_left_med {
	width:358px;
	height:322px;
	float:left;
	display:inline
}
.ad_left_med span {
	font-size:.625em;
	text-transform:uppercase;
	display:block;
	clear:both;
	padding:2px 0;
	color:#666;
	letter-spacing:1px
}
.ad_right_med {
	width:310px;
	height:260px;
	float:right;
	display:inline;
	padding:0 0 20px 20px
}

.ad_right_med span {
	font-size:.625em;
	text-transform:uppercase;
	display:block;
	clear:both;
	padding:2px 0;
	color:#666;
	letter-spacing:1px
}

.top-ad-page {
	padding-left:30px
}
.ad_leaderboard {
	width:98%;
	padding:14px 0
}
.ad_leaderboard_inner {
	width:730px;
	height:100px;
	text-align:center;
	margin:0 auto;
	clear:both;
	display:block;
	padding:0
}
.ad_sky {
	width:98%;
	padding:14px 0
}
.ad_sky_inner {
	width:170px;
	height:610px;
	text-align:center;
	margin:0 auto;
	clear:both;
	display:block;
	padding:0
}
.ad_336 {
	width:97%;
	padding:10px 0
}
.ad_336 span {
	font-size:1em;
	text-transform:uppercase;
	display:block;
	clear:both;
	padding:2px 0;
	color:#333333;
	font-weight:bold;
	letter-spacing:1px
}
.ad_336 .ad_center {
	width:340px;
	height:310px;
	text-align:center;
	margin:0 auto;
	clear:both;
	display:block;
	padding:0
}
.admin_actions {
	padding:5px 0;
	clear:both;
	display:block
}
.admin_actions a {
	color:#333
}
.admin_actions a:hover {
	color:red;
	cursor:pointer
}
.height8 {
	width:100%;
	clear:both;
	display:block;
	height:8px
}
.height10 {
	width:100%;
	clear:both;
	display:block;
	height:10px
}
.height15 {
	clear:both;
	display:block;
	height:15px
}
.pad30 {
	padding:30px
}
.padbottom15 {
	padding-bottom:15px
}
.padcustom1 {
	padding:5px 0 0
}
.padcustom1 p {
	padding:0 !important;
}
.padcustom1 p strong {
	border-bottom:3px solid #ffebc0
}
.padcustom2 {
	padding:5px 0 0
}
.padcustom2 p {
	padding:8px 0
}
.padcustom2 p strong {

	font-size:18px
}
.padcustom2 p.solution {
	margin:10px 20px;
	padding:4px 14px;
	border-left:5px solid #efefef
}
.padcustom2 p.solution strong {
	color:#333;
	font-size:14px
}
.padcustom2 ul.bulletcircle {
	padding-bottom:0!important
}
.fb-like {
	padding-bottom:10px
}
.page_index h3.index-title {
	clear:both!important;
	display:block!important;
	text-transform:uppercase!important;
	line-height:1em!important;
	font-size:1.125em !important;
	letter-spacing:2px!important;
	text-align:left !important;

}
.page_index h3.index-title span {
	background-color:#fff!important;
	padding:10px!important
}

.page_index {

	padding:20px 0
}
.page_index_left {
	width:39%;
	float:left;
	display:inline;
	padding:0 2% 0 0;
	margin:0;
	overflow:hidden
}
.page_index_right {
	width:56%;
	padding:0 3% 0 0;
	float:left;
	display:inline;
	overflow:hidden;
	margin:0
}
.small-block-grid li {
	clear:both;
	background:url(/images/linedheartdark.png) 0 30px no-repeat;
	padding:16px 0 0 28px
}
.small-block-grid li:last-child {
	border:0
}
.small-block-grid li:first-child {
	padding-top:0;
	background-position:0 10px
}
.small-block-grid h3 {
	background:0 0;
	text-transform:uppercase;
	letter-spacing:0;
	line-height:.875em
}
.small-block-grid h3 a {
	font-family:"Trebuchet MS",Helvetica,sans-serif;
	text-transform:capitalize;
	font-size:.5em
}
.small-block-grid li.with-img {
	padding:16px 0 0;
	margin:0;
	position:relative;
	background:0
}
.small-block-grid li.with-img:first-child {
	padding-top:0
}
.small-block-grid li.with-img img {
	width:323px;
	height:203px
}
.small-block-grid li.with-img h3 {
	clear:both;
	display:block;
	padding:10px 22px;
	margin:0;
	text-transform:capitalize;
	line-height:.75em;
	position:absolute;
	bottom:0;
	right:1px;
	width:70%;
	background:#3e3e3e;
	opacity:.8
}
.small-block-grid li.with-img h3 a {
	font-size:.5em;
	color:#cecece
}
.small-block-grid li.with-img h3 a:hover {
	color:#ffbd71
}
.sidenav-half {
	display:inline;
	width:50%;
	float:left;
	margin:0;
	padding:0
}
.sidenav-half a {
	color:#555;
	font-size:.875em;
	line-height:1.5em;
	letter-spacing:1px
}
ul.submenu li {
	display:block;
	clear:both
}
ul.submenu li a {
	text-transform:capitalize;
	padding:2px 0 2px 8px;
	display:block;
	font-family:"Trebuchet MS",Helvetica,sans-serif
}
ul.sidecat li a {
	background:url(/images/linedheartdark.png) center left no-repeat;
	font-size:.875em;
	font-weight:700;
	padding:0 0 3px 22px
}
ul.sidecat li {
	padding-left:10px
}
.side_bio {
	clear:both;
	display:block;
	width:100%;
	position:relative;
	float:left
}
.side_avatar {
	float:right;
	display:inline;
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	filter:grayscale(100%);
	margin:-65px 4px 0 2px;
	padding:10px 10px 0 3px
}
.side_avatar:hover {
	transform:rotate(2deg);
	-webkit-transform:rotate(2deg);
	-moz-transform:rotate(2deg)
}
.side_about {
	margin:0
}
.side_about p {
	line-height:1.688em;
	color:#666;
	font-size:.875em;
	padding:0;
	margin:0 0 10px
}
.side_about p a {
	font-weight:700
}
.side_about p a:hover {
	color:#666
}
.side_list_img {
	overflow:hidden;
	width:100%;
	position:relative;
	padding:0;
	margin:0
}
.side_list_img li {
	margin:8px 0;
	padding:8px 0 22px;
	clear:both;
	display:block;
	position:relative;
	border-bottom:1px solid #e7e7e7;
	float:left;
	width:100%
}
.side_list_img li:last-child {
	border:0;
	background:0
}
.side_thumb {
	overflow:hidden;
	float:left;
	display:inline;
	width:41%
}
.side_thumb img {
	width:150px;
	height:98px
}
.side_description {
	overflow:hidden;
	float:right;
	display:inline;
	width:57%
}
.side_description2 {
	width:98%
}
.side_description p {
	font-size:.875em
}
.side_description h4 {
	line-height:1.625em;
	font-size:1em
}
ul.sideLinks li a {
	font-weight:700;
	text-transform:capitalize
}
ul.sideLinks li {
	background:url(/images/small_black_bullet.png) 0 10px no-repeat;
	padding:0 0 0 18px;
	margin:5px 10px 5px 8px
}
ul.sideLinksPad li {
	margin:12px 10px 12px 8px
}
ul.sideLinks li .sideView {
	color:#666
}
.sub_cat ul a:hover {
	background-color:#333;
	color:#eee
}
.sub_cat_head {
	display:block;
	clear:both;
	color:#888;
	padding:10px 0
}
.detailed-page-info ol {
	display:block;
	clear:both;
	margin-bottom:20px!important
}
.detailed-page-info ol li {
	display:block;
	clear:both;
	font-size:1.5em;
	line-height:1.6em;
	border:5px solid #f1f1f1;
	background:url(/images/linedheartdark.png) 2% 50% no-repeat;
	padding:20px 45px;
	margin:20px;
	font-weight:700
}
.detailed-page-info ol li.shade {
	background:#f1f1f1;
	color:#333;
	font-size:1.8em
}
.detailed-page-info .big {
	font-size:2em;
	font-weight:700;
	padding:20px 0;
	margin:20px 0;
	text-align:center;
	clear:both
}
.detailed-page-info .big span {
	background:#f4f4f4;
	padding:20px;
	color:#c8c8c8
}
.detailed-page-info h2 {
	margin:30px 0
}
.author-profile {
	clear:both;
	display:block;
	padding:15px;
	margin:20px 0;
	position:relative;
	float:left
}
.author-profile h6 {
	text-transform:uppercase;
	letter-spacing:3px;
	padding:0;
	margin:0;
	font-size:1.125em
}
.author-avatar {
	float:left;
	display:inline;
	width:10%
}
.author-avatar img {
	margin:20px auto;
	border:7px solid #eeeeee;
	width:60px;
	height:60px
}
.author-info {
	float:right;
	display:inline;
	width:86%;
	padding-top:0
}

.author-info p {line-height:1.750em}

.fbbtn,.gplusbtn,.pinbtn,.stumblebtn,.twitterbtn {
	display:block!important;
	float:left;
	clear:both
}
.fbbtn {
	margin:5px 0 10px 2px
}
.linkedinbtn {
	margin:15px 0 0
}
.bufferbtn,.gplusbtn,.twitterbtn {
	margin:9px 0 0
}
.stumblebtn {
	margin:4px 0 0
}
.pinbtn {
	margin:38px 0 2px
}
.fbbtn2,.gplusbtn2,.linkedinbtn2,.pinbtn2,.stumblebtn2,.twitterbtn2 {
	margin-right:10px;
	width:60px;
	display:inline;
	overflow:hidden;
	height:80px;
	float:left
}
.blog-details .post-top-details .shareBar {
	overflow:hidden;
	float:left!important;
	clear:both;
	padding-top:10px;
	display:block;
	height:77px;
	width:100%
}
.blog-details .post-top-details .shareBar ul {
	width:100%;
	padding:0;
	margin:0;
	height:80px!important;
	overflow:hidden;
	float:left!important;
	clear:both!important;
	display:block!important
}


.share-post-bg,.shareBar div.fbbtn3,.shareBar div.gplusbtn3,.shareBar div.linkedinbtn3,.shareBar div.pinbtn3,.shareBar div.twitterbtn3,.stumblebtn3 {
	float:left!important;
	display:inline!important;
	overflow:hidden!important;
	width:70px!important;
	height:75px!important;
	padding:0;
	margin:0;
	padding-right:2px!important
}
.shareBar div.fbbtn3,.shareBar div.gplusbtn3 {
	width:62px!important;
	height:75px!important
}
.shareBar div.pinbtn3 {
	width:108px!important
}
.shareBar div.stumblebtn3 {
	width:62px!important
}
.shareBar div.share-post-bg {
	width:328px!important
}
.shareBar div.share-post-bg img {
	padding:0;
	margin:0;
	border:0!important;
	-moz-box-shadow:0!important;
	-webkit-box-shadow:0!important;
	box-shadow:none!important
}


	.floatingBar {
	display:block;
	float:left;
	left:11%;
	position:fixed;
	width:57px;
	overflow:hidden;
	bottom:10%;
	background:#fff;
	z-index:10;
	padding:10px
}
	
	

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


@media only screen and (max-width: 1300px) {
	
	.home-slider-overlay h1 span {font-size:60px !important;}

}

@media only screen and (max-width: 1200px) {
.home-slider-overlay .wrap {top:10% !important;}
	.home-slider-overlay h1 span {font-size:40px !important;}


	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content,
	.site-header .widget-area {
		width: 675px;
	}

	.sidebar-primary,
	.title-area {
		width: 250px;
	}
	
	.nav-secondary .wrap {
		width: 100%;
	}
	
	.site-wide-cta .enews-widget p,
	.announcement-widget .enews-widget p {
		border-right: none;
		float: none;
		width: 100%;
	}
	
	.site-wide-cta .enews-widget input,
	.announcement-widget .enews-widget input {
		width: 27%;
	}
	
	.genesis-nav-menu li.shop a {
		display: none;
	}
	
	.site-wide-cta form,
	.announcement-widget form {
		float: none;
		width: 100%;
	}
	
	.nav-header-left a, .nav-header-right a {
		padding: 20px 8px;
	}
	
	.single-post .content article .custom-date {
		left: 46%;
	}
	
	
	
}

@media only screen and (max-width: 1024px) {
	
	.home-slider {
display: none;
}

.soliloquy-image {display:none !important;}
.home-slider-overlay h1 span {color:#111111;background:#fff;}
.home-slider-overlay h2 span {color:#111111;background:#fff;}
.home-slider-container {padding-top:0 !important;}


	a.category-block .overlay {
		position: static;
		opacity: 1;
		color: #333;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;

		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	}

	.overlay .entry-title {
		color: #333;
	}

	a.category-block:after {
		display: none;
	}
	
	.nav-header-left,
	.nav-header-right {
		float: none;
		margin: 0;
		width: 100%;
	}
	
	
	.site-title {padding-bottom:30px !important;}
	
	/* ### Genesis Responsive Menus */

	.genesis-responsive-menu .wrap {
		padding: 0;
	}

	.genesis-responsive-menu {
		display: none;
		position: relative;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.menu-toggle,
	.sub-menu-toggle {
		background-color:transparent;
		border-width: 0;
		color: #333;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background-color:transparent;
		border-width: 0;
		color: #ae9d78;
	}

	.menu-toggle {
		line-height: 30px;
		position: relative;
		width: 100%;
		z-index: 1000;
	}

	.menu-toggle::before {
		font-size: 2.0em;
		margin-right: 15px;
		text-rendering: auto;
	}

	.sub-menu-toggle {
		float: right;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu .sub-menu-toggle {
		padding: 12px 10px;
	}

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0 );
		-ms-transform:     rotate( 0 );
		transform:         rotate( 0 );
		-webkit-transition: transform .25s ease-in-out;
		-ms-transition:     transform .25s ease-in-out;
		transition:         transform .25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg );
		-ms-transform:     rotate( 180deg );
		transform:         rotate( 180deg );
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		font-size: 12px;
		font-weight: 300;
		letter-spacing: 2px;
		line-height: 1;
		margin-bottom: 1px;
		padding: 15px 20px;
		text-transform: uppercase;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}
	
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
		margin-left: 0px;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}


}

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


	.site-inner,
	.wrap {
		max-width: 800px;
	}
	
	.site-inner,
	.footer-widgets {
		padding: 20px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area,
	.refined-landing .site-inner {
		width: 100%;
	}

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

	.header-image .title-area {
		background-position: center top;
	}

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

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

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

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

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

	.footer-widgets-1 {
		margin-right: 0;
	}
	
	.site-wide-cta {
		width: 100%;
	}
	
	.header-full-width .title-area {
		width: 100%;
		float: none !important;
	}
	
	.title-area {text-align: center !important;width:100% !important;margin:0 auto;}

	
}

@media only screen and (max-width: 890px) {
.portfolio {margin-top:80px !important;float:left;display:block;clear:both;}
.portfolio .wrapper {float: left;margin:20x auto;clear: both;display: block;width:100%;background:url("/wp-content/uploads/2020/05/mustard.png") top left repeat-x;height:1400px;position:relative;padding:20px;}
.portfolio .wrapper-inner {padding:20px;float: left;}
.portfolio .first {width:100%;position: relative !important;top:-55px;left:0;overflow: hidden;height:700px;border:10px solid #e9ab07 !important;}
.portfolio .first img {}
.portfolio .second {width:100%;padding:10px 30px 10px 30px;float: right;background:#fff;min-height: 600px;}
.portfolio .wrapper h3 {}
}

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

	.contact-left,.contact-right {width:100% !important;}
	
.first,.why-us-inner .first {width:100% !important;clear:both;display: block;}
.second,.why-us-inner .second {width:100% !important;clear:both;display: block;}
.why-us-inner,.why-us-inner:hover {background:#fff;padding:0;text-align:center;}
.why-us-inner h3 {font-size:22px !important;}
.why-us-inner .second {padding:20px 0;text-align:center !important;}
.why-us-inner .second p {font-size:16px !important;}


}



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

.author-box {
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
}

.author-box,.author-box img {text-align: center !important;}
.author-box img.avatar,.author-box-title{display:block !important;clear:both !important;margin:20px auto!important;text-align: center !important;}
.author-box-content {display:block !important;clear:both !important;text-align: center !important;}
.entry-content img.alignright, .right_img {
	margin:20px auto!important;
	float:left;
	text-align: center !important;
	clear:both !important;
	width:100% !important;
	display:block !important;
}


.content-sidebar-wrap .content .post {padding:30px 20px !important;border:0px solid #ece7e7 !important;}


.testimonial-photo {padding:0 !important;display:block;float:none;width:100% !important;text-align:center !important;}
.testimonial-photo img {padding-top:0 !important;width:40% !important;}
.testimonial2 {
display:block;
	font-size:14px;
	line-height:22px;
	text-align:center;
	padding:30px 0 !important;
	color:#000;
float:none;
width:100%;
	margin:0 auto;
}

.testimonial-box {border-bottom: 6px solid #ece7e7;margin-bottom:40px !important;}
.testimonial-stat {padding-top:0 !important;font-style:italic;font-size:0.875em;clear:both;display:block;}
.testimonial-head,.testimonial-head2 {font-style:italic;font-weight:none;line-height:28px;font-size:18px !important;}
.testimonial-head span,.testimonial-head2 span{padding:5px 16px;background:#fef16a;}
.testimonial-larger {font-size:1.375em;}


.site-footer a {font-size:16px !important;letter-spacing:2px !important;}


.simple-social-icons {padding-top:40px !important}

.bottom-copy {padding:20px !important;}



.page-id-1329 h2 {text-transform: uppercase;font-size:70px !important;line-height:80px !important;letter-spacing:-2px;font-weight: bold !important;text-align: left !important;}







.lrg-center a,.lrg-left a {padding:15px 30px !important;font-size:16px;line-height:22px !important;}

.button-hire-me {margin:30px 0 0 0}

.page-services {
background:#fff;
	padding:15px 0px !important;
}


.webdesign-services {width:100% !important;border:0px solid #000;padding:40px 30px 40px 30px !important;margin:20px auto 20px auto !important;background:#f5eded !important;}
.webdesign-services a {color:#000 !important;}

.webdesign-services-left {width:100% !important;float:none !important;display:block !important;clear:both !important;text-align: center;}
.webdesign-services-left img {width:40% !important;padding-top:30px !important;}
.webdesign-services-right {width:100% !important;float:none !important;display:block !important;clear:both !important;}
.webdesign-services-right h3 {text-transform: uppercase;font-weight: normal;text-align: center;}
.webdesign-services-right h1 {font-weight: normal !important;font-style:italic !important;}
.webdesign-services-right p {text-align: center;}
.webdesign-services-right .descr {padding-right:40px;padding-left:40px;}



.larger12 {
	padding:0 80px;
	line-height:22px;
	font-size:20px
}

.larger12-1 {
	line-height:22px;
	font-size:20px
}


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

	.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%;
	}
	
	.entry-footer .entry-meta {
		padding: 20px;
	}
	
	.site-wide-cta .enews-widget input,
	.site-wide-cta .enews-widget input[type="submit"],
	.announcement-widget .enews-widget input,
	.announcement-widget .enews-widget input[type="submit"] {
		float: left;
		margin: 5px 0;
		padding: 5px;
		width: 50%;
	}
	
	.announcement-widget {
		padding: 0;
	}
	
	.flexible-widgets.widget-full .widget,
	.flexible-widgets.widget-area .widget:nth-of-type(1),
	.flexible-widgets.widget-halves.uneven .widget:last-of-type {
		width: 100%;
	}

	.flexible-widgets.widget-fourths .widget {
		width: 50%;
	}

	.flexible-widgets.widget-halves .widget {
		width: 100%;
	}
	
	.simple-social-icons ul li a, 
	.simple-social-icons ul li a:hover {
		padding: 7px !important;
	}
		
	.genesis-nav-menu .widget-area {
		display: none;
	}
	
	.single-post .content article .custom-date {
		left: 42%;
	}
	
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 47% !important;
	}


}

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



.portfolio {margin-top:80px !important;float:left;display:block;clear:both;}
.portfolio .wrapper {float: left;margin:20x auto;clear: both;display: block;width:100%;background:url("/wp-content/uploads/2020/04/peach500.png") top left repeat-x;height:1100px;position:relative;padding:10px;}
.portfolio .wrapper-inner {padding:10px;float: left;}
.portfolio .first {width:100%;position: relative !important;top:0;left:0;overflow: hidden;height:400px;border:5px solid #ffe2d6 !important;}
.portfolio .first img {}
.portfolio .second {width:100%;padding:40px;float: right;background:#fff;min-height: 600px;margin-top:20px;}
.portfolio .sixpush {height: 300px !important;}
.portfolio .wrapper h3 {}


.page-id-1329 h2 {text-transform: uppercase;font-size:60px !important;line-height:70px !important;letter-spacing:-2px;font-weight: bold !important;text-align: left !important;}





	.site-inner,
	.footer-widgets {
		padding:0;
	}


body {font-size: 14px !important;line-height: 24px !important;}

.btn-post a {font-size:18px !important;letter-spacing:1px;}


.webdesign-services {width:100% !important;padding:30px 10px 30px 10px !important;margin:25px auto 15px auto !important;}
.webdesign-services a {}

.webdesign-services-left {}
.webdesign-services-left img {width:40% !important;padding-top:30px !important;}
.webdesign-services-right {}
.webdesign-services-right h3 {font-size: 26px !important;}
.webdesign-services-right p {}

	.category-index .featured-content .entry,
	.refined-blog .content .entry {
		float: none;
		width: 100%;
	}
	
	.refined-blog .entry:nth-of-type(2n+3) {
		margin-left: 0;
	}
	
	.refined-blog .custom-date {
		visibility: visible;
	}
	
	.site-header .wrap {
		padding: 0 5%;
	}
	
	.woocommerce ul.cart_list li,
	.woocommerce ul.product_list_widget li,
	.woocommerce-page ul.cart_list li,
	.woocommerce-page ul.product_list_widget li {
		width: 100%;
	}
	
	.title-area {
		width: 100%;
	}
	
	.single-post .content article .custom-date {
		left: 38%;
	}
	
	.flexible-widgets.widget-full .widget,
	.flexible-widgets.widget-area .widget:nth-of-type(1),
	.flexible-widgets.widget-halves.uneven .widget:last-of-type,
	.flexible-widgets.widget-fourths .widget,
	.flexible-widgets.widget-thirds .widget {
		width: 100%;
	}
	
	.flexible-widgets .widget,
	.flexible-widgets.widget-halves .widget:nth-child(even),
	.flexible-widgets.widget-thirds .widget:nth-child(3n+2),
	.flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
		padding: 2%;
	}
	
	.woocommerce ul.products li.product, 
	.woocommerce-page ul.products li.product, 
	.woocommerce-page[class*="columns-"] ul.products li.product, 
	.woocommerce[class*="columns-"] ul.products li.product {
		width: 100% !important;
	}

}

.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form label {width:30% !important;float:left !important;}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {width:68% !important;float:left !important;border:1px solid #000;}
.woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {clear:none !important;float:left !important;}

/**********************************************************/
/******** REMOVE COLUMNS FROM SINGLE PRODUCT PAGE *********/
/**********************************************************/
#product .woocommerce .clearfix {
	display: flex;
	flex-direction: column;
}
.woocommerce .product .summary {
	background: #f5f5f5; /* background color of the details/pricing area */
	padding: 30px;
	width:100% !important;
}
.woocommerce div.product div.images.woocommerce-product-gallery,
.woocommerce div.product div.summary {
	width: 100%;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	width: 10%;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: right;
}
.woocommerce div.product div.images .flex-control-thumbs li:nth-of-type(4n) {
	margin-right: 6.6666%;
}


.blog .archive-description {display:none !important;visibility:hidden !important;padding:0;margin:0;}
.blog .archive-title {display:none !important;visibility:hidden !important;padding:0;margin:0;}


.contact-left .notes,.contact-left ul li {font-weight:normal !important;font-size:14px !important;text-transform: none !important;letter-spacing:0px;}


.apt .one-half {text-align:center;}

.apt .one-half h3 {font-weight:bold;color:#f19e99;text-transform:uppercase;}
.apt .one-half a {display:block;text-decoration:none;}
.apt .one-half a:hover {display:block;text-decoration:none;}

.apt .one-half {border:4px solid #eeeeee !important;padding:30px;height:220px;}
.apt .one-half:hover {border:4px solid #ffb6b1 !important;padding:30px;height:220px;background:#fafafa;}

.tinvwl_add_to_wishlist-text {text-transform:uppercase !important;font-size:12px !important;letter-spacing:1px !important;}

#breadcrumbs {text-transform:uppercase !important;font-size:10px !important;color:#666666;letter-spacing:1px;}
#breadcrumbs a {color:#ff9f92 !important;}



#simple-social-icons-2 ul li a, #simple-social-icons-2 ul li a:hover, #simple-social-icons-2 ul li a:focus {background:transparent !important;border:0 !important;}





.envira-gallery-image img {border:5px solid #ece7e7 !important;}
ol.insideplist img {display:block !important;clear:both !important;}

