/*
 Theme Name:   MDE Child Theme
 Theme URI:    https://mdek12.org
 Description:  Mississippi Department of Education Web Layout
 Author:       Mississippi Department of Education
 Author URI:   https://mdek12.org
 Template:     kingster
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  kingster-child

 START YOUR CHILD THEME CSS HERE
*/


/* Changes color of header and links to white as well as hover and visited to links to light blue */


a.my-link:link {
    color: white;
}

a.my-link:hover {
    color: #689ad7;
}

a.my-link:visited {
    color: #689ad7;
}


/* Turned General Links to Specific Color on Homepage */
.gdlr-core-page-builder-body [data-skin="Column Service"] a, .gdlr-core-page-builder-body [data-skin="Column Service"] .gdlr-core-skin-link {
    color: #000000;
}


/* Adjust font size of text in Widget boxes originally located in Pagebuilder.css */

.gdlr-core-widget-box-shortcode {
    font-size: 15px;
    padding: 20px 35px 10px;
    position: relative;
    background-size: cover;
    background-position: center;
}


/* Changes the color of Blog Titles to Black originally located in kingster-style-custom.css */

.kingster-body .kingster-blog-title-wrap .kingster-single-article-title {
    color: #000;
}

.kingster-blog-title-wrap .kingster-single-article-date-day {
    color: #000;
}

.kingster-blog-title-wrap .kingster-single-article-date-month, .kingster-single-article-date-wrapper .kingster-single-article-date-year {
    color: #000;
}

.kingster-blog-title-wrap .kingster-blog-info-wrapper, .kingster-blog-title-wrap .kingster-blog-info-wrapper a, .kingster-blog-title-wrap .kingster-blog-info-wrapper a:hover, .kingster-blog-title-wrap .kingster-blog-info-wrapper i {
    color: #000;
}


/* Adjusts the distance between title and blog posts  originally located in style-core.css */

.kingster-blog-title-wrap.kingster-style-small .kingster-blog-title-content {
    padding-top: 93px;
    padding-bottom: 0px; 
}

/* Removes arrows from sidebar box menu  - originally located in page-builder.css */

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-box li a:after {
   content: "";
    font-family: fontAwesome;
    float: right;

}

/* Adjusts font weight of Sidebar Menu - originally located in page-builder.css */

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-box {
    list-style: none;
    margin-left: 0px;
    font-weight: 500;
   
}


/* Adjusts font weight 500 in Plain custom menu - originally located in page-builder.css */

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-plain li {
    font-weight: 500;
    margin-bottom: 8px;
}


/* Changes height of sidebar and content areas.  Change Made padding top changed to 10 from 60 - originally in style-core.css */
.kingster-content-area{ padding-top: 40px; padding-bottom: 40px; }
.kingster-sidebar-area{ padding-top: 10px; }


/* Controls Font Color * originally 6b6b6b */ 
.kingster-body, .kingster-body span.wpcf7-not-valid-tip {
    color: #333333;
}



/* Removes arrow icon RSS Feed */

.widget_product_categories ul li:before, .widget_archive ul li:before, .widget_categories ul li:before, .widget_nav_menu ul li:before, .widget_meta ul li:before, .widget_pages ul li:before, .widget_recent_comments ul li:before, .widget_recent_entries ul li:before, .widget_rss ul li:before {
 /*   content: "\f178"; */
 /*   font-family: FontAwesome; */
    text-align: center;
    position: absolute;
    left: 0px;
    display: block;
    height: 20px;
    width: 20px;
}



/* Changes font size of blog titles in archive */

.gdlr-core-blog-full .gdlr-core-blog-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 14px;
    letter-spacing: 1px;
}




/* Remove Arrow from RSS Feed

Note:  Was not able to get CSS to update the file from this current file (Style.css) the modification has been made in the original file
style-core.css on line 957 (starts at 954)

The original code is as follows


.widget_product_categories ul li:before,
.widget_archive ul li:before, .widget_categories ul li:before, .widget_nav_menu ul li:before,
.widget_meta ul li:before, .widget_pages ul li:before, .widget_recent_comments ul li:before,
.widget_recent_entries ul li:before, .widget_rss ul li:before{  content: "\f178"; font-family: FontAwesome; 
	text-align: center; position: absolute; left: 0px; display: block; height: 20px; width: 20px; }

*/




.searchtext {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 1.4;
    font-weight: 600;
    color: #356597;
    -webkit-font-smoothing: antialiased; /* Chrome, Safari */
    -moz-osx-font-smoothing: grayscale; /* Firefox */
}
