/*
	Theme Name: Alpine Lane
	Description: A custom made Genesis Child Theme
	Author: Amanda Grove
	Author URI: http://alpinelanecreative.com/
	Version: 1.0.0
 
	Tags: ecommerce-ready, portfolio, minimalist, versatile, wordpress theme
 
	Template: genesis
	Template Version: 2.0.1
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Home Page Widgets
		- Featured Circles
		- Featured Slider
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Top Bar Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
		- Simple Social Icons
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Drop Cap
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- JetPack Sharing
	- Portfolio Page
	- Color Options
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px
	- Mobile Navigation

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article, aside, details, figcaption, figure, footer, header, hgroup,
main, nav, section, summary {
    display: block
}

audio, canvas, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:active, a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000;
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

/* Box Sizing
--------------------------------------------- */

* ,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
    content: " ";
    display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

body {background-color: #fff;
color: #000;
font-family: 'Lora', serif;
font-size: 13px;
font-weight: 400;
letter-spacing: 1px;
line-height: 1.8;
background: url(http://www.alpinelanecreative.com/wp-content/uploads/2016/01/ALbackground-copy2.jpg)no-repeat;
background-position: -30px 0px;}

body.page{
background: url(http://www.alpinelanecreative.com/wp-content/uploads/2016/01/ALbackground-copy2.jpg)no-repeat;
background-position:-30px 0px;}

body.post-type-archive-testimonial{
background: #fff;}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

::-moz-selection {
    background-color: #d3dee2;
    color: #fff;
}

::selection {
    background-color: #d3dee2;
    color: #fff;
}

a {
    color: #d3dee2;
    text-decoration: none;
}

a img {
    margin-bottom: -4px;
}

a:hover {
    color: #999;
}

p {
    margin: 0 0 24px;
    padding: 0;
}

.entry p{
text-align: justify;}

strong {
    font-weight: 700;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

blockquote,
blockquote::before {
    color: #999;
}

blockquote {
    background: #f5f5f5;
    margin: 0 0 24px 0;
    padding: 40px;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-family: 'Old Standard TT', serif;
    font-size: 30px;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}

.entry-content code {
    background-color: #999;
    color: #ddd;
}

cite {
    font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
color: #90a1a7;
font-family: 'Montserrat', serif;
font-weight: 700;
line-height: 1.2;
margin: 0 0 16px;
text-transform: uppercase;
letter-spacing: 3px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {font-size: 14px;}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    background: #fff;
    height: auto;
    width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
background-color: #f5f5f5;
border: none;
color: #90a1a7;
font-family: 'Lora', sans-serif;
font-size: 11px;
letter-spacing: 1px;
padding: 15px;
width: 100%;
}

input:focus,
textarea:focus {
    outline: none;
}

::-moz-placeholder {
    color: #999;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
background-color: #637380;
border: none;
box-shadow: none;
color: #fff;
cursor: pointer;
padding: 16px 24px;
text-transform: uppercase;
width: auto;
font-family: 'montserrat', sans-serif;
font-weight: bold;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
    background-color: #fff;
color: #90a1a7;
}

.entry-content .button:hover {
    color: #fff;
}

.button {
    border-radius: 3px;
    display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

/* Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}

tbody {
    border-bottom: 1px solid #ddd;
}

th,
td {
    text-align: left;
}

th {
    font-weight: bold;
    text-transform: uppercase;
}

td {
    border-top: 1px solid #ddd;
    padding: 6px 0;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
    margin: 0 auto;
}

.site-inner,
.wrap {
    margin: 0 auto;
    max-width: 1140px;
}

.site-inner {clear: both;
padding-top: 120px;}

.page .site-inner{
padding-top: 200px;}

.home .site-inner{
padding-top:60px;}

.single .site-inner,
.page-template-page_blog .site-inner,
.archive .site-inner,
.search .site-inner{
background: #fff;
width: 100%;
padding-left: 60px !important;
padding-right: 60px !important;
padding-top: 10px;
margin-top: 200px;}

.post-type-archive-portfolio .site-inner{
padding-left: 30px !important;
padding-right: 30px !important;}

.post-type-archive-testimonial .site-inner{
background: transparent;
width: 100%;
padding-left:0px;
padding-right: 0px;
padding-top: 100px;
margin-top: 0px;}

.page .entry{
padding-left: 60px !important;
padding-right: 60px !important;}

.page-template-page_blog .entry{
padding-left: 0px !important;
padding-right: 0px !important;
margin-bottom: 0px;}

/*
Home Page Widgets
---------------------------------------------------------------------------------------------------- */

/*
Home Slider Widget
--------------------------------------------- */
.home-slider {float: none;
margin: 0 auto;
padding-bottom: 0px;
text-align: justify;
margin-top: 0px;
background: url(http://www.alpinelanecreative.com/wp-content/uploads/2016/01/ALbackground-copy1.jpg)no-repeat center;
height: 681px;}

/* Direction Nav */
.flex-direction-nav li a {
    width: 52px !important;
    height: 52px !important;
    margin: -20px 0 0;
    display: block;
    background: url(images/bg_direction_nav.png) no-repeat 0 0 !important;
    position: absolute;
    top: 50%;
    cursor: pointer;
    text-indent: -9999px;
    z-index: 100;
}

.flex-direction-nav li .next {
    background-position: -52px 0 !important;
    right: -60px !important;
}

.flex-direction-nav li .next:hover {
    background-position: -52px -50px !important;
}

.flex-direction-nav li .prev {
    left: -60px !important;
}

.flex-direction-nav li .prev:hover {
    background-position: 0 -50px !important;
}

#text-2{background: #fff;
max-width: 775px;
margin: 0 auto;
padding: 40px;
padding-bottom: 50px;
margin-top: 300px;}

.offer{text-align: center;
font-family: 'monterrat', sans-serif;
font-weight: 700;
font-size: 12px;
letter-spacing: 2px;
background: #d3dee2;
display: block;
clear: both;
width: 180px;
padding: 18px 0px;
margin: 0 auto;
margin-top: 30px;
margin-bottom: -10px;}

.offer a{color: #fff;
padding: 18px 20px;}

.offer:hover{
background: #90a1a7;
color: #fff;}

#border{
width: 90px;
text-align: center;
margin: 0 auto;
border: 1px solid #e0eded;
margin-top: 10px;
margin-bottom: 12px;}
/*
Featured Circles
--------------------------------------------- */

.featured-circles .featured-content .entry {
    margin-bottom: 0;
    padding: 0;
}

.featured-circles {
    text-align: center;
margin-top: 35px;
border-bottom: 1px solid #90a1a8}
}

.featured-circles img {
padding: 3px;
display: inline-block;
margin-top: 70px;
margin-bottom: 50px;
}

#text-3 img{
padding: 3px;
display: inline-block;
margin-top: 60px;
margin-bottom:60px;}


#text-4{
display:inline-block;
width: 100%;}

.featured-circles img:hover {
}

.featured-circles .widget {
    display: inline-block;
    padding: 20px 25px;
    text-align: center;
}

.featured-circles .widget-title {
    margin-bottom: 7px;
    margin-top: 10px;
}

.featured-circles .featured-content .entry {
    border-bottom: 0;
}

#info{
text-transform: uppercase;
font-family: 'century gothic', sans-serif;
font-size: 11px;
letter-spacing: 2px;
max-width: 775px;
text-align: center;
margin: 0 auto;}

.testimonials{
background: #f5f5f5;
background-image: url(http://www.alpinelanecreative.com/wp-content/uploads/2016/01/ALClefttest.png), url(http://www.alpinelanecreative.com/wp-content/uploads/2016/01/ALCrighttest.png);
background-position: top left, bottom right;
background-repeat: no-repeat, no-repeat;
background-size: 78px 106px, 313px 183px;
margin-bottom: 65px;
margin-top: 55px;
z-index: 0;
position: relative;
padding-top: 70px;
padding-bottom: 30px;}

.testimonials .widget-title{
margin-bottom:7px;}

.testimonial_slider__textonly .testimonial_content{
width: 100% !important;
height: auto !important;
padding: 0 !important;
line-height: 1.6;
}

.testimonial_slider__textonly .testimonial_content_wrap{
height: auto !important;}

.testimonial_content_wrap{
border: none !important;}

.testimonial_slider__textonly .testimonial_content_wrap:before{
display:none;}

#testimonial_sslider_wid-2.widget-2.widget-last.widget-even.widget.testimonial_slider_wclass{
padding-top: 20px;}

.testimonial_content{
font-family: 'Lora', serif !important;}

.testimonial_slider__textonly .testimonial_content_wrap,
.testimonial_slider__textonly .testimonial_content{
height: auto !important;}


#text-11{
margin-bottom: 50px;
margin-top: 10px;}

.offer1 a{
color: #000;
background: #fff;
padding: 18px 30px;}

.offer1 a:hover{
background: #d3dee2;
color: #fff;}

.offer1{
text-align: center;
font-family: 'monterrat', sans-serif;
font-weight: 700;
margin-top: 30px;
font-size: 12px;
letter-spacing: 2px;
text-transform: uppercase;
}

#testimonial_sslider_wid-2{
padding-bottom: 10px;}

.email{
margin-bottom: 20px;
margin-top: 80px;}

/*
Home Featured Widget Area
--------------------------------------------- */

.home-featured-area .widget {
margin-top: 40px;
}

.home-featured-area .featured-content .entry-title {
    margin-top: -70px;
    margin: -70px auto 40px auto;
    max-width: 300px;
}

.home-featured-area h2.entry-title {
    background-color: #fff;
    opacity: 0.5;
}

.home-featured-area h2.entry-title a {
    color: #545454;
    width: 100%;
}

.home-featured-area .post .entry-content p:first-child:first-letter {
    color: #999;
    float: none;
    font-size: 16px;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.home-featured-area .featured-content .entry {
    border: none;
}

.home article .img {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 7px;
}

.home-featured-area {
    margin: 0 auto !important;
    padding: 20px;
    text-align: center;
}

#text-4 #info{
margin-bottom: 30px;}

#text-4 .widget-title{
margin-bottom: 7px;}

.home-featured-area .widget-title{
margin-bottom: 0px;}


.featured-slider {
    margin: 0 auto !important;
    text-align: center;
}

#genesis-responsive-slider {
    border: 0 !important;
    margin: 0 auto important;
    padding: 0 !important;
}

#genesis-responsive-slider img {
    border: none !important;
}

.slide-image img {
    padding: 0 !important;
}

.flex-direction-nav li .prev {
    left: 20px !important;
}

.flex-direction-nav li .next {
    right: 20px !important;
}

.flex-direction-nav li a {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
    float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
}

/* Content */

.content {
    float: right;
    width: 740px;
}

.single .content,
.page-template-page_blog .content{
margin-bottom: 80px;}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
    float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
    width: 520px;
}

.full-width-content .content {
    width: 100%;
}

.full-width-content .entry {
    padding-right: 0;
}

/* Primary Sidebar */

.sidebar-primary {float: right;
width: 240px;
background: #d3dee2;
text-align: justify;
padding: 20px;
margin-top: 40px;
font-size: 12px;}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
    float: left;
}

h4.widgettitle{
text-align: center;
color: #000;}

.sidebar h4.widgettitle{
color: #fff;}

.sidebar ul li {
background-color: #fff;
text-align: center;
padding: 5px;
font-size: 11px;
}

.sidebar ul li:hover{
background-color: #637380;}

#archives-3{
color: #d3dee2;
font-weight: bold;}

#archives-3 a{
font-weight: 400;}

#archives-3 a:hover{
color: #fff;}

/* 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;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
    background-color: #fff;
    border: 1px solid #ddd;
    height: 100px;
    float: left;
    padding: 7px;
    width: 100px;
}

.alignleft .avatar {
    margin-right: 24px;
}

.alignright .avatar {
    margin-left: 24px;
}

.search-form input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
}

img.alignnone {
    margin-bottom: 12px;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 24px 0;
}

img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
}

.wp-caption-text {
    color: #bbb;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
}

.wp-caption-text p {
    margin: 0 0 0 0 !important;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
    margin-bottom: 20px;
}

.archive-description,
.author-box {
    background-color: #fff;
    margin-bottom: 40px;
}

.archive-description {
    padding: 40px 40px 24px;
}

.author-box {
    padding: 40px;
}

.author-box-title {
    color: #000;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 4px;
}

.author-box a {
    border-bottom: 1px solid #ddd;
}

.author-box p {
    margin-bottom: 0;
}

.author-box .avatar {
    margin-right: 24px;
}

/* Titles
--------------------------------------------- */

.entry-title {font-size: 24px;
line-height: 1;
text-align: left;}

.entry-title a,
.sidebar .widget-title a {
    color: #000;
}

.entry-title a:hover {
    color: #000;
}

.page .entry-title{
text-align: center;
margin-bottom: 30px;}

.page-template-page_blog .entry-title,
.archive .entry-title,
.search .entry-title{
text-align: left;
margin-bottom: 10px;}

.widget-title {
font-family: 'Montserrat', sans-serif;
font-size: 18px;
font-weight: bold;
letter-spacing: 3px;
margin-bottom: 24px;
text-align: center;
text-transform: uppercase;
color: #000;
}

.sidebar .widget-title a {
    border: none;
}

.archive-title {
    font-size: 20px;
    margin-bottom: 24px;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Top Bar Widget Areas
--------------------------------------------- */

.top-bar {
    background-color: transparent;
    border-bottom: 1px solid #ddd;
    color: #999;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 1;
    padding-bottom: 10px;
    padding-top: 15px;
    text-transform: uppercase;
}

.top-bar a {
    color: #bbb;
    font-family: 'Old Standard TT', serif;
    font-size: 16px;
    font-style: italic;
    letter-spacing: 0;
    text-transform: lowercase;
}

.top-bar a:hover {
    text-decoration: underline;
}

.top-bar-left,
.top-bar-right {
    width: 50%;
}

.top-bar-left p,
.top-bar-right p {
    margin-bottom: 0;
}

.top-bar-left {
    float: left;
}

.top-bar-left .widgetwrap {
    float: left;
}

.top-bar-right {
    float: right;
    text-align: right;
}

.top-bar .widgettitle {
    color: #e8d999;
    font-family: 'Old Standard TT', serif;
    line-height: 1;
    margin: 0 0 7px 0;
    text-transform: lowercase;
}

.top-bar-left .widgettitle {
    text-align: left;
}

.top-bar-right .widgettitle {
    text-align: right;
}

.top-bar .simple-social-icons {
    margin-bottom: -10px;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
    border-bottom: 2px solid #f5f5f5;
    margin-bottom: 20px;
    padding: 0 0 24px;
}

.featured-content .entry-title {
    border: none;
    font-size: 24px;
    line-height: 1.2;
}

.featured-content .entry-title a {
    border: none;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
    color: #999;
    padding-top: 0;
}

.enews-widget .widget-title {
    color: #f69c9b;
}

.enews-widget input {
    padding: 10px;
    width: 60%;
}

.enews-widget input:focus {
    border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
    background-color: #f69c9b;
    color: #fff;
    font-family: 'Old Standard TT', serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding: 3px 0 7px 0;
    text-transform: lowercase;
    width: 20%;
}

.enews-widget input:hover[type="submit"] {
    background-color: #999;
    color: #fff;
}

.footer-widgets .enews-widget input {
    margin-bottom: 10px;
    width: 100%;
}

.footer-widgets .enews-widget {
    display: inline-block;
    float: right;
    padding-right: 20px;
    width: 65%;
}

.footer-widgets .enews .widgettitle {
    text-align: right;
}

.footer-widgets .widget_nav_menu {
    display: inline-block;
    float: left;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
    margin-bottom: 16px;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="file"],
div.gform_wrapper input[type="url"],
div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
    font-size: 16px;
    padding: 16px;
}

div.gform_wrapper .ginput_complex label {
    font-family: 'Old Standard TT', serif;
    font-weight: 400;
    padding: 0;
}

.gform_wrapper {
    max-width: 100% !important;
}

div.gform_wrapper li,
div.gform_wrapper form li {
    margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
    border-radius: 0 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
}

div.gform_wrapper ul li {
    list-style-type: none !important;
}

.gform_wrapper input.button {
    color: #fff !important;
}

.gfield_label {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 2;
    text-transform: uppercase !important;
}

.gform_body {
    background-color: #f5f5f5;
    border: 7px solid #eee;
    padding: 20px;
}

.gform_wrapper {
    max-width: 100%;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
    display: none;
}

/* Portfolio Page
--------------------------------------------- */

.portfolio .entry-title {
   display:none;
}

.post-type-archive-portfolio .navigation {
    clear: both;
    text-transform: uppercase;
}

.portfolio-featured-image a img {
background-color: #fff;
border: 2px solid #f5f5f5;
border-left: 0;
border-top: 0px;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
}

.portfolio.type-portfolio.entry {
    float: none;
display:inline-block;
    padding: 0 8px;
}

.post-type-archive-portfolio .content{
text-align: center;}

.single-portfolio .type-portfolio.entry {
    float: none;
    padding: 0;
}

.portfolio-featured-image a img:hover {
    background-color: #ddd;
}

.single-portfolio #content {
    text-align: center;
}

.archive-portfolio #content {
    text-align: center;
}

.single-portfolio img {
    background: #fff;
}

.portfolioblurb {
    font-size: 12px;
    text-align: center;
    width: 100%;
}

.portfolioblurb .textwidget {
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
    margin-bottom: 40px;
}

.portfolioblurb h4 {
    font-family: 'Old Standard TT', serif;
    font-size: 22px;
    margin-bottom: 0;
    padding-bottom: 0;
    text-transform: none;
}

.single-portfolio h1 {
    padding-top: 10px;
}

.post-type-archive-portfolio .portfolio .entry-content {
    display: none;
}

.single-portfolio .content,
.post-type-archive-portfolio .content {
margin-top: 30px;}



/* Simple Social Icons Custom Styling for swank
--------------------------------------------- */

.simple-social-icons ul li a, .simple-social-icons ul li a:hover {
    padding: 0 !important;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {background-color: #d3dee1;
/* position: fixed; */
padding-bottom: 10px;
width: 100%;
z-index: 9999;}

.site-header .wrap {
    padding: 15px 0;
    max-width: none;
    width: 100%;
}

/* Title Area
--------------------------------------------- */

.title-area {
    display: inline-block;
    font-family: 'Old Standard TT', serif;
    font-weight: 400;
    font-weight: 700;
    margin: 0;
    padding: 18px 0 25px 0;
    text-align: center;
    width: 320px;
}

.header-image .site-description {
    line-height: 0;
}

.header-image .title-area {
    padding: 0;
}

.site-title {font-size: 30px;
font-family: 'Montserrat', sans-serif;
line-height: 0.8;
margin: 0 0 12px 0;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 4px;
margin-top: 20px;}

.site-title a {color: #fff;}

.site-title a:hover{
color: #90a1a8;}

.site-description {color: #90a1a7;
font-family: 'Century Gothic', sans-serif;
font-size: 11px;
font-weight: 300;
line-height: 0.5;
margin: 0 10px;
margin-left: 12px;
margin-top: 10px;
letter-spacing: 2px;
text-transform: uppercase;}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {width: 100%;}

.header-image .site-description,
.header-image .site-title a {
    display: block;
    text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
    background: url(images/regularlogo.png) no-repeat;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.header-image .site-title a {
    min-height: 164px;
    width: 100%;
}

/* Widget Area
--------------------------------------------- */

.widget-area {
    word-wrap: break-word;
}

.site-header .widget-area {
    display: inline-block;
    float: right;
    text-align: right;
    width: 700px;
}

.header-image .site-header .widget-area {
    padding: 40px 0;
}

.site-header .search-form {
    float: right;
    margin-top: 24px;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {clear: both;
color: #fff;
font-family: 'Century Gothic', serif;
font-size: 11px;
font-size: 1.1rem;
letter-spacing: 2px;
letter-spacing: 0.2rem;
font-weight: 700;
text-align: center;
margin-top: 10px;}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
border: none;
color: #fff;
display: block;
font-size: 11px;
font-weight: 700;
padding: 12px 28px 35px 28px;
position: relative;
text-transform: uppercase;
}

.nav-secondary .genesis-nav-menu a {
	padding: 18px 0 7px 15px;
}


    .genesis-nav-menu .menu-item {display: inline-block;
text-align: center;}

	.genesis-nav-menu .sub-menu {
        background-color: #90a1a8;
        box-shadow: 0 0 5px #ddd;
        left: -9999px;
        opacity: 0;
        position: absolute;
	padding-top: 12px;
	padding-bottom: 18px;
    }

    .genesis-nav-menu .menu-item:hover {
        position: relative;
    }

    .genesis-nav-menu .sub-menu:after,
    .genesis-nav-menu .sub-menu:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .genesis-nav-menu .sub-menu:after {
        border-bottom-color: #90a1a8;
        border-width: 10px;
        margin-left: -10px;
    }

    .genesis-nav-menu .sub-menu:before {
        border-bottom-color: #90a1a8;
        border-width: 11px;
        margin-left: -11px;
    }

    .genesis-nav-menu .sub-menu .sub-menu:after,
    .genesis-nav-menu .sub-menu .sub-menu:before {
        display: none;
    }

    .genesis-nav-menu .sub-menu a {/* border: 1px solid #fff; */
border-top: 0;
padding: 5px;
color: #fff;}


.genesis-nav-menu .sub-menu a:hover{
color: #d3dee2;}

    .genesis-nav-menu .sub-menu,
    .genesis-nav-menu .sub-menu a {
        text-align: center;
        width: 150px;
    }

    .genesis-nav-menu .sub-menu .sub-menu {
        margin: -53px 0 0 149px;
    }

    .genesis-nav-menu .menu-item:hover > .sub-menu {
        left: 50%;
        margin-left: -75px;
        opacity: 1;
    }

    .genesis-nav-menu .menu-item:hover > .sub-menu > .menu-item:hover > .sub-menu {
        left: 149px;
        margin-left: 0px;
        opacity: 1;
    }

.genesis-nav-menu > .search {}

.genesis-nav-menu .search-form {
    width: 100%;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu a {
    background: url(images/texture.png);
}

.site-header .current-menu-item > a,
.site-header .genesis-nav-menu a:hover,
.site-header .sub-menu a:hover {
    text-decoration: none;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary,
.nav-primary .sub-menu a {color: #fff;}

.nav-primary {/* z-index: 9999; */
width: 100%;}

.nav-primary .wrap {
    border: none;
}

.nav-primary a:hover {color: #90a1a7;
/* text-decoration: underline; */}

.nav-primary .current-menu-item,
.nav-primary .sub-menu a:hover,
.nav-primary .sub-menu .current-menu-item > a:hover {/* color: #fff; */
}

.nav-primary .sub-menu .current-menu-item > a {/* color: #000; */}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary,
.nav-secondary .sub-menu a {
    color: #000 !important;
}

.nav-secondary {}

.nav-secondary .wrap {
    border: none;
}

.nav-secondary a:hover,
.nav-secondary .current-menu-item > a,
.nav-secondary .sub-menu a:hover,
.nav-secondary .sub-menu .current-menu-item > a:hover {
    color: #000;
}

.nav-secondary .sub-menu .current-menu-item > a {
    color: #000;
}

#menu-mobile {
    display: none;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */


/*  Drop Cap
--------------------------------------------- */
.post .entry-content p:first-child:first-letter {color: #90a1a7;
float: left;
font-family: 'Old Standard TT', serif;
font-size: 65px;
line-height: 50px;
padding-right: 4px;
margin-top: 7px;}

/* Entries
--------------------------------------------- */

.entry {
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 40px;
    padding: 40px 20px 24px 0;
}

.entry-content a {
    color: #d3dee2;
}


.entry-content a:hover {
    color: #000;
}

.entry-content .attachment a,
.entry-content .gallery a {
    border: none;
}

.page-template-page_blog .entry-content p,
.search .entry-content p,
.archive .entry-content p
{
padding-top: 30px;
}

.read {
background: #f5f5f5;
color: #000;
font-family: 'century gothic', sans-serif;
text-transform: uppercase;
font-size: 11px;
display: inline-block;}

.read a{
color: #000;
padding: 8px 25px;
display: inline-block;}

.read:hover{
background:#d3dee2;}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
    margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
    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 .search-form {
    width: 50%;
}

.entry-meta {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: #bbb;
    font-family: 'Old Standard TT', serif;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 7px 0 7px 0;
    text-transform: lowercase;
}

.entry-time, .entry-author {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-style: normal;
    text-transform: uppercase;
}

.entry-header .entry-meta {margin-bottom: 30px;}

.entry-footer .entry-meta {
    border-top: 2px solid #f5f5f5;
    margin: 0 -40px;
    padding: 32px 40px 8px;
}

.entry-comments-link::before, .entry-categories::before {
    content: "|";
    margin: 0 6px 0 2px;
}

.entry-categories a {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-style: normal;
    text-transform: uppercase;
}

.entry-comments-link {
    text-transform: none;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
    font-family: 'Old Standard TT', serif;
    font-size: 14px;
    margin: 40px 0;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    background-color: #ddd;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
    background-color: #999;
}

.entry-pagination a {
    border-bottom: 1px solid #ddd;
}

/* Comments
--------------------------------------------- */

#respond textarea {
color: #000;
font-family: 'lora', serif;
font-size: 12px;
text-transform: none;
}

.comment-respond,
.entry-comments,
.entry-pings {
    background-color: #fff;
    margin-bottom: 40px;
}

.comment-respond {
    border: 1px solid #ddd;
}

.entry-comments {
    padding: 0px;
}

.comment-respond,
.entry-pings {
    padding: 40px 40px 16px;
}

.comment-content {
    clear: both;
}

.entry-comments .comment-author {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.comment-meta {
    font-family: 'Old Standard TT', serif;
}

.says {
    font-family: 'Old Standard TT', serif;
    font-style: italic;
    text-transform: lowercase;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%
}

.comment-respond label {
    display: block;
    font-family: 'Montserrat', sans-serif;
    margin-right: 12px;
    text-transform: uppercase;
}

.comment-subscription-form .subscribe-label {
    font-size: 12px;
    margin: 0;
}

p.comment-subscription-form {
    margin: 0 0 4px 0;
}

p.logged-in-as {
    margin: 0 0 2px 0;
}

.comment-list li,
.ping-list li {
    list-style-type: none;
}

.comment-list li {
    margin-top: 24px;
    padding: 32px;
}

.comment-list li li {
    border-right: none;
    margin-right: -32px;
}

li.comment {
    background-color: #fff;
    border: 1px solid #ddd;
}

.comment .avatar {
    margin: 0 16px 24px 0;
}

.entry-pings .reply {
    display: none;
}

.bypostauthor {
    background-color: #f5f5f5 !important;
    border-right: none;
}

.form-allowed-tags {
    background-color: #f5f5f5;
    display: none;
    font-size: 14px;
    padding: 24px;
}

.commentnumber {
    float: right;
    font-family: 'Old Standard TT', serif;
    font-size: 40px;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {color: #000;}

.sidebar a {
    color: #90a1a7;
}

.sidebar a:hover {
    color: #000;
}

.sidebar p:last-child {
    margin-bottom: 0;
}

.sidebar li {
    list-style-type: none;
    margin-bottom: 6px;
    word-wrap: break-word;
}

.sidebar ul > li:last-child {
    margin-bottom: 0;
}

.sidebar .widget {/* background-color: #f5f5f5; */
/* border: 7px solid #eee; */
margin-bottom: 40px;
/* padding-top: 40px; */}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
    background-color: #fff;
    border-top: 1px solid #ddd;
    color: #999;
    clear: both;
}

.footer-widgets p {
    font-family: 'Old Standard TT', serif;
    font-size: 14px;
}

.footer-widgets-1 {
    padding: 40px 20px 20px 0;
    width: 50%;
}

.footer-widgets-1 {
    padding-right: 40px;
}

.footer-widgets-1:after {
    border-right: 1px solid #ddd;
}

.footer-widgets-1 {
    float: left;
}

.footer-widgets-2 {
    border-left: 1px solid #ddd;
    float: right;
    padding: 40px 0 20px 30px;
    width: 50%;
}

.footer-widgets a {
    border-bottom: 1px solid #ddd;
    color: #999;
    font-family: 'Old Standard TT', serif;
    font-style: italic;
    text-transform: lowercase;
}

.footer-widgets a:hover {
    color: #ddd;
}

.footer-widgets .widget {
    margin-bottom: 24px;
}

.footer-widgets .widgettitle {
    color: #bbb;
    font-family: 'Old Standard TT', serif;
    font-size: 16px;
    font-style: italic;
    text-transform: none;
}

.footer-widgets-1 .widget-title {
    text-align: left !important;
}

.footer-widgets-2 .widget-title {
    text-align: right !important;
}

.footer-widgets li {
    list-style-type: none;
    margin-bottom: 6px;
    word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
    border: 1px solid #ddd;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
background-color: #90a1a7;
color: #fff;
font-size: 11px;
padding: 15px 0;
text-align: center;
margin-top: 50px;
}

.site-footer a {
    color: #bbb;
}

.site-footer a:hover {
    color: #999;
}

.site-footer p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 0;
    text-transform: uppercase;
}

/*
Jetpack Sharing
---------------------------------------------------------------------------------------------------- */

.content div.sharedaddy div.sd-block {
    border-bottom: 1px dashed #ddd;
    border-top: 1px dashed #ddd;
    padding: 0;
}

.content div.sharedaddy .sd-content {
    float: left;
    padding: 15px 0 10px 0;
}

.content div.sharedaddy a.sd-button {
    border: none !important;
    box-shadow: none;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
}

.content .sd-social-icon-text a.sd-button > span, a.sd-button > span {
    opacity: 1;
    padding: 6px 18px;
}

.content a.sd-button > span {
    background-image: none !important;
    background: #999;
    border: none;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.content a.sd-button:hover > span {
    background: #fff !important;
color: #637380 !important;
}

.sd-content .sd-button span.share-count {
color: #fff !important;
font-size: 100% !important;
background: #637380 !important;
}

.site-container .entry-content div.sharedaddy h3.sd-title:before{
display: none !important;}

.site-container .entry-content .sharedaddy h3.sd-title{
 margin: 0 0 0.6em !important;
    line-height: 1.8 !important;
    padding-top: 5px !important;
display: inline-block;
width: 100%;
float: none;
text-align: center;
}

.sd-content{
display: inline-block !important;
width: 100% !important;
text-align: center !important;}

.content a.sd-button > span{
background-image: none !important;
background: #d3dee2 !important;}

.site-header > .wrap {
    position: relative;
    padding: 0 30px;
}

.title-area {
    padding: 0;
}

h1.site-title {width: 180px;
left: 0;
right: 0;
top: 20px;
border-radius: 5px;}

.site-title a,
.site-title a:hover {
width: 280px !important;
height: 100px;
margin-left: 12px;}

h2.site-description {
    display: none;
}

.nav-primary {
margin-top: -63px;
width: 100%;
z-index: 9999;}

.nav-primary > .wrap {
    max-width: 100%;
    padding: 0;
}

ul.genesis-nav-menu {clear: both;
color: #fff;
display: table;
float: none;
font-family: Century Gothic, sans-serif;
line-height: 1.5;
margin: 0 auto;
width: auto;
background: #d3dee2;}

.accordion-content{
text-align: left !important;
font-size: 11px !important;
font-weight: 300;
font-family: 'century gothic', sans-serif !important;
letter-spacing:1px !important;
line-height: 1.9em !important;}

.nav-primary .split-right {margin-right: 300px;}

/*
 * Responsive styles for Sample theme 
 *
 */
@media only screen and (max-width: 1023px) {
    /*
     * 
     * Navigation
     * Remove ".site-container" for your use
     * .site-container used here because of conflict with our mobile navigation
     *
     */
    .nav-primary {margin-top: 37px;
background:#d3dee2;}

    ul.genesis-nav-menu > li:first-child {
        margin-left: 29px; /* adjust number to center nav around logo */
    }
}

@media only screen and (max-width: 768px) {
    h1.site-title {
        margin: 30px auto;
        position: static;
    }
}

#columntitle{
background: #f5f5f5;
padding: 10px;
position: relative;
margin-top: 10px;
text-align: center;}

#columntitle:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	margin-left: -15px;
	top: 100%;
	left: 50%;
	border: 10px solid transparent;
	border-color: transparent transparent #f5f5f5 #f5f5f5;
	-webkit-transform-origin: 0 0;
	        transform-origin: 0 0;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);

}

#title{
display:inline-block;
width: 100%;}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1177px) {

.site-title a, .site-title a:hover{
width: 280px !important;
height: 100px;
margin-left: 32px;}

.genesis-nav-menu a{
padding: 12px 18px 35px 18px;}

.nav-primary .split-right{
margin-right: 270px;}

.home-slider{
background: url(http://www.alpinelanecreative.com/wp-content/uploads/2016/01/ALbackground-copy1.jpg)no-repeat center bottom;
height: 471px;}

#text-2{
margin-top: 115px;}

}
@media only screen and (max-width: 1139px) {

    .site-inner,
    .wrap {
        max-width: 960px;
    }

    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 740px;
    }

    .content,
    .site-header .widget-area {
        width: 620px;
    }

    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .content-sidebar-sidebar .content {
        width: 400px;
    }

    .sidebar-primary,
    .title-area {
        width: 300px;
    }
}

@media only screen and (max-width: 1023px) {

    body {
        background-color: #fff;
    }

    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .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,
    .site-inner,
    .title-area,
    .wrap {
        width: 100%;
    }

.sidebar{
margin-top: 0px;}

    .top-bar-left,
    .top-bar-right {
        display: block;
        margin: 10px auto;
    }

    .site-header .wrap {
        padding: 20px 0;
    }

    .header-image .site-header .wrap {
        background-position: center top;
    }

    .site-inner {
        padding-left: 5%;
        padding-right: 5%;
    }

    .header-image .site-header .widget-area,
    .site-header {
        padding: 0;
    }

    .comment-respond {
        padding: 10px;
    }

    .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;
    }

    .site-header .search-form {
        margin: 16px auto ;
    }

    .genesis-nav-menu li.right {
        display: none;
    }

    .entry-footer .entry-meta {
        margin: 0;
        padding-top: 12px;
    }

    .sidebar .widget.enews-widget {
        padding: 40px;
    }

    .site-footer {
        padding: 24px 0;
    }

    .alignleft .avatar, .alignright .avatar {
        float: left;
        max-width: 100px !important;
    }
}

@media only screen and (max-width: 769px) {

    .top-bar {
        padding: 10px 20px 0px 20px;
    }

    .featured-circles .widget {
        margin: 20px 0 0 0 !important;
        padding: 20px !important;
    }

    .featured-circles .featured-content .entry {
        padding: 0 !important;
    }

    .featured-circles .entry-title a, .featured-circles .widgettitle {
        font-size: 14px;
    }

    .enews-widget input, .enews-widget input[type="submit"] {
        width: 100%;
    }

    .enews-widget input {
        margin-bottom: 7px;
    }

    .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%;
    }

    .comment-respond {
        border: 0px solid #ddd;
    }

    .footer-widgets {
        padding-left: 20px;
        padding-right: 20px;
    }

    .home-featured-area .widget {
        display: block;
        margin-bottom: 0px;
        margin-top: 20px;
        width: 100%;
    }

    .home-featured-area .featured-content .entry {
        padding-bottom: 0;
    }

    .footer-widgets-2 {
        border-left: 0;
    }

#text-2{
margin-top: 85px;
max-width: 80%;}
}

@media only screen and (max-width: 520px) {
    .featured-circles .entry-title a, .featured-circles .widgettitle {
        display: none;
    }

.home-slider{
height: auto;}
}

@media only screen and (max-width: 320px) {

    .featured-circles .widget {
        padding: 5px 5px;
    }

    .featured-circles {
        border: none;
    }

.offer a{color: #fff;
padding: 0px;
}
    .footer-widgets {
        border: none;
    }

    .site-container {
        overflow: hidden;
    }

    .footer-widgets {
        border: none;
    }

    .footer-widgets-1, .footer-widgets-2 {
        display: block;
        float: none;
        margin: 0 auto;
        padding: 0;
        text-align: center;
        width: 100%;
    }

    .footer-widgets-1 {
        border-bottom: 1px solid #ddd;
        border-top: 1px solid #ddd;
        padding-top: 20px;
    }

    .footer-widgets-2 {
        border-left: 0;
        margin: 0 auto;
        padding-top: 20px;
        text-align: center;
    }

    .footer-widgets-1 .widgettitle, .footer-widgets-2 .widgettitle,
    .footer-widgets .enews .widgettitle {
        float: none;
        text-align: center !important;
    }

    .site-footer p {
        padding: 0 20px;
    }

    .footer-widgets .widget_nav_menu {
        float: none;
    }
}

/* Testimonials Archive page
--------------------------------------------- */
.testimonial.entry {padding: 0px;
background: transparent;}

.testimonial.entry  {background: #f5f5f5;
padding-top: 0px !important;
margin-bottom: 90px;
position: relative;
color: #90a1a8;
font-size: 15px;
font-style: italic;
text-align: center;
font-family: 'lora', serif;
z-index: -999;}

.testimonial.entry .entry-header{padding: 50px;
padding-top: 10px;
padding-bottom:0px;}

.testimonial.entry .entry-content{padding: 50px;
padding-top: 0px;
padding-bottom: 20px;}

.testimonial .entry-header .entry-meta{
display:none;}

.testimonial.entry .entry-content:after {
	/* If box-shadow for the arrow is not needed */
	/*top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #f5f5f5;
	border-width: 10px;
	margin-left: -10px;*/

	/* If box-shadow for the arrow is needed */
	/* from http://codepen.io/ryanmcnz/pen/JDLhu */
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	margin-left: -15px;
	top: 100%;
	left: 50%;
	border: 10px solid transparent;
	border-color: transparent transparent #f5f5f5 #f5f5f5;
	-webkit-transform-origin: 0 0;
	        transform-origin: 0 0;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);

}

/* Uncomment the three blocks below if you'd like quotation mark near the beginning of text */

/*.testimonial.entry .entry-content > p {
	padding-left: 24px;
	padding-top: 24px;
	position: relative;
	color: #90a1a8;
}
.testimonial.entry .entry-content > p:before {
	content: "\201C";
	font-size: 40px;
	font-family: Lato, serif;
	position: absolute;
	left: 0;
	top: 0;
	color: #aaa;
}
.title-byline {
	padding-left: 24px;
	padding-right: 24px;
}*/

.testimonial.entry .entry-title {
font-size: 15px;
margin-bottom: -10px;
text-align: center;
background: #f5f5f5;
padding-top: 40px;
font-family: 'century gothic', sans-serif;
/* font-weight: bold; */
text-transform: uppercase;
letter-spacing: 2px;
}

.byline {
	color: #e37e52;
	font-size: 16px;
	line-height: 1.3;
}

#tip{
width: 150px;
margin: 0 auto;
text-align: center;
background: #f5f5f5;
font-family: 'montserrat', sans-serif;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 2px;
padding: 8px;}

#tip a{
color: #000;
}

#tip:hover{
background: #fff;}

.wpcf7{
font-family: "montserrat", serif;
text-transform: uppercase;
font-size: 10px;
letter-spacing: 2px;
color: 000 !important;}

.wpcf7-select{
max-width: 300px;
border-radius: 0 !important;
outline: none !important;}

.wpcf7-submit{
font-weight: 700;
font-family:"montserrat", serif;
letter-spacing: 2px;}

.wpcf7-response-output, 
.wpcf7-validation-errors{
border: none !important;
padding-left: 0 !important;
margin-left: 0px !important;}

body.single .after-post .share-it .essb_links.essb_template_grey-blocks-retina {
    clear: none;
    float: left;
    margin: 0;
    position: relative;
    top: -6px;
}

body.single .after-post .share-it .essb_links.essb_template_grey-blocks-retina ul {
    margin: 0 !important;
}

body.single .after-post .share-it .essb_links.essb_template_grey-blocks-retina li {
    margin: 0 10px 0 !important;
}

body.single .after-post .share-it .essb_links.essb_template_grey-blocks-retina li a {
    margin: 0;
}

body.single .after-post .share-it .essb_links.essb_template_grey-blocks-retina li a:hover,
body.single .after-post .share-it .essb_links.essb_template_grey-blocks-retina li a:focus {
    border-color: transparent !important;
    background-color: #D4DCDF !important;
    color: black !important;
}

body.single .after-post .share-it .essb_links.essb_template_grey-blocks-retina .essb_counter_right {
    margin-left: -1px;
    margin-right: 0;
    padding: 9px 5px 8px;
    top: 0;
}

body.single .after-post .share-it .essb_links.essb_template_grey-blocks-retina.essb_counter_modern_right .essb_counter_right {
    border-radius: 0;
}

.search-form input{
background-color: #fff !important;}

/* Responsive Navigation
---------------------------------------------------------------------------------------------------- */
/* Standard Navigation
--------------------------------------------- */
nav {
clear: both;
}
/* Navigation toggles
--------------------------------------------- */
.sub-menu-toggle,
.menu-toggle {
display: none;
visibility: hidden;
}
/* Navigation toggles - Ensure Menu Displays when Scaled Up
--------------------------------------------- */
@media only screen and (min-width: 1024px) {
nav {
display: block !important;
	}
}
/* Navigation toggles - Mobile (Change max width as you see fit)
--------------------------------------------- */
@media only screen and (max-width: 1023px) {

.menu-toggle,
.sub-menu-toggle {display: block;
font-size: 20px;
font-size: 2rem;
font-weight: 400;
letter-spacing: 1px;
margin: 0 auto;
overflow: hidden;
padding: 10px;
padding: 1rem;
margin-top: -25px;
text-align: center;
visibility: visible;
width: 100%;}

button.menu-toggle,
button.sub-menu-toggle {background-color: #d3dee2;
color: #fff;}

.sub-menu-toggle {
padding: 0px;
padding: 0.0rem;
margin-top: -7px;
	}
.menu-toggle:before {content: "\2261";
background: #d3dee2;
font-size: 32px;
font-size: 3.2rem;}
.menu-toggle.activated:before {
content: "\2191";
	}
.sub-menu-toggle:before {
content: "+";
	}
.sub-menu-toggle.activated:before {
content: "-";
	}
nav {
display: none;
position: relative;
	}
.genesis-nav-menu .menu-item {
background-color: transparent;
display: inline;
position: relative;
text-align: center;
	}

.nav-primary{
margin-top: 0px;
position: absolute;}

.nav-primary .split-right{
margin-right: 0px;}

ul.genesis-nav-menu > li:first-child{
margin-left: 0px;}

.genesis-nav-menu .menu-item:hover {
position: relative;
	}

.genesis-nav-menu .menu-item:hover > .sub-menu{
left: 50%;
margin-left: 0px;
opacity: 1;
}

.genesis-nav-menu .sub-menu{
margin-bottom: 15px;}

.genesis-nav-menu .sub-menu:after, .genesis-nav-menu .sub-menu:before{
display:none;}

.genesis-nav-menu .sub-menu {
clear: both;
display: none;
opacity: 1;
position: static;
width: 100%;
	}

.genesis-nav-menu a{
padding: 2px 28px 10px 28px;}

.genesis-nav-menu .sub-menu a {
border-left: 0;
position: relative;
width: auto;
	}
.genesis-nav-menu .sub-menu .sub-menu {
margin: 0;
	}
.genesis-nav-menu .sub-menu .sub-menu a {
background-color: #f5f5f5;
padding-left: 30px;
	}
.genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
background-color: #fff;
padding-left: 40px;
	}
}

.post-type-archive-testimonial .content a{
display: inline-block;
pointer-events: none;}

#sharing_email .sharing_send, .sd-content ul li .option a.share-ustom, .sd-content ul li a.sd-button, .sd-content ul li.advanced a.share-more, .sd-content ul li.preview-item div.option.option-smart-off a, .sd-social-icon .sd-content ul li a.sd-button, .sd-social-icon-text .sd-content ul li a.sd-button, .sd-social-official .sd-content>ul>li .digg_button >a, .sd-social-official .sd-content>ul>li>a.sd-button, .sd-social-text .sd-content ul li a.sd-button{
color:  #637380 !important;} 

/* Utility Bar
--------------------------------------------- */

.utility-bar {
	background-color: #637380;
	color: #fff;
	font-size: 11px;
	font-size: 1.1rem;
	padding: 10px 0;
	padding: 1rem;
}

.utility-bar-left {
	width: 100%;
}

.utility-bar-left p{
	margin-bottom: 0;
}

.utility-bar-left {
	float: none;
text-align: left;
}

.utility-bar input[type="search"] {
	background: inherit;
	padding: 10px 0 0;
	padding: 1.0rem 0 0;
}

#text-14 {
display:inline-block;
float:left;}

.wpmenucart-display-right{
list-style: none;}

.woocommerce-page div.product div.summary{
float: none !important;
display: inline-block;
width: 100% !important;
text-align: center !important;}

.woocommerce div.product p.price{
margin-bottom:0;}

#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail{
display:none;}

a.wpmenucart-contents:hover{
color: #fff !important;}

.woocommerce img, .woocommerce-page img{
display:none !important;}

.woocommerce-message {
    border-top-color: #637380 !important;
}

.woocommerce-message:before {
    content: "\e015";
    color: #637380 !important;
}

.woocommerce-info {
    border-top-color: #637380 !important;
}

.woocommerce-info:before {
    color: #637380 !important;
}

.woocommerce-error {
    border-top-color: #637380 !important;
}

.woocommerce-error:before {
    content: "\e016";
    color: #637380 !important;
}

a.remove{
color: #637380 !important;}