/*!
Theme Name: Adventure Medics
Theme URI: http://underscores.me/
Author: Adventure Medics
Author URI: http://Adventure%20Medics
Description: Adventure Medics
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: adventure-medics
Tags: Search-Archive*/

/* Search Archive */



.search-results .body-content {
    display: flex;
    margin-top: 24px;
    justify-content: space-between;
}

.search-results  .entry-summary {
    margin-left: 30px;
}

.search-results article {
    margin-bottom: 50px;
}

.search-results article h2 {
    font-size: 30px;
    margin-bottom: 0px;
}

.search-results  .title-archive-section-separator {
    font-size: 40px;
    font-family: "Montserrat",sans-serif;
}

.search-results  .title-archive-section-separator {
    font-size: 40px;
    font-family: "Montserrat",sans-serif;
    border-bottom: solid 1px #d3d3d3;
    margin-bottom: 37px;
	text-transform: uppercase;
}

.search-results p.btn.btn-success a {
    display: inline-block;
    vertical-align: top;
    border: 2px solid #fff;
    background-color: #D0102D;
    color: #fff;
    font-family: "Montserrat",sans-serif;
    font-size: 2.1rem;
    line-height: 1.33333;
    padding: 15px 25px;
    text-transform: uppercase;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    transition: all 0.2s ease-out;
    cursor: pointer;
	position: relative;
    top: 19px;
}

.search-results nav.navigation.posts-navigation {
    display: none;
}

.search-results p.btn.btn-success:hover a{
	background-color: #851828;
    color: #fff;
	transition: all 0.2s ease-out;
}

.search-results h1.search-page-title {
    margin-top: 70px;
    font-size: 40px;
}

.search-results h1.search-page-title span {
	color: #D0102D;
}

@media (max-width: 991px) { 
	
.search-results .body-content {
    display: block;
    margin-top: 24px;
    justify-content: space-between;
}	
	
.search-results .entry-summary {
    margin-left: 0px;
	margin-top: 20px;
	
}
	
.search-results article img{
	width: 100%;	
}

}
/* End Search Archive */

/* Single Post */	

.single-post .featured-image-container img {
	margin-bottom: 5px;
	margin-right: 11px;
	float: left;
}	

.single-post h1.entry-title {
    margin-top: 100px;
}

.single-post .entry-meta {
    margin-bottom: 10px;
}

.single-post footer.entry-footer {
    margin-bottom: 20px;
}

.nav-previous a, .nav-next a {
	display: block;
    vertical-align: top;
    border: 2px solid #fff;
    background-color: #D0102D;
    color: #fff !important;
    font-family: "Montserrat",sans-serif;
    font-size: 1.5rem;
    line-height: 1.33333;
    padding: 15px 25px;
    text-transform: uppercase;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    transition: all 0.2s ease-out;
    cursor: pointer;
	min-height: 75px;
	padding-top: calc( (30px - 9px));
    padding-bottom: calc( (0px - 9px));
}

ul.sub-menu {
    flex-direction: column;
}

@media (max-width: 991px) { 

.single-post .featured-image-container img {
	width: 100% !important;
	float: inherit;
	margin-bottom: 15px;
}
	
.nav-previous a, .nav-next a {
	padding-top: calc( (30px - 16px));
	min-height: 91px;
}	

}
@media (max-width: 767px) { 
.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
    display: block !important;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next{
    text-align: inherit !important;
}	

.nav-previous a, .nav-next a {
	padding: 20px 30px !important;
	min-height: auto;
}		
	
}
	
/* End Single Post */	


/* Hero Image Slider */

.hero-slider-container button.slick-prev, .hero-slider-container button.slick-next.slick-arrow {
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0%, 0%);
    z-index: 1;
}

.hero-slider-container button.slick-next.slick-arrow{
	right: 0px;
}

.hero-slide .text-slider {
    /* padding: 9% 20%; */
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hero-slider-container img {
    width: 100%;
}

.text-slider, .text-slider h1, .text-slider h2, .text-slider h3, .text-slider h4, .text-slider h5  {
    color: #fff;
}

/* End Hero Image Slider */
	
	
/* Single Page Events */

.single-mep_events .mep-default-theme.default_theme div.mep-default-feature-time {
    margin: 0px 0px !important;
}

.single-mep_events .mep-default-content div.mep-default-feature-date-location{
	display: block !important;
}

.single-mep_events .mep-default-theme.default_theme div.mep-default-feature-time {
    margin: 0px 11px;
}

.single-mep_events .mep-event-thumbnail img {
    width: 50%;
    float: left;
    margin-right: 23px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.single-mep_events .mep-default-content div.mep-default-feature-date-location > div, .mep_spring_date > div, .bristol_divided > div {
    -webkit-flex: 1;
    flex: 1;
    margin: 12px 0px;
}

@media (max-width: 991px) { 

.single-mep_events .mep-event-thumbnail img {
    width: 100%;
    float: inherit;
}
	
.single-mep_events .mep-default-content div.mep-default-feature-date-location{
	display: flex !important;
}	
	
.single-mep_events .mep-default-theme.default_theme div.mep-default-feature-time {
    margin: 12px 11px !important;
}	
	
}

@media (max-width: 567px) { 
.single-mep_events .mep-default-content div.mep-default-feature-date-location{
	display: block !important;
}	
	
.single-mep_events .mep-default-theme.default_theme div.mep-default-feature-time {
    margin: 0px 0px !important;
}	
	
}	
/* End Single Page Events */

/* Single Products Page*/

button.single_add_to_cart_button{
	background-color: #D0102D !important;
    transition: all 0.3s ease;
}
button.single_add_to_cart_button,
li.contact-btn a:hover{
	background-color: #851828 !important;
	transition: all 0.3s ease;
}

/*End Single Product Page*/


