.widget_carousel .swiper-wrapper .swiper-slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.swiper-button-next,
.swiper-button-prev {
  top: 50%;
  margin-top: -25px !important;
  width: 50px;
  height: 50px;
  margin: 0;
  display: none;
}
.swiper-button-next {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.swiper-button-prev {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: url('/wp-content/themes/stylepark-2/assets/images/arrow-up-white.svg') no-repeat 50% 50% transparent !important;
    background-size: 40px !important;
    opacity: 0.6 !important;
}

@media (min-width: 992px) {
  .swiper-button-next,
  .swiper-button-prev {
    top: 50%;
    bottom: 50%;
   
  }
    .swiper-button-next.swiper-button-disabled,
    .swiper-button-prev.swiper-button-disabled {
        display: none !important;
    }
}

.swiper-button-next i,
.swiper-button-prev i {
  margin: 13px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    display: none !important;
}

.swiper-button-next.button-prev,
.swiper-button-prev.button-prev {
  left: 0;
  border-radius: 0;
  background-color: transparent;
    background: url('/wp-content/themes/stylepark-2/assets/images/arrow-up-white.svg') no-repeat 50% 50%;
    background-size: 40px;
    opacity: 0.3;
}

.swiper-button-next.button-next,
.swiper-button-prev.button-next {
  right: 0;
  border-radius: 0;
  background-color: transparent;
    background: url('/wp-content/themes/stylepark-2/assets/images/arrow-up-white.svg') no-repeat 50% 50%;
    background-size: 40px;
    opacity: 0.3;
}

.swiper-wrapper .single-post .post__cats {
  position: absolute;
}

.swiper-wrapper .post {
  box-shadow: none;
  padding: 0;
}

@media (min-width: 992px) {
  .swiper-wrapper .post {
    box-shadow: none;
  }
}

.swiper-wrapper .post:hover {
  box-shadow: none;
}

.swiper-wrapper .post .inner {
  width: 100%;
  overflow: hidden;
  border-radius: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  position: relative;
}

.swiper-wrapper .post .inner:hover {
  border-radius: 0;
}

.swiper-wrapper .post .content-wrapper-overflow {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 60px;
  height: 100%;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
  z-index: 1000;
}

@media (min-width: 768px) {
  .swiper-wrapper .post .content-wrapper-overflow {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .swiper-wrapper .post .content-wrapper-overflow {
    padding: 20px 20px 20px 20px;
    border: 1px solid #ececec;
  }
}

@media (min-width: 1600px) {
  .swiper-wrapper .post .content-wrapper-overflow {
    padding: 20px 20px 20px 20px;
    border: 1px solid #ececec;
  }
}



p {
    font-size: 0.875rem !important;
}

hr {
    opacity: .2 !important;
}



.post-content ul li,
.post-content ol li,
.comment-content ul li,
.comment-content ol li,
.entry-content ul li,
.entry-content ol li {
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif !important;
    color: #454545 !important;;
    line-height: 1.6 !important;
    font-size: 0.875rem !important;
    font-weight: 300 !important;
}

.entry-content table {
    border: 1px solid #e5e5e5 !important;
}



footer {
  display: fixed;
  bottom: 0;
}

.entry-content table th,
.entry-content table td {
    border: 1px solid #e5e5e5 !important;
}

.entry-content table thead th {
    border-bottom: 1px solid #e5e5e5 !important;
}

.entry-content table tbody + tbody {
    border-top: 1px solid #e5e5e5 !important;
}

#toTop:hover:before {
    background-color: #457709 !important;
}


h3, .h3-style {
    line-height: 1.5 !important;
    
}

.single-post .post__tags a:before {
    content: '' !important;
   
}

.single-post .post__tags a {
     margin: 0 0 0 5px;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 2px solid #61a60d;
    color: #fff !important;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color:#454545 !important;
    color: #fff !important;
}

button.btn-invert,
input[type="button"].btn-invert,
input[type="reset"].btn-invert,
input[type="submit"].btn-invert {
    background: #454545 !important;
    color: #fff !important;
    border-color: #454545 !important;
}

a.btn.btn-small,
.comment-reply-link.btn-small {
    font-size: 1em !important;
}

a.btn.btn-invert,
.comment-reply-link.btn-invert {
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif !important;
    font-size: 13px !important;;
    letter-spacing: 1px !important;;
}

input[type="text"]:not(.wpcf7-not-valid),
input[type="email"]:not(.wpcf7-not-valid),
input[type="url"]:not(.wpcf7-not-valid),
input[type="password"]:not(.wpcf7-not-valid),
input[type="search"]:not(.wpcf7-not-valid),
input[type="number"]:not(.wpcf7-not-valid),
input[type="tel"]:not(.wpcf7-not-valid),
input[type="range"]:not(.wpcf7-not-valid),
input[type="date"]:not(.wpcf7-not-valid),
input[type="month"]:not(.wpcf7-not-valid),
input[type="week"]:not(.wpcf7-not-valid),
input[type="time"]:not(.wpcf7-not-valid),
input[type="datetime"]:not(.wpcf7-not-valid),
input[type="datetime-local"]:not(.wpcf7-not-valid),
input[type="color"]:not(.wpcf7-not-valid),
select:not(.wpcf7-not-valid),
textarea:not(.wpcf7-not-valid) {
    color: #454545;
}

button,
input[type="submit"],
input[type="reset"] {
    background: #61a60d;
}

@media (min-width: 992px) {
    .comment-respond {
        background: transparent !important;
    }
}

.comment-form .form-submit .submit {
    background: #61a60d !important;
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif !important;
    font-size: 13px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
}

.comment-form .form-submit .submit:hover {
    background: #454545 !important;
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif !important;
    font-size: 13px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
}

#mc_embed_signup.signup-submit input[type="email"] {
    border: 1px solid #ededef;
}

#mc_embed_signup input[type="email"] {
    color: #979797;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

@media (min-width: 980px) and (max-width: 1200px) {
    .main-navigation ul.menu > li > a {
        font-size: 10px !important;
    }
}

@media screen and (min-width: 601px) {
    .main-navigation ul.menu > li > a {
        font-size: 0.88em !important;
		    padding-left: 15px;
		
    }
}
@media (min-width: 980px) and (max-width: 1200px) {
    .main-navigation ul.menu > li.menu-item-search .search-form__hidden-open i {
        font-size: 0.8125em !important;
    }
}

/*--------------------------------------------------------------
## Paginations
--------------------------------------------------------------*/

.pagination .page-numbers {
    color: #fff !important;
}

.style_park-smartslider__instance .sp-content {
    max-width: 750px !important;
}

.widget_pages ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a {
    font-size: 0.7857142857142857em !important;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
body {
    line-height: 1.8 !important;
    font-size: 0.875rem !important;
}

#primary,
#sidebar-primary,
#sidebar-secondary {
    padding: 0 20px 0 20px !important;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

.site-logo {
    max-width: 160px;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

@media (min-width: 992px) {
    .post-list__item-content .post-content-overflow {
        0px 20px 30px 0px !important;
    }
}

.posts-list__item a {
    font-size: 21px !important;
    font-weight: 400 !important;
    text-decoration: underline !important;
	line-height: 35px !important;
}

.posts-list__item .btn__text:hover {
    padding: 20px 40px 20px 40px !important;
    color: #ffffff !important;
    background-color: #454545 !important;
    font-size: 13px !important;
    letter-spacing: 1px !important;
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif !important;
}

.posts-list__item .btn__text {
    padding: 20px 40px 20px 40px !important;
    color: #ffffff !important;
    background-color: #61a60d !important;
    font-size: 13px !important;
    letter-spacing: 1px !important;
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif !important;
}


.pagination {
     padding-top: 80px;
}

.pagination .nav-links .page-numbers.next, .pagination .nav-links .page-numbers.prev {
    background: #61a60d !important;
    color: #ffffff;
}

.entry-meta span {
    text-transform: uppercase;
    font-size: 11px;
}
.entry-footer .entry-btn {
    margin: 15px 0 0 -26px;
    text-align: left;
}

.posts-list .entry-meta {
    margin: 0px 0 0 !important;
}

.posts-list .posts-list__item.page.type-page .post-content-overflow,
.posts-list .post_format-post-format-audio .post-content-overflow,
.posts-list .post_format-post-format-quote .post-content-overflow,
.posts-list .post_format-post-format-video .post-content-overflow,
.posts-list .post_format-post-format-gallery .post-content-overflow,
.posts-list .format-standard.no-thumb .post-content-overflow {
    position: relative;
    display: block;
    text-align: left !important;
	padding-top: 45px;

}

.entry-content > *:last-child > *:last-child {
    margin-bottom: 0;
    font-size: 14px;
}

.entry-header .entry-title:first-child {
    margin-top: 0px !important;
}


.site-content > .container {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}

.entry-meta span:first-child {
    margin-left: 0 !important;
}

.post .material-icons, .entry-meta, .entry-meta a, .posts-list .entry-summary, .posts-list .entry-content {
    font-size: 11px !important;
    
}


.entry-title {
    text-align: left;
}

.entry-title {
    text-align: left;
}

.posts-list .entry-meta {
     text-align: left;
}

.post-list__item-content .post-content-overflow {
    padding: 20px 0 0 20px;
}


.ssba, .ssba a {
     margin-top: 25px;
}

.entry-title a:hover {
    text-decoration: underline !important;
}



.post__cats a {
    background-color: #fff !important;
    color: #00b3e3 !important;
    text-decoration: none;
    line-height: 22px;
    line-height: 10px;
    padding: 9px 30px 11px 0;
    margin-top: 20px;
    font-weight: 300 !important;
    font-size: 14px !important;
    margin-left: 5px;
}

.entry-title {
    margin: 5px 0 0px;
}

.post .material-icons, .entry-meta, .entry-meta a, .posts-list .entry-summary, .posts-list .entry-content {
    text-decoration: none !important;
	margin-left: 0px;
	text-transform: uppercase;
        
}

h5, .h5-style {
    line-height: 1.6 !important;
    }
    
    .style_park-smartslider__instance .navigation-wrap .sp-arrows .sp-arrow {
     font-size: 30px !important;
    font-weight: 200 !important;
	max-width: 20px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.not-found {
    background-color: transparent !important;
}

.career-contact-link {
    font-size: 14px !important;
}

/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/


.field-wrap, #ninja_forms_required_items {
    padding-top: 20px;
}

.ninja-forms-form-wrap *, .ninja-forms-form-wrap *:after, .ninja-forms-form-wrap *:before {
    padding-top: 12px;
}

.ninja-forms-form-wrap input, .ninja-forms-form-wrap select, .ninja-forms-form-wrap textarea {
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif !important;
    letter-spacing: 1px;
    font-size: 14px !important;
	padding: 10px 40px 10px 40px;
}

.gform_wrapper .gform_footer {
    margin: 26px 17px 0 !important;
    
}


.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 1em;
    width: auto;
    margin: 0 16px 0 0;
	padding: 10px 40px 10px 40px;
	font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif !important;
}

.gform_wrapper .gfield_radio li label {
    margin: 2px 0 0 14px !important;
}

body .gform_wrapper ul li.gfield {
    padding-top: 20px;
}

.gform_wrapper label.gfield_label {
    font-size: 0.875rem;
    color: #454545;
    font-weight: bold;
    line-height: 55px;
    padding-bottom: 4px;
}

.gform_wrapper ul.gform_fields li.gfield:before {
    content: '';
}


.gform_wrapper ul.gfield_checkbox li:before, .gform_wrapper ul.gfield_radio li:before {
    content: '';
}

/* -----------------------------------------------------------

Mobile Summit styles

-----------------------------------------------------------*/

div.summit-header {
    width: 100%;
    height: 460px;
    background: url('https://storage.googleapis.com/kochava-web/2017/02/mobile-summit-header-Updated.jpg') 0 -30px no-repeat;
    background-size: cover;
    transition: 0.4s cubic-bezier(1, -1, 0, 2);
    -webkit-clip-path: inset(0 0);
    clip-path: inset(0 0);
    position: relative;
}
div.summit-header img.summit-logo {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    top: -10px;
    right: 0;
}

div.summit-header .invite-button {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    top: 310px;
    right: 0;
    width: 240px;
}

div.summit-header .btn {
    font-size: 13px;
    padding: 15px 50px;
    color: #fff;
    border: 2px solid #fff;
    letter-spacing: 1px;
    transition: 300ms all !important;
    cursor: pointer !important;
}

div.summit-header .btn:hover {
    background-color: #61a60d;
    border: 2px solid #61a60d;
    cursor: pointer !important;
}

div.summit-header .btn-large {
    margin: 7px 0 9px;
    background: transparent;
}

.container.mobile-summit {
    margin-top: 0 !important;
}

@media screen
    and (max-width: 33.125em) {
    div.summit-header img.summit-logo {
        width: 90%; 
        top: -100px;
    }
    .container.mobile-summit .entry-content .grouping-top-margin {
        margin-top: -10px !important;
    }
}

/* Hide Back To Top button on home page */
body.home a#toTop {
    visibility: hidden;
}

/*.sp-selected[data-index="0"] a.btn {
display: none !important;
}*/