/*
Theme Name: Kids Voice
Theme URI: http://www.kidsvoicein.org
Author: the WordPress team
Author URI: http://www.kidsvoicein.org
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.3
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */




/* 801red Changes */
.custom-cta .elementor-cta {
	flex-direction: column-reverse;
}

.elementor-cta__bg-wrapper {
	width: 230px !important;
	height: 230px;
	border-radius: 100%;
	border: solid 20px blue;
}
@media all and (min-width: 1025px) {

    .half.yellow {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#282828+0,282828+50,f6d261+50,f6d261+100 */
        background: rgb(40,40,40); /* Old browsers */
        background: -moz-linear-gradient(left,  rgba(40,40,40,1) 0%, rgba(40,40,40,1) 50%, rgba(255,205,0,1) 50%, rgba(255,205,0,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  rgba(40,40,40,1) 0%,rgba(40,40,40,1) 50%,rgba(255,205,0,1) 50%,rgba(255,205,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  rgba(40,40,40,1) 0%,rgba(40,40,40,1) 50%,rgba(255,205,0,1) 50%,rgba(255,205,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#f6d261',GradientType=1 ); /* IE6-9 */
    }
}

.flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex-container.justify {
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
}
.flex-container.justify-left {
	-webkit-box-pack:start;
	    -ms-flex-pack:start;
	        justify-content:flex-start;
}
.flex-container.justify-center {
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
}
.flex-container.justify-right {
	-webkit-box-pack:end;
	    -ms-flex-pack:end;
	        justify-content:flex-end;
}
.flex-container.align-top {
	-webkit-box-align:start;
	    -ms-flex-align:start;
	        align-items:flex-start;
}
.flex-container.align-center {
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.flex-container.align-bottom {
	-webkit-box-align:end;
		-ms-flex-align:end;
			align-items:flex-end;
}
.flex-container.wrap {
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
}
.flex-container.column {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	    -ms-flex-direction:column;
	        flex-direction:column;
}
.elementor-gallery__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}


#beauty-image .swiper-slide::after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 200px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+15,000000+100&0+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 15%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 15%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 15%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	content: '';
}
#beauty-image .swiper-slide {
	height: 40vw !important;
}
#beauty-image .swiper-slide-bg {
    background-position: top center !important;    
}
#beauty-image .swiper-slide-inner {
	z-index: 9;
    max-width: 1140px;
    padding: 50px 0 !important;
}
#beauty-image .swiper-slide-contents {
	margin: 0;
}
#beauty-image .swiper-slide-inner .elementor-slide-button {
    padding: 15px 40px;
    text-shadow: none !important;
}
#beauty-image .swiper-pagination-bullet {
	background: rgba(255,255,255) !important;
}
/*
.elementor-slides .swiper-slide-bg {
	background-position: center -10vw !important;
}
*/



.event-inner-banner {
	height: 400px;
    background-position: center center;
    background-size: cover;
}


@media all and (min-width: 2100px) {
    #beauty-image .swiper-slide-bg {
        background-position: center center !important;    
    }
}

@media all and (max-width: 1140px) {
    #beauty-image .swiper-slide-inner {
        padding: 50px 2em !important;
    }
}

@media all and (max-width: 1000px) {
    #beauty-image .swiper-slide {
        height: 600px !important;
    }
}
@media all and (max-width: 767px) {
    #beauty-image .swiper-slide {
        height: 500px !important;
    }
    #beauty-image .swiper-slide-contents {
        max-width: 100% !important;
    }
    #beauty-image .elementor-slide-heading {
        font-size: 6vw;
    }
}
@media all and (max-width: 568px) {
    #beauty-image .elementor-slide-heading {
        font-size: 8vw;
    }
}



.container {
	max-width: 1170px;
	width: 100%;
	height: auto;
	display: block;
	clear: both;
    margin: auto;
}



/* Registration Form */
#registration-form-container .registration-form .field.radio input,
#registration-form-container .registration-form .field.checkbox input {
	margin-right: 10px;
}
#registration-form-container .registration-form label {
	color: #404040;
	display: block;
	margin-bottom: 6px;
}
#registration-form-container .registration-form .field input,
#registration-form-container .registration-form .field select,
#registration-form-container .registration-form .field textarea,
#registration-form-container .registration-form #card-element {

    padding: 10px;
}
#registration-form-container form section:first-of-type h3 { margin-top: 0; }
#registration-form-container .field.city,
#registration-form-container .field.state,
#registration-form-container .field.zip-code,
#registration-form-container .field.tel,
#registration-form-container .field.email,
#registration-form-container .field.tel,
#registration-form-container .field.text {
	display: inline-block;
}
#registration-form-container .field.email,
#registration-form-container .field.tel,
#registration-form-container .field.text {
	width: 50%;
}
#registration-form-container .section.custom-fields,
#registration-form-container .section.comment {
	display: inline-block;
	width: 49%;
}
#registration-form-container .section.custom-fields .field.text,
#registration-form-container .section.comment .field.text {
	width: 96%;
}
#registration-form-container .field.city { width: 46%; }
#registration-form-container .field.state {
	width: 16%;
	margin-right: 47px;
}
#registration-form-container .field.zip-code { width: 30%; }

#registration-form-container #street-address { max-width: 100% !important; width: 99% !important; }

@media all and (max-width: 767px) {
    #registration-form-container .field.zip-code,
    #registration-form-container .section.custom-fields .field.text,
    #registration-form-container .section.comment .field.text,
    #registration-form-container .field.city,
    #registration-form-container .field.state,
    #registration-form-container .field.email,
    #registration-form-container .field.tel,
    #registration-form-container .field.text,
    #registration-form-container .section.custom-fields,
    #registration-form-container .section.comment {
        width: 100%;
        margin-right: 0;
    }
    .registration-form .field input,
    .registration-form .field select,
    .registration-form .field textarea,
    .registration-form #card-element {
        max-width: 100%;
        width: 100%;
    }    
}






/* Old Code */
.event_list  .upcoming-block {
    background: #FFD341;
    float: left;
    margin-bottom: 25px;
    min-height: 110px;
    position: relative;
    width: 100%;
}
.event_list .upcoming-block .left-image {
    float: left;
    
}
.event_list .upcoming-block .left-image  img{display: block;}

.event_list  .upcoming-block .right-text {
    float: left;
    padding: 10px 20px;
    display: block;
    width: 84%;
    
}
.event_list  .upcoming-block .right-text p{margin-bottom: 5px;}
.event_list .upcoming-block:hover p{color: #fff;}
.event_list h4{color: #000000;
    font-family: "lato",Arial,Helvetica,sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: left;
    line-height: 26px;}
.event_list .upcoming-block .right-text span {
    color: #000000;
    font-family: "lato",Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: left;
}

.event_list .upcoming-block .right-text .read-btn {
    background-color: #ffffff;
    bottom: 0;
    color: #000000;
    display: block;
    font-family: "lato",Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    text-align: left;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.event_list .upcoming-block:hover {
    background: #459cbd;
    cursor: pointer;
}
.event_list .upcoming-block:hover h4,.event_list .upcoming-block:hover .right-text span{
    color: #fff;
    
}


.event_list .upcoming-block:hover .read-btn {
    background: none repeat scroll 0 0 #081c25;
    color: #ffffff;
    text-decoration: none;
}

/**
 * 1.0 Reset
 * -----------------------------------------------------------------------------
 */

footer .top-block aside + aside ul li {padding: 0 0 15px 15px !important;}

.make-btn {display:none !important}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #2b2b2b;
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

body {
	background: #f5f5f5;
}


img {
        border: 0;
}
.alignleft {
        float: left;
        padding: 0 10px 0 10px;
}

.alignright {
        float: right;
        padding: 0 10px 0 10px;
}
.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
}

a {
	color: #24890d;
	text-decoration: bold;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #41a62a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	
	font-weight: 700;
	margin: 36px 0 12px;
}

h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

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

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

p a {
	font-weight: bold !important;

}

p a:hover {text-decoration: underline;}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

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

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

#separate{display:table-row; margin:20px 0; width:100%}

.staff-page {float:left; width:400px; margin-bottom:10px !important;}


.content-area ul li{font-size: 17px !important; color: #49494a;margin-bottom: 15px; padding:0 0 0px 15px !important;background: url(https://www.kidsvoicein.org/wp-content/uploads/2015/02/blue-list.png) left 7px no-repeat; margin-left:7px !important; }

.qa-faq-title {font-size:20px; margin-bottom:1px; font-weight:bold; }


img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

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,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See https://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}


/*--------------------------------------------------------------

						Contact Page

--------------------------------------------------------------*/



.push-left{ float: left; }

.push-right{ float: right; }



.contact-field{ width: 48%; }

.contact-field input[type="text"], .contact-field input[type="email"]{ width: 85.5%; padding: 20px 20px 20px 55px; font-size:14px;margin-bottom: 16px; }



#contact-name{ background: #fff url(https://www.iadvancemotorsports.com/wp-content/uploads/2014/12/name-icon.png) no-repeat 20px center; }

#contact-email{ background: #fff url(https://www.iadvancemotorsports.com/wp-content/uploads/2014/12/email-icon2.png) no-repeat 20px center; }

#contact-phone{ background: #fff url(https://www.iadvancemotorsports.com/wp-content/uploads/2014/12/phone-icon2.png) no-repeat 20px center; }

#contact-subject{ background: #fff url(https://www.iadvancemotorsports.com/wp-content/uploads/2014/12/subject-icon.png) no-repeat 20px center; }

#contact-message{ width: 93%; background: #fff url(https://www.iadvancemotorsports.com/wp-content/uploads/2014/12/message-icon.png) no-repeat 20px 15px; margin-top:0px; font-size:14px; padding: 13px 20px 20px 55px; }

.contact-clear{ margin: 20px 0; }

#contact-button{ display:block;

float:right;

padding: 19px 0px;

text-align:center;

border-radius:0px;

font-family:'Lato', sans-serif,Arial, Helvetica, sans-serif;

font-weight:300;

font-size:21px;

line-height:21px;

margin:0;

padding: 6px 30px;

cursor: pointer;

border: 1px solid #73dc2f;

color: #d5d5d5;

letter-spacing:-1px;

background:none;
margin-top: 16px;

 }

#contact-button:hover{color:#73dc2f;}

.contact-map{ position: relative; }

.contact-map iframe{ width: 100% !important; height: 460px !important; }

.contact-map .caption{ width: 280px; background: #2b6098; position: absolute; top: 45px; right: 70px; z-index: 999; }

.contact-map .data{ padding: 10px 15px; position: relative; }

.contact-map .caption h4, .contact-map .caption p, .contact-map .caption, .contact-map .caption a{ color: #fff; }

.contact-map .caption .phone{ background: url(images/phone-icon3.png) no-repeat left center; padding-left: 25px; }

.contact-map .caption .email{ background: url(images/email-icon3.png) no-repeat left center; padding-left: 25px; }

.contact-map .arrow{

	width: 0;

	height: 0;

	border-top: 12px solid transparent;

	border-bottom: 12px solid transparent;

	border-right: 15px solid #2b6098;

	position: absolute;

	top: 14px;

	left: -13px;



input[type="button"],

input[type="reset"],

input[type="submit"] {

display:block;

padding: 19px 0px;

text-align:center;

border-radius:0px;

font-family:'Lato', sans-serif,Arial, Helvetica, sans-serif;

font-weight:300;

font-size:21px;

line-height:21px;

margin:0;

width:168px;

cursor: pointer;

border: 1px solid #73dc2f;

color: #d5d5d5;

letter-spacing:-1px;

background:none;

!important;

}



}


.contact_form {

    float: left;

    width: 550px;

}



.contact_box {width:900px;

	      }



.map { 

    float: right;


}


/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

/* Buttons */

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #24890d;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #41a62a;
	color: #fff;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #55d737;
}

.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */



.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
	float: left;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
	float:right; 
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child {
	margin-top: 0;
}


.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
	text-decoration: underline;
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.entry-content a.button,
.entry-summary a.button,
.page-content a.button,
.comment-content a.button {
	text-decoration: none;
}

.entry-content table,
.comment-content table {
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
}

.entry-content th,
.comment-content th {
	font-weight: 700;
	padding: 8px;
	text-transform: uppercase;
}

.entry-content td,
.comment-content td {
	padding: 8px;
}

.entry-content .edit-link {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-content .edit-link a {
	color: #767676;
	text-decoration: none;
}

.entry-content .edit-link a:hover {
	color: #41a62a;
}

.entry-content .more-link {
	white-space: nowrap;
}

.juicer-feed .j-meta nav {z-index:999 !important}