/*
	Theme Name: Athena Pelton
	Theme URI: http://madetothrive.com/
	Description: A custom HTML5 theme built for the Genesis Framework.
	Author: Lindsay Pruitt
	Author URI: http://madetothrive.com/

	Version: 1.0.5

	Template: genesis
	Template Version: 1.0.5

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/




/* 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:500}dfn{font-style:italic}h1{font-size:13px;margin:.67em 0}mark{background:#ff0;color:#000000}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,
.before-content:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background: #fff;
	color: #323232;
	font-family: 'Sanchez', serif;
	font-style: none;
	letter-spacing: 1px;
	text-transform: none;
	text-align: center;
	font-size: 14px;
	line-height: 28px;
	margin: 0;
	padding: 0px;
	-webkit-font-smoothing: antialiased;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	
}

::-moz-selection {
	color: #fff;
	background: #000;
}

::selection {
	color: #fff;
	background: #000;
}

a {
	color: #B3B2B2;
	text-decoration: none;
}

a:hover {
	color: #323232;
}

p {
	margin: 0 0 20px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 600;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
    font-size: 13px;
    text-transform: none;
    margin: 0px auto;
    line-height: 26px;
    font-style: italic;
    border-top: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
    padding: 35px 0;
    margin-top: 90px;
}

blockquote p {
    text-align: center !important;
	margin: 0 !important;
}

/* Column Classes
--------------------------------------------- */
 
.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-right: 2%;
	padding-right: 2%;
}
 
.one-half,
.three-sixths,
.two-fourths {
	width: 47%;
}
 
.one-third,
.two-sixths {
	width: 32%;
	border-right: 1px solid #f0daae;
}
 
.one-third-last {
	width: 32%;
	border-right: 0px solid #f0daae;
	margin-right: 0%;
	padding-right: 0%;
	float: left;
}
 
.four-sixths,
.two-thirds {
	width: 65.81194081194082%;
}
 
.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;
}



/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	text-align: center;
	color: #323232;
	font-family: 'Pathway Gothic One', sans-serif;
	text-transform: uppercase;
	font-size: 60px;
	letter-spacing: 1px;
	line-height: 60px;
	font-weight: 400;
	margin: 0;
}

h1 {
	margin-bottom: 45px;
}

h4 {
    font-size: 26px;
    text-align: left;
    font-style: normal;
    line-height: 30px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	margin: 0 auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

.alignnone.post-image.entry-image {
    margin-bottom: 30px !important;
}

/* Forms
--------------------------------------------- */


input,
select,
textarea {
	margin-bottom: 20px;
	background: #fff;
	color: #B3B2B2;
	padding: 30px 15px;
	width: 100%;
	border: 0;
	text-align: center;
	color: #323232;
	border: 1px solid #D7D7D7;
	font-family: 'Pathway Gothic One', sans-serif;
	text-transform: uppercase;
	font-size: 24px !important;
	letter-spacing: 1px;
	margin: 0 0 30px;
}



input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}


button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button{
	display: block;
    color: #fff;
	border: 0;
	background: #323232;
	font-family: 'Pathway Gothic One', sans-serif;
	text-transform: uppercase;
	font-size: 32px;
	letter-spacing: 1px;
	padding: 30px;
}

.page button, .page input[type="button"], .page input[type="reset"], .page input[type="submit"], .page .button {
	left: auto;
	clear: both;
	display: inline !important;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}


/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}


/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers & Blog
--------------------------------------------- */

.site-container {
	margin: 0px auto 0px;
	width: 960px;
	position: relative; 
	z-index: 1;
	}


.site-inner {
	clear: both;
	width: 960px;
	margin: 0px auto 0px;
	position: relative;
	z-index: 1;
}

.content {
	width: 820px;
}

 .full-width-content .content {
	width: 100%;
	margin: 0px auto;
}


/* Page Content
--------------------------------------------- */

.home-page {
    width: 790px;
    height: 725px;
    display: block;
    margin: 60px auto auto;
	position: relative;
	font-family: 'Pathway Gothic One', sans-serif;
	text-transform: uppercase;
	font-size: 28px;	
	line-height: 30px;
	letter-spacing: 1px;
}

.home-page a {
    color: #fff;
    z-index: 99999;
    position: relative;
}

.home-page a:hover {
	color: #323232;
}

.home-socials {
    position: absolute;
    bottom: 0;
    right: 165px;
}
.home-socials img {
	margin: 0 3px;
}

.home-img {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
}

.link-1 {
	position: absolute;
	top: 135px;
	left: 0;
	background: url(http://athenapelton.com/wp-content/uploads/2016/06/gold-bar1.png) no-repeat;
	width: 250px;
	height: 33px;
	text-align: left;
	color: #fff;
	z-index: 99;
	padding-left: 10px;
}

.link-2 {
	position: absolute;
	top: 180px;
	left: 0;
	background: url(http://athenapelton.com/wp-content/uploads/2016/06/gold-bar2.png) no-repeat;
	width: 250px;
	height: 33px;
	text-align: left;
	color: #fff;
	z-index: 99;
	padding-left: 10px;
}

.link-3 {
	position: absolute;
	top: 225px;
	left: 0;
	background: url(http://athenapelton.com/wp-content/uploads/2016/06/gold-bar3.png) no-repeat;
	width: 250px;
	height: 33px;
	text-align: left;
	color: #fff;
	z-index: 99;
	padding-left: 10px;
}

.link-4 {
	position: absolute;
	top: 270px;
	left: 0;
	background: url(http://athenapelton.com/wp-content/uploads/2016/06/gold-bar4.png) no-repeat;
	width: 250px;
	height: 33px;
	text-align: left;
	color: #fff;
	z-index: 99;
	padding-left: 10px;
}

.page-id-3 .logo, .page-id-3 .nav-primary, .page-id-3 .footer-widgets, .page-id-3 .line-border {
	display: none;
}

.line-border {
    content: "";
    display: block;
    border-bottom: 1px solid #D7D7D7;
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 260px;
}

.banner-title {
    background: #323232;
    padding: 30px 0;
    color: #fff;
    font-style: italic;
    font-size: 28px;
    letter-spacing: 1px;
    margin-top: 5px;
	margin-bottom: 80px;
}

.quote-img {
    position: absolute;
    top: 340px;
    left: 50px;
}

.entry-content {
	margin-bottom: 90px;
}

.blog .entry-content {
    margin-bottom: 40px;
}

.electriccarousel-paddle-left {
    background: url(http://athenapelton.com/wp-content/uploads/2016/06/arrow-left.png) !important;
}

.electriccarousel-paddle-right {
    background: url(http://athenapelton.com/wp-content/uploads/2016/06/arrow-right.png) !important;
}

.electriccarousel-paddle {
    cursor: pointer;
    margin: -40px 0 0 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 71px  !important;
    height: 71px !important;
    border-radius: 0px !important;
}

.page-id-11 .entry-content {
    margin-bottom: 60px;
}

.entry-content p {

    margin: 0px auto 20px;
    text-align: justify;
}

.entry-meta {
    font-size: 18px;
    margin: 70px auto 30px;
}

.entry-title {
    font-size: 38px;
    line-height: 48px;
    padding: 0 130px;
    margin-bottom: 40px;
}

.entry-title a {
	color: #323232;
}

.read-more-btn {
    font-size: 25px;
    margin: 50px auto;
    padding: 21px 55px;
}

.read-more-btn:hover {
	background: #b3b2b2;
}

.entry-footer {
    border-top: 1px solid #D7D7D7;
    margin: 40px auto 90px;
    text-align: left;
    font-size: 11px;
    font-style: italic;
    line-height: 26px;
padding-top: 40px;
}

.entry-footer .entry-meta {
	display: none;
}

.share {
    width: 140px;
    float: right;
    margin-top: -75px;
    text-align: right;
}

.featured {
	width: 980px;
	margin: 0px auto;
	margin-left: -10px;
	position: relative;
}

ul.featured {
	display: table;
	margin-bottom: -20px;
}

li.featured {
    width: 300px;
    float: left;
    position: relative;
    margin: 0px 13px 18px;
	cursor: pointer;
}

li.featured:hover {
	opacity: .8;
	cursor: pointer;
}

.electriccarousel .electriccarousel-item {
    margin: 0 5px !important;
}

/* Search Form
--------------------------------------------- */

.search-form {
	width: 250px;
	margin: 10px 0 0;
	background-color: #fff !Important;
	border: 1px solid #00265c;
	padding: 2px 7px;
	color: #00265c;
	font-family: 'Libre Baskerville', serif;
	font-style: italic;
	text-transform: none;
	font-size: 14px;
	position: relative;
}

input[type="search"] {
	width: 236px;
	background: #fff;
	padding: 0 0px;
	border:0;
 	-webkit-appearance: none;
    	border-radius: 0;
	color: #00265c;
	font-family: 'Libre Baskerville', serif;
	font-style: italic;
	text-transform: none;
	font-size: 14px;
	text-align: left;
}

.search-form input[type="submit"] {
	background: url(http://boutiquebites.com/wp-content/uploads/2015/11/search.png) no-repeat;
	width: 20px;
	height: 21px;
	position: absolute;
	top: 7px;
	margin-top: 0;
	left: 220px;
}


/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.home .alignleft {
    margin: 0 6px 0 0;
}

.home .alignright {
    margin: 0px 0 0 6px;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 0px;
}

.single img.alignnone,
.single .alignnone {
	margin-bottom: -6px;
}

img.alignnone,
.alignnone {
	margin-bottom: 0px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 15px 20px 15px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 15px 20px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.aligncenter, img.aligncenter { 
	clear: both; display: block; margin-left: auto; margin-right: auto; 
}



/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	display: none;
}

.logo {
    margin: 65px 0 40px;
}

/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.nav-primary {
    text-align: center;
    width: 660px;
    margin: 0px auto 0px;
    background: #fff;
    position: relative;
    z-index: 99;
}

.nav-primary ul {
    margin: 0px auto 0px;
}

.nav-primary .genesis-nav-menu a {
	color: #323232;
	font-family: 'Pathway Gothic One', sans-serif;
	letter-spacing: 1px;
	font-size: 26px !important;
	line-height: 31px;
	text-transform: uppercase;
	display: block;
	margin: 0px 9px 0;
	position: relative;
	text-decoration: none;
	padding-bottom: 45px;
}

.nav-primary .genesis-nav-menu a:hover {
	color: #b3b2b2;
}

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}
.genesis-nav-menu .sub-menu {
	background: #transparent;
	left: -9999px;
	opacity: 0;
	position: absolute;
	z-index: 99999;
	text-align: center;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	margin: 0 auto;
	opacity: 1;
	margin-left: -55px;
	background: url(http://athenapelton.com/wp-content/uploads/2016/06/submenu.png) no-repeat top center;
	padding-top: 10px;
	top: 66px;
}

.genesis-nav-menu .menu-item:last-child:hover > .sub-menu {
	margin-left: -67px;
}

.genesis-nav-menu .menu-item-10770:hover > .sub-menu {
	margin-left: -46px;
}


.genesis-nav-menu .sub-menu li {
	width: 200px;
	display: block;
	text-align: center;
	text-align: center;
	color: #fff;
	font-family: 'Pathway Gothic One', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0px auto 0;
	padding: 4px 0px;
	background: #323232;
}

.genesis-nav-menu .sub-menu li.view-all a {
    border-top: 1px solid #fff;
    font-size: 15px !important;
    text-transform: lowercase;
    font-style: italic;
    font-family: 'Sanchez', serif;
    margin: 10px 20px 0;
    padding-top: 15px;
}

.genesis-nav-menu .sub-menu li:first-child {
	margin-top: 0px;
	padding-top: 20px;
}

 .genesis-nav-menu .sub-menu li a {
    	font-style: normal;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	font-family: 'Pathway Gothic One', sans-serif;
	text-transform: uppercase;
	font-size: 22px !important;
	line-height: 22px !important;
	letter-spacing: 1px;
	padding-bottom: 0px;
}

 .genesis-nav-menu .sub-menu li:last-child {
	border-right: 0;
	padding-bottom: 20px;
}

 .genesis-nav-menu .sub-menu li a {
	border-bottom: 0 !important;
}

.genesis-nav-menu .sub-menu li a:hover {
	color: #b3b2b2;
}


/* Footer Widgets
---------------------------------------------------------------------------------------------------- */
.entry-pings {display: none;}


/* Footer Widgets
------------------------------------------------------------ */

.footer-widgets {
    clear: both;
    margin: 0px auto 70px !Important;
    position: relative;
}

.blog .footer-widgets, .archive .footer-widgets, .category .footer-widgets {
    clear: both;
    margin: 0px auto 70px !Important;
    position: relative;
    border-top: 1px solid #D7D7D7;
    padding: 90px 0 0;
}

.to-top {
    float: left;
    margin-right: 30px;
}

.footer-widgets a {
}

.footer-widgets a:hover {
}

.footer-widgets-1 {
	width: 50%;
	display: inline-block;
	text-align: left;
	font-size: 11px;
	line-height: 16px;
	font-style: italic;
	color: #B3B2B2;
}

.footer-widgets-1 h1 {
	font-size: 26px;
	line-height: 26px;
	text-align: left;
	color: #B3B2B2;
	font-style: normal;
	margin: 0;
}

.footer-widgets-2 {
	width: 50%;
	display: inline-block;
	text-align: right;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	display: none;
}


/* Contact Forms
------------------------------------------------------------ */

body #gform_wrapper_1 {
    margin: 70px auto 30px;
    width: 100%;
    padding: 0px 0 35px;
    border-bottom: 1px solid #D7D7D7;
}

body #gform_wrapper_1  ::-moz-placeholder {
	color: #B3B2B2;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
}

::-moz-placeholder {
	color: #B3B2B2;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
}

::-webkit-input-placeholder {
	color: #B3B2B2;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
}

body #gform_wrapper_1 .gform_body .gform_fields .gfield input[type=text],
body #gform_wrapper_1 .gform_body .gform_fields .gfield input[type=email] {
	margin-bottom: 20px;
	background: #fff;
	color: #B3B2B2;
	padding: 30px 15px;
	width: 100%;
	border: 0;
	text-align: center;
	color: #323232;
	border: 1px solid #D7D7D7;
	font-family: 'Pathway Gothic One', sans-serif;
	text-transform: uppercase;
	font-size: 24px !important;
	letter-spacing: 1px;
	margin: 0 0 30px;
}

body #gform_wrapper_1 .gform_body .gform_fields .gfield select, body #gform_wrapper_1 .gform_body .gform_fields .gfield textarea {
	padding: 30px 15px;
	width: 100%;
	border: 0;
	background: #fff;
	text-align: center;
	color: #323232;
	border: 1px solid #D7D7D7;
	font-family: 'Pathway Gothic One', sans-serif;
	text-transform: uppercase;
	font-size: 24px !important;
	letter-spacing: 1px;
	margin: 0 0 30px;
	height: 210px;
}

#input_1_1, #input_1_2, #input_1_12, #input_1_13 {
	width: 455px !important;
	float: left !important;
}

#input_1_14, #input_1_4 {
	width: 455px !important;
	float: right !important;
}

#input_1_14 {
    margin-top: -480px !important;
}

#input_1_4 {
    margin-top: -360px !important;
}

body #gform_wrapper_1 .gform_body .gform_fields .gfield .gfield_label {
	display: none;
}

body #gform_wrapper_1 .gform_body .gform_fields .gfield .ginput_container {margin:0; padding: 0}
body #gform_wrapper_1 .gform_body .gform_fields .gfield{margin:0; padding: 0}

#gform_wrapper_1  #gform_submit_button_1 {
	background: #323232;
	font-family: 'Pathway Gothic One', sans-serif;
	text-transform: uppercase;
	font-size: 32px !important;
	letter-spacing: 1px;
	clear: none;
	font-size: 32px;
	padding: 25px;
}

#gform_wrapper_1  #gform_submit_button_1:hover {
	background: #b3b2b2;
}

.gform_wrapper .gform_footer {
	clear: none !important;
	padding: 0 !important;
	margin: 0 !important;
	width: 455px !important;
	float: right !important;
	margin-top: -120px !important;
}

#gform_confirmation_wrapper_1 {
    margin: 150px auto 200px !important;
}

.gfield_required {
	display: none;
}



/* Comments
--------------------------------------------- */
#comments {
    width: 100%;
    margin: 0px auto 90px;
}

 #respond {
    margin: 0px auto 90px;
display: table;
  padding: 0px 0 35px;
    border-bottom: 1px solid #D7D7D7;
}

#comments h3, #respond h3, .comment-meta, .comment-edit-link, .comment-notes {
	display: none;
}

.comment {
    background: #F8F8F8;
    padding: 90px;
text-align: justify;
    margin-bottom: 10px;
}

.comment-author {
	text-align: justify;
	color: #323232;
	font-family: 'Pathway Gothic One', sans-serif;
	text-transform: uppercase;
	font-size: 26px;
	letter-spacing: 1px;
	line-height: 31px;
	font-weight: 400;
	margin: 0 0 10px;
}

p.comment-form-author, p.comment-form-email, p.comment-form-url {
	width: 455px !important;
	float: left !important;
	margin: 0;
}

p.comment-form-comment {
	width: 455px !important;
	float: right !important;
	margin: 0;
}

p.form-submit {
    width: 455px;
    float: right;
}

#submit:hover {
	background: #b3b2b2;
}

.comment-reply {
    width: 130px;
    height: 60px;
    background: #fff;
    text-align: center;
    text-transform: lowercase;
    font-style: italic;
    color: #323232;
    margin-top: 40px;
    padding-top: 13px;
}

.comment-reply a {
    color: #323232;
}

.children .comment {
    border-left: 8px solid #323232;
    padding: 0 0 0 40px;
    margin: 50px 0 0 0;
}

.home-mobile, .mobile-logo {
	display: none;
}

.pagination-next {
    font-style: italic;
    background: #fff;
    margin-bottom: -12px;
    padding-left: 30px;
}

.pagination-previous {
    font-style: italic;
    background: #fff;
    margin-bottom: -12px;
    padding-right: 30px;
}

.archive-pagination.pagination {
    margin-top: -50px;
}

.home #responsive-menu-pro-button {
	display: none !important;
}

@media only screen and (max-width: 1500px) {

.home-page {
    margin: 0px auto auto;
}
}

@media only screen and (max-width: 1000px) {

.pagination-previous {
    padding-left: 5%;
}


.home #responsive-menu-pro-button {
    display: block !important;
}

.pagination-next {
    padding-right: 5%;
}

.site-inner, .site-container {
	width: 100%;
}

.entry-content p {
    padding: 0 10%;
}

.quote-img, .line-border {
	display: none;
}

.footer-widgets {
    padding: 0 5%;
}

.logo {
    margin: 80px 0 50px;
}

#input_1_1, #input_1_2, #input_1_12, #input_1_13 {
    width: 90% !important;
    float: none !important;
}

#input_1_4 {
    margin-top: 0px !important;
}

#input_1_14 {
    margin-top: 0px !important;
}

#input_1_14, #input_1_4 {
    width: 90% !important;
    float: none !important;
}

.gform_wrapper .gform_footer {
    clear: none !important;
    padding: 0 !important;
    margin: 0 auto !important;
	width: 90% !important;
    float: none !important;
    margin-top: 0 !important;
}

.gform_wrapper form {
    text-align: center !important;
}

.featured {
    width: 90%;
    margin: 0px auto;
    margin-left: auto;
    position: relative;
}

.entry-footer {
    padding-left: 5%;
    padding-right: 5%;
}

#respond {
    width: 90%;
}

p.comment-form-author, p.comment-form-email, p.comment-form-url {
	width: 100% !important;
	float: none !important;
	margin: 0;
}

p.comment-form-comment {
	width: 100% !important;
	float: none !important;
	margin: 0;
}

p.form-submit {
    width: 100%;
    float: none;
}


.featured {
	width: 90%;
	max-width: 640px;
	margin: 0px auto;
	position: relative;
}

li.featured {
	width: 46%;
	height: auto;
	float:left;
	position: relative;
	margin: 2% 2%;
}

.featured img {
    min-height: auto !Important;
    min-width: auto !important;
    height: auto !Important;
    width: auto !important;
}

.home #click-menu {
    display: none;
}

.home-page {
    max-width: 790px;
    height: auto;
    min-height: 700px;
    width: 96%;
	margin-top: 8%;
}

.home-img {
    width: 90%;
}

.link-1 {
    top: 115px;
}

.link-2 {
    top: 160px;
}

.link-3 {
    top: 205px;
}

.link-4 {
    top: 250px;
}
}


@media only screen and (max-width: 660px) {

.banner-title {
    background: #323232;
    padding: 30px 15%;
    color: #fff;
    font-style: italic;
    font-size: 20px;
    letter-spacing: 1px;
    margin-top: 5px;
    margin-bottom: 50px;
}

.entry-title {
    font-size: 50px;
    line-height: 55px;
    padding: 0 130px;
    margin-bottom: 20px;
}

.logo {
    margin: 70px auto 40px;
    max-width: 270px;
}

blockquote {
    margin-top: 50px;
}

.footer-widgets-1 {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 11px;
    line-height: 16px;
    font-style: italic;
    color: #B3B2B2;
}

.footer-widgets-2 {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 25px;
}

.to-top {
    float: none;
    margin-right: auto;
    margin-bottom: 20px;
}

.footer-widgets-1 h1 {
    text-align: center;
}

.entry-content {
    margin-bottom: 60px;
}

.entry-title {
    padding: 0;
}

body #gform_wrapper_1 {
    margin: 70px auto 0px;
}

.entry-title {
    font-size: 40px;
    line-height: 45px;
	padding: 0 10%;
    margin-bottom: 30px;
}

.entry-meta {
    font-size: 16px;
    margin: 40px auto 30px;
}

.entry-footer {
    margin: 0px auto 50px;
}

.blog .entry-content {
    margin-bottom: 10px;
}

.comment {
    padding: 50px 10%;
}

#respond {
    margin: 0px auto 50px;
}

.home-page {
	display: none;
}

.home #click-menu {
    display: block;
    top: 15% !important;
    background: url(http://athenapelton.com/wp-content/uploads/2016/06/logo-mobile.png) no-repeat;
    width: 252px;
    height: 285px;
    margin: 0px auto;
    position: fixed;
}

.home-mobile {
	display: block;
	position: fixed !Important;
    	padding: 0px 0;
    	width: 100%;
	min-height: 100%;
	bottom: 0%;
	height: 100% !Important;
	z-index: 9;
	text-indent: -9999px;
	background-size: cover !Important;
	background-position: center bottom !important;
	overflow: visible;
}

.home #click-menu .threeLines {
    width: 30px;
    height: 16px;
    margin: 5px auto;
    display: none !Important
}

.mobile-logo {
	display: block;
    width: 75%;
    max-width: 250px;
    margin-top: 30%;
    position: relative;
    z-index: 9999;
}

.home .click-menu-active#click-menu {
    width: 100% !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
height: auto !important;
}

.blog .footer-widgets, .category .footer-widgets, .archive .footer-widgets {
    clear: both;
    margin: 0px auto 30px !Important;
    position: relative;
    border-top: 1px solid #D7D7D7;
    padding: 50px 0 0;
}

.electriccarousel-paddle-left {
    background: url(http://athenapelton.com/wp-content/uploads/2016/06/arrow-left.png) !important;
     background-size: 55px !Important;
}

.electriccarousel-paddle-right {
    background: url(http://athenapelton.com/wp-content/uploads/2016/06/arrow-right.png) !important ;
     background-size: 55px !Important;
}

.electriccarousel-paddle {
    cursor: pointer;
    margin: -40px 0 0 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 55px  !important;
    height: 55px !important;
    border-radius: 0px !important;
}


.home button#responsive-menu-pro-button .responsive-menu-pro-box {
text-indent: -9999px !important;
}

.home #responsive-menu-pro-button {
    display: block !important;
    top: 15% !important;
    background: url(http://athenapelton.com/wp-content/uploads/2016/06/logo-mobile.png) no-repeat !important;
    width: 252px !important;
    height: 285px !important;
    margin: 0px auto !important;
    position: fixed;
	right: 0 !Important;
	left: 0 !Important;
z-index: 99 !Important;
}



}
