





.before-footer-social {
    text-align: center;
    background: #fff;
    padding: 8px 0;
}

.before-footer-social svg {
    position: relative;
    top: 3px;
    padding: 5px;
}

.wplogout-social-footer-fb {
    fill: rgba(59, 89, 152, .8);
}

.wplogout-social-footer-fb:hover {
    fill: rgba(59, 89, 152, 1);
}

.wplogout-social-footer-tw {
    fill: rgba(29, 161, 242, .8);
}

.wplogout-social-footer-tw:hover {
    fill: rgba(29, 161, 242, 1);
}

.wplogout-social-footer-pin {
    fill: rgba(189, 8, 28, .8);
}

.wplogout-social-footer-pin svg:hover {
    fill: rgba(189, 8, 28, 1);
}

.wplogout-social-footer-ig {
    fill: rgba(228, 64, 95, .8);
}

.wplogout-social-footer-ig svg:hover {
    fill: rgba(228, 64, 95, 1);
}

.wplogout-social-footer-yt {
    fill: rgba(205, 32, 31, .8);
}

.wplogout-social-footer-yt svg:hover {
    fill: rgba(205, 32, 31, 1);
}

.wplogout-social-footer-ld {
    fill: rgba(0, 119, 181, .8);
}

.wplogout-social-footer-ld svg:hover {
    fill: rgba(0, 119, 181, 1);
}

.wplogout-social-footer-wa {
    fill: rgba(37, 211, 102, .8);
}

.wplogout-social-footer-wa svg:hover {
    fill: rgba(37, 211, 102, 1);
}

.wplogout-social-footer-em {
    fill: rgba(51, 51, 51, .8);
}

.wplogout-social-footer-em svg:hover {
    fill: rgba(51, 51, 51, 1);
}

.wplogout-social-footer-rss {
    fill: rgba(238, 128, 47, .8);
}

.wplogout-social-footer-rss svg:hover {
    fill: rgba(238, 128, 47, 1);
}










/* After Post Social Share Design by web insights*/

.webinsights-social-wrapper {
    margin: 30px 0;
    font-size: 0;
}

.webinsights-social-wrapper span {
    font-weight: bold;
    padding-right: 10px;
    font-size: 16px;
}

.webinsights-social-sharing {
    font-size: 17px;
    padding: 7px 20px;
}

@media only screen and (max-width: 600px) {
    .webinsights-social-sharing {
        font-size: 17px;
        padding: 6px 17px;
        display: inline-block;
    }
	.webinsights-social-wrapper {
    margin: 30px 0px;
    font-size: 0;
}


}

.webinsights-social-sharing svg {
    position: relative;
    top: 0.15em;
    display: inline-block;
}

.webinsights-social-sharing:first-of-type {
    border-radius: 100px 0 0 100px;
}

.webinsights-social-sharing:last-of-type {
    border-radius: 0 100px 100px 0;
}

.webinsights-social-facebook {
    fill: #fff;
    background-color: rgba(59, 89, 152, 1);

}

.webinsights-social-facebook:hover {
    background-color: rgba(59, 89, 152, .8);
}

.webinsights-social-twitter {
    fill: #fff;
    background-color: rgba(29, 161, 242, 1);
}

.webinsights-social-twitter:hover {
    background-color: rgba(29, 161, 242, .8);
}

.webinsights-social-pinterest {
    fill: #fff;
    background-color: rgba(189, 8, 28, 1);
}

.webinsights-social-pinterest:hover {
    background-color: rgba(189, 8, 28, .8);
}

.webinsights-social-linkedin {
    fill: #fff;
    background-color: rgba(0, 119, 181, 1);
}

.webinsights-social-linkedin:hover {
    background-color: rgba(0, 119, 181, .8);
}

.webinsights-social-whatsapp {
    fill: #fff;
    background-color: rgba(37, 211, 102, 1);
}

.webinsights-social-whatsapp:hover {
    background-color: rgba(37, 211, 102, .8);
}

.webinsights-social-reddit {
    fill: #fff;
    background-color: rgba(255, 87, 0, 1);
}

.webinsights-social-reddit:hover {
    background-color: rgba(255, 87, 0, .8);
}








/* Entire Site Social Share Design by web insights*/

.webinsights-float-social-wrapper {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
}

.webinsights-float-social-sharing {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
    min-height: 30px;
    font-size: 12px;
    padding: 14px 10px;
}


.webinsights-float-social-sharing:first-of-type {
    border-top-right-radius: 10px;
}

.webinsights-float-social-sharing:last-of-type {
    border-bottom-right-radius: 10px;
}

.webinsights-social-facebook {
    fill: #fff;
    background-color: rgba(59, 89, 152, 1);
}

.webinsights-social-facebook:hover {
    background-color: rgba(59, 89, 152, .8);
}

.webinsights-social-pinterest {
    fill: #fff;
    background-color: rgba(189, 8, 28, 1);
}

.webinsights-social-pinterest:hover {
    background-color: rgba(189, 8, 28, .8);
}

.webinsights-social-whatsapp {
    fill: #fff;
    background-color: rgba(37, 211, 102, 1);
}

.webinsights-social-whatsapp:hover {
    background-color: rgba(37, 211, 102, .8);
}



/* GeneratePress Site CSS */ /* top bar menu spacing */

.top-bar .widget_nav_menu li {
	margin: 5px 15px;
}

/* no top bar on mobile devices */

@media (max-width: 768px) {
  .top-bar {
    display: none;
  }
}

/* category menu hover lines */

.main-navigation .menu > .menu-item > a::after {
    content: "";
    position: absolute;
    right: 50;
    left: 50%;
    color: var(--accent-button);  
    top: 8px; 
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    width: 0;
    height: 2px; 
    background-color: currentColor;
    transition: 0.3s width ease;
}

.main-navigation .menu > .menu-item > a:hover::after,
.main-navigation .menu > .menu-item > a:focus::after,
.main-navigation .menu > .current-menu-item > a::after{
    width: 40px; 
    color: var(--accent-button);  
}

/* post meta size */

.post-meta {
	font-size: 14px;
}

.entry-meta {
	font-size: 14px;
}

/* wpsp meta spacing */

.wp-show-posts-entry-meta {
	margin-top: 5px;
}

/* wpsp space between post on mobile */

.wp-show-posts-image {
	margin-top: 20px;
}

/* center footer widgets */

.inside-footer-widgets {
    text-align: center;
}

/* mailchimp form styling */

.mc4wp-form-fields  {
    text-align: center;
}

.mc4wp-form input[type=text], .mc4wp-form input[type=email] {
	background-color: var(--base-3);	
	line-height: 30px;
  border: 1px solid var(--accent-button);
	border-radius: 0px;
	margin: 2px;
}
 
.mc4wp-form input[type=submit] {
	line-height: 30px;
	border: 1px solid var(--accent-button);
  border-radius: 0px;
	margin: 2px;
  transition: all 0.5s ease 0s;
}

@media (max-width: 768px) {
.mc4wp-form input[type=text], .mc4wp-form input[type=email], .mc4wp-form input[type=submit] {
		width: 100%;
	}
}

/* sidebar mailchimp form full width */

.widget .mc4wp-form input[type=text],
.widget .mc4wp-form input[type=email],
.widget .mc4wp-form input[type=submit] {
	width: 100%;
}

/* lightweight social icons */

.lsi-social-icons li a, .lsi-social-icons li a:hover {
padding: 0px !important;
margin: 10px 6px 0px 6px !important;
}
 /* End GeneratePress Site CSS */