/*
CTC Separate Stylesheet
Updated: 2019-05-03 17:37:08
Theme Name: MATPOWER GeneratePress Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://tomusborne.com
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 15kb (gzipped) to your page size. We take full advantage of the new block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS and is translated into over 25 languages by our amazing community of users. A few of our many features include microdata integration, 9 widget areas, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover) and navigation color presets. Learn more and check out our powerful premium version at https://generatepress.com
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 2.2.2.1556919428
*/

/* MATPOWER Colors
* teal
    * dark teal: #013f53 [1 63 83]
        * logo background
        * old website link hover
    * medium-dark teal: #568085 [86 128 133]
        * old website links
    * medium teal: #8eaca6 [142 172 166]
        * logo border
    * light teal: #d2e9e1 [210 233 225]
        * logo sine wave
    * very light teal: #e9f4f0 [233 244 240]
        * matpower.org background
* yellow
    * yellow: #e5ba40 [229 186 64]
        * logo lightning bolt
    * light yellow: #faf1d9 [250 241 217]
        * old website Terms of Use background
*/


/* Widgets */
.widget-title {
    margin-bottom: 15px;
}
.custom-html-widget ul.dlm-downloads li {
    padding-left: 20px;
}


/* Subscribe Forms */
table.subscribe {
    border: 0;
    width: initial;
}
table.subscribe th, table.subscribe td {
    border: 0;
    padding: 6px;
}
table.subscribe input {
    padding: 1px 3px 1px;
}
td.subscribe-submit {
    text-align: center;
}
table.subscribe input.btn {
    margin-top: 10px;
    padding: 3px 10px 3px;
    background-color: #8eaca6;
}


/* Right Sidebar */
.inside-right-sidebar table.subscribe th, .inside-right-sidebar table.subscribe td {
    font-size: small;
    padding: 2px;
}

.inside-right-sidebar .widget {     /* all widgets in right sidebar */
    background-color: #e9f4f0;
    border-bottom: 0px;
    padding: 0px;
}
.inside-right-sidebar > .widget {   /* top-level sidebar widgets, not embedded ones */
    border-bottom: 3px solid;
    border-color: #d2e9e1;
    padding: 5px 5px 15px 5px;
}


/* Footer */
.footer-widgets {
    background-color: #faf1d9;
}


/* Classes used in MATPOWER Downloads tables
    table: matpower-downloads
    td: version (for extra padding on Release Version column)
*/
table.matpower-downloads th {
    background-color: #d2e9e1;
}

table.matpower-downloads th, table.matpower-downloads td {
    padding-left: 15px;
}

table.matpower-downloads td.version {
    padding-left: 30px;
}

/* MP Button */
.mp-button-wrapper {
	text-align: center;
	color: #568085;
}

.mp-button, .mp-button:visited {
	text-align: center;
	text-decoration: none!important;
	padding: .75em 1em;
	color: #fff;
	display: inline-block;
	font-size: 1.2em;
	line-height: 1.5em;
	background-color: #568085;
	transition: 0.1s background-color linear, 0.1s color linear;
	border-radius: 12px;
	border: 1px solid #568085;
	cursor: pointer;
}

.mp-button:hover {
	background-color: #fff;
	color: #568085;
}

.mp-button-small {
	padding: .4em .8em;
	font-size: 0.9em;
}

