html {

}

body {
	font-size: 16px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	color: #000000;
}

a {
	color: #00C01A;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

.page-header {
	margin: 0 0 30px 0;
	padding: 0;
	text-align: center;
	border: 0;
}

.breadcrumbs-wrap {
	background: #F7F7F7;
	padding: 10px;
	font-weight: 700;
	font-size: 13px;
}

.trail-browse {
	display: none !important;
}

/******** Headings ***********/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 700;
	color: #00C11B;
	text-transform: capitalize;
}

.page-header h1, .page-header h2, .page-header h3 {
	margin: 0;
	padding: 0;
}

h1, .h1 {
	font-size: 36px;
}

.slide-title {
	font-size: 52px;
	text-align: center;
	margin: 0 0 15px 0;
	padding: 0;
	color: #FFFFFF;
}

h2, .h2 {
	font-size: 32px;
}


h3, .h3 {
	font-size: 24px;
}


h4, .h4 {
	font-size: 18px;
}

.footerSlider .owl-item img {
    display: block;
    width: auto;
}

/******** header ***********/

header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

.custom-logo {
    display: block;
    margin: 20px 0;
    max-width: 100%;
    height: auto;
}

.nav-strip {
	background: rgba(255,255,255,.3);
}


.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar {
    min-height: 1px;
    margin-bottom: 0;
}

.navbar-nav {
    display: flex;
	text-align: center;
	float: none;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}

.navbar-default .navbar-nav > li > a {
    font-weight: 700;
	font-size: 17px;
	color: #FFFFFF;
	padding: 10px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
 	color: #00C01A;
	background-color: transparent;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #00C01A;
	background-color: transparent;
}

#menu-secondary {
	margin: 0;
	padding: 0;
	float: right;
}

#menu-secondary li {
	list-style: none;
	float: left;
}

#menu-secondary li a {
	padding: 0 10px;
	font-size: 14px;
	font-weight: 700;
	color: #FFFFFF;
}

#menu-secondary li:last-child a {
	padding-right: 0;
}

#menu-secondary  li.current-menu-item a, #menu-secondary li a:hover {
	color: #00C01A;
}

.header-contact {
	float: right;
	margin: 45px 0 0 0;
	padding: 0;
}

.header-contact li {
	list-style: none;
	float: left;
	font-size: 24px;
	color: #FFFFFF;
}

.header-contact li i {
	padding-right: 10px;
	color: #00C01A;
}

.header-shop {
	margin: 10px 0;
	padding: 0;
	float: right;
}

.header-shop li {
	list-style: none;
	float: left;
}

.header-shop li a {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 700;
}

.header-shop li a i {
	padding: 0 10px;
	color: #00C01A;
}

.header-shop li a:hover {
	color: #00C01A;
}

.header-shop li a:hover i {
	color: #FFFFFF;
}

.page-description {
    padding: 0 0 30px 0;
}

.header-ppc {
	text-align: right;
	color: #FFFFFF;
}

.header-ppc span {
	font-weight: 700;
	text-transform: capitalize;
	font-size: 22px;
	display: block;
	margin: 0 0 15px 0;
}


/******** content **********/

.content-strip {
	padding: 60px 0;
}

.content-strip.grey-strip {
	background: #F7F7F7;
}

.content-strip.content-strip-border-top {
	border-top: 1px solid #EAEAEA;
}

.no-padding {
	padding: 0;
}

.margin-top {
	margin-top: 30px;
}

.slider-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9000;
	background: rgba(0,0,0,.6)
}

.slide-overlay {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    color: #ffffff;
    left: 0;
    width: 100%;
}

.slide-content {
	text-align: center;
	font-size: 24px;
}

.full-height {
	height: 100%;
	position: relative;
	background: #00C11B;
	text-align: center;
	padding: 60px;
	color: #FFFFFF;
}

.outline-house {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1000;
}

.outline-house-over {
	position: relative;
	z-index: 9999;
}

.cta-table {
    display: table;
    width: 100%;
    height: 100%;
}

.cta-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.cta-key-point {
	border: 1px solid #EAEAEA;
	padding: 30px;
	margin: 30px 0 0 0;
	text-align: center;
}

.cta-key-point-title {
	display: block;
	color: #00C01A;
	font-size: 24px;
	margin: 0 0 15px 0;
	font-weight: 700;
}

.cta-block {
	display: block;
	margin: 0 0 30px 0;
	color: #000000;
}

.cta-block.cta-block-top {
	margin: 30px 0 0 0;
}

.cta-block-rel {
	position: relative;
}

.cta-block-abs {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	text-align: center;
	display: none;
}

.cta-block:hover .cta-block-abs {
	display: block;
}

.cta-block:hover .cta-block-abs .btn {
	color: #FFFFFF;
}

.cta-block-title {
	display: block;
	color: #00C01A;
	font-size: 24px;
	margin: 15px 0 10px 0;
	font-weight: 700;
}

.cta-block-secondary {
	display: block;
	margin: 0 0 10px 0;
	color: #000000;
	font-weight: 700;
}

.cta-block-secondary i {
	padding-right: 10px;
	color: #00C01A;
}

.cta-news-block {
	display: block;
	margin: 30px 0 0 0;
	background: #EDEDED;
	color: #000000;
}

.cta-news-block-title {
	display: block;
	color: #00C01A;
	font-size: 24px;
	font-weight: 700;
}

.cta-news-block-date {
	display: block;
	font-weight: 700;
	color: #A7A7A7;
	margin: 0 0 10px 0;
}


.cta-news-pad {
	padding: 10px;
}

.btn, .wpcf7-submit {
	padding: 15px 30px;
	font-weight: 700;
	font-size: 20px;
	color: #FFFFFF;
	background: #00C01A;
}

.btn:hover, .wpcf7-submit:hover {
	color: #000000;
}

.btn-outline {
	border: 1px solid #FFFFFF;
}

.btn:hover.btn-outline {
	border: 1px solid #000000;
}

.wpcf7-submit {
	border: 0;
	margin: 30px 0 0 0;
}

.full-height .btn {
	margin: 30px 0 0 0;
}

.full-height-title {
	display: block;
	margin: 0 0 10px 0;
	font-size: 42px;
	font-weight: 700;
}


.full-height-secondary {
	display: block;
	font-weight: 700;
	margin: 0 0 30px 0;
}

.full-height-secondary i {
	padding-right: 10px;
}

.testimonial-bg {
	background: url("../images/bg-roof-lighting.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.testimonial-bg-overlay {
	background: rgba(0,0,0,.6);
	padding: 160px 0;
	text-align: center;
	color: #FFFFFF;
}

.home-testimonial-title {
	display: block;
	font-weight: 700;
	font-size: 32px;
}

.home-testimonial-title.home-testimonial-title-inner {
	font-size: 24px;
}

.home-testimonial-text {
	display: block;
	margin: 30px 0;
	font-size: 26px;
	font-style: italic;
	font-weight: 300;
}

.home-testimonial-text.home-testimonial-text-inner {
	font-size: 18px;
}

.home-testimonial-name {
	display: block;
	font-weight: 700;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 1px;
    background-color: #00C01A;
    border: 1px solid #00C01A;
}

.carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
}

.carousel-indicators {
    bottom: -50px !important;
}

.innerVideoWrap {
    margin: 30px 0 0 0;
}

.video-title {
	display: block;
	font-weight: 700;
	margin: 15px 0 10px 0;
	font-size: 24px;
	color: #00C01A;
}

.wpcf7-text {
	width: 100%;
	height: 55px;
	padding: 8px;
	margin: 0 0 15px 0;
	border: 1px solid #EAEAEA;
}

.wpcf7-textarea {
	width: 100%;
	height: 200px;
	padding: 8px;
	margin: 0 0 15px 0;
	border: 1px solid #EAEAEA;
}

.contact-contact {
	text-align: center;
	margin: 20px 0 0 0;
	padding: 0;
}

.contact-contact li {
	list-style: none;
	display: block;
	margin: 0 0 10px 0;
	font-size: 22px;
}

.contact-contact li:last-child {
	margin: 0;
}

.contact-contact li i {
	padding-right: 10px;
	color: #00C01A;
}

.gallery-photo {
	display: block;
	margin: 30px 0 0 0;
}

/* Added SB */

p.woocommerce-result-count {
	display: none;
}
.woocommerce .woocommerce-ordering {
  display: none;
}
.woocommerce ul.products li.product .onsale {
  top: 0;
  right: 0;
  left: auto;
  margin: -.5em -.5em 0 0;
  display: none;
}
.outerproductWrap{
	margin: 30px 0 0 0;
}

.productWrap .h3 {
    font-size: 18px;
    padding: 15px 0 5px 0;
    margin: 0px;
}

.categoryWrap .h3{
	font-size: 18px;
	padding: 15px 0;
	margin: 0px;
}

.productSaleNormal, .productPriceHome, .productSaleHome{
	font-size: 14px;
	color: #000;
	font-weight: 800;
	display: inline-block;
}

.productSaleNormal{
	color: #e74c3c;
}
.delWrap{
	display: inline-block;
}

.categoryWrap {
    margin: 0 0 30px 0;
}


h1.page-title {
    text-align: center;
		    margin: 0 0 30px 0;
}

/*
.woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}
*/

.woocommerce-tabs.wc-tabs-wrapper{
  background-color: #f7f7f7;
  padding: 30px 0;

}


.panel {
  background-color: #f7f7f7;
}

.woocommerce div.product .woocommerce-tabs .panel {
  box-shadow: none;
  padding: 0;
  margin-bottom: -15px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: 0.7em 0;
  font-weight: 700;
  color: #515151;
  text-decoration: none;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
  padding-bottom: 30px;
  display: none;
}



.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #f7f7f7;
    z-index: 2;
    border-bottom-color: #f7f7f7;
}


.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: ' ';
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 0px solid transparent;
    z-index: 1;
}


.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0px solid transparent;
    background-color: #ffffff00;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 0px 0px 0 0;
    margin: 0 -3px;
    padding: 0 1em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 0.2em;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative;
    display: block;
    text-align: center;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: 0px 0px 0 #fff;
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
  display: none;
}


.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  text-transform: uppercase;
  color: #949494;
  text-decoration: none;
}


.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 0.3em 0;
}

.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #77a464;
    color: #fff;
    font-size: .857em;
    z-index: 9;
    display: none;
}
div#product {
    background: #eaeaea;
}


span.posted_in {
    display: none;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 16px;
    margin-top: 12px;
}
.single_add_to_cart_button, .button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed, .button.single_add_to_cart_button.button.alt{
	padding: 10px 30px;
	font-weight: 700;
	font-size: 20px;
	color: #FFFFFF;
	background: #00C01A;
	-webkit-appearance: unset;
	border: none;
	border-radius: 5px;
}

.button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed, .button.single_add_to_cart_button.button.alt{
	padding: 15px 30px;
	font-weight: 700;
	font-size: 20px;
	color: #FFFFFF;
	background: #00C01A;
	-webkit-appearance: unset;
	border: none;
	border-radius: 5px;
}

.woocommerce div.product form.cart .variations td.label {
    padding-right: 1em;
    color: #000;
}
.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    margin-right: 1em;
    height: 50px;
    padding: 0 15px;
}
.sku_wrapper{
	display: none;
}
.woocommerce-product-details__short-description {
    padding: 15px 0;
}
.inputPlus{
	width: 3.631em;
	text-align: center;
	height: 48px;
	border-radius: 8px;
	display: inline-block;
  border: 1px solid #ccc;
	padding: 12px 10px;
	cursor: pointer;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	 -khtml-user-select: none; /* Konqueror HTML */
		 -moz-user-select: none; /* Firefox */
			-ms-user-select: none; /* Internet Explorer/Edge */
					user-select: none; /* Non-prefixed version, currently
																supported by Chrome and Opera */
}
.inputMinus{
	width: 3.631em;
	text-align: center;
	height: 48px;
	border-radius: 8px;
	display: inline-block;
  border: 1px solid #ccc;
	padding: 12px 10px;
	cursor: pointer;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	 -khtml-user-select: none; /* Konqueror HTML */
		 -moz-user-select: none; /* Firefox */
			-ms-user-select: none; /* Internet Explorer/Edge */
					user-select: none; /* Non-prefixed version, currently
																supported by Chrome and Opera */
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    height: 50px;
    border-radius: 5px;
}

ins .woocommerce-Price-amount{
  color: #e74c3c;
}
ins{
	text-decoration: unset;
	color: transparent;

}
.productThumbs {
    padding: 15px 0 0 0;
}
.woocommerce div.product form.cart .variations {
    margin-bottom: 1.5em;
    border: 0;
    width: 100%;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000;
    font-size: 1.25em;
		font-weight: 800;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    opacity: 1;
		font-weight: 800;
    display: inline-block;
}
h1.product_title.entry-title.newtitle {
    text-align: center;
    padding: 0 0 30px 0;
}
/******** footer ***********/

footer {
	background: url("../images/bg-pattern-roof.png") repeat #111111;
}

footer .middle-wrap {
	padding: 60px 0;
	color: #FFFFFF;
}

footer .middle-wrap a {
	color: #FFFFFF;
}

footer .middle-wrap a:hover {
	color: #00C01A;
}

.footer-title {
	display: block;
	font-weight: 600;
	margin: 0 0 30px 0;
	color: #00C01A;
	font-size: 22px;
}

footer .menu {
	margin: 0;
	padding: 0;
}

footer .menu li {
	list-style: none;
}

footer .menu li a {
	display: block;
	margin: 0 0 10px 0;
}

footer .menu li:last-child a {
	margin: 0;
}

.social-links {
	margin: 0;
	padding: 0;
	float: left;
}

.social-links li {
	list-style: none;
	float: left;
}

.social-links li a {
	height: 45px;
	width: 45px;
	text-align: center;
	display: block;
	line-height: 45px;
	margin: 0 10px 0 0;
}

.social-links li.facebook a {
	background: #4867AA;
}

.social-links li.twitter a {
	background: #1AB2E8;
}

.social-links li a:hover {
	background: #FFFFFF;
}

.footer-contact {
	margin: 0;
	padding: 0
}

.footer-contact li {
	display: block;
	margin: 0 0 10px 0;
	list-style: none;
}

.footer-contact li i {
	padding-right: 10px;
	color: #00C01A;
}

.credits-wrap {
	padding: 20px 0;
	font-size: 14px;
	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
}

.copyright {
	margin: 8px 0 0 0;
}

.accreditation {
	text-align: right;
}

.footer-logo-contain {
	border: 1px solid #EAEAEA;
	padding: 30px;
	height: 100%;
}

.footer-logo-contain img {
	display: block;
	margin: 0 auto;
	max-height: 100px;
	width: auto;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    height: 40px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
	background: #00C01A;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
	background: #00C01A;
}


@media (max-width: 1500px) {

	.slide-overlay {
		top: 90%;
		transform: translateY(-90%);
	}

}

@media (max-width: 1199px) {

	.slide-title {
		font-size: 42px;
		margin: 0 0 10px 0;
	}

	.slide-content {
		font-size: 22px;
	}

	.page-template .slide-strip img, .blog .slide-strip img, .single-services .slide-strip img, .single-sectors .slide-strip img, .single-post .slide-strip img {
		height: 520px !important;
		width: auto;
		object-fit: cover;
	}


}

@media (max-width: 991px) {

	.content-strip {
		padding: 30px 0;
	}


	.header-contact li {
		font-size: 22px;
	}

	#menu-secondary li a, .header-shop li a {
		font-size: 13px;
	}

	.navbar-default .navbar-nav > li > a {
		font-size: 14px;
	}

	.slide-title {
		font-size: 36px;
		margin: 0 0 10px 0;
	}

	.slide-content {
		font-size: 20px;
	}

	h1, .h1 {
		font-size: 36px;
	}

	.slide-title {
		font-size: 38px;
	}

	h2, .h2 {
		font-size: 30px;
	}


	h3, .h3 {
		font-size: 24px;
	}


	h4, .h4 {
		font-size: 18px;
	}

	.full-height-title {
		font-size: 34px;
	}

	.testimonial-bg-overlay {
		padding: 80px 0;
	}

	.home-testimonial-title {
		font-size: 28px;
	}

	.home-testimonial-text {
		margin: 15px 0;
		font-size: 18px;
	}

	.full-height {
		padding: 30px;
	}

	.full-height .btn {
		margin: 15px 0 0 0;
	}

	.full-height-secondary {
		margin: 0 0 15px 0;
	}

	.btn {
		padding: 15px;
		font-size: 16px;
	}

	.cta-news-pad {
		padding: 15px 10px;
	}

	.contact-contact li {
		font-size: 18px;
	}

	.page-template .slide-strip img, .blog .slide-strip img, .single-services .slide-strip img, .single-sectors .slide-strip img, .single-post .slide-strip img {
		height: 420px !important;
		width: auto;
		object-fit: cover;
	}

	footer .menu, .social-links {
		margin: 0 0 30px 0;
	}

	.header-ppc span {
		font-size: 18px;
		margin: 0 0 10px 0;
	}



}

@media (max-width: 767px) {

	.header-ppc  {
		text-align: center;
		color: #000000;
	}

	.header-ppc .btn {
		margin-bottom: 20px;
	}

	h1, .h1 {
		font-size: 30px;
	}

	.slide-title {
		font-size: 30px;
		margin: 0;
		padding: 0;
	}

	h2, .h2 {
		font-size: 26px;
	}


	h3, .h3 {
		font-size: 22px;
	}

	.home-testimonial-title {
		font-size: 22px;
	}

	.home-testimonial-text {
		margin: 15px 0;
		font-size: 18px;
	}

	.full-height-title {
		font-size: 30px;
	}


	.slide-overlay {
		top: 50%;
		transform: translateY(-50%);
	}

	header {
		position: static;
	}

	#menu-secondary, .header-shop {
		display: none;
	}

	.navbar-default .navbar-toggle {
		border-color: #FFFFFF;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #FFFFFF;
	}

	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: #00C01A;
	}

	.navbar-nav {
		display: block;
		text-align: left;
	}

	.navbar-default .navbar-nav > li > a {
		padding: 10px 15px;
	}

	.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
		color: #000000;
	}

	.testimonial-bg-overlay {
		padding: 60px 0;
	}

	footer .middle-wrap {
		padding: 30px 0;
	}

	footer .menu, .social-links {
		margin: 0 0 30px 0;
	}


	.accreditation, .copyright {
		text-align: center;
	}

	.copyright {
		margin: 0 0 15px 0;
	}

	.contact-contact li {
		font-size: 16px;
	}

	.page-template .slide-strip img, .blog .slide-strip img, .single-services .slide-strip img, .single-sectors .slide-strip img, .single-post .slide-strip img {
		height: 220px !important;
		width: auto;
		object-fit: cover;
	}

	.custom-logo {
		margin: 20px auto;
	}

	.header-contact {
		float: none;
		margin: 0 0 20px 0;
		text-align: center;
	}

	.header-contact li {
		float: none;
		font-size: 18px;
		display: inline-block;
		color: #000000;
	}

	.header-contact li i {
		padding-right: 5px;
	}

	.nav-strip {
		background: #00C01A;
	}

	.slide-content {
		display: none;
	}

	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
		color: #000000;
	}

}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

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

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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