/*
 Theme Name:   Write First Draft (Square child theme)
 Theme URI:    https://hashthemes.com/wordpress-theme/square/
 Description:  Square child theme for Write First Draft (created March 2018 whilst Square was at version 1.3.8).
 Author:       HashThemes
 Author URI:   https://hashthemes.com
 Template:     square
 Version:      1.0.18
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, translation-ready, e-commerce, education, entertainment, holiday, photography, portfolio, rtl-language-support
 Text Domain:  square-child
*/

/* Increment the version number each time this file is changed to override caching! */

/* Change third padding number to change the size of the header background */
.sq-main-header{
	padding: 137px 0 85px;
}

/* Override Main Title Decorations */

.sq-main-title:after{
	background: transparent;
}

.sq-main-title:before{
	background: transparent;
}

/* Override default menu styles */
.sq-main-navigation a {
	font-weight: 400;
}

/* Line above menu item */
.sq-menu > ul > li:hover > a:before,
.sq-menu > ul > li.current_page_item > a:before,
.sq-menu > ul > li.current-menu-item > a:before{
    width: 25px;
    background: #5bc2ce;
}

.sq-main-navigation .current_page_item > a,
.sq-main-navigation .current-menu-item > a,
.sq-main-navigation .current_page_ancestor > a {
    font-weight: 600;
}

/* Remove "handle bars" around Tips/Archive category listing pages */
.entry-figure{
	background: transparent;
}