/*
 Theme Name:   GeneratePress iWOAW
 Theme URI:    https://generatepress.com
 Description:  GeneratePress iWOAW child theme
 Author:       Seremedia
 Template:     generatepress
 Version:      0.1
*/

/********************************************************************************
/*  Header 
/*****************************************************************************

/* Control look of notice below header */

.notice-left {
  text-align: left;
  font-size: 14px;
	padding-bottom: 10px;
}

.notice-center {
  text-align: center;
	font-size: 14px;
	padding-bottom: 10px;
}

.notice-right {
  text-align: right;
	font-size: 14px;
	padding-bottom: 10px;
}


@media(max-width:768px) {
.notice-left {
  text-align: left;
  font-size: 11px;
	padding-bottom: 6px;
}

.notice-center {
  text-align: center;
	font-size: 11px;
	padding-bottom: 6px;
}

.notice-right {
  text-align: right;
	font-size: 11px;
	/*padding-bottom: 6px;*/
}
}

.page-hero {
	border-top: 3px solid #ccc;
	border-bottom: 1px solid #ddd
}

.site-info .menu li {
	list-style: disc;
}

.site-info .menu a {
	text-transform:uppercase;
}

/* Adjust branding look */

@media(min-width:1025px) {
.site-logo {
    padding: 20px 15px 5px 20px;
    border-right: 2px solid #ccc;
    float: left !important;
}

.site-branding {
    margin: 0px 0px 20px 20px;
    width: 80%;
}

.main-title {
    color: #aaa; 
    font-size: 2.3vw;
}
}

@media( max-width: 1024px ) {
.site-logo {
    padding: 20px 15px 5px 20px;
    border-right: 2px solid #ccc;
    float: left !important;
}

.site-branding {
    margin: 0px 0px 20px 20px;
    width: 80%;
}

.main-title {
    color: #aaa; 
    font-size: 3.5vw;
}
}

@media(max-width:768px) {
.site-logo {
    padding: 0px 5px 5px 10px;
    border-right: 2px solid #ccc;
    float: left !important;
}

.site-branding {
    margin: 30px 0px;
    width: 60%;
}

.main-title {
    color: #aaa; 
    font-size: 4vw;
    text-align: left;
}
}

.main-title a {
    text-transform: capitalize;
}

/* Adjust site branding on slideout panel */
.slideout-widget .site-branding {
    padding: 0px 0px;
}

/* Adjust spacing above content */
.separate-containers #main.site-main {
    margin-top: 0;
}

/* h6 bottom margin */
h6 {
    margin-bottom: 0px;
}

/* Define big icon */
.big-icon {
    font-size: 64px;
    text-align: center;
}

/* define big number */
.big-number {
    font-weight: 700;
    margin: 15px 0px 0px 0px;
}

/* Define WOAW colors */
.woaw-pink {
    color: #f7286a;
}

.woaw-blue {
    color: #3b6daf;
}

.woaw-yellow {
    color: #ffbf00;
}

.woaw-green {
    color: #39a652;
}

.woaw-purple {
    color: #a153c6;
}

/********************************************************************************
/*  Nav
/*****************************************************************************
/* ID current section in menu */
.current_woawsite a {
    background-color: #f7286a;
    color: #ffffff;
}

.current_woawsite a:hover, .current_woawsite a:active, .current_woawsite a:visited {
    background-color: #f7286a;
    color: #ffffff;
}

/* align navigation logo and menu bottom */
.nav-float-right .main-navigation {
    float: none;
    padding-bottom: 0px !important;
}

/* Control main menu item spacing */
.menu-toggle, .main-navigation .mobile-bar-items a {
	margin-right: 2px;
	padding-left: 15px;
	padding-right: 15px;
}


.main-navigation .main-nav ul li a, .main-navigation .main-nav ul li.menu-item-has-children > a {
	text-transform: uppercase;
    margin-right: 2px;
	padding-left: 15px;
	padding-right: 15px;
}

/* Add left border to secondary menu items */
    .secondary-navigation .main-nav>ul>li {
        display: inline;
        vertical-align: top;
		border-left: 1px solid #ccc;
        padding-left: 5px;
        padding-right: 5px;
    }

/* Style icon on main menu */
.main-menu-icon a {
        border: 1px solid #3b6daf;
        color: #3b6daf;
        line-height: 48px;
        font-size: 30px;
        margin-left: 5px;
        padding-left: 10px;
        padding-right: 10px;
    }

.main-menu-icon a:hover, .main-menu-icon a:active, .main-menu-icon a:visited {
    color: #ffffff;
    border: 1px solid #fff;
}

.main-menu-icon a:visited {
    border: 1px solid #3b6daf;
    color: #3b6daf;
}

/* Style shopping cart on main menu */
.wc-menu-item a {
        border: 1px solid #3b6daf;
        line-height: 48px;
        font-size: 30px;
        margin-left: 5px;
        padding-left: 10px;
        padding-right: 10px;
}

.wc-menu-item a:hover, .wc-menu-item a:active, .wc-menu-item a:visited  {
    color: #ffffff;
    border: 1px solid #fff;
}

#wc-mini-cart ul li a {
    font-size: 14px;
    line-height: 1;
}

#wc-mini-cart .button {
    font-size: 14px;
    line-height: 1;
}

/* Hide cart when empty */
.mobile-bar-items.wc-mobile-cart-items:not(.has-items),
.main-navigation .wc-menu-item:not(.has-items) {
    display: none;
}

/* Adjust hamburger */
.main-navigation:not(.slideout-navigation) .mobile-bar-items + .menu-toggle {
    text-align: right;
    font-weight: 700;
    font-size: large;
}

/* Customize navigation on side panel */
.slideout-navigation, .slideout-navigation a {
    font-size: 16px;
    padding: 5px 0px;
    border-bottom: 1px solid #ccc;
}

/* Hide menu arrow */

.main-navigation .menu-item-has-children .dropdown-menu-toggle {
    display: none;
}

.pagination ul li {
    margin: 0px 10px;
}

/********************************************************************************
/*  Misc style adjustments
/*****************************************************************************
/* Address Bootstrap & Woocommerce conflict */
.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row,.woocommerce form .form-row {
display: block;
}
 
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
max-width: unset;
}

/* Fix label font color in products */
.woocommerce div.product form.cart .variations label {
    color: #333;
}

/* Space Woocommerce breadcrumb */
.woocommerce .woocommerce-breadcrumb {
  padding: 20px 0px 0px 0px;
}

/* On Sale background color */


/* Add space around h1 */
h1 {
    padding: 30px 0px 10px 0px;
}

/* Add word break class */
.breakword {
  word-break: break-word;
}

/* Adjust footer bar */
.footer-bar-align-right .copyright-bar {
	text-align: left;
	font-weight: 400;
}

/* Adjust entry meta spacing */
.entry-meta {
    padding-top: 10px;
}

/* hide page title */
.page .entry-header {
      display: none;
      padding-top: 0px;
}

/* Adjust article column width */
.generate-columns-activated.one-container  .inside-article{
    padding-bottom: 5px;
}
.generate-columns-activated .entry-summary {
    margin-top: 0;
}

/* Contain text in blocks */
@media( min-width: 1025px ) {
.wp-block-cover .wp-block-cover__inner-container {
    max-width: 1200px !important;
}
}

@media( max-width: 1024px ) {
.wp-block-cover .wp-block-cover__inner-container {
    max-width: 800px !important;
}
}

/* Add line between list item s in widgets */
.widget ul li {
	padding: 10px 0px;
}

/* Adjust footer widget spacing  */
.site-footer .footer-widgets-container .inner-padding {
    padding: 0px 0px 20px 40px;
}

.site-footer .widget ul li {
    padding: 5px 0px;
}

.site-footer .footer-widgets-container .inner-padding ul li {
	border-bottom: 1px solid #ddd;

}

.asterix {
  font-color: #f7286a;
}

/* Mega menu */

@media (min-width: 769px) {
    nav .main-nav .mega-menu {
        position: static;
    }

    nav .main-nav .mega-menu > ul {
        position: absolute;
        width: 1200px;
        right: 0 !important;
        display: flex;
        flex-wrap: wrap;
        border-top: 3px solid #f7286a;
    }

    nav .main-nav .mega-menu > ul > li > a {
        font-weight: bold;
    }

    nav .main-nav .mega-menu>ul>li {
        display: inline-block;
        width: 25%;
        vertical-align: top;
    }

    nav .main-nav .mega-menu.mega-menu-col-2>ul>li {
        width: 50%;
    }

    nav .main-nav .mega-menu.mega-menu-col-3>ul>li {
        width: 33.3333%;
    }

    nav .main-nav .mega-menu.mega-menu-col-5>ul>li {
        width: 20%;
    }

    nav .main-nav .mega-menu > ul > li:hover > a,
    nav .main-nav .mega-menu > ul > li:focus > a,
    nav .main-nav .mega-menu > ul > li[class*="current-"] > a,
    nav .main-nav .mega-menu ul ul {
        background-color: transparent !important;
        color: inherit;
    }

    nav .main-nav .mega-menu ul .sub-menu {
        position: static;
        display: block;
        opacity: 1;
        visibility: visible;
        width: 100%;
        box-shadow: 0 0 0;
        left: 0;
        height: auto;
    }

    nav .main-nav .mega-menu ul.toggled-on .sub-menu {
        pointer-events: auto;
    }

    nav .main-nav .mega-menu .sub-menu .menu-item-has-children .dropdown-menu-toggle {
        display: none;
    }
}

/* Mega menu nav info style */
@media (min-width:769px) {
.main-navigation .main-nav ul li.nav-info a, .main-navigation .main-nav ul li.nav-info a:hover, .main-navigation .main-nav ul li.nav-info a, .main-navigation .main-nav ul li.nav-info a:active, .main-navigation .main-nav ul li.nav-info a, .main-navigation .main-nav ul li.nav-info a:visited {
  border-right: 2px solid #cccccc;
  color: #3b6daf;
  line-height: 18px;
	text-transform: none;
    }
}

/* Mega menu adjustments */
.main-navigation .main-nav ul li.menu-item-has-children > a {
	text-transform: uppercase;
}

nav .main-nav .mega-menu > ul  {
	padding-top: 10px;
	padding-bottom: 15px;
}

.mega-menu .one-level ul li a {
	text-transform: uppercase;
}

.main-navigation .main-nav ul ul li a{
	text-transform: none;
}

.main-navigation .main-nav ul ul li.one-level a {
	font-weight: 700;
}

.main-navigation .main-nav ul ul li.one-level-button a {
	font-weight: 700;
	border: 1px solid #cccccc;
	border-radius: 5px;
	background-color: #f7286A;
	color: #ffffff;
	font-family: gloria hallelujah;
	width: 200px;
}

.main-navigation .main-nav ul ul li.one-level-button a:hover {
     color: #f7286A;
}

.main-navigation .main-nav ul ul li.one-level a:hover {
	color: #3b6daf;
}


/********************************************************************************
/*  Buddypress
/********************************************************************************

/* BP Member cover image full width */
//#buddypress #header-cover-image {
//	width: 200vw;;
//	left: -100vw;
}

.type-bp_members .entry-header {
    display: none;
}

/* No shadow for member name in .bp-label */
#buddypress div#item-header-cover-image h2 a, #buddypress div#item-header-cover-image h2 {
    text-shadow: none;
}

/* Adjust width of BP content in vertical nav */

.bp-single-vert-nav .item-body:not(#group-create-body) {
    border-left: 0px;
    width: calc(74% + 1px);
	}

/* BP Style adjustments */
.bp-screen-title {
	display: none;
}

.bp-label {
	font-weight: 600;
	width: 30%;
}

.buddypress-wrap .profile.edit .button-nav li {
	padding: 5px;
  border: 1px solid #cccccc;
}

.bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links) {
	margin-bottom: 15px;
}

body.buddypress .site-content {
    padding-top: 0em;
}

img[class*="align"], img[class*="attachment-"] {
	filter: none;
}

/* Buddypress label background color */
.buddypress-wrap .public .profile-fields td.label {
	background-color: #aaa;
}

/* Display MyCred Badges horizontally */
.mycred-users-badges .the-badge.vertical {
	display:inline;
  padding: 10px;
}
#mycred-users-badges > div > div {
	margin-right:10px;
}
#mycred-users-badges img {
    max-width: 50px;
    height: auto; 
}

.woocommerce-notices-wrapper {
    padding-bottom: 20px;
}

.woocommerce div.product form.cart .button {
    background-color: #f7286a;
    border-radius: 5px;
}

/********************************************************************************
/*  Crowdfunding
/********************************************************************************
/* Adjust donation fields */
.wdgk_donation_content input.wdgk_donation {
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.wdgk_donation_content a.button.wdgk_add_donation {
    width: 100%;
    text-align: center;
    font-size: 24px;
}

.donation {
    text-align: center;
    background-color:#e6e6e6;
}


/********************************************************************************
/*  Bootstrap element replacements
/********************************************************************************
/* Default Button */
.btn {
    font-size: 14px;
    padding: 6px 12px;
    margin: 5px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}
.btn:focus,
.btn:active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none;
}
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

/* Add style to default button */
.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #ccc;
    border-radius: 5px !important

}
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.btn-default:hover {
    color: #333;
    background-color: #ffffff;
    border-color: #adadad;
}
.btn-default:active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

/* Pagination */


.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}




/********************************************************************************
/*  Toolset styles
/********************************************************************************

/* Challenge boxes */
.fly-box {
  border-top: 8px solid #ffbf00;
  margin-right: 32px;
  padding: 10px 0px 0px 0px;
}

.paper-box {
  border-top: 8px solid #f7286a;
  margin-right: 32px;
  padding: 10px 0px 0px 0px;
}

.inspiration-box {
  border-top: 8px solid #a153c6;
  margin-right: 32px;
  padding: 10px 0px 0px 0px;
}

.next-step-box {
  border-top: 8px solid #39a652;
}


.titlerow {
  background-color: #fafafa;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

/* Dashboard */
.usernamebar {
  padding: 40px 20px 0px 20px;
}

.logoutbar {
  padding-top: 20px;
  float: right;
}

.dashboardrow {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 0px;
}

.unit {
  padding: 10px;
}

.unittitle {
  background: #113c88;
  padding: 2px;
  text-align: center;
  font-weight: 600;
  color: #f1f1f1;
  text-transform: uppercase;
  border-bottom: 1px solid #000000;
}

.uniticon {
  text-align: center;
  height: 180px;
  padding: 0px 5px;
  color: #ffffff;
  font-size: 3.8em;
}

.unittext {
  border: 1px solid #cccccc;
  padding: 10px;
  height: 180px;
  font-size:16px;
}

.woawpoints {
  font-size: 12px;
  text-align: center;
  font-weight: 700;
}

.red {
  background-color: #f7286A;
}

.yellow {
  background-color: #ffbf00;
}

.green {
  background-color: #39a652;
}

.blue {
  background-color: #3b6daf;
}

.purple {
  background-color: #a153c6;
}

.purpleplus {
  background-color: #a153c6;
  padding-top: 5px;
}

/* Subscription plans */

.plantitle {
  padding: 5px;
  text-align: center;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
    width: 95%;
}

.plantarget {
  padding: 5px;
  text-align: center;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  height: 100px;
  font-size: 80%;
  font-style: italic;
    width: 95%;
}

.plancontent {
  padding: 10px;
  background-color: #fafafa;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  height: 360px;
  font-size: 90%;
    width: 95%;
}

.planprice {
  padding: 5px;
  text-align: center;
  font-weight: 600;
  font-size: 1.5em;
  color: #ffffff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  min-height: 140px;
width: 95%;
}

.planduration {
  padding: 5px;
  text-align: center;
  font-weight: 600;
  font-style: italic;
  color: #ffffff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
    width: 95%;
}

.planbutton {
  padding: 5px;
  text-align: center;
  width: 95%;
}

.fan {
  background-color: #a153c6;
}

.fanlight {
  background-color: #c076f0;
}

.fan2 {
  background-color: #875c9c;
}

.fanlight2 {
  background-color: #aa84bd;
}

.supporter {
  background-color: #39a652;
}

.supporterlight {
  background-color: #74c085;
}

.supporter2 {
  background-color: #437a50;
}

.supporterlight2 {
  background-color: #68ac78;
}

.organizer {
  background-color: #ffbf00;
}

.organizerlight {
  background-color: #ffd24c;
}

.organizer2 {
  background-color: #d4a415;
}

.organizerlight2 {
  background-color: #ebc247;
}

.ally {
  background-color: #f7286A;
}

.allylight {
  background-color: #f96896;
}

.ally2 {
  background-color: #cf3868;
}

.allylight2 {
  background-color: #e86991;
}

/* Accordion css */

dt {
  font-weight: bold;
}
.accordion {
  margin: 1em 0;
}
.accordion dt {
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius:.5em;
  padding: .5em 1em;
  margin:0;
  margin-top: .5em;
}
.accordion dd {
  margin: 0;
  margin-bottom: .5em;
  padding: .5em 1em;
  border: 1px solid #ddd;
  border-radius:.5em;
  border-top-left-radius: 0;  
  border-top-right-radius: 0;
  border-top: none;
  display: block;
}
.accordion dt:hover,
.accordion dt:active {
  background-color: #e5e5e5;
}

/* interactivity using aria-state expanded */
.js.accordion dt { cursor: pointer;}
.js.accordion dd[aria-expanded=false] { opacity: 0; display: none; } /* hide using js */ 
.js.accordion dd[aria-expanded=true] { display: inherit; }
