/*
Theme Name:     Gridlove Child
Theme URI:      http://mekshq.com
Description:    Child theme for Gridlove theme
Author:         meks
Author URI:     http://mekshq.com
Template:       gridlove
Version:        0.1.0
*/

/*Menu top-bar*/
.gridlove-header-top li {
    margin: 0 0 0 15px;
}

.gridlove-site-date {
    font-size: 14px;
    color: #020202;
}

/*Site description*/
.gridlove-site-description {
    margin-top: 20px;
    font-size: 14px;
}

/*Subscription in top-bar*/
.menu-item-7419 {
		display: inline-block;
		line-height: 10px;
		font-size: 10px;
		text-transform: uppercase;
		pointer-events: auto;
		color: #FFFFFF;
}

.menu-item-7419 a {
		color: #FFFFFF;
		background-color: #b10024;
		padding: 0 11px 0 11px;
		border-radius: 20px;
}

.menu-item-7499 a {
		color: #FFFFFF;
		background-color: #b10024;
		padding: 0 11px 0 11px;
		border-radius: 20px;
		height: 30px;
		margin-left: 20px;
		margin-top: 9px;
		line-height: 30px;
		font-weight: 400;
}

/*Menu customisations*/
	
.gridlove-header-bottom {
		border-top: 1px solid #f7f3ec;
		border-bottom: 1px solid #f7f3ec;
}

.colleges-menu-item a:link {
	margin-left: 0;
}

.colleges-menu-item:hover {
	color: #b10024;
	margin-left: 1px;
}

.colleges-menu-item:active {
	color: #b10024;
}

.colleges-menu-item:hover::after {
	color: #b10024;
	margin-left: -10px;
}

.colleges-menu-item::after {
	content: "\f107";
	font-family: "FontAwesome";
	vertical-align: middle;
	color: #756b5b;
	margin-left: -10px;
}

.centres-menu-item a:link {
	margin-left: 0;
}

.centres-menu-item:hover {
	color: #b10024;
}

.centres-menu-item:hover::after {
	color: #b10024;
	margin-left: -10px;
}

.centres-menu-item::after {
	content: "\f107";
	font-family: "FontAwesome";
	vertical-align: middle;
	color: #756b5b;
	margin-left: -10px;
}

#menu-item-7415 ::after {
	content: " \f08e";
	font-family: "FontAwesome";
	font-size: 0.6rem;
	padding-left: 0.15REM;
	color: #756b5b;
}

.menu-item-category a:link {
    font-weight: 400;
    color: #756b5b !important;
}

.menu-item-category a:hover {
    font-weight: 400;
    color: #b10024 !important;
}

.gridlove-main-nav a {
    -webkit-transition: none;
	transition: none;
}

/* Sticky menu */

.gridlove-header-sticky, .gridlove-header-sticky a {
		color: #756b5b;
		font-weight: 400;
}

/*Removing all post shadows*/
.gridlove-box {
    box-shadow: none;
}

/*Adding shadow on featured posts only*/
.gridlove-highlight {
    box-shadow:0 0px 20px #D8C7A5;
}

/*Category styling on all posts*/
.gridlove-cat {
    color: #020202;
    background-color: #f7f3ec;
}

.gridlove-format-icon {
    background: #b10024;
    color: #FFFFFF;
}

/*Hover category styling on all posts*/
.gridlove-cover-content .entry-category a:hover,
.entry-category a:hover,
.gridlove-post-a .entry-category a:hover {
    background-color: #d8c7a5;
    color: #020202;
}

/* Tag styling on posts */
.entry-tags a {
    background: #F7f3ec;
    color: #020202;
}
	
.entry-tags a:hover {
    background: #D8C7A5;
	  color: #020202;
}

/*Remove vignetting on featured image on pages*/
.gridlove-cover-1 .gridlove-cover-bg .gridlove-cover:before,
.gridlove-cover-bg .gridlove-cover:before{
  width: 0%;
  background: none;
}
.gridlove-cover-1 .gridlove-cover-bg .gridlove-cover:after,
.gridlove-cover-bg .gridlove-cover:after{
  width: 0%;
  background: linear-gradient(to left, #c8b182, none);
}
.gridlove-cover-area .gridlove-cover-bg img {
  opacity: 1;
}

.gridlove-hidden-overlay {
    opacity: .75;
}

/* Posts */
.gridlove-highlight {
    background: #FFFFFF;
    color: #020202;
}
/* Curved corners on all posts */
.gridlove-post {
    border-radius: 6px;
}

/* Entry-meta */
.gridlove-post-b .box-col-b:only-child .entry-meta span, .gridlove-post-b .box-col-b:only-child .meta-item, .meta-item.meta-views,
.meta-item.meta-date, span.updated,
.meta-item.meta-rtime {
		color: #020202;
}

/* Tracking */
.entry-title {
    letter-spacing: -.025rem;
}

body {
    letter-spacing: -.025rem;
}

/* Header to the top of the browser frame */
.style {
    top: 0px;
}

    /*Cover slider author and reading-duration metadata styling*/
        .gridlove-cover-content .entry-meta {
        position: absolute;
        bottom: 30px;
        z-index: 100;
}

/* TYPOGRARPHY */

.mks_separator {
    margin: 20px 0 28px !important;
}

/*Menu styling*/
.gridlove-main-navigation {
    text-transform: capitalize;
    font-size: 1.1rem;
}

/* Drop down styling */
.gridlove-header-sticky .sub-menu,
.gridlove-header-bottom .sub-menu,
.gridlove-action-search .sub-menu {
    background-color: #ffffff;
    border-radius: 0 0 16px 16px;
    width: 295px;
}

/* Table styling */

h5 {
	margin-bottom: 0;
	padding-bottom: 0;
}

td p {
    margin: 0 0 4px !important;
}

td {
    vertical-align: top;
}

.sub-menu form {
    padding: 15px;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 0 0 16px 16px;
}

.gridlove-header-sticky > li > a:hover,
.gridlove-header-bottom .gridlove-main-nav > li > a:hover {
    color: #b10024;
}

/*Keep close search icon on transparent background*/
.gridlove-header-sticky .active>span, 
.gridlove-header-sticky>li.menu-item-has-children:hover>a,
.gridlove-header-bottom .active>span, 
.gridlove-header-bottom .gridlove-main-nav>li.menu-item-has-children:hover>a {
    background-color: transparent;
}

/*Search button styling*/
input.gridlove-button-subscribe, 
.sub-menu .gridlove-button-search {
    text-transform: capitalize;
    line-height: inherit;
    text-align: center;
    vertical-align: top;
    font-size: 16px;
    width: auto;
    height: 40px;
    border-radius: 8px 8px 8px 8px;
    display: inline-block;
    margin-top: 0;
    margin-left: 0;
    padding: 0 10px 0 10px;
}

.gridlove-load-more a {
    text-transform: capitalize;
    text-align: center;
    vertical-align: top;
    font-size: 16px;
    min-width: auto;
    width: auto;
    border-radius: 8px 8px 8px 8px;
    display: inline-block;
    margin-top: 0;
    margin-left: 0;
    padding: 0 16px 0 16px;
}

.submit, .gridlove-button, input[type="submit"], .gridlove-button-search {
    color: #FFF;
    background-color: #b10024;
    border-radius: 4px;
    font-size: .9rem;
    text-transform: initial;
    font-weight: normal;
}
	
/*Search field styling*/
.gridlove-subscribe-form email,
input[type="email"],
.gridlove-search-form input {
    width: 181px;
    margin-right: 10px;
    height: 40px;
    border-radius: 4px;
    font-size: 1rem;
}

label {
    margin-right: .5rem;
}

/*Hide other search bar in search results*/
.gridlove-search-form {
    display:none;
}
/* "Explore all..." tag in category pages*/

.module-title {
	justify-content: flex-start;
}

.gridlove-action-link, .tribe-events-widget-link {
	position: relative;
}

a.gridlove-action-link:link {
    display: inline;
		color: #756b5b;
		text-transform: initial;
	  font-size: 1.1rem;
 		line-height: 28px;
		background: transparent;
}

a.gridlove-action-link:hover {
	background: transparent;
	color: #b10024;
}

a.gridlove-action-link:link::after {
	content: "\f105";
	font-family: "FontAwesome";
	color: #756b5b;
	vertical-align: middle;
	padding-left: 0.35REM;
}

a.gridlove-action-link:hover::after {
	content: "\f105";
	font-family: "FontAwesome";
	color: #b10024;
	vertical-align: middle;
	padding-left: 0.35REM;
}

/* "Explore all..." for events */

a.tribe-events-widget-link:link {
    display: inline;
		color: #756b5b;
		text-transform: initial;
	  font-size: 1.1rem;
 		line-height: 28px;
		background: transparent;
}

a.tribe-events-widget-link:hover {
	background: transparent;
	color: #b10024;
}

a.tribe-events-widget-link:link::after {
	content: "\f105";
	font-family: "FontAwesome";
	color: #756b5b;
	vertical-align: middle;
	padding-left: 0.35REM;
}

a.tribe-events-widget-link:hover::after {
	content: "\f105";
	font-family: "FontAwesome";
	color: #b10024;
	vertical-align: middle;
	padding-left: 0.35REM;
}

/*Search results rounded corner styling*/
.gridlove-box {
    box-shadow: none;
    border-radius: 8px;
}

/* Mailchimp subscription */
label {
    margin-bottom: .5rem;
}

/* Image captions */
.gallery-caption, .wp-caption-text {
    border-radius: 10px 0px 0 0;
}

/*Event list styling*/
.gridlove-text-module-content.gridlove-box {
    padding: 30px;
    display: inline-block;
}

.gridlove-text-module-content p a {
    display: inline-block;
    color: #020202;
    background-color: #f7f3ec;
    margin-bottom: 2px;
    height: auto;
    font-size: 10px;
    line-height: 10px;
    padding: 7px 11px 6px;
    border-radius: 20px;
    margin-right: 5px;
    text-transform: uppercase;
    pointer-events: auto;
    vertical-align: top;
    border: none;
}

.tribe-events-notices {
    background: #ffebec;
    border-radius: 8px;
    border: none;
    color: #b10024;
    margin: 10px 0 18px;
    padding: 8px 35px 8px 14px;
    text-shadow: none;
}
ul.tribe-events-sub-nav {
	display: none;
}

.tribe-events-back {
	display: none;
}

.tribe-events-list-widget .tribe-list-widget {
    margin-left: 0;
    padding-left: 0;
}

.tribe-events-list-widget .tribe-events-list-widget-events {
    padding: 0 24px;
    padding: 0;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.tribe-events-list-widget-events .tribe-event-title {
	font-size: 16px;
}

.tribe-events-list-widget-events .tribe-event-duration {
	font-size: 12px;
}

.tribe-events-list-widget-events .tribe-event-duration::before {
	font-size: 12px;
	font-family: "FontAwesome";
  margin-right: 2px;    
	content: "\f133";
}

/* Featured event
.tribe-events-list-widget .tribe-event-featured {
	background: transparent;
}

.tribe-events-list-widget .tribe-event-featured .tribe-event-title a {
    color: #b10024;
}

.tribe-events-list-widget .tribe-event-featured .tribe-event-title a:hover {
    color: #740005;
}

.tribe-events-list-widget .tribe-event-featured .tribe-event-duration {
    color: #020202;
}
	
Featured event image */
.tribe-events-list-widget .tribe-event-featured .tribe-event-image {
		margin: 0;
	border-radius: 4px;
}

.entry-content p a, .entry-content ul a, .entry-content ol a  {
	border: none;
	color: #b10024;
}

.tribe-events-before-html {
	margin-top:-10px;
}

.entry-content p a:hover, .entry-content ul a:hover, .entry-content ol a:hover  {
		border: none;
		color: #740005;
}

/*Next blog post buttons*/
.gridlove-pn-ico, .gridlove-author-links .fa-link {
    background: #f7f3ec;
}

/*Footer*/
.gridlove-footer > .container:after {
    display: none;
}

.gridlove-copyright {
    background-color: #1f0001;
}

/*Colleges module on College landing pages*/
.college-module {
    background-color: aqua;
}

.college-centre-category-brandmark {
    margin-bottom: 10px;
    display: inherit;
}

.college-centre-category-title {
    float: left;
    margin-top: 10px;
}

.swp_social_panel a:link {
	cursor: pointer !important;
	color: #FFFFFF !important;
}

/* Subscription form styling */
input[type="text"], select, textarea {
	margin: 0 0 10px 0px;
}

mc4wp-form-fields {
	cursor: normal;
}

/* Author box */

.saboxplugin-wrap {
	border-top: 1px solid rgba(2,2,2,0.1);
	border-left: none;
	border-right: none;
	border-bottom: 1px solid rgba(2,2,2,0.1);
}

.saboxplugin-desc {
    padding-bottom: 15px;
}

/* Social buttons */

.swp_social_panel::before {
	float: left;
	content: '';
	padding-right: 10px;
}

.swp_social_panel {
		display: inherit;
}

.saboxplugin-wrap .saboxplugin-authorname a:link {
	font-weight: 700;
}

.saboxplugin-wrap .saboxplugin-authorname a:hover {
	color: #740005;
}

div.swp_social_panel .nc_tweetContainer {
    -webkit-border-radius: 4px;
	border-radius: 4px;
}

.all-posts-module .module-header .module-title::after {
	content: "Filter posts by category using the menu bar";
		height: 24px;
		color: #756b5b;
    text-transform: initial;
    font-size: 1.1rem;
		margin-left: 5px;
		padding-left: 11px;
}

/* Categories icons on navigation */
#gridlove-header-sticky .secondary-navigation::before, .gridlove-main-navigation::before {
	content: "\f02c";
	font-family: "FontAwesome";
	color: #756b5b !important;
	vertical-align: middle;
	margin-right: 20px;
}