/*
 Theme Name:   Reykjavik Child
 Theme URI:    http://femKreations.com/
 Description:  Reykjavik Child Theme
 Author:       Femy Praseeth
 Author URI:   http://femKreations.com
 Template:     reykjavik
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         dark, responsive-layout, accessibility-ready
 Text Domain:  reykjavikchild
*/

/* Intro Widget Styling */
.intro-container{
	border:none;
}
.intro-widgets{
	text-align:center;

}

@media (min-width: 1280px){
	body .site-content-inner {
    	padding-top: 5rem;
	}
}
/* General Spacing styles */
.margin-t-3em{
	margin-top:3em;
}

/* Breadcrumbs section color */
.site-footer .breadcrumbs-container{
	background-color:#000;
}


/* Event archive Styles */
/* hiding the header form the actual themem styles */
.events-archive .intro-media,
.events-archive .intro{
	display:none;
}
/* hiding the event search section from the plugin */
#tribe-events-bar{
	display: none;
}
/* Heading styles in the plugin mimicing the theme styles*/
.tribe-events-page-title  {
    /*padding: 3.09rem 0;*/
    text-align:left;
    font-size:41.888px;
    padding-bottom:5rem;

}
@media (min-width: 1280px){
	body.events-archive .site-content-inner{
		padding-top:5rem;

	}
}
/* hiding the paginatio to previous events on the top */
#tribe-events-header .tribe-events-nav-pagination{
	display:none;
}

/* Making the events calender full width */
.events-list .tribe-events-loop{
	max-width:100%;
}
/* Styling the month name divider */
.tribe-events-list-separator-month{
	text-align:left;
	padding-left:0;
}
.tribe-events-list-separator-month span{
	padding-left:0;
}

#tribe-events-content.tribe-events-list .tribe-events-list-separator-month{
	border-bottom:2px solid #232324;
}
.tribe-events-list-separator-month:after{
	border-bottom:none;
}

/* Style the Find Out More button */
.tribe-events-read-more{
	font-family: 'Raleway', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 20px;
    border: 2px solid #232324;
}
.tribe-events-read-more a{
	 text-decoration:none;
}

/* Styling the event passed notice for past events */
.tribe-events-notices{
	background: #d3d3d4;
    border: 1px solid #d3d3d4;
    color: #232324;
    text-shadow: none;
}

/* Single events page styles */
.events-single .intro{
	display:none;
}
.events-single .tribe-events-back a{
	font-size:20px;
}
@media (min-width: 880px){
	.events-single .content-area{
		max-width:80% !important;
	}
	.events-single .tribe-events-event-image img{
		max-width:50%;
	}
}

@media (min-width: 1280px){
	body.events-single .site-content-inner {
    	padding-top: 5rem;
	}
}


