/*
Theme Name: Platte County Republican Central Committee
Description: Child theme for Jevelin theme
Version: 1.0.5
Author: GMS Designworks
Author URI: https://www.gmsdesignworks.com
Template: jevelin
*/

/* Add your custom CSS below */

/* general */
.home #wrapper {
    padding-top: 47px;
}
#wrapper > .sh-page-layout-default {
    padding: 90px 0px;
}
p,
ol,
ul {
    margin: 0 0 25px 0;
}
input[type=text],
input[type=password] {
    min-height: 32px;
    width: 100%;
    max-width: none;
    padding: 0px 20px;
    line-height: 48px!important;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    color: #8d8d8d;
    display: block;
    margin-bottom: 10px;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: auto;
    height: auto;
    vertical-align: baseline;
}
input[type=date] {
	background-color: #fff;
}
.btn {
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 100px;
    line-height: 50px;
    padding: 0 30px;
    transition: all 0.3s ease-in-out;
	border: none;
}
.btn,
.btn:active,
.btn:focus {
	outline: 0 !important;
	box-shadow: none;
}
.sh-button-xlarge .sh-button-text {
    font-size: 13px;
    text-transform: uppercase;
}

/* icon box */
.gms-icon-box:hover .sh-image-hover {
	opacity: 1;
}
.gms-icon-box a {
	color: #505050;
}

/* navigation */
.header-contacts.mobile {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 10px 15%;
}
.header-contacts.mobile .header-contacts-item {
    float: left;
}
.header-contacts.mobile .header-social-media {
    float: right;
}
#page-container .sh-sticky-mobile-header,
body.admin-bar #page-container .sh-sticky-mobile-header {
	position: absolute !important;
	top: 47px;
    margin-top: auto !important;
}
body #page-container .sh-sticky-mobile-header.gms-sticky {
    position: fixed !important;
}
.sh-header-top.sh-header-top-2 a {
	color: #fff;
}
.sh-nav li.menu-item {
    padding: 0 10px;
}
.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) {
    background-color: rgba(0,0,0,.5) !important;
}
.sh-header .sh-nav > li.menu-item.nav-contribute > a {
    padding-left: 10px;
    padding-right: 10px;
	transition: padding 0.3s ease-in-out, background-color .2s ease !important;
}

/* page title */
.sh-titlebar .titlebar-title h1,
.sh-titlebar .titlebar-title h2 {
    font-size: 36px;
    font-weight: 400;
}

/* sidebar widgets */
.sh-social-widgets-item {
    width: 35px;
    height: 35px;
}

/* login form */
body #loginform span.show-pass:after,
body #profile-form span.show-pass:after,
body #resetpassform span.show-pass:after {
    width: 50px;
    height: 50px;
    line-height: 50px;
}
input[type=password] {
    padding-right: 50px;
}

/* events */
#tribe-events-pg-template {
    max-width: none;
    padding: 0;
}
.tribe-events-notices {
    padding: 12px;
    color: #fff;
    text-shadow: none;
}
.tribe-events-cal-links a:nth-of-type(1) {
	padding-left: 0;
}
.single-tribe_events .tribe-events-single .tribe-events-event-meta {
    width: 100%;
}
.single-tribe_events .tribe-events-single .tribe-events-event-meta .tribe-events-meta-group:nth-of-type(even) {
	margin-right: 0;
}
.tribe-events-event-meta dd[class$=url] {
	margin-top: 4px;
}
.sh-timeline-2 .sh-timeline-box-right .sh-timeline-date {
    right: -105%;
}
.tribe-events-meta-group.tribe-events-meta-group-venue {
	width: 100%;
    margin-right: 0;
}
.tribe-events-venue-map {
    width: 100%;
    height: 300px;
    margin-top: 0;
}
#mapbox-map {
	height: 300px;
    max-height: none;
}
.map-marker {
	display: none;
	position: relative;
	width: 50px;
	height: 50px;
	background-image: url('img/map-marker.png');
	background-size: cover;
}
#tribe-events-footer {
	padding-bottom: 0;
}
#tribe-events-footer .tribe-events-sub-nav {
	margin-bottom: 0;
}
.tribe-events-single a {
	border-bottom-width: 0 !important;
}

/* woocommerce */
.header-social-media #pcrcc-shopping-cart {
    position: relative;
}
.header-social-media #pcrcc-shopping-cart .cart-total {
    position: absolute;
    top: -5px;
    right: -10px;
    width: 18px;
    height: 15px;
    line-height: 14.5px;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    background-color: #fff;
    border-radius: 15px;
}
.woocommerce a.button {
    border-radius: unset !important;
}
.woocommerce ul.products li.product .add_to_cart_button.added,
.woocommerce ul.products li.product .add_to_cart_button.added:hover {
	background-color: green;
	color: #fff !important;
}
.woocommerce ul.products li a.added_to_cart.wc-forward {
    position: relative;
    width: 100%;
    padding: 20px 30px!important;
    line-height: 1!important;
    font-size: 13px;
    font-weight: 700;
    background-color: green !important;
    color: #fff !important;
    float: none;
    text-transform: uppercase;
    border-radius: unset !important;
}
.woocommerce ul.products li a.added_to_cart.wc-forward:after {
    font-family: 'simple-line-icons';
	content: "\e080";
    padding-left: 15px;
    padding-right: 15px;
    line-height: 0;
    margin-left: 0;
    vertical-align: middle;
    position: relative!important;
    top: -2px;
    right: 0;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
}
.cart-empty.woocommerce-info {
	display: none;
}

/* map gallery */
.map-gallery .sh-text-block p:last-child {
	margin-bottom: 45px;
}
.map-gallery .fw-row:last-child .sh-text-block p:last-child {
	margin-bottom: 0;
}
.map-gallery .sh-text-block img {
	margin-bottom: 0;
}
.map-gallery .sh-text-block span {
    width: 100%;
    display: inline-block;
}

/* footer */
.sh-copyrights-text p {
    line-height: normal;
}

/* footer widgets */
.sh-footer .sh-footer-widgets .sh-social-widgets a {
    width: 35px;
    height: 35px;
}
.sh-social-widgets-item i {
    line-height: 35px;
}

/* responsive */
@media only screen and (max-width: 1250px) {
	/* logo */
	.sh-sticky-header-active .sh-sticky-logo,
	.primary-desktop-light .sh-header:not(.sh-sticky-header-active) .header-logo .sh-light-logo,
	.header-logo img {
		max-width: 200px;
	}
}
@media only screen and (max-width: 1026px) {
	#page-container .sh-sticky-mobile-header.gms-sticky {
		top: 0 !important;
	}
	body.admin-bar #page-container .sh-sticky-mobile-header.gms-sticky {
		top: 32px !important;
	}
	.sh-titlebar {
		margin-top: 47px;
	}
}
@media only screen and (max-width: 800px) {
	#slider-3-slide-7-layer-20 {
		font-size: 30px !important;
		line-height: 30px !important;
	}
}
@media only screen and (max-width: 782px) {
	body #page-container .sh-sticky-mobile-header.gms-sticky,
	body.admin-bar #page-container .sh-sticky-mobile-header.gms-sticky {
		top: 0 !important;
	}
	body.admin-bar .sh-titlebar {
		margin-top: 47px;
	}
}