/*
 Theme Name:   ISGO
 Theme URI:    http://isgo.iands.org
 Description:  Custom theme for IANDS Sharing Groups Online
 Author:       Perception Web Solutions
 Author URI:   http://perceptionweb.net
 Template:     twentysixteen
 Version:      1.6.2
 License:      BSD
 License URI:  https://opensource.org/licenses/BSD-3-Clause
 Tags:         one-column, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, blog
 Text Domain:  isgo
*/


.textright {text-align: right;}
.textleft {text-align: left;}
.textcenter {text-align: center;}
.clear-both {clear: both;}

/* ---- Turn off sidebar margin ---- */
@media screen and (min-width: 44.375em) {
	.entry-header,
	.post-thumbnail,
	.entry-content,
	.entry-summary,
	.entry-footer,
	.comments-area,
	.image-navigation,
	.post-navigation,
	.page-header,
	.page-content,
	.content-bottom-widgets {
		margin-right: 7.6923%;
	}
}

@media screen and (min-width: 56.875em) {
	.content-area {
		float: none;
		margin-right: 0;
		width: 100%;
	}
    
	.entry-header,
	.post-thumbnail,
	.entry-content,
	.entry-summary,
	.entry-footer,
	.comments-area,
	.image-navigation,
	.post-navigation,
	.page-header,
	.page-content,
	.content-bottom-widgets {
		margin-right: 0;
	}
}

/* -- End turn off sidebar margin -- */

/* ---- Page ---- */
body {
    background: #b2b4b3;
}

body:not(.custom-background-image)::before, body:not(.custom-background-image)::after {
    height: auto;
    position: static;
}

div.site { margin: auto; }
.site-inner { max-width: none; }
body:not(.home) .content-area { max-width: 1200px; }
.no-sidebar .content-area {margin: auto;}

body, button, input, select, textarea {
    font-family: Verdana,Arial,sans-serif;
    line-height: 1.35;
    font-size: 0.95rem;
}
a {color: #0e63ff; text-decoration: underline;}
a:hover { color: #7E7000; text-decoration: none; }
a.button {text-decoration: none;}
a.button:hover {color: #FFF; text-decoration: none;}

ins {border-radius: 6px;}

.menu-item-has-children a::after, .social-navigation a::before, .dropdown-toggle::after, .bypostauthor > article .fn::after, .comment-reply-title small a::before, .pagination .prev::before, .pagination .next::before, .pagination .nav-links::before, .pagination .nav-links::after, .search-submit::before {text-decoration: none;}

.entry-content a,
.entry-summary a,
.taxonomy-description a,
.logged-in-as a,
.comment-content a,
.pingback .comment-body > a,
.textwidget a,
.entry-footer a:hover,
.site-info a:hover {
	box-shadow: none;
}
.widget { font-size: 0.9375rem; margin-bottom: 0.5em; }

table { table-layout: initial; }


.page-header { border: none; margin-bottom: 2em; }
main.site-main { margin-top: 2em; }
.site-main article {margin-bottom: 1.5em;}
.entry-title { font-size: 1.75rem; font-family: Georgia, serif; color: #3b63ae;}
.entry-title a { color: #3b63ae; }
.entry-title a:hover { color: #444A9C; }
.entry-title.zetw-presenter { color: #7c9ad3; font-family: Verdana, sans-serif; font-size: 1.4rem; font-style: italic; }

.entry-content .post-thumbnail img {max-width: 250px;}
.entry-content h2, .entry-summary h2, .comment-content h2 {font-size: 1.25rem;}
.entry-content h3, .entry-summary h3, .comment-content h3 {
	font-size: 1.1rem;
    margin-bottom: 0.618em;
    margin-top: 1.618em;
}
.entry-content h4, .entry-content h5, .entry-content h6, .entry-summary h4, .entry-summary h5, .entry-summary h6, .comment-content h4, .comment-content h5, .comment-content h6 {
    font-size: 0.9rem;
}

blockquote {font-size: 1.1rem;}
section.widget {border: none; }

@media screen and (min-width: 44.375em) {
	.entry-content blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote,
	.comment-content blockquote {
		margin-left: 2em;
	}
    
	.entry-content ul,
	.entry-summary ul,
	.comment-content ul,
	.entry-content ol,
	.entry-summary ol,
	.comment-content ol {
		margin-left: 1.25em;
	}
    
    body:not(.search-results) article:not(.type-page) .entry-content img.size-full {
        max-width: 80%;
    }
}

@media screen and (min-width: 61.5625em) {
	body:not(.search-results) article:not(.type-page) .entry-content {
		float: none;
		width: 100%;
	}
    
    body:not(.search-results) article:not(.type-page) .entry-content img.size-full {
        max-width: 60%;
    }
}

/* -- [End Page] -- */


/* ---- Gallery ---- */
.gallery-item {margin-right: -0.6%;}

/* -- [End Gallery] -- */


/*** Masthead ***/
.site-header {padding: 0;}
.site-branding {margin-top: 1em; margin-bottom: 1em;}
.site-branding img {height: 84px; margin-left: 1.2em;}

/*** End - Masthead ***/


/*** Top Navigation ***/
#top-header-menu {
    position: absolute; 
    top: 62px;
    right: 5em;
}
.top-navigation {margin: auto;}
ul.top-menu li {
	list-style: none;
	float: left;
	padding: 0 0.4em 0.25em 0;
	font-size: 0.9rem;
}

#top-header-menu li, #top-header-menu li a {color: #009999;}
ul.top-menu li+li::before {content: '| ';}

@media screen and (min-width: 56.875em) {
	#top-header-menu {margin: -12px 0.5em 0; position: initial;}
}

/*** End - Top Navigation ***/


/*** Main Navigation ***/
.site-header-main {position: relative;}
.main-navigation {font-family: Verdana, Arial, sans-serif;}
.main-navigation a {text-decoration: none}

.menu-toggle, .menu-toggle:hover, .menu-toggle:focus {
    background-color: #2a3290;
    border: none;
    border-radius: 6px;
    color: #fff;
    margin: 0.75rem;
    position: absolute;
    top: 0;
    right: 0;
}

.view-cart-link {
    position: absolute;
    top: 70px;
    right: 1.95em;
}
.view-cart-link img {height: 36px; width: auto;}


@media screen and (max-width: 43.75em) {
    .view-cart-link {right: 0.95em;}
}

@media screen and (min-width: 56.875em) {
    .site-header-menu {
        position: absolute;
        bottom: 0;
        right: 0;
        max-width: calc(100% - 250px);
    }
    .main-navigation {
        margin-right: 4em;
    }
    .main-navigation a {padding: 0.65625em 0.6em;}
    .main-navigation .menu-item-has-children > a::after {right: 0.2em;}
    .main-navigation a:hover {
        text-decoration: none;
        color: #4891ad;
    }
    .view-cart-link {
        top: auto;
        bottom: 0.82em;
    }
    .view-cart-link img {height: 20px;}
    .site-header-menu, .view-cart-link {
        margin-top: 0.5em;
        margin-bottom: 0.3em;
    }
    .main-navigation .menu-item-has-children > a {padding-right: 1.25em;}
    .site-header-menu .main-navigation .current_page_item a {
        color: #009999;
    }
}
/*** End - Main Navigation ***/


/* ---- Feature Box ---- */
.feature-box {
    height: 1.875rem;
    background: center;
    background-size: cover;
    padding: 1em;
}
.home .feature-box {height: 18.75rem;}

.feature-box h2 {
    color: #E7E6E6;
    text-align: center;
    font-size: 1.5em;
    max-width: 24em;
}


@media screen and (min-width: 43.75em) {
    .feature-box {padding: 1em 2em;}
    .feature-box h2 {
        text-align: right;
        font-size: 2em;
        max-width: 24em;
        float: right;
    }
}

/* -- [End Feature Box] -- */


/* ---- Home Introduction ---- */
.home section.introduction {
	margin: 0 auto 4em;
	max-width: 40rem;
	text-align: center;
}
@media screen and (min-width: 50em) {
	.home section.introduction {margin-top: 2em;}
}

/* -- [End Home Introduction] -- */


/* ---- Feature Panels ---- */
.feature-panels img {
	border-radius: 36px;
	opacity: 0.85;
	box-shadow: 3px 6px 8px #888888;
}

@media screen and (max-width: 50em) {
	.feature-panels .gallery-item {
		display: block;
		max-width: 100%;
		margin: 0 auto 1em;
	}
}

/* -- [End Feature Panels] -- */


/* ---- Feature Stack ---- */
section.feature-stack {
	padding: 1em 2em;
	border-radius: 24px;
}

.feature-stack img {
	border-radius: 18px;
	opacity: 0.85;
	box-shadow: 3px 6px 8px #888888;
}


/* -- [End Feature Stack] -- */


/* ---- Page Footer ---- */
.site-footer {background: #2a3185; padding-top: 1em; padding: 12px; padding-bottom: 44px;}
.site-footer, .site-footer a {color: #fff; text-decoration: none;}
.site-footer a:hover {color: #fdf4a5;}
.site-footer .main-navigation {background: none; min-height: 3em;}

.site-footer .legal-navigation {float: left;}
.site-footer .legal-navigation ul {list-style: none; margin: 0;}
.site-footer .legal-navigation li {display: inline;}
.site-footer .legal-navigation li+li::before {content: '| ';}

.footer-copyright {
    clear: both;
    text-align: right;
    line-height: 1.5;
    width: 100%;
}

.footer-copyright p {margin-bottom: 0;}

.site-footer p.social-image-links { text-align: center; }
.site-footer p.social-image-links a img {
    width: 40px;
    height: 40px;
}

@media screen and (min-width: 56.875em) {
    .site-footer { flex-wrap: nowrap; display: block; }
    .site-footer .main-navigation { display: flex; display: -webkit-flex; }
    
	.site-footer .main-navigation li {
        border: none;
        font-weight: bold;
        float: left;
        margin: 0 1em; 
    }
    .site-footer .main-navigation ul ul {
        position: static;
        border: none;
    }
    .site-footer .main-navigation ul ul li {
        background-color: transparent;
        font-weight: normal;
        float: none;
        margin: 0; 
    }
    .site-footer .main-navigation a {
        font-family: Arial;
        font-size: inherit;
        padding: 0;
    }
    .site-footer .main-navigation .menu-item-has-children > a::after { content: none; }
    .site-footer .main-navigation ul ul::before, .main-navigation ul ul::after { content: none; }
}

/* -- [End Page Footer] -- */



/* ---- Home Page ---- */
body.home header.entry-header {display: none;}
/* -- [End Home Page] -- */



/*---- Nav menu login link ----*/
.menu-item-login > a {font-weight:bold; color: #FDAA02}
.menu-item-my-account > a {color: #FDAA02}

/*-- [Nav menu login link] --*/


/* ---- Notices ---- */
.notice {
	background: #ffffd7;
	border: 1px solid #bbbbbb;
	border-radius: 5px;
	padding: 0.75em 1.5em;
}

/* -- [End notices] -- */


/*---- Link Buttons ----*/
a.button {
	background: #118bdd;
    display: inline-block;
    text-align: center;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	white-space: nowrap;
	padding: 0.85em 1.5em;
    margin: 0.5em 0.2em 1em;
	border-radius: 16px;
	box-shadow: 3px 6px 8px #888888;
}

a.button:hover {
	background: #0065aa;
	box-shadow: 3px 6px 8px #888888;
}

/*-- [End Link Buttons] --*/


/*---- List Link Buttons ----*/
a.add_to_cart_button, a.zetw-button-rsvp, a.zetw-button-view, a.zetw-list-button, a.add_to_cart_button:hover, a.zetw-button-rsvp:hover, a.zetw-button-view:hover, a.zetw-list-button:hover {
	padding: 0.25em 1.25em;
	box-shadow: 2px 4px 7px #888888;
	margin: 0.2em;
}

/*-- [End List Link Buttons] --*/

@media screen and (max-width: 24rem) {
	.login-button, .zetw-fullsize-button, .subscriber-signup {
		font-size: 0.75rem;
		padding: 0.75em;
	}
}


/*---- Login and Sign Up Link Buttons ----*/
a.login-button:focus {color: #FFF;}
a.subscriber-signup {background: #029823;}
a.subscriber-signup:hover {background: #00c22b !important;}


/*-- [End Login and Sign Up Link Buttons] --*/

/*---- Cart and Upgrade Buttons ----*/
a.button.add_to_cart_button {background: #029823; color: #FFF; padding: .618em 1em; margin: 0;}
a.button.zetw-signup {background: #004dda; font-size: 0.9rem;}
a.button.add_to_cart_button:hover {background: #00c22b; color: #FFF;}
a.button.zetw-signup:hover {background: #0099f9;}

a.zetw-button-rsvp {background: #029823; font-style: italic;}
a.zetw-button-view {background: #004dda; font-style: italic; font-size: 0.9rem;}
a.zetw-button-rsvp:hover {background: #00c22b;}
a.zetw-button-view:hover {background: #0099f9;}

/* -- [End Cart and Upgrade Buttons] -- */


/*---- WooCommerce Buttons ----*/
.woocommerce button.button.alt, .woocommerce a.button.alt {
	background-color: #118bdd;
	border-radius: 16px;
}
.woocommerce button.button.alt:hover, .woocommerce a.button.alt:hover {background-color: #0065aa;}

.woocommerce ul.products li.product .button {
	margin: 0;
	padding: 0.75em 1em;
	border-radius: 0.9em;
	box-shadow: 2px 4px 7px #888888;
}

/*-- [End WooCommerce Buttons] --*/


/*---- Event Access ----*/
.zetw-event-access {text-align: center;}
p.zetw-instructions  {/*color: #fb0606;*/}

/*-- [Event Access] --*/


/*---- Countdown ----*/
div.scd-counter {display: inline-block;}
.scd-title p.zetw-notice {
  animation: flash-join-blinker 1s linear infinite;
}

@keyframes flash-join-blinker {
  50% {
    opacity: 0;
  }
}

/* -- [End Countdown] -- */



/*---- Pricing Table ----*/
#isgo-pricing {
	font-size: 0.75rem;
	border: none;
	border-collapse: collapse;
	min-width: 268px;
	max-width: 860px;
	margin: auto;
}
#isgo-pricing tbody .odd td {background: #cfd5e9;}
#isgo-pricing tbody .even td {background: #e8ebf4;}
#isgo-pricing th, #isgo-pricing td {border: 1px solid #fff;}
#isgo-pricing th {border-bottom-width: 2px;}
#isgo-pricing th, #isgo-pricing tbody td:first-child {
	background: #4472c4;
	color: #fff;
	font-weight: bold;
}

/* -- [End Pricing Table] -- */


/*---- Search Form ----*/
.search-submit {background: #2a3185; border-radius: 0 8px 8px 0;}
input[type="search"].search-field {border-radius: 8px 0 0 8px;}
.search-submit::before {color: #fff;}

/*---- Search Results ----*/
body.search .entry-title, body.single .entry-title {margin: 0 0 0.15em;}
body.search .entry-header {margin-bottom: 0.5em;}
.entry-title.zetw-presenter {text-align: center;}
div.zetw-event-list-info {display: table;}

@media screen and (max-width: 24rem) {
    img.zetw-event-thumbnail {display: block; float: none; margin: 1em auto;}
}

@media screen and (min-width: 24rem) {
	.entry-title.zetw-presenter, body.single div.zetw-event-type {text-align: left;}
}

@media screen and (min-width: 24rem) and (max-width: 42rem) {
    img.zetw-event-thumbnail {margin-left: 7.6923%;}
}

@media screen and (min-width: 61.5625rem) {
	.site-main article {margin-bottom: 0.5em;}
}


/*---- Event Page ----*/
body.single .attachment-thumbnail {float: left; margin: 0 0.5em 0.75em;}
@media screen and (min-width: 61.5625rem) {
	body.single .attachment-thumbnail {float: none;}
}


/*---- Video Product Page ----*/
.zevid-content iframe {
	display: block;
	margin: 2em auto;
}

/*-- [End Video Product Page] --*/


/*---- Local Group Page ----*/
body.single-local_group .entry-content {
    float: none !important;
    margin: 0 !important;
    width: auto !important;
}
.local-group-description {text-align: center;}
.local-group-description h3 {
    font-family: 'Roboto','Arial';
    font-size: 225%;
    line-height: 1.5;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 400;
}

.local-group-panel h4 {
    font-family: 'Roboto','Arial';
    font-size: 112.5%;
    line-height: 1.5;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 700;
    margin-bottom: 0.5em;
}

p.local-group-venue-name {margin-bottom: 0;}

.local-group-flex {
    display: flex;
    justify-content: center;
    margin: auto 20px;
    flex-flow: row wrap;
}

.local-group-panel {
    margin: 10px;
    padding: 10px;
    border: #e79d19 solid 3px;
    flex: 1 1;
    min-width: 300px;
}

.local-group-contact-form {
    margin: 3em 30px;
}

@media screen and (min-width: 61.5625rem) {
    .local-group-contact-form {
        margin: 3em auto;
        max-width: 62%;
}

/*---- [End Local Group Page] ----*/


/*---- Cookie Notice ----*/
.cookie-notice-container { margin: auto; max-width: 50rem; }
#cn-notice-text { display: block; margin-bottom: 1em; }

#cookie-notice.cookie-revoke-visible { min-width: auto; border-radius: 16px;}
div.cookie-revoke-container {padding: 0}
#cookie-notice.cookie-revoke-visible.cn-position-bottom { left: 8px; bottom: 8px; }
#cookie-notice.cookie-revoke-visible  .cn-button { margin: 0 }

/* -- [End Cookie Notice] -- */
