@charset "utf-8";
/* CSS Document */
/*font-family: 'Roboto', sans-serif ;
font-family: 'PT Sans', sans-serif;*/

/*==========================================

 1.Common Css
 2.Wordpress Core Css
 3.Header
 4.Menu
 5.Banner
 6.What you find
 7.Gardener Needed
 8.Footer
 11.Blog Page
 12.Contact page
 
==========================================*/

/*==========================================
1.Common Css
==========================================*/

img {
	width: auto;
	height: auto;
	max-width: 100%;
	transition: all 400ms linear;
	-webkit-transition: all 400ms linear;
}
a, span, div, i, button {
	transition: all 400ms linear;
	-webkit-transition: all 400ms linear;
}
section, header, nav, footer {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	position: relative;
	transition: all 400ms linear;
	-webkit-transition: all 400ms linear;
}
h3, .h3 {
	color: #0d4812;
	font-weight: 700;
}
.btn {
	padding: 10px 20px;
	border-radius: 10px;
}
.btn-success {
	background: #6aaf08;
}
.btn-success:hover {
	background: #003400;
}
.btn-primary {
	background: #373934;
	border-color: transparent;
}
.btn-primary:hover {
	background: #024713;
	border-color: #fff;
}
.btn-default {
	background-color: #b5b5b5;
	color: #fff;
	padding: 8px 25px;
	border-color: transparent;
}
.btn-default:hover {
	border-color: #003400;
	color: #003400;
}
/*==========================================
2.Wordpress Core Css
==========================================*/

.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;
}
.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
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;
	word-wrap: normal;
}
.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;
}
/*==========================================
3.Header
==========================================*/

header {
	border-top: 1px solid #002500;
	position: relative;
	z-index: 99999;
}
.logo {
	padding-left: 0px;
}
.logo img:hover {
	-webkit-animation: BlurLogo .5s ease both;
	-moz-animation: BlurLogo .5s ease both;
	animation: BlurLogo .5s ease both;
}
.phone-no {
	text-align: right;
	padding: 25px 0px;
}
.phone-no a {
	color: #7e7d7d;
	font-size: 20px;
}
.phone-no i {
	display: inline-block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 1px solid #6aaf08;
	color: #6aaf08;
	text-align: center;
	padding: 6px 0px 0px;
}
.phone-no a span {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 26px;
	display: inline-block;
	margin-left: 6px;
}
.phone-no a:hover, .phone-no a:hover i {
	color: #002500;
	border-color: #002500;
}
@media(max-width:640px) {
.phone-no a span {
	font-size: 24px;
}
}
@media(max-width:480px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
.phone-no {
	text-align: center;
	padding: 20px 0px;
	width: 100%;
}
}
/*==========================================
4.Menu
==========================================*/
	
a.navbar-brand {
	display: none;
}
.navbar-nav {
	font-family: 'Roboto', sans-serif;
}
.social-media {
	float: right;
	width: 25%;
	background: #6aaf08;
	padding: 11px 15px 10px;
	position: relative;
	text-align: center;
}
.social-media a:hover {
	color: #002500;
	border-color: #002500;
	-webkit-animation: scaleUpToo .5s ease both;
	-moz-animation: scaleUpToo .5s ease both;
	animation: scaleUpToo .5s ease both;
}
#menu {
	float: left;
	position: relative;
}
.navbar-default {
	border: 0px;
}
.navbar-default:before, .social-media:before {
	content: '';
	display: block;
	border: 1px solid rgba(255, 255, 255, 0.3);
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
}
.navbar-header {
	position: relative;
}
.social-media:before {
	left: -35px;
	border-color: rgba(255, 255, 255, 0.3);
	border-left: 0px;
	z-index: 2;
}
.social-media:after {
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	border-width: 0px 0px 52px 35px;
	border-style: solid;
	border-color: #373934 #6aaf08 #6aaf08 #373934;
	position: absolute;
	top: 0px;
	left: -35px;
	z-index: 1;
}
.social-media a, .copy .f-social a {
	display: inline-block;
	position: relative;
	z-index: 999;
	width: 32px;
	height: 31px;
	border: 1px solid #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	text-align: center;
	color: #fff;
	padding: 2px 0px 0px;
	margin: 0px 2px;
}
@media(min-width:769px) {
li.dropdown ul {
	display: block;
	opacity: 0;
	visibility: hidden;
	background: #373934;
	font-size: 15px;
	min-width: 210px;
	padding-bottom: 0px;
}
li.dropdown:hover ul {
	opacity: 1;
	visibility: visible;
	-webkit-animation: scaleUpNav .5s ease both;
	-moz-animation: scaleUpNav .5s ease both;
	animation: scaleUpNav .5s ease both;
}
li.dropdown ul li a:hover {
	background: #6aaf08;
	color: #fff;
}
li.dropdown ul li a {
	color: #bbb;
	padding: 8px 15px;
	border-bottom: 1px solid #3e3e3e;
}
}
@media (min-width: 641px){
.navbar-collapse.collapse {
    display: none !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}
}
 @media(max-width:768px) {
.social-media {
	width: 35%;
}
header .row {
	margin: 0px;
}

a.navbar-brand {
	display: block;
}
.navbar-header {
	position: relative;
	float: left;
	width: 55%;
	padding: 0px 10px;
}
.navbar-toggle {
	margin-right: 40px;
	margin-top: 9px;
}
.navbar-collapse.collapsing, .navbar-collapse.collapse {
	position: absolute !important;
	width: 100%;
	height: auto;
	left: 0px;
	right: 0px;
	background: #000;
	top: 52px;
}
.navbar-collapse.collapse.in {
	display: block !important;
	width: 100%;
	left: 0px;
	top: 52px;
}
.social-media {
	width: 45%;
}
.nav > li {
	width: 100%;
	float: left;
}
.dropdown ul.dropdown-menu {
	display: block;
	position: static;
	width: 100%;
	height: auto;
	float: left;
	background: #141514;
	margin-bottom: 5px;
	padding: 0px;
}
.dropdown ul.dropdown-menu li a {
	color: #8e908b;
	padding: 10px 25px;
	font-size: 15px;
	border-bottom: 1px solid #000;
}
.dropdown ul.dropdown-menu li a:hover {
	background: #000;
}
.navbar-toggle {
    display: block;
  }

.navbar-nav {
    float: left;
    margin: 0;
    width: 100%;
}

}

@media (min-width: 769px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}


@media(max-width:480px) {
.navbar-default {
	background-color: transparent;
}
.navbar-default:before {
	display: none;
}
.navbar-header {
	position: relative;
	float: left;
	width: 100%;
	padding: 10px 10px;
	background-color: #373934;
}
.navbar-header:before {
	content: '';
	display: block;
	border: 1px solid rgba(255, 255, 255, 0.3);
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
}
.navbar-toggle {
	margin-right: 0px;
	margin-top: 0px;
	border: 0px;
	margin-bottom: 0px;
}
a.navbar-brand {
	display: block;
	padding: 5px;
}
.navbar-collapse.collapsing, .navbar-collapse.collapse {
	position: static !important;
}
.social-media {
	width: 100%;
	margin-top: 1px;
}
.social-media:after {
	display: none;
}
.social-media:before {
	left: 4px;
	border-left: 1px solid;
	border-color: rgba(255, 255, 255, 0.3);
	z-index: 2;
}
}
/*==========================================
5.Banner
==========================================*/
.banner {
	margin-top: -25px;
}
.what-to-plant {
	background: #6aaf08;
	color: #fff;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	padding: 20px 15px;
	font-size: 24px;
	font-style: italic;
}
.what-to-plant .btn-primary {
	margin: 0px 20px;
	padding: 8px 20px;
	font-size: 16px;
}
@media(max-width:768px) {
.what-to-plant .btn-primary {
	margin-top: 10px;
}
.flex-direction-nav {
	display: none;
}
.flex-caption b {
	font-size: 30px;
	line-height: 35px;
	max-width: 350px;
}
.flex-caption {
	top: 15%;
}
.what-to-plant .btn-primary {
	margin-top: 10px;
	max-width: 160px;
	margin: 10px auto 0px;
	clear: both;
	display: block;
}
}
@media(max-width:640px) {
.flex-caption b {
	font-size: 24px;
	line-height: 35px;
	max-width: 70%;
}
.flex-caption p {
	font-size: 18px;
	line-height: 26px;
	max-width: 100%;
}
}
@media(max-width:480px) {
.banner {
	margin-top: 1px;
}
.flexslider .slides img {
    max-width: 290%;
    width: 290%;
    margin-left: -60%;
}
.flexslider ul li:nth-child(1) img {
	margin-left: -60%;
}
.flex-caption {
	text-align: center;
	top: 5%;
}
.flex-caption b {
	font-size: 24px;
	line-height: 35px;
	max-width: 100%;
	text-align: center;
}
.flex-caption p {
	font-size: 18px;
	line-height: 26px;
	text-align: center;
}
.flexslider ul li:nth-child(2) .flex-caption b, .flexslider ul li:nth-child(2) .flex-caption p, .flexslider ul li:nth-child(2) .flex-caption a {
	text-align: center;
}
.flexslider ul li:nth-child(2) .flex-caption a {
	float: none;
	margin: 0px auto;
	text-align: center;
	display: block;
	max-width: 155px;
	padding: 7px 15px;
}
.flex-caption a {
	padding: 7px 15px;
}
}


.flex-direction-nav a:before {
    margin-top: 3px !important;
}

/*==========================================
6.What you find
==========================================*/

h1.underline {
	background: url(images/title-bg.png) center bottom no-repeat;
	text-align: center;
	font-weight: 500;
	padding-bottom: 35px;
}
h1 span {
	color: #6aaf08;
}
section.find {
	margin: 30px 0px;
}
.offerbox img {
	margin-top: -48px;
	position: relative;
	z-index: 999;
}
.offerbox {
	text-align: center;
	margin-top: 75px;
	padding: 0px 6px;
}
.box-wrap {
	border-top: 5px solid #6aaf08;
	position: relative;
	padding-bottom: 30px;
}
.offerbox:hover .box-wrap {
	background: #efefef;
}
.box-wrap:before, .box-wrap:after {
	content: '';
	display: block;
	width: 0px;
	height: 5px;
	position: absolute;
	top: -5px;
	transition: all 400ms linear;
	background: #003400;
}
.box-wrap:before {
	left: 50%;
}
.offerbox:hover .box-wrap:before {
	width: 50%;
	left: 0px;
}
.box-wrap:after {
	right: 50%;
}
.offerbox:hover .box-wrap:after {
	width: 50%;
	right: 0px;
}
.offerbox h2 {
	font-weight: 500;
	color: #696969;
	font-size: 22px;
}
.offerbox p {
	margin-bottom: 30px;
}
.offerbox:hover .box-wrap img {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
/*==========================================
6.Get Estimate
==========================================*/

.get-estimate {
	margin: 30px 0px;
}
.estimate-wrap {
	background: url(https://gatewayhomeandgardencenter.com/wp-content/uploads/2023/07/bg-estimate-jpg.webp) no-repeat top center;
	background-size: cover;
	padding: 30px 25px;
	float: left;
	width: 100%;
	position: relative;
}
.estimate-wrap:before {
	content: '';
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
	bottom: 10px;
	right: 10px;
	border: dashed 1px #fff;
}
.estimate-text {
	float: left;
	width: 85%;
	margin-top: 5px;
}
.estimate-wrap h1 {
	color: #fff;
	font-size: 24px;
	display: inline-block;
	margin: 7px 0px 0px 0px;
	position: relative;
	z-index: 999;
	font-weight: 700;
}
a.btn.btn-outline-white {
	border: 1px solid #fff;
	color: #fff;
	float: right;
	position: relative;
	z-index: 999;
	font-family: 'Roboto', sans-serif;
}
a.btn.btn-outline-white:hover {
	background: #fff;
	color: #003400;
}
@media(max-width:900px) {
.estimate-wrap {
	text-align: center;
}
.estimate-wrap h1 {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
a.btn.btn-outline-white {
	float: none;
}
}
/*==========================================
7.Gardener Needed
==========================================*/	
.garderner-needed {
	background: url(https://gatewayhomeandgardencenter.com/wp-content/uploads/2023/07/gardener-needed-jpg.webp) left top no-repeat #6aaf08;
	
	overflow: hidden;
}
.needed {
	width: 70%;
	height: auto;
	float: left;
	clear: both;
	background: #6aaf08;
	margin-left: 30%;
	padding: 10px 15px;
	position: relative;
	color: #fff;
}
.needed h1 {
	font-size: 32px;
	font-weight: 700;
}
.needed h2 {
	font-style: italic;
	font-weight: 400;
	margin-top: 10px;
}
.needed:before {
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	border-width: 130px 100px 130px 100px;
	border-style: solid;
	border-color: transparent #6aaf08 #6aaf08 transparent;
	position: absolute;
	left: -200px;
	top: 0px;
}
@media(max-width:1200px) {
.garderner-needed {
	background-size: contain;
}
.needed {
	width: 60%;
	margin-left: 40%;
}
}
@media(max-width:768px) {
.garderner-needed {
	background-size: cover;
}
.needed:before {
	border-color: transparent rgba(106,175,8,0.75) rgba(106, 175, 8, 0.75) transparent;
}
.needed {
	background: rgba(106, 175, 8, 0.75);
	width: 75%;
	margin-left: 25%;
}
}
@media(max-width:480px) {
.needed {
	background: rgba(106, 175, 8, 0.75);
	width: 100%;
	margin-left: 0%;
}
.needed:before {
	display: none;
}
}
/*==========================================
8.Footer
==========================================*/
footer {
	/*background: url(images/footer-bg.jpg) left top no-repeat;*/
	background: url(https://gatewayhomeandgardencenter.com/wp-content/uploads/2023/07/footer-bg-jpg.webp) left top no-repeat;
	background-size: cover;
	padding: 40px 0px 20px;
	color: #cecccc;
	line-height: 28px;
}
footer h6 {
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: 1px solid #5a4b3b;
	color: #fff;
}
.f-box ul {
	padding: 0px;
	margin: 0px;
}
.f-box ul li {
	display: block;
	padding-left: 25px;
	position: relative;
}
.f-box ul li:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f061";
	position: absolute;
	left: 2px;
	top: 9px;
	font-size: 13px;
	color: #6aaf08;
}
footer .f-box a {
	color: #fff;
	display: block;
	margin-bottom: 10px;
}
footer .f-box a:hover {
	color: #6aaf08;
}
.f-box address i {
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
	margin-top: 5px;
}
.f-box address p {
	display: inline-block;
}
.copy {
	margin-top: 40px;
	padding: 20px 0px 0px;
	color: #859b65;
	font-size: 14px;
}
.copy a {
	color: #859b65;
}
.copy a:hover {
	color: #98d540;
}
.f-social {
	text-align: right;
}
.copy .f-social a {
	font-size: 16px;
	padding: 2px 0px 0px;
	color: #859b65;
	border-color: #859b65;
}
.copy .f-social a:hover {
	color: #98d540;
	border-color: #98d540;
}
@media(max-width:768px) {
.copy, .f-social {
	text-align: center;
}
}
/*==========================================
9.Common Inner Page
==========================================*/
section.inner-page {
	padding: 40px 0px;
	border-top: 5px solid #373934;
}
.inner-banner img {
	width: 100%;
}
.page-title {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0px;
	vertical-align: middle;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.page-title h1 {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	border-bottom: 2px solid #034613;
	box-shadow: 0px 1px 0px 0px #ccec70;
}
@media(min-width:640px){
	section.inner-banner {
    margin-top: -25px;
}
	}
/*==========================================
10.Sidebar
==========================================*/
.sidebar .what-to-plant {
	background: url(images/sidebar.png) top left no-repeat #6aaf08;
	background-size: cover;
	border: 10px solid #fff;
	box-shadow: 0px 0px 15px 0px #c1c1c1;
	-webkit-box-shadow: 0px 0px 15px 0px #c1c1c1;
}
.sidebar .what-to-plant .btn-primary {
	display: block;
	max-width: 145px;
	margin: 10px auto 0px;
}
.sidebar .get-estimate {
	margin: 10px 0px;
}
.sidebar .estimate-wrap {
	text-align: center;
}
.sidebar a.btn.btn-outline-white {
	float: none;
	margin-top: 10px;
}
section.quick-links {
	margin: 20px 0px;
}
.quick-links h4 {
	display: block;
	background: #373934;
	color: #fff;
	font-weight: 500;
	padding: 10px 15px;
	margin: 0px;
}
.quick-links ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.quick-links ul li {
	display: block;
	position: relative;
}
.quick-links ul li:before {
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background: #efefef;
	transition: all 400ms linear;
	-webkit-transition: all 400ms linear;
	box-shadow: inset 0px 0px 0px 0px #6aaf08;
}
.quick-links ul a {
	display: block;
	width: 100%;
	padding: 10px 15px 10px 50px;
	background: url(images/list-bg.png) 15px 12px no-repeat;
	border-bottom: 1px solid #fff;
	color: #373934;
	position: relative;
	z-index: 999;
	font-family: 'Roboto', sans-serif;
}
.quick-links ul li:hover:before {
	box-shadow: inset 0px 80px 0px 0px #6aaf08;
}
.quick-links ul li:hover a {
	background: url(images/list-bg.png) 15px -21px no-repeat;
	color: #fff;
}


/*==========================================
11.Blog Page
==========================================*/


ul.newsposts {
    list-style: none;
    padding: 0px;
}


.newsposts li {
    /* box-shadow: 3px 1px 8px 5px #ddd; */
    padding: 2px 15px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    background-color: #f7f7f7;
    transition: all .7s;
    -webkit-transition: all 700ms linear;
    float: left;
    width: 100%;
}

.newsposts li:hover {
    box-shadow: -3px 2px 39px 4px #ececec;
    background-color: #ffffff;
}


a.learn-more:hover {
    background-color: #fff;
    border: 1px solid #5f8c0a;
    color: #4e4e4e;
   
}

a.learn-more {
    color: #ffffff;
    background-color: #b7b7b7;
    padding: 3px 15px;
    border-radius: 9px;
    border: 1px solid #b7b7b7;
   float:left;
}


.btn {
    transition: all .5s;
   -webkit-transition: all 500ms linear;
    
}



/*==========================================
12.Contact page
==========================================*/

.form-control {
    background-color: #f1f1f1;
    border-color: #f1f1f1;
    box-shadow: none;
}

.wpcf7-form .form-group {
    padding-left: 0px;
}

.form-control:focus {
    border-color: #bfe09f;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(40, 165, 0, 0.29);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(5, 181, 35, 0.12);
}

/*============= contact form ============= */



.wpcf7-form-control-wrap {

    display: block;

}

.use-floating-validation-tip span.wpcf7-not-valid-tip {

    background: #ff0000 !important;

    padding: 2px 10px !important;

    color: #fff !important;

    position: absolute;

    top: 2px;

    right: 2px;

    width: 180px;

    border-radius: 5px;

    text-align: center;

}

div.wpcf7-validation-errors {

    background: #DCCE02 !important;

    color: #676001 !important;

    line-height: 25px !important;

    padding: 10px 15px !important;

 margin: 10px 0px 0px !important;

}

div.wpcf7-mail-sent-ok {

    background: #398f14 !important;

    color: #fff !important;

    padding: 10px 15px !important;

    line-height: 22px !important;

    margin: 10px 0px 0px !important;

}

.side img.ajax-loader {

    padding: 4px;

    background: #D9EEFF;

    border-radius: 50%;

    border-top: 0px;

    width: auto !important;

}

.sent .form-control{

    border-color: #3c763d;

    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);

    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);

}

.invalid .form-control.wpcf7-not-valid {

    border-color: #a94442;

    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);

    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);

}

.has-warning .form-control {

    border-color: #8a6d3b;

    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);

    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);

}



@media (max-width:480px){
.form-group.col-xs-6 {
    width: 100%;
}
}


/*============= contact form end =============*/

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
background-color: #6aaf08;
border-color: #6aaf08;
}
ul.kiwi-article-bar.pill.kiwi-article-bar-center{
	text-align:left;
}
ul.kiwi-article-bar.pill.kiwi-article-bar-center li{
	text-align:center;
}
.custom-html-widget img.sidebarcenterImage {
    margin: 10px 0;
    border: 0;
    background: #fff;
    box-shadow: 1px 2px 5px 2px #e2e0d5;
}