/*
Theme Name: The Pink Humanist
Theme URL: https://themewich.com
Description: The Pink Humanist - Edition child
Author: Andre Gagnon
Author URL: http://bitbucket.org/themewich
Template: edition
Version: 1.0.0
Text Domain: themewich

All files, unless otherwise stated, are released under the GNU General Public License version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)
*/

/*------------------- Default colours -------------------*/

/*copied from default-colours.scss*/

#sitecontainer,
.rightside,
.sidebar,
.pagination .pagenumbers,
.woocommerce nav.woocommerce-pagination .page-numbers,
.tw-tabs-shortcode .ui-state-active,
.tw-tabs-shortcode .ui-widget-content .ui-state-active,
.tw-tabs-shortcode .ui-widget-header .ui-state-active {
	background:#f3f3f3;
}

.badge a,
.widget .tagcloud a,
.woocommerce span.onsale,
.badgesliver.highlight, .sharing a .sharecircle,
.tabswrap ul.tabs li a.active, .tabswrap ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.breakdown .line,
.woocommerce input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce .woocommerce-message,
p.demo_store,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background:#27abba;
}

.pagetitleloading .pagercontainer #bx-pager a.active,
.pagetitleloading .pagercontainer #bx-pager a:hover,
a.more-link, .regular-posts a.more-link, .woocommerce a.button,
.woocommerce input#submit.alt, .woocommerce a.button.alt,
.woocommerce input#submit, .woocommerce input.button,
.woocommerce button.button, .woocommerce button[type="submit"],
.woocommerce button.button.alt, .woocommerce input.button.alt,
.widget_price_filter .price_slider_amount .button:hover,
.pie, .c100 .bar, .c100.p51 .fill, .c100.p52 .fill,
.c100.p53 .fill, .c100.p54 .fill, .c100.p55 .fill,
.c100.p56 .fill, .c100.p57 .fill, .c100.p58 .fill,
.c100.p59 .fill, .c100.p60 .fill, .c100.p61 .fill,
.c100.p62 .fill, .c100.p63 .fill, .c100.p64 .fill,
.c100.p65 .fill, .c100.p66 .fill, .c100.p67 .fill,
.c100.p68 .fill, .c100.p69 .fill, .c100.p70 .fill,
.c100.p71 .fill, .c100.p72 .fill, .c100.p73 .fill,
.c100.p74 .fill, .c100.p75 .fill, .c100.p76 .fill,
.c100.p77 .fill, .c100.p78 .fill, .c100.p79 .fill,
.c100.p80 .fill, .c100.p81 .fill, .c100.p82 .fill,
.c100.p83 .fill, .c100.p84 .fill, .c100.p85 .fill,
.c100.p86 .fill, .c100.p87 .fill, .c100.p88 .fill,
.c100.p89 .fill, .c100.p90 .fill, .c100.p91 .fill,
.c100.p92 .fill, .c100.p93 .fill, .c100.p94 .fill,
.c100.p95 .fill, .c100.p96 .fill, .c100.p97 .fill,
.c100.p98 .fill, .c100.p99 .fill, .c100.p100 .fill,
.tw-button, a.tw-button, .tw-postshortcode a.more-link {
    border-color:#27abba;
}
a, a:hover, a:focus, #share-box span, .thumbintro span a,
.c100:hover > span, a.more-link,
span.highlight,
.score,
.button,
.tw-button,
a.tw-button,
a.button,
a.more-link,
.woocommerce a.button,
.woocommerce input#submit, .woocommerce input.button,
.woocommerce button.button, .woocommerce button[type="submit"],
.woocommerce ul.products li.product .price,
.woocommerce .woocommerce-product-rating .star-rating,
#submit,
.tw-postshortcode a.more-link,
input[type=submit],
input[type=button],
.single .authorinfo.not-full a:hover,
.edition .tw-button, .edition a.tw-button, .edition .tw-postshortcode a.more-link {
    color:#27abba;
}
.tabswrap ul.tabs a:hover, a.more-link:hover,
.regular-posts a.more-link:hover,.button:hover,
.tw-button:hover,
a.tw-button:hover,
a.button:hover,
a.more-link:hover,
.woocommerce a.button:hover,
.woocommerce #respond input#submit:hover, .woocommerce input.button:hover,
.woocommerce button.button:hover, .woocommerce button[type="submit"]:hover,
#submit:hover,
.tw-postshortcode a.more-link:hover,
input[type=submit]:hover,
input[type=button]:hover,
.button:active,
.tw-button:active,
a.tw-button:active,
a.button:active,
a.more-link:active,
#submit:active,
.tw-postshortcode a.more-link:active,
input[type=button]:active,
input[type=submit]:active {
    background:#27abba;
}
.pagetitleloading .pagercontainer .bx-slider-pager a.active,
.pagetitleloading .pagercontainer .bx-slider-pager a:hover,
.button,
.tw-button,
a.tw-button,
a.button,
a.more-link,
#submit,
.tw-postshortcode a.more-link,
input[type=submit],
input[type=button],
.top-nav.altnav #menu > ul > li > a:hover,
.top-nav.altnav #menu > ul > li.sfHover > a,
.top-nav.altnav #menu > ul > li.current_page_item > a {
    border-color:#27abba;
}
.badge a:before,
.badgesliver.highlight:before {
    border-right-color:#27abba;
}
.badge a:after,
.badgesliver.highlight:after {
    border-left-color:#27abba;
}
*::selection {
    background:#27abba;
}