/*
	Theme Name: Agentevo Custom
	Description: Agentevo Custom Genesis Child Theme
	Author: AgentEvolution
	Author URI: http://agentevolution.com

	Template: genesis
*/


/* Fonts
------------------------------------------------------------

See child_add_google_fonts() inside functions/themes/default.php

Do not use @import (it's slower)

Keep in mind you have the "font-awesome-more" icons available.

http://gregoryloucas.github.com/Font-Awesome-More/


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
select,
input,
textarea {
	color: #333;
	font-family: "myriad-pro", arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

p, input, textarea, li {
	line-height: 150%;
}

.widget_text p {
	padding-bottom: 15px;
}

strong, bold {
	font-weight: 600;
}

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h4 a,
h4 a:visited,
h5,
h6 {
	font-family: "myriad-pro", arial, sans-serif;
	color: #333;
	font-weight: 600;
}

input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.clearfix:before,
.cf:before,
.clearfix:after,
.cf:after,
.wrap:before,
.wrap:after {
  content:"";
  display:table;
}

.clearfix:after,
.cf:after,
.wrap:after {
  clear:both;
}

iframe {
	max-width: 100%;
	display: block;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.btn-primary,
.btn-alt {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #c200b1;
	text-decoration: none;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background-color: #fff;
}


/* Wrap
------------------------------------------------------------ */
.wrap {
	margin: 0 auto;
	width: 960px;
}


/* Header
------------------------------------------------------------ */

.site-header {
	overflow: hidden;
	width: 100%;
	padding: 15px 0;
}

.title-area {
	float: left;
	overflow: hidden;
	width: 400px;
}

.site-title {
	font-size: 30px;
	line-height: 30px;
	margin: 0;
}

.site-title a,
.site-title a:hover {
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/logo.png) no-repeat;
	width: 266px;
	height: 109px;
	display: block;
}

.site-description {
	display: none;
}

.site-header .widget-area {
	float: right;
	width: 225px;
	padding: 20px 0 0 0;
}

a.btn-donate {
	background: url(../images/btn-donate.png) 0 0 no-repeat;
	width: 210px;
	height: 54px;
	display: block;
	font-weight: 600;
	color: #8e8e8e;
	font-size: 18px;
	padding: 13px 0 0 14px;
}
a.btn-donate:hover {
	text-decoration: none;
}
a.btn-donate h5 {
	text-transform: uppercase;
	color: #c200b1;
	font-size: 24px;
}

/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}

.site-header ul.nav li a.sf-with-ul,
.site-header ul.menu li a.sf-with-ul,
nav.nav-primary li a.sf-with-ul,
nav.secondary li a.sf-with-ul {

}

li a .sf-sub-indicator {
	display: none;
}


/* Primary Navigation
------------------------------------------------------------ */

nav.nav-primary {
	background: #868686 url(../images/bkg-nav.png) 0 0 repeat-x;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	box-shadow: 0px 2px 3px #b6b6b6;
	clear: both;
	color: #fff;
	overflow: hidden;
	width: 100%;
}

nav.nav-primary ul {
	float: left;
	width: 100%;
}

nav.nav-primary li {
	float: left;
	list-style-type: none;
}

nav.nav-primary li a {
	color: #fff;
	text-shadow: -1px -1px 0 #5f5f5f;
	display: block;
	font-size: 16px;
	padding: 8px 30px;
	position: relative;
	text-decoration: none;
	background: url(../images/bkg-nav-li.png) right top no-repeat;
}

nav.nav-primary li a:hover,
nav.nav-primary li a:active,
nav.nav-primary .current_page_item a,
nav.nav-primary .current-cat a,
nav.nav-primary .current-menu-item a {
	color: #fff;
	text-shadow: 1px 1px 0 #5f5f5f;
}

nav.nav-primary li li a,
nav.nav-primary li li a:link,
nav.nav-primary li li a:visited {
	background-color: #858585;
	background-image: none;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

nav.nav-primary li li a:hover,
nav.nav-primary li li a:active {
	background-color: #626262;
}

nav.nav-primary li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

nav.nav-primary li ul a {
	width: 140px;
}

nav.nav-primary li ul ul {
	margin: -33px 0 0 159px;
}

nav.nav-primary li:hover>ul,
nav.nav-primary li.sfHover ul {
	left: auto;
}


/* Secondary Navigation
------------------------------------------------------------ */

nav.nav-secondary {
	background-color: #333;
	border-bottom: 1px solid #666;
	clear: both;
	color: #fff;
	overflow: hidden;
	text-transform: uppercase;
	width: 100%;
}

nav.nav-secondary ul {
	float: left;
	width: 100%;
}

nav.nav-secondary li {
	float: left;
	list-style-type: none;
}

nav.nav-secondary li a {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

nav.nav-secondary li a:hover,
nav.nav-secondary li a:active,
nav.nav-secondary .current_page_item a,
nav.nav-secondary .current-cat a,
nav.nav-secondary .current-menu-item a {
	background-color: #000;
	color: #fff;
}

nav.nav-secondary li li a,
nav.nav-secondary li li a:link,
nav.nav-secondary li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

nav.nav-secondary li li a:hover,
nav.nav-secondary li li a:active {
	background-color: #000;
}

nav.nav-secondary li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

nav.nav-secondary li ul a {
	width: 140px;
}

nav.nav-secondary li ul ul {
	margin: -33px 0 0 159px;
}

nav.nav-secondary li:hover>ul,
nav.nav-secondary li.sfHover ul {
	left: auto;
}


/* Inner
------------------------------------------------------------ */

.site-inner {
	margin: 20px auto;
	overflow: hidden;
}


/* Home page
------------------------------------------------------------ */

.home-top,
.home-bottom {
}

.home-top .widgettitle,
.home-bottom .widgettitle {
	font-size: 28px;
	font-weight: 300;
	margin-bottom: 15px;
	padding: 0 0 4px;
	border-bottom: 1px solid #d2d2d2;
}

.home-bottom .widgettitle {
	font-size: 24px;
}

.home-top-left img,
.home-bottom-left img {
	border: 1px solid #9c9c9c;	
}

/* Slider [home]
------------------------------------------------------------ */

.slider {
	margin-bottom: 10px;
	padding-bottom: 34px;
	background: url(../images/slide-shadow.png) left bottom no-repeat;
}

.slider a img {
	width: 100%;
}

.slider .layerslider_widget {
	border: 1px solid #e1e1e1;
}

/* Home Top [home]
------------------------------------------------------------ */


/* Home Top Left
------------------------------------------------------------ */

.home-top-left {
	margin-bottom: 0;
}

.home-top-left h2 a {
	color: #666;
	margin-bottom: 15px;
}

/* Home Top Right
------------------------------------------------------------ */

.home-top-right {
	margin-bottom: 0;
}

.home-top-right h4 {
	font-size: 18px;
	margin: 0 0 10px;
}

.home-top-right h4 a {
	color: #666;
}


/* Get Involved [home]
------------------------------------------------------------ */
.get-involved {
	margin: 0 0 40px;
}
.get-involved .widget {
	padding: 0 !important;
}
.cta-get-involved {
	display: block;
	overflow: hidden;
	background: url(../images/bkg-flower.png) 20px top no-repeat;
}
.get-involved div.one-half {
	margin-bottom: 0;
}
.get-involved h3 {
	color: #c200b1;
	font-size: 36px;
	text-transform: uppercase;
	margin: 20px 0;
}
.get-involved .btn-primary {
	text-transform: uppercase;
	font-size: 18px;
	padding: 9px 40px;
	margin: 18px 16px;
}


/* Home Bottom
------------------------------------------------------------ */

.home-bottom {

}

/* Home Bottom Left
------------------------------------------------------------ */

.home-bottom-left {

}
.home .woocommerce ul.product_list_widget li img {
	float: left !important;
	width: 80px !important;
	margin: 0 10px 0 0 !important;
}
.home .woocommerce ul.product_list_widget li a,
.home .woocommerce ul.product_list_widget li a:hover {
	color: #666;
	font-size: 18px;
	font-weight: 600 !important;
	padding: 0 0 8px;	
}
.home .woocommerce ul.product_list_widget .amount {
	font-size: 18px;
	font-weight: 600;
	color: #c200b1;
}
.home .woocommerce ul.product_list_widget li {
	margin: 0 0 8px !important;
}


/* Home Bottom Middle
------------------------------------------------------------ */

.home-bottom-middle {

}

/* Home Bottom Right
------------------------------------------------------------ */

.home-bottom-right {

}
p#bling {
	padding-bottom: 83px;
	margin-bottom: 8px;
	background: url(../images/icon-bling-bravery.png) bottom center no-repeat;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 30px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

.content-sidebar-wrap {
	float: left;
	width: 100%;
}


/* Content
------------------------------------------------------------ */

.content {
	float: left;
	width: 59.49367%; /* 470/790 */
}

.full-width-content .content {
	width: 100%;
}

.sidebar-content .content,
.sidebar-sidebar-content .content {
	float: right;
}

blockquote {
	font-style: italic;
	margin: 0;
	padding: 0;
	line-height: 150%;
}

.content blockquote {
	margin: 5px 15px 20px;
	padding: 15px 20px 0;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
	line-height: 150%;
}

.entry-content p {
	padding: 0 0 15px;
}

.entry-content p.woocommerce-info {
	padding: 1em 1em 1em 3.5em;
}

.entry-content iframe {
	margin-bottom: 30px;
	max-width: 100%;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 15px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
	float: right;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
}


/* =Headlines
------------------------------------------------------------ */

h1,h2,h3,h4,h5,h6 {
	margin: 0 0 5px;
}

h1 {
	font-size: 30px;
}

h2,
h2 a {
	font-size: 24px;
}

.taxonomy-description h1,
.widget-area h2 a {
	font-size: 14px;
	font-weight: bold;
}

h2 a:hover {
	text-decoration: none;
}

.sidebar .widget h2,
.sidebar .widget h2 a {
	color: #666;
	text-align: left;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}

.widget-area .widgettitle {
	color: #222;
	font-size: 20px;
	margin-bottom: 5px;
	border-bottom: none;
	font-weight: 600;
	text-align: center;
}

.widget-area h4 a {
	text-decoration: none;
}

.footer-widgets .widgettitle {
	text-align: left;
	font-size: 16px;
	font-weight: 600;
	color: #666;
	margin: 0 0 10px 0;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

.entry-title {
	margin-bottom: 15px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* =Post Icons ( Uses font-awesome icons )
   =Post Info
------------------------------------------------------------ */

.entry-meta-categories,
.post-comments,
.entry-header .entry-meta .entry-meta-author,
.time,
.tags {
	margin: 0 0 0 10px;
}

.entry-header .entry-meta {
	margin: 10px 0;
}

.entry-header .entry-meta .time,
.entry-footer .entry-meta .entry-meta-categories {
	margin-left: 0;
}


/* Post Meta
------------------------------------------------------------ */

.entry-footer .entry-meta {
	border-top: 3px solid #DDD;
	clear: both;
	font-size: 12px;
	margin-top: 12px;
	margin-bottom: 20px;
	padding: 10px 0 0;
	width: 100%;
}

.single-testimonial .entry-header .entry-meta,
.single-testimonial .entry-footer .entry-meta {
	display: none;
}


/* =AE Postmeta
------------------------------------------------------------ */

#ae-postmeta {
	clear: both;
	margin: 15px auto;
	width: 195px;
}

#ae-postmeta .socialite {
	float: left;
	margin-right: 10px;
}

.related-posts {
	margin-bottom: 15px;
}

.related-posts li {
	margin-bottom: 5px;
	list-style: none;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}


/* Blog / Category / Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}


/* =Images
------------------------------------------------------------ */

img {
	height: auto;
	overflow: hidden;
}

.archive .post-image,
.page-template-page_blog-php .post-image {
/*	padding: 4px;
	background: #fff;
	border: 1px solid #ddd;*/
	border: 1px solid #9c9c9c;
}

/* == image borders == */
.featured-listings .listing-wrap .listing-image-link,
.communities .featuredpage a img,
.communities .featuredpost a img,
.home-bottom-left .post a img,
.content .business-wrap img {
	border: 1px solid #DDD;
	padding: 4px;
	background: #fff;
}

.widget_bootstrap_carousel_widget .carousel img {
	max-height: 380px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 10px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}
.sidebar .featuredpost img {
	border: 1px solid #9c9c9c;
}


/* Post Navigation
------------------------------------------------------------ */

.pagination {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.pagination li {
	display: inline;
}

.pagination li a,
.pagination li.disabled,
.pagination li a:hover,
.pagination li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 13px;
	line-height: 20px;
	width: 31.25%; /* 300/960 */
}

.sidebar p {
	font-size: 15px;
	line-height: 20px;
	color: #777;
}

.sidebar-alt {
	float: left;
	width: 15.625%; /* 150/960 */
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar .sidebar-alt {
	float: right;
}

.sidebar .widget,
.get-involved .widget {
	margin: 0 0 18px;
	padding: 15px 20px;
	text-align: center;
	border: 1px solid #ececec;
	border-radius: 3px;
	background: #fafafa;
	background: -moz-linear-gradient(top, #fafafa 0%, #f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#f0f0f0));
	background: -webkit-linear-gradient(top, #fafafa 0%,#f0f0f0 100%);
	background: -o-linear-gradient(top, #fafafa 0%,#f0f0f0 100%);
	background: -ms-linear-gradient(top, #fafafa 0%,#f0f0f0 100%);
	background: linear-gradient(to bottom, #fafafa 0%,#f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f0f0f0',GradientType=0 );
}

.home .sidebar .widget {
	text-align: center;
}

.widget-area .textwidget {

}

.widget-area ol,
.widget-area ul {
	margin: 10px 0 0 25px;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
	list-style-type: square;
	word-wrap: break-word;
}


/* Tag Cloud
------------------------------------------------------------ */

.widget_tag_cloud div div {
	padding: 5px 10px 0;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	display: inline;
	font-size: 12px;
	margin: 10px 10px 0;
	padding: 3px;
	width: 278px;
}

.sidebar-alt #cat,
.sidebar-alt .widget_archive select {
	width: 128px;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	margin: 0;
	overflow: hidden;
	padding: 5px 0px;
}

.more-from-category {
	padding: 5px 10px 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 10px 10px 0;
}

.user-profile .posts_link {
	padding: 0 10px;
}


/* Buttons
------------------------------------------------------------ */

/* Base Button Styling */
div.gform_footer input.button,
input[type="submit"],
input[type="button"],
.enews #subbutton,
.reply a,
.reply a:visited,
.searchsubmit,
#submit,
.btn {
	display: inline-block;
	*display: inline;
	padding: 4px 22px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	*line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 0;
}

.btn-nil {
	color: #333 !important;
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #bbbbbb;
	*border: 0;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-bottom-color: #a2a2a2;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-nil:hover {
	color: #333333;
	text-decoration: none;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
	/* Buttons in IE7 don't get borders, so darken on hover */

	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}

.btn-nil:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn-large {
	padding: 9px 14px;
	font-size: 16px;
	line-height: normal;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.btn-small {
	padding: 3px 9px;
	font-size: 12px;
	line-height: 18px;
}

.btn-mini {
	padding: 2px 6px;
	font-size: 11px;
	line-height: 17px;
}

.btn-block {
	display: block;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.btn-block + .btn-block {
	margin-top: 5px;
}

div.gform_footer input.button,
input[type="submit"],
input[type="button"],
.enews #subbutton,
.reply a,
.reply a:visited,
.searchsubmit,
#submit,
.btn-primary,
.btn-primary:visited {
	color: #ffffff;
	background: #ce09bd; /* Old browsers */
	background: -moz-linear-gradient(top,  #ce09bd 0%, #a9169c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ce09bd), color-stop(100%,#a9169c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ce09bd 0%,#a9169c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ce09bd 0%,#a9169c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ce09bd 0%,#a9169c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ce09bd 0%,#a9169c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce09bd', endColorstr='#a9169c',GradientType=0 ); /* IE6-9 */
	border: 1px solid #96128a;
	box-shadow: 0 0 2px #e759db inset;
	text-shadow: -1px -1px #520045;
}

input.btn-alt,
.btn-alt,
.btn-alt:visited {
	color: #ffffff;
	text-shadow: -1px -1px #1E6D2D;
	background: #76ca86; /* Old browsers */
	background: -moz-linear-gradient(top, #76ca86 0%, #2b7e3b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#76ca86), color-stop(100%,#2b7e3b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #76ca86 0%,#2b7e3b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #76ca86 0%,#2b7e3b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #76ca86 0%,#2b7e3b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #76ca86 0%,#2b7e3b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76ca86', endColorstr='#2b7e3b',GradientType=0 ); /* IE6-9 */
}

input.btn-alt,
.btn-alt {
	box-shadow: 0 0 2px #a1ddad inset;
	border: 1px solid #2d803d;
}

div.gform_footer input.button:hover,
input[type="submit"]:hover,
.enews #subbutton:hover,
.reply a:hover,
.searchsubmit:hover,
#submit:hover,
.btn-alt:hover,
.btn-primary:hover {
	background: #a9169c; /* Old browsers */
	background: -moz-linear-gradient(top,  #a9169c 0%, #ce09bd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9169c), color-stop(100%,#ce09bd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a9169c 0%,#ce09bd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a9169c 0%,#ce09bd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a9169c 0%,#ce09bd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a9169c 0%,#ce09bd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9169c', endColorstr='#ce09bd',GradientType=0 ); /* IE6-9 */
	text-decoration: none;
}

.btn-login,
.btn-register {
	width: 35%;
	text-align: center;
	margin-top: 5px;
}


/* =Testimonials Widget
------------------------------------------------------------ */

.widget_woothemes_testimonials blockquote {
	margin-bottom: 10px;
}

.widget_woothemes_testimonials .author,
.widget_woothemes_testimonials .excerpt {
	margin-bottom: 10px;
	display: block;
}

.widget_woothemes_testimonials .excerpt {
	margin-top: 10px;
}

.widget_woothemes_testimonials img {
	margin: 0 8px 8px 0;
}


/* =Forms
------------------------------------------------------------ */

.site-header .searchform {
	float: right;
	padding: 30px 0 0;
}

.sidebar .searchform {
	padding: 5px 0 0 10px;
}

nav.nav-primary .searchform {
	float: right;
}

.s {
	font-size: 12px;
	margin: 5px 2px 0 0;
	padding: 4px 5px;
	width: 195px;
}

.sidebar .gform_footer {
	padding: 0 !important;
}

.sidebar .gform_wrapper {
	margin-bottom: 0 !important;
}

.entry-content .gform_wrapper ul li {
	padding: 0;
	margin: 0;
}


/* =eNews and Update Widget
------------------------------------------------------------ */
.home-bottom .enews {
	background: url(../images/icon-enews.png) 0 43px no-repeat;
}

.home .enews p,
.home .enews form {
	font-size: 16px;
	padding-left: 90px;
}

.enews p {

}

.enews #subscribe {

}

.enews #subbox,
.enews .enews-subbox {
	font-size: 12px;
	margin: 5px 0px 10px 0;
	padding: 4px 6px;
	width: 240px;
	background: #fff;
	border: 1px solid #c2c2c2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 0 3px #eaeaea inset;
	box-shadow: 0 0 3px #c2c2c2 inset;
}

.widget .enews #subbutton {
	display: block;

}


/* Latest Tweets Widget
------------------------------------------------------------ */

.latest-tweets ul li {
	margin-bottom: 15px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* =Social Icons ( Awesome Font )

   http://gregoryloucas.github.com/Font-Awesome-More/

   Icon color can be changed in css
------------------------------------------------------------ */

.agent-social-icons {
	font-size: 26px;
	margin-bottom: 8px;
}

.agent-social-icons a {
	margin-right: 15px;
	text-decoration: none;
	color: #c200b1; /* changes icon color */
}

.agent-social-icons a:last-child {
	margin-right: 0;
}


/* =Footer Widgets
------------------------------------------------------------ */

.footer-widgets {
	overflow: hidden;
	width: 100%;
	line-height: 150%;
	padding: 25px 0 45px;
	background: #f5f5f5;
	box-shadow: inset 2px 0 2px #cecece;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
}

.footer-widgets p {
	color: #666;
}

.footer-widgets .widget {
	background: none;
	border: none;
	padding: 0;
}

.footer-widgets .textwidget {
	padding: 0;
}

.footer-widgets .widget-area {
	float: left;
	/*padding-left: 3%;

	/* 3 */
	/*width: 31.33%;*/

	/* 4 */
	/*width: 22.75%;*/
}

.footer-widgets .widget-area.footer-widgets-1 {
	padding-left: 0;
}

.footer-widgets .vcard,
.footer-widgets .vcard p,
.footer-widgets a.tel {
	color: #666;
	font-size: 16px;
	font-weight: 600;
}
.footer-widgets .social {
	text-align: center;
}
.footer-widgets a.tel {
	font-size: 20px;
	margin-top: 8px;
}

/* Footer
------------------------------------------------------------ */

.site-footer {
	overflow: hidden;
	width: 100%;
	margin: 10px 0 20px;
	
}
.site-footer,
.site-footer p,
.site-footer a {
	font-size: 11px;
	color: #777;
}


/* Comments
------------------------------------------------------------ */

.entry-comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 5px 10px 10px;
}

.comment-list li ul li {
	background: #eaeaea;
	list-style-type: none;
	margin-left: 10px;
	margin-right: -6px;
}

.comment-content p {
	font-size: 0.875em;
	line-height: 1.5em;
	padding: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 0.75em;
	margin: 5px 0;
}

.reply {
	font-size: 0.875em;
	font-weight: 300;
	line-height: 1.5em;
}

.nocomments {
	text-align: center;
}

.entry-comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f7f7f7;
}

.alt,
.depth-1,
.even {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #ccc;
}

/* WooCommerce
------------------------------------------------------------ */
.woocommerce .related ul li.product {
	width: 15% !important;
}



/* Responsive Design
// delete this if not responsive site
------------------------------------------------------------ */

/* Large desktop */
@media (min-width: 1200px) {

	.wrap {
		width: 1140px;
	}
}

/* Desktop to Large Desktop */
@media (min-width: 979px) and (max-width: 1200px) {

	.wrap {
		width: 960px;
	}
}

/* Lower than 979 */
@media (max-width: 1199px) {

	.home .enews form {
		padding-left: 0;
	}
	.enews #subbox,
	.enews .enews-subbox {
		width: 90%;
	}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 767px) and (max-width: 979px) {

	.wrap {
		width: 724px;
	}
	.get-involved h3 {
		margin: 50px 0;
	}

}

/* Landscape phone to portrait tablet */
@media only screen and (max-width: 767px) {

	body {
		width: 100%;
		margin: 0 auto;
	}

	.site-container {

	}

	img {
		max-width: 100%;
	}

	.archive-page,
	.content-sidebar .content,
	.content-sidebar-sidebar .content,
	.footer-widgets .widget-area,
	.full-width-content .content,
	.sidebar,
	.sidebar-content .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-wrap,
	.footer-widgets .wrap,
	.site-header,
	.site-header .widget-area,
	.sidebar-alt,
	.title-area,
	.site-container {
		width: 100%;
	}

	.wrap {
		width: 96%;
	}

	.site-description,
	.footer-left,
	.footer-right,
	.site-title,
	.title-area {
		float: none;
		text-align: center;
	}

	.title-area {
		padding: 0 0 20px;
	}

	.site-title a {
		margin: 0 auto;
	}

	.site-header .widget-area {
		padding: 0 0 10px;
	}

	.site-header .searchform {
		float: none;
		padding: 0;
		text-align: center;
	}

	.site-header .s {
		margin: 0 2px 0 0;
	}
	
	.site-header .menu {
		float: none;	
		text-align: center;
	}
	
	.site-header .menu li {
		display: inline-block;	
		float: none;
	}
	
	.site-header .menu li li a, 
	.site-header .menu li li a:link, 
	.site-header .menu li li a:visited {
		text-align: left;
	}
	
	.menu li.right {
		display: none;
	}
	
	.menu li ul ul {
		margin: -35px 0 0 158px;
	}
	
	nav.nav-primary {
	    background-repeat: repeat;
	}
	
	nav.nav-primary .wrap {
		text-align: center;
		width: 100%;
	}
	
	nav.secondary .wrap {
		text-align: center;
		width: 100%;
	}
	
	.menu li {
		float: none;
		display: inline-block;
	}
	
	.sidebar .menu li {
		float: none;
		display: inline;
	}
	
	.menu a {
		padding: 12px 18px;
		text-align: left;
	}
		
	.slider-wrap {
		border: none;
	}
	
	.slider-inner {
		padding: 0 !important;
		overflow: hidden;
		width: 100%;
	}
	
	.flex-control-nav {
		margin: 20px 0 6px !important;
	}	
	
	#genesis-slider, #slides, .genesis-slider-wrap {
		width: 100% !important;
	}	
	
	.site-inner {
		padding: 20px 0 0;
		width: 96%;
		width: 100%;
	}

	.content {
		padding: 0;
	}

	.breadcrumb,
	.pagination,
	.sidebar .widget,
	.taxonomy-description {
		margin: 0 0px 20px;
	}

	.page .page,
	.post,
	.listing,
	.aeprofiles,
	.testimonial,
	.entry-comments,
	#respond {
		/*padding: 0 20px;*/
	}
	
	.featuredpage .page img, 
	.featuredpost .post img {
		margin: 0 0 10px;
	}

	.author-box {
		margin: 0 20px 40px;
	}
	
	.post-image {
		width: 96%;
	}
	
	.s {
		width: 60%;
	}
	
	.five-sixths, 
	.four-fifths, 
	.four-sixths, 
	.one-fifth, 
	.one-fourth, 
	.one-half, 
	.one-sixth, 
	.one-third, 
	.three-fifths, 
	.three-fourths, 
	.three-sixths, 
	.two-fifths, 
	.two-fourths, 
	.two-sixths, 
	.two-thirds {
		padding: 0;
		width: 100%;
	}

	.footer-widgets .widget-area {
		padding: 0;
		float: none;
	}

	.footer-widgets .widget {
		padding: 20px 0 0;
	}
	
	.footer-widgets .wrap {
		padding: 0;
		width: 94%;
	}
	
	.site-footer .wrap {
		margin-top: 20px;
		width: 94%;
	}

	.footer-left {
		margin-bottom: 12px;
	}

}

/* Landscape phones and down */
@media (max-width: 480px) {	

}